.media-prep{display:grid;gap:16px;min-width:0;color:var(--on-surface)}
.media-prep-status{font-size:12px;color:var(--orange,#ff521d);font-weight:700}
.media-prep-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.media-prep-tabs button{min-width:0;min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px 3px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--on-surface);font:inherit;font-size:12px;overflow-wrap:anywhere}
.media-prep-tabs button[aria-selected=true]{border-color:var(--orange,#ff521d);box-shadow:inset 0 0 0 1px var(--orange,#ff521d)}
.media-prep-tabs svg{width:24px;height:24px}.media-prep-card{padding:18px;margin:0 0 12px;min-width:0;color:var(--on-surface);background:var(--surface)}
.media-prep-card h2{font-size:18px;line-height:1.3;margin:0 0 10px;overflow-wrap:anywhere}.media-prep-card p{font-size:14px;line-height:1.55;margin:0;overflow-wrap:anywhere;color:inherit}
.media-prep-card summary{min-height:44px;cursor:pointer;font-weight:700}.media-prep-steps{white-space:pre-line}.media-prep .secondary{min-height:48px;width:100%;white-space:normal}
.cctv-view .workspace-head h1,.video-intercom-view .workspace-head h1{font-size:clamp(18px,5.3vw,24px);overflow-wrap:anywhere}
