/* Portal shell and match landing only. No selectors target #mv-root playback. */
.bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr));background:var(--surface,#fff);box-shadow:none;border-top:1px solid var(--line);gap:4px;padding-top:12px}
.bottom-nav button{background:transparent;border:0;border-radius:0;box-shadow:none;color:var(--muted);font-weight:400;padding:5px 0;gap:5px;min-width:0}
.bottom-nav button>span{display:grid;place-items:center;width:62px;height:32px;border-radius:22px;margin:auto}
.bottom-nav button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.bottom-nav button small{font-size:12px;font-weight:400}.bottom-nav button.active{background:transparent;color:#356bd8;border:0;box-shadow:none}.bottom-nav button.active>span{background:var(--surface-soft,#eef3fa)}
#player-content>.page-intro h1{font-weight:650;letter-spacing:-.6px}#player-content>.card{border-color:transparent;box-shadow:none;border-radius:22px}#player-content>.card h2{font-weight:600}#player-content .primary-btn{border-radius:14px;font-weight:600}
.overview-search{display:flex;align-items:center;gap:12px;background:var(--surface,#fff);border-radius:18px;padding:12px 16px;margin:18px 0}.overview-search svg{width:21px;height:21px;flex-shrink:0}.overview-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--text);font:inherit;font-size:16px;padding:3px 0;min-height:36px;outline-offset:4px}
.overview-match{padding:21px;background:var(--surface,#fff);border-radius:24px;margin-bottom:16px}.overview-match>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:6px;border-bottom:1px solid var(--line)}.overview-match h2{font-size:16px;font-weight:600;margin:0;overflow-wrap:anywhere}.overview-match small{font-size:12px;color:var(--muted)}.overview-match header>div{min-width:0}.overview-match button{border:0;background:var(--surface-soft,#eef3fa);color:#356bd8;border-radius:24px;min-height:44px;padding:10px 16px;white-space:nowrap;font:inherit;font-size:13px}
.overview-stat{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:7px 0;font-size:12px;color:var(--muted)}.overview-stat>div{display:flex;flex-wrap:wrap;gap:4px 10px}.overview-stat>div>span{white-space:nowrap}.overview-stat b{font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.overview-empty{padding:20px 4px;color:var(--muted);font-size:13px}
@media(max-width:400px){.overview-match{padding:16px}.overview-stat{grid-template-columns:56px minmax(0,1fr);gap:7px}.overview-stat>div{gap:4px 8px}.bottom-nav button small{font-size:11px}}

/* shell-clarity-20260919 */
body,.login-surface{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.login-surface h1,#player-content>.page-intro h1,.brand strong{font-family:Outfit,Inter,ui-sans-serif,system-ui,sans-serif}
.player-login-screen{
  background:
    radial-gradient(ellipse 70% 40% at 70% 0%,rgba(54,157,220,.32),transparent 52%),
    linear-gradient(165deg,#041018,#0a3150 62%,#071d2d);
}
.login-surface{padding:32px 28px 24px;border-radius:28px}
.login-surface h1{margin:8px 0 8px;font-size:30px;letter-spacing:-.03em}
.login-surface>p{margin:0 0 20px}
.login-surface button[type=submit]{margin-top:4px;font-family:Outfit,Inter,sans-serif;font-weight:700}

/* share-ux-20260922-01 */
#video-bell{position:relative}
.video-unread-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#1e6fd9;color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;line-height:1}
.header-actions #video-bell.has-video-unread{
  color:#c4453c;border-color:#e8b4ae;background:#fff4f2
}
.header-actions #video-bell.has-video-unread svg{stroke:#c4453c}
#video-notifications{width:min(540px,94vw);max-height:80vh;border:1px solid var(--line,#ccd6df);border-radius:18px;padding:20px 18px 12px;color:var(--text,#12344a);background:var(--surface,#fff);overflow:auto}
#video-notifications [data-close]{float:right;min-width:44px;min-height:44px;border:0;background:transparent;font-size:22px}
#video-notifications h2{margin:8px 0 14px;font-size:20px}
#video-notifications [data-notification-items]{display:grid;gap:10px;clear:both}
.video-note{display:grid;gap:8px;padding:0;border:1px solid var(--line,#dfe5ee);border-radius:16px;background:var(--surface-soft,#f7f9fc);overflow:hidden}
.video-note.is-unread{border-color:#9ec0ea;background:#f3f8ff;box-shadow:0 8px 22px rgba(30,111,217,.08)}
.video-note.is-coach-comment.is-unread{border-color:#7aa7dc;background:linear-gradient(180deg,#f7fbff,#eef5fc)}
.video-note>a{display:grid;gap:4px;padding:14px 14px 10px;color:inherit;text-decoration:none}
.video-note header{display:flex;align-items:center;gap:8px;color:#1e6fd9;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.video-note-dot{width:8px;height:8px;border-radius:50%;background:#1e6fd9;box-shadow:0 0 0 4px rgba(30,111,217,.16)}
.video-note-match{font-size:16px;font-weight:750;line-height:1.3}
.video-note-vs,.video-note-meta,.video-note time{color:var(--muted,#6b7588);font-size:12px}
.video-note-preview{margin:4px 0 0;font-size:14px;line-height:1.45}
.video-note-cta{display:inline-flex;margin-top:6px;color:#1557ad;font-size:13px;font-weight:800}
.video-note>button{justify-self:end;margin:0 10px 10px;min-height:40px;border:0;background:transparent;color:#1e6fd9;font-weight:700}
#coach-comment-gate{position:fixed;inset:0;z-index:240;display:flex;align-items:stretch;justify-content:center;background:rgba(6,16,28,.72);padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));overscroll-behavior:contain}
#coach-comment-gate[hidden]{display:none!important}
.coach-gate-sheet{width:min(100%,520px);margin:auto;display:flex;flex-direction:column;min-height:min(100%,640px);max-height:100%;padding:22px 20px 18px;border-radius:28px;background:#fff;color:#122033;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.coach-gate-sheet header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.coach-gate-sheet header p{margin:0;color:#1e6fd9;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.coach-gate-count{color:#5b6b80;font-size:12px;font-weight:700}
.coach-gate-sheet h1{margin:0 0 6px;font-size:26px;letter-spacing:-.03em;line-height:1.2}
.coach-gate-vs,.coach-gate-meta,.coach-gate-group{margin:0 0 8px;color:#5b6b80;font-size:14px;line-height:1.45}
.coach-gate-comments{flex:1;min-height:0;overflow:auto;display:grid;gap:12px;margin:8px 0 16px;padding-right:2px}
.coach-gate-comments figure{margin:0;padding:14px;border-radius:16px;background:#f4f8fd}
.coach-gate-comments figcaption{margin:0 0 8px;color:#3d5670;font-size:12px;font-weight:700}
.coach-gate-comments blockquote{margin:0;font-size:16px;line-height:1.55;white-space:pre-wrap}
.coach-gate-status{margin:0 0 10px;padding:10px 12px;border-radius:12px;background:#eef3fa;color:#1d3550;font-size:13px}
.coach-gate-status[data-kind="network"],.coach-gate-status[data-kind="unavailable"]{background:#fff4e8;color:#8a4b12}
.coach-gate-actions{display:grid;gap:8px}
.coach-gate-go,.coach-gate-retry,.coach-gate-skip{min-height:52px;border:0;border-radius:16px;font-weight:800}
.coach-gate-go,.coach-gate-retry{background:linear-gradient(135deg,#1e6fd9,#4b9cff);color:#fff}
.coach-gate-go:disabled{opacity:.7}
.coach-gate-skip{background:#eef3fa;color:#1d4f86}
#player-app.coach-gate-open .bottom-nav,.bottom-nav.coach-gate-lock{pointer-events:none;opacity:.38}
@media(max-width:420px){.coach-gate-sheet{padding:18px 16px 14px;border-radius:22px}.coach-gate-sheet h1{font-size:22px}}
