:root{--bg-deep:#06080b;--inset:#0a0d11;--bg:#0d1014;--surface:#12161c;--surface-2:#171c23;--surface-3:#1e242c;--line:#252d36;--line-strong:#36404b;--text:#f3f5f7;--text-2:#c9d2da;--muted:#97a3ae;--faint:#6a7682;--brand:#f04936;--brand-hover:#ff5b48;--brand-inset:#2a1411;--ok:#3ed584;--warn:#e9b54d;--radius-sm:7px;--radius:10px;--radius-lg:14px;--shadow-1:0 1px 2px #00000073, 0 6px 24px #00000038;--ring:0 0 0 2px #f0493673;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif}#proximos{display:none!important}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{box-shadow:var(--ring);border-radius:var(--radius-sm);outline:none}::selection{background:#f0493659}.shell{min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:var(--bg);flex-direction:column;gap:14px;padding:14px;display:flex}.brand{gap:2px;display:grid}.brand strong{font-size:1rem}.brand span,.muted{color:var(--faint);font-size:.82rem}.nav{gap:6px;display:grid}.nav a,.nav button{color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;padding:8px 9px}.nav a:hover,.nav button:hover{border-color:var(--line);color:var(--text);background:#ffffff0a}.main{align-content:start;gap:14px;display:grid}h1,h2,h3{margin:0}h1{font-size:clamp(1.3rem,2vw,1.8rem)}h2{font-size:1rem}.row{align-items:center;gap:8px;display:flex}.input,.select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--inset);width:100%;min-height:36px;color:var(--text);padding:8px 10px;transition:border-color .15s,box-shadow .15s}.input:focus,.select:focus{border-color:var(--brand);box-shadow:var(--ring);outline:none}.input::placeholder{color:var(--faint)}.date-time-picker{gap:7px;min-width:0;display:grid;position:relative}.date-time-picker.wide{grid-column:span 2}.date-time-picker-label,.date-time-picker label span{color:var(--muted);font-size:12px;font-weight:750}.date-time-picker-field{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr);min-height:40px;display:grid;overflow:hidden}.date-time-picker-field:focus-within{border-color:var(--brand);outline-offset:1px;outline:2px solid #f0493633}.date-time-picker .date-time-picker-input{width:100%;min-width:0;min-height:38px;color:var(--text);padding:0 10px;background:0 0!important;border:0!important;border-radius:0!important}.date-time-picker .date-time-picker-input:focus{outline:none!important}.btn{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);min-height:36px;color:var(--text);justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.btn:hover{border-color:var(--line-strong);background:var(--surface-3)}.btn-primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover);border-color:var(--brand-hover)}.panel-toggle{border:1px solid var(--line);background:0 0;border-radius:4px}.panel-toggle:hover{border-color:var(--brand);color:var(--text)}.panel-strip-spacer{flex:1}.panel-head{border-bottom:1px solid var(--line)}.panel-head-btn,.mini-btn{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:4px;min-height:24px;margin-left:auto;padding:2px 8px}.panel-head-btn:hover,.mini-btn:hover{border-color:var(--brand);color:var(--text)}.inspector-tabs{border-bottom:1px solid var(--line)}.inspector-view{align-content:start;padding:8px}.inspector-card{padding:8px}.inspector-head{margin-bottom:8px}.timeline-filter-input,.timeline-filter-select,.markup-number{border:1px solid var(--line);background:var(--bg-deep);width:100%;min-height:30px;color:var(--text);border-radius:4px;padding:5px 8px}.event-row{border-left:3px solid #0000}.event-row:hover,.event-row.active{border-left-color:var(--brand)}.event-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.marker-tl-zoom-btn,.marker-tl-expand-btn{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:4px;min-height:30px;padding:4px 8px}.timeline-filter-select{width:min(220px,18vw)}.timeline-time-sync{border:1px solid var(--line);background:var(--bg-deep);min-height:30px;color:var(--text);border-radius:4px;padding:4px 7px}.marker-tl-spacer-fill{flex:1}.track-label{justify-content:space-between}.track-label small{color:var(--faint);border:1px solid var(--line);border-radius:4px;padding:1px 4px}.inspector{grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;display:grid}.timeline{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-deep);min-height:0;position:relative;overflow:auto}.empty-row{border:1px dashed var(--line);color:var(--faint);border-radius:7px;padding:12px;font-size:.86rem}@media (max-width:980px){.shell{grid-template-columns:1fr}.sidebar{position:static}}body.is-resizing{cursor:ew-resize;-webkit-user-select:none;user-select:none}body.is-resizing-timeline{cursor:ns-resize;-webkit-user-select:none;user-select:none}.analyse-page{--bg:var(--bg);--surface:var(--surface);--surface-2:var(--surface-2);--surface-3:var(--surface-3);--line:#ffffff1c;--line-strong:#ffffff3d;--text:var(--text);--muted:var(--text-2);--faint:var(--muted);--brand:var(--brand);--blue:#58a6ff;--danger:#ff7868;--radius-sm:4px;--radius-md:8px;--gap-xs:6px;--gap-sm:10px;--gap-md:14px;--shadow-panel:0 16px 36px #00000057;z-index:50;min-width:0;height:100vh;color:var(--text);flex-direction:column;font-family:Aptos,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.analyse-page *,.analyse-page :before,.analyse-page :after{box-sizing:border-box}.analyse-page button,.analyse-page input,.analyse-page select,.analyse-page textarea{font:inherit}.analyse-page [hidden]{display:none!important}.analyse-header{align-items:center;gap:var(--gap-sm);border:1px solid var(--line);border-left:3px solid var(--brand);box-shadow:var(--shadow-panel);display:flex}.analyse-back-btn,.analyse-page .btn,.analyse-page .mini-btn,.analyse-control-btn,.marker-tl-zoom-btn,.marker-tl-expand-btn{border:1px solid var(--line);border-radius:var(--radius-sm);min-height:28px;color:var(--muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:4px 8px;text-decoration:none;display:inline-flex}.analyse-back-btn:hover,.analyse-page .btn:hover,.analyse-page .mini-btn:hover,.analyse-control-btn:hover,.marker-tl-zoom-btn:hover,.marker-tl-expand-btn:hover{border-color:var(--blue);color:var(--blue)}.analyse-page button:disabled{opacity:.52;cursor:not-allowed}.analyse-page .btn-sm{font-size:.78rem}.analyse-title-block{flex:1;min-width:0}.analyse-title{width:min(720px,48vw);min-height:24px;color:var(--text);background:0 0;border:0;padding:0;font-weight:700}.analyse-subtitle{margin-top:2px;display:block}.analyse-folder-context{width:max-content;max-width:100%;min-height:22px;color:var(--muted);background:#f049361f;border:1px solid #f0493675;border-radius:999px;align-items:center;margin-bottom:3px;padding:3px 8px;font-size:.72rem;font-weight:850;line-height:1;display:inline-flex}.analyse-folder-context strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analyse-header-actions{align-items:center;gap:var(--gap-xs);display:flex}.header-video-source{align-items:center;gap:var(--gap-xs);grid-template-columns:auto minmax(180px,620px);min-width:220px;display:grid}.header-video-source.is-collapsed{grid-template-columns:auto;min-width:auto}.header-video-source.is-collapsed .video-source-fields{display:none}.source-toggle-btn,.panel-toggle,.panel-head-btn{border:1px solid var(--line);border-radius:var(--radius-sm);min-height:24px;color:var(--muted);cursor:pointer;background:0 0;padding:3px 8px;font-size:.76rem}.source-toggle-btn:hover,.panel-toggle:hover,.panel-head-btn:hover{border-color:var(--blue);color:var(--blue)}.video-source-fields{align-items:center;gap:var(--gap-xs);grid-template-columns:112px minmax(180px,1fr) 86px auto;display:grid}.video-provider-select,.drive-input,.duration-input,.timeline-filter-input,.timeline-filter-select,.timeline-time-sync,.markup-number,.markup-note,.template-toolbar select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--inset);width:100%;min-height:30px;color:var(--text);padding:5px 7px}.analyse-native-video{object-fit:contain;background:#000}.duration-input,.timeline-time-sync{font-variant-numeric:tabular-nums;text-align:center}.analyse-header-state{border-radius:var(--radius-sm);color:#ffd58b;background:#dda83e1a;border:1px solid #dda83e73;align-items:center;gap:6px;min-height:28px;padding:4px 8px;font-size:.74rem;font-weight:700;display:inline-flex}.state-dot{background:var(--warn);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 3px #dda83e2e,0 0 14px #dda83e61}.analyse-panel-strip{align-items:center;gap:var(--gap-xs);border:1px solid var(--line);display:flex}.panel-toggle-muted{color:var(--muted)}.panel-strip-spacer,.marker-tl-spacer-fill{flex:1}.analyse-layout{grid-template-columns:minmax(0, 1fr) 6px var(--inspector-width,320px);flex:auto;min-height:0;display:grid}.analyse-layout.is-inspector-hidden{grid-template-columns:minmax(0,1fr)}.analyse-layout.is-inspector-hidden .workspace-resizer,.analyse-layout.is-inspector-hidden .analyse-inspector{display:none}.analyse-main,.analyse-video-panel,.analyse-markup-panel{gap:var(--gap-xs);flex-direction:column;min-width:0;min-height:0;display:flex}.analyse-video-panel{flex:360px}.panel-head{align-items:center;gap:var(--gap-xs);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--muted);font-size:.78rem;display:flex}.panel-head strong{color:var(--text)}.panel-head-meta{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.panel-drag-handle{color:var(--faint);letter-spacing:-3px;padding-right:2px}.analyse-video-container{border:1px solid var(--line);flex:auto;min-height:0;position:relative;overflow:hidden}.analyse-drive-frame{background:#000;border:0;width:100%;height:100%}.is-live-signal-overlay{pointer-events:none;background:#040506a3;place-items:center;display:grid;position:absolute;inset:0}.is-live-signal-panel{align-items:center;gap:var(--gap-sm);border:1px solid var(--line);border-radius:var(--radius-md);max-width:380px;padding:var(--gap-md);box-shadow:var(--shadow-panel);background:#101214eb;display:flex}.is-live-signal-mark{border-radius:var(--radius-sm);background:var(--brand);color:#fff;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:800;display:grid}.workspace-resizer{border-radius:var(--radius-sm);cursor:ew-resize;touch-action:none;background:linear-gradient(#0000,#ffffff1f,#0000);min-width:6px}.workspace-resizer:hover,.timeline-resizer:hover{background:#58a6ff42}.analyse-inspector{gap:var(--gap-xs);grid-template-rows:auto auto minmax(0,1fr);display:grid}.inspector-tabs{border:1px solid var(--line);gap:4px;padding:4px;display:grid}.inspector-tab{min-height:28px;color:var(--faint);cursor:pointer;background:0 0;border:1px solid #0000;font-size:.78rem}.inspector-tab.active{color:var(--text)}.inspector-view{gap:var(--gap-xs);flex-direction:column;min-height:0;display:flex;overflow:auto}.inspector-card{border:1px solid var(--line);min-height:0;overflow:hidden}.inspector-head{justify-content:space-between;align-items:center;gap:var(--gap-xs);border-bottom:1px solid var(--line);padding:8px;display:flex}.marker-detail{gap:8px;padding:9px;font-size:.84rem;display:grid}.marker-detail.empty,.marker-schema-empty{color:var(--faint);padding:8px;font-size:.82rem}.detail-field{gap:2px;display:grid}.detail-field span{color:var(--faint);font-size:.72rem}.detail-field strong,.detail-field p{margin:0}.event-row{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;grid-template-columns:10px minmax(0,1fr) auto;grid-template-areas:"dot content time";align-items:center;gap:2px 8px;padding:7px 8px;display:grid}.event-row:hover,.event-row.active{border-color:var(--blue);background:#58a6ff1f}.event-dot{border:1px solid #ffffff73;border-radius:999px;grid-area:dot;width:9px;height:9px}.event-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.event-row small{white-space:nowrap;color:var(--faint);grid-area:time}.event-row-main{grid-area:content;gap:2px;min-width:0;display:grid}.event-row-meta{flex-wrap:wrap;gap:5px;display:flex}.event-row-chip{color:var(--text-2);border:1px solid #ffffff1f;border-radius:999px;padding:1px 7px;font-size:.67rem;line-height:1.3}.event-row-time{color:var(--faint);grid-area:time;justify-self:end;margin-left:10px;font-size:.73rem}.xml-registry-panel{border:1px solid color-mix(in srgb, var(--line) 88%, transparent);background:var(--bg);border-radius:8px;grid-template-rows:auto auto auto minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.xml-registry-head{border-bottom:1px solid color-mix(in srgb, var(--line) 86%, transparent);justify-content:space-between;align-items:center;padding:10px 10px 8px;display:flex}.xml-registry-head div{gap:2px;min-width:0;display:grid}.xml-registry-head strong{font-size:.9rem}.xml-registry-head span{color:var(--faint);font-size:.72rem}.xml-registry-search{border-bottom:1px solid color-mix(in srgb, var(--line) 72%, transparent);padding:8px 10px}.xml-registry-search input{border:1px solid color-mix(in srgb, var(--line) 92%, transparent);background:var(--surface-2);width:100%;min-height:34px;color:var(--text);border-radius:6px;outline:none;padding:0 10px}.xml-registry-search input:focus{border-color:color-mix(in srgb, var(--brand) 64%, var(--line))}.xml-registry-list{align-content:start;gap:5px;min-height:0;padding:8px;display:grid;overflow:auto}.markup-note{grid-column:1/-1}.video-graph-rail{flex:0 0 var(--timeline-height,260px);gap:var(--gap-xs);flex-direction:column;min-height:170px;display:flex}.timeline-resizer{border-radius:var(--radius-sm);cursor:ns-resize;touch-action:none;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:6px}.marker-tl{-webkit-user-select:none;user-select:none;border:1px solid #ffffff29;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.marker-tl-controls{align-items:center;gap:var(--gap-xs);border-bottom:1px solid #ffffff24;display:flex}.timeline-filter-input{width:min(210px,16vw)}.timeline-filter-select{max-width:150px}.timeline-time-sync{width:78px}.marker-tl-zoom-label,.marker-tl-export-label{color:var(--faint);white-space:nowrap;font-size:.74rem}.marker-tl-zoom-range{width:min(360px,24vw);accent-color:var(--brand)}.marker-tl-expand-btn.active{color:var(--text);background:#f049361f;border-color:#f04936b8}.active-marker-pill{border:1px solid var(--line);border-left:4px solid var(--brand);border-radius:var(--radius-sm);max-width:260px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;background:#ffffff0b;padding:4px 8px;font-size:.74rem;overflow:hidden}.marker-tl-scroll{flex:1;min-height:0;position:relative;overflow:auto}.marker-tl-canvas{min-height:100%;position:relative}.marker-tl-ruler{z-index:7;border-bottom:1px solid #ffffff29;height:38px;position:sticky;top:0;box-shadow:0 6px 12px #0000003d}.tick{height:38px;color:var(--faint);white-space:nowrap;font-variant-numeric:tabular-nums;border-left:1px solid #ffffff21;padding-left:6px;font-size:.7rem;line-height:36px;position:absolute;top:0}.tick-major{color:var(--text-2);border-left-color:#f0493680}.tick-minor{color:var(--faint)}.marker-tl-tracks{position:relative}.track-row{border-bottom:1px solid #ffffff17;grid-template-columns:170px minmax(0,1fr);display:grid;position:relative}.track-row:hover{background:var(--surface-2)}.track-label{z-index:6;border-right:1px solid color-mix(in srgb, var(--track-color,var(--brand)) 42%, #ffffff24);min-width:0;color:var(--text-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 10px;font-size:.78rem;display:grid;position:sticky;left:0;overflow:hidden}.track-label-button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.track-label-button:hover{color:var(--blue)}.track-count{font-variant-numeric:tabular-nums;border:1px solid #ffffff24;justify-content:center;align-items:center;min-width:22px;height:18px;font-size:.66rem;display:inline-flex}.track-body{background:linear-gradient(90deg,#ffffff0b 0 1px,#0000 1px 120px),linear-gradient(#0000 50%,#ffffff0e 50%,#0000 calc(50% + 1px));min-width:0;position:relative}.marker-time{color:#ffffffb8;margin-left:7px;font-weight:500}.marker-tl-playhead{z-index:8;background:var(--brand);pointer-events:none;width:2px;position:absolute;top:38px;bottom:0;box-shadow:0 0 0 1px #f0493647,0 0 16px #f0493673}.marker-tl-playhead:before{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--brand);position:absolute;top:-7px;left:-5px}.template-editor{background:var(--bg-deep);width:100%;min-height:0;color:var(--text);resize:none;border:0;border-radius:0;padding:10px;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (max-width:1120px){.analyse-layout{grid-template-columns:1fr}.workspace-resizer,.analyse-inspector{display:none}.marker-tl-controls,.analyse-header{flex-wrap:wrap}}@media (max-width:760px){.analyse-page{height:auto;min-height:100vh;position:relative;overflow:auto}.analyse-header,.marker-tl-controls,.video-source-fields{grid-template-columns:1fr;align-items:stretch;display:grid}.analyse-title{width:100%}}.login-legal-note{color:var(--muted);background:#090e14d1;border:1px solid #94a3b847;border-radius:8px;gap:6px;margin-top:4px;padding:12px;font-size:12px;line-height:1.45;display:grid}.login-legal-note strong{color:var(--text);font-size:13px}.login-legal-note a,.app-legal-footer a{color:var(--brand);text-decoration:none}.login-legal-note a:hover,.app-legal-footer a:hover{text-decoration:underline}.app-legal-footer{padding:12px 8px max(12px, env(safe-area-inset-bottom));color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;font-size:12px;display:flex}.legal-page{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.legal-panel{border:1px solid var(--border);background:#111820f5;border-radius:8px;gap:20px;width:min(920px,100%);padding:28px;display:grid}.legal-panel>img{border-radius:8px;width:58px;height:58px}.legal-panel h1,.legal-panel h2,.legal-panel p{margin:0}.legal-panel h1{letter-spacing:0;font-size:clamp(32px,6vw,54px)}.legal-panel p{color:var(--muted);line-height:1.55}.legal-kicker{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--brand)!important}.legal-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.legal-grid article{border:1px solid var(--border);background:#080d12b8;border-radius:8px;gap:8px;padding:14px;display:grid}.share-folder-card{color:var(--text)}.share-folder-card>div:first-child a{color:var(--text);text-decoration:none}.share-folder-card>div:first-child a:hover{color:var(--brand)}.share-folder-card.is-archived,tr.is-archived{opacity:.78}.share-folder-card.is-archived{border-style:dashed}@media (max-width:760px){.legal-page{padding:14px}.legal-panel{padding:18px}.app-legal-footer{font-size:11px}}.markup-command-bar{gap:var(--gap-xs);grid-template-columns:minmax(0,1fr);display:grid}.markup-time-card,.markup-clip-card,.markup-note-row{gap:var(--gap-xs);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:6px;display:grid}.markup-time-card{grid-template-columns:auto 82px auto auto;align-items:center}.markup-time-card span,.markup-clip-card span{color:var(--faint);font-size:.72rem}.markup-clip-card{grid-template-columns:1fr 1fr 1.15fr;align-items:center}.markup-clip-card span{grid-column:1/-1}.markup-note-row{grid-template-columns:1fr 1fr}.markup-note-row label{color:var(--faint);align-items:center;gap:6px;font-size:.74rem;display:inline-flex}.empty-row.compact{border:0;border-radius:0;margin:0}.admin-stat{align-content:center;min-height:68px;display:grid}.admin-stat strong{font-variant-numeric:tabular-nums}.admin-inline-form{background:var(--surface);grid-template-columns:minmax(78px,.7fr) minmax(0,1fr);align-items:center;gap:6px;padding:8px;display:grid}.admin-inline-form strong{color:var(--text);font-size:.78rem}.admin-inline-form .input,.admin-inline-form .select,.admin-inline-form .btn{min-height:30px;font-size:.78rem}.admin-inline-form .btn{grid-column:2}.admin-table-wrap{overflow:auto}.admin-table-wrap.compact{max-height:340px}.admin-table th{text-align:left}.admin-table th,.admin-table td{white-space:nowrap}.admin-table td{color:var(--muted)}.admin-table td strong{color:var(--text)}.admin-table small{color:var(--muted);margin-left:7px}.admin-link:hover{color:var(--accent)}@media (max-width:760px){.admin-inline-form{grid-template-columns:1fr}.admin-inline-form .btn{grid-column:auto}}.event-row{border-color:color-mix(in srgb, var(--line) 86%, transparent);background:var(--surface)}.event-row.active{border-color:color-mix(in srgb, var(--brand) 66%, #6aa2ff);background:color-mix(in srgb, var(--brand) 14%, var(--surface))}.event-dot{box-shadow:0 0 0 2px color-mix(in srgb, currentColor 18%, transparent)}.track-label{border-left:3px solid var(--track-color,transparent)}.track-label strong:before{content:"";background:var(--track-color,var(--faint));vertical-align:1px;border-radius:999px;width:7px;height:7px;margin-right:6px;display:inline-block}.shell{background:var(--inset);grid-template-columns:236px minmax(0,1fr)}.sidebar.app-sidebar{background:var(--inset);border-right:1px solid var(--line);height:100vh;position:sticky;top:0;overflow-y:auto}.app-brand{border-bottom:1px solid var(--surface-3);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:18px;padding:2px 4px 12px;display:grid}.brand-mark{border:1px solid var(--line-strong);background:var(--surface-2);width:34px;height:34px;color:var(--text);border-radius:7px;place-items:center;font-size:12px;font-weight:850;display:grid}.app-brand strong{color:var(--text);font-size:14px;line-height:1.15;display:block}.app-brand span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;display:block;overflow:hidden}.app-brand em{text-overflow:ellipsis;white-space:nowrap;background:var(--brand-inset);color:#ffb3a9;letter-spacing:.02em;border:1px solid #f0493666;border-radius:999px;grid-column:1/-1;width:fit-content;max-width:calc(100% - 44px);margin-left:44px;padding:2px 8px;font-size:10px;font-style:normal;font-weight:700;overflow:hidden}.app-sidebar .nav{gap:6px;display:grid}.app-sidebar .nav a,.app-sidebar .nav button{width:100%;color:var(--text-2);font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;padding:9px 10px;text-decoration:none;display:block}.app-sidebar .nav a:hover,.app-sidebar .nav button:hover{border-color:var(--line);background:var(--surface)}.app-sidebar .nav a:focus-visible,.app-sidebar .nav button:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.app-sidebar .nav strong{font-size:13px;line-height:1.15;display:block}.app-sidebar .nav span{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.15;display:block}.app-sidebar form{border-top:1px solid var(--surface-3);margin-top:10px;padding-top:10px}.app-sidebar .nav button{color:var(--muted);cursor:pointer}.main{min-width:0;padding:16px}@media (max-width:760px){.shell{grid-template-columns:1fr}.sidebar.app-sidebar{border-right:0;border-bottom:1px solid var(--line);position:static}.app-sidebar .nav{grid-template-columns:repeat(3,minmax(0,1fr))}.app-sidebar form{border-top:0;grid-column:1/-1;margin-top:0;padding-top:0}}.analyse-layout.is-inspector-hidden .analyse-main{min-width:0}.analyse-page{background:var(--bg-deep);gap:6px;padding:4px}.analyse-header,.analyse-panel-strip,.analyse-panel,.marker-tl,.analyse-video-container,.inspector-tabs,.inspector-card{box-shadow:none!important;-webkit-backdrop-filter:none!important}.analyse-header{border-color:var(--line);background:var(--surface-2);border-left-width:2px;border-radius:6px;min-height:44px;padding:6px 10px}.analyse-title{letter-spacing:-.035em;font-size:clamp(18px,1.45vw,23px)}.analyse-subtitle{color:var(--muted);font-size:12px}.header-video-source{border:1px solid var(--line);background:var(--bg);border-radius:6px;padding:3px}.source-toggle-btn,.analyse-control-btn,.panel-head-btn,.panel-toggle,.marker-tl-expand-btn,.marker-tl-zoom-btn,.timeline-filter-input,.timeline-filter-select,.timeline-time-sync,.drive-input,.duration-input{border-radius:5px}.analyse-panel-strip{border-color:var(--surface-3);background:var(--bg);border-radius:6px}.panel-toggle{min-height:27px;color:var(--muted);border-color:#0000;padding:3px 9px;font-size:12px}.panel-toggle[aria-pressed=true]{border-color:var(--brand);background:var(--brand-inset);color:#fff;box-shadow:none}.analyse-layout{gap:6px}.analyse-panel{border-color:var(--line);background:var(--surface);border-radius:6px}.panel-head{border-bottom-color:var(--line);background:var(--bg);min-height:31px;padding:5px 8px}.panel-head strong{font-size:12px}.panel-head-meta{color:var(--muted);font-size:11px}.analyse-video-panel{background:0 0;border:0}.analyse-video-container{border-color:var(--surface-3);background:#000;border-radius:6px}.analyse-page.is-markup-mode .analyse-layout{grid-template-columns:minmax(0,1fr)}.analyse-page.is-markup-mode .analyse-main{gap:6px}.analyse-page.is-markup-mode .analyse-video-panel{flex:42vh;min-height:280px}.inspector-tabs{border-color:var(--line);background:var(--bg);border-radius:6px}.inspector-tab{border-radius:5px}.inspector-tab.active{border-color:var(--brand);background:var(--brand-inset);box-shadow:none}.inspector-card{border-color:var(--line);background:var(--surface-2);border-radius:6px}.event-row{border-radius:5px}.marker-tl{border-color:var(--line);background:var(--bg-deep);border-radius:6px}.marker-tl-controls{border-bottom-color:var(--line);background:var(--bg);min-height:38px;padding:5px 8px}.marker-tl-scroll{background:linear-gradient(90deg, #ffffff09 0 1px, transparent 1px 80px), var(--bg-deep)}.marker-tl-ruler{background:var(--surface);border-bottom-color:var(--line)}.track-row{border-bottom-color:var(--surface-3);background:var(--inset)}.track-row:nth-child(odd){background:var(--bg)}.track-label{border-right-color:var(--line)}.track-count{border-radius:4px}@media (max-width:1100px){.analyse-page.is-markup-mode .analyse-video-panel{min-height:240px}}.inspector-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.analyse-inspector{min-height:0}.analyse-inspector .analyse-markup-panel{border-radius:0;height:100%;min-height:0}.analyse-inspector .analyse-markup-panel>.panel-head{border:1px solid var(--line);background:var(--surface);border-radius:6px}.analyse-inspector .markup-create-drawer{border:1px solid var(--line);background:var(--inset);border-radius:6px;margin-top:7px;padding:8px}.analyse-inspector .markup-command-bar,.analyse-inspector .markup-note-row{gap:6px}.analyse-inspector .markup-command-bar{grid-template-columns:1fr}.analyse-inspector .markup-time-card,.analyse-inspector .markup-clip-card{border-radius:5px}.admin-console{min-height:calc(100vh - 32px);display:grid}.admin-module-nav{border:1px solid var(--line);align-self:start}.admin-module-nav strong{border-bottom:1px solid var(--line);color:var(--text);font-size:14px}.admin-module-nav a{color:var(--muted);border:1px solid #0000;border-radius:5px;text-decoration:none}.admin-module-nav a:hover{border-color:var(--line);background:var(--surface-2);color:#fff}.admin-module-main{min-width:0;display:grid}.admin-command-head,.admin-module-card,.club-head,.club-card,.club-empty{border:1px solid var(--line);background:var(--surface);border-radius:7px}.admin-command-head{border-left:3px solid var(--brand);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.admin-command-head h1,.club-head h1{color:var(--text);letter-spacing:-.035em;margin:0;font-size:25px}.admin-command-head p,.club-head p{color:var(--muted);margin:4px 0 0;font-size:13px}.admin-command-stats{gap:7px;display:grid}.admin-stat{border:1px solid var(--line);background:var(--bg);border-radius:6px;min-width:72px;padding:8px 9px}.admin-stat strong{color:#fff;font-size:19px;line-height:1;display:block}.admin-stat span{color:var(--muted);margin-top:5px;font-size:11px;display:block}.admin-module-card{overflow:hidden}.admin-card-head,.import-client-head,.club-card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:10px 12px;display:flex}.admin-card-head h2,.import-client-head h2,.club-card-head h2{color:var(--text);margin:0;font-size:15px}.admin-card-head span,.import-client-head span,.club-card-head span{color:var(--muted);font-size:12px}.admin-forms-grid{gap:8px;display:grid}.admin-inline-form,.club-inline-form{border-bottom:1px solid var(--surface-3);background:var(--bg);grid-template-columns:repeat(auto-fit,minmax(130px,1fr));align-items:center;gap:6px;padding:8px;display:grid}.admin-inline-form strong,.club-inline-form strong{color:var(--text);font-size:13px}.input,.select,.import-controls input,.import-controls select{border:1px solid var(--line);background:var(--bg-deep);min-height:31px;color:var(--text);border-radius:5px;padding:5px 8px;font-size:13px}.btn.btn-primary,.import-controls button,.admin-action-link{border:1px solid var(--brand);background:var(--brand-inset);color:#fff;cursor:pointer;border-radius:5px;min-height:31px;padding:5px 10px;font-size:13px;font-weight:700;text-decoration:none}.import-controls button:disabled{cursor:not-allowed;opacity:.45}.import-controls button.danger{background:var(--brand)}.admin-table-wrap,.import-table-wrap{max-height:430px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;font-size:12px}.admin-table th,.admin-table td{border-bottom:1px solid var(--surface-3);color:var(--text-2);text-align:left;vertical-align:middle;padding:8px 10px}.admin-table th{z-index:1;background:var(--bg);color:var(--muted);font-size:11px;font-weight:750;position:sticky;top:0}.admin-table strong{color:#fff}.admin-link{color:#ff796b;font-weight:700;text-decoration:none}.role-pill{border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:750;display:inline-block}.import-client{gap:10px;display:grid}.import-controls,.import-summary{flex-wrap:wrap;align-items:center;gap:7px;padding:10px 12px;display:flex}.import-summary span{border:1px solid var(--line);background:var(--bg);min-height:27px;color:var(--text-2);border-radius:5px;padding:4px 8px;font-size:12px}.import-summary .bad,.import-error,.import-error td{color:#ffd2d2;border-color:#f87171}.import-error{background:#321716;border:1px solid #f87171;border-radius:5px;margin:0 12px;padding:8px 10px;font-size:13px}.import-create td{color:#d5f5df}.import-update td{color:#ffe5a6}.import-skip td{color:var(--muted)}.import-error td{background:var(--surface-2)}.club-console{gap:12px;display:grid}.club-head{border-left:3px solid var(--brand);justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex}.club-quota{min-width:220px;color:var(--muted);gap:6px;font-size:12px;display:grid}.club-quota div{background:var(--surface-3);border-radius:999px;height:7px;overflow:hidden}.club-quota i{background:var(--brand);height:100%;display:block}.club-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.club-card-wide{grid-column:1/-1}.club-list,.club-match-list{max-height:420px;display:grid;overflow:auto}.club-list div,.club-match-list a,.club-match-list p{border-bottom:1px solid var(--surface-3);color:var(--text-2);gap:3px;padding:9px 12px;text-decoration:none;display:grid}.club-list strong,.club-match-list strong{color:#fff;font-size:13px}.club-list span,.club-match-list span{color:var(--muted);font-size:12px}.club-empty{padding:18px}@media (max-width:1100px){.admin-console,.club-grid{grid-template-columns:1fr}.admin-module-nav{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));position:static}.admin-command-head,.club-head{flex-direction:column;grid-template-columns:1fr;align-items:start}.admin-command-stats{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}}.admin-import-grid{padding:10px;display:grid}.import-client,.isquad-import-client{border:1px solid var(--line);overflow:hidden}.isquad-import-client textarea{resize:vertical;border:1px solid var(--line);background:var(--bg-deep);width:calc(100% - 20px);color:var(--text);border-radius:5px;padding:9px;line-height:1.35}.admin-console{grid-template-columns:minmax(0,1fr);gap:10px}.admin-module-nav{z-index:20;background:var(--bg);border-radius:6px;align-items:center;gap:4px;padding:6px;display:flex;position:sticky;top:0}.admin-module-nav strong{border:0;border-right:1px solid var(--line);min-width:70px;padding:6px 10px}.admin-module-nav a{min-height:29px;padding:6px 10px;font-size:12px}.admin-command-head{min-height:84px;padding:12px 14px}.admin-command-head h1{font-size:23px}.admin-command-stats{grid-template-columns:repeat(5,76px)}.admin-import-grid{grid-template-columns:.88fr 1.12fr;gap:10px}.import-client,.isquad-import-client{background:var(--surface);border-radius:6px}.import-client-head{min-height:58px;padding:10px}.import-client-head h2{font-size:14px}.import-controls{padding:9px 10px}.isquad-import-client textarea{min-height:112px;max-height:190px;margin:8px 10px;font-size:11px;overflow:auto}.admin-manual-create{border-top:1px solid var(--surface-3);background:var(--bg)}.admin-manual-create summary{cursor:pointer;color:var(--text-2);padding:9px 12px;font-size:13px;font-weight:750}.admin-manual-create[open] summary{border-bottom:1px solid var(--surface-3)}.admin-forms-grid{padding:8px}.admin-inline-form{border:1px solid var(--surface-3);border-radius:6px}.admin-module-card{border-radius:6px}.admin-card-head{min-height:42px;padding:8px 10px}.admin-table-wrap{max-height:360px}@media (max-width:1180px){.admin-module-nav{overflow:auto}.admin-import-grid,.admin-command-head{grid-template-columns:1fr}.admin-command-stats{grid-template-columns:repeat(5,minmax(0,1fr))}}.isquad-import-client textarea{white-space:pre-wrap;overflow-x:hidden}.import-controls input[type=file]{border:1px solid var(--line);background:var(--bg-deep);max-width:310px;color:var(--muted);border-radius:5px;padding:0;font-size:12px}.import-controls input[type=file]::file-selector-button{border:0;border-right:1px solid var(--line);background:var(--surface-2);min-height:31px;color:var(--text);font:inherit;cursor:pointer;margin-right:8px;padding:0 10px}.import-controls button:disabled,.btn.btn-primary:disabled{border-color:var(--line);background:var(--surface-2);color:#8f6964}.admin-module-main{gap:10px}.admin-module-card#import .admin-card-head{border-bottom-color:var(--surface-3)}.admin-module-card#import .admin-import-grid{grid-template-columns:minmax(360px,.86fr) minmax(460px,1.14fr)}.admin-table td,.admin-table th{white-space:nowrap}.admin-table td:first-child,.admin-table th:first-child{white-space:normal}.analyse-panel-strip{min-height:34px;padding:5px 8px}.analyse-panel-strip .panel-toggle{justify-content:center;min-width:82px}.analyse-panel-strip .panel-toggle[aria-pressed=false]{background:0 0}.analyse-inspector .inspector-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.track-label{box-shadow:inset 4px 0 0 var(--track-color,var(--brand));background:linear-gradient(90deg, color-mix(in srgb, var(--track-color,var(--brand)) 14%, var(--surface-2)), var(--surface-2) 52%)}.track-label-button{max-width:112px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.track-count{border-color:color-mix(in srgb, var(--track-color,var(--brand)) 45%, var(--line));background:color-mix(in srgb, var(--track-color,var(--brand)) 16%, var(--surface));color:var(--text)}@media (max-width:1280px){.admin-module-card#import .admin-import-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-table-wrap,.import-table-wrap{max-height:300px}}.analyse-inspector .analyse-markup-panel{background:0 0;border:0}.analyse-inspector .analyse-markup-panel>.panel-head{display:none}.markup-board-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;display:flex}.markup-board-head div{gap:2px;min-width:0;display:grid}.markup-board-head strong{color:var(--text)}.markup-board-head span{color:var(--muted);font-size:11px}.markup-create-toggle{flex:none;min-height:28px;margin-left:0}.markup-template-board{gap:10px;padding:9px 8px 12px;display:grid}.template-button-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.template-button-wrap{min-width:0;position:relative}.template-button{border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 60%, var(--line));border-left:5px solid var(--markup-color,var(--brand));background:linear-gradient(180deg, color-mix(in srgb, var(--markup-color,var(--brand)) 26%, var(--surface)), color-mix(in srgb, var(--markup-color,var(--brand)) 12%, var(--inset)));width:100%;min-height:58px;color:var(--text);text-align:left;border-radius:5px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;padding:8px 9px 8px 7px;display:grid;position:relative}.template-button:hover{border-color:color-mix(in srgb, var(--markup-color,var(--brand)) 86%, #fff);background:linear-gradient(180deg, color-mix(in srgb, var(--markup-color,var(--brand)) 36%, var(--surface)), color-mix(in srgb, var(--markup-color,var(--brand)) 18%, var(--inset)))}.template-button:disabled{cursor:not-allowed;opacity:.48}.template-button.is-recording{outline:2px solid var(--markup-color,var(--brand));outline-offset:1px}.template-button kbd{border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 40%, var(--text));color:#fff;background:#00000047;border-radius:4px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:850;display:grid}.template-button-copy{gap:4px;min-width:0;display:grid}.template-button-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;line-height:1.05;overflow:hidden}.template-button-copy small{color:#ffffffc7;font-size:11px;line-height:1}.markup-create-drawer .markup-command-bar,.markup-create-drawer .markup-note-row{border:0;border-bottom:1px solid var(--surface-3);background:0 0;border-radius:0}.inspector-tab:focus-visible,.panel-toggle:focus-visible,.template-button:focus-visible{outline:1px solid var(--brand);outline-offset:1px}@media (max-width:1100px){.template-button-grid{grid-template-columns:1fr}}.analyse-inspector .template-button-grid{grid-template-columns:1fr}.analyse-inspector .template-button{grid-template-columns:28px minmax(0,1fr);min-height:54px}.analyse-inspector .template-button-copy strong{font-size:14px}.analyse-inspector .template-button-copy small{font-size:11px}.admin-page-nav a.active,.admin-page-nav a[aria-current=page]{border-color:var(--brand);background:var(--brand-inset);color:#fff}.admin-team-logo{border:1px solid var(--line);background:var(--inset);width:34px;height:34px;color:var(--text);border-radius:6px;flex:none;place-items:center;display:grid;overflow:hidden}.admin-team-logo img{object-fit:contain;width:100%;height:100%}.admin-team-logo b{line-height:1}.admin-match-form{align-items:start}.admin-match-form input[name=title],.admin-match-form input[name=videoUrl],.admin-match-form input[name=driveUrl]{grid-column:span 2}.admin-checkbox-line{color:var(--muted);align-items:center;gap:8px;min-height:30px;font-size:12px;font-weight:750;display:flex}.admin-checkbox-line input{width:16px;height:16px}.admin-match-form button{min-width:120px}@media (max-width:1180px){.admin-match-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-match-form strong,.admin-match-form input[name=title],.admin-match-form input[name=videoUrl],.admin-match-form input[name=driveUrl]{grid-column:1/-1}}.markup-flat-board{background:var(--bg);padding:10px}.template-flat-grid,.analyse-inspector .template-flat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.template-flat-grid .template-button-wrap:first-child,.template-flat-grid .template-button-wrap:nth-child(2){min-height:106px}.template-flat-grid .template-button-wrap:last-child:nth-child(odd){grid-column:1/-1}.template-flat-button,.analyse-inspector .template-flat-button{width:100%;height:100%;box-shadow:none}.template-flat-button.is-recording{outline-offset:-4px;outline:2px solid #fff}.template-flat-button .template-button-copy{place-items:center;width:100%;display:grid}.template-flat-button .template-button-copy strong{color:#fff;text-align:center;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.template-flat-button kbd,.template-flat-button small{display:none!important}.markup-board-head{padding:10px 10px 8px}.markup-board-head strong{font-size:13px}.markup-board-head span{display:none}@media (max-width:900px){.template-flat-grid,.analyse-inspector .template-flat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-flat-button,.analyse-inspector .template-flat-button{text-shadow:0 1px 1px #00000052}.template-flat-button .template-button-copy strong{font-size:13px}.markup-create-drawer{z-index:80;border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;width:min(440px,100vw - 44px);max-height:calc(100vh - 108px);margin:0;position:fixed;top:78px;right:22px;overflow:auto;box-shadow:0 18px 55px #00000094}.markup-create-drawer:before{content:"Crear botón de marcaje";border-bottom:1px solid var(--line);color:var(--text);padding:12px 14px;font-size:15px;font-weight:850;display:block}.markup-create-drawer .markup-command-bar,.markup-create-drawer .markup-note-row{padding:10px}.markup-create-drawer .markup-command-bar{grid-template-columns:1fr}.markup-create-drawer .markup-time-card,.markup-create-drawer .markup-clip-card{border:1px solid var(--line);background:var(--inset);border-radius:6px;padding:8px}.admin-forms-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.admin-forms-grid .admin-inline-form{grid-template-columns:1fr;align-content:start;gap:8px;min-height:150px;padding:12px}.admin-forms-grid .admin-inline-form strong{font-size:14px}.admin-forms-grid .admin-inline-form .btn{margin-top:auto}@media (max-width:980px){.admin-forms-grid{grid-template-columns:1fr}}.admin-team-logo b{color:var(--text);font-size:11px;font-weight:850}.admin-users-workbench{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);align-items:stretch;gap:10px;display:grid}.admin-user-create-form,.admin-team-create-form{border-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-user-create-form button,.admin-team-create-form button{min-width:110px}.compact-import-client{min-height:100%}.compact-import-client .import-client-head{min-height:48px}.compact-import-client .import-table-wrap{max-height:250px}.import-kind-pill{border:1px solid var(--line);background:var(--surface-2);min-height:31px;color:var(--text-2);border-radius:5px;place-items:center;padding:5px 9px;font-size:12px;font-weight:750;display:inline-grid}.admin-quota-cell{grid-template-columns:44px minmax(70px,1fr);align-items:center;gap:8px;min-width:132px;display:grid}.admin-quota-cell span{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:12px}.admin-quota-cell i{background:var(--surface-3);border-radius:999px;height:6px;display:block;overflow:hidden}.admin-quota-cell b{border-radius:inherit;background:var(--brand);height:100%;display:block}.admin-team-name-cell{align-items:center;gap:9px;min-width:240px;display:flex}.admin-team-name-cell strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-users-table td,.admin-teams-table td,.admin-structure-table td{height:42px}.admin-structure-split,.admin-teams-workbench{grid-template-columns:minmax(360px,.82fr) minmax(460px,1.18fr);align-items:start;gap:10px;display:grid}.admin-structure-split .admin-table-wrap{max-height:360px}.admin-matchday-table th,.admin-matchday-table td{white-space:nowrap}.admin-matchday-table th:first-child,.admin-matchday-table td:first-child,.admin-matchday-table th:nth-child(2),.admin-matchday-table td:nth-child(2),.admin-matchday-table th:nth-child(3),.admin-matchday-table td:nth-child(3){white-space:normal}.admin-teams-workbench{grid-template-columns:minmax(420px,1fr) minmax(360px,.9fr)}.admin-teams-workbench .admin-manual-create{height:100%}.admin-teams-workbench .admin-manual-create summary{min-height:48px}@media (max-width:1180px){.admin-users-workbench,.admin-structure-split,.admin-teams-workbench{grid-template-columns:1fr}}@media (max-width:760px){.admin-user-create-form,.admin-team-create-form{grid-template-columns:1fr}}.login-visual{grid-template-rows:minmax(260px,1fr) auto auto;position:relative}.login-visual:after{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#11151914 0 1px,#0000 1px 82px),linear-gradient(#0000,#11151914);height:38%;position:absolute;inset:auto 0 0}.login-logo{z-index:1;place-self:center;position:relative}.login-copy{z-index:1;position:relative}.login-copy h1{color:var(--surface);letter-spacing:-.04em;margin:8px 0 10px;font-size:clamp(2rem,4vw,4.2rem);line-height:.96}.login-copy p{max-width:540px;color:var(--faint);margin:0;font-size:15px;line-height:1.45}.login-panel-head{align-items:center;gap:12px;display:flex}.login-panel-head img{background:var(--text);border-radius:10px;width:58px;height:58px}.login-panel-head strong{display:block}.login-panel-head span{margin-top:5px;display:block}.login-panel .input{border-color:var(--line)}.login-submit{place-items:center;display:grid}.brand-mark-image{background:var(--text);padding:0}.brand-mark-image img{width:100%;height:100%}@media (max-width:860px){.login-visual{grid-template-rows:auto auto}.login-logo{width:min(240px,68%)}}@media (max-width:520px){.login-page{background:var(--surface);padding:10px}.login-product{border-radius:8px;min-height:auto}.login-visual,.login-panel{padding:22px}.login-copy h1{font-size:2rem}}.shell{transition:grid-template-columns .18s}.shell:has(.app-sidebar.is-collapsed){grid-template-columns:72px minmax(0,1fr)}.app-sidebar-top{grid-template-columns:minmax(0,1fr) 30px;align-items:start;gap:8px;display:grid}.sidebar-collapse-btn{border:1px solid var(--line);background:var(--surface-2);color:var(--text);border-radius:6px;place-items:center;line-height:1;display:grid}.app-brand{text-decoration:none}.brand-mark-image img{object-fit:cover}.app-nav{gap:7px}.app-nav a,.app-nav button{grid-template-columns:28px minmax(0,1fr);grid-template-areas:"icon label""icon meta";align-items:center;gap:2px 8px;min-height:46px;display:grid}.app-nav i{border:1px solid var(--line);background:var(--surface-2);width:28px;height:28px;color:var(--brand);border-radius:6px;grid-area:icon;place-items:center;font-style:normal;font-weight:900;display:grid}.app-nav strong{color:var(--text);grid-area:label;font-size:13px}.app-nav span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;grid-area:meta;font-size:11px;overflow:hidden}.app-sidebar.is-collapsed{padding:12px 8px}.app-sidebar.is-collapsed .app-sidebar-top{grid-template-columns:1fr}.app-sidebar.is-collapsed .sidebar-collapse-btn{justify-self:center}.app-sidebar.is-collapsed .app-brand{grid-template-columns:44px;justify-content:center;padding:0 0 10px}.app-sidebar.is-collapsed .brand-mark{width:44px;height:44px}.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .app-brand em,.app-sidebar.is-collapsed .app-nav strong,.app-sidebar.is-collapsed .app-nav span{display:none}.app-sidebar.is-collapsed .app-nav a,.app-sidebar.is-collapsed .app-nav button{grid-template-columns:44px;grid-template-areas:"icon";justify-content:center;min-height:44px;padding:4px}.app-sidebar.is-collapsed .app-nav i{width:36px;height:36px}@media (max-width:980px){:is(.shell,.shell:has(.app-sidebar.is-collapsed)){grid-template-columns:1fr}.app-sidebar.is-collapsed{width:auto}}.season-empty-page p{color:var(--muted);font-size:12px;line-height:1.35}.season-empty-page{border:1px solid var(--line);border-left:3px solid var(--brand);background:var(--surface);border-radius:8px;gap:10px;width:min(620px,100%);padding:16px;display:grid}.season-empty-page a{color:#ff796b;width:fit-content;font-weight:800}.admin-match-form{grid-template-columns:90px repeat(6,minmax(118px,1fr))}.sidebar-collapse-btn{width:auto;min-width:54px;height:28px;font-size:11px;font-weight:850}.app-sidebar.is-collapsed .sidebar-collapse-btn{width:44px;min-width:44px;font-size:10px}.clean-sidebar.app-sidebar{background:var(--inset)}.clean-sidebar-top{gap:10px}.clean-brand .brand-mark{border-radius:6px;width:36px;height:36px}.clean-brand .brand-copy strong{font-size:13px}.clean-brand .brand-copy span,.clean-brand em{font-size:11px}.clean-app-nav{gap:2px}.clean-app-nav a,.clean-app-nav button{text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;gap:2px;min-height:44px;padding:8px 10px;display:grid}.clean-app-nav a:hover,.clean-app-nav button:hover{border-color:var(--line);background:var(--surface)}.clean-app-nav strong{color:var(--text);font-size:13px;line-height:1.1}.clean-app-nav span{color:var(--muted);font-size:11px;line-height:1.1}.app-sidebar.is-collapsed .clean-app-nav span,.app-sidebar.is-collapsed .clean-brand .brand-copy,.app-sidebar.is-collapsed .clean-brand em{display:none}.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{text-align:center;min-height:38px;padding:6px}.app-sidebar.is-collapsed .clean-app-nav strong{text-overflow:clip;white-space:nowrap;font-size:10px;overflow:hidden}.clean-page{gap:12px;min-width:0;display:grid}.clean-page-head{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:flex-end;gap:16px;min-height:0;padding:14px 16px;display:flex}.clean-page-head h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(1.6rem,2.6vw,2.4rem);line-height:1}.clean-page-head p{max-width:780px;color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.35}.clean-page-head>span{color:var(--muted);white-space:nowrap;flex:none;font-size:12px}.clean-breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;font-size:12px;display:flex}.clean-breadcrumb a:hover{color:var(--text)}.clean-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.clean-panel-head{border-bottom:1px solid var(--line);background:var(--bg);justify-content:space-between;align-items:center;min-height:42px;padding:9px 12px;display:flex}.clean-panel-head h2{color:var(--text);letter-spacing:-.02em;margin:0;font-size:15px}.clean-panel-head span{color:var(--muted);font-size:12px}.clean-season-list{gap:0;display:grid}.clean-season-group+.clean-season-group{border-top:1px solid var(--line)}.clean-season-title{background:var(--surface);justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:8px 12px;display:flex}.clean-season-title strong{color:var(--text);font-size:14px}.clean-season-title span{color:var(--muted);font-size:12px}.clean-table-wrap{width:100%}.clean-table{width:100%;color:var(--text-2);font-size:12px}.clean-table th,.clean-table td{border-bottom:1px solid var(--surface-3);text-align:left;vertical-align:middle;padding:8px 10px}.clean-table th{z-index:2;background:var(--inset);color:var(--muted);font-size:11px;font-weight:850;position:sticky;top:0}.clean-table td>strong{color:var(--text);font-size:12px;display:block}.clean-table td>span{color:var(--muted);margin-top:2px;font-size:11px;display:block}.clean-season-table th:first-child,.clean-season-table td:first-child{min-width:360px}.clean-progress,.clean-table td>span.clean-progress{white-space:nowrap;align-items:center;gap:8px;margin-top:0;display:inline-flex}.clean-progress i{background:var(--surface-3);border-radius:999px;width:64px;height:5px;display:block;overflow:hidden}.clean-progress b{background:var(--warn);border-radius:999px;height:100%;display:block}.clean-progress.is-full b{background:var(--ok)}.clean-progress.is-zero>span{color:var(--faint)}.clean-progress>span{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:11px}.clean-row-action{border:1px solid var(--brand);background:var(--brand-inset);color:#fff;border-radius:5px;justify-content:center;align-items:center;min-height:28px;padding:4px 8px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.clean-row-action.secondary{border-color:var(--line);background:var(--surface);color:var(--text-2)}.clean-admin-shortcuts{flex-wrap:wrap;gap:8px;display:flex}.clean-admin-shortcuts a{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--text);border-radius:6px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.clean-score{font-variant-numeric:tabular-nums}.clean-statuses,.clean-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.clean-statuses em,.clean-badge{border:1px solid var(--line);white-space:nowrap}.clean-statuses .ok,.clean-badge.ok{color:#76d898;border-color:#315e43}.clean-statuses .warn,.clean-badge.warn{color:var(--warn);border-color:#574421}.clean-admin-console .admin-page-nav{background:var(--inset);border-radius:8px;min-height:38px}.clean-admin-console .admin-page-nav strong,.clean-admin-console .admin-page-nav a{min-height:30px;padding:5px 9px;font-size:12px}.clean-admin-console .admin-command-head,.admin-console .admin-command-head{border:1px solid var(--line)!important;background:var(--surface)!important;border-left:0!important;border-radius:8px!important;min-height:0!important;padding:12px 14px!important}.clean-admin-console .admin-command-head h1,.admin-console .admin-command-head h1{font-size:24px!important;line-height:1!important}.clean-admin-console .admin-command-stats,.admin-console .admin-command-stats{gap:6px!important}.clean-admin-console .admin-stat,.admin-console .admin-stat{min-width:72px!important;min-height:48px!important;padding:7px 9px!important}.clean-admin-console .admin-stat strong,.admin-console .admin-stat strong{font-size:18px!important}.clean-admin-console .admin-module-card,.admin-console .admin-module-card{border-color:var(--line)!important;background:var(--surface)!important;border-radius:8px!important}.clean-admin-actions{display:grid}.clean-admin-actions a{border-bottom:1px solid var(--surface-3);min-height:48px;color:var(--text-2);grid-template-columns:150px 190px minmax(0,1fr) 64px;align-items:center;gap:12px;padding:8px 12px;display:grid}.clean-admin-actions a:hover{background:var(--surface-2)}.clean-admin-actions strong{color:var(--text);font-size:13px}.clean-admin-actions span,.clean-admin-actions em{color:var(--muted);font-size:12px;font-style:normal}.clean-admin-actions b{color:#ff796b;text-align:right;font-size:12px}.clean-permission-list{display:grid}.clean-permission-list div{border-bottom:1px solid var(--surface-3);grid-template-columns:180px minmax(0,1fr);gap:12px;padding:10px 12px;display:grid}.clean-permission-list strong{color:var(--text);font-size:12px}.clean-permission-list span{color:var(--muted);font-size:12px}.clean-workbench-two,.admin-users-workbench,.admin-teams-workbench{grid-template-columns:minmax(0,1fr) minmax(280px,420px)!important;gap:10px!important;display:grid!important}.clean-card-flat{min-height:0}.admin-console .admin-table-wrap{min-height:260px;max-height:calc(100vh - 330px);overflow:auto}.admin-console .admin-table{font-size:12px}.admin-console .admin-table th,.admin-console .admin-table td{padding:8px 10px}.admin-console .admin-card-head{min-height:40px!important;padding:8px 10px!important}.admin-console .admin-card-head h2{font-size:15px!important}.admin-console .import-client-head,.admin-console .import-controls{padding:10px!important}.admin-console .import-client-head h2{font-size:15px!important}.admin-console .import-controls{gap:7px!important}.admin-console .admin-manual-create summary{min-height:40px;padding:10px!important}.admin-console .admin-inline-form{padding:10px!important}.admin-console .admin-structure-split{gap:10px!important}@media (max-width:1100px){.clean-page-head,.clean-admin-actions a,.clean-permission-list div{grid-template-columns:1fr}.clean-page-head{flex-direction:column;align-items:flex-start}.clean-workbench-two,.admin-users-workbench,.admin-teams-workbench{grid-template-columns:1fr!important}}@media (max-width:900px){.clean-admin-actions a{grid-template-columns:1fr}}.clean-fixture-table th:last-child,.clean-fixture-table td:last-child,.clean-admin-match-table th:last-child,.clean-admin-match-table td:last-child{z-index:3;background:var(--surface);text-align:right;position:sticky;right:0;box-shadow:-10px 0 14px #080b0eb8}.clean-fixture-table th:last-child,.clean-admin-match-table th:last-child{background:var(--inset)}.clean-fixture-table{min-width:1040px}.clean-fixture-table th:nth-child(4),.clean-fixture-table th:nth-child(6),.clean-fixture-table td:nth-child(4),.clean-fixture-table td:nth-child(6){width:220px}.clean-admin-match-table th:first-child,.clean-admin-match-table td:first-child{min-width:330px}.clean-admin-match-table th:nth-child(2),.clean-admin-match-table td:nth-child(2){text-align:center;width:72px}.clean-table td>span:empty{display:none}.clean-admin-match-table{min-width:1220px}.clean-admin-match-table th:first-child,.clean-admin-match-table th:nth-child(3),.clean-admin-match-table td:first-child,.clean-admin-match-table td:nth-child(3){min-width:210px}.clean-admin-match-table th:nth-child(4),.clean-admin-match-table td:nth-child(4){min-width:170px}.clean-season-page .clean-panel,.clean-admin-page .clean-panel{overflow:clip}.clean-panel-head{gap:12px}.clean-panel-head span{white-space:nowrap}.clean-phase-strip{border-top:1px solid var(--surface-3);border-bottom:1px solid var(--surface-3);background:linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);scrollbar-width:thin;gap:8px;padding:10px 12px;display:flex;overflow-x:auto}.clean-phase-pill{border:1px solid var(--line);min-width:210px;color:var(--muted);background:var(--inset);border-radius:12px;gap:4px;padding:10px 12px;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:grid}.clean-phase-pill strong{color:var(--text);font-size:12px;line-height:1.15}.clean-phase-pill span{color:var(--muted);font-size:11px}.clean-phase-pill:hover,.clean-phase-pill.active{background:linear-gradient(135deg,#ff4b3e29,#ff4b3e0a);border-color:#ff4b3e}.clean-phase-pill:hover{transform:translateY(-1px)}.clean-table-wrap{scrollbar-width:thin;overflow:auto}.clean-fixture-wrap,.clean-admin-page .clean-panel .clean-table-wrap{max-height:calc(100vh - 285px)}.clean-table{border-collapse:separate;border-spacing:0}.clean-table thead th{z-index:4;border-bottom:1px solid var(--line);background:var(--inset);color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:10px;position:sticky;top:0}.clean-table tbody tr,.clean-table tbody tr:nth-child(2n){background:var(--bg)}.clean-table tbody tr:hover{background:#ff4b3e0f}.clean-table tbody tr.is-missing-video{box-shadow:inset 3px 0 #f5bc42c7}.clean-table td{border-bottom:1px solid var(--surface-3);vertical-align:middle}.clean-date-cell{min-width:112px}.clean-date-cell strong{color:var(--text);font-size:12px;display:block}.clean-date-cell span{color:var(--muted);margin-top:3px;font-size:11px;display:block}.clean-stage-chip,.clean-muted-chip{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;border-radius:999px;align-items:center;max-width:190px;min-height:24px;padding:4px 8px;display:inline-flex;overflow:hidden}.clean-stage-chip{color:#ffd3cf;background:#ff4b3e1a;border:1px solid #ff4b3e61;font-size:11px;font-weight:900}.clean-muted-chip{border:1px solid var(--line);color:var(--muted);background:var(--surface);font-size:11px}.clean-team-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-width:0;display:grid}.clean-team-cell>span{border:1px solid var(--line);width:34px;height:34px;color:var(--surface);background:var(--text);border-radius:9px;place-items:center;font-size:10px;font-weight:900;display:grid;overflow:hidden}.clean-team-cell img{object-fit:contain;width:100%;height:100%}.clean-team-cell strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.15;overflow:hidden}.clean-score{border:1px solid var(--line-strong);color:#fff;background:var(--bg-deep);border-radius:9px;justify-content:center;align-items:center;min-width:48px;min-height:30px;font-size:13px;font-weight:950;display:inline-flex}.clean-statuses{flex-wrap:wrap;gap:5px;display:flex}.clean-statuses em,.clean-badge{border-radius:999px;align-items:center;min-height:24px;padding:3px 8px;font-size:10px;font-style:normal;font-weight:900;display:inline-flex}.clean-statuses em.ok,.clean-badge.ok{color:#b9ffd5;background:#46d3801c;border:1px solid #46d38061}.clean-statuses em.warn,.clean-badge.warn{color:#ffe4a8;background:#f5bc421a;border:1px solid #f5bc426b}.clean-row-action{white-space:nowrap}.drive-save-state{min-width:72px;color:var(--muted);font-size:11px;font-weight:850}.clean-drive-autolink-panel .clean-panel-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.drive-sync-notice{border-radius:10px;margin:10px 12px 0;padding:9px 10px;font-size:12px;font-weight:850}.drive-sync-notice.ok{color:#b9ffd5;background:#46d3801a;border:1px solid #46d38057}.drive-sync-notice.warn{color:#ffc7c1;background:#ff4b3e1a;border:1px solid #ff4b3e57}.create-matchday-form{grid-template-columns:repeat(3,minmax(150px,1fr))!important}.create-matchday-form label{gap:5px;display:grid}.create-matchday-form label span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.drive-autolink-client{border-top:1px solid var(--surface-3);gap:10px;display:grid}.drive-autolink-controls{grid-template-columns:minmax(220px,1fr) minmax(300px,1.4fr) auto auto auto;align-items:end;gap:8px;display:grid}.drive-autolink-controls label{gap:5px;min-width:0;display:grid}.drive-autolink-controls label span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.drive-overwrite{min-height:38px;color:var(--text-2);align-items:center;font-size:12px;font-weight:800;display:flex!important}.drive-preview-table-wrap{border:1px solid var(--line);border-radius:12px;overflow:auto}.drive-preview-table{min-width:980px}.drive-preview-table td:first-child strong,.drive-preview-table td:first-child span{display:block}.drive-preview-table td:first-child span{color:var(--muted);margin-top:3px;font-size:11px}.drive-preview-actions{border-top:1px solid var(--surface-3);background:var(--inset);justify-content:flex-end;padding:10px;display:flex}.match-video-code{border:1px solid var(--line);min-height:24px;color:var(--text);background:var(--bg-deep);letter-spacing:.04em;border-radius:7px;align-items:center;padding:3px 7px;font-size:11px;font-weight:900;display:inline-flex}.training-create-form{border-top:1px solid var(--surface-3);grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,1fr)) minmax(220px,1.4fr) 110px auto;gap:8px;padding:12px;display:grid}.training-table{min-width:920px}.markup-template-color{border:1px solid var(--line);background:var(--bg-deep);border-radius:7px;width:44px;height:34px;padding:3px}.markup-template-actions{justify-content:flex-end;gap:6px;display:inline-flex}.markup-template-edit-form{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding:10px;display:grid}.markup-template-edit-form label{gap:5px;display:grid}.markup-template-edit-form label span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:900}.markup-template-edit-form label b{min-height:34px;color:var(--text-2);align-items:center;font-size:12px;display:flex}.markup-template-edit-form .markup-template-actions{grid-column:1/-1}@media (max-width:1200px){.drive-autolink-controls,.create-matchday-form,.training-create-form{grid-template-columns:1fr 1fr!important}}.clean-season-page .clean-phase-strip{flex-wrap:wrap;gap:8px;display:flex;overflow:visible}.clean-season-page .clean-phase-pill{flex:165px;min-width:145px;max-width:230px;padding:10px 12px}.clean-season-page .clean-phase-pill strong,.clean-season-page .clean-phase-pill span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.clean-season-page .clean-fixture-table{table-layout:fixed;width:100%;min-width:0}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{text-overflow:ellipsis;overflow:hidden}.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child{width:118px}.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2),.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){width:115px}.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){width:92px}.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:150px}.clean-season-page .clean-fixture-table th:last-child,.clean-season-page .clean-fixture-table td:last-child{width:132px}@media (max-width:1050px){.clean-season-page .clean-fixture-table{min-width:820px}}@media (max-width:720px){.drive-autolink-controls,.create-matchday-form{grid-template-columns:1fr!important}}.template-designer{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:12px;display:grid}.template-set-form,.template-button-create-form{border-top:1px solid var(--surface-3);grid-template-columns:minmax(180px,1fr) minmax(220px,1.2fr) minmax(160px,.8fr) 92px auto;align-items:center;gap:8px;padding:12px;display:grid}.template-set-edit-form{grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr) minmax(260px,1.2fr) 92px auto auto}.template-button-create-form{grid-template-columns:minmax(150px,1.2fr) 74px minmax(130px,.8fr) 92px 92px minmax(140px,.9fr) 54px 72px auto}.template-set-list{overflow:hidden}.template-set-list nav{border-top:1px solid var(--surface-3);gap:0;display:grid}.template-set-link{border-bottom:1px solid var(--surface-3);color:var(--text-2);border-left:3px solid #0000;gap:3px;padding:11px 12px;text-decoration:none;display:grid}.template-set-link:hover,.template-set-link.active{border-left-color:var(--brand);background:var(--surface)}.template-set-link strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.template-set-link span,.template-editor-head span{color:var(--muted);font-size:12px}.template-editor-head{align-items:center}.template-button-designer-grid{border-top:1px solid var(--surface-3);grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:10px;padding:12px;display:grid}.template-button-editor{min-width:0}.template-button-editor summary{cursor:pointer;list-style:none}.template-button-editor summary::-webkit-details-marker{display:none}.template-button-preview{border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 58%, var(--line));border-left:7px solid var(--markup-color,var(--brand));background:color-mix(in srgb, var(--markup-color,var(--brand)) 12%, var(--bg-deep));border-radius:6px;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"key name""key meta";align-items:center;gap:4px 9px;min-height:76px;padding:10px;display:grid}.template-button-preview kbd{border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 55%, var(--text));color:#fff;background:#0000003d;border-radius:4px;grid-area:key;place-items:center;min-width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.template-button-preview strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;grid-area:name;min-width:0;font-size:14px;overflow:hidden}.template-button-preview small{color:var(--muted);grid-area:meta;font-size:11px;font-weight:800}.btn.danger,.btn.btn-outline-brand.danger{color:#ff8f82;border-color:#5a2a25}.markup-template-set-select{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:0 10px 10px;display:grid}.markup-template-set-select label{gap:4px;display:grid}.markup-template-set-select span,.markup-template-set-select label span{color:var(--muted);font-size:11px;font-weight:800}.markup-template-set-select select{border:1px solid var(--line);background:var(--inset);min-width:0;height:34px;color:var(--text);border-radius:5px;padding:0 8px}.markup-template-set-select a{border:1px solid var(--line);min-height:34px;color:var(--text-2);border-radius:5px;align-items:center;padding:0 9px;text-decoration:none;display:inline-flex}.markup-template-set-select.empty{border:1px solid var(--line);background:var(--inset);border-radius:6px;align-items:center;margin:0 10px 10px;padding:10px}.template-flat-button,.analyse-inspector .template-flat-button{color:#fff;text-align:left;border-radius:5px;align-items:center;gap:8px;min-height:74px;padding:10px;display:grid;place-items:initial!important;border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 62%, var(--line))!important;border-left:7px solid var(--markup-color,var(--brand))!important;background:color-mix(in srgb, var(--markup-color,var(--brand)) 18%, var(--inset))!important;grid-template-columns:38px minmax(0,1fr)!important}.template-flat-button:hover{background:color-mix(in srgb, var(--markup-color,var(--brand)) 26%, var(--surface))!important}.template-flat-button kbd,.analyse-inspector .template-flat-button kbd{border:1px solid color-mix(in srgb, var(--markup-color,var(--brand)) 55%, #fff);color:#fff;background:#00000042;border-radius:4px;place-items:center;min-width:30px;height:30px;font-size:11px;font-weight:900;display:grid!important}.template-flat-button .template-button-copy,.analyse-inspector .template-flat-button .template-button-copy{text-align:left;place-items:start!important}.template-flat-button .template-button-copy strong,.analyse-inspector .template-flat-button .template-button-copy strong{text-align:left;font-size:13px}.template-flat-button .template-button-copy small,.analyse-inspector .template-flat-button .template-button-copy small{color:#ffffffb8;font-size:11px;font-weight:800;display:block!important}@media (max-width:1180px){.template-designer,.template-set-form,.template-set-edit-form,.template-button-create-form{grid-template-columns:1fr!important}}.playback-rate-control{border:1px solid var(--line);background:var(--inset);border-radius:5px;grid-auto-flow:column;align-items:center;gap:3px;height:32px;padding:3px;display:inline-grid}.playback-rate-control button{min-width:34px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;font-size:11px;font-weight:850}.playback-rate-control button:hover,.playback-rate-control button.active{background:var(--brand);color:#fff}.fixture-tools{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.fixture-search-form{flex:1;align-items:center;gap:8px;min-width:260px;max-width:560px;display:flex}.fixture-search-form input{width:100%;min-width:0}.fixture-search-form button,.fixture-filter-button,.fixture-modal-actions button,.fixture-modal-head button{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text);cursor:pointer;border-radius:8px;padding:0 12px;font-weight:750}.fixture-search-form button:hover,.fixture-filter-button:hover,.fixture-modal-actions button:hover,.fixture-modal-head button:hover{background:var(--surface-2);border-color:#f04936b3}.fixture-tool-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.fixture-filter-button{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.fixture-filter-button span{border-left:1px solid var(--line);min-height:20px;color:var(--text-2);align-items:center;padding-left:8px;font-size:.78rem;display:inline-flex}.fixture-clear-link{border:1px solid var(--line);min-height:34px;color:var(--text-2);border-radius:8px;align-items:center;padding:0 10px;text-decoration:none;display:inline-flex}.fixture-clear-link:hover{color:#fff;border-color:#f049368c}.fixture-result-count{color:#8d98a5;white-space:nowrap;font-size:.86rem}.fixture-modal-backdrop{z-index:80;background:#00000094;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.fixture-modal{border:1px solid var(--line);background:var(--bg);width:min(760px,100%);max-height:calc(100vh - 36px);color:var(--text);border-radius:10px;overflow:auto;box-shadow:0 16px 40px #00000061}.fixture-modal form{gap:0;display:grid}.fixture-modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;display:flex}.fixture-modal-head h3,.fixture-modal-section h4{margin:0}.fixture-modal-head p{color:#8d98a5;margin:4px 0 0;font-size:.88rem}.fixture-modal-section{border-bottom:1px solid var(--line);gap:12px;padding:16px;display:grid}.fixture-sort-grid,.fixture-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fixture-sort-option{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:10px;display:grid}.fixture-sort-option:has(input:checked){background:#f049361a;border-color:#f04936cc}.fixture-sort-option input{accent-color:var(--brand)}.fixture-sort-option strong,.fixture-sort-note{display:block}.fixture-sort-note{color:#8d98a5;margin-top:2px;font-size:.8rem}.fixture-select-filter{gap:6px;min-width:0;display:grid}.fixture-select-filter span{color:#9aa5b1;font-size:.84rem;font-weight:700}.fixture-select-filter select{border:1px solid var(--line);background:var(--inset);width:100%;min-width:0;min-height:38px;color:var(--text);border-radius:8px;padding:0 10px}.fixture-modal-actions{justify-content:flex-end;align-items:center;gap:10px;padding:14px 16px;display:flex}.fixture-modal-actions a{color:var(--text-2);text-decoration:none}.fixture-modal-actions a:hover{color:#fff}.fixture-modal-actions button{border-color:var(--brand);background:var(--brand);color:#fff}@media (max-width:860px){.fixture-tools,.fixture-tool-actions{flex-direction:column;align-items:stretch}.fixture-search-form,.fixture-result-count,.fixture-filter-button,.fixture-clear-link{width:100%}.fixture-filter-button,.fixture-clear-link{justify-content:center}.fixture-sort-grid,.fixture-filter-grid{grid-template-columns:1fr}}.security-check{min-height:38px;color:var(--text-2);white-space:nowrap;align-items:center;gap:7px;font-size:.86rem;display:inline-flex}.security-check input{accent-color:var(--brand)}.security-help{color:#9aa5b1;margin:8px 0 0;font-size:.86rem}.security-error{color:#ffd5d0;background:#f049361a;border:1px solid #f049368c;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:.9rem}.security-pill{border:1px solid var(--line);white-space:nowrap;border-radius:7px;align-items:center;min-height:24px;padding:0 8px;font-size:.78rem;font-weight:750;display:inline-flex}.security-pill.ok{color:#9be0bd;border-color:#2fb87a80}.security-pill.warn{color:#f3d28a;border-color:#e7b44394}.security-pill.danger{color:#ffaaa0;border-color:#f049369e}.password-change-panel{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:min(440px,100vw - 32px);padding:18px}.password-change-form{gap:12px;margin-top:14px;display:grid}.password-change-form label{gap:6px;display:grid}.password-change-form label span{color:var(--text-2);font-size:.88rem;font-weight:750}.clean-sidebar-top,.app-sidebar-top{align-items:start;gap:10px;display:grid}.clean-brand,.app-brand{min-width:0}.clean-brand .brand-copy,.app-brand .brand-copy{gap:2px;min-width:0;display:grid}.clean-brand .brand-copy strong,.clean-brand .brand-copy span,.clean-brand .brand-copy em,.app-brand .brand-copy strong,.app-brand .brand-copy span,.app-brand .brand-copy em{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.clean-brand .brand-copy em,.app-brand .brand-copy em{border:1px solid var(--line);width:fit-content;color:var(--text-2);border-radius:6px;padding:2px 7px;font-size:.72rem;font-style:normal;font-weight:800}.sidebar-collapse-btn{white-space:nowrap}.import-manager-guide{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.import-manager-guide div{border:1px solid var(--line);background:var(--surface);border-radius:9px;gap:4px;padding:12px;display:grid}.import-manager-guide strong{color:var(--text)}.import-manager-guide span{color:#9aa5b1;font-size:.86rem;line-height:1.35}@media (max-width:980px){.import-manager-guide{grid-template-columns:1fr}}.clean-admin-console{align-items:start;min-height:0}.clean-admin-console .admin-module-main.clean-page,.clean-admin-page{align-content:start;gap:10px}.clean-admin-page .clean-page-head{align-items:center;min-height:0;padding:10px 14px}.clean-admin-page .clean-page-head h1{font-size:clamp(1.35rem,2vw,2rem)}.clean-admin-page .clean-page-head p{margin-top:4px;font-size:12px}.clean-admin-page .clean-workbench-two{grid-template-columns:1fr!important;gap:8px!important}.clean-admin-page .clean-workbench-two .import-client,.clean-admin-page .clean-workbench-two .clean-card-flat{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-height:0;overflow:hidden}.clean-admin-page .compact-import-client{gap:0;min-height:0}.clean-admin-page .compact-import-client .import-client-head{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:0;display:flex}.clean-admin-page .compact-import-client .import-client-head>div{min-width:0}.clean-admin-page .compact-import-client .import-client-head span{text-overflow:ellipsis;white-space:nowrap;max-width:720px;display:block;overflow:hidden}.clean-admin-page .compact-import-client .admin-action-link{white-space:nowrap;margin-left:auto}.clean-admin-page .compact-import-client .import-controls{min-height:52px;padding:8px 10px!important}.clean-admin-page .compact-import-client .import-result{border-top:1px solid var(--line)}.clean-admin-page .admin-manual-create summary{border-bottom:1px solid var(--line);min-height:38px}.clean-admin-page .admin-manual-create[open] .create-matchday-form{grid-template-columns:repeat(4,minmax(0,1fr))!important}.clean-admin-page .create-matchday-form input[name=videoUrl]{grid-column:span 2}.clean-admin-page .create-matchday-form .btn-outline-brand,.clean-admin-page .create-matchday-form .btn-primary{min-height:34px}.clean-admin-page .clean-admin-match-table th,.clean-admin-page .clean-admin-match-table td{vertical-align:middle;padding:7px 9px}.clean-admin-page .clean-admin-match-table th:first-child,.clean-admin-page .clean-admin-match-table td:first-child,.clean-admin-page .clean-admin-match-table th:nth-child(3),.clean-admin-page .clean-admin-match-table td:nth-child(3){min-width:0}.clean-admin-page .clean-admin-match-table th:nth-child(2),.clean-admin-page .clean-admin-match-table td:nth-child(2){width:86px}.clean-admin-page .clean-admin-match-table th:nth-child(5),.clean-admin-page .clean-admin-match-table td:nth-child(5),.clean-admin-page .clean-admin-match-table th:nth-child(6),.clean-admin-page .clean-admin-match-table td:nth-child(6),.clean-admin-page .clean-admin-match-table th:nth-child(7),.clean-admin-page .clean-admin-match-table td:nth-child(7){width:96px}.clean-admin-page .clean-admin-match-table th:nth-child(9),.clean-admin-page .clean-admin-match-table td:nth-child(9){width:110px}.clean-admin-page .clean-admin-match-table th:nth-child(10),.clean-admin-page .clean-admin-match-table td:nth-child(10){text-align:center;width:58px}.clean-admin-page .clean-admin-match-table th:nth-child(11),.clean-admin-page .clean-admin-match-table td:nth-child(11){width:92px}.clean-admin-page .clean-team-cell{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.clean-admin-page .clean-team-cell strong{text-overflow:ellipsis;white-space:normal;line-height:1.1;overflow:hidden}.clean-admin-page .clean-stage-chip,.clean-admin-page .clean-muted-chip,.clean-admin-page .match-video-code{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.clean-admin-page .clean-panel .clean-table-wrap{max-height:calc(100vh - 250px)}.clean-drive-autolink-panel{margin-top:0}.clean-drive-autolink-panel .clean-panel-head{min-height:0;padding:10px 12px}.drive-autolink-client{padding:10px}.sidebar.app-sidebar{padding:12px}.clean-sidebar-top,.app-sidebar-top{grid-template-columns:1fr;padding-right:54px;position:relative}.clean-sidebar-top .sidebar-collapse-btn,.app-sidebar-top .sidebar-collapse-btn{min-height:30px;padding:0 8px;font-size:11px;position:absolute;top:0;right:0}.clean-brand .brand-copy span,.app-brand .brand-copy span,.clean-brand .brand-copy em,.app-brand .brand-copy em{max-width:148px}@media (max-width:1250px){.clean-admin-page .admin-manual-create[open] .create-matchday-form,.clean-season-wizard .season-wizard-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.clean-admin-page .admin-manual-create[open] .create-matchday-form,.clean-season-wizard .season-wizard-form{grid-template-columns:1fr!important}.clean-admin-page .create-matchday-form input[name=videoUrl]{grid-column:auto}}@media (max-width:860px){html,body{width:100%;max-width:100%;overflow-x:hidden}body{-webkit-text-size-adjust:100%}.shell{min-height:100dvh;display:block}.sidebar.app-sidebar,.sidebar.app-sidebar.is-collapsed{z-index:70;border-right:0;border-bottom:1px solid var(--line);gap:7px;height:auto;min-height:0;padding:8px 10px;display:grid;position:sticky;top:0;width:100%!important;min-width:0!important;max-width:none!important}.clean-sidebar-top,.app-sidebar-top{align-items:center;gap:8px;padding-right:0;display:flex}.app-brand,.clean-brand{align-items:center;gap:8px;min-width:0;display:flex}.brand-mark,.brand-mark-image,.brand-mark img,.brand-mark-image img{min-width:32px;width:32px!important;height:32px!important}.clean-brand .brand-copy,.app-brand .brand-copy{min-width:0}.clean-brand .brand-copy strong,.app-brand .brand-copy strong{max-width:150px;font-size:12px}.clean-brand .brand-copy span,.clean-brand .brand-copy em,.app-brand .brand-copy span,.app-brand .brand-copy em,.clean-sidebar-top .sidebar-collapse-btn,.app-sidebar-top .sidebar-collapse-btn{display:none}.nav.app-nav,.clean-app-nav{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;gap:6px;width:100%;padding:0 0 2px;display:flex;overflow-x:auto}.nav.app-nav::-webkit-scrollbar{display:none}.clean-app-nav::-webkit-scrollbar{display:none}.nav.app-nav a,.nav.app-nav button,.clean-app-nav a,.clean-app-nav button{border:1px solid var(--line);background:var(--inset);text-align:center;border-radius:8px;flex:none;place-items:center;min-width:86px;min-height:38px;padding:7px 10px;display:grid}.nav.app-nav form,.clean-app-nav form{flex:none}.nav.app-nav span,.clean-app-nav span{display:none!important}.nav.app-nav strong,.clean-app-nav strong{white-space:nowrap;font-size:12px;line-height:1}.main{gap:10px;min-width:0;padding:10px}.clean-page-head,.admin-card-head,.fixture-modal-head{flex-direction:column;align-items:flex-start;gap:8px}.clean-page-head h1{overflow-wrap:anywhere;line-height:.95;font-size:clamp(1.35rem,9vw,2.15rem)!important}.clean-workbench-two{grid-template-columns:1fr!important}.row,.fixture-tools,.fixture-search-form,.fixture-tool-actions,.import-controls{flex-wrap:wrap;min-width:0}.btn,.btn-primary,.admin-action-link,.fixture-search-form button,.fixture-filter-button,.fixture-clear-link{min-height:40px}.input,.select,input,select,textarea{min-width:0;font-size:16px}.clean-table,.clean-admin-match-table{font-size:12px}.clean-table-wrap,.admin-table-wrap,.clean-panel{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.clean-table{min-width:680px}.clean-admin-page .clean-admin-match-table{min-width:960px}.clean-admin-page .compact-import-client .import-client-head,.clean-admin-page .compact-import-client .import-controls{flex-direction:column;align-items:stretch}.clean-admin-page .compact-import-client .import-client-head span{white-space:normal;max-width:100%}.clean-admin-page .compact-import-client .admin-action-link,.clean-admin-page .compact-import-client .import-controls>*,.fixture-search-form,.fixture-search-form input,.fixture-tool-actions,.fixture-filter-button,.fixture-clear-link,.fixture-result-count{width:100%;max-width:none}.clean-admin-page .clean-panel .clean-table-wrap{max-height:none}.clean-season-wizard .season-wizard-form,.template-designer,.template-set-form,.template-set-edit-form,.template-button-create-form,.fixture-sort-grid,.fixture-filter-grid{grid-template-columns:1fr!important}.template-button-designer-grid{grid-template-columns:1fr}.clean-team-cell img{width:30px;height:30px}.login-page{place-items:stretch stretch;padding:10px}.login-product{width:100%;min-height:calc(100dvh - 20px);grid-template-columns:1fr!important}.login-visual{min-height:auto;padding:18px}}@media (max-width:900px){.panel-toggle{flex:none;min-height:34px}.inspector-tabs{z-index:20;background:var(--bg);position:sticky;top:84px}.inspector-view{max-height:none}.markup-template-set-select{grid-template-columns:1fr!important}.template-flat-button,.analyse-inspector .template-flat-button{min-height:58px}.marker-tl-zoom-label,.marker-tl-export-label{display:none}.marker-tl-zoom-range,.timeline-filter-input,.timeline-filter-select{width:150px}.timeline-time-sync{width:76px}.track-label{z-index:5;background:var(--bg);font-size:11px;position:sticky;left:0}}@media (max-width:640px){.analyse-page{width:100%;min-height:100dvh;padding:8px;overflow-x:hidden}.analyse-header{grid-template-columns:1fr;gap:8px;padding:8px;display:grid}.analyse-back-btn{width:fit-content;min-height:36px}.analyse-title{min-height:38px;font-size:16px;line-height:1.1}.analyse-subtitle{font-size:12px}.analyse-header-actions{display:none!important}.analyse-panel-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:6px;display:grid;overflow:hidden}.analyse-panel-strip .panel-toggle{min-width:0;min-height:40px;padding:0 6px;font-size:12px}.analyse-panel-strip .panel-toggle-muted{display:none}.analyse-layout,.analyse-layout.is-inspector-hidden,.analyse-main{gap:8px;min-height:0;display:grid;grid-template-columns:1fr!important}.workspace-resizer{display:none!important}.analyse-video-panel{min-height:0}.analyse-video-panel .panel-head,.video-graph-rail .panel-head{min-height:38px;padding:6px 8px}.analyse-video-container{aspect-ratio:16/9;min-height:210px}.analyse-drive-frame,.analyse-native-video{min-height:210px}.analyse-inspector{max-height:none;width:100%!important}.analyse-inspector .inspector-tabs{z-index:12;background:var(--surface);position:sticky;top:0}.analyse-inspector .inspector-tab{min-height:40px;font-size:12px}.analyse-inspector .inspector-view{max-height:none}.analyse-inspector .event-row{min-height:44px}.analyse-inspector .template-flat-grid{grid-template-columns:1fr!important}.analyse-inspector .template-flat-button{min-height:58px}.video-graph-rail{min-height:300px}.timeline-resizer,.video-graph-rail .panel-head small{display:none}.marker-tl-scroll{-webkit-overflow-scrolling:touch;min-height:170px;overflow:auto}.marker-tl-ruler{min-width:720px}.track-label{z-index:4;background:var(--surface);position:sticky;left:0}.clean-dashboard{gap:12px}.clean-dashboard .clean-page-head{border-radius:12px;min-height:0;padding:18px 16px}.clean-dashboard .clean-page-head h1{line-height:.92;font-size:clamp(2rem,12vw,2.6rem)!important}.clean-dashboard .clean-page-head p{max-width:28ch;color:var(--text-2);font-size:14px;line-height:1.35}.clean-dashboard .clean-page-head>span{border:1px solid var(--line);background:var(--bg);width:fit-content;color:var(--text-2);border-radius:999px;padding:5px 9px;font-size:12px;display:inline-flex}.clean-dashboard .clean-panel{background:0 0;border:0;overflow:visible}.clean-dashboard .mobile-soft-hide{display:none!important}.clean-dashboard .clean-season-list{gap:12px;display:grid}.clean-dashboard .clean-season-group{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.clean-dashboard .clean-season-title{border-bottom:1px solid var(--line);background:var(--surface);min-height:0;padding:12px 14px}.clean-dashboard .clean-season-title strong{font-size:15px;display:block}.clean-dashboard .clean-season-title span{color:var(--muted);margin-top:3px;font-size:12px}.clean-dashboard .clean-table-wrap{overflow:visible}.clean-dashboard .clean-season-table,.clean-dashboard .clean-season-table thead,.clean-dashboard .clean-season-table tbody,.clean-dashboard .clean-season-table tr,.clean-dashboard .clean-season-table td{width:100%;min-width:0;display:block}.clean-dashboard .clean-season-table{border-collapse:separate;border-spacing:0}.clean-dashboard .clean-season-table thead{display:none}.clean-dashboard .clean-season-table tr{border:0;border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px;display:grid}.clean-dashboard .clean-season-table tr:last-child{border-bottom:0}.clean-dashboard .clean-season-table td{border:0;padding:0}.clean-dashboard .clean-season-table td:first-child,.clean-dashboard .clean-season-table td:last-child{grid-column:1/-1}.clean-dashboard .clean-season-table td:first-child{gap:4px;display:grid}.clean-dashboard .clean-season-table td:first-child strong{color:#fff;text-transform:none;font-size:15px;line-height:1.12}.clean-dashboard .clean-season-table td:first-child span{color:var(--muted);font-size:12px}.clean-dashboard .clean-season-table td:not(:first-child):not(:last-child){border:1px solid var(--line);background:var(--inset);border-radius:9px;gap:2px;min-height:48px;padding:8px;display:grid}.clean-dashboard .clean-season-table td:not(:first-child):not(:last-child):before{content:attr(data-label);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.clean-dashboard .clean-season-table td:not(:first-child):not(:last-child){color:var(--text);font-size:15px;font-weight:850}.clean-dashboard .clean-season-table td[data-label=Video],.clean-dashboard .clean-season-table td[data-label=Registros]{display:none}.clean-dashboard .clean-row-action{border:1px solid var(--brand);background:var(--brand);color:#fff;text-align:center;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:46px;font-size:14px;font-weight:900;display:flex}.mobile-admin-actions{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.mobile-admin-actions summary{min-height:44px;color:var(--text);cursor:pointer;align-items:center;padding:0 14px;font-size:13px;font-weight:850;display:flex}.mobile-admin-actions .clean-admin-shortcuts{border-top:1px solid var(--line);grid-template-columns:1fr;gap:8px;padding:10px;display:grid}.mobile-admin-actions .clean-admin-shortcuts a{border-radius:9px;justify-content:center;align-items:center;min-height:42px;display:flex}}.mobile-fixture-list{display:none}@media (min-width:641px) and (max-width:1180px){.clean-season-page .clean-panel{overflow:visible!important}.clean-season-page .clean-phase-strip{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;gap:10px;padding:10px 12px;overflow-x:auto;display:flex!important}.clean-season-page .clean-phase-pill{flex:0 0 250px;min-width:250px}.clean-season-page .fixture-tools{grid-template-columns:1fr;align-items:stretch;gap:10px;padding:12px;display:grid}.clean-season-page .fixture-search-form{grid-template-columns:minmax(0,1fr) auto;width:100%;min-width:0;max-width:none;display:grid}.clean-season-page .fixture-search-form input{min-width:0;min-height:44px}.clean-season-page .fixture-search-form button{min-width:112px}.clean-season-page .fixture-tool-actions{flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:8px;min-width:0;display:flex}.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link{flex:220px;justify-content:center;min-height:44px}.clean-season-page .fixture-result-count{flex:120px;justify-content:center;align-items:center;min-height:44px;display:inline-flex}.clean-season-page .clean-fixture-wrap{display:none!important}.clean-season-page .mobile-fixture-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid!important}.clean-season-page .mobile-fixture-card{border:1px solid var(--line);background:var(--surface);border-left:3px solid #e0a52c;border-radius:12px;gap:11px;min-width:0;padding:13px;display:grid}.clean-season-page .mobile-fixture-top,.clean-season-page .mobile-fixture-status{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.clean-season-page .mobile-fixture-top span,.clean-season-page .mobile-fixture-status span{border:1px solid var(--line);border-radius:999px;align-items:center;min-height:26px;padding:0 9px;display:inline-flex}.clean-season-page .mobile-fixture-status .ok{color:#9ce2ba;border-color:#45cc7673}.clean-season-page .mobile-fixture-status .warn{color:#efcc83;border-color:#dda83e80}.clean-season-page .mobile-fixture-phase{max-width:100%;color:var(--muted);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:850;overflow:hidden}.clean-season-page .mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);align-items:center;gap:10px;display:grid}.clean-season-page .mobile-fixture-team{text-align:center;justify-items:center;gap:6px;min-width:0;display:grid}.clean-season-page .mobile-fixture-team img,.clean-season-page .mobile-fixture-team b{border:1px solid var(--line);object-fit:contain;background:#fff;border-radius:9px;width:42px;height:42px}.clean-season-page .mobile-fixture-team b{background:var(--surface-2);color:#fff;place-items:center;font-size:12px;display:grid}.clean-season-page .mobile-fixture-team strong{color:#fff;text-overflow:ellipsis;max-width:100%;font-size:12px;line-height:1.15;overflow:hidden}.clean-season-page .mobile-fixture-score{background:var(--inset);color:#fff;font-variant-numeric:tabular-nums;border:1px solid #32404c;border-radius:9px;place-items:center;min-height:38px;font-size:14px;display:grid}.clean-season-page .mobile-fixture-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.clean-season-page .mobile-fixture-action{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:46px;font-size:14px;font-weight:900;display:flex}.clean-season-page .mobile-fixture-action.secondary{border-color:var(--line);background:var(--surface-2);color:var(--text)}}@media (min-width:641px) and (max-width:900px){.clean-season-page .fixture-search-form,.clean-season-page .fixture-tool-actions{grid-template-columns:1fr;display:grid}.clean-season-page .fixture-search-form button,.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link,.clean-season-page .fixture-result-count{width:100%}.clean-season-page .mobile-fixture-list{grid-template-columns:1fr}}@media (max-width:640px){.clean-season-page{gap:10px}.clean-season-page .clean-page-head{padding:14px 12px;overflow:hidden}.clean-season-page .clean-breadcrumb{max-width:100%;color:var(--muted);white-space:nowrap;gap:5px;font-size:11px;display:flex;overflow:hidden}.clean-season-page .clean-breadcrumb strong:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.clean-season-page .clean-page-head h1{overflow-wrap:anywhere;max-width:100%;margin-top:8px;line-height:.98;font-size:clamp(1.45rem,9vw,2rem)!important}.clean-season-page .clean-page-head p{max-width:100%;font-size:12px;line-height:1.35}.clean-season-page .clean-panel{background:0 0;border:0;overflow:visible}.clean-season-page .clean-panel-head{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:3px;padding:11px 12px;display:grid}.clean-season-page .clean-panel-head h2{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:15px;overflow:hidden}.clean-season-page .clean-panel-head span{color:var(--muted);font-size:12px}.clean-season-page .clean-phase-strip{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin:8px -10px 0;padding:0 10px 4px;display:flex;overflow-x:auto}.clean-season-page .clean-phase-strip::-webkit-scrollbar{display:none}.clean-season-page .clean-phase-pill{border-radius:10px;flex:0 0 210px;min-height:58px;padding:9px 10px}.clean-season-page .clean-phase-pill strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.clean-season-page .fixture-tools{border:1px solid var(--line);background:var(--surface);border-radius:10px;grid-template-columns:1fr;gap:8px;margin-top:8px;padding:9px;display:grid}.clean-season-page .fixture-search-form{grid-template-columns:1fr auto;gap:7px;min-width:0;display:grid}.clean-season-page .fixture-search-form input{min-height:42px}.clean-season-page .fixture-search-form button{min-width:86px}.clean-season-page .fixture-tool-actions{grid-template-columns:1fr;gap:7px;display:grid}.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link{min-height:40px}.clean-season-page .fixture-result-count{color:var(--muted);text-align:center;font-size:12px}.clean-season-page .clean-fixture-wrap{display:none}.mobile-fixture-list{gap:10px;margin-top:10px;display:grid}.mobile-fixture-card{border:1px solid var(--line);background:var(--surface);border-left:3px solid #e0a52c;border-radius:12px;gap:10px;padding:12px;display:grid}.mobile-fixture-top,.mobile-fixture-status{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.mobile-fixture-top span,.mobile-fixture-status span{border:1px solid var(--line);border-radius:999px;align-items:center;min-height:24px;padding:0 8px;display:inline-flex}.mobile-fixture-status .ok{color:#9ce2ba;border-color:#45cc7673}.mobile-fixture-status .warn{color:#efcc83;border-color:#dda83e80}.mobile-fixture-phase{max-width:100%;color:var(--muted);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:850;overflow:hidden}.mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr);align-items:center;gap:8px;display:grid}.mobile-fixture-team{text-align:center;justify-items:center;gap:5px;min-width:0;display:grid}.mobile-fixture-team img,.mobile-fixture-team b{border:1px solid var(--line);object-fit:contain;background:#fff;border-radius:9px;width:38px;height:38px}.mobile-fixture-team b{background:var(--surface-2);color:#fff;place-items:center;font-size:12px;display:grid}.mobile-fixture-team strong{color:#fff;text-overflow:ellipsis;max-width:100%;font-size:12px;line-height:1.15;overflow:hidden}.mobile-fixture-score{background:var(--inset);color:#fff;font-variant-numeric:tabular-nums;border:1px solid #32404c;border-radius:9px;place-items:center;min-height:36px;font-size:14px;display:grid}.mobile-fixture-action{border:1px solid var(--brand);background:var(--brand);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:46px;font-size:14px;font-weight:900;display:flex}}.mobile-analysis-tab,.mobile-video-controls{display:none}@media (max-width:700px){.analyse-page{grid-template-rows:auto auto auto auto!important;position:relative!important;inset:auto!important}.analyse-header{border-left:2px solid var(--brand)!important}.analyse-back-btn{min-height:38px!important}.analyse-title{letter-spacing:-.02em!important;min-height:22px!important}.header-video-source{border:1px solid var(--line)!important;background:var(--inset)!important;border-radius:8px!important;grid-column:1/-1!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important;padding:5px!important;display:grid!important}.source-toggle-btn{width:100%!important;min-height:38px!important;color:var(--text)!important;justify-content:flex-start!important;font-size:13px!important;font-weight:850!important}.source-toggle-btn:before{content:"Fuente: ";color:var(--muted);font-weight:700}.video-source-fields{grid-template-columns:1fr!important;gap:7px!important;padding-top:7px!important;display:grid!important}.header-video-source.is-collapsed .video-source-fields{display:none!important}.video-provider-select,.drive-input,.duration-input,.video-source-fields .analyse-control-btn{width:100%!important;min-height:40px!important;font-size:16px!important}.analyse-header-actions{display:none!important}.analyse-panel-strip{min-height:calc(60px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--line)!important}.desktop-panel-toggle,.panel-strip-spacer,.panel-toggle-muted{display:none!important}.mobile-analysis-tab{border:1px solid var(--line)!important;background:var(--surface)!important;min-width:0!important;min-height:46px!important;color:var(--muted)!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:0 5px!important;font-size:12px!important;font-weight:850!important;display:flex!important}.mobile-analysis-tab[aria-pressed=true]{border-color:var(--brand)!important;color:#fff!important;background:#321713!important}.analyse-layout,.analyse-layout.is-inspector-hidden,.analyse-main{grid-template-columns:1fr!important}.analyse-video-panel{background:0 0!important;border:0!important;gap:7px!important}.analyse-video-panel>.panel-head{display:none!important}.analyse-video-container{aspect-ratio:16/9!important;background:#000!important;border-radius:10px!important;width:100%!important;min-height:0!important}.analyse-drive-frame,.analyse-native-video{width:100%!important;height:100%!important;min-height:0!important}.is-live-signal-panel{border-radius:9px!important;max-width:calc(100% - 24px)!important;padding:12px!important}.is-live-signal-title{font-size:15px!important;display:block!important}.is-live-signal-message{color:var(--text-2)!important;margin-top:2px!important;font-size:13px!important;line-height:1.2!important;display:block!important}.mobile-video-btn,.mobile-video-time{border:1px solid var(--line)!important;background:var(--inset)!important;color:var(--text)!important;padding:0 8px!important;font-size:13px!important;font-weight:850!important}.mobile-video-time{font-variant-numeric:tabular-nums!important}.mobile-video-primary{border-color:var(--brand)!important;color:#fff!important}.mobile-video-controls .playback-rate-control{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.mobile-video-controls .playback-rate-control button{border-radius:7px!important;min-height:34px!important}.analyse-inspector{background:0 0!important;border:0!important;max-width:none!important}.analyse-inspector>.panel-head,.analyse-inspector>.inspector-tabs{display:none!important}.inspector-view{gap:8px!important}.inspector-card,.xml-registry-panel,.analyse-inspector .analyse-markup-panel{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:10px!important;overflow:hidden!important}.detail-field{gap:4px!important;padding-bottom:10px!important}.detail-field:last-child{border-bottom:0!important}.detail-field span{color:var(--muted)!important;text-transform:none!important;font-size:11px!important;font-weight:800!important}.detail-field strong,.detail-field p{color:var(--text)!important;font-size:14px!important;line-height:1.25!important}.xml-registry-panel{grid-template-rows:auto auto auto!important;height:auto!important;min-height:0!important;display:grid!important}.xml-registry-list{padding:8px!important}.event-row{background:var(--inset)!important}.event-row strong{font-size:13px!important}.event-row-chip{text-overflow:ellipsis!important;white-space:nowrap!important;border-radius:5px!important;max-width:120px!important;padding:2px 5px!important;overflow:hidden!important}.event-row-time{color:var(--text)!important;font-weight:850!important}.analyse-inspector .analyse-markup-panel{gap:0!important;padding:0!important;display:grid!important}.analyse-inspector .analyse-markup-panel>.panel-head{display:none!important}.markup-board-head{border-bottom:1px solid var(--line)!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;min-height:48px!important;padding:10px 12px!important;display:flex!important}.markup-board-head strong{color:#fff!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:180px!important;font-size:14px!important;display:block!important;overflow:hidden!important}.markup-board-head span{color:var(--muted)!important;font-size:12px!important}.markup-create-toggle{min-height:34px!important}.markup-template-set-select{border-bottom:1px solid var(--line)!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important;padding:10px 12px!important;display:grid!important}.markup-template-set-select label{gap:4px!important;min-width:0!important;display:grid!important}.markup-template-set-select label span{color:var(--muted)!important;font-size:11px!important;font-weight:850!important}.markup-template-set-select select,.markup-template-set-select a{border:1px solid var(--line)!important;background:var(--inset)!important;min-height:38px!important;color:var(--text)!important;border-radius:7px!important;padding:0 9px!important}.markup-template-set-select a{justify-content:center!important;align-self:end!important;align-items:center!important;min-width:64px!important;font-size:12px!important;font-weight:850!important;display:flex!important}.markup-create-drawer{border:0!important;border-bottom:1px solid var(--line)!important;background:var(--inset)!important;border-radius:0!important;margin:0!important;padding:10px!important}.markup-command-bar,.markup-note-row,.markup-time-card,.markup-clip-card{grid-template-columns:1fr!important}.markup-note-row{gap:7px!important;display:grid!important}.markup-number,.markup-note,.markup-create-drawer .timeline-time-sync,.markup-create-drawer .analyse-control-btn{min-height:40px!important;font-size:16px!important}.markup-template-board,.markup-flat-board{padding:10px!important}.template-flat-grid,.analyse-inspector .template-flat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.template-button-wrap{min-width:0!important}.template-flat-button,.analyse-inspector .template-flat-button{border-radius:8px!important;width:100%!important;min-height:66px!important;padding:8px!important}.template-flat-button .template-button-copy strong,.analyse-inspector .template-flat-button .template-button-copy strong{font-size:13px!important;line-height:1.1!important}.template-flat-button .template-button-copy small,.analyse-inspector .template-flat-button .template-button-copy small{font-size:10px!important}.template-flat-button kbd,.analyse-inspector .template-flat-button kbd{border-radius:5px!important;min-width:28px!important;height:24px!important;font-size:11px!important}.video-graph-rail{background:0 0!important;border:0!important;gap:7px!important;width:100%!important}.video-graph-rail>.panel-head{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:9px!important;min-height:42px!important;padding:8px 10px!important}.video-graph-rail>.panel-head .panel-head-meta,.video-graph-rail>.panel-head .panel-head-btn,.timeline-resizer{display:none!important}.marker-tl{border-radius:9px!important}.marker-tl-controls .marker-tl-zoom-label,.marker-tl-controls .marker-tl-export-label,.marker-tl-controls .marker-tl-spacer-fill,.marker-tl-controls .active-marker-pill,.marker-tl-controls .timeline-time-sync,.marker-tl-controls .marker-tl-expand-btn{display:none!important}.marker-tl-controls .marker-tl-zoom-btn{min-height:38px!important}.marker-tl-controls .marker-tl-zoom-range{align-self:center!important;width:100%!important}.marker-tl-controls .timeline-filter-input{grid-column:1/-1!important;width:100%!important;min-height:40px!important;font-size:16px!important}.marker-tl-controls .timeline-filter-select{grid-column:span 3!important;width:100%!important;max-width:none!important;min-height:40px!important;font-size:16px!important}.marker-tl-controls .playback-rate-control{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.marker-tl-controls .playback-rate-control button{min-height:34px!important}.marker-tl-canvas{min-width:780px!important}.track-row{grid-template-columns:112px minmax(620px,1fr)!important}.track-label{padding:0 7px!important;font-size:11px!important}.track-count{min-width:20px!important}.marker-tl-ruler{height:34px!important}.tick{height:34px!important;line-height:32px!important}.marker-tl-playhead{top:34px!important}}@media (min-width:701px) and (max-width:1280px){.clean-season-page .clean-phase-strip{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:visible}.clean-season-page .clean-phase-pill{width:100%;min-width:0;max-width:none}}.clean-season-page .clean-matchday-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--inset);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:9px 14px;display:grid}.clean-season-page .clean-matchday-nav>strong{color:var(--muted);text-transform:uppercase;font-size:11px}.clean-season-page .clean-matchday-strip{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:6px;min-width:0;padding:1px 0 3px;display:flex;overflow-x:auto}.clean-season-page .clean-matchday-strip a{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--muted);border-radius:6px;flex:none;align-items:center;gap:8px;padding:5px 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.clean-season-page .clean-matchday-strip a:hover,.clean-season-page .clean-matchday-strip a.active{border-color:var(--brand);background:var(--brand-soft);color:var(--text)}.clean-season-page .clean-matchday-strip small{background:var(--bg);min-width:20px;min-height:20px;color:var(--muted);border-radius:999px;place-items:center;font-size:10px;display:inline-grid}.clean-season-page .clean-fixture-round{justify-items:start;gap:6px;min-width:0;display:grid}.clean-season-page .clean-fixture-round>strong{max-width:100%;color:var(--text);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.25;display:-webkit-box;overflow:hidden}.clean-season-page .mobile-fixture-title{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.25}@media (max-width:1180px){.clean-season-page .clean-matchday-nav{border:1px solid var(--line);border-radius:8px;grid-template-columns:1fr;gap:6px;padding:8px 10px}.clean-season-page .clean-matchday-strip{margin-right:-2px}}.folder-add-content-button{min-width:152px}.folder-workspace-settings[open]>.folder-archive-menu-panel{z-index:20;border:1px solid var(--line-strong);background:var(--bg);border-radius:6px;width:max-content;padding:10px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 36px #0000006b}.folder-action-notice{z-index:1200;color:#dff8e9;background:#102a1d;border:1px solid #2f6747;border-radius:6px;width:min(520px,100vw - 32px);padding:12px 16px;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000059}.folder-wizard-backdrop,.folder-confirm-backdrop{z-index:1100;background:#020508c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.folder-content-wizard{border:1px solid var(--line-strong);width:min(780px,100vw - 48px);max-height:min(860px,100dvh - 48px);color:var(--text);background:var(--bg);border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 72px #0000007a}.folder-wizard-head,.folder-wizard-actions{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.folder-wizard-head span,.folder-wizard-review span{color:var(--muted);font-size:13px}.folder-wizard-head h2,.folder-wizard-review h3,.folder-confirm-dialog h3{letter-spacing:0;margin:4px 0 0}.folder-wizard-head>button{border:1px solid var(--line);width:40px;height:40px;color:var(--text-2);background:var(--surface);cursor:pointer;border-radius:6px}.folder-wizard-form{flex-direction:column;flex:1;min-height:0;display:flex}.folder-wizard-body{min-height:0;padding:20px;overflow-y:auto}.folder-wizard-segments{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.folder-wizard-segments button,.folder-wizard-actions button,.folder-load-more,.folder-confirm-dialog button{border:1px solid var(--line-strong);min-height:42px;color:var(--text-2);background:var(--surface);font:inherit;cursor:pointer;border-radius:6px;padding:9px 14px}.folder-wizard-segments button.is-active{border-color:var(--brand);color:#fff;background:var(--brand-inset)}.folder-wizard-actions{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end}.folder-wizard-actions button.is-primary,.folder-confirm-dialog button.is-primary{border-color:var(--brand);color:#fff;background:var(--brand)}.folder-wizard-actions button:disabled,.folder-confirm-dialog button:disabled{opacity:.48;cursor:not-allowed}.folder-new-content-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.folder-new-content-fields label,.folder-video-field{min-width:0;color:var(--text-2);flex-direction:column;gap:7px;font-size:13px;display:flex}.folder-new-content-fields label.is-wide{grid-column:1/-1}.folder-new-content-fields input,.folder-new-content-fields select,.folder-video-field input,.folder-existing-picker>input{border:1px solid var(--line-strong);width:100%;min-height:44px;color:var(--text);background:var(--inset);font:inherit;border-radius:6px;padding:10px 12px}.folder-new-content-fields label>input+input,.folder-new-content-fields label>select+input{margin-top:2px}.folder-new-content-fields em,.folder-video-field em,.folder-wizard-error,.folder-row-action-error{color:#ff8d82;font-style:normal}.folder-existing-picker{margin-top:18px}.folder-existing-list{gap:6px;max-height:360px;margin-top:10px;display:grid;overflow-y:auto}.folder-existing-list>button{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;background:var(--surface);cursor:pointer;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:12px 14px;display:grid}.folder-existing-list>button.is-selected{border-color:var(--brand);background:var(--brand-inset)}.folder-existing-list span,.folder-existing-list small{color:var(--muted);font-size:12px}.folder-existing-list span{grid-column:1/-1}.folder-load-more{width:100%;margin-top:10px}.folder-wizard-review{gap:22px;display:grid}.folder-wizard-review>section{border-bottom:1px solid var(--line);padding-bottom:18px}.folder-wizard-review p{color:var(--muted);margin:8px 0 0}.folder-video-field small{min-height:20px;color:var(--muted)}.folder-video-field small.is-ready{color:#82d6a4}.folder-video-field small.is-error{color:#ff8d82}.folder-content-status-tabs{gap:6px;padding:10px 0 14px;display:flex}.folder-content-status-tabs a{border:1px solid var(--line);min-height:36px;color:var(--text-2);border-radius:6px;align-items:center;gap:7px;padding:7px 11px;text-decoration:none;display:inline-flex}.folder-content-status-tabs a.is-active{border-color:var(--brand);color:#fff;background:var(--brand-inset)}.folder-content-status-tabs span{color:var(--muted);font-size:12px}.folder-content-row.is-archived{opacity:.72}.folder-row-menu-wrap,.folder-row-menu{position:relative}.folder-row-menu>summary{border:1px solid var(--line-strong);min-height:40px;color:var(--text-2);background:var(--surface);cursor:pointer;border-radius:6px;padding:9px 12px;list-style:none}.folder-row-menu>summary::-webkit-details-marker{display:none}.folder-row-menu>div{z-index:20;border:1px solid var(--line-strong);background:var(--bg);border-radius:6px;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 36px #0000006b}.folder-row-menu button{color:var(--text-2);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:10px}.folder-row-menu button:hover{background:var(--surface-2)}.folder-row-menu button.is-danger{color:#ff9b91}.folder-row-action-error{max-width:230px;margin-top:6px;font-size:12px;display:block}.folder-row-action-success{z-index:90;color:#d8ffeb;background:#10251c;border:1px solid #4ecd9175;border-radius:7px;width:min(360px,100vw - 36px);padding:11px 13px;font-size:12px;line-height:1.4;position:fixed;bottom:18px;right:18px;box-shadow:0 16px 40px #0006}.folder-confirm-dialog{border:1px solid var(--line-strong);width:min(470px,100vw - 48px);color:var(--text);background:var(--bg);border-radius:8px;padding:22px;box-shadow:0 24px 72px #0000007a}.folder-confirm-dialog>span{color:var(--muted);font-size:13px}.folder-confirm-dialog p{color:var(--text-2);line-height:1.5}.folder-confirm-dialog form,.confirm-submit-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.folder-confirm-dialog button.is-danger{color:#fff;background:#7d2d28;border-color:#9e3e36}@media (max-width:700px){.folder-wizard-backdrop{place-items:stretch stretch;padding:0}.folder-content-wizard{border:0;border-radius:0;width:100%;height:100dvh;max-height:100dvh}.folder-wizard-head,.folder-wizard-actions,.folder-wizard-body{padding-left:14px;padding-right:14px}.folder-new-content-fields{grid-template-columns:minmax(0,1fr)}.folder-new-content-fields label.is-wide{grid-column:auto}.folder-wizard-actions{padding-bottom:max(14px, env(safe-area-inset-bottom))}.folder-wizard-actions button{flex:1}.folder-content-status-tabs{overflow-x:auto}.folder-row-menu>div{z-index:30;position:fixed;inset:auto 12px 12px}.folder-confirm-backdrop{align-items:end;padding:12px}.folder-confirm-dialog{width:100%;padding-bottom:max(22px, env(safe-area-inset-bottom))}.analyse-page .header-video-source.is-collapsed{background:0 0!important;border:0!important;padding:0!important}.analyse-page .header-video-source.is-collapsed .source-toggle-btn{border-color:var(--line)!important;background:var(--inset)!important;min-height:32px!important;color:var(--text)!important;justify-content:center!important;font-size:12px!important}.analyse-page .source-toggle-btn:before{content:"Video: "!important;color:var(--muted)!important}.analyse-page .header-video-source:not(.is-collapsed) .source-toggle-btn{justify-content:center!important}.analyse-page .analyse-video-container{border-color:var(--line)!important}.analyse-page .xml-registry-head strong{font-size:15px!important}.analyse-page.is-side-records .xml-registry-head strong:after{color:var(--muted);font-weight:750}.analyse-page .xml-registry-list{padding-top:8px!important}.analyse-page .event-row.active{border-color:var(--brand)!important;background:var(--surface)!important}.xml-registry-head{gap:8px!important}.xml-registry-head>div{min-width:0!important}.xml-registry-head>div strong,.xml-registry-head>div span{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.mobile-video-controls{border-color:var(--line)!important;grid-template-columns:1fr!important}.mobile-video-progress-row{gap:4px!important;display:grid!important}.mobile-video-progress{width:100%!important;height:28px!important;accent-color:var(--brand)!important;margin:0!important}.mobile-video-timebar{color:var(--muted)!important;font-variant-numeric:tabular-nums!important;justify-content:space-between!important;align-items:center!important;font-size:11px!important;display:flex!important}.mobile-video-btn,.mobile-video-time{border-radius:8px!important;min-height:42px!important}.mobile-video-play{border-color:var(--brand)!important;background:var(--brand-inset)!important;color:#fff!important}.mobile-video-primary{background:var(--brand)!important}.mobile-video-controls .playback-rate-control{border-top:1px solid var(--line)!important;grid-column:auto!important;padding-top:7px!important}.mobile-video-controls .playback-rate-control button.active,.mobile-video-controls .playback-rate-control button[aria-pressed=true]{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}}@media (max-width:420px){.mobile-video-action-row{grid-template-columns:48px 1fr 48px!important}.mobile-video-time,.mobile-video-action-row .mobile-video-btn:nth-of-type(4),.mobile-video-primary{grid-column:span 1!important}}@media (max-width:760px){html,body{width:100%;max-width:100%;overflow-x:hidden}.shell{width:100%;min-width:0;display:block}.sidebar.app-sidebar,.sidebar.clean-sidebar{inset:auto}.app-sidebar-top,.clean-sidebar-top{justify-content:space-between;align-items:center;gap:12px;padding:0;display:flex}.brand.app-brand,.clean-brand{gap:10px;min-width:0}.brand-mark-image,.brand-mark{flex:0 0 42px;width:42px;height:42px}.brand-copy{min-width:0}.brand-copy strong{font-size:13px;line-height:1.1}.brand-copy span,.brand-copy em{display:none}.sidebar-collapse-btn{display:none!important}.nav.app-nav,.clean-app-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin-top:12px;padding:0;display:grid!important;overflow:visible!important}.nav.app-nav a,.nav.app-nav button,.clean-app-nav a,.clean-app-nav button{text-align:center;border:1px solid var(--line);background:var(--panel);border-radius:12px;justify-content:center;align-items:center;height:42px;width:100%!important;min-width:0!important;padding:8px 10px!important;display:flex!important}.nav.app-nav form,.clean-app-nav form{width:100%;min-width:0}.nav.app-nav span,.clean-app-nav span{display:none!important}.main{width:100%;min-width:0}.clean-page,.clean-dashboard,.clean-admin-page,.admin-module-main{width:100%;min-width:0;max-width:100%}.clean-page-head{width:100%;min-width:0;margin:0 0 12px}.clean-page-head h1,.clean-page-head p,.clean-page-head span,.clean-dashboard .clean-page-head h1,.clean-dashboard .clean-page-head p{max-width:100%}.clean-panel,.clean-season-group{width:100%;min-width:0;max-width:100%}.clean-season-title{gap:8px}.clean-season-title strong{font-size:18px}.clean-season-title span{text-align:right;font-size:12px}.clean-season-table,.clean-season-table thead,.clean-season-table tbody,.clean-season-table tr,.clean-season-table td{width:100%;display:block}.clean-season-table thead{display:none}.clean-season-table tr{border-bottom:1px solid var(--line);padding:16px}.clean-season-table td{border:0;padding:0}.clean-season-table td:not(:first-child):not(:last-child){border:1px solid var(--line);background:var(--bg);border-radius:12px;place-items:center start;width:calc(50% - 5px);min-height:62px;margin:10px 5px 0 0;padding:10px 12px;font-size:22px;font-weight:950;display:inline-grid}.clean-season-table td:not(:first-child):not(:last-child):before{content:attr(data-label);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900;display:block}.clean-season-table .clean-row-action{border-radius:14px;justify-content:center;width:100%;margin-top:14px;padding:14px 16px;font-size:15px;display:flex}.admin-module-nav.admin-page-nav{margin:0 0 12px}.admin-module-nav.admin-page-nav strong{padding:0 0 4px}.clean-admin-page .clean-workbench-two{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.clean-admin-page .clean-workbench-two>*,.clean-admin-page .compact-import-client,.clean-admin-page .compact-import-client .import-client-head,.clean-admin-page .compact-import-client .import-client-head>div,.clean-admin-page .compact-import-client .import-controls,.clean-admin-page .clean-card-flat,.clean-admin-page .admin-manual-create{width:100%!important;min-width:0!important;max-width:100%!important}.clean-admin-page .compact-import-client .import-client-head,.clean-admin-page .compact-import-client .import-controls{grid-template-columns:1fr;align-items:stretch;gap:10px;display:grid!important}.clean-admin-page .compact-import-client .import-client-head span{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.clean-admin-page .compact-import-client .admin-action-link,.clean-admin-page .compact-import-client .import-controls>*,.clean-admin-page .create-matchday-form input,.clean-admin-page .create-matchday-form select,.clean-admin-page .create-matchday-form button{width:100%!important;max-width:100%!important}}@media (max-width:430px){.main{padding-left:8px;padding-right:8px}.clean-page-head h1{font-size:clamp(28px,9vw,36px)!important}.clean-team-cell strong{overflow-wrap:anywhere}}@media (max-width:760px){html,body,.shell,.main,.clean-page,.clean-panel,.clean-admin-page,.admin-module-main{overflow-x:hidden;width:100%!important;min-width:0!important;max-width:100%!important}.sidebar.app-sidebar,.sidebar.clean-sidebar{border-right:0!important;border-bottom:1px solid var(--line)!important;width:100%!important;min-height:auto!important;padding:14px 16px 10px!important;position:relative!important}.clean-app-nav,.nav.app-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important;overflow:visible!important}.clean-app-nav a,.clean-app-nav button,.nav.app-nav a,.nav.app-nav button{text-align:center!important;border:1px solid var(--line)!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;height:42px!important;padding:8px 10px!important;display:flex!important}.clean-app-nav span,.nav.app-nav span,.sidebar-collapse-btn,.brand-copy span,.brand-copy em{display:none!important}.clean-page-head{margin-bottom:12px!important;padding:18px!important;display:block!important}.clean-page-head h1{overflow-wrap:anywhere!important;font-size:clamp(28px,9vw,40px)!important;line-height:.98!important}.clean-page-head p,.clean-page-head span{white-space:normal!important;font-size:13px!important;line-height:1.35!important}.admin-module-nav.admin-page-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;padding:12px!important;display:grid!important;overflow:visible!important}.admin-module-nav.admin-page-nav strong{grid-column:1/-1!important}.admin-module-nav.admin-page-nav a{white-space:normal!important;text-align:center!important;border:1px solid var(--line)!important;border-radius:12px!important;width:100%!important;min-width:0!important;padding:11px 10px!important}.clean-admin-page .clean-workbench-two,.clean-admin-page .clean-workbench-two>*,.clean-admin-page .compact-import-client,.clean-admin-page .compact-import-client .import-client-head,.clean-admin-page .compact-import-client .import-client-head>div,.clean-admin-page .compact-import-client .import-controls,.clean-admin-page .clean-card-flat,.clean-admin-page .admin-manual-create{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.clean-admin-page .compact-import-client{min-height:auto!important;margin-bottom:12px!important}.clean-admin-page .compact-import-client .import-client-head span,.clean-admin-page .compact-import-client .import-client-head h2,.clean-admin-page .clean-page-head h1,.clean-admin-page .clean-page-head p{white-space:normal!important;text-overflow:clip!important;width:100%!important;overflow:visible!important}.clean-admin-page .compact-import-client .admin-action-link,.clean-admin-page .compact-import-client .import-controls>*,.clean-admin-page input,.clean-admin-page select,.clean-admin-page button{width:100%!important;max-width:100%!important}.admin-table,.admin-users-table{width:100%!important;min-width:0!important;display:block!important}.admin-table thead,.admin-users-table thead{display:none!important}.admin-table tbody,.admin-users-table tbody,.admin-table tr,.admin-users-table tr,.admin-table td,.admin-users-table td{width:100%!important;max-width:100%!important;display:block!important}.admin-table tr,.admin-users-table tr{border-bottom:1px solid var(--line)!important;padding:12px!important}.admin-table td,.admin-users-table td{border:0!important;padding:5px 0!important}.clean-table-wrap,.clean-admin-page .clean-panel .clean-table-wrap{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.clean-admin-page .clean-admin-match-table,.clean-admin-page .clean-admin-match-table thead,.clean-admin-page .clean-admin-match-table tbody,.clean-admin-page .clean-admin-match-table tr,.clean-admin-page .clean-admin-match-table th,.clean-admin-page .clean-admin-match-table td{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.clean-admin-page .clean-admin-match-table thead{display:none!important}.clean-admin-page .clean-admin-match-table tr{border:1px solid var(--line)!important;border-left:4px solid var(--brand)!important;background:var(--panel)!important;border-radius:16px!important;margin:0 0 12px!important}.clean-admin-page .clean-admin-match-table td{text-align:left!important;border:0!important;grid-template-columns:88px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}.clean-admin-page .clean-admin-match-table td:before{color:var(--muted)!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:950!important}.clean-admin-page .clean-admin-match-table td:first-child:before{content:"Local"}.clean-admin-page .clean-admin-match-table td:nth-child(2):before{content:"Marcador"}.clean-admin-page .clean-admin-match-table td:nth-child(3):before{content:"Visitante"}.clean-admin-page .clean-admin-match-table td:nth-child(4):before{content:"Fase"}.clean-admin-page .clean-admin-match-table td:nth-child(5):before{content:"Temp."}.clean-admin-page .clean-admin-match-table td:nth-child(6):before{content:"Jornada"}.clean-admin-page .clean-admin-match-table td:nth-child(7):before{content:"Codigo"}.clean-admin-page .clean-admin-match-table td:nth-child(8):before{content:"Fecha"}.clean-admin-page .clean-admin-match-table td:nth-child(9):before{content:"Video"}.clean-admin-page .clean-admin-match-table td:nth-child(10):before{content:"Registros"}.clean-admin-page .clean-admin-match-table td:last-child{display:block!important}.clean-admin-page .clean-admin-match-table td:last-child:before{content:""!important;display:none!important}.clean-admin-page .clean-admin-match-table td:last-child a,.clean-admin-page .clean-admin-match-table td:last-child button,.clean-admin-page .clean-admin-match-table .clean-row-action{justify-content:center!important;width:100%!important}.clean-admin-page .clean-admin-match-table .clean-team-cell{grid-template-columns:34px minmax(0,1fr)!important;width:100%!important}.clean-admin-page .clean-admin-match-table .clean-team-cell strong,.clean-admin-page .clean-admin-match-table .clean-stage-chip,.clean-admin-page .clean-admin-match-table .clean-muted-chip,.clean-admin-page .clean-admin-match-table .match-video-code{white-space:normal!important;overflow-wrap:anywhere!important;max-width:100%!important}.clean-admin-page .clean-admin-match-table tbody{border:1px solid var(--line)!important;background:var(--bg)!important;border-radius:16px!important;max-height:72vh!important;padding:8px 8px 14px!important;display:block!important;overflow-y:auto!important}.clean-admin-page .clean-admin-match-table tr{grid-template-columns:1fr auto!important;gap:6px 10px!important;margin-bottom:10px!important;padding:12px!important;display:grid!important}.clean-admin-page .clean-admin-match-table td{padding:2px 0!important;display:block!important}.clean-admin-page .clean-admin-match-table td:before{display:none!important}.clean-admin-page .clean-admin-match-table td:first-child,.clean-admin-page .clean-admin-match-table td:nth-child(3){grid-column:1/2!important}.clean-admin-page .clean-admin-match-table td:nth-child(2){grid-area:1/2/3/3!important;align-self:center!important}.clean-admin-page .clean-admin-match-table td:nth-child(4),.clean-admin-page .clean-admin-match-table td:nth-child(6),.clean-admin-page .clean-admin-match-table td:nth-child(8),.clean-admin-page .clean-admin-match-table td:nth-child(9),.clean-admin-page .clean-admin-match-table td:nth-child(10){width:auto!important;max-width:100%!important;margin-right:6px!important;display:inline-flex!important}.clean-admin-page .clean-admin-match-table td:nth-child(4){grid-column:1/-1!important}.clean-admin-page .clean-admin-match-table td:nth-child(5),.clean-admin-page .clean-admin-match-table td:nth-child(7){display:none!important}.clean-admin-page .clean-admin-match-table td:nth-child(6),.clean-admin-page .clean-admin-match-table td:nth-child(8),.clean-admin-page .clean-admin-match-table td:nth-child(9),.clean-admin-page .clean-admin-match-table td:nth-child(10){grid-column:auto!important}.clean-admin-page .clean-admin-match-table td:last-child{grid-column:1/-1!important;padding-top:8px!important}.clean-admin-page .clean-admin-match-table .clean-team-cell{min-height:34px!important}@supports selector(:has(*)){.shell:has(.analyse-page) .clean-app-nav{display:none!important}.shell:has(.analyse-page) .nav.app-nav{display:none!important}:is(.shell:has(.analyse-page) .sidebar.app-sidebar,.shell:has(.analyse-page) .sidebar.clean-sidebar){padding-bottom:10px!important}.shell:has(.analyse-page) .main{padding-top:8px!important}}}.isquad-url-review{border:1px solid var(--line);background:#ffffff06;border-radius:14px;gap:8px;padding:12px;display:grid}.isquad-url-review-head{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.isquad-url-review-head strong{color:var(--text)}.isquad-url-option{border:1px solid var(--line);background:var(--bg);border-radius:12px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;padding:10px;display:grid}.isquad-url-option span{gap:3px;min-width:0;display:grid}.isquad-url-option small{color:var(--muted);overflow-wrap:anywhere;font-size:11px;line-height:1.35}.isquad-url-review p{color:var(--muted);margin:0;font-size:12px}.admin-manage-cell,.admin-match-actions{gap:8px;min-width:220px;display:grid}.admin-manage-edit,.admin-manage-delete,.admin-match-delete{gap:6px;display:grid}.admin-manage-edit{grid-template-columns:minmax(130px,1fr) 84px;align-items:center}.admin-manage-edit input[name=stageKind],.admin-manage-edit input[name=sortOrder]{grid-column:span 1}.admin-manage-delete,.admin-match-delete{grid-template-columns:minmax(90px,1fr) auto;align-items:center}.admin-manage-delete label,.admin-match-delete label{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:inline-flex}.btn-danger,.admin-match-delete .btn-danger,.admin-manage-delete .btn-danger{border-color:var(--brand)!important;color:var(--text)!important;background:#f049362e!important}@media (max-width:760px){.admin-manage-cell,.admin-match-actions,.admin-manage-edit,.admin-manage-delete,.admin-match-delete{width:100%;min-width:0;grid-template-columns:1fr!important}.admin-manage-cell .input,.admin-manage-cell .btn,.admin-match-actions .btn,.admin-match-actions .clean-row-action{width:100%!important}.shell:has(.analyse-page) .analyse-page{padding-top:0!important}.shell:has(.analyse-page) .analyse-header{margin-bottom:8px!important}.shell:has(.analyse-page) .analyse-video-container{border-radius:18px!important;padding:8px!important}.shell:has(.analyse-page) .analyse-panel.analyse-video-panel{border-radius:18px!important;padding:8px!important}.shell:has(.analyse-page) .analyse-drive-frame{aspect-ratio:auto!important;background:var(--bg-deep)!important;border-radius:16px!important;width:100%!important;height:clamp(330px,58vh,520px)!important;min-height:330px!important;max-height:520px!important;overflow:hidden!important}.shell:has(.analyse-page) .analyse-drive-frame iframe{transform:translateZ(0);border:0!important;width:100%!important;height:100%!important;min-height:330px!important}.shell:has(.analyse-page) .mobile-video-controls{border-radius:16px!important;margin-top:8px!important;padding:10px!important}.shell:has(.analyse-page) .mobile-video-progress-row{margin-bottom:8px!important}}@media (max-width:430px){.shell:has(.analyse-page) .analyse-drive-frame{height:clamp(300px,54vh,440px)!important;min-height:300px!important}.shell:has(.analyse-page) .analyse-drive-frame iframe{height:clamp(300px,54vh,440px)!important;min-height:300px!important}}@media (max-width:760px) and (orientation:landscape){.shell:has(.analyse-page) .sidebar.app-sidebar{display:none!important}.shell:has(.analyse-page) .sidebar.clean-sidebar{display:none!important}.shell:has(.analyse-page) .analyse-header{display:none!important}.shell:has(.analyse-page) .main{padding:0!important}.shell:has(.analyse-page) .analyse-drive-frame{border-radius:0!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important}.shell:has(.analyse-page) .analyse-drive-frame iframe{border-radius:0!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important}}@media (max-width:760px){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){background:var(--bg-deep)!important;border-radius:16px!important;width:100%!important;height:min(62vh,520px)!important;min-height:320px!important;padding:0!important;overflow:visible!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{aspect-ratio:auto!important;background:var(--bg-deep)!important;will-change:auto!important;contain:none!important;pointer-events:auto!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important;min-height:320px!important;max-height:none!important;display:block!important;transform:none!important}.shell:has(.analyse-page) .analyse-panel.analyse-video-panel{overflow:visible!important}.shell:has(.analyse-page) .analyse-video-container{overflow:visible!important}}@media (max-width:430px){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){height:min(58vh,460px)!important;min-height:300px!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{height:min(58vh,460px)!important;min-height:300px!important}}@media (max-width:760px) and (orientation:landscape){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){width:100vw!important;height:100vh!important;min-height:100vh!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{width:100vw!important;height:100vh!important;min-height:100vh!important}}@media (max-width:760px) and (orientation:portrait){.shell:has(.analyse-page) iframe.analyse-drive-frame{background:#000!important}.shell:has(.analyse-page) .analyse-panel.analyse-video-panel{padding:8px!important}.shell:has(.analyse-page) .mobile-video-controls{margin-top:8px!important}}@media (max-width:430px) and (orientation:portrait){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:16/9!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{aspect-ratio:16/9!important}}@media (max-width:760px) and (orientation:portrait){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:auto!important;background:#000!important;border-radius:14px!important;height:clamp(215px,48vw,300px)!important;min-height:215px!important;max-height:300px!important;padding:0!important;overflow:hidden!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{aspect-ratio:auto!important;border-radius:14px!important;width:100%!important;height:100%!important;min-height:215px!important;max-height:300px!important}}@media (max-width:430px) and (orientation:portrait){.shell:has(.analyse-page) .analyse-video-container:has(>iframe.analyse-drive-frame){height:clamp(205px,52vw,260px)!important;min-height:205px!important;max-height:260px!important}.shell:has(.analyse-page) iframe.analyse-drive-frame{height:clamp(205px,52vw,260px)!important;min-height:205px!important;max-height:260px!important}}@media (max-width:760px) and (orientation:portrait){.analyse-page .analyse-main{width:100%!important;min-width:0!important}.analyse-page .analyse-panel.analyse-video-panel{padding:8px!important;overflow:visible!important}.analyse-page .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:auto!important;contain:none!important;background:#000!important;border-radius:14px!important;width:100%!important;height:clamp(220px,58vw,320px)!important;min-height:220px!important;max-height:320px!important;padding:0!important;overflow:hidden!important}.analyse-page iframe.analyse-drive-frame{aspect-ratio:auto!important;contain:none!important;will-change:auto!important;background:#000!important;border:0!important;border-radius:14px!important;width:100%!important;height:100%!important;min-height:220px!important;max-height:320px!important;display:block!important;transform:none!important}.analyse-page .mobile-video-controls{margin-top:8px!important}}@media (max-width:430px) and (orientation:portrait){.analyse-page iframe.analyse-drive-frame{height:clamp(210px,62vw,270px)!important;min-height:210px!important;max-height:270px!important}.analyse-page .analyse-video-container:has(>iframe.analyse-drive-frame){height:clamp(210px,62vw,270px)!important;min-height:210px!important;max-height:270px!important}}@media (max-width:700px){.analyse-page .markup-inspector-tab,.analyse-page.is-side-markup .analyse-markup-panel,.analyse-page.is-side-markup .markup-template-board,.analyse-page.is-side-markup .markup-board-head,.analyse-page.is-side-markup .markup-template-set-select{display:none!important}.analyse-page .mobile-analysis-tab{flex:1 1 0!important;justify-content:center!important;min-width:0!important}}@media (max-width:760px){.analyse-page.is-video-focus{z-index:99999!important;background:var(--bg-deep)!important;width:100dvw!important;max-width:none!important;height:100dvh!important;margin:0!important;padding:8px!important;display:block!important;position:fixed!important;inset:0!important;overflow:auto!important}.analyse-page.is-video-focus .analyse-header,.analyse-page.is-video-focus .analyse-panel-strip,.analyse-page.is-video-focus .workspace-resizer,.analyse-page.is-video-focus .analyse-inspector,.analyse-page.is-video-focus .video-graph-rail{display:none!important}.analyse-page.is-video-focus .analyse-layout,.analyse-page.is-video-focus .analyse-main{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.analyse-page.is-video-focus .analyse-panel.analyse-video-panel{background:var(--inset)!important;border-radius:18px!important;flex-direction:column!important;gap:8px!important;width:100%!important;min-height:calc(100dvh - 16px)!important;margin:0!important;padding:8px!important;display:flex!important;overflow:visible!important}.analyse-page.is-video-focus .analyse-video-panel .panel-head{min-height:42px!important;padding:8px!important;display:flex!important}.analyse-page.is-video-focus .analyse-video-panel .panel-head strong{font-size:16px!important}.analyse-page.is-video-focus .analyse-video-panel .panel-head .panel-head-meta{margin-left:auto!important}.analyse-page.is-video-focus .analyse-video-panel .panel-head>button:last-child{display:none!important}.analyse-page.is-video-focus .analyse-video-container{flex:none!important}:is(.analyse-page.is-video-focus .analyse-video-container:has(>iframe.analyse-drive-frame),.analyse-page.is-video-focus .analyse-video-container:has(>video.analyse-native-video)){aspect-ratio:16/9!important;background:#000!important;border-radius:16px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important}.analyse-page.is-video-focus iframe.analyse-drive-frame,.analyse-page.is-video-focus video.analyse-native-video{aspect-ratio:16/9!important;background:#000!important;border:0!important;border-radius:16px!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important}.analyse-page.is-video-focus .mobile-video-controls{border-radius:16px!important;gap:10px!important;margin-top:0!important;padding:10px!important;display:grid!important}}@media (max-width:760px) and (orientation:landscape){.analyse-page.is-video-focus{padding:0!important;overflow:hidden!important}.analyse-page.is-video-focus .analyse-panel.analyse-video-panel{background:#000!important;border:0!important;border-radius:0!important;min-height:100dvh!important;padding:0!important}.analyse-page.is-video-focus .analyse-video-panel .panel-head{z-index:2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#00000094!important;border-radius:12px!important;position:fixed!important;top:8px!important;left:8px!important;right:8px!important}.analyse-page.is-video-focus iframe.analyse-drive-frame,.analyse-page.is-video-focus video.analyse-native-video{aspect-ratio:auto!important;border-radius:0!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}.analyse-page.is-video-focus .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:auto!important;border-radius:0!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}.analyse-page.is-video-focus .analyse-video-container:has(>video.analyse-native-video){aspect-ratio:auto!important;border-radius:0!important;width:100dvw!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}.analyse-page.is-video-focus .mobile-video-controls{z-index:2!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;background:#050a0cc2!important;position:fixed!important;bottom:8px!important;left:8px!important;right:8px!important}}@media (max-width:700px){.shell:has(.analyse-page){background:var(--bg-deep)!important;width:100%!important;min-width:0!important;display:block!important}:is(.shell:has(.analyse-page) .sidebar,.shell:has(.analyse-page) .app-sidebar,.shell:has(.analyse-page) .clean-sidebar){display:none!important}.shell:has(.analyse-page) .main{width:100%!important;min-width:0!important;padding:0!important;overflow-x:hidden!important}.analyse-page{background:var(--bg-deep)!important;min-width:0!important;color:var(--text)!important}.analyse-header{z-index:35!important;border:1px solid var(--surface-3)!important;background:#090e10f5!important;align-items:stretch!important;gap:10px!important;margin:0!important;display:grid!important;position:sticky!important;top:0!important}.analyse-back-btn{justify-content:center!important;padding:0!important}.analyse-back-btn span:not(.icon){display:none!important}.analyse-title-block{justify-content:center!important;min-width:0!important}.analyse-title{color:#fff!important;white-space:nowrap!important;text-overflow:ellipsis!important;background:0 0!important;border:0!important;width:100%!important;min-width:0!important;padding:0!important;font-weight:900!important;overflow:hidden!important}.analyse-subtitle{color:var(--muted)!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:3px!important;display:block!important;overflow:hidden!important}.analyse-header .header-video-source,.analyse-header .analyse-header-actions{display:none!important}.analyse-panel-strip{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.analyse-panel-strip .mobile-analysis-tab{border-color:var(--line)!important;color:var(--text-2)!important}.analyse-panel-strip .mobile-analysis-tab[aria-pressed=true]{border-color:var(--brand)!important;color:#fff!important;background:#f0493633!important}.analyse-layout,.analyse-layout.is-inspector-hidden,.analyse-main{flex-direction:column!important;gap:10px!important;width:100%!important;min-width:0!important;overflow:visible!important}.analyse-panel{border:1px solid var(--surface-3)!important;background:var(--inset)!important;width:100%!important;min-width:0!important;margin:0!important;overflow:hidden!important}.analyse-panel .panel-head{border-bottom:1px solid var(--surface-3)!important;min-height:40px!important;padding:8px 10px!important}.analyse-panel .panel-drag-handle,.analyse-panel .panel-head-btn{display:none!important}.analyse-video-panel{order:1!important;padding:0!important}.analyse-video-container{border:0!important}:is(.analyse-video-container:has(>iframe.analyse-drive-frame),.analyse-video-container:has(>video.analyse-native-video)){aspect-ratio:16/9!important;background:#000!important;border-radius:0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;overflow:hidden!important}iframe.analyse-drive-frame,video.analyse-native-video{aspect-ratio:16/9!important;background:#000!important;border-radius:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}.mobile-video-controls{gap:9px!important}.mobile-video-progress-row{margin:0!important}.mobile-video-btn,.mobile-video-time,.mobile-review-action,.mobile-source-editor select,.mobile-source-editor input,.mobile-source-editor button{border:1px solid var(--line)!important;background:var(--inset)!important;min-height:42px!important;color:var(--text)!important;border-radius:9px!important;font-size:13px!important;font-weight:850!important}.mobile-video-play,.mobile-video-primary,.mobile-source-editor button{border-color:var(--brand)!important;background:var(--brand)!important;color:#fff!important}.mobile-video-time{text-align:center!important;width:100%!important}.playback-rate-control{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;display:grid!important}.mobile-review-actions .mobile-review-action:nth-child(3){grid-column:1/-1!important}.mobile-review-action{text-align:center!important;justify-content:center!important;align-items:center!important;padding:0 10px!important;display:flex!important}.mobile-source-editor{border:1px solid var(--line)!important;background:var(--bg-deep)!important;border-radius:10px!important;gap:7px!important;padding:8px!important;display:grid!important}.mobile-source-editor input,.mobile-source-editor select{width:100%!important;padding:0 10px!important}.analyse-inspector{order:2!important;max-height:none!important;padding:0!important}.analyse-inspector .panel-head,.inspector-tabs{display:none!important}.xml-registry-panel{background:0 0!important;border:0!important;border-radius:0!important}.xml-registry-head{border-bottom:1px solid var(--surface-3)!important;padding:12px!important}.xml-registry-search{padding:10px!important}.xml-registry-search input{border-radius:9px!important;min-height:42px!important;font-size:15px!important}.event-row{border-left:0!important;border-right:0!important;border-radius:0!important;min-height:58px!important;padding:10px 12px!important}.event-row-main strong{font-size:13px!important;line-height:17px!important}.event-row-time{font-size:12px!important}.inspector-card{background:0 0!important;border:0!important;border-radius:0!important}.inspector-head{border-bottom:1px solid var(--surface-3)!important;padding:12px!important}.marker-detail{padding:12px!important}.detail-field{border-bottom:1px solid var(--surface-3)!important;padding:10px 0!important}.video-graph-rail{order:3!important}.video-graph-rail .panel-head,.timeline-resizer{display:none!important}.marker-tl-controls{grid-template-columns:42px minmax(0,1fr) 42px!important}.timeline-filter-input,.timeline-filter-select,.timeline-time-sync,.marker-tl-expand-btn,.marker-tl-zoom-label,.active-marker-pill,.marker-tl-export-label,.marker-tl-spacer-fill,.marker-tl-controls .playback-rate-control{display:none!important}.marker-tl-zoom-range{width:100%!important}.analyse-page,.analyse-layout,.analyse-main,.analyse-video-panel,.analyse-inspector,.video-graph-rail{position:static!important;inset:auto!important;transform:none!important}.analyse-page{overflow:hidden auto!important}.analyse-layout,.analyse-layout.is-inspector-hidden,.analyse-main{display:block!important}.analyse-video-panel .panel-head{height:38px!important;min-height:38px!important;padding:8px 10px!important;display:flex!important;position:static!important}.analyse-video-panel .panel-head strong{font-size:13px!important}.analyse-video-panel .panel-head .panel-head-meta{font-size:12px!important}.analyse-video-container:has(>iframe.analyse-drive-frame){width:100%!important;height:var(--mobile-drive-height,clamp(270px, 78vw, 360px))!important;min-height:var(--mobile-drive-height,270px)!important;max-height:var(--mobile-drive-height,360px)!important;aspect-ratio:auto!important;background:#000!important;border-radius:12px 12px 0 0!important;display:block!important;overflow:hidden!important}iframe.analyse-drive-frame{width:100%!important;height:calc(var(--mobile-drive-height,360px) + 72px)!important;min-height:var(--mobile-drive-height,270px)!important;aspect-ratio:auto!important;background:#000!important;border-radius:0!important;max-height:none!important;display:block!important;transform:translateY(-42px)!important}video.analyse-native-video{aspect-ratio:16/9!important;height:auto!important;min-height:0!important}.analyse-video-container:has(>video.analyse-native-video){aspect-ratio:16/9!important;height:auto!important;min-height:0!important}.mobile-video-controls{border:1px solid var(--surface-3)!important;background:var(--inset)!important;border-top:0!important;border-radius:0 0 12px 12px!important;width:100%!important;margin:0!important;padding:10px!important;display:grid!important;position:static!important;overflow:visible!important}.mobile-video-action-row{grid-template-columns:54px minmax(0,1fr) 54px!important;grid-auto-rows:minmax(42px,auto)!important;gap:6px!important;display:grid!important;overflow:visible!important}.mobile-video-action-row>*{min-width:0!important}.mobile-video-time{grid-area:2/1/auto/2!important}.mobile-video-action-row .mobile-video-btn:nth-of-type(4){grid-area:2/2/auto/3!important}.mobile-video-primary{grid-area:2/3/auto/4!important}.mobile-review-actions{grid-template-columns:1fr 1fr!important;gap:6px!important;display:grid!important}.mobile-source-editor{position:static!important}.analyse-inspector{clear:both!important;margin-top:12px!important}.xml-registry-panel,.inspector-card,.video-graph-rail{overflow:visible!important}.xml-registry-list{overscroll-behavior:contain!important;max-height:min(52dvh,460px)!important;padding-bottom:6px!important;overflow:auto!important}}@media (max-width:700px) and (orientation:portrait){html body .shell:has(.analyse-page) .analyse-page .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:auto!important;background:#000!important;border-radius:12px 12px 0 0!important;width:100%!important;height:clamp(340px,94vw,410px)!important;min-height:clamp(340px,94vw,410px)!important;max-height:clamp(340px,94vw,410px)!important;display:block!important;overflow:hidden!important}html body .shell:has(.analyse-page) .analyse-page iframe.analyse-drive-frame{aspect-ratio:auto!important;background:#000!important;border:0!important;border-radius:0!important;width:100%!important;height:calc(clamp(340px,94vw,410px) + 72px)!important;min-height:calc(clamp(340px,94vw,410px) + 72px)!important;max-height:none!important;display:block!important;transform:translateY(-46px)!important}}@media (max-width:940px) and (orientation:landscape){html,body{overflow:hidden!important}.shell:has(.analyse-page){background:var(--bg-deep)!important;width:100vw!important;min-width:0!important;height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}.shell:has(.analyse-page) .main{background:var(--bg-deep)!important;width:100vw!important;min-width:0!important;height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}:is(.shell:has(.analyse-page) .sidebar,.shell:has(.analyse-page) .app-sidebar,.shell:has(.analyse-page) .clean-sidebar){display:none!important}.analyse-page{background:var(--bg-deep)!important;grid-template:"header header"54px"video panel"minmax(0,1fr)"tabs tabs"50px/minmax(560px,1.85fr) minmax(260px,.65fr)!important;gap:8px!important;width:100vw!important;height:100dvh!important;min-height:0!important;padding:8px!important;display:grid!important;overflow:hidden!important}.analyse-header{border-radius:10px!important;grid-area:header!important;grid-template-columns:42px minmax(0,1fr) auto!important;height:54px!important;min-height:0!important;margin:0!important;padding:6px!important;display:grid!important;position:static!important;overflow:hidden!important}.analyse-header .header-video-source,.analyse-header .analyse-header-actions{display:none!important}.analyse-back-btn{justify-content:center!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}.analyse-back-btn span:not(.icon){display:none!important}.analyse-title{font-size:14px!important;line-height:18px!important}.analyse-subtitle{font-size:12px!important;line-height:15px!important}.analyse-page.has-inspector .analyse-layout{display:contents!important}.analyse-page.has-timeline .analyse-layout,.analyse-page:not(.has-inspector) .analyse-layout{grid-area:video!important;min-height:0!important;display:block!important;overflow:hidden!important}.analyse-main{grid-area:video!important;min-width:0!important;height:100%!important;min-height:0!important;display:block!important;overflow:hidden!important}.analyse-video-panel{border-radius:10px!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-video-panel .panel-head{border-bottom:1px solid var(--surface-3)!important;height:36px!important;min-height:36px!important;padding:7px 10px!important;display:flex!important}.analyse-video-panel .panel-head-btn{display:none!important}:is(html body .shell:has(.analyse-page) .analyse-page .analyse-video-container:has(>iframe.analyse-drive-frame),html body .shell:has(.analyse-page) .analyse-page .analyse-video-container:has(>video.analyse-native-video)){aspect-ratio:auto!important;background:#000!important;border-radius:0!important;width:100%!important;max-height:none!important;overflow:hidden!important}:is(html body .shell:has(.analyse-page) .analyse-page iframe.analyse-drive-frame,html body .shell:has(.analyse-page) .analyse-page video.analyse-native-video){aspect-ratio:auto!important;background:#000!important;border-radius:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important;transform:none!important}.mobile-video-controls{border-top:1px solid var(--surface-3)!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;padding:8px!important;position:static!important}.mobile-video-progress-row{grid-column:1/-1!important;margin:0!important}.mobile-video-action-row{grid-template-columns:42px minmax(120px,1fr) 42px 58px minmax(90px,1fr) 58px!important;gap:5px!important;display:grid!important}.mobile-video-btn,.mobile-video-time{height:38px!important;min-height:38px!important;font-size:12px!important}.playback-rate-control{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;display:grid!important}.mobile-review-actions,.mobile-source-editor,.workspace-resizer{display:none!important}.analyse-inspector{border-radius:10px!important;grid-area:panel!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important}.analyse-inspector .panel-head,.inspector-tabs{display:none!important}.inspector-view,.xml-registry-panel,.inspector-card{height:100%!important;min-height:0!important;overflow:hidden!important}.xml-registry-list{height:calc(100% - 116px)!important;max-height:none!important;overflow:auto!important}.marker-detail{max-height:calc(100dvh - 132px)!important;overflow:auto!important}.video-graph-rail{border-radius:10px!important;grid-area:panel!important;width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important}.video-graph-rail .panel-head{height:36px!important;min-height:36px!important;padding:7px 10px!important;display:flex!important}.video-graph-rail .panel-head-btn,.timeline-resizer{display:none!important}.marker-tl{grid-template-rows:auto minmax(0,1fr)!important;height:calc(100% - 36px)!important;min-height:0!important;display:grid!important}.marker-tl-controls{gap:6px!important;padding:8px!important;display:grid!important}.marker-tl-scroll{height:100%!important;min-height:0!important;max-height:none!important;overflow:auto!important}.analyse-panel-strip{z-index:10!important;border-radius:10px!important;grid-area:tabs!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;height:50px!important;padding:5px!important;display:grid!important;position:static!important;bottom:auto!important;left:auto!important;right:auto!important}.analyse-panel-strip .desktop-panel-toggle,.analyse-panel-strip .panel-strip-spacer,.analyse-panel-strip .panel-toggle-muted{display:none!important}.analyse-panel-strip .mobile-analysis-tab{justify-content:center!important;min-height:38px!important;display:flex!important}}@media (max-width:700px) and (orientation:portrait){.analyse-video-panel{grid-template-rows:38px minmax(0,auto)!important}.analyse-video-panel .mobile-video-controls,.analyse-video-panel .mobile-review-actions,.analyse-video-panel .mobile-source-editor{display:none!important}.analyse-video-panel .playback-rate-control{margin-bottom:0!important}}@media (max-width:940px) and (orientation:landscape){.analyse-video-panel{grid-template-rows:36px minmax(0,1fr)!important}.mobile-video-controls{display:none!important}:is(html body .shell:has(.analyse-page) .analyse-page .analyse-video-container:has(>iframe.analyse-drive-frame),html body .shell:has(.analyse-page) .analyse-page .analyse-video-container:has(>video.analyse-native-video)){height:100%!important;min-height:0!important}.timeline-filter-input,.timeline-filter-select,.timeline-time-sync,.marker-tl-expand-btn,.active-marker-pill,.marker-tl-export-label,.marker-tl-spacer-fill,.marker-tl-controls .playback-rate-control{display:none!important}.marker-tl-controls{grid-template-columns:38px minmax(0,1fr) 38px!important;align-items:center!important}.marker-tl-zoom-label{display:none!important}.analyse-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto auto minmax(0,1fr)!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-inspector .xml-registry-head,.analyse-inspector .xml-registry-search,.analyse-inspector .xml-registry-files{flex:none!important;min-height:0!important}.analyse-inspector .xml-registry-list{align-content:start!important;height:100%!important;min-height:0!important;max-height:none!important;padding:8px!important;display:grid!important;overflow:auto!important}}.xml-import-backdrop{z-index:90;background:#000000ad;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.xml-import-dialog{background:var(--bg);border:1px solid #f0493673;border-radius:18px;gap:14px;width:min(440px,100%);padding:18px;display:grid;box-shadow:0 24px 80px #0000007a}.xml-import-dialog header,.xml-import-dialog-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.xml-import-dialog header button{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:10px}.xml-import-dialog label{color:var(--muted);gap:7px;font-size:12px;display:grid}.xml-import-dialog select{border:1px solid var(--line);background:var(--bg-deep);min-height:40px;color:var(--text);border-radius:10px;padding:0 10px}.is-disabled{opacity:.58;cursor:not-allowed}.login-visual:after{display:none}.login-copy{max-width:none}.login-copy h1,.login-copy p{display:none}.login-panel label{gap:7px;display:grid}.login-panel label span{color:var(--text-2);font-size:13px;font-weight:750}.login-page{background:var(--inset);place-items:center;min-height:100dvh;padding:24px;display:grid}.login-product{border:1px solid var(--surface-3);background:var(--surface);width:min(860px,100%);min-height:0;box-shadow:none;border-radius:10px;grid-template-columns:minmax(260px,.82fr) minmax(340px,1fr);display:grid;overflow:hidden}.login-visual{background:var(--text);min-height:420px;color:var(--surface);flex-direction:column;justify-content:space-between;gap:24px;padding:28px;display:flex}.login-visual:after,.login-copy h1,.login-copy p{display:none}.login-brand-line{align-items:center;gap:14px;display:flex}.login-logo{object-fit:contain;filter:none;flex:none;width:74px;height:74px}.login-copy strong{color:var(--surface);letter-spacing:-.03em;font-size:20px;line-height:1;display:block}.login-copy span{color:var(--faint);margin-top:7px;font-size:13px;line-height:1.35;display:block}.login-proof-list{background:#11151924;border:1px solid #11151924;border-radius:8px;gap:1px;display:grid;overflow:hidden}.login-proof-list div{background:#ffffff94;gap:4px;padding:13px 14px;display:grid}.login-proof-list strong{color:var(--surface);font-size:13px}.login-proof-list span{color:var(--faint);font-size:12px;line-height:1.35}.login-panel{background:var(--surface);align-content:center;gap:15px;padding:34px;display:grid}.login-panel-head{margin-bottom:2px}.login-panel-head img{display:none}.login-panel-head strong{color:var(--text);font-size:24px;line-height:1}.login-panel-head span{max-width:300px;color:var(--muted);font-size:13px;line-height:1.4}.login-panel .input{border:1px solid var(--line);background:var(--bg-deep);min-height:46px;color:var(--text);border-radius:8px;padding:0 12px}.login-panel .input:focus{border-color:var(--brand);outline:2px solid #f049362e}.login-submit{border-radius:8px;min-height:46px;font-weight:850}.login-error{color:#ffd5cf;background:#f049361a;border:1px solid #f049366b;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.login-help{color:var(--muted);margin:0;font-size:12px;line-height:1.35}@media (max-width:760px){.login-page{place-items:stretch stretch;padding:0}.login-product{border:0;border-radius:0;grid-template-columns:1fr;width:100%;min-height:100dvh}.login-visual{border-bottom:1px solid var(--surface-3);background:var(--surface);min-height:auto;color:var(--text);padding:18px 18px 14px;display:block}.login-brand-line{gap:12px}.login-logo{background:var(--text);width:46px;height:46px}.login-copy strong{color:var(--text);font-size:16px}.login-copy span{color:var(--muted);font-size:12px}.login-proof-list{display:none}.login-panel{align-content:start;padding:24px 18px 28px}.login-panel-head strong{font-size:22px}.login-panel .input,.login-submit{min-height:48px}}.app-sidebar .nav a.is-active{color:#fff;background:linear-gradient(#f0493629,#f0493614);border-color:#f049368c}.app-sidebar .nav a.is-active strong{color:#fff}.app-sidebar .nav a.is-active span{color:#e3b3ac}.app-sidebar.is-collapsed .app-nav a.is-active{background:#f049362e;border-color:#f04936a6}.btn:focus-visible,.panel-toggle:focus-visible,.clean-row-action:focus-visible,.mobile-fixture-action:focus-visible,.fixture-filter-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #f04936cc}.btn,.panel-toggle,.clean-row-action,.clean-phase-pill,.app-sidebar .nav a,.app-sidebar .nav button{transition:background-color .15s,border-color .15s,color .15s}.drive-save-state.is-saved{color:var(--ok);font-weight:700}.drive-save-state.is-error{color:var(--brand);font-weight:700}@media (max-width:760px){.btn,.clean-row-action,.mobile-fixture-action,.fixture-filter-button,.fixture-search-form button,.app-sidebar .nav a,.app-sidebar .nav button{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.app-sidebar .nav a,.app-sidebar .nav button{text-align:center;flex-direction:column;gap:2px}.app-sidebar .nav a span,.app-sidebar .nav button span{display:none}.app-sidebar .nav a.is-active{border-color:var(--brand);background:#f0493633}input,select,textarea{font-size:16px}.clean-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}}.btn-brand{border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:750}.btn-brand:hover{color:#fff;background:#ff5a47;border-color:#ff5a47}.btn-brand:disabled{opacity:.55;cursor:not-allowed}.header-actions-menu{position:relative}.header-actions-menu>summary{border:1px solid var(--line);border-radius:var(--radius-sm,6px);min-height:28px;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:650;list-style:none;display:inline-flex}.header-actions-menu>summary::-webkit-details-marker{display:none}.header-actions-menu>summary:after{content:"▾";opacity:.7;font-size:.7em}.header-actions-menu[open]>summary,.header-actions-menu>summary:hover{border-color:var(--brand);color:var(--text)}.header-actions-list{z-index:60;border:1px solid var(--line-strong);background:var(--surface);border-radius:10px;gap:2px;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 34px #00000080}.header-actions-list button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:9px 10px;font-size:.82rem;display:block}.header-actions-list button:hover{background:#f0493624}.marker-tl-extras{background:var(--surface);border-top:0;flex-wrap:wrap}.marker-tl-extras .marker-tl-zoom-label{display:inline-block}@media (max-width:760px){.marker-tl-extras,.header-actions-menu{display:none!important}}.labeled-form{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.labeled-form label{gap:4px;min-width:0;display:grid}.labeled-form label>span{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;font-size:.72rem;font-weight:650}.labeled-form .btn{min-height:38px}@media (max-width:760px){.labeled-form{grid-template-columns:1fr}}.league-danger-zone{border-top:1px solid var(--line);gap:10px;padding:12px;display:grid}.league-danger-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.league-danger-head strong{color:var(--text);font-size:14px}.league-danger-head span{max-width:760px;color:var(--muted);font-size:12px;line-height:1.35}.league-delete-list{gap:8px;display:grid}.league-delete-panel{border:1px solid var(--line);background:var(--bg);border-radius:8px}.league-delete-panel[open]{border-color:#7f2f27}.league-delete-panel summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:42px;padding:10px 12px;list-style:none;display:grid}.league-delete-panel summary::-webkit-details-marker{display:none}.league-delete-panel summary span{gap:3px;min-width:0;display:grid}.league-delete-panel summary strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.2;overflow:hidden}.league-delete-panel summary em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;overflow:hidden}.league-delete-panel summary b{color:#ff7b72;font-size:12px;font-weight:700}.league-delete-form{border-top:1px solid var(--line);gap:10px;padding:12px;display:grid}.league-delete-teams{border:1px solid var(--line);border-radius:8px;gap:8px;min-width:0;padding:10px;display:grid}.league-delete-teams legend{color:var(--text);padding:0 6px;font-size:12px;font-weight:700}.league-delete-teams div{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.league-delete-teams label,.league-delete-confirm{min-width:0;color:var(--text);align-items:center;gap:8px;font-size:12px;display:flex}.league-delete-teams label{border:1px solid var(--line);background:var(--surface);border-radius:6px;padding:8px}.league-delete-teams label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.league-delete-teams p,.league-delete-empty{color:var(--muted);margin:0;font-size:12px;line-height:1.35}.league-delete-confirm{width:fit-content}.league-delete-form .btn-danger{justify-self:start;min-width:180px}@media (max-width:760px){.league-danger-head{display:grid}.league-delete-panel summary{grid-template-columns:1fr}.league-delete-panel summary strong,.league-delete-panel summary em{white-space:normal}.league-delete-teams div{grid-template-columns:1fr}.league-delete-form .btn-danger{width:100%}}.season-create-match{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);margin:10px 12px;overflow:hidden}.season-create-match:not([open]){width:fit-content}.season-create-match:not([open])>summary{min-height:36px;padding:6px 14px}.season-create-match>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;list-style:none;display:flex}.season-create-match>summary::-webkit-details-marker{display:none}.season-create-match>summary span{color:var(--text);white-space:nowrap;font-size:13px;font-weight:700}.season-create-match:not([open])>summary small{display:none}.season-create-match>summary:hover span{color:var(--brand-hover)}.season-create-match>summary small{color:var(--muted);font-size:12px}.season-create-match-form{border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;padding:16px;display:grid}.season-create-match-form label{gap:7px;display:grid}.season-create-match-form label.wide{grid-column:span 2}.season-create-match-form label.season-create-check{align-items:center;gap:9px;min-height:40px;display:flex}.season-create-match-form label.season-create-check input{width:16px;min-height:auto;padding:0}.season-create-match-form label span,.season-create-match-actions p{color:var(--muted);margin:0;font-size:12px;font-weight:700}.season-create-match-form input,.season-create-match-form select{background:var(--bg);border:1px solid var(--line);color:var(--text);border-radius:11px;min-height:40px;padding:0 11px}.season-create-match-actions{grid-column:span 2;justify-content:space-between;align-items:end;gap:12px;display:flex}.season-create-match-actions button{background:var(--brand);border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:0;min-height:40px;padding:0 18px;font-weight:800}.season-create-match-actions button:hover{background:var(--brand-hover)}@media (max-width:980px){.season-create-match-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.season-create-match>summary{flex-direction:column;align-items:flex-start}.season-create-match-form,.season-create-match-form label.wide,.season-create-match-actions{grid-column:1;grid-template-columns:1fr}.season-create-match-actions{flex-direction:column;align-items:stretch}}.season-create-match[open]>summary{border-bottom:1px solid var(--line)}.season-create-match[open]>summary span:before{content:"+";background:var(--accent);color:#fff;border-radius:6px;place-items:center;width:20px;height:20px;margin-right:9px;font-weight:900;display:inline-grid}.season-create-match-form{background:color-mix(in srgb, var(--bg) 58%, transparent)}.season-create-match-form input:focus,.season-create-match-form select:focus{border-color:var(--accent);outline:2px solid color-mix(in srgb, var(--accent) 22%, transparent);outline-offset:1px}.season-create-match-alert{border:1px solid var(--line);border-radius:12px;grid-column:1/-1;margin:0;padding:11px 13px;font-size:13px;font-weight:800}.season-create-match-alert.ok{background:color-mix(in srgb, var(--ok) 13%, transparent);border-color:color-mix(in srgb, var(--ok) 45%, var(--line));color:#86efac}.season-create-match-alert.warn{border-color:color-mix(in srgb, #ef4444 45%, var(--line));color:#fecaca;background:#ef444421}.admin-users-toolbar{gap:var(--gap-sm,8px);flex-wrap:wrap;margin:0 0 12px;display:flex}.admin-users-toolbar .input{flex:220px;min-width:180px}.admin-users-toolbar .select{flex:0 180px}.admin-users-table .user-email,.admin-users-table .user-league{color:var(--muted);font-size:11px;font-weight:500;display:block}.admin-users-table .user-league{display:inline}.user-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.user-actions form{margin:0;display:inline-flex}.user-editor-row>td{background:var(--surface-2,#ffffff08);border-top:1px solid var(--line,#ffffff14)}.user-edit-grid{align-items:flex-end;gap:var(--gap-sm,10px);flex-wrap:wrap;padding:12px 4px;display:flex}.user-edit-grid label{color:var(--muted);flex-direction:column;gap:4px;font-size:12px;display:flex}.user-edit-grid label.security-check{flex-direction:row;align-items:center}.user-edit-grid .input,.user-edit-grid .select{min-width:200px}.user-pwd-hint{color:var(--warn,#e7b94d);flex-basis:100%;font-size:12px}.admin-users-table tr.is-disabled-row{opacity:.55}.admin-users-empty{text-align:center;color:var(--muted);padding:24px 0}.admin-pagination{color:var(--muted);justify-content:center;align-items:center;gap:12px;padding:14px 0 2px;font-size:12px;display:flex}.admin-pagination .is-disabled{opacity:.45;pointer-events:none}@media (max-width:720px){.admin-users-toolbar{flex-direction:column}.admin-users-toolbar .input,.admin-users-toolbar .select{flex:auto;width:100%}.admin-users-toolbar .btn{justify-content:center;width:100%}.user-actions{gap:4px}.admin-users-table .user-actions .btn{padding:4px 8px;font-size:11px}}.marker{min-width:3px}.marker.active{outline:2px solid var(--text);outline-offset:1px;opacity:1}.marker{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;opacity:.92;border:1px solid #ffffff57;border-left-width:4px;border-radius:3px;height:24px;padding:1px 7px 1px 8px;font-size:.71rem;font-weight:650;line-height:20px;position:absolute;top:11px;overflow:hidden;box-shadow:0 7px 14px #00000057}.marker.compact{min-width:2px;height:30px;box-shadow:none;border:0;border-radius:1px;padding:0}.marker.point{border-left-width:1px;border-radius:2px;width:15px;padding:0}.marker.range{min-width:18px}.marker:hover,.marker.selected,.marker.compact:hover,.marker.compact.selected{opacity:1;outline-offset:1px;z-index:4;outline:2px solid #f6f1eb;box-shadow:0 0 0 3px #f049364d,0 10px 20px #0000006b}.marker.compact{opacity:.82}.marker:hover,.marker.selected{transform:none}.clean-admin-page,.clean-admin-page .clean-panel,.clean-admin-page .clean-table-wrap{min-width:0;max-width:100%}.clean-admin-page .clean-table-wrap{overscroll-behavior-x:contain;overflow-x:auto}.clean-admin-page .clean-admin-match-table{table-layout:fixed;width:max-content;min-width:100%}.clean-admin-page .clean-admin-match-table th,.clean-admin-page .clean-admin-match-table td{text-overflow:ellipsis;overflow:hidden}.clean-admin-page .clean-admin-match-table th:first-child,.clean-admin-page .clean-admin-match-table td:first-child,.clean-admin-page .clean-admin-match-table th:nth-child(3),.clean-admin-page .clean-admin-match-table td:nth-child(3){width:210px}.clean-admin-page .clean-admin-match-table th:nth-child(4),.clean-admin-page .clean-admin-match-table td:nth-child(4){width:170px}.clean-admin-page .clean-admin-match-table th:nth-child(8),.clean-admin-page .clean-admin-match-table td:nth-child(8){width:150px}.clean-admin-page .clean-admin-match-table th:last-child,.clean-admin-page .clean-admin-match-table td:last-child{width:190px}.clean-admin-page .admin-match-actions{min-width:0}.clean-admin-page .admin-match-delete{grid-template-columns:1fr auto}@media (min-width:761px){html,body,.shell,.main{overflow-x:clip}}@media (max-width:760px){.shell:has(.analyse-page) .main{padding-bottom:calc(128px + env(safe-area-inset-bottom))!important}.shell:has(.analyse-page) .analyse-page{min-height:100dvh}:is(.shell:has(.analyse-page) .analyse-layout,.shell:has(.analyse-page) .analyse-inspector,.shell:has(.analyse-page) .inspector-view,.shell:has(.analyse-page) .xml-registry-panel){min-height:0}.shell:has(.analyse-page) .xml-registry-list{padding-bottom:calc(132px + env(safe-area-inset-bottom))!important}.shell:has(.analyse-page) .analyse-panel-strip{padding-bottom:env(safe-area-inset-bottom)!important}}@media (max-width:700px) and (orientation:portrait){.analyse-page.is-side-records.has-inspector .analyse-video-panel,.analyse-page.is-side-detail.has-inspector .analyse-video-panel{border-radius:10px!important;margin-bottom:8px!important}.analyse-page.is-side-records.has-inspector .analyse-video-panel .panel-head,.analyse-page.is-side-detail.has-inspector .analyse-video-panel .panel-head{display:none!important}:is(.analyse-page.is-side-records.has-inspector .analyse-video-container:has(>video.analyse-native-video),.analyse-page.is-side-detail.has-inspector .analyse-video-container:has(>video.analyse-native-video)){aspect-ratio:auto!important;border-radius:10px!important;height:clamp(172px,50vw,220px)!important;min-height:clamp(172px,50vw,220px)!important;max-height:220px!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector video.analyse-native-video,.analyse-page.is-side-detail.has-inspector video.analyse-native-video{aspect-ratio:auto!important;object-fit:contain!important;height:100%!important;min-height:0!important;max-height:220px!important}:is(.analyse-page.is-side-records.has-inspector .analyse-video-container:has(>iframe.analyse-drive-frame),.analyse-page.is-side-detail.has-inspector .analyse-video-container:has(>iframe.analyse-drive-frame)){border-radius:10px!important;height:clamp(260px,70vw,320px)!important;min-height:clamp(260px,70vw,320px)!important;max-height:320px!important}.analyse-page.is-side-records.has-inspector iframe.analyse-drive-frame,.analyse-page.is-side-detail.has-inspector iframe.analyse-drive-frame{height:calc(clamp(260px,70vw,320px) + 62px)!important;min-height:calc(clamp(260px,70vw,320px) + 62px)!important;transform:translateY(-42px)!important}.analyse-page.is-side-records.has-inspector .analyse-inspector,.analyse-page.is-side-detail.has-inspector .analyse-inspector{margin-top:8px!important}.analyse-page.is-side-records.has-inspector .xml-registry-head,.analyse-page.is-side-records.has-inspector .xml-registry-search{padding-left:10px!important;padding-right:10px!important}.analyse-page.is-side-records.has-inspector .event-row{min-height:52px!important;padding:8px 10px!important}}@media (min-width:761px){.clean-admin-page .clean-admin-match-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.clean-admin-page .clean-admin-match-table th:nth-child(7),.clean-admin-page .clean-admin-match-table td:nth-child(7){display:none!important}.clean-admin-page .clean-admin-match-table th:first-child,.clean-admin-page .clean-admin-match-table td:first-child,.clean-admin-page .clean-admin-match-table th:nth-child(3),.clean-admin-page .clean-admin-match-table td:nth-child(3){width:17%!important}.clean-admin-page .clean-admin-match-table th:nth-child(2),.clean-admin-page .clean-admin-match-table td:nth-child(2){width:7%!important}.clean-admin-page .clean-admin-match-table th:nth-child(4),.clean-admin-page .clean-admin-match-table td:nth-child(4){width:15%!important}.clean-admin-page .clean-admin-match-table th:nth-child(5),.clean-admin-page .clean-admin-match-table td:nth-child(5){width:8%!important}.clean-admin-page .clean-admin-match-table th:nth-child(6),.clean-admin-page .clean-admin-match-table td:nth-child(6){width:10%!important}.clean-admin-page .clean-admin-match-table th:nth-child(8),.clean-admin-page .clean-admin-match-table td:nth-child(8){width:12%!important}.clean-admin-page .clean-admin-match-table th:nth-child(9),.clean-admin-page .clean-admin-match-table td:nth-child(9){width:8%!important}.clean-admin-page .clean-admin-match-table th:nth-child(10),.clean-admin-page .clean-admin-match-table td:nth-child(10){width:5%!important}.clean-admin-page .clean-admin-match-table th:last-child,.clean-admin-page .clean-admin-match-table td:last-child{width:11%!important}.clean-admin-page .clean-admin-match-table .clean-team-cell{grid-template-columns:34px minmax(0,1fr)}.clean-admin-page .clean-admin-match-table .clean-team-cell strong,.clean-admin-page .clean-admin-match-table .clean-stage-chip,.clean-admin-page .clean-admin-match-table .clean-muted-chip{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.clean-admin-page .admin-match-delete{grid-template-columns:1fr}}.clean-season-page .clean-panel-head>div{min-width:0}.clean-phase-all-link{border:1px solid var(--line);min-height:32px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.clean-phase-all-link:hover,.clean-phase-all-link.active{border-color:var(--brand);color:var(--text);background:#f049361a}.clean-phase-empty{border:1px dashed var(--line);width:100%;color:var(--muted);border-radius:10px;padding:10px 12px;font-size:12px;display:block}.admin-create-block,.admin-manage-block{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.admin-create-block>summary,.admin-manage-block>summary{cursor:pointer;flex-direction:column;gap:2px;padding:12px 14px;list-style:none;display:flex}.admin-create-block>summary::-webkit-details-marker{display:none}.admin-manage-block>summary::-webkit-details-marker{display:none}.admin-create-block>summary strong,.admin-manage-block>summary strong{color:var(--text);font-size:14px}.admin-create-block>summary span,.admin-manage-block>summary span{color:var(--muted);font-size:12px}.admin-create-block[open]>summary,.admin-manage-block[open]>summary{border-bottom:1px solid var(--line);background:var(--inset)}.wizard{gap:14px;padding:14px;display:grid}.wizard-steps{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.wizard-steps li{flex:130px}.wizard-steps button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);width:100%;min-height:40px;color:var(--muted);text-align:left;align-items:center;gap:8px;padding:6px 10px;display:flex}.wizard-steps button:disabled{cursor:default;opacity:.85}.wizard-steps li.active button{border-color:var(--brand);background:var(--brand-inset);color:var(--text)}.wizard-steps li.done button{color:var(--text-2)}.wizard-steps b{background:var(--surface-3);width:22px;height:22px;color:var(--text);border-radius:999px;place-items:center;font-size:12px;display:grid}.wizard-steps li.active b{background:var(--brand);color:#fff}.wizard-steps span{font-size:12px;font-weight:600}.wizard-body{border:1px solid var(--line);border-radius:var(--radius);background:var(--inset);min-height:220px;padding:16px}.wizard-field{gap:10px;max-width:720px;display:grid}.wizard-field>label{color:var(--text);font-size:13px;font-weight:700}.wizard-hint{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.wizard-options{flex-wrap:wrap;gap:6px;display:flex}.wizard-pill{border:1px solid var(--line);background:var(--surface-2);min-height:30px;color:var(--text-2);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.wizard-pill.active{border-color:var(--brand);background:var(--brand-inset);color:var(--text)}.wizard-toggle{border:1px solid var(--line);border-radius:var(--radius-sm);width:fit-content;display:inline-flex;overflow:hidden}.wizard-toggle button{background:var(--surface-2);min-height:34px;color:var(--muted);border:0;padding:6px 16px;font-weight:600}.wizard-toggle button.active{background:var(--brand);color:#fff}.wizard-toggle button:disabled{opacity:.4;cursor:default}.wizard-add-row{gap:8px;display:flex}.wizard-add-row .input{flex:1}.wizard-stage-actions{gap:14px;display:flex}.wizard-link{color:var(--brand);background:0 0;border:0;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.wizard-advanced{gap:8px;display:grid}.wizard-chips{gap:6px;margin:0;padding:0;list-style:none;display:grid}.wizard-chip{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);align-items:center;gap:8px;padding:6px 8px;display:flex}.wizard-chip strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.wizard-chip-kind{border:1px solid var(--line-strong);background:var(--inset);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;flex:none;padding:1px 8px;font-size:10px;font-weight:700}.wizard-chip-md{color:var(--faint);align-items:center;gap:4px;font-size:11px;display:inline-flex}.wizard-chip-md .input{text-align:center;width:56px;min-height:28px;padding:4px 6px}.wizard-icon{border:1px solid var(--line);background:var(--surface-3);width:28px;height:28px;color:var(--text-2);border-radius:6px;place-items:center;font-size:13px;display:grid}.wizard-icon:disabled{opacity:.35;cursor:default}.wizard-icon.danger:hover{border-color:var(--brand);color:var(--brand)}.wizard-empty{color:var(--faint);padding:6px 2px;font-size:12px}.wizard-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wizard-inline-field{gap:4px;display:grid}.wizard-inline-field span{color:var(--muted);font-size:12px}.wizard-preview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.wizard-preview-head{border-bottom:1px solid var(--line);background:var(--inset);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.wizard-preview-head strong{color:var(--text);font-size:13px}.wizard-preview-head span{color:var(--muted);font-size:12px}.wizard-preview-summary{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:16px;padding:10px 12px;display:flex}.wizard-preview-summary span{color:var(--muted);font-size:12px}.wizard-preview-summary b{color:var(--text);margin-right:4px;font-size:16px}.wizard-preview-table{border-collapse:collapse;width:100%;font-size:12px}.wizard-preview-table th{background:var(--bg-deep);color:var(--faint);text-align:left;padding:6px 12px;font-size:11px;font-weight:800}.wizard-preview-table td{border-top:1px solid var(--line);color:var(--text-2);padding:6px 12px}.wizard-error{border:1px solid var(--brand);border-radius:var(--radius-sm);background:var(--brand-inset);color:#ffb3a9;padding:8px 12px;font-size:13px}.wizard-ok{border:1px solid var(--ok);border-radius:var(--radius-sm);color:var(--ok);background:#3ed5841f;padding:8px 12px;font-size:13px}.wizard-footer{justify-content:space-between;gap:8px;display:flex}.structure-overview{gap:12px;padding:12px;display:grid}.structure-season{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.structure-season-head{background:var(--inset);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.structure-season-head strong{color:var(--text);font-size:14px}.structure-season-head span{color:var(--muted);font-size:12px}.structure-comp-list{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;padding:12px;display:grid}.structure-comp{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);gap:8px;padding:10px;display:grid}.structure-comp-head{gap:2px;display:grid}.structure-comp-head strong{color:var(--text);font-size:13px}.structure-comp-head a:hover strong{color:var(--brand)}.structure-comp-head span{color:var(--muted);font-size:11px}.structure-phase-list{gap:3px;margin:0;padding:0;list-style:none;display:grid}.structure-phase-list li{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding-top:3px;display:flex}.structure-phase-list span{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.structure-phase-list em{color:var(--faint);white-space:nowrap;font-size:10px;font-style:normal}.structure-comp-open{border:1px solid var(--line-strong);background:var(--inset);color:var(--text);text-align:center;border-radius:6px;margin-top:2px;padding:5px 8px;font-size:12px;font-weight:700}.structure-comp-open:hover{border-color:var(--brand)}.structure-empty{color:var(--faint);padding:8px 2px;font-size:12px}@media (max-width:760px){.wizard-grid-2{grid-template-columns:1fr}.wizard-steps li{flex-basis:100%}}@media (max-width:700px) and (orientation:portrait){.shell:has(.analyse-page) .main{padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}.analyse-header{border-radius:10px!important;grid-template-columns:52px minmax(0,1fr)!important;gap:10px!important;min-height:72px!important;padding:8px!important}.analyse-back-btn{justify-content:center!important;width:52px!important;min-width:52px!important;height:52px!important;padding:0!important}.analyse-title{font-size:18px!important;line-height:22px!important}.analyse-subtitle{font-size:14px!important;line-height:18px!important}.analyse-panel-strip{border-radius:10px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;height:58px!important;padding:5px!important}.analyse-panel-strip .mobile-analysis-tab{letter-spacing:-.01em!important;border-radius:8px!important;min-height:46px!important;padding:0 4px!important;font-size:11px!important}.analyse-page.is-side-records.has-inspector .analyse-inspector{max-height:calc(100dvh - 390px)!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto auto minmax(0,1fr)!important;height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector .xml-registry-list{height:100%!important;min-height:0!important;max-height:none!important;padding-bottom:18px!important;overflow:auto!important}.analyse-page.is-side-records.has-inspector .event-row.active{border-top-color:var(--line)!important;border-bottom-color:var(--line)!important;box-shadow:inset 3px 0 0 var(--brand)!important}html body .shell:has(.analyse-page) .analyse-page:not(.has-inspector) .analyse-video-container:has(>video.analyse-native-video){aspect-ratio:auto!important;border-radius:10px!important;height:clamp(220px,56vw,270px)!important;min-height:clamp(220px,56vw,270px)!important;max-height:270px!important;overflow:hidden!important}html body .shell:has(.analyse-page) .analyse-page:not(.has-inspector) video.analyse-native-video{aspect-ratio:auto!important;object-fit:contain!important;height:100%!important;min-height:0!important;max-height:270px!important}}.season-create-match-form label input:not(:first-child),.matchday-create-form label input:not(:first-child){margin-top:8px!important}.clean-dashboard .clean-page-head{gap:14px!important;min-height:0!important;padding:16px!important}.clean-dashboard .clean-page-head h1{letter-spacing:-.03em!important;font-size:28px!important;line-height:1.05!important}.clean-dashboard .clean-page-head p{max-width:760px!important;font-size:13px!important;line-height:1.35!important}.clean-dashboard .clean-page-head>span{white-space:nowrap!important;align-self:center!important}@media (max-width:760px){.clean-dashboard .clean-page-head{padding:14px!important}.clean-dashboard .clean-page-head h1{font-size:30px!important}.clean-dashboard .clean-page-head p{font-size:13px!important}}.match-edit-page{max-width:1180px}.match-edit-panel{overflow:hidden}.match-edit-form{gap:14px;padding:14px;display:grid}.match-edit-form fieldset{border:1px solid var(--line);background:var(--inset);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:14px;display:grid}.match-edit-form legend{color:var(--text);padding:0 6px;font-size:13px;font-weight:850}.match-edit-form label{gap:6px;min-width:0;display:grid}.match-edit-form label.wide{grid-column:1/-1}.match-edit-form label.match-edit-check{align-items:center;gap:9px;display:flex}.match-edit-form label.match-edit-check input{width:16px;min-height:auto;padding:0}.match-edit-form label span{color:var(--muted);font-size:12px;font-weight:750}.match-edit-form input,.match-edit-form select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:38px;color:var(--text);border-radius:8px;padding:8px 10px}.match-edit-form input:focus,.match-edit-form select:focus{border-color:var(--brand);outline:2px solid #f0493638}.match-edit-actions,.mobile-fixture-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.match-edit-actions{justify-content:flex-end}.match-edit-actions a,.match-edit-actions button{border:1px solid var(--line);background:var(--surface-2);min-height:38px;color:var(--text);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:850}.match-edit-actions button{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-fixture-action.secondary{border-color:var(--line);background:var(--surface-2);color:var(--text)}@media (max-width:760px){.match-edit-form{padding:10px}.match-edit-form fieldset{grid-template-columns:1fr;padding:12px}.match-edit-actions{justify-content:stretch}.match-edit-actions a,.match-edit-actions button{text-align:center;flex:140px}}.analyse-page .analyse-panel,.analyse-page .analyse-inspector,.analyse-page .video-graph-rail,.analyse-page .inspector-card,.analyse-page .xml-registry-panel,.analyse-page .marker-tl,.analyse-page .marker-tl-scroll{background:#11171d!important;border-color:#fff3!important}.analyse-page .panel-head,.analyse-page .xml-registry-head,.analyse-page .xml-registry-search,.analyse-page .marker-tl-controls{background:#151c23!important;border-color:#ffffff2e!important}.analyse-page .marker-tl-canvas{background:linear-gradient(90deg,#ffffff12 0 1px,#0000 1px 80px),linear-gradient(#ffffff0e 0 1px,#0000 1px 48px),#0c1117!important}.analyse-page .track-body{background:linear-gradient(90deg,#ffffff0e 0 1px,#0000 1px 120px),#101820!important}.analyse-page .track-label,.analyse-page .event-row{background:#151d25!important;border-color:#ffffff2e!important}.analyse-page .event-row:hover,.analyse-page .event-row.active{background:#1b2631!important;border-color:#f04936a6!important}.analyse-page .timeline-filter-input,.analyse-page .timeline-filter-select,.analyse-page .timeline-time-sync,.analyse-page .marker-tl-expand-btn,.analyse-page .marker-tl-zoom-btn{background:#0f151b!important;border-color:#ffffff38!important}.analyse-page .marker{box-shadow:0 8px 16px #0000006b;opacity:1!important;border-color:#ffffff80!important}.analyse-page .marker-detail{gap:10px;display:grid}.analyse-page .analysis-comments{border-top:1px solid #ffffff29;gap:10px;min-height:0;padding-top:10px;display:grid}.analyse-page .analysis-comments-head,.analyse-page .analysis-comment-meta,.analyse-page .analysis-comment-actions,.analyse-page .analysis-comment-form-foot{align-items:center;gap:8px;display:flex}.analyse-page .analysis-comments-head span,.analyse-page .analysis-comment-meta span,.analyse-page .analysis-comment-actions span,.analyse-page .analysis-comment-form-foot span,.analyse-page .analysis-comments-empty{color:var(--muted);font-size:12px;font-weight:700}.analyse-page .analysis-comments-list{gap:8px;min-height:0;max-height:320px;display:grid;overflow:auto}.analyse-page .analysis-comment{background:#151d25;border:1px solid #ffffff29;border-radius:8px;gap:8px;padding:10px;display:grid}.analyse-page .analysis-comment.is-pending{opacity:.78}.analyse-page .analysis-comment.is-failed{border-color:#f04936b8}.analyse-page .analysis-comment-meta{justify-content:space-between;min-width:0}.analyse-page .analysis-comment-meta strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;overflow:hidden}.analyse-page .analysis-comment p{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.45}.analyse-page .analysis-comment-actions{justify-content:flex-end}.analyse-page .analysis-comment-actions button,.analyse-page .analysis-comment-form-foot button{min-height:32px;color:var(--text);background:#0f151b;border:1px solid #fff3;border-radius:7px;padding:6px 10px;font-size:12px;font-weight:850}.analyse-page .analysis-comment-actions button:hover,.analyse-page .analysis-comment-form-foot button:hover{border-color:#f04936b8}.analyse-page .analysis-comment-actions button:disabled,.analyse-page .analysis-comment-form-foot button:disabled{cursor:not-allowed;opacity:.45}.analyse-page .analysis-comment-form,.analyse-page .analysis-comment-edit{gap:8px;display:grid}.analyse-page .analysis-comment-form textarea,.analyse-page .analysis-comment-edit textarea{width:100%;min-height:76px;color:var(--text);font:inherit;resize:vertical;background:#0f151b;border:1px solid #ffffff38;border-radius:8px;padding:9px 10px;font-size:13px;line-height:1.4}.analyse-page .analysis-comment-form textarea:focus,.analyse-page .analysis-comment-edit textarea:focus{border-color:#f04936b8;outline:2px solid #f049363d}.analyse-page .event-row-comments{color:#b9f1ce!important;border-color:#61d39357!important}@media (max-width:700px) and (orientation:portrait){.analyse-page.is-side-detail.has-inspector .analyse-inspector,.analyse-page.is-side-comments.has-inspector .analyse-inspector{max-height:calc(100dvh - 390px)!important;overflow:hidden!important}.analyse-page.is-side-detail.has-inspector .inspector-view,.analyse-page.is-side-comments.has-inspector .inspector-view{height:100%!important;padding-bottom:0!important;overflow:auto!important}.analyse-page.is-side-detail.has-inspector .inspector-card{min-height:100%!important}.analyse-page.is-side-detail.has-inspector .analysis-comments,.analyse-page.is-side-comments.has-inspector .analysis-comments{min-height:240px}.analyse-page.is-side-detail.has-inspector .analysis-comments-list,.analyse-page.is-side-comments.has-inspector .analysis-comments-list{min-height:120px;max-height:none}.analyse-page.is-side-detail.has-inspector .analysis-comment-form,.analyse-page.is-side-comments.has-inspector .analysis-feedback-compose{z-index:3;padding:10px 8px calc(10px + env(safe-area-inset-bottom));background:#11171d;border-top:1px solid #ffffff29;margin:0 -8px;position:sticky;bottom:0}.analyse-page.is-side-detail.has-inspector .analysis-comment-form textarea,.analyse-page.is-side-comments.has-inspector .analysis-feedback-compose textarea{min-height:70px}}@media (max-width:900px){html,body{overflow-y:auto!important}:is(.shell,.shell:has(.app-sidebar.is-collapsed)),.main{overflow:visible!important}.sidebar.app-sidebar,.sidebar.clean-sidebar,.sidebar.app-sidebar.is-collapsed,.sidebar.clean-sidebar.is-collapsed{min-width:0!important}.app-sidebar-top,.clean-sidebar-top,.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{justify-content:space-between!important;position:static!important}.brand.app-brand,.clean-brand,.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{justify-content:flex-start!important}.brand-mark,.brand-mark-image,.app-sidebar.is-collapsed .brand-mark{flex:0 0 38px!important}.brand-copy span,.brand-copy em,.app-brand em,.clean-brand em,.sidebar-collapse-btn,.app-sidebar.is-collapsed .sidebar-collapse-btn{display:none!important}.clean-page,.clean-panel,.clean-dashboard,.clean-season-page,.admin-module-main{width:100%!important;min-width:0!important;max-width:100%!important}}@media (max-width:1180px) and (orientation:portrait){:is(.shell:has(.analyse-page) .sidebar.app-sidebar,.shell:has(.analyse-page) .sidebar.clean-sidebar){display:none!important}.shell:has(.analyse-page) .main{padding:0!important}}@media (max-width:700px){.nav.app-nav a,.nav.app-nav button,.clean-app-nav a,.clean-app-nav button{min-width:104px!important}}@media (max-width:900px){html,body{overflow-x:hidden!important}:is(.shell,.shell:has(.app-sidebar.is-collapsed)){width:100%!important;max-width:100%!important;min-height:100dvh!important;display:block!important;overflow-x:hidden!important}.sidebar.app-sidebar,.sidebar.clean-sidebar,.sidebar.app-sidebar.is-collapsed,.sidebar.clean-sidebar.is-collapsed{z-index:60!important;border-right:0!important;border-bottom:1px solid var(--line)!important;background:#0a0d11fa!important;grid-template-columns:minmax(172px,auto) minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:58px!important;max-height:none!important;padding:8px 10px!important;display:grid!important;position:sticky!important;top:0!important;overflow:hidden!important}.app-sidebar-top,.clean-sidebar-top,.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{grid-template-columns:none!important;align-items:center!important;gap:9px!important;min-width:0!important;padding:0!important;display:flex!important}.brand.app-brand,.clean-brand,.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{border:0!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;min-width:0!important;margin:0!important;padding:0!important;display:grid!important}.brand-mark,.brand-mark-image,.app-sidebar.is-collapsed .brand-mark{border-radius:6px!important;width:36px!important;min-width:36px!important;height:36px!important}.app-sidebar .brand-copy,.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .clean-brand .brand-copy{min-width:0!important;display:block!important}.brand-copy strong{max-width:128px!important;color:var(--text)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important;line-height:1.05!important;display:block!important;overflow:hidden!important}.brand-copy span{max-width:128px!important;color:var(--muted)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.brand-copy em,.app-brand em,.clean-brand em,.sidebar-collapse-btn,.app-sidebar.is-collapsed .sidebar-collapse-btn{display:none!important}.nav.app-nav,.clean-app-nav,.app-sidebar.is-collapsed .app-nav,.app-sidebar.is-collapsed .clean-app-nav{overscroll-behavior-x:contain!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;grid-template-columns:none!important;justify-content:flex-start!important;align-items:center!important;gap:7px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0 1px 2px 0!important;display:flex!important;overflow:auto hidden!important}.nav.app-nav::-webkit-scrollbar{display:none!important}.clean-app-nav::-webkit-scrollbar{display:none!important}.nav.app-nav a,.nav.app-nav button,.clean-app-nav a,.clean-app-nav button,.app-sidebar.is-collapsed .app-nav a,.app-sidebar.is-collapsed .app-nav button,.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{border:1px solid var(--line)!important;background:var(--surface)!important;width:auto!important;min-width:108px!important;height:40px!important;min-height:40px!important;color:var(--text)!important;text-align:center!important;white-space:nowrap!important;border-radius:8px!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0 12px!important;display:inline-flex!important}.nav.app-nav a.is-active,.clean-app-nav a.is-active{background:#f049362b!important;border-color:#f04936cc!important}.nav.app-nav strong,.clean-app-nav strong,.app-sidebar.is-collapsed .app-nav strong,.app-sidebar.is-collapsed .clean-app-nav strong{color:var(--text)!important;white-space:nowrap!important;font-size:12px!important;line-height:1!important;display:block!important}.nav.app-nav span,.nav.app-nav button span,.clean-app-nav span,.clean-app-nav button span,.app-sidebar.is-collapsed .app-nav span,.app-sidebar.is-collapsed .clean-app-nav span{display:none!important}.nav.app-nav form,.clean-app-nav form,.app-sidebar form{border:0!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important}.main{width:100%!important;min-width:0!important;max-width:100%!important;min-height:calc(100dvh - 58px)!important;padding:10px!important;display:block!important;overflow-x:hidden!important}.clean-season-page{gap:10px!important;width:100%!important;max-width:100%!important;display:grid!important}.clean-season-page .clean-page-head{border-radius:8px!important;padding:14px 16px!important}.clean-season-page .clean-breadcrumb{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.clean-season-page .clean-page-head h1{overflow-wrap:anywhere!important;max-width:100%!important;font-size:clamp(30px,4vw,42px)!important;line-height:1!important}.clean-season-page .clean-page-head p{max-width:100%!important;color:var(--muted)!important;font-size:13px!important;line-height:1.35!important}.clean-season-page .clean-panel{border-radius:8px!important;overflow:visible!important}.clean-season-page .clean-panel-head{align-items:center!important;min-height:58px!important;padding:12px 14px!important}.clean-season-page .clean-phase-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:8px!important;padding:12px!important;display:grid!important;overflow:visible!important}.clean-season-page .clean-phase-pill{border-radius:8px!important;min-width:0!important;max-width:none!important;min-height:54px!important;padding:10px 12px!important}.clean-season-page .fixture-tools{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;gap:10px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.clean-season-page .fixture-search-form{grid-template-columns:minmax(0,1fr) auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:grid!important}.clean-season-page .fixture-search-form input{min-width:0!important;min-height:42px!important}.clean-season-page .fixture-search-form button{min-width:96px!important}.clean-season-page .fixture-tool-actions{justify-content:flex-end!important;align-items:stretch!important;gap:8px!important;min-width:0!important;display:flex!important}.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link,.clean-season-page .fixture-result-count{border-radius:8px!important;min-height:42px!important}.clean-season-page .fixture-filter-button{justify-content:center!important;max-width:260px!important;overflow:hidden!important}.clean-season-page .fixture-filter-button>span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:110px!important;overflow:hidden!important}.clean-season-page .fixture-result-count{color:var(--muted)!important;white-space:nowrap!important;align-items:center!important;font-size:12px!important;display:inline-flex!important}.clean-season-page .clean-fixture-wrap{display:none!important}.clean-season-page .mobile-fixture-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:12px!important;margin:0!important;padding:12px!important;display:grid!important}.clean-season-page .mobile-fixture-card{border:1px solid var(--line)!important;border-left:4px solid var(--brand)!important;background:linear-gradient(#12161cfa,#0c1014fa)!important;border-radius:8px!important;gap:12px!important;min-width:0!important;padding:14px!important;display:grid!important}.clean-season-page .mobile-fixture-top,.clean-season-page .mobile-fixture-status{color:var(--muted)!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;font-size:12px!important;display:flex!important}.clean-season-page .mobile-fixture-top span,.clean-season-page .mobile-fixture-status span{border-radius:999px!important;min-height:26px!important;padding:0 9px!important}.clean-season-page .mobile-fixture-phase{color:#f1b3aa!important;letter-spacing:.06em!important;text-overflow:ellipsis!important;text-transform:uppercase!important;white-space:nowrap!important;min-width:0!important;font-size:11px!important;font-weight:900!important;overflow:hidden!important}.clean-season-page .mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;display:grid!important}.clean-season-page .mobile-fixture-team{min-width:0!important}.clean-season-page .mobile-fixture-team img,.clean-season-page .mobile-fixture-team b{border-radius:8px!important;width:46px!important;height:46px!important}.clean-season-page .mobile-fixture-team strong{max-width:100%!important;color:var(--text)!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.15!important;overflow:hidden!important}.clean-season-page .mobile-fixture-score{border-radius:8px!important;min-height:42px!important;font-size:15px!important}.clean-season-page .mobile-fixture-actions{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:8px!important;display:grid!important}.clean-season-page .mobile-fixture-action{border-radius:8px!important;min-height:44px!important;font-size:13px!important}}@media (max-width:760px){.sidebar.app-sidebar,.sidebar.clean-sidebar,.sidebar.app-sidebar.is-collapsed,.sidebar.clean-sidebar.is-collapsed{grid-template-columns:1fr!important;align-items:stretch!important;min-height:0!important}.brand-copy strong,.brand-copy span{max-width:none!important}.main{padding:8px!important}.clean-season-page .clean-page-head{padding:12px!important}.clean-season-page .clean-page-head h1{font-size:clamp(24px,9vw,34px)!important}.clean-season-page .clean-panel{background:0 0!important;border:0!important}.clean-season-page .clean-panel-head{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:8px!important}.clean-season-page .clean-phase-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:8px 0!important}.clean-season-page .fixture-tools{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:8px!important;grid-template-columns:1fr!important;padding:8px!important}.clean-season-page .fixture-tool-actions{grid-template-columns:1fr!important;display:grid!important}.clean-season-page .fixture-filter-button{max-width:none!important}.clean-season-page .mobile-fixture-list{grid-template-columns:1fr!important;padding:8px 0 0!important}}@media (max-width:430px){.clean-season-page .fixture-search-form{grid-template-columns:1fr!important}.clean-season-page .fixture-search-form button{width:100%!important}.clean-season-page .clean-phase-strip{grid-template-columns:1fr!important}.clean-season-page .mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;gap:8px!important}}@media (min-width:1181px){:is(.shell,.shell:has(.app-sidebar.is-collapsed)){grid-template-columns:236px minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-height:100vh!important;display:grid!important;overflow:visible!important}.sidebar.app-sidebar,.sidebar.clean-sidebar,.sidebar.app-sidebar.is-collapsed,.sidebar.clean-sidebar.is-collapsed{z-index:20!important;border-right:1px solid var(--line)!important;background:var(--inset)!important;border-bottom:0!important;flex-direction:column!important;gap:14px!important;width:auto!important;max-width:none!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;padding:14px 10px!important;display:flex!important;position:sticky!important;top:0!important;overflow:hidden auto!important}.app-sidebar-top,.clean-sidebar-top,.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{grid-template-columns:minmax(0,1fr) 30px!important;align-items:start!important;gap:8px!important;padding:0!important;display:grid!important}.brand.app-brand,.clean-brand,.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{border-bottom:1px solid var(--surface-3)!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-width:0!important;margin:0 0 18px!important;padding:2px 4px 12px!important;display:grid!important}.brand-mark,.brand-mark-image,.app-sidebar.is-collapsed .brand-mark{width:34px!important;min-width:34px!important;height:34px!important}.app-sidebar .brand-copy,.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .clean-brand .brand-copy{min-width:0!important;display:block!important}.brand-copy strong,.brand-copy span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;display:block!important;overflow:hidden!important}.app-sidebar:not(.is-collapsed) .brand-copy em,.app-sidebar:not(.is-collapsed) .app-brand em,.app-sidebar:not(.is-collapsed) .clean-brand em{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;display:inline-flex!important;overflow:hidden!important}.sidebar-collapse-btn,.app-sidebar:not(.is-collapsed) .sidebar-collapse-btn{display:grid!important}.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .brand-copy em,.app-sidebar.is-collapsed .app-brand em,.app-sidebar.is-collapsed .clean-brand em{display:none!important}.nav.app-nav,.clean-app-nav,.app-sidebar.is-collapsed .app-nav,.app-sidebar.is-collapsed .clean-app-nav{flex-wrap:initial!important;grid-template-columns:1fr!important;justify-content:stretch!important;align-items:stretch!important;gap:7px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.nav.app-nav a,.nav.app-nav button,.clean-app-nav a,.clean-app-nav button{text-align:left!important;border-radius:7px!important;justify-content:stretch!important;width:100%!important;min-width:0!important;height:auto!important;min-height:46px!important;padding:9px 10px!important;display:grid!important}.nav.app-nav strong,.clean-app-nav strong{white-space:nowrap!important;font-size:13px!important;display:block!important}.nav.app-nav span,.nav.app-nav button span,.clean-app-nav span,.clean-app-nav button span{color:var(--muted)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;display:block!important;overflow:hidden!important}.nav.app-nav form,.clean-app-nav form,.app-sidebar form{border-top:1px solid var(--surface-3)!important;width:100%!important;margin-top:10px!important;padding-top:10px!important}.app-sidebar.is-collapsed .app-nav a,.app-sidebar.is-collapsed .app-nav button,.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{grid-template-columns:44px!important;grid-template-areas:"icon"!important}.main{width:auto!important;min-width:0!important;max-width:100%!important;min-height:100vh!important;padding:16px!important;display:grid!important;overflow:visible!important}}.archive-filter-tabs{flex-wrap:wrap;gap:8px;padding:0 12px 10px;display:flex}.archive-filter-tabs a{border:1px solid var(--line);min-height:34px;color:var(--muted);background:#111820;border-radius:8px;justify-content:center;align-items:center;padding:7px 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.archive-filter-tabs a.active,.archive-filter-tabs a:hover{color:var(--text);background:#f0493629;border-color:#f04936bf}.clean-table tr.is-archived{opacity:.72}.inline-row-action-form{margin:0;display:inline-flex}.clean-row-action.danger,.mobile-fixture-action.danger{color:#fff!important;background:#f0493624!important;border-color:#f04936db!important}.clean-row-action.danger:hover,.mobile-fixture-action.danger:hover{background:#f0493642!important}.mobile-fixture-action-form{display:contents}.match-edit-danger-panel{margin-top:14px}.match-edit-danger-form{gap:10px;padding:14px;display:grid}.match-edit-danger-form p{color:var(--muted);margin:0}.match-edit-danger-form .btn{width:fit-content}.clean-admin-page .admin-match-delete{display:block}.clean-admin-page .admin-match-delete .btn{width:100%}@media (min-width:641px){.clean-season-page .clean-fixture-wrap{overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important;width:100%!important;max-width:100%!important;display:block!important;overflow:auto visible!important}.clean-season-page .mobile-fixture-list{display:none!important}.clean-season-page .clean-fixture-table{table-layout:fixed!important;width:100%!important;min-width:960px!important}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{padding:10px 12px!important}.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child{width:118px!important}.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2),.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){width:116px!important}.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){width:96px!important}.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:138px!important}.clean-season-page .clean-fixture-table th:last-child,.clean-season-page .clean-fixture-table td:last-child{z-index:4!important;background:var(--surface)!important;text-align:right!important;width:174px!important;min-width:174px!important;position:sticky!important;right:0!important;box-shadow:-12px 0 18px #06080bb8!important}.clean-season-page .clean-fixture-table th:last-child{z-index:5!important;background:var(--inset)!important}.clean-season-page .clean-actions{justify-content:flex-end!important;gap:6px!important;max-width:100%!important;display:inline-flex!important}.clean-season-page .clean-row-action{white-space:nowrap!important;min-height:32px!important;padding:6px 9px!important}}@media (min-width:641px) and (max-width:1320px){.clean-season-page .fixture-tools{grid-template-columns:1fr!important;gap:10px!important;padding:10px 12px!important;display:grid!important}.clean-season-page .fixture-search-form{grid-template-columns:minmax(0,1fr) auto!important;width:100%!important;min-width:0!important;max-width:none!important;display:grid!important}.clean-season-page .fixture-search-form input{min-width:0!important}.clean-season-page .fixture-tool-actions{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link{flex:0 auto!important;width:auto!important;max-width:100%!important;min-height:38px!important}.clean-season-page .fixture-filter-button{max-width:280px!important}.clean-season-page .fixture-filter-button span{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.clean-season-page .fixture-result-count{white-space:nowrap!important;width:auto!important;margin-left:auto!important}}@media (max-width:820px){.clean-season-page .fixture-search-form{grid-template-columns:1fr!important}.clean-season-page .fixture-search-form button,.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link,.clean-season-page .fixture-result-count{width:100%!important;max-width:none!important}.clean-season-page .fixture-result-count{text-align:center!important;margin-left:0!important}}@media (min-width:701px){.analyse-panel-strip{flex-wrap:wrap!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;display:flex!important;overflow:visible!important}.analyse-panel-strip .desktop-panel-toggle,.analyse-panel-strip .panel-toggle-muted{white-space:nowrap!important;flex:none!important;justify-content:center!important;align-items:center!important;min-height:32px!important;display:inline-flex!important}.analyse-panel-strip .mobile-analysis-tab{display:none!important}.analyse-panel-strip .panel-strip-spacer{flex:24px!important;min-width:24px!important;display:block!important}}@media (min-width:701px) and (max-width:1180px){.analyse-panel-strip{overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;overflow-x:auto!important}.analyse-panel-strip .panel-strip-spacer{flex:0 0 12px!important}}@media (min-width:1181px){.app-sidebar.is-collapsed{width:86px!important;padding-inline:8px!important}.shell:has(.app-sidebar.is-collapsed){grid-template-columns:86px minmax(0,1fr)!important}.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{grid-template-columns:1fr!important;justify-items:center!important}.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{grid-template-columns:44px!important;justify-content:center!important;margin-bottom:10px!important}.app-sidebar.is-collapsed .brand-mark,.app-sidebar.is-collapsed .brand-mark-image{width:44px!important;height:44px!important}.app-sidebar.is-collapsed .sidebar-collapse-btn{width:48px!important;height:34px!important;margin-bottom:6px!important;display:grid!important}.app-sidebar.is-collapsed .app-nav,.app-sidebar.is-collapsed .clean-app-nav{gap:8px!important}.app-sidebar.is-collapsed .app-nav a,.app-sidebar.is-collapsed .app-nav button,.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{text-align:center!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:44px!important;padding:0 4px!important;display:flex!important;position:relative!important}.app-sidebar.is-collapsed .app-nav a:before,.app-sidebar.is-collapsed .clean-app-nav a:before{content:attr(data-short);max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;line-height:1;display:block;overflow:hidden}.app-sidebar.is-collapsed .app-nav form button:before,.app-sidebar.is-collapsed .clean-app-nav form button:before{content:"Salir";color:var(--text);white-space:nowrap;font-size:11px;font-weight:900;line-height:1;display:block}.app-sidebar.is-collapsed .app-nav strong,.app-sidebar.is-collapsed .app-nav span,.app-sidebar.is-collapsed .clean-app-nav strong,.app-sidebar.is-collapsed .clean-app-nav span{display:none!important}.clean-season-page .clean-fixture-table th:last-child,.clean-season-page .clean-fixture-table td:last-child{z-index:auto!important;width:158px!important;min-width:158px!important;box-shadow:none!important;text-align:right!important;background:0 0!important;position:static!important;right:auto!important}.clean-season-page .clean-actions{flex-wrap:wrap!important;justify-content:flex-end!important;gap:6px!important;display:inline-flex!important}.clean-season-page .clean-row-action{border-radius:6px!important;min-height:32px!important;padding:6px 9px!important;font-size:12px!important}.clean-season-page .clean-fixture-table td{height:78px!important}}@media (min-width:901px){.shell:has(.app-sidebar.is-collapsed){grid-template-columns:132px minmax(0,1fr)!important}.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{border-bottom:1px solid var(--surface-3)!important;grid-template-columns:42px 42px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding-bottom:10px!important}.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{border:0!important;width:42px!important;height:42px!important;margin:0!important}.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .brand-copy strong,.app-sidebar.is-collapsed .brand-copy span,.app-sidebar.is-collapsed .brand-copy em,.app-sidebar.is-collapsed .app-brand em,.app-sidebar.is-collapsed .clean-brand em{display:none!important}.app-sidebar.is-collapsed .sidebar-collapse-btn{display:grid!important}.app-sidebar.is-collapsed .app-nav,.app-sidebar.is-collapsed .clean-app-nav{grid-template-columns:1fr!important;gap:8px!important;margin-top:8px!important;display:grid!important}.app-sidebar.is-collapsed .app-nav a,.app-sidebar.is-collapsed .app-nav button,.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{text-align:center!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:42px!important;padding:0 8px!important;display:flex!important}.app-sidebar.is-collapsed .app-nav a:before,.app-sidebar.is-collapsed .clean-app-nav a:before,.app-sidebar.is-collapsed .app-nav form button:before,.app-sidebar.is-collapsed .clean-app-nav form button:before{content:none!important}.app-sidebar.is-collapsed .app-nav strong,.app-sidebar.is-collapsed .clean-app-nav strong{max-width:100%!important;color:var(--text)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:block!important;overflow:hidden!important}.app-sidebar.is-collapsed .app-nav span,.app-sidebar.is-collapsed .clean-app-nav span{display:none!important}.app-sidebar.is-collapsed .app-nav form,.app-sidebar.is-collapsed .clean-app-nav form{margin-top:8px!important;padding-top:10px!important}.clean-season-page .clean-table-wrap.clean-fixture-wrap{overflow-x:visible!important}.clean-season-page .clean-fixture-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child{width:112px!important}.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2){width:104px!important}.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){width:108px!important}.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){width:84px!important}.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:120px!important}.clean-season-page .clean-fixture-table th:nth-child(8),.clean-season-page .clean-fixture-table td:nth-child(8){width:144px!important;min-width:144px!important;box-shadow:none!important;background:0 0!important;position:static!important}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{padding:10px!important}.clean-season-page .clean-team-cell strong{white-space:normal!important}.clean-season-page .clean-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-items:stretch!important;gap:6px!important;display:grid!important}.clean-season-page .clean-row-action{justify-content:center!important;width:100%!important;min-height:32px!important;padding:5px 7px!important;font-size:11px!important}.clean-season-page .clean-actions .clean-row-action:nth-child(3){grid-column:1/-1!important}}@media (min-width:1181px) and (max-width:1280px){.shell:not(:has(.app-sidebar.is-collapsed)){grid-template-columns:230px minmax(0,1fr)!important}.main{padding:10px!important}.clean-season-page .clean-page-head h1{font-size:clamp(34px,3.2vw,42px)!important}}@media (min-width:901px){.app-sidebar:not(.is-collapsed) .app-brand{min-width:0;overflow:hidden}.app-sidebar:not(.is-collapsed) .app-brand em,.app-sidebar:not(.is-collapsed) .clean-brand em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;letter-spacing:.01em!important;max-width:100%!important;margin-left:0!important;padding:2px 6px!important;font-size:9px!important}.clean-page,.clean-dashboard,.clean-season-page,.clean-admin-page,.admin-module-main{min-width:0!important}.clean-page>*,.clean-page-head,.clean-panel{min-width:0!important;max-width:100%!important}.clean-table-wrap,.clean-fixture-wrap,.clean-season-page .clean-table-wrap.clean-fixture-wrap{max-width:100%!important;overflow-x:auto!important}}@media (max-width:1180px){.clean-season-page .clean-fixture-wrap{display:none!important}.clean-season-page .mobile-fixture-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:12px!important;margin:0!important;padding:12px!important;display:grid!important}}@media (min-width:1181px){.clean-season-page .clean-fixture-wrap{display:block!important;overflow-x:auto!important}}@media (min-width:1181px) and (max-width:1280px){.clean-season-page .clean-fixture-table th:last-child,.clean-season-page .clean-fixture-table td:last-child{width:124px!important;min-width:124px!important}.clean-season-page .mobile-fixture-list{display:none!important}.clean-season-page .clean-team-cell>span{font-size:9px!important}.clean-season-page .clean-statuses{gap:4px!important}.clean-season-page .clean-statuses em,.clean-season-page .clean-badge{min-height:20px!important;padding:1px 6px!important;font-size:10px!important}.clean-season-page .clean-fixture-wrap,.clean-season-page .clean-table-wrap.clean-fixture-wrap{display:block!important;overflow-x:hidden!important}.clean-season-page .clean-fixture-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.clean-season-page .clean-fixture-table col.fixture-col-phase,.clean-season-page .clean-fixture-table col.fixture-col-round,.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child,.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2),.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){width:12%!important}.clean-season-page .clean-fixture-table th:nth-child(4),.clean-season-page .clean-fixture-table td:nth-child(4),.clean-season-page .clean-fixture-table th:nth-child(6),.clean-season-page .clean-fixture-table td:nth-child(6){text-align:center!important;width:12%!important}.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){text-align:center!important;width:10%!important}.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:12%!important}.clean-season-page .clean-fixture-table th:nth-child(8),.clean-season-page .clean-fixture-table td:nth-child(8){width:18%!important;min-width:0!important}.clean-season-page .clean-fixture-table th:nth-child(5){color:var(--muted)!important;text-overflow:clip!important;white-space:nowrap!important;overflow:visible!important}.clean-season-page .clean-fixture-table td:nth-child(4),.clean-season-page .clean-fixture-table td:nth-child(6){vertical-align:middle!important}.clean-season-page .clean-team-cell{text-align:center!important;grid-template-columns:1fr!important;place-items:center!important;gap:4px!important;width:auto!important;max-width:92px!important;margin:0 auto!important;display:inline-grid!important}.clean-season-page .clean-team-cell>span{border-radius:7px!important;width:36px!important;height:36px!important}.clean-season-page .clean-team-cell strong{max-width:92px!important;color:var(--text)!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;font-size:11px!important;line-height:1.1!important}.clean-season-page .clean-score{border-radius:8px!important;justify-content:center!important;align-items:center!important;width:72px!important;min-width:72px!important;min-height:32px!important;margin:0 auto!important;padding:0 8px!important;font-size:12px!important;line-height:1!important;display:inline-flex!important}}.analyse-page .header-actions-menu>summary,.analyse-page .analyse-header-actions .btn,.analyse-page .source-toggle-btn,.analyse-page .analyse-control-btn,.analyse-page .panel-toggle,.analyse-page .mini-btn{color:var(--text)!important;background:#151c23!important;border-color:#ffffff3d!important}.analyse-page .header-actions-menu[open]>summary,.analyse-page .header-actions-menu>summary:hover,.analyse-page .analyse-header-actions .btn:hover,.analyse-page .source-toggle-btn:hover,.analyse-page .analyse-control-btn:hover,.analyse-page .panel-toggle:hover,.analyse-page .mini-btn:hover{color:#fff!important;background:#1b2631!important;border-color:#f04936b8!important}.analyse-page .header-actions-list{background:#11171d!important;border-color:#ffffff3d!important;box-shadow:0 18px 38px #0000009e!important}.analyse-page .header-actions-list button{color:var(--text)!important;background:#151c23!important}.analyse-page .header-actions-list button:hover{color:#fff!important;background:#f049363d!important}.analyse-page .xml-registry-list{min-height:0!important}.analyse-page .records-actions-menu>summary{gap:8px!important}.analyse-page .records-actions-menu>summary em{color:#fff;background:#f049362e;border:1px solid #ffffff3d;border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:11px;font-style:normal;font-weight:850;display:inline-grid}.analyse-page .records-actions-list{gap:8px!important;min-width:min(360px,100vw - 24px)!important}.analyse-page .records-menu-head,.analyse-page .records-menu-file{background:#101820;border:1px solid #ffffff29;border-radius:8px;gap:4px;padding:8px;display:grid}.analyse-page .records-menu-head strong,.analyse-page .records-menu-main strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.15;overflow:hidden}.analyse-page .records-menu-head span,.analyse-page .records-menu-main small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.2;overflow:hidden}.analyse-page .records-menu-file{grid-template-columns:minmax(0,1fr) auto;align-items:center}.analyse-page .records-menu-main{gap:2px;min-width:0;display:grid}.analyse-page .records-menu-actions{align-items:center;gap:6px;display:inline-flex}.analyse-page .records-menu-actions a,.analyse-page .records-menu-actions button,.analyse-page .records-actions-list>button{min-height:28px;color:var(--text);cursor:pointer;background:#151c23;border:1px solid #fff3;border-radius:7px;justify-content:center;align-items:center;padding:5px 8px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.analyse-page .records-menu-actions a:hover,.analyse-page .records-menu-actions button:hover,.analyse-page .records-actions-list>button:hover{color:#fff;background:#f0493638;border-color:#f04936b8}.analyse-page .xml-registry-panel.force-visible,.analyse-inspector .xml-registry-panel.force-visible,.analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto minmax(0,1fr)!important}.analyse-page .download-actions-menu>summary{color:#fff!important;background:#151c23!important;border-color:#ffffff4d!important;min-height:34px!important;font-size:13px!important;font-weight:850!important}.analyse-page .download-actions-list,.analyse-page .download-actions-list *{box-sizing:border-box}.analyse-page .download-actions-list{background:#0f151b!important;border-color:#ffffff47!important}.analyse-page .download-actions-list button,.analyse-page .download-actions-list a,.analyse-page .records-menu-import{width:100%!important;min-height:34px!important;color:var(--text)!important;text-align:center!important;cursor:pointer!important;background:#17202a!important;border:1px solid #ffffff3d!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:7px 10px!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.analyse-page .records-menu-actions a,.analyse-page .records-menu-actions button{width:auto!important}.analyse-page .download-actions-list button:hover,.analyse-page .download-actions-list a:hover,.analyse-page .records-menu-import:hover{color:#fff!important;background:#23191b!important;border-color:#f04936c7!important}.analyse-page .records-menu-import.is-disabled{opacity:.68!important;cursor:not-allowed!important}@media (min-width:1181px){.clean-season-page .clean-table-wrap.clean-fixture-wrap,.clean-season-page .clean-fixture-wrap{width:100%!important;max-width:100%!important;display:block!important;overflow-x:hidden!important}.clean-season-page .mobile-fixture-list{display:none!important}.clean-season-page .clean-fixture-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{vertical-align:middle!important}.clean-season-page .clean-fixture-table col.fixture-col-team{width:14%!important}.clean-season-page .clean-fixture-table col.fixture-col-score{width:10%!important}.clean-season-page .clean-fixture-table th:nth-child(4),.clean-season-page .clean-fixture-table td:nth-child(4),.clean-season-page .clean-fixture-table th:nth-child(6),.clean-season-page .clean-fixture-table td:nth-child(6){text-align:center!important;width:14%!important}.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){text-align:center!important;width:10%!important}.clean-season-page .clean-fixture-table th:nth-child(5){text-overflow:clip!important;white-space:nowrap!important;overflow:visible!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell{text-align:center!important;grid-template-columns:minmax(0,1fr)!important;place-items:center!important;gap:5px!important;width:auto!important;max-width:104px!important;margin:0 auto!important;display:inline-grid!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell>span,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell>span{border-radius:8px!important;width:38px!important;height:38px!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell strong,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell strong{max-width:104px!important;color:var(--text)!important;text-align:center!important;white-space:normal!important;overflow-wrap:anywhere!important;font-size:12px!important;line-height:1.1!important}.clean-season-page .clean-fixture-table .clean-score{text-align:center!important;white-space:nowrap!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:74px!important;min-width:74px!important;min-height:32px!important;margin:0 auto!important;padding:0 8px!important;display:inline-flex!important}}@media (min-width:1181px) and (max-width:1280px){.clean-season-page .clean-fixture-table col.fixture-col-date{width:11%!important}.clean-season-page .clean-fixture-table col.fixture-col-phase,.clean-season-page .clean-fixture-table col.fixture-col-round{width:10%!important}.clean-season-page .clean-fixture-table col.fixture-col-team{width:13%!important}.clean-season-page .clean-fixture-table col.fixture-col-score{width:11%!important}.clean-season-page .clean-fixture-table col.fixture-col-status{width:14%!important}.clean-season-page .clean-fixture-table col.fixture-col-actions{width:18%!important}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{padding:8px!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell{max-width:92px!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell>span,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell>span{width:36px!important;height:36px!important}.clean-season-page .clean-fixture-table td:nth-child(4)>.clean-team-cell strong,.clean-season-page .clean-fixture-table td:nth-child(6)>.clean-team-cell strong{max-width:92px!important;font-size:11px!important}.clean-season-page .clean-fixture-table .clean-actions{flex-direction:column!important;align-items:stretch!important;gap:5px!important;display:flex!important}.clean-season-page .clean-fixture-table .clean-actions .clean-row-action{justify-content:center!important;width:100%!important;min-height:30px!important;padding:5px 7px!important;font-size:11px!important}}@media (min-width:1281px){.clean-season-page .clean-fixture-table col.fixture-col-date{width:10%!important}.clean-season-page .clean-fixture-table col.fixture-col-phase,.clean-season-page .clean-fixture-table col.fixture-col-round{width:9%!important}.clean-season-page .clean-fixture-table col.fixture-col-status,.clean-season-page .clean-fixture-table col.fixture-col-actions{width:15%!important}.clean-season-page .clean-fixture-table th,.clean-season-page .clean-fixture-table td{padding:10px!important}}@media (min-width:701px){.analyse-page .analyse-panel-strip{align-items:center!important;gap:6px!important;min-height:34px!important;padding:4px!important;display:flex!important;overflow:hidden!important}.analyse-page .analyse-panel-strip .desktop-panel-toggle,.analyse-page .analyse-panel-strip .panel-toggle-muted{white-space:nowrap!important;justify-content:center!important;align-items:center!important;min-height:28px!important;padding:4px 10px!important;display:inline-flex!important}.analyse-page .analyse-panel-strip .mobile-analysis-tab{display:none!important}}@media (max-width:700px){.analyse-page .analyse-panel-strip .desktop-panel-toggle,.analyse-page .analyse-panel-strip .panel-strip-spacer,.analyse-page .analyse-panel-strip .panel-toggle-muted{display:none!important}.analyse-page .analyse-panel-strip .mobile-analysis-tab{display:flex!important}}.analyse-page.is-side-records.has-inspector .analyse-inspector{min-width:0!important;min-height:0!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector .inspector-view{grid-template-rows:minmax(0,1fr)!important;align-content:stretch!important;gap:0!important;height:100%!important;min-height:0!important;padding:6px!important;display:grid!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector .inspector-tabs{gap:4px!important;min-height:42px!important;padding:4px!important}.analyse-page.is-side-records.has-inspector .inspector-tab{min-height:32px!important;padding:4px 8px!important;font-size:14px!important}.analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto minmax(0,1fr)!important;gap:0!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-page.is-side-records.has-inspector .xml-registry-head{min-height:36px!important;padding:7px 10px 5px!important}.analyse-page.is-side-records.has-inspector .xml-registry-head strong{font-size:13px!important;line-height:1.1!important}.analyse-page.is-side-records.has-inspector .xml-registry-head span{font-size:11px!important;line-height:1.15!important}.analyse-page.is-side-records.has-inspector .xml-registry-search{padding:6px 8px!important}.analyse-page.is-side-records.has-inspector .xml-registry-search input{border-radius:7px!important;min-height:32px!important;padding:0 9px!important;font-size:13px!important}.analyse-page.is-side-records.has-inspector .xml-registry-list{overscroll-behavior:contain!important;scrollbar-gutter:stable!important;flex-direction:column!important;gap:5px!important;height:100%!important;min-height:0!important;max-height:none!important;padding:8px!important;display:flex!important;overflow:hidden auto!important}@media (max-width:700px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.shell:not(:has(.analyse-page)){width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.shell:not(:has(.analyse-page)) .main{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.shell:not(:has(.analyse-page)) .sidebar.app-sidebar{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important;display:grid!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .sidebar.clean-sidebar{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important;display:grid!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .sidebar.app-sidebar.is-collapsed{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important;display:grid!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .sidebar.clean-sidebar.is-collapsed{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important;display:grid!important;overflow:hidden!important}:is(.shell:not(:has(.analyse-page)) .app-sidebar-top,.shell:not(:has(.analyse-page)) .clean-sidebar-top){min-width:0!important}.shell:not(:has(.analyse-page)) .nav.app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:0!important;display:grid!important;overflow:visible!important}.shell:not(:has(.analyse-page)) .clean-app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:0!important;display:grid!important;overflow:visible!important}.shell:not(:has(.analyse-page)) .nav.app-nav a{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:6px 4px!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .nav.app-nav button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:6px 4px!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .clean-app-nav a{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:6px 4px!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .clean-app-nav button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:6px 4px!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .nav.app-nav strong{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.shell:not(:has(.analyse-page)) .clean-app-nav strong{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.clean-season-page{gap:8px!important}.clean-season-page .clean-page-head{padding:12px!important}.clean-season-page .clean-page-head h1{font-size:clamp(26px,9vw,34px)!important;line-height:1.02!important}.clean-season-page .clean-page-head p{font-size:12px!important;line-height:1.3!important}.clean-season-page .clean-panel{gap:8px!important;display:grid!important;overflow:visible!important}.clean-season-page .clean-panel-head{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;min-height:0!important;padding:10px!important;display:grid!important}.clean-season-page .clean-panel-head h2{font-size:15px!important;line-height:1.15!important}.clean-season-page .clean-panel-head span{font-size:12px!important}.clean-season-page .clean-phase-all-link{white-space:nowrap!important;border-radius:999px!important;min-height:34px!important;padding:0 12px!important}.clean-season-page .clean-phase-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:0!important;display:grid!important;overflow:visible!important}.clean-season-page .clean-phase-pill{border-radius:8px!important;min-width:0!important;min-height:44px!important;padding:8px 10px!important}.clean-season-page .clean-phase-pill strong,.clean-season-page .clean-phase-pill span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.clean-season-page .fixture-tools{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important;display:grid!important}.clean-season-page .fixture-search-form{grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;display:grid!important}.clean-season-page .fixture-search-form input,.clean-season-page .fixture-search-form button,.clean-season-page .fixture-filter-button,.clean-season-page .fixture-clear-link,.clean-season-page .fixture-result-count{border-radius:8px!important;min-height:38px!important}.clean-season-page .fixture-search-form button{min-width:82px!important;padding-inline:10px!important}.clean-season-page .fixture-tool-actions{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px!important;display:grid!important}.clean-season-page .fixture-filter-button{justify-content:center!important;max-width:none!important}.clean-season-page .fixture-result-count{background:0 0!important;border:0!important;justify-content:flex-end!important;padding-inline:2px!important}.clean-season-page .clean-fixture-wrap,.clean-season-page .clean-table-wrap.clean-fixture-wrap,.clean-season-page .clean-fixture-table{display:none!important}.clean-season-page .mobile-fixture-list{grid-template-columns:1fr!important;gap:8px!important;margin:0!important;padding:0!important;display:grid!important}.clean-season-page .mobile-fixture-card{border-radius:8px!important;gap:9px!important;padding:11px!important}.clean-season-page .mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr)!important;gap:8px!important}.clean-season-page .mobile-fixture-team img,.clean-season-page .mobile-fixture-team b{width:40px!important;height:40px!important}.clean-season-page .mobile-fixture-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.clean-season-page .mobile-fixture-action{min-height:38px!important;padding-inline:6px!important;font-size:12px!important}.match-edit-page,.match-edit-panel,.match-edit-form,.match-edit-form fieldset{width:100%!important;min-width:0!important;max-width:100%!important}.match-edit-page .clean-page-head{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:12px!important;display:grid!important}.match-edit-page .clean-page-head h1{font-size:clamp(26px,9vw,34px)!important}.match-edit-form{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.match-edit-form fieldset{grid-template-columns:1fr!important;gap:10px!important;padding:10px!important}.match-edit-form input,.match-edit-form select,.date-time-picker-field,.date-time-picker .date-time-picker-input{width:100%!important;min-width:0!important;min-height:42px!important}.date-time-picker{width:100%!important;min-width:0!important}.shell:has(.analyse-page){width:100%!important;min-width:0!important;max-width:100%!important;min-height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}.shell:has(.analyse-page) .main{width:100%!important;min-width:0!important;max-width:100%!important;min-height:100dvh!important;padding:0!important;display:block!important;overflow:hidden!important}:is(.shell:has(.analyse-page) .sidebar.app-sidebar,.shell:has(.analyse-page) .sidebar.clean-sidebar){display:none!important}.analyse-page{width:100%!important;max-width:100vw!important;height:100dvh!important;min-height:0!important;padding:8px 8px calc(70px + env(safe-area-inset-bottom))!important;flex-direction:column!important;gap:6px!important;display:flex!important;overflow:hidden!important}.analyse-header{border-radius:10px!important;flex:none!important;grid-template-columns:42px minmax(0,1fr)!important;min-height:58px!important;padding:7px!important}.analyse-back-btn{width:42px!important;min-width:42px!important;height:44px!important}.analyse-title{font-size:13px!important;line-height:17px!important}.analyse-subtitle{font-size:11px!important;line-height:15px!important}.analyse-panel-strip{left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:80!important;border:1px solid var(--line)!important;background:#070b0e!important;border-radius:12px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;height:54px!important;padding:5px!important;display:grid!important;position:fixed!important;overflow:hidden!important}.analyse-panel-strip .desktop-panel-toggle,.analyse-panel-strip .panel-strip-spacer,.analyse-panel-strip .panel-toggle-muted{display:none!important}.analyse-panel-strip .mobile-analysis-tab{white-space:nowrap!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:42px!important;padding:0 2px!important;font-size:10px!important;font-weight:850!important;line-height:1!important;display:flex!important}.analyse-layout,.analyse-layout.is-inspector-hidden{flex:auto!important;grid-template-rows:auto minmax(0,1fr)!important;gap:6px!important;width:100%!important;min-width:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-page:not(.has-inspector) .analyse-layout{grid-template-rows:minmax(0,1fr)!important}.analyse-main{min-width:0!important;min-height:0!important;display:block!important;overflow:hidden!important}.workspace-resizer{display:none!important}.analyse-panel{border-radius:10px!important}.analyse-video-panel{grid-template-rows:auto auto!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-page.has-inspector .analyse-video-panel .panel-head{height:30px!important;min-height:30px!important;padding:5px 8px!important}.analyse-page.has-inspector .analyse-video-panel .panel-head strong,.analyse-page.has-inspector .analyse-video-panel .panel-head-meta{font-size:11px!important}.analyse-page.has-inspector .mobile-video-controls{display:none!important}.analyse-page.has-inspector video.analyse-native-video{aspect-ratio:16/9!important;width:100%!important;height:auto!important;min-height:0!important;max-height:28dvh!important}.analyse-page.has-inspector .analyse-video-container:has(>video.analyse-native-video){aspect-ratio:16/9!important;width:100%!important;height:auto!important;min-height:0!important;max-height:28dvh!important}.analyse-page.has-inspector .analyse-video-container:has(>iframe.analyse-drive-frame){aspect-ratio:auto!important;height:clamp(190px,56vw,250px)!important;min-height:clamp(190px,56vw,250px)!important;max-height:clamp(190px,56vw,250px)!important}.analyse-page.has-inspector iframe.analyse-drive-frame{height:calc(clamp(190px,56vw,250px) + 64px)!important;min-height:calc(clamp(190px,56vw,250px) + 64px)!important;max-height:none!important;transform:translateY(-40px)!important}.analyse-inspector{width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;display:block!important;overflow:hidden!important}.analyse-page:not(.has-inspector) .analyse-inspector,.analyse-inspector>.panel-head,.inspector-tabs{display:none!important}.inspector-view{width:100%!important;height:100%!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden!important}.analyse-page.is-side-records .inspector-view{grid-template-rows:minmax(0,1fr)!important;display:grid!important}.analyse-page.is-side-records .xml-registry-panel.force-visible{border-radius:10px!important;grid-template-rows:auto auto minmax(0,1fr)!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.analyse-page.is-side-records .xml-registry-head{min-height:0!important;padding:8px 10px 6px!important}.analyse-page.is-side-records .xml-registry-head strong:after{content:""!important}.analyse-page.is-side-records .xml-registry-search{padding:6px 8px!important}.analyse-page.is-side-records .xml-registry-search input{min-height:38px!important;font-size:14px!important}.analyse-page.is-side-records .xml-registry-list{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important;flex-direction:column!important;gap:5px!important;height:auto!important;min-height:0!important;max-height:none!important;padding:8px!important;display:flex!important;overflow:hidden auto!important}.analyse-page.is-side-records .event-row{border-radius:8px!important;min-height:48px!important;padding:8px 10px!important}.analyse-page.is-side-records .event-row-main strong{font-size:13px!important;line-height:16px!important}.analyse-page.is-side-records .event-row-meta{gap:4px!important}.analyse-page.is-side-detail .inspector-view{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}.analyse-page.is-side-detail .inspector-card{border-radius:10px!important;min-height:100%!important}.analyse-page .markup-inspector-tab,.analyse-page.is-side-markup .analyse-markup-panel,.analyse-page.is-side-markup .markup-template-board,.analyse-page.is-side-markup .markup-board-head,.analyse-page.is-side-markup .markup-template-set-select{display:flex!important}.analyse-page.is-side-markup .inspector-view{overflow:hidden!important}.analyse-page.is-side-markup .analyse-markup-panel{border-radius:10px!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.analyse-page.is-side-markup .analyse-markup-panel>.panel-head{display:none!important}.analyse-page.is-side-markup .markup-board-head,.analyse-page.is-side-markup .markup-template-set-select{flex:none!important;min-height:0!important;padding:8px 10px!important}.analyse-page.is-side-markup .markup-create-drawer{flex:none!important;max-height:34dvh!important;overflow-y:auto!important}.analyse-page.is-side-markup .markup-template-board{-webkit-overflow-scrolling:touch!important;flex:auto!important;min-height:0!important;padding:8px!important;overflow-y:auto!important}.analyse-page.is-side-markup .template-flat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.analyse-page.is-side-markup .template-flat-button{min-height:58px!important;padding:8px!important}.analyse-page.has-timeline:not(.has-inspector) .analyse-layout{flex:none!important;grid-template-rows:auto!important}.analyse-page.has-timeline:not(.has-inspector) .analyse-video-panel .panel-head{height:30px!important;min-height:30px!important;padding:5px 8px!important}.analyse-page.has-timeline:not(.has-inspector) .mobile-video-controls{display:none!important}.video-graph-rail{flex:auto!important;grid-template-rows:auto minmax(0,1fr)!important;min-height:0!important;max-height:none!important;display:grid!important;overflow:hidden!important}.video-graph-rail .panel-head,.timeline-resizer{display:none!important}.marker-tl{grid-template-rows:auto minmax(0,1fr)!important;min-height:0!important;display:grid!important;overflow:hidden!important}.marker-tl-controls{gap:6px!important;padding:8px!important;display:flex!important;overflow-x:auto!important}.marker-tl-controls>*{flex:none!important}.marker-tl-scroll{-webkit-overflow-scrolling:touch!important;height:100%!important;min-height:0!important;max-height:none!important;overflow:auto!important}}@media (max-width:900px){html body .clean-season-page .clean-table-wrap.clean-fixture-wrap,html body .clean-season-page .clean-fixture-wrap,html body .clean-season-page .clean-fixture-table{display:none!important}html body .clean-season-page .mobile-fixture-list{grid-template-columns:1fr!important;display:grid!important}html body .shell:has(.analyse-page){width:100%!important;min-width:0!important;max-width:100%!important;height:100dvh!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden!important}html body .shell:has(.analyse-page) .main{width:100%!important;min-width:0!important;max-width:100%!important;height:100dvh!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden!important}:is(html body .shell:has(.analyse-page) .sidebar.app-sidebar,html body .shell:has(.analyse-page) .sidebar.clean-sidebar){display:none!important}html body .analyse-page{width:100%!important;max-width:100vw!important;height:100dvh!important;min-height:0!important;padding:8px 8px calc(70px + env(safe-area-inset-bottom))!important;flex-direction:column!important;gap:6px!important;display:flex!important;overflow:hidden!important}html body .analyse-page .analyse-panel-strip{box-sizing:border-box!important;width:auto!important;max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:80!important;border:1px solid var(--line)!important;background:#070b0e!important;border-radius:12px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;height:54px!important;padding:5px!important;display:grid!important;position:fixed!important;overflow:hidden!important}html body .analyse-page .analyse-panel-strip .desktop-panel-toggle,html body .analyse-page .analyse-panel-strip .panel-strip-spacer,html body .analyse-page .analyse-panel-strip .panel-toggle-muted{display:none!important}html body .analyse-page .analyse-panel-strip .mobile-analysis-tab{white-space:nowrap!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:42px!important;padding:0 2px!important;font-size:10px!important;font-weight:850!important;line-height:1!important;display:flex!important}html body .analyse-page .analyse-layout,html body .analyse-page .analyse-layout.is-inspector-hidden{flex:auto!important;grid-template-rows:auto minmax(0,1fr)!important;gap:6px!important;width:100%!important;min-width:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}html body .analyse-page .analyse-main{min-width:0!important;min-height:0!important;overflow:hidden!important}html body .analyse-page.has-inspector .analyse-inspector{width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;margin:0!important;display:block!important;overflow:hidden!important}html body .analyse-page.has-inspector .analyse-inspector>.panel-head,html body .analyse-page.has-inspector .inspector-tabs,html body .analyse-page .workspace-resizer{display:none!important}html body .analyse-page.has-inspector .inspector-view{width:100%!important;height:100%!important;min-height:0!important;padding:0!important;display:block!important;overflow:hidden!important}html body .analyse-page.is-side-records.has-inspector .inspector-view{grid-template-rows:minmax(0,1fr)!important;display:grid!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto minmax(0,1fr)!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-head strong:after{content:""!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-list{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;flex-direction:column!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;overflow:hidden auto!important}html body .analyse-page.has-inspector .mobile-video-controls{display:none!important}html body .analyse-page .markup-inspector-tab,html body .analyse-page.is-side-markup .analyse-markup-panel,html body .analyse-page.is-side-markup .markup-template-board,html body .analyse-page.is-side-markup .markup-board-head,html body .analyse-page.is-side-markup .markup-template-set-select{display:flex!important}:is(html body .shell:not(:has(.analyse-page)) .sidebar.app-sidebar,html body .shell:not(:has(.analyse-page)) .sidebar.clean-sidebar){gap:6px!important;padding:8px!important}:is(html body .shell:not(:has(.analyse-page)) .app-sidebar-top,html body .shell:not(:has(.analyse-page)) .clean-sidebar-top){grid-template-columns:minmax(0,1fr)!important;gap:6px!important;display:grid!important}html body .shell:not(:has(.analyse-page)) .clean-brand{gap:8px!important}:is(html body .shell:not(:has(.analyse-page)) .brand-mark,html body .shell:not(:has(.analyse-page)) .brand-mark-image){border-radius:6px!important;width:34px!important;min-width:34px!important;height:34px!important}html body .shell:not(:has(.analyse-page)) .brand-copy strong{font-size:12px!important;line-height:1.05!important}html body .shell:not(:has(.analyse-page)) .brand-copy span{font-size:11px!important;line-height:1.1!important;display:block!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;display:grid!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;display:grid!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav a{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav button{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav a{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav button{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav strong{font-size:12px!important;line-height:1!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav strong{font-size:12px!important;line-height:1!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav span{display:none!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav button span{display:none!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav span{display:none!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav button span{display:none!important}html body .clean-dashboard{gap:10px!important}html body .clean-dashboard .clean-page-head{border-radius:8px!important;grid-template-columns:1fr!important;min-height:0!important;display:grid!important}html body .clean-dashboard .clean-page-head h1{letter-spacing:0!important}html body .clean-dashboard .clean-page-head p{max-width:none!important;margin-top:6px!important;font-size:12px!important;line-height:1.3!important}html body .clean-dashboard .clean-page-head>span{align-items:center!important;width:fit-content!important;font-size:11px!important}html body .clean-dashboard .clean-season-list{gap:10px!important}html body .clean-dashboard .clean-season-group{border-radius:8px!important}html body .clean-dashboard .clean-season-title{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}html body .clean-dashboard .clean-season-title strong{font-size:15px!important;line-height:1.1!important}html body .clean-dashboard .clean-season-title span{white-space:nowrap!important;margin:0!important;font-size:12px!important}html body .clean-dashboard .clean-season-table tr{grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}html body .clean-dashboard .clean-season-table td:first-child,html body .clean-dashboard .clean-season-table td:last-child{grid-column:1/-1!important}html body .clean-dashboard .clean-season-table td:first-child strong{line-height:1.12!important}html body .clean-dashboard .clean-season-table td:first-child span{font-size:12px!important;line-height:1.25!important}html body .clean-dashboard .clean-season-table td:not(:first-child):not(:last-child),html body .clean-dashboard .clean-season-table td[data-label=Video],html body .clean-dashboard .clean-season-table td[data-label=Registros]{border-radius:8px!important;gap:4px!important;display:grid!important}html body .clean-dashboard .clean-season-table td:not(:first-child):not(:last-child):before{letter-spacing:.08em!important;font-size:9px!important}html body .clean-dashboard .clean-season-table td[data-label=Partidos]{align-content:center!important;line-height:1!important}html body .clean-dashboard .clean-progress,html body .clean-dashboard .clean-table td>span.clean-progress{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px!important;min-width:0!important;font-size:12px!important;display:grid!important}html body .clean-dashboard .clean-progress i{width:100%!important;height:5px!important}html body .clean-dashboard .clean-progress>span{white-space:nowrap!important;font-size:12px!important}html body .clean-dashboard .clean-row-action{border-radius:8px!important}html body .clean-dashboard .clean-page-head{gap:6px!important;padding:10px 12px!important}html body .clean-dashboard .clean-page-head h1{font-size:clamp(1.5rem,6.2vw,1.8rem)!important;line-height:1.05!important}html body .clean-dashboard .clean-page-head p{display:none!important}html body .clean-dashboard .clean-page-head>span{min-height:24px!important;padding:0 8px!important}html body .clean-dashboard .clean-season-title{padding:9px 12px!important}html body .clean-dashboard .clean-season-table tr{gap:6px!important;padding:10px!important}html body .clean-dashboard .clean-season-table td:not(:first-child):not(:last-child),html body .clean-dashboard .clean-season-table td[data-label=Video],html body .clean-dashboard .clean-season-table td[data-label=Registros]{place-self:stretch stretch!important;width:100%!important;max-width:none!important;min-height:44px!important;padding:6px 8px!important}html body .clean-dashboard .clean-season-table td:first-child{min-height:0!important}html body .clean-dashboard .clean-season-table td:first-child strong{font-size:15px!important}html body .clean-dashboard .clean-season-table td[data-label=Partidos]{font-size:18px!important}html body .clean-dashboard .clean-row-action{min-height:40px!important;font-size:13px!important}}.analyse-page .xml-registry-panel.force-visible,.analyse-inspector .xml-registry-panel.force-visible,.analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible,html body .analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto minmax(0,1fr)!important}.analyse-page .xml-registry-panel.force-visible.has-selection-mode,.analyse-inspector .xml-registry-panel.force-visible.has-selection-mode,.analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible.has-selection-mode,html body .analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible.has-selection-mode{grid-template-rows:auto auto auto minmax(0,1fr)!important}.analyse-page .xml-registry-head{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;display:grid!important}.analyse-page .xml-registry-head .xml-registry-feedback-btn{align-self:center}.analyse-page .xml-registry-comment-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.analyse-page .xml-registry-select-toggle{min-height:30px;color:var(--text-2);cursor:pointer;background:#0f151b;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:5px;padding:4px 7px;font-size:12px;font-weight:800;display:flex}.analyse-page .xml-registry-select-toggle.active{color:#b9f1ce;border-color:#61d39399}.analyse-page .xml-registry-select-toggle input{width:14px;height:14px;accent-color:var(--brand)}.analyse-page .xml-registry-selection-bar{background:#111820;border-bottom:1px solid #ffffff24;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;display:flex}.analyse-page .xml-registry-selection-bar button{min-height:28px;color:var(--text);background:#0f151b;border:1px solid #fff3;border-radius:7px;padding:4px 8px;font-size:12px;font-weight:800}.analyse-page .xml-registry-selection-bar button:hover{border-color:#f04936b8}.analyse-page .event-row{cursor:default;overflow:hidden;align-items:stretch!important;gap:0!important;min-height:66px!important;padding:0!important;display:flex!important}.analyse-page .event-row.is-picked{box-shadow:inset 3px 0 #61d393d9;border-color:#61d39380!important}.analyse-page .event-row-select{cursor:pointer;border-right:1px solid #ffffff1f;place-items:center;width:34px;min-height:100%;display:grid}.analyse-page .event-row-select input{width:15px;height:15px;accent-color:var(--brand)}.analyse-page .event-row-trigger{width:100%;min-width:0;color:inherit;text-align:left;background:0 0;border:0;flex:auto;grid-template-columns:10px minmax(0,1fr) auto;grid-template-areas:"dot content time";align-items:center;gap:2px 8px;padding:7px 8px;display:grid}.analyse-page .event-row-trigger .event-row-main strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal!important;line-height:1.16!important;display:-webkit-box!important;overflow:hidden!important}.analyse-page .event-row-trigger:hover{background:#ffffff09}.analyse-page .inspector-head-actions{align-items:center;gap:6px;min-width:0;display:flex}.analyse-page .mini-btn.is-comment-action{color:#fff;white-space:nowrap;background:#f0493629;border-color:#f04936bf;width:auto;min-width:92px}.analyse-page .marker-tl-comment-btn{color:#fff!important;background:#f0493629!important;border-color:#f04936bf!important}.analyse-page .xml-registry-feedback-btn{color:#fff;background:#f0493629;border:1px solid #f04936bf;border-radius:8px;padding:7px 10px;font-weight:800}.analyse-page .xml-registry-feedback-btn:disabled{cursor:not-allowed;opacity:.45}.analyse-page .xml-registry-feedback-btn:hover{background:#f0493647}.analysis-feedback-backdrop{z-index:70;background:#0000009e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.analysis-feedback-drawer{border:1px solid var(--line);background:#111820;border-radius:10px;grid-template-rows:auto auto minmax(0,1fr);gap:10px;width:min(720px,100%);max-height:min(760px,100dvh - 36px);padding:12px;display:grid;overflow:hidden;box-shadow:0 24px 80px #0000007a}.analysis-feedback-head,.analysis-feedback-foot,.analysis-feedback-targets,.analysis-comment-actions{align-items:center;gap:8px;display:flex}.analysis-feedback-head{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:10px}.analysis-feedback-head-actions{flex:none;align-items:center;gap:8px;display:flex}.analysis-feedback-head div{gap:3px;min-width:0;display:grid}.analysis-feedback-head span,.analysis-feedback-head small,.analysis-feedback-foot span,.analysis-comment-meta span,.analysis-comments-empty{color:var(--muted)}.analysis-feedback-head strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analysis-feedback-head button,.analysis-feedback-foot button,.analysis-comment-actions button,.analysis-reply-form button{border:1px solid var(--line);color:var(--text);background:#18212b;border-radius:8px;padding:7px 10px;font-weight:800}.analysis-feedback-compose{border:1px solid var(--line);background:#0d141a;border-radius:8px;gap:8px;padding:10px;display:grid}.analysis-feedback-batch-list{border:1px solid var(--line);background:#0d141a;border-radius:8px;flex-wrap:wrap;gap:6px;max-height:86px;padding:8px;display:flex;overflow:auto}.analysis-feedback-batch-list span{max-width:100%;color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;border:1px solid #ffffff24;border-radius:999px;padding:4px 8px;font-size:12px;overflow:hidden}.analysis-feedback-targets{flex-wrap:wrap;align-items:stretch}.analysis-feedback-targets label{flex:160px;gap:4px;min-width:160px;display:grid}.analysis-feedback-targets span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.analysis-feedback-suggested-player{color:#c7f6d8;background:#61d3931f;border:1px solid #61d39373;border-radius:8px;align-self:end;min-height:39px;padding:7px 10px;font-size:12px;font-weight:850}.analysis-feedback-compose select,.analysis-feedback-compose textarea,.analysis-feedback-fixed-target,.analysis-comment-edit textarea,.analysis-reply-form textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#070c10;border-radius:8px;padding:9px 10px}.analysis-feedback-fixed-target{align-items:center;min-height:39px;font-size:14px;font-weight:850;display:inline-flex}.analysis-feedback-foot{justify-content:space-between}.analysis-comments-list{gap:8px;min-height:0;padding-right:3px;display:grid;overflow-y:auto}.analysis-comment{border:1px solid var(--line);background:#101922;border-radius:8px;padding:10px}.analysis-comments-list.has-chat-bubbles{gap:10px}.analysis-comments-list.has-chat-bubbles .analysis-comment{background:0 0;border:0;gap:8px;padding:0;display:grid}.analysis-comment-replies{gap:8px;display:grid}.analysis-comment-body{gap:7px;display:grid}.analysis-comments-list.has-chat-bubbles .analysis-comment-body{background:#3d7cc224;border:1px solid #5892d257;border-radius:12px;justify-self:start;width:fit-content;max-width:min(88%,560px);padding:10px 11px;box-shadow:0 8px 22px #00000029}.analysis-comments-list.has-chat-bubbles .analysis-comment-body.is-own{background:#61d39329;border-color:#61d3936b;justify-self:end}.analysis-comments-list.has-chat-bubbles .analysis-comment-body.is-other{background:#3d7cc224;border-color:#5892d25c}.analysis-comment-body.is-reply{border-left:2px solid #f0493673;margin-top:8px;margin-left:14px;padding-left:10px}.analysis-comments-list.has-chat-bubbles .analysis-comment-body.is-reply{border-left-width:1px;margin-top:0;margin-left:0}.analysis-comment-meta{justify-content:space-between;align-items:center;gap:8px;display:flex}.analysis-comment-meta strong,.analysis-comment p{color:var(--text)}.analysis-comment p{white-space:pre-wrap;margin:0}.analysis-comments-list.has-chat-bubbles .analysis-comment p{line-height:1.38}.analysis-comments-list.has-chat-bubbles .analysis-comment-meta strong{font-size:12px}.analysis-comments-list.has-chat-bubbles .analysis-comment-meta span{font-size:11px}.analysis-comment-actions{justify-content:flex-end}.analysis-comment-actions-menu{justify-self:end;position:relative}.analysis-comment-actions-menu summary{cursor:pointer;color:var(--muted);background:#080d138a;border:1px solid #94a3b847;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:850;list-style:none}.analysis-comment-actions-menu summary::-webkit-details-marker{display:none}.analysis-comment-actions-menu div{z-index:5;background:#111922;border:1px solid #94a3b83d;border-radius:9px;min-width:118px;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 14px 32px #0000005c}.analysis-comment-actions-menu button,.analysis-replies-toggle,.analysis-reply-actions button{color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;padding:6px 8px;font-size:12px;font-weight:800}.analysis-comment-actions-menu button:hover,.analysis-replies-toggle:hover,.analysis-reply-actions button:hover{background:#ffffff12}.analysis-comments-list.is-compact{gap:12px;padding:6px}.analysis-comments-list.is-compact .analysis-comment,.analysis-comments-list.is-compact .analysis-comment-replies{gap:6px}.analysis-comments-list.is-compact .analysis-reply-form{grid-template-columns:1fr;margin-top:6px}.analysis-reply-actions{justify-content:flex-end;gap:7px;display:flex}.analysis-replies-toggle{color:var(--muted);background:#080d1375;border:1px solid #94a3b82e;justify-self:center}.analysis-reply-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:10px;display:grid}@media (max-width:700px){.analysis-feedback-backdrop{align-items:end;padding:8px}.analysis-feedback-drawer{border-radius:10px 10px 0 0;max-height:calc(100dvh - 18px)}.analysis-feedback-targets,.analysis-feedback-head-actions,.analysis-feedback-foot,.analysis-reply-form{grid-template-columns:1fr;display:grid}.analysis-comments-list.has-chat-bubbles .analysis-comment-body{max-width:94%}.analysis-comments-list.has-chat-bubbles .analysis-comment-meta{gap:2px;display:grid}.analysis-comment-actions-menu div{left:auto;right:0}}.notifications-console{gap:14px;display:grid}.notifications-head{align-items:end}.notifications-title-line{align-items:center;gap:8px;display:flex}.notifications-count-badge,.nav-unread-badge{min-width:22px;height:22px;color:var(--muted);background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-style:normal;font-weight:900;line-height:1;display:inline-flex}.notifications-count-badge.has-unread,.nav-unread-badge{background:var(--brand);color:#fff}.notifications-review-grid{grid-template-columns:minmax(0,1fr) clamp(340px,28vw,430px);align-items:start;gap:14px;display:grid}.notifications-video-stage,.notifications-side-panel{min-height:0}.notifications-video-stage{align-content:start;padding:14px;display:grid}.notifications-side-panel{grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;height:min(760px,100dvh - 190px);display:grid;overflow:hidden}.notifications-list{grid-auto-rows:max-content;align-content:start;gap:8px;min-height:0;padding-right:3px;display:grid;overflow:auto}.notifications-list-group{align-content:start;gap:8px;display:grid}.notifications-list-group-title{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;padding:4px 2px 2px;font-size:11px;font-weight:900;display:flex}.notifications-list-group-title strong{min-width:22px;height:22px;color:var(--text-2);letter-spacing:0;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.notifications-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.notifications-tabs button{border:1px solid var(--line);min-width:0;min-height:34px;color:var(--text-2);background:#0d141a;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:12px;font-weight:850;display:flex}.notifications-tabs button.active{color:#fff;background:#f0493624;border-color:#f04936a6}.notifications-tabs span{min-width:20px;height:20px;color:inherit;background:#ffffff1a;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex}.notifications-filter-panel{background:#0d141a;border:1px solid #ffffff1f;border-radius:8px;gap:7px;padding:8px;display:grid}.notifications-filter-panel input,.notifications-filter-panel select{border:1px solid var(--line);width:100%;min-width:0;color:var(--text);font:inherit;background:#070c10;border-radius:8px;padding:8px 9px;font-size:12px}.notifications-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.notification-card{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#101820;border-radius:8px;gap:8px;padding:12px;text-decoration:none;display:grid}.notification-card.is-unread{background:#f049361c;border-color:#f04936b3}.notification-card.is-active{border-color:#61d393b3;box-shadow:inset 3px 0 #61d393d9}.notification-card-top{justify-content:space-between;gap:10px;display:flex}.notification-card span,.notification-card small,.notifications-empty{color:var(--muted)}.notification-card p{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.notification-card-tags{flex-wrap:wrap;gap:5px;display:flex}.notification-card-tags em{color:var(--muted);border:1px solid #ffffff21;border-radius:999px;padding:2px 7px;font-size:11px;font-style:normal;font-weight:850}.notification-unread-dot{background:#f049362e;border-radius:999px;flex:none;padding:2px 7px;font-size:11px;font-weight:900;color:#ffc7c0!important}.notification-review-video-card,.notification-review-chat{min-height:0;display:grid}.notification-review-video-card{grid-template-rows:auto auto auto;gap:12px}.notification-review-chat{grid-row:1/-1;grid-template-rows:auto auto minmax(0,1fr);gap:10px;height:100%}.notification-review-chat.has-composer{grid-template-rows:auto auto auto minmax(0,1fr)}.notification-review-head,.notification-chat-head,.notification-cut-toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.notification-review-head div,.notification-chat-head div{gap:3px;min-width:0;display:grid}.notification-review-head h2,.notification-review-head p{margin:0}.notification-review-head h2{color:var(--text);font-size:22px;line-height:1.15}.notification-review-head span,.notification-review-head p,.notification-chat-head span,.notification-cut-toolbar,.notification-video-empty{color:var(--muted)}.notification-open-analysis,.notification-chat-head button,.notification-cut-toolbar button{border:1px solid var(--line);color:var(--text);background:#18212b;border-radius:8px;flex:none;padding:7px 10px;font-size:12px;font-weight:850;text-decoration:none}.notification-new-comment-area{align-content:start;gap:8px;display:grid}.notification-new-comment-area>button{color:#d7f8e3;background:#61d3931f;border:1px solid #61d3936b;border-radius:8px;width:fit-content;padding:7px 10px;font-size:12px;font-weight:850}.notification-video-frame{aspect-ratio:16/9;background:#05080b;border:1px solid #ffffff24;border-radius:8px;min-height:0;overflow:hidden}.notification-video-frame video,.notification-video-frame iframe{background:#05080b;border:0;width:100%;height:100%;min-height:0;display:block}.notification-video-frame video{object-fit:contain}.notification-video-empty{text-align:center;place-items:center;min-height:320px;padding:20px;display:grid}.notification-cut-toolbar{border-top:1px solid #ffffff1f;flex-wrap:wrap;padding-top:8px;font-size:12px;font-weight:750}.notification-side-back-row{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:8px;padding-bottom:8px;display:flex}.notification-side-back-row button{border:1px solid var(--line);color:var(--text);background:#18212b;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:850}.notification-side-back-row button.is-primary{background:#61d39324;border-color:#61d39399}.notification-side-back-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.notification-side-back-row span{color:var(--muted);font-size:12px;font-weight:850}@media (max-width:700px){.notification-card-top{display:grid}}@media (max-width:1100px){.notifications-review-grid{grid-template-columns:1fr}.notifications-side-panel{height:auto;max-height:none}}@media (max-width:700px){html body .shell:has(.notifications-review-console) .main{gap:10px!important;padding:10px!important}.notifications-review-console{gap:10px}.notifications-review-console .notifications-head{grid-template-columns:minmax(0,1fr);align-items:start;gap:8px;padding:10px 12px!important;display:grid!important}.notifications-review-console .notifications-title-line{gap:6px}.notifications-review-console .notifications-title-line>span{line-height:1;font-size:13px!important}.notifications-review-console .notifications-count-badge{min-width:20px;height:20px;font-size:11px}.notifications-review-console .notifications-head h1{letter-spacing:0!important;font-size:23px!important;line-height:1.06!important}.notifications-review-console .notifications-head p{max-width:none!important;margin-top:4px!important;font-size:12px!important;line-height:1.25!important}.notifications-review-console .notifications-head .btn{width:fit-content;min-height:32px;padding:7px 10px;font-size:12px}.notifications-review-console .notifications-review-grid{gap:10px}.notifications-review-console .notifications-video-stage,.notifications-review-console .notifications-side-panel{border-radius:8px}.notifications-review-console .notifications-video-stage{padding:10px}.notifications-review-console .notifications-video-stage:has(>.notifications-empty){display:none}.notifications-review-console .notification-review-video-card{gap:8px}.notifications-review-console .notification-review-head,.notifications-review-console .notification-chat-head,.notifications-review-console .notification-cut-toolbar{grid-template-columns:minmax(0,1fr);align-items:start;gap:7px;display:grid}.notifications-review-console .notification-review-head h2{font-size:17px;line-height:1.1}.notifications-review-console .notification-review-head p,.notifications-review-console .notification-review-head span,.notifications-review-console .notification-cut-toolbar{font-size:11px;line-height:1.25}.notifications-review-console .notification-open-analysis,.notifications-review-console .notification-chat-head button,.notifications-review-console .notification-cut-toolbar button{width:fit-content;min-height:30px;padding:6px 9px;font-size:11px}.notifications-review-console .notification-video-empty{min-height:160px;padding:14px;font-size:13px}.notifications-review-console .notification-cut-toolbar{border-top:0;padding-top:0}.notifications-review-console .notifications-side-panel{grid-template-rows:auto auto auto minmax(0,auto);gap:8px}.notifications-review-console .notifications-side-panel .clean-panel-head{min-height:36px;padding:8px 10px}.notifications-review-console .notifications-side-panel .clean-panel-head h2{font-size:14px;line-height:1.1}.notifications-review-console .notifications-tabs{gap:6px}.notifications-review-console .notifications-tabs button{border-radius:8px;gap:4px;min-height:34px;padding:5px 4px;font-size:11px;line-height:1}.notifications-review-console .notifications-tabs span{min-width:18px;height:18px;font-size:10px}.notifications-review-console .notifications-filter-panel{gap:6px;padding:8px}.notifications-review-console .notifications-filter-panel input,.notifications-review-console .notifications-filter-panel select{min-height:34px;padding:6px 8px;font-size:12px}.notifications-review-console .notifications-filter-grid{gap:6px}.notifications-review-console .notifications-list{gap:7px;padding-right:0;overflow:visible}.notifications-review-console .notification-card{gap:6px;padding:10px}.notifications-review-console .notification-card-top{display:flex}.notifications-review-console .notification-card-top strong{font-size:13px;line-height:1.15}.notifications-review-console .notification-card span,.notifications-review-console .notification-card small,.notifications-review-console .notification-card p,.notifications-review-console .notifications-empty{font-size:12px;line-height:1.3}.notifications-review-console .notification-review-chat{gap:8px}.notifications-review-console .notification-side-back-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:7px;display:grid}.notifications-review-console .notification-side-back-actions{justify-content:start}.notifications-review-console .notification-side-back-row button{min-height:30px;padding:6px 9px;font-size:11px}}@media (max-width:380px){.notifications-review-console .notifications-filter-grid{grid-template-columns:1fr}}@media (max-width:700px){html body,html body .shell,html body .main{max-width:100vw!important;overflow-x:hidden!important}:is(html body .shell:not(:has(.analyse-page)) .sidebar.app-sidebar,html body .shell:not(:has(.analyse-page)) .sidebar.clean-sidebar){gap:7px!important;padding:8px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav a{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav button{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav a{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav button{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:5px 6px!important}html body .shell:not(:has(.analyse-page)) .clean-app-nav strong{font-size:12px!important;line-height:1!important}html body .shell:not(:has(.analyse-page)) .nav.app-nav strong{font-size:12px!important;line-height:1!important}html body .clean-season-page{padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;gap:9px!important}html body .clean-season-page .clean-page-head{border-radius:9px!important;padding:12px!important}html body .clean-season-page .clean-page-head h1{letter-spacing:0!important;font-size:clamp(28px,8.4vw,34px)!important;line-height:1.02!important}html body .clean-season-page .clean-page-head p{font-size:12px!important;line-height:1.28!important}html body .clean-season-page .clean-panel{background:0 0!important;border:0!important;gap:8px!important}html body .clean-season-page .clean-panel-head{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:9px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;padding:10px 12px!important}html body .clean-season-page .clean-panel-head h2{font-size:16px!important;line-height:1.12!important}html body .clean-season-page .clean-panel-head span{font-size:12px!important;line-height:1.15!important}html body .clean-season-page .clean-phase-all-link{border-radius:999px!important;min-height:38px!important;padding:0 14px!important;font-size:12px!important}html body .clean-season-page .clean-phase-strip{border:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}html body .clean-season-page .clean-phase-pill{border:1px solid var(--line)!important;background:var(--inset)!important;min-width:0!important;min-height:56px!important;box-shadow:none!important;border-radius:8px!important;gap:3px!important;padding:10px 11px!important;display:grid!important}html body .clean-season-page .clean-phase-pill strong{font-size:14px!important;line-height:1.05!important}html body .clean-season-page .clean-phase-pill span{font-size:12px!important;line-height:1.1!important}html body .clean-season-page .fixture-tools{border:1px solid var(--line)!important;background:var(--surface)!important;border-radius:9px!important;grid-template-columns:1fr!important;gap:7px!important;margin:0!important;padding:9px!important;display:grid!important}html body .clean-season-page .fixture-search-form{grid-template-columns:minmax(0,1fr) 84px!important;gap:7px!important;min-width:0!important;display:grid!important}html body .clean-season-page .fixture-search-form input{min-width:0!important;min-height:40px!important;font-size:16px!important}html body .clean-season-page .fixture-search-form button{min-width:0!important;min-height:40px!important;padding:0 10px!important;font-size:13px!important}html body .clean-season-page .fixture-tool-actions{grid-template-columns:1fr!important;gap:6px!important;min-width:0!important;display:grid!important}html body .clean-season-page .fixture-filter-button,html body .clean-season-page .fixture-clear-link{justify-content:center!important;width:100%!important;min-width:0!important;min-height:38px!important;padding:0 10px!important;overflow:hidden!important}html body .clean-season-page .fixture-filter-button strong,html body .clean-season-page .fixture-filter-button span,html body .clean-season-page .fixture-clear-link{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}html body .clean-season-page .fixture-result-count{min-height:0!important;color:var(--muted)!important;text-align:left!important;background:0 0!important;border:0!important;justify-content:flex-start!important;padding:0 2px!important;font-size:12px!important}html body .clean-season-page .mobile-fixture-list{gap:8px!important;padding-bottom:10px!important}html body .clean-season-page .mobile-fixture-card{border-radius:9px!important;gap:8px!important;padding:10px!important}html body .clean-season-page .mobile-fixture-top,html body .clean-season-page .mobile-fixture-status{gap:6px!important;font-size:11px!important}html body .clean-season-page .mobile-fixture-top span,html body .clean-season-page .mobile-fixture-status span{min-width:0!important;min-height:22px!important;padding:0 7px!important}html body .clean-season-page .mobile-fixture-teams{grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr)!important;gap:7px!important}html body .clean-season-page .mobile-fixture-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}html body .clean-season-page .mobile-fixture-action{border-radius:8px!important;min-height:38px!important;font-size:12px!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{border-radius:10px!important;grid-template-rows:auto auto minmax(0,1fr)!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-head{min-height:0!important;padding:8px 10px 4px!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-head strong{font-size:15px!important;line-height:1.05!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-head span{font-size:12px!important;line-height:1.1!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-search{padding:6px 9px!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-search input{border-radius:8px!important;min-height:36px!important;font-size:16px!important}html body .analyse-page.is-side-records.has-inspector .xml-registry-list{gap:5px!important;padding:7px!important}html body .analyse-page.is-side-records.has-inspector .event-row{border-radius:8px!important;grid-template-columns:18px minmax(0,1fr) auto!important;min-height:46px!important;padding:7px 9px!important}html body .analyse-page.is-side-records.has-inspector .event-dot{width:10px!important;min-width:10px!important;height:10px!important}html body .analyse-page.is-side-records.has-inspector .event-row-main{gap:2px!important}html body .analyse-page.is-side-records.has-inspector .event-row-main strong{font-size:13px!important;line-height:15px!important}html body .analyse-page.is-side-records.has-inspector .event-row-meta{gap:3px!important}html body .analyse-page.is-side-records.has-inspector .event-row-chip{max-width:92px!important;padding:1px 5px!important;font-size:10px!important;line-height:14px!important}html body .analyse-page.is-side-records.has-inspector .event-row-time{font-size:12px!important;line-height:1!important}html body .analyse-page.has-timeline:not(.has-inspector) .analyse-layout{flex:none!important;grid-template-rows:auto!important;max-height:min(34dvh,300px)!important}html body .analyse-page.has-timeline:not(.has-inspector) .video-graph-rail{flex:auto!important;grid-template-rows:minmax(0,1fr)!important;min-height:0!important;max-height:none!important;display:grid!important;overflow:hidden!important}html body .analyse-page.has-timeline:not(.has-inspector) .video-graph-rail>.panel-head,html body .analyse-page.has-timeline:not(.has-inspector) .timeline-resizer{display:none!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl{border:1px solid var(--line)!important;border-radius:10px!important;grid-template-rows:46px minmax(0,1fr)!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras){grid-template-columns:34px minmax(0,1fr) 34px!important;grid-auto-rows:34px!important;align-items:center!important;gap:6px!important;min-height:46px!important;max-height:46px!important;padding:6px!important;display:grid!important;overflow:hidden!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .marker-tl-zoom-btn{border-radius:8px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .marker-tl-zoom-range{align-self:center!important;width:100%!important;height:24px!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .marker-tl-expand-btn,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .timeline-filter-input,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .timeline-filter-select,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .playback-rate-control,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .marker-tl-spacer-fill,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-controls:not(.marker-tl-extras) .marker-tl-export-label,html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-extras{display:none!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-scroll{-webkit-overflow-scrolling:touch!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:auto!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-canvas{min-width:690px!important}html body .analyse-page.has-timeline:not(.has-inspector) .track-row{grid-template-columns:92px minmax(560px,1fr)!important;height:42px!important}html body .analyse-page.has-timeline:not(.has-inspector) .track-label{padding:0 7px!important;font-size:11px!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-ruler,html body .analyse-page.has-timeline:not(.has-inspector) .tick{height:30px!important;line-height:28px!important}html body .analyse-page.has-timeline:not(.has-inspector) .marker-tl-playhead{top:30px!important}}.share-page{min-width:0}.share-page-head{align-items:center}.share-team-filter-form{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.share-team-filter-form label{gap:6px;min-width:min(320px,100%);display:grid}.share-team-filter-form label span,.share-form-note{color:var(--muted)}.share-form-note{align-self:center;margin:0;line-height:1.4}.share-team-grid,.share-folder-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.share-team-card,.share-folder-card{border:1px solid var(--border);min-width:0;color:var(--text);background:linear-gradient(145deg,#111820fa,#0a0f16f0);border-radius:12px;gap:10px;padding:16px;text-decoration:none;display:grid;box-shadow:0 16px 34px #0000002e}.share-team-card:hover,.share-folder-card:hover{border-color:#f04936d1}.share-team-card strong,.share-folder-card strong{font-size:20px}.share-folder-card>div:first-child{gap:4px;display:grid}.share-team-card span,.share-folder-card span,.share-folder-card p{color:var(--muted);margin:0}.share-folder-stats{flex-wrap:wrap;gap:8px;display:flex}.share-folder-stats em{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:4px 8px;font-size:12px;font-style:normal}.share-folder-context-strip{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.share-folder-context-strip span{min-height:28px;color:var(--muted);background:#0f172a85;border:1px solid #94a3b847;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.share-create-folder details,.share-create-content details,.share-edit-box{border:1px solid var(--border);background:#10171e;border-radius:8px}.share-create-folder summary,.share-create-content summary,.share-edit-box summary{cursor:pointer;padding:12px 14px;font-weight:800}.share-folder-form,.share-content-form{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:14px;display:grid}.share-folder-form.compact{grid-template-columns:1fr}.share-folder-form label,.share-content-form label{gap:6px;min-width:0;display:grid}.share-content-form .wide,.share-folder-form .share-recipient-picker{grid-column:1/-1}.share-check{align-items:center;gap:8px;display:flex!important}.share-recipient-picker{border:1px solid var(--border);border-radius:8px;gap:10px;margin:0;padding:12px;display:grid}.share-recipient-picker legend{color:var(--muted);padding:0 6px}.share-recipient-list{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;max-height:260px;display:grid;overflow:auto}.share-recipient-list label{border:1px solid var(--border);background:#0b1117;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.share-recipient-list label span{min-width:0;display:grid}.share-recipient-list small,.share-recipient-list p{color:var(--muted);margin:0}.share-folder-side,.share-folder-main{min-width:0}.share-recipient-summary{flex-wrap:wrap;gap:8px;display:flex}.share-recipient-summary span{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:6px 9px}.share-content-list,.share-create-content{gap:10px;display:grid}.share-create-content{margin-top:14px}.share-content-item{border:1px solid var(--border);background:#0b1117e6;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:14px;display:grid}.share-content-link{min-width:0;color:var(--text);gap:5px;text-decoration:none;display:grid}.share-content-link strong,.share-content-link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.share-content-link span,.share-status{color:var(--muted)}.share-content-kind{text-transform:uppercase;letter-spacing:.03em;background:#f0493621;border:1px solid #f049366b;border-radius:999px;align-items:center;width:max-content;min-height:22px;padding:3px 8px;font-size:11px;font-weight:900;display:inline-flex;color:var(--text)!important}.share-content-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.share-content-actions form{margin:0}.share-status{background:#43d1891a;border:1px solid #43d18973;border-radius:8px;margin:0;padding:10px 12px}@media (max-width:760px){.share-folder-layout,.share-folder-form,.share-content-form{grid-template-columns:1fr}.share-content-item{flex-direction:column;align-items:stretch}}.share-workspace-head{gap:12px}.share-workspace-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.share-muted-pill,.share-unread-pill,.share-folder-unread{border:1px solid var(--border);width:max-content;min-height:28px;color:var(--muted);border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-style:normal;font-weight:800;display:inline-flex}.share-unread-pill,.share-folder-unread{background:#f0493626;color:var(--text)!important;border-color:#f04936bd!important}.share-workspace-grid{align-items:start;min-width:0;display:grid}.share-workspace-aside{gap:14px;min-width:0;display:grid}.share-access-panel{gap:12px;display:grid}.share-access-group{gap:8px;min-width:0;display:grid}.share-access-group h3{margin:0}.share-conversation-panel{border:1px solid var(--border);background:#111820;border-radius:12px;grid-template-rows:auto minmax(220px,1fr) auto;min-width:0;display:grid;overflow:hidden}.share-conversation-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;display:flex}.share-conversation-head>div{gap:2px;display:grid}.share-conversation-head span,.share-conversation-head em{color:var(--muted);font-size:12px;font-style:normal}.share-conversation-head strong{color:var(--text);font-size:18px}.share-conversation-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.share-conversation-head-actions button{border:1px solid var(--border);min-height:30px;color:var(--muted);cursor:pointer;background:#141d26;border-radius:8px;padding:5px 9px;font-weight:800}.share-conversation-head-actions button:hover{color:var(--text);border-color:#f04936bd}.share-conversation-list{align-content:start;gap:10px;min-height:0;display:grid;overflow-y:auto}.share-comment{border:1px solid var(--border);background:#0b1117;border-radius:16px;gap:8px;width:min(88%,520px);padding:12px;display:grid}.share-comment.is-own{background:linear-gradient(135deg,#b12c24f0,#671c19f0);border-color:#f0493670;justify-self:end}.share-comment.is-other{background:linear-gradient(135deg,#162739fa,#0c1723fa);border-color:#5aa7ff52;justify-self:start}.share-comment-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.share-comment-head>div:first-child{gap:2px;min-width:0;display:grid}.share-comment-head strong{color:var(--text)}.share-comment-head span,.share-comment p,.share-conversation-empty,.share-conversation-form small,.share-conversation-error{color:var(--muted);margin:0}.share-comment p{color:var(--text);white-space:pre-wrap}.share-comment.is-own .share-comment-head span,.share-comment.is-own p{color:#ffffffe6}.share-comment-actions{flex:none;gap:6px;display:flex}.share-comment-actions button{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:#141d26;border-radius:6px;padding:4px 7px}.share-comment-actions button:hover{color:var(--text);border-color:#f04936bd}.share-comment-edit{gap:8px;display:grid}.share-comment-edit>div,.share-conversation-form>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.share-conversation-form{border-top:1px solid var(--border);gap:10px;display:grid}.share-conversation-form label{gap:7px;display:grid}.share-conversation-form label span{color:var(--text);font-weight:800}.share-conversation-form textarea,.share-comment-edit textarea{resize:vertical;min-height:96px}.share-conversation-error{color:#ffb4a8}@media (max-width:980px){.share-workspace-grid{grid-template-columns:1fr}.share-conversation-panel{min-height:460px}}@media (max-width:760px){.share-workspace-head,.share-comment-head,.share-comment-edit>div,.share-conversation-form>div{flex-direction:column;align-items:stretch}.share-workspace-actions{justify-content:flex-start}.share-content-actions{justify-content:stretch}.share-content-actions .btn,.share-content-actions form,.share-content-actions button{width:100%}.share-conversation-panel{grid-template-rows:auto minmax(220px,46vh) auto}.share-conversation-head-actions{justify-content:flex-start}.share-comment,.share-comment-actions{width:100%}.share-comment-actions button{flex:1}}.share-index-page,.share-workspace-page{gap:16px}.share-index-hero,.share-folder-hero{background:linear-gradient(145deg, #121b26f5, #070b11fa), var(--surface);border-color:#94a3b82e;border-radius:18px;align-items:stretch;padding:clamp(18px,3vw,30px);box-shadow:0 24px 70px #00000047}.share-index-hero-copy,.share-folder-hero-copy{align-content:center;gap:10px;min-width:0;display:grid}.share-index-hero .clean-breadcrumb,.share-folder-hero .clean-breadcrumb{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:850}.share-index-hero h1,.share-folder-hero h1{letter-spacing:0;max-width:820px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:.98}.share-index-hero p,.share-folder-hero p{max-width:760px;color:var(--muted);margin:0;font-size:clamp(.98rem,1.6vw,1.12rem);line-height:1.45}.share-index-summary{grid-template-columns:repeat(2,minmax(130px,1fr));align-content:center;gap:10px;min-width:min(360px,100%);display:grid}.share-index-summary span{min-height:76px;color:var(--muted);background:#080d13b8;border:1px solid #94a3b838;border-radius:12px;gap:3px;padding:14px;font-size:12px;display:grid}.share-index-summary strong{color:var(--text);font-size:28px;line-height:1}.share-index-summary .is-hot{color:var(--text);background:#f0493624;border-color:#f0493699}.share-index-toolbar{background:#0d131be0;border-radius:14px;gap:12px;padding:12px;display:grid}.share-index-toolbar-main{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;display:flex}.share-index-toolbar .archive-filter-tabs{margin:0}.share-index-toolbar>.share-create-folder{background:#080d13b3;border:1px solid #94a3b838;border-radius:12px;overflow:hidden}.share-index-toolbar>.share-create-folder>summary{cursor:pointer;color:var(--text);padding:13px 15px;font-weight:850}.share-index-page .share-folder-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.share-folder-card{background:linear-gradient(145deg,#121b26f5,#080d13f5);border-color:#94a3b838;border-radius:14px;min-height:210px}.share-folder-card-head{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.share-folder-card-head>div{gap:6px;min-width:0;display:grid}.share-folder-kind{letter-spacing:.03em;text-transform:uppercase;background:#f0493621;border:1px solid #f0493675;border-radius:999px;align-items:center;width:max-content;min-height:24px;padding:4px 9px;font-size:11px;font-weight:900;display:inline-flex;color:var(--text)!important}.share-folder-card strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.share-folder-card .share-folder-stats{margin-top:2px}.share-folder-open{width:max-content;margin-top:auto}.share-folder-hero{grid-template-columns:minmax(0,1fr) auto;display:grid}.share-folder-hero-actions{align-content:start;align-items:flex-start;min-width:min(280px,100%)}.share-workspace-page .share-folder-context-strip{margin-top:2px}.share-workspace-page .share-folder-context-strip span{background:#080d139e;border-color:#94a3b838}.share-workspace-grid{grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:16px}.share-workspace-page .share-folder-main,.share-workspace-aside>.clean-panel,.share-conversation-panel{background:#0d131be6;border-color:#94a3b833;border-radius:14px;box-shadow:0 18px 48px #0003}.share-workspace-page .clean-panel-head{border-bottom:1px solid #94a3b82e;padding:16px 18px}.share-workspace-page .clean-panel-head h2{font-size:20px}.share-review-item{background:linear-gradient(145deg, #0b1117fa, #121b26e6), var(--surface);border:1px solid #94a3b833;border-radius:14px;gap:14px;min-width:0;padding:16px;display:grid}.share-review-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.share-review-metrics{flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:360px;display:flex}.share-review-metrics span{min-height:26px;color:var(--muted);background:#080d139e;border:1px solid #94a3b838;border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.share-review-cuts{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;display:grid}.share-review-cut{background:#080d13b3;border:1px solid #94a3b82e;border-radius:12px;gap:4px;min-width:0;min-height:78px;padding:10px;display:grid}.share-review-cut.has-comments{background:linear-gradient(135deg,#f0493624,#080d13c7);border-color:#f0493680}.share-review-cut span,.share-review-cut em,.share-review-latest span,.share-review-empty{color:var(--muted);font-size:12px;font-style:normal}.share-review-cut strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.share-review-foot{border-top:1px solid #94a3b824;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding-top:12px;display:grid}.share-review-latest{background:#16273980;border:1px solid #5aa7ff47;border-radius:12px;gap:5px;min-width:0;padding:12px;display:grid}.share-review-latest strong{color:var(--text);font-size:14px}.share-review-latest p{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.35;display:-webkit-box;overflow:hidden}.share-review-empty{align-self:center;margin:0}.cut-conversation-console{background:#080d135c;border-top:1px solid #94a3b82e;grid-template-columns:minmax(270px,360px) minmax(0,1fr);min-height:min(760px,100dvh - 260px);display:grid}.cut-conversation-list-pane,.cut-conversation-chat-pane{min-width:0;min-height:0}.cut-conversation-list-pane{background:#080d1361;border-right:1px solid #94a3b82e;grid-template-rows:auto auto minmax(0,1fr);display:grid}.cut-conversation-toolbar,.cut-conversation-chat-head{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.cut-conversation-toolbar div,.cut-conversation-chat-head div{gap:3px;min-width:0;display:grid}.cut-conversation-toolbar h2,.cut-conversation-chat-head h3,.cut-conversation-chat-head p{margin:0}.cut-conversation-toolbar h2,.cut-conversation-chat-head h3{color:var(--text)}.cut-conversation-toolbar h2{font-size:18px}.cut-conversation-chat-head h3{text-overflow:ellipsis;white-space:nowrap;font-size:20px;overflow:hidden}.cut-conversation-toolbar span,.cut-conversation-chat-head span,.cut-conversation-chat-head p,.cut-conversation-empty,.cut-conversation-placeholder span{color:var(--muted)}.cut-conversation-toolbar button,.cut-conversation-chat-head a,.cut-conversation-mobile-back,.cut-conversation-composer button{color:var(--text);background:#17212b;border:1px solid #94a3b83d;border-radius:8px;flex:none;padding:8px 10px;font-size:12px;font-weight:850;text-decoration:none}.cut-conversation-filters{border-bottom:1px solid #94a3b81f;grid-template-columns:1fr;gap:8px;padding:12px;display:grid}.cut-conversation-filters input,.cut-conversation-filters select,.cut-conversation-composer textarea{width:100%;color:var(--text);background:#070c10;border:1px solid #94a3b83d;border-radius:8px;padding:9px 10px}.cut-conversation-list{align-content:start;gap:7px;min-height:0;padding:10px;display:grid;overflow-y:auto}.cut-conversation-row{width:100%;min-width:0;color:inherit;text-align:left;background:#0b1117db;border:1px solid #94a3b829;border-radius:10px;gap:4px;padding:10px;display:grid}.cut-conversation-row.is-active{background:linear-gradient(135deg,#f0493629,#0b1117e6);border-color:#f04936a3}.cut-conversation-row span,.cut-conversation-row em,.cut-conversation-row small{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.cut-conversation-row span,.cut-conversation-row small{font-size:12px}.cut-conversation-row strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.cut-conversation-chat-pane{background:linear-gradient(#0b111785,#080d13b8);grid-template-rows:auto auto minmax(0,1fr) auto auto;display:grid}.cut-conversation-video-card{background:#04080c6b;border-bottom:1px solid #94a3b824;gap:8px;padding:12px;display:grid}.cut-conversation-video-frame{aspect-ratio:16/9;background:#05080b;border:1px solid #ffffff24;border-radius:10px;min-height:0;max-height:clamp(210px,34vh,360px);overflow:hidden}.cut-conversation-video-frame video,.cut-conversation-video-frame iframe{background:#05080b;border:0;width:100%;height:100%;min-height:0;display:block}.cut-conversation-video-frame video{object-fit:contain}.cut-conversation-video-empty{min-height:180px;color:var(--muted);text-align:center;place-items:center;padding:18px;display:grid}.cut-conversation-video-toolbar{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.cut-conversation-video-toolbar button{color:var(--text);background:#17212b;border:1px solid #94a3b83d;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:850}.cut-conversation-chat-pane>.analysis-comments-list{min-height:0;padding:12px}.cut-conversation-composer{background:#080d13db;border-top:1px solid #94a3b824;gap:8px;padding:12px;display:grid}.cut-conversation-composer div{justify-content:space-between;align-items:center;gap:10px;display:flex}.cut-conversation-composer span,.cut-conversation-error{color:var(--muted);font-size:12px}.cut-conversation-error{color:#ffc7c0;margin:0;padding:0 12px 12px}.cut-conversation-empty,.cut-conversation-placeholder{margin:0;padding:18px}.cut-conversation-placeholder{text-align:center;place-content:center;gap:6px;display:grid}.cut-conversation-mobile-back{display:none}.share-workspace-page .share-content-item{background:linear-gradient(135deg,#0b1117f5,#121b26e0);border-color:#94a3b82e;border-radius:13px;min-height:92px}.share-workspace-page .share-content-link strong{font-size:17px}.share-workspace-page .share-create-content{padding:0 14px 14px}.share-workspace-page .share-create-content details,.share-workspace-page .share-edit-box{background:#080d13b8;border-color:#94a3b833;border-radius:12px}.share-access-panel{padding-bottom:12px}.share-access-group{padding:0 14px}.share-access-group h3{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px}.share-recipient-summary{margin:0}.share-conversation-panel{min-height:clamp(520px,68vh,760px)}.share-conversation-head{background:#0d131bf5;padding:16px 18px}.share-conversation-list{background:linear-gradient(#0a0f16eb,#070b11fa);padding:16px}.share-conversation-form{background:#0d131bfa;padding:14px}.share-conversation-form textarea{border-radius:12px}.analyse-page.has-folder-context .analyse-header{border-color:#94a3b838;border-left-color:var(--brand);background:linear-gradient(135deg,#121b26fa,#080d13f5)}.analyse-page.has-folder-context .analyse-back-btn{min-height:34px;color:var(--text);background:#f049361f;border-color:#f0493680;padding-inline:10px}@media (max-width:1100px){.share-index-hero,.share-folder-hero,.share-workspace-grid{grid-template-columns:1fr}.share-index-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.share-folder-hero-actions{min-width:0}}@media (max-width:760px){.share-index-page,.share-workspace-page{gap:12px}.share-index-hero,.share-folder-hero{border-radius:14px;padding:16px}.share-index-hero h1,.share-folder-hero h1{font-size:clamp(2rem,12vw,3rem)}.share-index-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.share-index-summary span{min-height:64px;padding:12px}.share-index-toolbar-main,.share-team-filter-form,.share-folder-hero-actions{flex-direction:column;align-items:stretch}.share-index-toolbar-main .archive-filter-tabs{width:100%}.share-index-page .share-folder-grid{grid-template-columns:1fr}.share-folder-card{min-height:0}.share-folder-card-head{display:grid}.share-folder-open,.share-folder-hero-actions .btn,.share-folder-hero-actions form,.share-folder-hero-actions button{width:100%}.share-workspace-grid{gap:12px}.share-workspace-page .share-content-list,.share-review-list,.share-workspace-page .share-create-content{padding:12px}.share-review-main,.share-review-foot{grid-template-columns:1fr}.share-review-metrics,.share-review-foot .share-content-actions{justify-content:stretch}.share-review-foot .share-content-actions .btn,.share-review-foot .share-content-actions form,.share-review-foot .share-content-actions button,.share-review-foot .share-content-actions span{width:100%}.cut-conversation-console{grid-template-columns:1fr;min-height:min(720px,100dvh - 180px)}.cut-conversation-list-pane{border-right:0}.cut-conversation-chat-pane,.cut-conversation-console.is-chat-open .cut-conversation-list-pane{display:none}.cut-conversation-console.is-chat-open .cut-conversation-chat-pane{display:grid}.cut-conversation-mobile-back{display:inline-flex}.cut-conversation-chat-head{grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.cut-conversation-chat-head a{grid-column:1/-1;width:fit-content}.cut-conversation-video-card{padding:10px}.cut-conversation-video-frame{max-height:240px}.share-workspace-page .share-content-item{grid-template-columns:1fr}.share-workspace-page .share-content-link strong{white-space:normal}.share-conversation-panel{min-height:auto}}html body .analyse-page.is-side-records.has-inspector .xml-registry-panel.force-visible{grid-template-rows:auto auto auto minmax(0,1fr)!important}html body .analyse-page.is-side-records.has-inspector .event-row,html body .analyse-page .xml-registry-list .event-row{align-items:stretch!important;gap:0!important;min-height:66px!important;padding:0!important;display:flex!important}html body .analyse-page.is-side-records.has-inspector .event-row-trigger,html body .analyse-page .xml-registry-list .event-row-trigger{width:100%!important;min-width:0!important;color:inherit!important;text-align:left!important;background:0 0!important;border:0!important;flex:auto!important;grid-template-columns:10px minmax(0,1fr) auto!important;grid-template-areas:"dot content time"!important;align-items:center!important;gap:2px 8px!important;padding:7px 8px!important;display:grid!important}html body .analyse-page.is-side-records.has-inspector .event-row-trigger .event-row-main strong,html body .analyse-page .xml-registry-list .event-row-trigger .event-row-main strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal!important;line-height:1.16!important;display:-webkit-box!important;overflow:hidden!important}html body .analyse-page.is-side-records.has-inspector .event-row-descriptors,html body .analyse-page .xml-registry-list .event-row-descriptors{flex-wrap:wrap!important;gap:4px!important;min-width:0!important;max-height:42px!important;margin-top:5px!important;display:flex!important;overflow:hidden!important}html body .analyse-page.is-side-records.has-inspector .event-row-descriptor,html body .analyse-page .xml-registry-list .event-row-descriptor{min-width:0!important;max-width:100%!important;color:var(--text)!important;white-space:nowrap!important;background:#0f172a9e!important;border:1px solid #94a3b847!important;border-radius:999px!important;align-items:center!important;gap:4px!important;padding:2px 7px!important;font-size:10.5px!important;line-height:1.15!important;display:inline-flex!important}html body .analyse-page.is-side-records.has-inspector .event-row-descriptor b,html body .analyse-page .xml-registry-list .event-row-descriptor b{color:var(--muted)!important;font-weight:700!important}html body .analyse-page.is-side-records.has-inspector .event-row-descriptor.is-more,html body .analyse-page .xml-registry-list .event-row-descriptor.is-more{color:var(--faint)!important}html body .analyse-page .detail-descriptor-list{flex-wrap:wrap;gap:6px;min-width:0;display:flex}html body .analyse-page .detail-descriptor{color:var(--text);background:#0f172aa8;border:1px solid #94a3b847;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:12px;line-height:1.2;display:inline-flex}html body .analyse-page .detail-descriptor b{color:var(--muted)}html body .analyse-page.is-side-records.has-inspector .event-row-select,html body .analyse-page .xml-registry-list .event-row-select{place-items:center!important;width:34px!important;min-height:100%!important;display:grid!important}.shell>.main{flex-direction:column;min-height:100dvh;display:flex}.shell>.main>.app-legal-footer{flex:none;margin-top:auto}.shell:has(.analyse-page) .app-legal-footer{display:none}@media (max-width:760px){.shell>.main{min-height:auto}}@media (min-width:901px){.shell{grid-template-columns:236px minmax(0,1fr)}.sidebar.app-sidebar.clean-sidebar{background:linear-gradient(180deg, #121c26e0, #080c10fa), var(--inset);border-right-color:#64748b3d}.app-sidebar .nav.app-nav,.app-sidebar .clean-app-nav{align-content:start;gap:7px;display:grid;overflow:visible}.app-sidebar .nav.app-nav a,.app-sidebar .nav.app-nav button,.app-sidebar .clean-app-nav a,.app-sidebar .clean-app-nav button{text-align:left;background:0 0;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:48px;position:relative;overflow:visible;padding:8px 10px!important;display:grid!important}.app-sidebar .nav.app-nav a:before,.app-sidebar .nav.app-nav button:before,.app-sidebar .clean-app-nav a:before,.app-sidebar .clean-app-nav button:before{content:"";background:0 0;border-radius:999px;width:3px;position:absolute;inset:7px auto 7px 0}.app-sidebar .nav.app-nav a:hover,.app-sidebar .nav.app-nav button:hover,.app-sidebar .clean-app-nav a:hover,.app-sidebar .clean-app-nav button:hover{background:#ffffff0a;border-color:#94a3b842}.app-sidebar .nav.app-nav a.is-active,.app-sidebar .clean-app-nav a.is-active{background:linear-gradient(90deg,#f0493638,#ffffff09);border-color:#f049369e}.app-sidebar .nav.app-nav a.is-active:before,.app-sidebar .clean-app-nav a.is-active:before{background:var(--brand)}.nav-icon-wrap{width:34px;height:34px;color:var(--text-2);background:#080d12b8;border:1px solid #94a3b838;border-radius:8px;place-items:center;display:grid;position:relative}.nav-icon{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.app-sidebar .nav a.is-active .nav-icon-wrap{color:#fff;background:#f0493629;border-color:#f04936cc}.nav-copy{gap:2px;min-width:0;display:grid}.app-sidebar .nav .nav-copy strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.12;display:block;overflow:hidden}.app-sidebar .nav .nav-copy span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.15;display:block;overflow:hidden}.nav-icon-badge{border:2px solid var(--inset);color:#fff;background:#66a80f;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-style:normal;font-weight:850;line-height:1;display:grid;position:absolute;top:-6px;right:-7px}.app-sidebar.is-collapsed{width:72px!important;min-width:72px!important;max-width:72px!important;padding:10px 8px!important}.app-sidebar.is-collapsed .app-sidebar-top,.app-sidebar.is-collapsed .clean-sidebar-top{justify-items:center;display:grid!important}.app-sidebar.is-collapsed .brand-copy,.app-sidebar.is-collapsed .clean-brand .brand-copy,.app-sidebar.is-collapsed .clean-brand em,.app-sidebar.is-collapsed .nav-copy{display:none!important}.app-sidebar.is-collapsed .app-brand,.app-sidebar.is-collapsed .clean-brand{justify-items:center;grid-template-columns:1fr!important;padding:0 0 8px!important;display:grid!important}.app-sidebar.is-collapsed .brand-mark,.app-sidebar.is-collapsed .brand-mark-image{width:38px!important;height:38px!important}.app-sidebar.is-collapsed .sidebar-collapse-btn{width:42px!important;height:34px!important;margin:0!important}.app-sidebar.is-collapsed .nav.app-nav a,.app-sidebar.is-collapsed .nav.app-nav button,.app-sidebar.is-collapsed .clean-app-nav a,.app-sidebar.is-collapsed .clean-app-nav button{justify-items:center;min-height:44px;grid-template-columns:1fr!important;padding:5px!important}.app-sidebar.is-collapsed .nav-icon-wrap{width:36px;height:36px}}@media (max-width:900px){.nav-icon-wrap{display:none}}@media (min-width:901px){html body .app-sidebar.clean-sidebar{width:236px!important;min-width:236px!important;max-width:236px!important;padding:12px 10px!important}html body .app-sidebar.clean-sidebar.is-collapsed{width:72px!important;min-width:72px!important;max-width:72px!important;padding:10px 8px!important}html body .app-sidebar .app-nav a,html body .app-sidebar .app-nav button,html body .app-sidebar .clean-app-nav a,html body .app-sidebar .clean-app-nav button{grid-template-rows:auto!important;gap:10px!important}html body .app-sidebar .app-nav a>.nav-icon-wrap,html body .app-sidebar .app-nav button>.nav-icon-wrap,html body .app-sidebar .clean-app-nav a>.nav-icon-wrap,html body .app-sidebar .clean-app-nav button>.nav-icon-wrap{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;color:var(--text-2)!important;background:#080d12bd!important;border:1px solid #94a3b847!important;border-radius:9px!important;grid-area:1/1!important;place-self:center!important;place-items:center!important;margin:0!important;padding:0!important;display:grid!important;position:relative!important}html body .app-sidebar .app-nav .nav-icon,html body .app-sidebar .clean-app-nav .nav-icon{width:19px!important;height:19px!important;color:inherit!important;stroke:currentColor!important;margin:0!important;display:block!important}html body .app-sidebar .app-nav a>.nav-copy,html body .app-sidebar .app-nav button>.nav-copy,html body .app-sidebar .clean-app-nav a>.nav-copy,html body .app-sidebar .clean-app-nav button>.nav-copy{text-align:left!important;grid-area:1/2!important;gap:3px!important;min-width:0!important;margin:0!important;padding:0!important;display:grid!important}html body .app-sidebar .app-nav .nav-copy>strong,html body .app-sidebar .clean-app-nav .nav-copy>strong{min-width:0!important;color:var(--text)!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:13px!important;line-height:1.1!important;display:block!important;overflow:hidden!important}html body .app-sidebar .app-nav .nav-copy>span,html body .app-sidebar .clean-app-nav .nav-copy>span{min-width:0!important;color:var(--muted)!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin:0!important;font-size:11px!important;line-height:1.1!important;display:block!important;overflow:hidden!important}html body .app-sidebar .app-nav .nav-icon-badge,html body .app-sidebar .clean-app-nav .nav-icon-badge{border:2px solid var(--inset)!important;color:#fff!important;background:#66a80f!important;border-radius:999px!important;place-items:center!important;min-width:18px!important;height:18px!important;margin:0!important;padding:0 5px!important;font-size:10px!important;font-style:normal!important;font-weight:850!important;line-height:1!important;display:grid!important;position:absolute!important;top:-6px!important;right:-7px!important}html body .app-sidebar.is-collapsed .app-sidebar-top,html body .app-sidebar.is-collapsed .clean-sidebar-top{padding-right:0!important;display:grid!important}html body .app-sidebar.is-collapsed .app-brand,html body .app-sidebar.is-collapsed .clean-brand{width:100%!important;display:grid!important}html body .app-sidebar.is-collapsed .sidebar-collapse-btn{place-items:center!important;padding:0!important;display:grid!important;position:static!important}html body .app-sidebar.is-collapsed .app-nav a,html body .app-sidebar.is-collapsed .app-nav button,html body .app-sidebar.is-collapsed .clean-app-nav a,html body .app-sidebar.is-collapsed .clean-app-nav button{text-align:center!important;width:100%!important;display:grid!important}html body .app-sidebar.is-collapsed .app-nav a>.nav-icon-wrap,html body .app-sidebar.is-collapsed .app-nav button>.nav-icon-wrap,html body .app-sidebar.is-collapsed .clean-app-nav a>.nav-icon-wrap,html body .app-sidebar.is-collapsed .clean-app-nav button>.nav-icon-wrap{grid-column:1!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;margin:0 auto!important;display:grid!important}html body .app-sidebar.is-collapsed .app-nav a:before,html body .app-sidebar.is-collapsed .app-nav button:before,html body .app-sidebar.is-collapsed .clean-app-nav a:before,html body .app-sidebar.is-collapsed .clean-app-nav button:before{inset:6px auto 6px 0!important}html body .shell{grid-template-columns:214px minmax(0,1fr)!important}html body .shell:has(.app-sidebar.is-collapsed){grid-template-columns:58px minmax(0,1fr)!important}html body .sidebar.app-sidebar.clean-sidebar{gap:10px!important;width:214px!important;min-width:214px!important;max-width:214px!important;padding:10px 8px!important}html body .sidebar.app-sidebar.clean-sidebar.is-collapsed{gap:8px!important;width:58px!important;min-width:58px!important;max-width:58px!important;padding:8px 6px!important}html body .app-sidebar .app-sidebar-top,html body .app-sidebar .clean-sidebar-top{grid-template-columns:minmax(0,1fr) 38px!important;gap:8px!important;padding-right:0!important}html body .app-sidebar .app-brand,html body .app-sidebar .clean-brand{grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:0!important}html body .app-sidebar .brand-mark,html body .app-sidebar .brand-mark-image{border-radius:6px!important;width:34px!important;min-width:34px!important;height:34px!important}html body .app-sidebar .brand-copy{min-width:0!important}html body .app-sidebar .brand-copy strong{white-space:nowrap!important;font-size:12px!important;line-height:1.05!important;display:block!important}html body .app-sidebar .brand-copy span{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:10px!important;line-height:1.1!important;display:block!important;overflow:hidden!important}html body .app-sidebar .brand-copy em{white-space:nowrap!important;max-width:100%!important;margin-top:4px!important;padding:2px 5px!important;font-size:8.5px!important;line-height:1!important;display:inline-block!important}html body .app-sidebar .sidebar-collapse-btn{place-items:center!important;width:38px!important;min-width:38px!important;height:30px!important;min-height:30px!important;margin:0!important;padding:0!important;font-size:12px!important;display:grid!important;position:static!important}html body .app-sidebar .app-nav,html body .app-sidebar .clean-app-nav{grid-template-columns:1fr!important;align-content:start!important;gap:6px!important;display:grid!important;overflow:visible!important}html body .app-sidebar .app-nav a,html body .app-sidebar .app-nav button,html body .app-sidebar .clean-app-nav a,html body .app-sidebar .clean-app-nav button{text-align:left!important;border-radius:8px!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-areas:"icon copy"!important;place-items:center stretch!important;column-gap:8px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:42px!important;padding:6px 8px!important;display:grid!important;overflow:hidden!important}html body .app-sidebar .app-nav a.is-active,html body .app-sidebar .clean-app-nav a.is-active{background:linear-gradient(90deg,#f049363d,#f049360f)!important;border-color:#f04936b8!important}html body .app-sidebar .app-nav a:before,html body .app-sidebar .app-nav button:before,html body .app-sidebar .clean-app-nav a:before,html body .app-sidebar .clean-app-nav button:before{width:3px!important;inset:6px auto 6px 0!important}html body .app-sidebar .nav-icon-wrap,html body .app-sidebar .app-nav a>.nav-icon-wrap,html body .app-sidebar .app-nav button>.nav-icon-wrap,html body .app-sidebar .clean-app-nav a>.nav-icon-wrap,html body .app-sidebar .clean-app-nav button>.nav-icon-wrap{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;color:var(--text-2)!important;background:#080d12b8!important;border:1px solid #94a3b83d!important;border-radius:7px!important;grid-area:icon!important;place-self:center!important;place-items:center!important;margin:0!important;padding:0!important;display:grid!important;position:relative!important}html body .app-sidebar .app-nav a.is-active>.nav-icon-wrap,html body .app-sidebar .clean-app-nav a.is-active>.nav-icon-wrap{color:#fff!important;background:#f0493629!important;border-color:#f04936cc!important}html body .app-sidebar .nav-icon,html body .app-sidebar .app-nav .nav-icon,html body .app-sidebar .clean-app-nav .nav-icon{stroke-width:2px!important;width:16px!important;height:16px!important;margin:0!important;display:block!important}html body .app-sidebar .nav-copy,html body .app-sidebar .app-nav a>.nav-copy,html body .app-sidebar .app-nav button>.nav-copy,html body .app-sidebar .clean-app-nav a>.nav-copy,html body .app-sidebar .clean-app-nav button>.nav-copy{text-align:left!important;grid-area:copy!important;grid-template-rows:auto auto!important;grid-template-columns:1fr!important;align-content:center!important;gap:2px!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:grid!important;position:static!important;transform:none!important}html body .app-sidebar .nav-copy>.nav-label,html body .app-sidebar .app-nav .nav-copy>.nav-label,html body .app-sidebar .clean-app-nav .nav-copy>.nav-label{width:100%!important;min-width:0!important;color:var(--text)!important;white-space:nowrap!important;text-overflow:ellipsis!important;grid-area:1/1!important;justify-self:start!important;margin:0!important;padding:0!important;font-size:12px!important;font-weight:780!important;line-height:1.05!important;display:block!important;position:static!important;overflow:hidden!important;transform:none!important}html body .app-sidebar .nav-copy>.nav-description,html body .app-sidebar .app-nav .nav-copy>.nav-description,html body .app-sidebar .clean-app-nav .nav-copy>.nav-description{width:100%!important;min-width:0!important;color:var(--muted)!important;white-space:nowrap!important;text-overflow:ellipsis!important;grid-area:2/1!important;justify-self:start!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:500!important;line-height:1.05!important;display:block!important;position:static!important;overflow:hidden!important;transform:none!important}html body .app-sidebar .nav-icon-badge{border-width:1px!important;min-width:15px!important;height:15px!important;padding:0 4px!important;font-size:8px!important;top:-5px!important;right:-6px!important}html body .app-sidebar.is-collapsed .app-sidebar-top,html body .app-sidebar.is-collapsed .clean-sidebar-top{grid-template-columns:1fr!important;justify-items:center!important;gap:7px!important}html body .app-sidebar.is-collapsed .app-brand,html body .app-sidebar.is-collapsed .clean-brand{grid-template-columns:1fr!important;justify-items:center!important;padding:0 0 7px!important}html body .app-sidebar.is-collapsed .brand-copy,html body .app-sidebar.is-collapsed .brand-copy *,html body .app-sidebar.is-collapsed .nav-copy,html body .app-sidebar.is-collapsed .nav-copy *{display:none!important}html body .app-sidebar.is-collapsed .brand-mark,html body .app-sidebar.is-collapsed .brand-mark-image{width:34px!important;min-width:34px!important;height:34px!important}html body .app-sidebar.is-collapsed .sidebar-collapse-btn{width:34px!important;min-width:34px!important;height:30px!important;margin:0 auto!important}html body .app-sidebar.is-collapsed .app-nav a,html body .app-sidebar.is-collapsed .app-nav button,html body .app-sidebar.is-collapsed .clean-app-nav a,html body .app-sidebar.is-collapsed .clean-app-nav button{grid-template-columns:1fr!important;grid-template-areas:"icon"!important;place-items:center!important;min-height:38px!important;padding:5px!important;overflow:visible!important}html body .app-sidebar.is-collapsed .nav-icon-wrap,html body .app-sidebar.is-collapsed .app-nav a>.nav-icon-wrap,html body .app-sidebar.is-collapsed .app-nav button>.nav-icon-wrap,html body .app-sidebar.is-collapsed .clean-app-nav a>.nav-icon-wrap,html body .app-sidebar.is-collapsed .clean-app-nav button>.nav-icon-wrap{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;margin:0 auto!important}html body .app-sidebar.is-collapsed .app-nav a>.nav-copy,html body .app-sidebar.is-collapsed .app-nav button>.nav-copy,html body .app-sidebar.is-collapsed .clean-app-nav a>.nav-copy,html body .app-sidebar.is-collapsed .clean-app-nav button>.nav-copy,html body .app-sidebar.is-collapsed .app-nav a>.nav-copy *,html body .app-sidebar.is-collapsed .app-nav button>.nav-copy *,html body .app-sidebar.is-collapsed .clean-app-nav a>.nav-copy *,html body .app-sidebar.is-collapsed .clean-app-nav button>.nav-copy *{display:none!important}}.admin-console{align-content:start!important}.app-sidebar:not(.is-collapsed) .clean-brand .brand-copy em,.app-sidebar:not(.is-collapsed) .app-brand .brand-copy em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;letter-spacing:0!important;max-width:100%!important;margin-left:0!important;padding:2px 5px!important;font-size:8px!important}.folder-browser-page,.folder-workspace-page{gap:14px;width:min(1480px,100%)}.folder-browser-head,.folder-workspace-head{border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:flex-end;gap:18px;min-width:0;padding:4px 2px 18px;display:flex}.folder-browser-head>div,.folder-workspace-title{gap:7px;min-width:0;display:grid}.folder-browser-head .clean-breadcrumb,.folder-workspace-head .clean-breadcrumb{color:var(--muted);text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.folder-browser-title-line{align-items:center;gap:10px;min-width:0;display:flex}.folder-browser-title-line h1,.folder-workspace-title h1{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(26px,3vw,38px);line-height:1.08;overflow:hidden}.folder-browser-title-line>span,.folder-workspace-tabs span{min-width:24px;height:24px;color:var(--text-2);background:#64748b33;border-radius:999px;place-items:center;padding:0 7px;font-size:11px;font-weight:850;display:inline-grid}.folder-browser-head p,.folder-workspace-title p,.folder-view-head p,.folder-access-panel header p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.folder-browser-toolbar{justify-content:space-between;align-items:end;gap:14px;min-width:0;padding:10px 0;display:flex}.folder-browser-toolbar-main,.folder-workspace-actions,.folder-content-create,.folder-content-actions,.folder-browser-actions{align-items:center;gap:8px;display:flex}.folder-browser-toolbar-main{flex:auto;justify-content:space-between;min-width:0}.folder-browser-toolbar .share-team-filter-form label{min-width:min(280px,100%)}.folder-browser-toolbar .share-team-filter-form label span{display:none}.folder-browser-create,.folder-workspace-settings,.folder-content-create details{position:relative}.folder-browser-create>summary,.folder-workspace-settings>summary,.folder-content-create summary{min-height:36px;color:var(--text);cursor:pointer;background:#141d26;border:1px solid #94a3b847;border-radius:7px;align-items:center;padding:8px 11px;font-size:12px;font-weight:850;list-style:none;display:inline-flex}.folder-browser-create>summary{background:#f0493624;border-color:#f04936b3}.folder-browser-create>summary::-webkit-details-marker{display:none}.folder-workspace-settings>summary::-webkit-details-marker{display:none}.folder-content-create summary::-webkit-details-marker{display:none}.folder-browser-create[open]{width:min(920px,100%)}.folder-browser-create[open]>.share-folder-form{z-index:30;background:#0c131a;border:1px solid #94a3b847;border-radius:8px;width:min(920px,100vw - 32px);max-height:min(720px,100dvh - 120px);position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 24px 60px #00000075}.folder-browser-list{background:#080d1394;border:1px solid #94a3b833;border-radius:8px;overflow:hidden}.folder-browser-columns,.folder-browser-row{grid-template-columns:minmax(240px,1.5fr) 150px 180px 100px;align-items:center;gap:14px;min-width:0;display:grid}.folder-browser-columns{min-height:38px;color:var(--muted);text-transform:uppercase;border-bottom:1px solid #94a3b82e;padding:0 14px;font-size:10px;font-weight:850}.folder-browser-row{border-bottom:1px solid #94a3b81f;min-height:74px;padding:11px 14px;transition:background-color .16s}.folder-browser-row:last-child{border-bottom:0}.folder-browser-row:hover{background:#1b2733a3}.folder-browser-row.is-archived{opacity:.64}.folder-browser-folder{grid-template-columns:36px minmax(0,1fr);align-items:center;gap:11px;min-width:0;display:grid}.folder-browser-mark{color:#b9dbff;background:#5aa7ff21;border:1px solid #5aa7ff6b;border-radius:6px 6px 4px 4px;place-items:center;width:36px;height:32px;font-size:12px;font-weight:900;display:grid}.folder-browser-folder>div,.folder-browser-metrics,.folder-browser-access{gap:3px;min-width:0;display:grid}.folder-browser-folder a,.folder-browser-folder strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;text-decoration:none;overflow:hidden}.folder-browser-folder span,.folder-browser-metrics span,.folder-browser-access span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.folder-browser-metrics strong,.folder-browser-access strong{color:var(--text-2);font-size:13px}.folder-browser-actions{justify-content:flex-end}.folder-browser-actions .btn{min-height:34px;padding:7px 11px;font-size:12px}.folder-browser-empty,.folder-view-empty{color:var(--muted);text-align:center;padding:34px 18px}.folder-workspace-head{align-items:center}.folder-workspace-actions{flex:none}.folder-workspace-settings[open]>form{z-index:20;background:#0c131a;border:1px solid #94a3b842;border-radius:8px;width:max-content;padding:10px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 44px #0000006b}.folder-workspace-tabs{border-bottom:1px solid #94a3b833;align-items:center;gap:22px;min-width:0;display:flex;overflow-x:auto}.folder-workspace-tabs a{min-height:44px;color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-1px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.folder-workspace-tabs a.is-active{border-bottom-color:var(--brand);color:var(--text)}.folder-workspace-tabs a.is-active span{color:#fff;background:#f049362e}.folder-content-view,.folder-conversations-view,.folder-access-view{min-width:0}.folder-content-view{background:#080d1380;border:1px solid #94a3b833;border-radius:8px}.folder-view-head{border-bottom:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:14px 16px;display:flex}.folder-view-head h2,.folder-access-panel h2{color:var(--text);margin:0 0 3px;font-size:18px}.folder-content-list{min-width:0}.folder-content-row{border-bottom:1px solid #94a3b81f;grid-template-columns:minmax(260px,1fr) 150px auto;align-items:center;gap:14px;min-height:78px;padding:12px 16px;display:grid}.folder-content-row:last-child{border-bottom:0}.folder-content-row:hover{background:#1b27338a}.folder-content-main{min-width:0;color:inherit;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:11px;text-decoration:none;display:grid}.folder-content-kind{color:#b9dbff;text-transform:uppercase;background:#5aa7ff1a;border:1px solid #5aa7ff57;border-radius:5px;place-items:center;min-height:28px;font-size:10px;font-weight:900;display:grid}.folder-content-main>div,.folder-content-activity{gap:4px;min-width:0;display:grid}.folder-content-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.folder-content-main span,.folder-content-activity span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.folder-content-activity strong{color:var(--text-2);font-size:13px}.folder-content-actions{justify-content:flex-end}.folder-content-actions form{margin:0}.folder-content-actions .btn{min-height:34px;padding:7px 10px;font-size:12px}.folder-access-view{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.folder-access-panel{background:#080d1385;border:1px solid #94a3b833;border-radius:8px;align-content:start;gap:16px;min-width:0;padding:16px;display:grid}.folder-access-panel .share-access-group{padding:0}.folder-conversations-view{background:#080d13;border:1px solid #94a3b833;border-radius:8px;height:clamp(620px,100dvh - 230px,900px);overflow:hidden}.folder-conversations-view .cut-conversation-console{border-top:0;height:100%;min-height:0}.cut-conversation-chat-pane{grid-template-rows:auto minmax(0,1fr)}.cut-conversation-review-body{grid-template-columns:minmax(390px,1.18fr) minmax(310px,.82fr);min-width:0;min-height:0;display:grid;overflow:hidden}.cut-conversation-review-body .cut-conversation-video-card{border-bottom:0;border-right:1px solid #94a3b824;align-content:start;min-width:0;min-height:0}.cut-conversation-review-body .cut-conversation-video-frame{width:100%;max-height:none}.cut-conversation-thread{background:#080d13b8;grid-template-rows:minmax(0,1fr) auto auto;min-width:0;min-height:0;display:grid;overflow:hidden}.cut-conversation-thread>.analysis-comments-list{min-height:0;padding:12px;overflow-y:auto}@media (max-width:1240px){.cut-conversation-review-body{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;overflow-y:auto}.cut-conversation-review-body .cut-conversation-video-card{border-bottom:1px solid #94a3b824;border-right:0}.cut-conversation-review-body .cut-conversation-video-frame{max-height:320px}.cut-conversation-thread{min-height:360px}}@media (max-width:760px){.folder-browser-page,.folder-workspace-page{gap:10px}.folder-browser-head,.folder-workspace-head,.folder-browser-toolbar,.folder-view-head{flex-direction:column;align-items:stretch}.folder-browser-title-line h1,.folder-workspace-title h1{font-size:26px}.folder-browser-create,.folder-browser-create>summary,.folder-browser-toolbar .share-team-filter-form,.folder-browser-toolbar .share-team-filter-form label,.folder-browser-toolbar .archive-filter-tabs{width:100%}.folder-browser-create[open]>.share-folder-form{width:auto;max-height:calc(100dvh - 24px);position:fixed;inset:12px}.folder-browser-columns{display:none}.folder-browser-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px}.folder-browser-folder{grid-column:1}.folder-browser-metrics,.folder-browser-access{grid-column:1;gap:8px;display:flex}.folder-browser-actions{grid-area:1/2/span 3;align-self:center}.folder-workspace-actions{justify-content:space-between}.folder-workspace-tabs{gap:18px}.folder-content-create{flex-direction:column;align-items:stretch}.folder-content-create details,.folder-content-create summary{width:100%}.folder-content-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px}.folder-content-main{grid-column:1/-1;grid-template-columns:62px minmax(0,1fr)}.folder-content-activity{grid-column:1;gap:8px;display:flex}.folder-content-actions{grid-column:2}.folder-content-actions .danger{display:none}.folder-access-view{grid-template-columns:1fr}.folder-conversations-view{height:calc(100dvh - 210px);min-height:560px}.folder-conversations-view .cut-conversation-console{min-height:0}.cut-conversation-review-body{min-height:0;display:block;overflow-y:auto}.cut-conversation-thread{min-height:430px}}.shared-video-player{aspect-ratio:16/9;background:#05070a;width:100%;min-width:0;height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.shared-video-player>video{object-fit:contain;background:#05070a;width:100%;min-width:0;height:100%;min-height:0;display:block}.shared-video-empty,.shared-video-error{text-align:center;color:#eef2f6;background:#090d12;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.shared-video-empty span,.shared-video-error span{color:#9da9b7}.shared-video-error>div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.shared-video-error a,.shared-video-error button{color:#eef2f6;min-height:38px;font:inherit;cursor:pointer;background:#151b22;border:1px solid #3a4653;border-radius:6px;padding:8px 12px;text-decoration:none}html body .shell:has(.analyse-page) .analyse-page .analyse-video-container{aspect-ratio:16/9!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important}.notification-video-frame,.cut-conversation-video-frame{aspect-ratio:16/9;background:#05070a;min-height:0;overflow:hidden}.notification-video-frame>.shared-video-player,.cut-conversation-video-frame>.shared-video-player{height:100%}@media (max-width:700px){.shared-video-empty,.shared-video-error{gap:8px;padding:16px;font-size:14px}html body .shell:has(.analyse-page) .analyse-page .analyse-video-container{height:auto!important;min-height:0!important;max-height:none!important}}@media (min-width:1181px) and (max-width:1280px){.clean-season-page .clean-fixture-table col.fixture-col-date,.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child{width:10%!important}.clean-season-page .clean-fixture-table col.fixture-col-phase,.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2){width:8%!important}.clean-season-page .clean-fixture-table col.fixture-col-round,.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){text-align:left!important;width:15%!important}.clean-season-page .clean-fixture-table col.fixture-col-team,.clean-season-page .clean-fixture-table th:nth-child(4),.clean-season-page .clean-fixture-table td:nth-child(4),.clean-season-page .clean-fixture-table th:nth-child(6),.clean-season-page .clean-fixture-table td:nth-child(6){width:12%!important}.clean-season-page .clean-fixture-table col.fixture-col-score,.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){width:9%!important}.clean-season-page .clean-fixture-table col.fixture-col-status,.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:13%!important}.clean-season-page .clean-fixture-table col.fixture-col-actions,.clean-season-page .clean-fixture-table th:nth-child(8),.clean-season-page .clean-fixture-table td:nth-child(8){width:21%!important}}@media (min-width:1281px){.clean-season-page .clean-fixture-table col.fixture-col-date,.clean-season-page .clean-fixture-table th:first-child,.clean-season-page .clean-fixture-table td:first-child{width:10%!important}.clean-season-page .clean-fixture-table col.fixture-col-phase,.clean-season-page .clean-fixture-table th:nth-child(2),.clean-season-page .clean-fixture-table td:nth-child(2){width:8%!important}.clean-season-page .clean-fixture-table col.fixture-col-round,.clean-season-page .clean-fixture-table th:nth-child(3),.clean-season-page .clean-fixture-table td:nth-child(3){text-align:left!important;width:16%!important}.clean-season-page .clean-fixture-table col.fixture-col-team,.clean-season-page .clean-fixture-table th:nth-child(4),.clean-season-page .clean-fixture-table td:nth-child(4),.clean-season-page .clean-fixture-table th:nth-child(6),.clean-season-page .clean-fixture-table td:nth-child(6){width:13%!important}.clean-season-page .clean-fixture-table col.fixture-col-score,.clean-season-page .clean-fixture-table th:nth-child(5),.clean-season-page .clean-fixture-table td:nth-child(5){width:9%!important}.clean-season-page .clean-fixture-table col.fixture-col-status,.clean-season-page .clean-fixture-table th:nth-child(7),.clean-season-page .clean-fixture-table td:nth-child(7){width:14%!important}.clean-season-page .clean-fixture-table col.fixture-col-actions,.clean-season-page .clean-fixture-table th:nth-child(8),.clean-season-page .clean-fixture-table td:nth-child(8){width:17%!important}}:where(button,.btn,[role=button],details>summary){-webkit-tap-highlight-color:transparent;touch-action:manipulation}:where(button,.btn):disabled,:where(button,.btn)[aria-disabled=true]{opacity:.5;cursor:not-allowed!important}:where(.btn,.panel-toggle,.panel-head-btn,.mini-btn,.clean-row-action,.mobile-fixture-action,.fixture-filter-button,.fixture-search-form button,.fixture-modal button,.folder-wizard-actions button,.folder-confirm-dialog button,.notification-chat-head button,.notification-cut-toolbar button,.notification-side-back-row button){text-align:center;justify-content:center;align-items:center;min-width:0;max-width:100%;line-height:1.2}:where(button:not(:disabled),.btn:not([aria-disabled=true]),details>summary):active{transform:translateY(1px)}@media (max-width:900px){:where(.btn,.clean-row-action,.mobile-fixture-action,.fixture-filter-button,.fixture-search-form button,.fixture-clear-link,.fixture-modal button,.folder-add-content-button,.folder-wizard-actions button,.folder-confirm-dialog button,.folder-row-menu>summary,.folder-browser-create>summary,.folder-workspace-settings>summary,.folder-content-create summary,.notification-open-analysis,.notification-chat-head button,.notification-cut-toolbar button,.notification-new-comment-area>button,.notification-side-back-row button,.notifications-tabs button){min-height:42px!important}html body .analyse-page .analyse-panel-strip{grid-template-columns:repeat(var(--mobile-tab-count,4), minmax(0, 1fr))!important}html body .analyse-page .analyse-panel-strip .mobile-analysis-tab{text-overflow:ellipsis!important;min-height:44px!important;overflow:hidden!important}html body .clean-season-page .mobile-fixture-actions{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))!important}.match-edit-actions>*,.club-inline-form>button,.admin-inline-form>button{flex:132px}.fixture-modal-backdrop,.folder-confirm-backdrop{overscroll-behavior:contain;padding-bottom:max(12px, env(safe-area-inset-bottom))}.fixture-modal,.folder-confirm-dialog{max-width:100%}}@media (max-width:420px){.fixture-search-form{grid-template-columns:minmax(0,1fr) 76px!important}.fixture-search-form button{min-width:0!important;padding-inline:8px!important}.confirm-submit-actions,.folder-confirm-dialog form{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.confirm-submit-actions button,.folder-confirm-dialog form button{width:100%}}.clean-season-page .clean-phase-strip{align-items:stretch}.clean-season-page .clean-phase-pill{background:#0b1117;border-color:#2a3540;flex:1 1 0;align-content:center;width:auto;min-width:0;max-width:none;height:auto;min-height:60px;overflow:visible}.clean-season-page .clean-phase-pill strong{color:#f4f6f8;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;max-width:100%;font-size:14px;font-weight:800;line-height:1.25;display:block;overflow:visible}.clean-season-page .clean-phase-pill span{color:#aab4bf;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.2}.clean-season-page .clean-phase-pill:hover,.clean-season-page .clean-phase-pill.active{background:#281719;border-color:#f04936}.clean-season-page .clean-phase-pill.active strong{color:#fff}.clean-season-page .clean-phase-pill:focus-visible{outline-offset:2px;outline:2px solid #f04936}@media (max-width:700px){html body .clean-season-page .clean-phase-pill{background:#0b1117!important;border-color:#2a3540!important;width:100%!important;max-width:none!important;min-height:60px!important;overflow:visible!important}html body .clean-season-page .clean-phase-pill strong{color:#f4f6f8!important;overflow-wrap:anywhere!important;text-overflow:clip!important;white-space:normal!important;max-height:none!important;font-size:13px!important;line-height:1.2!important;display:block!important;overflow:visible!important}html body .clean-season-page .clean-phase-pill span{color:#aab4bf!important;font-size:11px!important;line-height:1.2!important}html body .clean-season-page .clean-phase-pill:hover,html body .clean-season-page .clean-phase-pill.active{background:#281719!important;border-color:#f04936!important}}html body .shared-video-player>iframe.analyse-drive-frame{border-radius:inherit!important;aspect-ratio:auto!important;background:#05070a!important;border:0!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}html body .shell:has(.analyse-page) .analyse-page .shared-video-player>iframe.analyse-drive-frame{border-radius:inherit!important;aspect-ratio:auto!important;background:#05070a!important;border:0!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}html body .shared-video-player:has(>iframe.analyse-drive-frame){width:100%!important;min-width:0!important;height:100%!important;min-height:0!important;display:block!important;overflow:hidden!important}
