:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#1d2433;--muted:#667085;--line:#e4e7ec;--surface:#fff;--page:#f7f8fa;--accent:#2447d8;--accent-dark:#1937ad;--warning-bg:#fff7e6;--warning-border:#f5c56b}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--page);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:var(--accent)}.auth-page{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 34px #10182812}.auth-card{width:min(100%,420px);padding:2rem}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}h1,h2,p{margin-top:0}h1{margin-bottom:.55rem;font-size:clamp(1.7rem,4vw,2.35rem);line-height:1.1}h2{margin-bottom:.5rem;font-size:1.1rem}.muted{color:var(--muted)}.field{gap:.42rem;margin-top:1rem;display:grid}.field label{font-size:.86rem;font-weight:650}.field input{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd4dc;border-radius:10px;padding:.72rem .8rem}.field input:focus{border-color:var(--accent);outline:3px solid #2447d82e}.button{border:0;border-radius:10px;padding:.76rem 1rem;font-weight:700;transition:background .15s,transform .15s}.button:active{transform:translateY(1px)}.button-primary{color:#fff;background:var(--accent);width:100%;margin-top:1.25rem}.button-primary:hover{background:var(--accent-dark)}.button-quiet{color:var(--ink);background:#eef1f6}.button-quiet:hover{background:#e2e7ef}.error{color:#a42626;margin:1rem 0 0;font-size:.9rem}.note{border-top:1px solid var(--line);color:var(--muted);margin:1.2rem 0 0;padding-top:1rem;font-size:.84rem}.dashboard-page{min-height:100vh}.dashboard-shell{width:min(100% - 2rem,1100px);margin:0 auto;padding:2rem 0 4rem}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.topbar p{margin:.35rem 0 0}.topbar form{margin:0}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.panel{padding:1.3rem}.status{border:1px solid var(--warning-border);background:var(--warning-bg);border-radius:12px;align-items:flex-start;gap:.65rem;padding:.85rem;display:flex}.status-ok{background:#edfff5;border-color:#92d3b2}.status strong{margin-bottom:.25rem;display:block}.status p{color:var(--muted);margin:0;font-size:.9rem}.list{margin:0;padding:0;list-style:none}.list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.list li:last-child{border-bottom:0}.badge{color:#475467;white-space:nowrap;background:#f2f4f7;border-radius:999px;padding:.22rem .55rem;font-size:.76rem}@media (max-width:600px){.auth-card{padding:1.4rem}.topbar{flex-direction:column;align-items:flex-start}.topbar form,.topbar .button{width:100%}}.button:focus-visible,.field input:focus-visible,.field textarea:focus-visible,.library-search input:focus-visible,.status-filter:focus-visible,.dialog-close:focus-visible,.upload-file-picker:focus-within{outline-offset:2px;outline:3px solid #2447d83d}.skip-link{z-index:30;color:#fff;background:var(--ink);border-radius:8px;padding:.6rem .8rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .15s;position:absolute;top:.65rem;left:.65rem;transform:translateY(-180%)}.skip-link:focus-visible{outline-offset:2px;outline:3px solid #2447d84d;transform:translateY(0)}.button,.status-filter,.upload-file-picker,.dialog-close{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.dashboard-nav{border-bottom:1px solid var(--line);align-items:center;gap:.35rem;margin:-1rem 0 1.65rem;display:flex}.dashboard-nav-link{min-height:2.7rem;color:var(--muted);align-items:center;padding:0 .7rem;font-size:.9rem;font-weight:650;text-decoration:none;display:inline-flex;position:relative}.dashboard-nav-link:hover{color:var(--ink)}.dashboard-nav-link-active{color:var(--accent)}.dashboard-nav-link-active:after{background:var(--accent);content:"";height:2px;position:absolute;bottom:-1px;left:.7rem;right:.7rem}.dashboard-library-card{grid-column:1/-1;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.dashboard-library-card .eyebrow{margin-bottom:.45rem}.dashboard-library-card h2{margin-bottom:.35rem}.dashboard-library-card p{max-width:50rem}.dashboard-card-action{flex:none;width:auto;margin:0;text-decoration:none}.videos-shell{padding-top:1.7rem}.videos-topbar{align-items:flex-end;margin-bottom:1.45rem}.videos-topbar h1{margin-bottom:.35rem}.videos-topbar .button{width:auto;text-decoration:none}.back-link{color:var(--muted);margin-bottom:1.2rem;font-size:.86rem;font-weight:650;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--accent)}.upload-panel{box-sizing:border-box;min-width:0;margin-bottom:1.25rem;padding:clamp(1.15rem,2vw,1.65rem)}.upload-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.upload-panel-header>div:first-child{min-width:0}.upload-panel-header h2{margin-bottom:.3rem;font-size:1.35rem}.upload-intro{margin-bottom:0}.provider-note{border:1px solid var(--warning-border);background:var(--warning-bg);color:#7a4d0b;border-radius:10px;align-items:flex-start;gap:.5rem;min-width:0;max-width:14rem;padding:.6rem .72rem;font-size:.78rem;display:inline-flex}.provider-note strong,.provider-note small{display:block}.provider-note strong{color:#5c3d08;font-size:.79rem}.provider-note small{color:#886117;margin-top:.15rem;line-height:1.35}.provider-dot{background:#c47a19;border-radius:50%;flex:none;width:.45rem;height:.45rem;margin-top:.28rem;box-shadow:0 0 0 3px #c47a1924}.upload-limits{color:var(--muted);flex-wrap:wrap;gap:.45rem;margin:1.1rem 0 1.2rem;font-size:.78rem;display:flex}.upload-limits span{border:1px solid var(--line);background:#fbfcfd;border-radius:999px;padding:.28rem .56rem}.upload-form{gap:1rem;display:grid}.upload-file-field{margin-top:0}.field-label,.field>label{font-size:.86rem;font-weight:650}.upload-file-picker{min-height:4.4rem;color:var(--ink);cursor:pointer;background:#fbfcff;border:1px dashed #aeb9cc;border-radius:12px;align-items:center;gap:.75rem;margin-top:.42rem;padding:.75rem .85rem;transition:border-color .15s,background .15s;display:flex}.upload-file-picker:hover,.upload-file-picker.has-file{border-color:var(--accent);background:#f5f7ff}.upload-file-icon{width:2.1rem;height:2.1rem;color:var(--accent);background:#e9edff;border-radius:9px;flex:none;place-items:center;font-size:1.3rem;font-weight:800;line-height:1;display:grid}.upload-file-copy{flex:1;min-width:0}.upload-file-copy strong,.upload-file-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.upload-file-copy strong{font-size:.9rem}.upload-file-copy small{color:var(--muted);margin-top:.18rem;font-size:.78rem}.upload-file-button{flex:none}.upload-file-input{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.field-hint{color:var(--muted);margin-top:.4rem;font-size:.78rem;line-height:1.4;display:block}.field-error{color:#a42626;margin:.45rem 0 0;font-size:.82rem;line-height:1.4}.upload-metadata-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.upload-option{color:var(--ink);cursor:pointer;align-items:flex-start;gap:.65rem;margin-top:1rem;display:flex}.upload-option input{width:1rem;height:1rem;accent-color:var(--accent);margin:.15rem 0 0}.upload-option strong,.upload-option small{display:block}.upload-option strong{font-size:.88rem;font-weight:650}.upload-option small{color:var(--muted);margin-top:.18rem;font-size:.78rem}.field textarea{resize:vertical;width:100%;color:var(--ink);background:#fff;border:1px solid #cfd4dc;border-radius:10px;padding:.72rem .8rem;line-height:1.4}.upload-submit{justify-self:start;width:auto;margin-top:.1rem}.button-small{padding:.52rem .72rem;font-size:.8rem}.button-danger{color:#8f2525;background:#fff5f5;border:1px solid #d98a8a}.button-danger:hover{color:#721c1c;background:#ffe8e8;border-color:#b84c4c}.button-danger-text{color:#8f2525}.button-disabled{color:#7c8798;cursor:not-allowed;background:#f2f4f7}.resume-callout{background:#f3f5ff;border:1px solid #b7c3f0;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;display:flex}.resume-callout strong{font-size:.87rem}.resume-callout p{color:var(--muted);margin:.22rem 0 0;font-size:.78rem}.resume-actions{flex-wrap:wrap;gap:.45rem;display:flex}.upload-error{margin-top:0}.upload-progress{border-top:1px solid var(--line);margin-top:1.1rem;padding-top:1rem}.upload-progress-heading,.upload-progress-meta,.upload-progress-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.upload-progress-heading strong,.upload-progress-heading span{display:block}.upload-progress-heading strong{font-size:.9rem}.upload-progress-heading span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.18rem;font-size:.78rem;overflow:hidden}.upload-progress-percent{font-variant-numeric:tabular-nums;font-weight:750;color:var(--accent)!important}.upload-progress progress{width:100%;height:.55rem;accent-color:var(--accent);margin:.75rem 0 .45rem;display:block}.upload-progress-meta{color:var(--muted);font-size:.77rem}.upload-progress-meta span:first-child{min-width:0}.upload-progress-meta span:last-child{flex:none;font-weight:650}.upload-progress-message{margin-bottom:.75rem}.upload-progress-actions{justify-content:flex-start;margin-top:.75rem}.library-panel{min-width:0}.library-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.library-heading h2{margin-bottom:.22rem;font-size:1.35rem}.library-heading p{margin-bottom:0}.library-toolbar{grid-template-columns:minmax(15rem,.8fr) minmax(0,1.2fr);align-items:end;gap:1rem;margin-bottom:.8rem;display:grid}.library-search{gap:.42rem;display:grid}.library-search label{font-size:.82rem;font-weight:650}.library-search-input{gap:.45rem;display:flex}.library-search-input input{width:100%;min-width:0;color:var(--ink);background:#fff;border:1px solid #cfd4dc;border-radius:10px;padding:.65rem .75rem}.status-filters{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.status-filter{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:999px;padding:.48rem .68rem;font-size:.78rem;font-weight:650}.status-filter:hover{color:var(--ink);background:#f8faff;border-color:#b7c2d3}.status-filter.is-active{color:var(--accent-dark);background:#edf0ff;border-color:#b7c3f0}.library-feedback{min-height:1.45rem;color:var(--muted);font-size:.8rem}.library-feedback .error{margin:0;display:block}.video-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr));gap:1rem;display:grid}.video-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 10px 26px #1018280d}.video-card-media{aspect-ratio:16/9;background:#e9edf5;place-items:center;display:grid;position:relative;overflow:hidden}.video-card-media img{object-fit:cover;width:100%;height:100%;display:block}.video-card-placeholder{color:#8996ad;font-size:2rem}.video-card-media>.video-status{position:absolute;top:.7rem;left:.7rem}.video-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:.28rem .52rem;font-size:.7rem;font-weight:750;line-height:1;display:inline-flex}.video-status-ready,.video-status-playable{color:#187548;background:#edfff5;border-color:#98d8b4}.video-status-processing,.video-status-uploading{color:#2c49a9;background:#eef1ff;border-color:#aebdf3}.video-status-error{color:#9d2929;background:#fff1f1;border-color:#ebb0b0}.video-status-draft,.video-status-deleted,.video-status-archived,.video-status-unknown{color:#596579;background:#f6f7f9;border-color:#d8dde5}.video-card-body{padding:.95rem}.video-card-title-row{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.video-card h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.98rem;overflow:hidden}.video-provider{color:var(--muted);flex:none;font-size:.7rem}.video-card-description{min-height:2.35em;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.45rem 0 .8rem;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.video-card-description.is-empty{font-style:italic}.video-card-processing{color:var(--muted);margin:-.1rem 0 .75rem;font-size:.72rem}.video-card-processing>div{justify-content:space-between;gap:.5rem;display:flex}.video-card-processing strong{color:var(--accent);font-variant-numeric:tabular-nums}.video-card-processing progress{width:100%;height:.35rem;accent-color:var(--accent);margin-top:.35rem;display:block}.video-card-error{color:#a42626;margin:-.1rem 0 .75rem;font-size:.78rem;line-height:1.4}.video-card-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0;padding:.65rem 0;display:grid}.video-card-meta div{min-width:0}.video-card-meta dt{color:var(--muted);font-size:.68rem}.video-card-meta dd{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-variant-numeric:tabular-nums;margin:.18rem 0 0;font-size:.76rem;overflow:hidden}.video-card-actions{flex-wrap:wrap;gap:.4rem;margin-top:.8rem;display:flex}.video-card-actions .button{text-decoration:none}.library-empty{min-height:13rem;color:var(--muted);text-align:center;border:1px dashed #c7cfdd;border-radius:14px;justify-items:center;padding:3.2rem 1rem;display:grid}.library-empty strong{color:var(--ink);font-size:1rem}.library-empty p{max-width:28rem;margin:.35rem 0 0;font-size:.86rem;line-height:1.45}.library-empty-mark{width:2.2rem;height:2.2rem;color:var(--accent);background:#edf0ff;border-radius:50%;place-items:center;margin-bottom:.75rem;font-size:1.5rem;display:grid}.loading-dot{background:var(--accent);border-radius:50%;width:.6rem;height:.6rem;margin-right:.35rem;animation:1.2s ease-in-out infinite library-pulse;display:inline-block}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:.85rem;margin-top:1.3rem;font-size:.8rem;display:flex}.pagination strong{color:var(--ink);font-variant-numeric:tabular-nums}.confirm-dialog-backdrop{z-index:20;overscroll-behavior:contain;background:#1d243361;place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.confirm-dialog,.edit-dialog{border:1px solid var(--line);background:var(--surface);border-radius:16px;width:min(100%,460px);padding:1.3rem;box-shadow:0 24px 70px #10182838}.confirm-dialog h2,.confirm-dialog h3,.edit-dialog h2{margin-bottom:.45rem;font-size:1.15rem}.confirm-dialog p{color:var(--muted);font-size:.88rem;line-height:1.5}.confirm-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.1rem;display:flex}.dialog-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dialog-heading .eyebrow{margin-bottom:.35rem}.dialog-heading h2{margin-bottom:0}.dialog-close{color:var(--muted);background:0 0;border:0;padding:.1rem .35rem;font-size:1.6rem;line-height:1}.dialog-close:hover{color:var(--ink)}.edit-form{gap:.95rem;margin-top:1.1rem;display:grid}.edit-form .confirm-dialog-actions{margin-top:.2rem}@keyframes library-pulse{0%,to{opacity:.35}50%{opacity:1}}@media (max-width:760px){.dashboard-library-card{flex-direction:column;align-items:flex-start}.dashboard-card-action{width:100%}.videos-topbar{align-items:flex-start}.videos-topbar .button{width:100%}.videos-topbar .library-search-top{width:100%;min-width:0}.upload-panel-header{flex-direction:column}.provider-note{max-width:none}.upload-metadata-grid,.library-toolbar{grid-template-columns:1fr}.status-filters{justify-content:flex-start}}@media (max-width:520px){.dashboard-nav{margin-top:-.7rem;overflow-x:auto}.upload-file-picker{flex-wrap:wrap;align-items:flex-start}.upload-file-copy{min-width:calc(100% - 3rem)}.upload-file-button{margin-left:2.85rem}.resume-callout,.upload-progress-heading{flex-direction:column;align-items:flex-start}.resume-actions{width:100%}.resume-actions .button{flex:1}.library-heading{flex-direction:column;align-items:flex-start}.library-heading .button{width:100%}.library-search-input{flex-direction:column;align-items:stretch}.library-search-input .button{width:100%}.video-card-actions .button{text-align:center;flex:auto}}@media (prefers-reduced-motion:reduce){.loading-dot{animation:none}.upload-file-picker,.button{transition:none}}.dashboard-page{--ink:#fafafa;--muted:#a8a8b1;--line:#3d3d42;--surface:#242424;--page:#1c1c1c;--accent:#1a90ff;--accent-dark:#0874d1;background:var(--page);color:var(--ink)}.admin-theme-root{--admin-ink:#fafafa;--admin-muted:#a8a8b1;--admin-line:#3d3d42;--admin-page:#1c1c1c;--admin-surface:#242424;--admin-control:#2b2b2f;--admin-hover:#36363b;--admin-link:#6bb3ff;--admin-focus:#9bceff;--admin-action:#0874d1;--admin-action-hover:#0665b8;--admin-panel:#202020;--admin-danger:#ffb4aa;--admin-success:#9be0b8;--admin-info-bg:#243b52;--admin-info-ink:#9bceff;--control:var(--admin-control);--hover:var(--admin-hover)}.admin-theme-root[data-admin-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--admin-ink:#182230;--admin-muted:#526174;--admin-line:#d9e0e8;--admin-page:#f4f7fa;--admin-surface:#fff;--admin-control:#fff;--admin-hover:#edf4fb;--admin-link:#075eaa;--admin-focus:#0874d1;--admin-action:#0869b7;--admin-action-hover:#055798;--admin-panel:#fff;--admin-danger:#a42626;--admin-success:#176840;--admin-info-bg:#eaf3fb;--admin-info-ink:#075eaa}.admin-theme-root[data-admin-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.admin-theme-root .dashboard-page{--ink:var(--admin-ink);--muted:var(--admin-muted);--line:var(--admin-line);--surface:var(--admin-surface);--page:var(--admin-page);--accent:var(--admin-action);--accent-dark:var(--admin-action-hover)}.admin-theme-root .dashboard-page a{color:var(--admin-link)}.admin-theme-root .dashboard-page .panel{background:var(--admin-surface)}.admin-theme-control{color:var(--admin-muted);align-items:center;gap:.4rem;font-size:.75rem;font-weight:650;display:inline-flex}.admin-theme-control select{border:1px solid var(--admin-line);height:44px;color:var(--admin-ink);background:var(--admin-control);border-radius:6px;padding:0 .55rem;font-size:.8rem}.admin-theme-control select:focus-visible{outline:3px solid color-mix(in srgb, var(--admin-focus) 45%, transparent);outline-offset:2px}.admin-account>.button{min-height:44px}.dashboard-page a{color:#6bb3ff}.dashboard-page a.button-primary,.dashboard-page a.button-danger{color:#fff}.dashboard-page .skip-link{color:#fff;background:#303034}.dashboard-page .panel{box-shadow:none;border-radius:8px}.dashboard-page .topbar h1{font-size:1.5rem;line-height:1.2}.dashboard-page .panel h2{font-size:1rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dashboard-page .button{border-radius:6px}.dashboard-page .button-quiet{color:var(--ink);background:#303034}.dashboard-page .button-quiet:hover{background:#3a3a40}.admin-shell{background:var(--page);min-height:100vh}.admin-header{z-index:10;border-bottom:1px solid var(--line);background:var(--admin-panel);justify-content:space-between;align-items:center;min-height:72px;padding:.75rem 2rem;display:flex;position:sticky;top:0}.admin-brand{align-items:center;gap:.65rem;font-size:1.05rem;font-weight:750;text-decoration:none;display:inline-flex;color:var(--ink)!important}.admin-brand-mark{color:#fff;background:var(--accent);border-radius:7px;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.admin-account{align-items:center;gap:1rem;display:flex}.admin-account-label{color:var(--muted);font-size:.82rem}.admin-account button{border:1px solid var(--line);color:var(--ink);background:0 0;border-radius:6px;padding:.45rem .7rem;font-size:.82rem}.admin-sidebar{border-right:1px solid var(--line);background:var(--admin-panel);width:288px;padding:1.6rem 1rem;position:fixed;top:72px;bottom:0;overflow-y:auto}.admin-primary-nav{gap:1.25rem;display:grid}.admin-nav-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 .7rem .6rem;font-size:.72rem;font-weight:700}.admin-nav-list{gap:.2rem;display:grid}.admin-nav-link{border-radius:7px;align-items:center;gap:.7rem;min-height:42px;padding:0 .75rem;font-size:.9rem;font-weight:650;text-decoration:none;display:flex;color:var(--muted)!important}.admin-nav-link svg,.admin-context-link svg,.admin-context-back svg{flex:none}.admin-nav-link:hover,.admin-nav-link:focus-visible,.admin-nav-link.is-active{background:var(--admin-hover);color:var(--ink)!important}.admin-nav-link.is-active{box-shadow:inset 3px 0 0 var(--accent)}.admin-video-context{border-top:1px solid var(--line);gap:.65rem;padding:1.15rem .35rem 0;display:grid}.admin-video-context-heading{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.7rem;font-weight:750;display:flex}.admin-video-context>strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.87rem;line-height:1.35;display:block;overflow:hidden}.admin-context-nav{gap:.15rem;display:grid}.admin-context-link,.admin-context-back{border-radius:7px;align-items:center;gap:.58rem;min-height:38px;padding:0 .55rem;font-size:.82rem;font-weight:650;text-decoration:none;display:flex;color:var(--muted)!important}.admin-context-link:hover,.admin-context-link:focus-visible,.admin-context-link.is-active,.admin-context-back:hover,.admin-context-back:focus-visible{background:var(--admin-hover);text-decoration:none;color:var(--ink)!important}.admin-context-link.is-active{color:var(--accent)!important}.admin-context-link.is-disabled{cursor:default;opacity:.54}.admin-context-back{margin-top:.15rem;font-size:.78rem;color:var(--muted)!important}.admin-context-back svg{transform:rotate(180deg)}.admin-content{min-width:0;margin-left:288px}.admin-shell-contextual .admin-content,.admin-shell-editor .admin-content{margin-left:288px}.admin-content .dashboard-shell{width:min(100% - 3rem,1180px);padding-top:2.25rem}.dashboard-page-heading{margin-bottom:1.75rem}.dashboard-page-heading h1{font-size:clamp(1.5rem,2.5vw,2rem)}.dashboard-diagnostics{margin-top:1.5rem}.dashboard-diagnostics summary{cursor:pointer;width:fit-content;color:var(--muted);font-size:.85rem}.dashboard-diagnostics[open] summary{color:var(--ink);margin-bottom:1rem}@media (max-width:760px){.admin-header{padding:.7rem 1rem}.admin-account{gap:.5rem}.admin-account-label{display:none}.admin-sidebar{border-right:0;border-bottom:1px solid var(--line);width:auto;padding:.75rem;position:static;overflow:visible}.admin-primary-nav{gap:.8rem}.admin-nav-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;display:grid}.admin-nav-label{display:none}.admin-nav-link{white-space:nowrap;flex-direction:column;justify-content:center;gap:.2rem;min-height:54px;padding:.4rem .2rem;font-size:.75rem}.admin-nav-link span{max-width:100%}.admin-video-context{grid-template-columns:minmax(0,1fr);padding:.8rem .35rem 0}.admin-context-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem}.admin-content,.admin-shell-contextual .admin-content,.admin-shell-editor .admin-content{margin-left:0}.admin-content .dashboard-shell{width:min(100% - 2rem,1180px);padding-top:1.5rem}}.admin-theme-root[data-admin-theme=light] .admin-nav-link:hover,.admin-theme-root[data-admin-theme=light] .admin-nav-link.is-active{background:var(--admin-hover)}.admin-theme-root[data-admin-theme=light] .dashboard-page .button-quiet{color:var(--ink);background:#e8eef5}.admin-theme-root[data-admin-theme=light] .dashboard-page .button-quiet:hover{background:#dce8f3}.admin-theme-root .dashboard-page .button-primary{color:#fff}.admin-theme-root .dashboard-page .button-danger{color:#fff;background:#b42318;border-color:#b42318}.admin-theme-root .dashboard-page .button-danger:hover:not(:disabled){color:#fff;background:#912018;border-color:#912018}.admin-theme-root[data-admin-theme=light] .dashboard-page .button-primary:hover{background:var(--admin-action-hover)}.admin-theme-root[data-admin-theme=light] .dashboard-page .field input,.admin-theme-root[data-admin-theme=light] .dashboard-page .field textarea,.admin-theme-root[data-admin-theme=light] .dashboard-page .field select,.admin-theme-root[data-admin-theme=light] .dashboard-page .library-search input,.admin-theme-root[data-admin-theme=light] .dashboard-page .upload-file-picker,.admin-theme-root[data-admin-theme=light] .dashboard-page .embed-dialog textarea{color:var(--ink);background:var(--admin-control)}.admin-theme-root[data-admin-theme=light] .dashboard-page .upload-file-picker:hover,.admin-theme-root[data-admin-theme=light] .dashboard-page .upload-file-picker.has-file{background:var(--admin-hover)}.admin-theme-root[data-admin-theme=light] .dashboard-page .library-table thead{background:#eef3f8}.admin-theme-root[data-admin-theme=light] .dashboard-page .library-table tbody tr:hover{background:#f5f9fc}.admin-theme-root[data-admin-theme=light] .dashboard-page .players-table thead{background:#eef3f8}.admin-theme-root[data-admin-theme=light] .dashboard-page .players-table tbody tr:hover{background:#f5f9fc}.admin-theme-root[data-admin-theme=light] .dashboard-page .confirm-dialog,.admin-theme-root[data-admin-theme=light] .dashboard-page .edit-dialog{box-shadow:0 24px 70px #1018282e}.admin-theme-root[data-admin-theme=light] .dashboard-page .status{background:#fff8e8;border-color:#e6c77b}.admin-theme-root[data-admin-theme=light] .dashboard-page .status-ok{background:#effaf3;border-color:#9acdad}.admin-theme-root[data-admin-theme=light] .dashboard-page .error,.admin-theme-root[data-admin-theme=light] .dashboard-page .field-error,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-card-error{color:var(--admin-danger)}.admin-theme-root[data-admin-theme=light] .dashboard-page input::placeholder,.admin-theme-root[data-admin-theme=light] .dashboard-page textarea::placeholder{color:#526174;opacity:1}.admin-theme-root[data-admin-theme=light] .dashboard-page .native-dialog.embed-native-dialog{border-color:var(--admin-line);background:var(--admin-surface);color:var(--admin-ink);--ink:var(--admin-ink);--muted:var(--admin-muted);--line:var(--admin-line)}.admin-theme-root[data-admin-theme=light] .dashboard-page .badge{color:var(--admin-ink);background:var(--admin-hover)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-status-playable{color:var(--admin-success);background:color-mix(in srgb, var(--admin-success) 8%, var(--admin-surface));border-color:color-mix(in srgb, var(--admin-success) 35%, var(--admin-line))}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-status-uploading,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-status-processing{color:var(--admin-info-ink);background:var(--admin-info-bg);border-color:var(--admin-line)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-status-error{color:var(--admin-danger);background:color-mix(in srgb, var(--admin-danger) 8%, var(--admin-surface));border-color:color-mix(in srgb, var(--admin-danger) 35%, var(--admin-line))}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-status-unknown{color:var(--admin-muted);background:var(--admin-hover);border-color:var(--admin-line)}.admin-theme-root[data-admin-theme=light] .dashboard-page .library-video-placeholder{background:var(--admin-hover);color:var(--admin-muted)}.admin-theme-root[data-admin-theme=light] .dashboard-page .library-row-error{color:var(--admin-danger)}.admin-theme-root[data-admin-theme=light] .dashboard-page .upload-limits span,.admin-theme-root[data-admin-theme=light] .dashboard-page .resume-callout{background:var(--admin-surface);color:var(--admin-muted)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-context-nav{background:var(--admin-surface)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-context-nav a:hover,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-context-nav a:focus-visible,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-context-nav button:hover,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-context-nav button:focus-visible{background:var(--admin-hover)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-analytics .field-hint select,.admin-theme-root[data-admin-theme=light] .dashboard-page .video-player-choice{background:var(--admin-control)}.admin-theme-root[data-admin-theme=light] .dashboard-page .video-player-choice:has(input:checked){border-color:var(--admin-link);background:var(--admin-info-bg)}.provider-note-ready{color:#187548;background:#edfff5;border-color:#92d3b2}.provider-note-ready strong{color:#145f3b}.provider-note-ready small{color:#26704c}.provider-note-ready .provider-dot{background:#1f9d61;box-shadow:0 0 0 3px #1f9d6124}.provider-disabled-message{border:1px solid var(--warning-border);color:#7a4d0b;background:var(--warning-bg);border-radius:10px;margin:0 0 1rem;padding:.72rem .8rem;font-size:.84rem;line-height:1.45}.upload-file-picker.is-disabled{cursor:not-allowed;opacity:.66}.upload-progress-info{color:var(--muted)}.native-dialog{width:min(100% - 2rem,460px);max-height:calc(100vh - 2rem);color:var(--ink);overscroll-behavior:contain;background:0 0;border:0;border-radius:16px;margin:auto;padding:0;overflow:auto}.native-dialog::backdrop{background:#1d243361}.native-dialog .confirm-dialog,.native-dialog .edit-dialog{width:100%;margin:0}.native-dialog:focus-visible{outline-offset:3px;outline:3px solid #2447d83d}.native-dialog.embed-native-dialog{box-sizing:border-box;color:#fafafa;--ink:#fafafa;--muted:#b5b5bd;--line:#3d3d42;background:#242424;border:1px solid #3d3d42;border-radius:8px;width:min(40rem,100vw - 2rem)}@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}.dashboard-page .field input,.dashboard-page .field textarea,.dashboard-page .field select,.dashboard-page .library-search input{border-color:var(--line);color:var(--ink);background:#2b2b2f}.dashboard-page .field input::placeholder,.dashboard-page .field textarea::placeholder,.dashboard-page .library-search input::placeholder{color:#85858e}.dashboard-page .upload-file-picker{color:var(--ink);background:#2b2b2f;border-color:#56565e}.dashboard-page .upload-file-picker:hover,.dashboard-page .upload-file-picker.has-file{border-color:var(--accent);background:#26384a}.dashboard-page .upload-file-icon{color:#9bceff;background:#24415c}.dashboard-page .confirm-dialog,.dashboard-page .edit-dialog{border-color:var(--line);color:var(--ink);background:var(--surface);box-shadow:0 24px 70px #00000059}.dashboard-page .confirm-dialog p{color:var(--muted)}.dashboard-page .status{background:#332b1d;border-color:#6c572d}.dashboard-page .status-ok{background:#1f3429;border-color:#2e7051}.dashboard-page .badge{color:#d2d2d8;background:#36363b}.library-table-wrap{border:1px solid var(--line);border-radius:8px;min-width:0;position:relative;overflow-x:auto}.library-table{border-collapse:collapse;width:100%;min-width:720px;font-size:.84rem}.library-table th,.library-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:.7rem .75rem}.library-table thead{color:var(--muted);background:#202024;font-size:.72rem}.library-table thead th{font-weight:700}.library-table tbody tr:last-child th,.library-table tbody tr:last-child td{border-bottom:0}.library-table tbody tr:hover{background:#29292d}.library-table tbody th{color:var(--ink);font-weight:500}.library-video-cell{align-items:center;gap:.7rem;min-width:17rem;display:flex}.library-video-cell img,.library-video-placeholder{object-fit:cover;width:72px;height:42px;color:var(--muted);background:#303034;border-radius:5px;flex:none;place-items:center;display:grid}.library-video-cell strong,.library-video-cell small{text-overflow:ellipsis;white-space:nowrap;max-width:25rem;display:block;overflow:hidden}.library-video-cell small{color:var(--muted);margin-top:.2rem;font-size:.75rem}.library-table .video-status{display:inline-flex}.library-progress{color:var(--muted);margin-top:.2rem;font-size:.72rem;display:block}.library-progress-bar{width:6rem;height:.3rem;accent-color:var(--accent);margin-top:.35rem;display:block}.library-row-error{color:#ffb4aa;max-width:12rem;margin-top:.25rem;font-size:.72rem;display:block}.library-row-actions{justify-content:flex-end;gap:.35rem;min-width:13rem;display:flex}.upload-dialog{max-width:min(680px,100vw - 2rem)}.upload-dialog .upload-panel{width:100%;max-width:100%}.upload-dialog .upload-form,.upload-dialog .upload-file-field{grid-template-columns:minmax(0,1fr)}.upload-dialog .upload-file-copy strong{white-space:normal;overflow-wrap:anywhere}.upload-dialog .upload-panel-header{flex-direction:column}.upload-dialog .upload-panel>*,.upload-dialog .upload-form>*,.upload-dialog .upload-metadata-grid>*{min-width:0}.upload-dialog .upload-file-field .upload-file-input{width:1px;height:1px}.upload-dialog-close{width:auto;margin:.75rem 0 0 auto;display:block}.upload-reopen-note{color:var(--muted);margin:-.75rem 0 1rem;font-size:.82rem}.link-button{color:#6bb3ff;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.dashboard-page .upload-limits span,.dashboard-page .resume-callout{border-color:var(--line);color:var(--muted);background:#2b2b2f}.dashboard-page .resume-callout strong{color:var(--ink)}.dashboard-page .error,.dashboard-page .field-error,.dashboard-page .video-card-error{color:#ffb4aa}.dashboard-page .video-status-playable{color:#9be0b8;background:#1f3429;border-color:#2e7051}.dashboard-page .video-status-uploading,.dashboard-page .video-status-processing{color:#9bceff;background:#243b52;border-color:#38628c}.dashboard-page .video-status-error{color:#ffb4aa;background:#422829;border-color:#8c4848}.dashboard-page .video-status-unknown{color:#d2d2d8;background:#36363b;border-color:#56565e}.videos-topbar .library-search-top{min-width:min(24rem,38vw);margin:0}.videos-topbar>*{min-width:0;max-width:100%}.videos-topbar .library-search-top{width:min(100%,24rem)}.videos-topbar .library-search-top label{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.videos-topbar .library-search-input{margin:0}.library-table th:last-child,.library-table td:last-child{white-space:nowrap}.library-video-link{color:inherit;text-decoration:none}.library-video-link:hover strong,.library-video-link:focus-visible strong{color:var(--accent);text-decoration:underline}.video-details-shell{padding-top:1.7rem}.video-details-topbar{align-items:flex-end}.video-details-actions{gap:.55rem;display:flex}.video-details-actions .button{width:auto;margin:0}.video-context-nav{border:1px solid var(--line);background:#242426;border-radius:8px;align-content:start;gap:.2rem;padding:.7rem;display:grid;position:sticky;top:88px}.video-context-nav a,.video-context-nav button{color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.5rem .55rem;font-size:.8rem;text-decoration:none}.video-context-nav a:hover,.video-context-nav a:focus-visible,.video-context-nav button:hover,.video-context-nav button:focus-visible{color:var(--ink);background:#2b2b2f;text-decoration:none}.video-details-canvas{grid-template-columns:minmax(0,1.65fr) minmax(18rem,.8fr);gap:1rem;min-width:0;display:grid}.video-details-layout{min-width:0;display:block}.video-preview-stage{border:1px solid var(--line);color:#8b8b94;background:#18181b;border-radius:10px;place-items:center;min-height:clamp(20rem,48vw,35rem);display:grid;position:relative;overflow:hidden}.admin-theme-root[data-admin-theme=light] .video-preview-stage{background:var(--admin-surface);color:var(--admin-ink)}.video-preview-stage .preview-size-toggle .button{min-height:2.5rem;margin:0}.admin-theme-root .dashboard-page .upload-file-picker{min-height:10rem}.upload-limits{color:var(--muted);margin:.6rem 0 .2rem;font-size:.78rem}.video-preview-stage img{object-fit:cover;opacity:.66;width:100%;height:100%}.video-preview-stage>span{font-size:3rem}.video-preview-overlay{color:#f4f4f5;background:#141417d1;border:1px solid #ffffff1f;border-radius:8px;gap:.2rem;padding:.8rem 1rem;display:grid;position:absolute;bottom:1rem;left:1rem;right:1rem}.video-preview-overlay small{color:#b5b5bd}.video-details-aside{gap:1rem;display:grid}.video-facts,.video-configs{padding:1.1rem}.video-facts dl{gap:.65rem;margin:1rem 0;display:grid}.video-facts dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding-bottom:.55rem;display:flex}.video-facts dt{color:var(--muted)}.video-facts dd{color:var(--ink);margin:0}.video-facts .button{justify-content:center;align-items:center;width:auto;margin:0;text-decoration:none;display:inline-flex}.video-analytics .field-hint{gap:.3rem;display:grid}.video-analytics .field-hint select{border:1px solid var(--line);min-width:8rem;color:var(--ink);background:#2b2b2f;border-radius:6px;padding:.5rem .65rem}.video-configs h2{margin:0;font-size:1rem}.video-configs .text-link{font-size:.75rem}.video-player-list{gap:.45rem;margin-top:1rem;display:grid}.video-player-choice{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#2b2b2f;border-radius:7px;align-items:flex-start;gap:.65rem;padding:.7rem;display:flex}.video-player-choice:has(input:checked){background:#243b52;border-color:#38628c}.video-player-choice span{gap:.2rem;display:grid}.video-player-choice small{color:var(--muted)}.embed-dialog{box-sizing:border-box;grid-template-columns:minmax(0,1fr);gap:.8rem;width:100%;min-width:0;padding:1rem;display:grid}.embed-dialog>*{min-width:0}.embed-dialog textarea{box-sizing:border-box;border:1px solid var(--line);width:100%;min-width:0;min-height:8rem;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;background:#2b2b2f;border-radius:6px;padding:.7rem;font:.76rem/1.45 ui-monospace,monospace}.embed-dialog .button{width:auto;margin:0}.embed-copy-status{min-height:1.2rem;color:var(--muted);margin:-.35rem 0 0;font-size:.78rem}.embed-origins{border-top:1px solid var(--line);gap:.45rem;padding-top:.75rem;display:grid}.embed-origins h3{margin:0;font-size:.85rem}.embed-origins ul{gap:.25rem;margin:0;padding-left:1.1rem;display:grid}.embed-origins code{overflow-wrap:anywhere}@media (max-width:860px){.video-details-canvas{grid-template-columns:1fr}.video-context-nav{flex-wrap:wrap;display:flex;position:static}.video-preview-stage{min-height:18rem}}.library-row-actions{flex-wrap:nowrap;min-width:0}.library-row-actions .button{padding-left:.55rem;padding-right:.55rem}
.players-page{--player-border:#dfe4ed;--player-soft:#f8faff;--player-ink-soft:#475467;overflow-x:hidden}.players-editor-page{overflow-x:clip}[data-admin-theme=light] .players-page{--player-border:var(--line);--player-soft:#f7fafc;--player-ink-soft:var(--muted)}[data-admin-theme=light] .dashboard-page .player-form .field input,[data-admin-theme=light] .dashboard-page .player-form .field select,[data-admin-theme=light] .dashboard-page .timed-action-form textarea,[data-admin-theme=light] .dashboard-page .embed-section textarea{background:var(--control,#fff)}[data-admin-theme=light] .dashboard-page .section-note,[data-admin-theme=light] .dashboard-page .form-step,[data-admin-theme=light] .dashboard-page .check-row-box,[data-admin-theme=light] .dashboard-page .check-chip,[data-admin-theme=light] .dashboard-page .asset-track-list li,[data-admin-theme=light] .dashboard-page .timed-action-list li,[data-admin-theme=light] .dashboard-page .origin-list li,[data-admin-theme=light] .dashboard-page .revision-list li,[data-admin-theme=light] .dashboard-page .curve-header,[data-admin-theme=light] .dashboard-page .preview-size-toggle{background:var(--surface)}[data-admin-theme=light] .dashboard-page .form-step{color:var(--admin-info-ink);background:var(--admin-info-bg)}[data-admin-theme=light] .dashboard-page .player-form-actions{background:var(--surface)}[data-admin-theme=light] .dashboard-page .editor-module-nav button:hover,[data-admin-theme=light] .dashboard-page .editor-module-nav button.is-active{background:var(--hover,#edf4fb)}[data-admin-theme=light] .dashboard-page .cta-editor-disclosure,[data-admin-theme=light] .dashboard-page .autoplay-pulse-row{background:var(--surface);color:var(--ink)}[data-admin-theme=light] .dashboard-page .player-form .field input:disabled,[data-admin-theme=light] .dashboard-page .player-form .field select:disabled{color:var(--admin-muted);background:var(--admin-control)}[data-admin-theme=light] .dashboard-page .check-row-box:hover,[data-admin-theme=light] .dashboard-page .check-chip:hover{background:var(--admin-hover)}[data-admin-theme=light] .dashboard-page .curve-bar{background:var(--admin-line)}[data-admin-theme=light] .dashboard-page .revision-list li.is-current{border-color:var(--admin-link);background:var(--admin-info-bg)}[data-admin-theme=light] .dashboard-page .player-status-filters button.is-active{border-color:var(--admin-link);color:var(--admin-info-ink);background:var(--admin-info-bg)}[data-admin-theme=light] .dashboard-page .asset-dropzone{background:var(--admin-control)}[data-admin-theme=light] .dashboard-page .asset-dropzone.is-dragging{background:var(--admin-info-bg)}[data-admin-theme=light] .dashboard-page .n09-disclosure{border-color:var(--admin-line);background:var(--admin-surface);color:var(--admin-ink)}[data-admin-theme=light] .dashboard-page .players-list-toolbar>input,[data-admin-theme=light] .dashboard-page .players-dialog-content input,[data-admin-theme=light] .dashboard-page .players-dialog-content textarea{background:var(--control,#fff);color:var(--ink)}.players-shell{padding-top:1.7rem}.dashboard-page .player-form .field input,.dashboard-page .player-form .field select,.dashboard-page .timed-action-form textarea,.dashboard-page .embed-section textarea{border-color:var(--line);color:var(--ink);background:#2b2b2f}.dashboard-page .player-form .field input:disabled,.dashboard-page .player-form .field select:disabled{color:#85858e;background:#242428}.dashboard-page .section-note,.dashboard-page .form-step,.dashboard-page .check-row-box,.dashboard-page .check-chip,.dashboard-page .asset-track-list li,.dashboard-page .timed-action-list li,.dashboard-page .origin-list li,.dashboard-page .revision-list li,.dashboard-page .curve-header,.dashboard-page .preview-size-toggle{color:var(--muted);border-color:var(--line);background:#2b2b2f}.dashboard-page .form-step{color:#9bceff;background:#243b52}.dashboard-page .check-row-box:hover,.dashboard-page .check-chip:hover,.dashboard-page .preview-size-toggle button:hover,.dashboard-page .preview-size-toggle button.is-active{color:var(--ink);background:#36363b}.dashboard-page .curve-bar{background:#4a4a52}.dashboard-page .revision-list li.is-current{background:#243b52;border-color:#38628c}.players-topbar{align-items:flex-end;margin-bottom:1.45rem}.players-page .editor-topbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions""lede lede";align-items:center;gap:.35rem 1rem;display:grid}.editor-top-title{grid-area:title;min-width:0}.players-page .editor-top-title h1{margin:0}.players-page .editor-top-actions{grid-area:actions}.players-page .editor-topbar .players-lede{-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:lede;max-width:none;margin:0;display:-webkit-box;overflow:hidden}.players-topbar h1{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-bottom:.35rem;font-size:1.5rem;overflow:hidden}.players-lede{max-width:44rem;line-height:1.45}.players-topbar .button,.editor-top-actions .button{width:auto;margin:0;text-decoration:none}.editor-top-actions{flex-wrap:nowrap;flex:none;align-items:center;gap:.5rem;display:flex}.editor-top-actions>*{white-space:nowrap}.players-new-button{flex:none}.players-section-heading,.section-heading-with-note{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.players-section-heading h2,.section-heading-with-note h2{margin-bottom:.22rem;font-size:1rem}.players-section-heading p,.section-heading-with-note p{margin-bottom:0}.players-list-panel{min-width:0;padding:clamp(1.15rem,2vw,1.65rem)}.players-list-panel>.players-section-heading{align-items:flex-end;margin-bottom:.35rem}.players-list-panel>.players-section-heading .button{width:auto;margin:0}.players-list-toolbar{grid-template-columns:minmax(12rem,18rem) 1fr;align-items:center;gap:.5rem 1rem;margin:1rem 0;display:grid}.players-list-toolbar>label{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.players-list-toolbar>input{border:1px solid var(--line);width:100%;color:var(--ink);background:#2b2b2f;border-radius:6px;padding:.6rem .7rem}.player-status-filters{flex-wrap:wrap;gap:.3rem;display:flex}.player-status-filters button{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:999px;padding:.35rem .6rem;font-size:.75rem}.player-status-filters button.is-active{color:#9bceff;background:#243b52;border-color:#38628c}.players-table-wrap{border:1px solid var(--line);border-radius:8px;min-width:0;position:relative;overflow-x:auto}.players-table{border-collapse:collapse;width:100%;min-width:760px;font-size:.82rem}.players-table th,.players-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:.7rem .65rem}.players-table thead{color:var(--muted);background:#202024;font-size:.72rem}.players-table tbody tr:last-child th,.players-table tbody tr:last-child td{border-bottom:0}.players-table tbody tr:hover{background:#29292d}.players-table tbody th{min-width:12rem;color:var(--ink);font-weight:600}.players-table tbody th small,.players-table td small{color:var(--muted);margin-top:.2rem;font-size:.72rem;font-weight:400;display:block}.player-id-details{color:var(--muted);margin-top:.2rem;font-size:.7rem;font-weight:400}.player-id-details summary{cursor:pointer}.player-id-details small{margin-top:.15rem}.players-table .player-card-actions{min-width:14rem;margin:0}.players-feedback{min-height:1.5rem;color:var(--muted);margin:.8rem 0 .25rem;font-size:.82rem}.players-feedback .error{margin:0;display:block}.players-empty{min-height:14rem;color:var(--muted);text-align:center;border:1px dashed #c7cfdd;border-radius:14px;justify-items:center;padding:3.2rem 1rem;display:grid}.players-empty strong{color:var(--ink);font-size:1rem}.players-empty p{max-width:32rem;margin:.35rem 0 1rem;font-size:.86rem;line-height:1.45}.players-empty .button{width:auto;margin:0;text-decoration:none}.players-empty-mark{width:2.2rem;height:2.2rem;color:var(--accent);background:#edf0ff;border-radius:50%;place-items:center;margin-bottom:.75rem;font-size:1.5rem;display:grid}.players-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1rem;display:grid}.player-card{border:1px solid var(--player-border);background:var(--surface);border-radius:16px;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #1018280d}.player-card-accent{background:linear-gradient(90deg, var(--accent), #57d6c7);height:.25rem}.player-card-heading,.player-card-media,.player-card-meta,.player-card-actions{margin-left:1rem;margin-right:1rem}.player-card-heading{justify-content:space-between;align-items:flex-start;gap:.7rem;margin-top:1rem;display:flex}.player-card h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.98rem;overflow:hidden}.player-card-id{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:.25rem 0 0;font-size:.7rem;overflow:hidden}.player-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;padding:.28rem .52rem;font-size:.7rem;font-weight:750;line-height:1;display:inline-flex}.player-status-published{color:#187548;background:#edfff5;border-color:#98d8b4}.player-status-draft{color:#2c49a9;background:#eef1ff;border-color:#aebdf3}.player-status-archived{color:#596579;background:#f6f7f9;border-color:#d8dde5}.player-card-media{min-height:3.1rem;color:var(--ink);margin-top:.8rem;margin-bottom:.8rem;font-size:.86rem;line-height:1.35}.player-card-media span{color:var(--muted);margin-top:.24rem;font-size:.76rem;display:block}.player-card-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:auto;margin-bottom:0;padding:.65rem 0;display:grid}.player-card-meta div{min-width:0}.player-card-meta dt{color:var(--muted);font-size:.68rem}.player-card-meta dd{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-variant-numeric:tabular-nums;margin:.18rem 0 0;font-size:.76rem;overflow:hidden}.player-card-actions{flex-wrap:wrap;gap:.4rem;margin-top:.8rem;margin-bottom:1rem;display:flex}.player-card-actions .button{width:auto;margin:0;text-decoration:none}.player-form{gap:1rem;min-width:0;display:grid}.player-form-section>*,.player-form .form-grid>*,.player-form .field,.player-form .section-heading-with-note>*,.player-form .players-section-heading>*{min-width:0}.player-form .field input,.player-form .field select,.player-form .field textarea{box-sizing:border-box;max-width:100%}.player-form .button{overflow-wrap:anywhere;white-space:normal;max-width:100%}.players-editor-layout{grid-template-columns:minmax(440px,1fr) minmax(608px,.9fr);align-items:start;gap:1rem;display:grid}.players-page .editor-topbar>div{min-width:0}.players-page .editor-topbar>div:first-child{flex:auto;max-width:100%}.editor-module-nav{align-self:start;gap:.2rem;display:grid;position:sticky;top:88px}.admin-editor-back{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0 .55rem .75rem;font-size:.82rem;font-weight:650;display:block;overflow:hidden}.admin-editor-back:hover,.admin-editor-back:focus-visible{color:var(--ink)}.editor-module-chooser{gap:1.25rem;min-width:0;display:grid}.editor-module-chooser>summary{cursor:pointer;color:var(--muted);font-size:.78rem;font-weight:750;display:none}.editor-module-nav .eyebrow{margin:0 .55rem .35rem;font-size:.68rem}.editor-module-nav-group{gap:.2rem;display:grid}.editor-module-nav-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:.5rem .55rem .1rem;font-size:.62rem;font-weight:750}.editor-module-nav button{min-width:0;min-height:2.75rem;color:var(--muted);font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:1.25rem minmax(0,1fr) auto;align-items:center;padding:.45rem .55rem;font-size:.78rem;display:grid}.editor-module-nav button:hover,.editor-module-nav button.is-active{color:var(--ink);background:#2b2b2f}.editor-module-nav button.is-active{box-shadow:inset 2px 0 var(--accent)}.editor-module-nav button:focus-visible{outline-offset:2px;outline:3px solid #2447d83d}.editor-module-nav button>svg{color:currentColor;flex:none}.editor-module-nav-copy{min-width:0;margin-left:.45rem;display:block}.editor-module-nav-copy strong,.editor-module-nav-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.editor-module-nav-copy strong{color:inherit;font-size:.76rem;font-weight:750}.editor-module-nav-copy small{color:var(--muted);margin-top:.08rem;font-size:.65rem;line-height:1.2}.editor-module-nav-state{color:var(--muted);letter-spacing:.02em;white-space:nowrap;margin-left:.35rem;font-size:.58rem;font-weight:750}.editor-module-nav-state.is-active{color:#57d6c7}[data-admin-theme=light] .editor-module-nav-state.is-active{color:var(--admin-success)}.editor-form-column,.players-editor-layout>*{min-width:0}.editor-module{min-width:0;display:none}.editor-module.is-active{display:block}.editor-submodule{display:none}.editor-submodule.is-active{display:block}.player-form-actions{z-index:2;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#242424f0;border-radius:8px;padding:.7rem;position:sticky;bottom:.75rem}.player-context-actions{align-items:center;gap:.55rem;margin-bottom:.75rem;display:flex;position:sticky;top:72px;bottom:auto}.player-form-section{min-width:0;padding:clamp(1.15rem,2vw,1.45rem)}.player-form-section>.section-heading-with-note,.player-form-section>.players-section-heading{margin-bottom:1rem}.section-note,.form-step{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#fbfcfd;border-radius:999px;flex:none;padding:.28rem .55rem;font-size:.68rem;font-weight:700}.form-step{color:var(--accent-dark);background:#f3f5ff;border-color:#b7c3f0}.form-grid{gap:0 1rem;display:grid}.form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-grid{gap:.75rem}.player-form .field{margin-top:0}.players-editor-layout .player-form .field{align-content:start}.player-form .field input,.player-form .field select{width:100%;min-height:2.75rem;color:var(--ink);background:#fff;border:1px solid #cfd4dc;border-radius:10px;padding:.65rem .75rem}.player-form .field select{appearance:auto}.player-form .field input:focus-visible,.player-form .field select:focus-visible,.preview-size-toggle button:focus-visible,.curve-row:focus-visible,.players-dialog button:focus-visible{outline-offset:2px;outline:3px solid #2447d83d}.player-form .field input:disabled,.player-form .field select:disabled{color:#7c8798;cursor:not-allowed;background:#f5f6f8}.subfieldset{border:1px solid var(--player-border);border-radius:12px;min-width:0;margin:1.1rem 0 0;padding:.85rem}.subfieldset legend{color:var(--player-ink-soft);padding:0 .35rem;font-size:.78rem;font-weight:750}.players-editor-layout .player-form .subfieldset{border-color:var(--line)}.players-editor-layout .player-form .subfieldset legend{color:var(--ink)}.rate-grid,.controls-grid{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.45rem;display:grid}.check-row,.check-chip{color:var(--ink);align-items:flex-start;gap:.55rem;font-size:.84rem;line-height:1.35;display:flex}.check-row{margin-top:1rem}.check-row input,.check-chip input{width:1rem;height:1rem;accent-color:var(--accent);flex:none;margin:.1rem 0 0}.check-row strong,.check-row small{display:block}.check-row small{color:var(--muted);margin-top:.18rem;font-size:.76rem}.check-row-box,.check-chip{border:1px solid var(--player-border);background:var(--player-soft);border-radius:10px;padding:.62rem .68rem}.check-row-box:hover,.check-chip:hover{background:#f3f5ff;border-color:#b7c3f0}.compact-field{max-width:14rem}.curve-comparison{border-top:1px solid var(--line);margin-top:1rem;padding-top:.95rem}.curve-comparison-heading{color:var(--player-ink-soft);justify-content:space-between;gap:.7rem;margin-bottom:.55rem;font-size:.78rem;display:flex}.curve-comparison-heading span{font-variant-numeric:tabular-nums}.curve-table{border:1px solid var(--player-border);border-radius:10px;font-size:.75rem;overflow:hidden}.curve-row{border-top:1px solid var(--line);grid-template-columns:5.3rem minmax(7rem,1fr) 4.4rem;align-items:center;gap:.65rem;min-height:2.1rem;padding:.35rem .55rem;display:grid}.curve-row:first-child{border-top:0}.curve-header{color:var(--muted);background:#fbfcfd;font-size:.7rem;font-weight:700}.curve-bar{vertical-align:middle;background:#e7eaf0;border-radius:999px;width:min(7rem,70%);height:.4rem;margin-right:.4rem;display:inline-block;overflow:hidden}.curve-bar span{width:var(--curve-width);border-radius:inherit;background:linear-gradient(90deg, var(--accent), #57d6c7);height:100%;display:block}.curve-reading{color:var(--muted)}.appearance-locked{border:0;margin:0;padding:0}.appearance-locked .field input,.appearance-locked .field select{color:#7c8798;background:#f5f6f8}.appearance-note{max-width:42rem;margin-bottom:.9rem}.color-field{grid-template-columns:2.75rem minmax(0,1fr);gap:.45rem;display:grid}.color-field input[type=color]{min-height:2.75rem;padding:.25rem}.asset-picker,.asset-picker .field{min-width:0}.asset-picker-meta{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.4rem;display:flex}.asset-upload-button{position:relative;overflow:hidden}.asset-upload-button input[type=file]{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.asset-dropzone{border:1px dashed var(--line);min-width:0;color:var(--muted);background:#1b1b1e94;border-radius:8px;flex:100%;margin-top:.15rem;padding:.65rem .75rem}.asset-dropzone.is-dragging{border-color:var(--accent);background:#243b52b8}.asset-dropzone-label{color:var(--ink);margin:0;font-size:.8rem;font-weight:650}.asset-dropzone .asset-upload-button{margin-top:.45rem;display:inline-block}.asset-dropzone .asset-upload-button:focus-within{outline-offset:2px;outline:3px solid #9bceffb8}.asset-dropzone .field-hint{margin-top:.4rem}.asset-error,.field-validation{margin:.55rem 0 0;font-size:.76rem}.asset-track-list,.timed-action-list,.origin-list{gap:.5rem;margin:.9rem 0 0;padding:0;list-style:none;display:grid}.asset-track-list li,.timed-action-list li,.origin-list li{border:1px solid var(--player-border);background:#fbfcfd;border-radius:10px;justify-content:space-between;align-items:center;gap:.7rem;min-width:0;padding:.6rem .7rem;display:flex}.asset-track-list li>span,.timed-action-list li>div:first-child{min-width:0}.asset-track-list strong,.asset-track-list small,.timed-action-list strong,.timed-action-list span,.timed-action-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.asset-track-list small,.timed-action-list span,.timed-action-list small{color:var(--muted);margin-top:.16rem;font-size:.72rem}.asset-track-list li>div,.timed-action-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:.35rem;display:flex}.caption-add-fields{margin-top:.75rem}.timed-action-form{margin-top:1rem}.cta-editor-disclosure{color:#fafafa;background:#242424;border:1px solid #3d3d42;border-radius:10px;margin-top:.75rem;overflow:hidden}.n09-disclosure{color:#fafafa;background:#242424;border:1px solid #3d3d42;border-radius:8px;margin-top:.75rem;overflow:hidden}.n09-disclosure summary{cursor:pointer;padding:.6rem .7rem;font-weight:700}.n09-disclosure summary:focus-visible,.autoplay-template-catalog button:focus-visible{outline-offset:2px;outline:3px solid #1a90ff}.n09-disclosure>.check-row,.n09-disclosure>.form-grid{margin:.65rem .7rem}.autoplay-template-catalog{flex-wrap:wrap;gap:.4rem;display:flex}.autoplay-template-catalog button{color:#fafafa;cursor:pointer;background:#242424;border:1px solid #3d3d42;border-radius:8px;flex:6rem;min-height:3rem;padding:.45rem .6rem}.autoplay-template-catalog button[aria-pressed=true]{color:#fff;background:#1a90ff;border-color:#1a90ff}.autoplay-pulse-row{background:#242424;border:1px solid #3d3d42;border-radius:8px;align-self:end;min-width:0;margin-top:1.55rem;padding:.55rem .65rem}.cta-editor-disclosure summary{cursor:pointer;color:var(--ink);padding:.65rem .75rem;font-size:.8rem;font-weight:700;list-style-position:inside}.cta-editor-disclosure summary:focus-visible{outline-offset:-3px;outline:3px solid #1a90ff}.cta-editor-disclosure[open] summary{border-bottom:1px solid #3d3d42}.cta-editor-disclosure>.field-hint,.cta-editor-disclosure>.form-grid,.cta-editor-disclosure>.check-row{margin-left:.75rem;margin-right:.75rem}.cta-editor-disclosure-body{margin:0 .75rem .75rem}.cta-placement-preview{background:#242424;border:1px dashed #1a90ff;border-radius:8px;min-height:7rem;margin:.25rem 0 .75rem;position:relative;overflow:hidden}.cta-placement-preview span{overflow-wrap:anywhere;color:#fafafa;text-align:center;cursor:grab;touch-action:none;background:#2e2e33;border:1px solid #1a90ff;border-radius:6px;max-width:100%;padding:.35rem .5rem;font-size:.75rem;display:block;position:absolute;transform:translate(-50%,-50%)}.cta-placement-preview span:focus-visible{outline-offset:2px;outline:3px solid #1a90ff}.cta-placement-resize{border:1px solid var(--ink);cursor:ew-resize;touch-action:none;background:#57d6c7;border-radius:3px;width:.75rem;height:.75rem;padding:0;position:absolute;bottom:-.3rem;right:-.3rem}.cta-editor-disclosure>.field-hint{margin-top:.65rem}.cta-editor-disclosure>.check-row:last-child{margin-bottom:.75rem}@media (max-width:560px){.cta-editor-disclosure .form-grid-three{grid-template-columns:1fr 1fr}.cta-editor-disclosure .form-grid-three .check-row{grid-column:1/-1}}.timed-action-form textarea,.embed-section textarea{resize:vertical;width:100%;min-height:5rem;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfd4dc;border-radius:10px;padding:.65rem .75rem;font-size:.8rem;line-height:1.4}.timed-action-form textarea:focus-visible,.embed-section textarea:focus-visible{outline-offset:2px;outline:3px solid #2447d83d}.timed-action-form-actions{flex-wrap:wrap;gap:.45rem;margin-top:.85rem;display:flex}.timed-action-form-actions .button{width:auto;margin:0}.embed-origin-editor{align-items:flex-end;gap:.55rem;margin-top:1rem;display:flex}.embed-origin-editor .field{flex:18rem;margin:0}.embed-origin-editor>.button{flex:none;width:auto;margin:0 0 .02rem}.origin-list code,.published-link-row code{overflow-wrap:anywhere;word-break:break-word;min-width:0;color:var(--player-ink-soft);font-size:.74rem;line-height:1.4;overflow:visible}.origin-list .button{flex:none;width:auto;margin:0}.published-links{border-top:1px solid var(--line);margin-top:1.1rem;padding-top:1rem}.published-links h3{margin-bottom:.6rem;font-size:.88rem}.published-link-row{grid-template-columns:6.5rem minmax(0,1fr) auto;align-items:center;gap:.55rem;margin-top:.45rem;display:grid}.published-link-row span,.snippet-label{color:var(--muted);font-size:.74rem;font-weight:700}.snippet-label{margin:0}.snippet-heading{justify-content:space-between;align-items:center;gap:.55rem;margin-top:.8rem;margin-bottom:.3rem;display:flex}.published-copy-control{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.published-copy-control .button{flex:none;width:auto;margin:0}.published-copy-status{min-width:0;color:var(--muted);font-size:.67rem;line-height:1.25}.published-copy-status:empty{display:none}.embed-section textarea{background:#f8faff;min-height:4.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.preview-action-jumps{color:#c4cede;border-top:1px solid #273348;margin-top:.9rem;padding-top:.85rem}.preview-action-jumps strong{color:#fff;font-size:.78rem}.preview-action-jumps p{color:#aab8cc;margin:.25rem 0 .55rem;font-size:.72rem;line-height:1.4}.preview-action-jumps>div{flex-wrap:wrap;gap:.35rem;display:flex}.preview-action-jumps .button{color:#dbe5f5;background:#172237;border-color:#42516a}.preview-action-jumps .button:hover{background:#202f49;border-color:#6d7fa1}.player-form-actions{flex-wrap:wrap;align-items:center;gap:.6rem;padding-bottom:.2rem;display:flex}.player-form-actions .button{width:auto;margin:0}.button-publish{color:#176840;background:#edfff5;border:1px solid #94cbb0}.button-publish:hover{background:#dcf9e9;border-color:#64aa86}.action-hint{color:var(--muted);font-size:.78rem}.player-editor-aside{gap:1rem;min-width:0;display:grid}.preview-disclosure{min-width:0}.preview-disclosure>summary{cursor:pointer;border:1px solid var(--line);min-height:2.75rem;color:var(--ink);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;padding:.65rem .8rem;font-size:.82rem;font-weight:750;list-style-position:inside;display:none}.preview-disclosure>summary::marker{color:var(--accent)}.preview-disclosure-body{min-width:0}.player-preview-panel{position:sticky;top:88px}.revision-drawer>summary{cursor:pointer;color:var(--muted);margin-bottom:.5rem;font-size:.8rem}.player-preview-panel,.revision-panel,.editor-note{min-width:0;padding:clamp(1.15rem,2vw,1.45rem)}.preview-heading{align-items:center}.preview-lock{width:1.9rem;height:1.9rem;color:var(--accent);background:#edf0ff;border-radius:9px;place-items:center;font-size:1rem;font-weight:800;display:grid}.preview-description{color:var(--muted);margin:.75rem 0 0;font-size:.8rem;line-height:1.45}.preview-variant-note{color:var(--muted);margin:.4rem 0 0;font-size:.75rem;line-height:1.4}.preview-size-toggle{border:1px solid var(--player-border);background:#f7f8fa;border-radius:9px;gap:.2rem;margin-top:.9rem;padding:.2rem;display:inline-flex}.preview-size-toggle button{color:var(--muted);background:0 0;border:0;border-radius:7px;padding:.42rem .65rem;font-size:.75rem;font-weight:700}.preview-size-toggle button:hover,.preview-size-toggle button.is-active{color:var(--accent-dark);background:#fff;box-shadow:0 1px 3px #1018281f}.preview-size-toggle button:disabled{cursor:not-allowed;opacity:.55}[data-admin-theme=light] .dashboard-page .preview-size-toggle button:hover,[data-admin-theme=light] .dashboard-page .preview-size-toggle button.is-active{color:var(--admin-info-ink);background:var(--admin-info-bg)}.preview-stage{background:#091019;border:1px solid #273348;border-radius:12px;place-items:center;width:100%;min-width:0;max-width:100%;min-height:12rem;margin-top:.9rem;padding:.8rem;display:grid;overflow:hidden}.preview-phone-frame{width:100%;min-width:0;max-width:100%}.preview-phone-frame-desktop .preview-stage{aspect-ratio:16/10}.preview-phone-frame-mobile .preview-stage{aspect-ratio:auto;width:100%;height:100%;min-height:0;margin:0}.preview-stage vplayer-player{aspect-ratio:16/9;border-radius:8px;width:100%;max-width:100%;min-height:0;max-height:100%;display:block;overflow:hidden}.preview-phone-frame-mobile .preview-stage vplayer-player{aspect-ratio:auto;width:100%;height:100%}.preview-unavailable{overflow-wrap:anywhere;color:#c4cede;text-align:center;min-width:0;max-width:100%}.preview-unavailable>span{color:#57d6c7;margin-bottom:.5rem;font-size:1.8rem;display:block}.preview-unavailable strong{color:#fff;font-size:.85rem;display:block}.preview-unavailable p{color:#aab8cc;margin:.35rem 0 0;font-size:.75rem;line-height:1.4}.preview-loading,.preview-error{margin:.55rem 0 0;font-size:.76rem}.preview-loading{color:var(--muted)}.revision-count{min-width:1.75rem;height:1.75rem;color:var(--accent-dark);background:#edf0ff;border-radius:999px;place-items:center;font-size:.75rem;font-weight:750;display:grid}.revision-list{gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.revision-list li{border:1px solid var(--player-border);background:#fbfcfd;border-radius:10px;justify-content:space-between;align-items:center;gap:.7rem;padding:.65rem .7rem;display:flex}.revision-list li.is-current{background:#f3f5ff;border-color:#b7c3f0}.revision-copy{min-width:0}.revision-copy strong,.revision-copy span,.revision-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.revision-copy strong{font-size:.8rem}.revision-copy span,.revision-copy small{color:var(--muted);margin-top:.15rem;font-size:.72rem}.revision-current{color:#187548;flex:none;font-size:.7rem;font-weight:750}.revision-list .button{flex:none;width:auto;margin:0}.editor-note p:last-child{color:var(--muted);margin-bottom:0;font-size:.82rem;line-height:1.5}.config-invalid-alert{color:#713b2a;background:#fff7f2;border:1px solid #e8b7a2;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.config-invalid-alert strong,.config-invalid-alert p,.config-invalid-alert small{display:block}.config-invalid-alert strong{color:#633020;font-size:.86rem}.config-invalid-alert p{max-width:46rem;margin:.24rem 0 0;font-size:.8rem;line-height:1.4}.config-invalid-alert small{color:#8c604f;margin-top:.25rem;font-size:.74rem}.config-invalid-alert .button{flex:none;width:auto;margin:0}.players-dialog{border:1px solid var(--line);width:min(100% - 2rem,30rem);color:var(--ink);background:0 0;border-radius:16px;padding:0}.players-dialog::backdrop{background:#1d243361}.players-dialog-content{background:var(--surface);padding:1.35rem}.players-dialog h2{margin-bottom:.45rem}.players-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.1rem;display:flex}.players-dialog-actions .button{width:auto;margin:0}@media (max-width:1399px){.players-editor-layout{grid-template-columns:minmax(0,1fr)}.editor-module-nav{grid-template-columns:minmax(0,1fr);gap:.2rem;padding-bottom:.25rem;display:grid;position:static;overflow:visible}.editor-module-nav .eyebrow{display:none}.editor-module-nav button{min-width:0}.player-editor-aside{grid-template-columns:minmax(0,1fr);align-items:start;position:static}}@media (min-width:1400px){.player-preview-panel{padding:16px;position:static}.preview-stage-desktop{padding:6px}.player-editor-aside{align-self:start;position:sticky;top:144px}}@media (max-width:1399px){.preview-disclosure>summary{display:flex}.player-preview-panel{position:static}}@media (max-width:760px){.editor-module-chooser>summary{display:list-item}.editor-module-chooser .editor-module-nav{grid-template-columns:minmax(0,1fr);gap:.2rem;padding-bottom:.25rem;display:grid;position:static}.editor-module-chooser .editor-module-nav .eyebrow{display:none}.editor-module-chooser .editor-module-nav button{min-width:0}.player-editor-aside{position:static}}@media (max-width:650px){.players-list-toolbar{grid-template-columns:1fr}.players-topbar,.editor-topbar{flex-direction:column;align-items:flex-start}.players-page .editor-topbar{grid-template-columns:minmax(0,1fr);grid-template-areas:"title""actions""lede";display:grid}.players-topbar .button,.editor-top-actions{width:100%}.editor-top-actions{flex-wrap:nowrap;gap:.5rem;display:flex}.editor-top-actions>*{white-space:nowrap}.editor-top-actions .button{flex:0 auto;width:auto;padding:.55rem .65rem;font-size:.82rem}.editor-topbar>div:first-child{width:100%}.form-grid-two,.form-grid-three,.player-editor-aside{grid-template-columns:minmax(0,1fr)}.players-editor-layout .player-form .section-heading-with-note{grid-template-columns:minmax(0,1fr);gap:.3rem;display:grid}.players-editor-layout .player-form .section-heading-with-note>.section-note{white-space:normal;justify-self:start;max-width:100%}.config-invalid-alert{flex-direction:column;align-items:flex-start}.config-invalid-alert .button{width:100%}.embed-origin-editor{flex-direction:column;align-items:stretch}.embed-origin-editor>.button{width:100%}.published-link-row{grid-template-columns:minmax(0,1fr);gap:.2rem}.snippet-heading{flex-direction:column;align-items:flex-start}.published-copy-control{flex-wrap:wrap;align-items:flex-start}.curve-row{grid-template-columns:4.5rem minmax(5rem,1fr) 3.9rem;gap:.45rem}}@media (max-width:460px){.players-list-panel,.player-form-section,.player-preview-panel,.revision-panel,.editor-note{padding:1rem}.players-list-panel>.players-section-heading{flex-direction:column;align-items:flex-start}.players-list-panel>.players-section-heading .button{width:100%}.player-card-actions .button{text-align:center;flex:auto}.curve-row{grid-template-columns:4rem minmax(4rem,1fr) 3.4rem;padding-left:.4rem;padding-right:.4rem;font-size:.7rem}.curve-bar{width:min(5rem,62%)}}@media (prefers-reduced-motion:reduce){.players-page .button{transition:none}}.autoplay-template-swatch{background:#1a90ff;border-radius:5px;width:100%;height:1.25rem;margin-bottom:.35rem;display:block}.autoplay-template-swatch-soft{background:linear-gradient(135deg,#1a90ff33,#1a90ff99);border:1px solid #1a90ff}.autoplay-template-swatch-minimal{background:#fafafa;height:.35rem;margin-top:.45rem}.editor-module-nav-group{align-content:start}.editor-module-nav-label{grid-column:1/-1}
