:root{--bg:#f2f5f9;--surface:#fff;--surface-muted:#f6f8fb;--surface-soft:#eef3f8;--border:#dbe3ee;--text:#122033;--text-muted:#5d6b82;--accent:#2b6ef3;--accent-text:#164a9f;--accent-soft:#e8f0ff;--selected-bg:#eaf2ff;--active-bg:#edf2f7;--accent-border:#93c5fd;--surface-translucent:hsla(0,0%,100%,.78);--success:#0f9d58;--success-text:#0a7a33;--success-soft:#e8f7ee;--danger:#cf3d32;--danger-text:#b42318;--danger-soft:#fff5f5;--danger-border:#f3c7c3;--warning:#b7791f;--warning-text:#8a5a00;--warning-soft:#fff7e6;--warning-border:#f2d28b;--shadow:0 10px 30px rgba(15,23,42,.08);--sheet-bg:#f2f5f9;--sheet-grid:rgba(18,32,51,.045);--sheet-header:#edf2f7;--page-wash:hsla(0,0%,100%,.5);--page-wash-end:rgba(238,243,248,.85);--control-bg:#fff;--control-border:#cfd8e3;--topbar-bg:linear-gradient(90deg,#0b1220,#13203a);--topbar-border:hsla(0,0%,100%,.08);--topbar-link:#dbe7ff;--topbar-muted:#9eb3d9;--topbar-active:hsla(0,0%,100%,.08);--hero-bg:linear-gradient(180deg,#fff,#f8fbff);--row-soft:#f8fbfe;--row-alt:#f2f6fb;--sticky-bg:#f8fbfe;--user-team-pick-border:#0f172a;--user-team-pick-shadow:rgba(15,23,42,.18)}:root[data-theme=dark]{--bg:#070b14;--surface:#101827;--surface-muted:#162033;--surface-soft:#1d2a40;--border:#27364d;--text:#e8eef8;--text-muted:#a8b5ca;--accent:#74a5ff;--accent-text:#a8c8ff;--accent-soft:#14274b;--selected-bg:#162b4d;--active-bg:#1d2a40;--accent-border:#4f7fca;--surface-translucent:rgba(16,24,39,.82);--success:#58d68d;--success-text:#8ff0b7;--success-soft:#102c20;--danger:#ff746c;--danger-text:#ff9b93;--danger-soft:#331619;--danger-border:#7f302f;--warning:#f4c56b;--warning-text:#f6d383;--warning-soft:#332914;--warning-border:#775b22;--shadow:0 14px 34px rgba(0,0,0,.32);--sheet-bg:#080d18;--sheet-grid:rgba(180,199,229,.055);--sheet-header:#182338;--page-wash:rgba(10,16,28,.78);--page-wash-end:rgba(12,19,32,.94);--control-bg:#101827;--control-border:#334155;--topbar-bg:linear-gradient(90deg,#050914,#111b2e);--topbar-border:rgba(148,163,184,.16);--topbar-link:#cbd7ef;--topbar-muted:#8da2c6;--topbar-active:rgba(116,165,255,.16);--hero-bg:linear-gradient(180deg,#101827,#111d31);--row-soft:#101827;--row-alt:#162033;--sticky-bg:#111d31;--position-skill-badge-bg:var(--surface-soft);--position-skill-badge-text:var(--text);--position-skill-badge-border:var(--border);--user-team-pick-border:#facc15;--user-team-pick-shadow:rgba(250,204,21,.34)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-size-adjust:100%;background:linear-gradient(180deg,var(--page-wash) 0,var(--page-wash-end) 100%),linear-gradient(90deg,transparent 0 23px,var(--sheet-grid) 24px,transparent 25px),linear-gradient(transparent 0 23px,var(--sheet-grid) 24px,transparent 25px),var(--sheet-bg);background-size:auto,24px 24px,24px 24px,auto;color:var(--text)}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer;border-radius:10px;border:1px solid var(--control-border);background:var(--control-bg);color:var(--text);padding:8px 12px;transition:.16s ease}button:hover{border-color:#b8c6d8;box-shadow:0 2px 10px rgba(15,23,42,.06)}button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.injury-plus-marker{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:13px;height:13px;margin:0 4px 0 0;border-radius:999px;background:var(--danger-soft);color:var(--danger-text)!important;border:1px solid var(--danger-border);font-size:12px;font-weight:1000;line-height:1;vertical-align:0}input,select,textarea{border:1px solid var(--control-border);border-radius:10px;background:var(--control-bg);color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(43,110,243,.12)}table{width:100%}th{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding:10px 8px;position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(180deg,var(--row-soft) 0,var(--sheet-header) 100%);z-index:1;border-bottom:1px solid var(--border)}.cheatsheet-table th{top:0;z-index:4}td{color:var(--text);font-size:13px}.draft-board-table table{background:hsla(0,0%,100%,.9);border:1px solid var(--border);border-radius:14px;overflow:hidden}.draft-board-table tbody tr:hover{background:rgba(43,110,243,.04)!important}.draft-board-table tbody tr:nth-child(2n):not(:hover){background:rgba(248,251,253,.7)}h1,h2,h3{letter-spacing:-.02em}.app-shell{height:100vh;overflow:hidden}.app-shell--public{min-height:100vh;height:auto;overflow:visible}.app-shell__topbar{display:flex;gap:10px;padding:14px 20px;border-bottom:1px solid var(--topbar-border);background:var(--topbar-bg);color:#fff;flex-wrap:wrap;align-items:center;box-shadow:0 8px 24px rgba(11,18,32,.18);position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-shell__toplink{color:var(--topbar-link);text-decoration:none;padding:8px 10px;border-radius:10px}.app-shell__toplink.is-active{background:var(--topbar-active);color:#fff}.app-shell__theme-toggle{margin-left:auto;display:inline-flex;gap:2px;padding:3px;border:1px solid var(--topbar-border);border-radius:999px;background:hsla(0,0%,100%,.06)}.app-shell__theme-button{border:0;border-radius:999px;padding:5px 9px;background:transparent;color:var(--topbar-muted);font-size:11px;font-weight:800;box-shadow:none}.app-shell__theme-button:hover{border:0;box-shadow:none;color:#fff}.app-shell__theme-button.is-active{background:var(--topbar-active);color:#fff}.app-shell__rail-theme{display:none}.app-shell__mobile-icon,.app-shell__rail-badge{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell__mobile-icon svg,.app-shell__rail-badge svg{display:block;width:18px;height:18px;flex:0 0 auto}.app-shell__mobile-nav{display:none}.app-shell__body{display:flex;align-items:stretch;max-width:1600px;margin:0 auto;height:calc(100vh - 67px);min-height:0}.app-shell__rail{display:none}.app-shell__content{flex:1 1 auto;min-width:0;min-height:0;overflow:hidden}.app-shell__content--public{overflow:visible;min-height:100vh}.utility-page{padding:12px 24px 16px;max-width:1320px;margin:0 auto;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.utility-page--wide{max-width:1480px}.utility-page__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding:16px 18px;border:1px solid var(--border);border-radius:16px;background:var(--hero-bg);box-shadow:var(--shadow);flex-wrap:wrap}.utility-page__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:6px;font-weight:800}.utility-page__title{margin:0}.utility-page__lede{margin:8px 0 0;color:var(--text-muted);line-height:1.6;max-width:760px}.utility-page__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.utility-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.utility-card--padded{padding:16px}.utility-strip{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.cheatsheet-control-strip{gap:10px}.cheatsheet-control-strip__search{flex:1 1 280px}.cheatsheet-control-strip__positions{flex:0 1 auto}.cheatsheet-stats-toggle{flex:0 0 auto;white-space:nowrap}.cheatsheet-control-strip__summary{white-space:nowrap}.cheatsheet-filter-pills{flex:1 1 100%}.cheatsheet-control-strip__select{flex:0 0 auto}.cheatsheet-desktop-workspace{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:16px;gap:16px;align-items:start;min-height:0;flex:1 1 auto;height:0}.desktop-scroll-column{min-height:0;height:100%;overflow-y:auto;overflow-x:hidden}.desktop-scroll-column--x{overflow-x:auto}.desktop-right-rail{min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;padding-top:0}.cheatsheet-sheet{overflow-x:auto}.cheatsheet-sheet--table{display:block}.cheatsheet-player-panel{position:static}.cheatsheet-mobile-panel__backdrop{position:fixed;inset:0;background:rgba(15,23,42,.34);z-index:45}.cheatsheet-mobile-panel{position:fixed;inset:auto max(8px,env(safe-area-inset-right)) 0 max(8px,env(safe-area-inset-left));z-index:46;box-sizing:border-box;width:auto;max-width:calc(100vw - max(8px, env(safe-area-inset-left)) - max(8px, env(safe-area-inset-right)));border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:18px;border-top-right-radius:18px;max-height:min(88vh,820px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:12px 10px calc(28px + env(safe-area-inset-bottom));box-shadow:0 -18px 40px rgba(15,23,42,.18)}.cheatsheet-mobile-panel *,.cheatsheet-mobile-panel :after,.cheatsheet-mobile-panel :before{box-sizing:border-box}.cheatsheet-mobile-panel__header{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fff;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:10px;margin-bottom:12px}.cheatsheet-mobile-panel div,.cheatsheet-mobile-panel section,.cheatsheet-mobile-panel>*{min-width:0}.cheatsheet-mobile-panel__identity{display:flex;gap:10px;align-items:flex-start;min-width:0}.cheatsheet-mobile-panel__headshot{width:56px;height:56px;border-radius:14px;object-fit:cover;border:1px solid var(--border);background:var(--surface-muted);flex-shrink:0}.cheatsheet-mobile-panel__headshot--fallback{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:18px;font-weight:900}.cheatsheet-mobile-panel__detail-table{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);-webkit-overflow-scrolling:touch}.cheatsheet-mobile-panel__detail-table table{min-width:0;width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:9px}.cheatsheet-mobile-panel__detail-table td,.cheatsheet-mobile-panel__detail-table th{padding:4px 2px;border-bottom:1px solid var(--border);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:clip}.cheatsheet-mobile-panel__detail-table td:first-child,.cheatsheet-mobile-panel__detail-table th:first-child{text-align:left;font-weight:900}.cheatsheet-mobile-panel__detail-table tr.is-projection td{background:var(--selected-bg);color:var(--accent-text);font-weight:850}.cheatsheet-mobile-panel__section-title{font-size:9px;font-weight:900;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}.cheatsheet-mobile-panel__mini-list,.cheatsheet-mobile-panel__nextgen,.cheatsheet-mobile-panel__schedule{display:grid;grid-gap:1px;gap:1px;padding:3px;border:1px solid var(--border);border-radius:7px;background:var(--surface-muted)}.cheatsheet-mobile-panel__mini-list button,.cheatsheet-mobile-panel__nextgen div,.cheatsheet-mobile-panel__schedule div{display:grid;grid-template-columns:18px minmax(0,1fr) auto;grid-gap:3px;gap:3px;align-items:center;padding:2px 4px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text);text-align:left}.cheatsheet-mobile-panel__nextgen div{grid-template-columns:minmax(0,1fr) auto;padding:3px 5px}.cheatsheet-mobile-panel__mini-list button.is-active,.cheatsheet-mobile-panel__schedule div.is-bye{border-color:var(--accent-border);background:var(--selected-bg)}.cheatsheet-mobile-panel__mini-list span,.cheatsheet-mobile-panel__nextgen span,.cheatsheet-mobile-panel__schedule span{font-size:7.75px;color:var(--text-muted);font-weight:900}.cheatsheet-mobile-panel__nextgen span{font-size:8.5px;text-transform:none}.cheatsheet-mobile-panel__mini-list strong,.cheatsheet-mobile-panel__nextgen strong,.cheatsheet-mobile-panel__schedule strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px}.cheatsheet-mobile-panel__nextgen strong{justify-self:end;font-size:9px}.cheatsheet-mobile-panel__mini-list em{font-size:7.75px;color:var(--text-muted);font-style:normal;font-weight:800}.cheatsheet-mobile-list{display:none}.cheatsheet-mobile-row{border-radius:10px;box-shadow:inset 4px 0 0 var(--border),0 4px 12px rgba(15,23,42,.04)}.cheatsheet-mobile-row__stats .utility-stat{border-radius:10px;padding:7px 8px!important}.cheatsheet-mobile-row__stats .utility-stat__label{font-size:9px}.cheatsheet-mobile-row__footer{padding-top:6px;border-top:1px solid var(--border)}.cheatsheet-mobile-status{text-align:center}.cheatsheet-table td,.cheatsheet-table th{white-space:nowrap}.cheatsheet-table__sticky{position:-webkit-sticky;position:sticky;z-index:3}.cheatsheet-table__sticky--rank{left:0;background:#f8fbfe;box-shadow:1px 0 0 #dbe3ee}.cheatsheet-table tbody .cheatsheet-table__sticky--rank{background:inherit}.cheatsheet-table__sticky--player{left:64px;z-index:2;background:#f8fbfe;box-shadow:1px 0 0 #dbe3ee}.cheatsheet-table tbody .cheatsheet-table__sticky--player{background:inherit}.cheatsheet-table__action-row button,.cheatsheet-table__note-row button{padding:5px 7px;font-size:11px}.cheatsheet-table__cell--compact{line-height:1.2}.utility-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.utility-stat{border:1px solid #e3eaf3;border-radius:12px;background:#f8fbfe;padding:10px 12px}.utility-stat__label{font-size:10px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.utility-stat__value{margin-top:4px;font-size:18px;font-weight:800}.draft-header{display:flex;justify-content:space-between;gap:16px;padding:18px;margin:16px 16px 0;border:1px solid #dbe3ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);align-items:center;flex-wrap:wrap;box-shadow:0 10px 30px rgba(15,23,42,.06)}.draft-header__meta,.draft-header__status{flex:0 1 auto}.draft-header__controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex:1 1 420px}.draft-mobile-toolbar{display:none;margin:12px 16px 0;gap:8px;flex-wrap:wrap}.bottom-roster-strip{position:-webkit-sticky;position:sticky;bottom:0;z-index:18;display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;margin:0 16px 16px;padding:12px 14px;border:1px solid rgba(143,166,207,.26);border-radius:16px;background:linear-gradient(180deg,rgba(11,18,32,.95),rgba(19,32,58,.96));box-shadow:0 -8px 24px rgba(11,18,32,.16)}.bottom-roster-strip__slots{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px}.bottom-roster-strip__slot{min-width:130px}.bottom-roster-strip__empty,.bottom-roster-strip__player{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);color:#eef4ff;font-size:12px;white-space:nowrap}.bottom-roster-strip__empty{color:var(--topbar-muted)}.bottom-roster-strip__summary{display:flex;gap:8px}.bottom-roster-strip__summary-box{min-width:70px;padding:8px 10px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);text-align:center}.bottom-roster-strip__summary-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--topbar-muted)}.bottom-roster-strip__summary-value{margin-top:4px;font-size:18px;font-weight:800;color:#fff}.player-detail-drawer__backdrop{position:fixed;inset:0;background:rgba(15,23,42,.34);z-index:69}.player-detail-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 24px rgba(0,0,0,.08);z-index:70;overflow-y:auto;padding:20px}.draft-grid-workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:16px;gap:16px;align-items:start}.draft-grid-panel{position:-webkit-sticky;position:sticky;top:82px}.draft-grid-table th{top:0;z-index:4}.draft-grid-table__header{background:linear-gradient(180deg,var(--row-soft) 0,var(--sheet-header) 100%)!important}.draft-grid-table__header-name{line-height:1.15}.draft-grid-table__header-sub{letter-spacing:.08em;text-transform:uppercase}.draft-grid-table__sticky-col{position:-webkit-sticky;position:sticky;left:0;z-index:5;box-shadow:1px 0 0 #dbe3ee,6px 0 16px rgba(15,23,42,.04)}.draft-grid-table__round-cell{background:linear-gradient(180deg,var(--row-soft) 0,var(--sheet-header) 100%)!important}.draft-grid-cell{min-height:58px}.draft-grid-cell--filled{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5)}.draft-grid-cell__pick{line-height:1}.draft-grid-cell__name{font-size:13px;letter-spacing:-.01em}.draft-grid-cell__meta{line-height:1.1}.draft-grid-cell--empty{min-height:58px;display:flex;align-items:center}.draft-layout{display:flex;flex:1 1;align-items:stretch;gap:0}.draft-review-panel{display:flex;flex-direction:column}.draft-rail,.draft-sidebar{flex:0 0 auto}.draft-board-table{min-width:0}.draft-pick-target{border:1px solid transparent}.draft-board-table-desktop{display:block}.draft-board-mobile-list{display:none}@media (min-width:1024px){.app-shell__topbar{display:none}.app-shell__rail{display:flex;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;width:88px;min-height:100vh;padding:16px 10px;flex-direction:column;gap:14px;background:linear-gradient(180deg,#0b1220,#13203a);border-right:1px solid rgba(143,166,207,.18);box-shadow:8px 0 24px rgba(11,18,32,.12)}.app-shell__brand{padding:6px 4px 12px;border-bottom:1px solid hsla(0,0%,100%,.08)}.app-shell__rail-links{display:flex;flex-direction:column;gap:8px}.app-shell__rail-link{display:flex;flex-direction:column;gap:6px;align-items:center;padding:10px 6px;border-radius:14px;text-decoration:none;color:#dbe7ff;border:1px solid transparent;background:hsla(0,0%,100%,.02)}.app-shell__rail-link.is-active{background:hsla(0,0%,100%,.08);border-color:rgba(158,179,217,.24);color:#fff}.app-shell__rail-badge{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-size:11px;font-weight:900;letter-spacing:.04em}.app-shell__rail-copy{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.app-shell__rail-label{font-size:11px;font-weight:700;line-height:1.15}.app-shell__rail-detail{font-size:10px;color:var(--topbar-muted);line-height:1.15}.app-shell__rail-theme{display:grid;grid-gap:6px;gap:6px;margin-top:auto;justify-items:center;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.08)}.app-shell__rail-theme-label{color:var(--topbar-muted);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.app-shell__theme-toggle--rail{margin-left:0;width:64px;justify-content:center}.app-shell__theme-toggle--rail .app-shell__theme-button{width:18px;height:22px;padding:0;font-size:10px}}@media (max-width:1180px){.cheatsheet-desktop-workspace{grid-template-columns:minmax(0,1fr);height:auto}.desktop-right-rail,.desktop-scroll-column{overflow:visible}.cheatsheet-player-panel,.draft-grid-panel{position:static}.draft-grid-workspace{grid-template-columns:minmax(0,1fr)}.draft-layout{flex-wrap:wrap}.bottom-roster-strip{grid-template-columns:minmax(0,1fr);gap:10px;margin-left:12px;margin-right:12px}.bottom-roster-strip__summary{justify-content:flex-start}.draft-review-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:12px;gap:12px;align-items:start}.draft-review-panel>section:last-child{grid-column:1/-1}.draft-header{align-items:flex-start}.draft-header__controls,.draft-header__meta,.draft-header__status{width:100%}.draft-header__status{text-align:left!important;min-width:0!important}.draft-rail,.draft-sidebar{width:100%!important;border-left:none!important;border-right:none!important;border-top:1px solid var(--border)}.draft-board-table{order:2;width:100%;padding-top:8px!important}.draft-sidebar{order:1}.draft-rail{order:3}}@media (max-width:1000px) and (max-height:520px) and (orientation:landscape),(max-width:999px){.app-shell{min-height:100dvh;height:auto;overflow:visible;padding-bottom:calc(70px + env(safe-area-inset-bottom))}.app-shell__topbar{gap:6px;padding:max(22px,calc(6px + env(safe-area-inset-top))) 14px 7px}.app-shell__tagline,.app-shell__toplink{display:none}.app-shell__theme-toggle{margin-left:auto}.app-shell__body{height:auto;min-height:calc(100dvh - 64px - 70px - env(safe-area-inset-bottom))}.app-shell__content{overflow:visible}.app-shell__mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;padding:7px max(8px,env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -12px 28px rgba(15,23,42,.16)}.app-shell__mobile-link{display:flex;min-width:0;min-height:52px;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid transparent;border-radius:14px;color:var(--text-muted);text-decoration:none;font-size:10px;font-weight:850;line-height:1}.app-shell__mobile-link.is-active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent-text)}.app-shell__mobile-icon{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:20px;padding:0 5px;border-radius:999px;background:var(--surface-muted);font-size:10px;font-weight:950;letter-spacing:.04em;line-height:1}.app-shell__mobile-link.is-active .app-shell__mobile-icon{background:var(--accent);color:#fff}.app-shell__mobile-label{overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis}.cheatsheet-control-strip{display:grid;grid-template-columns:1fr;align-items:stretch;grid-gap:6px!important;gap:6px!important;max-width:none!important;width:100%}.cheatsheet-control-strip__positions,.cheatsheet-filter-pills{display:grid!important;grid-gap:4px!important;gap:4px!important;width:100%;overflow:visible}.cheatsheet-filter-pills{grid-template-columns:repeat(4,minmax(0,1fr))}.cheatsheet-control-strip__positions{grid-template-columns:repeat(8,minmax(0,1fr))}.cheatsheet-control-strip__positions button,.cheatsheet-filter-pills button{min-width:0}.cheatsheet-control-strip button,.cheatsheet-control-strip__positions button,.cheatsheet-filter-pills button{min-height:28px;padding:4px 6px!important;border-radius:9px!important;font-size:10px!important;line-height:1.05}.cheatsheet-control-strip>div[style*=inline-flex]{width:100%;display:grid!important;grid-template-columns:1fr 1fr}.cheatsheet-control-strip__positions,.cheatsheet-control-strip__search,.cheatsheet-control-strip__select{width:100%;min-width:0!important}.cheatsheet-control-strip__select{justify-content:space-between}.cheatsheet-control-strip__select select{min-width:0;width:100%}.cheatsheet-control-strip__positions button{min-width:0}.cheatsheet-desktop-workspace{display:block}.cheatsheet-desktop-workspace:not(.depth-chart-workspace)>.desktop-right-rail{height:auto!important;max-height:none!important;overflow:visible!important;padding-bottom:0!important;margin-top:0!important}.cheatsheet-desktop-workspace:not(.depth-chart-workspace)>.desktop-right-rail .cheatsheet-panel-search-card{margin:6px 0 8px!important;position:relative!important}.cheatsheet-player-panel,.cheatsheet-sheet--table{display:none}.cheatsheet-mobile-list{display:block;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.cheatsheet-mobile-grid-shell{width:100%;overflow-x:auto;overflow-y:visible;border:1px solid var(--border);border-radius:10px;background:var(--surface);-webkit-overflow-scrolling:touch}.cheatsheet-mobile-grid-row{display:grid;grid-template-columns:20px minmax(72px,.98fr) 26px 29px 31px 18px 29px 21px 21px 31px 25px 18px 24px;min-width:360px;width:100%;align-items:stretch;border:0;border-bottom:1px solid rgba(15,23,42,.22);text-align:left}.cheatsheet-mobile-grid-row--header{position:-webkit-sticky;position:sticky;top:0;z-index:3;background:var(--sheet-header)}.cheatsheet-mobile-grid-row--player{min-height:38px;padding:0;color:var(--text)}.cheatsheet-mobile-grid-row--player.is-selected{outline:1px solid var(--accent-border);outline-offset:-1px}.cheatsheet-mobile-grid-cell{display:flex;align-items:center;justify-content:flex-end;min-width:0;padding:3px 2px;border-right:1px solid rgba(15,23,42,.16);color:inherit;font-size:8px;font-weight:750;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cheatsheet-mobile-grid-row--header .cheatsheet-mobile-grid-cell{justify-content:center;border-top:0;border-radius:0;border-left:0;border-bottom:0;background:transparent!important;color:var(--text-muted);font-size:8px;font-weight:950;letter-spacing:.01em;text-transform:uppercase;box-shadow:none}.cheatsheet-mobile-grid-row--header button.cheatsheet-mobile-grid-cell{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:24px}.cheatsheet-mobile-grid-row--header .cheatsheet-mobile-grid-cell.is-active{color:var(--accent-text);background:transparent!important;text-decoration:underline;text-underline-offset:2px}.cheatsheet-mobile-grid-cell--adp,.cheatsheet-mobile-grid-cell--bye,.cheatsheet-mobile-grid-cell--def_interceptions,.cheatsheet-mobile-grid-cell--extra_point_attempts,.cheatsheet-mobile-grid-cell--extra_points_made,.cheatsheet-mobile-grid-cell--field_goal_attempts,.cheatsheet-mobile-grid-cell--field_goals_made,.cheatsheet-mobile-grid-cell--fumbles,.cheatsheet-mobile-grid-cell--long_field_goal_made,.cheatsheet-mobile-grid-cell--pass_td,.cheatsheet-mobile-grid-cell--pass_yds,.cheatsheet-mobile-grid-cell--passes_defended,.cheatsheet-mobile-grid-cell--points,.cheatsheet-mobile-grid-cell--rank,.cheatsheet-mobile-grid-cell--receiving_tds,.cheatsheet-mobile-grid-cell--receiving_yards,.cheatsheet-mobile-grid-cell--receptions,.cheatsheet-mobile-grid-cell--rush_td,.cheatsheet-mobile-grid-cell--rush_yds,.cheatsheet-mobile-grid-cell--sacks,.cheatsheet-mobile-grid-cell--tackles_for_loss{text-align:right}.cheatsheet-mobile-grid-cell--status{position:-webkit-sticky;position:sticky;right:0;z-index:2;justify-content:center;background:inherit;box-shadow:inset 1px 0 0 rgba(15,23,42,.18)}.cheatsheet-mobile-grid-cell--player{justify-content:center;align-items:flex-start;flex-direction:column;gap:2px;padding-left:8px;white-space:normal}.cheatsheet-mobile-grid-player-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:850;line-height:1.05}.cheatsheet-mobile-rookie-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:13px;height:13px;margin:0 4px 0 0;border-radius:999px;background:linear-gradient(135deg,#fb923c,#facc15);color:#111827!important;border:1px solid rgba(120,53,15,.42);box-shadow:0 0 0 1px hsla(0,0%,100%,.65),0 1px 3px rgba(124,45,18,.24);font-size:7.5px;font-weight:1000;line-height:1;vertical-align:1px}.cheatsheet-mobile-injury-plus,.depth-chart-grid-player__injury-plus{width:13px;height:13px;font-size:12px}.cheatsheet-mobile-panel__injury-alert{margin:-2px 0 12px;padding:9px 11px;border-radius:12px;border:1px solid var(--danger-border);background:var(--danger-soft);color:var(--danger-text);font-size:12px;font-weight:850;line-height:1.35}.cheatsheet-mobile-grid-player-meta{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:750;line-height:1}.cheatsheet-mobile-row{margin-bottom:5px!important;padding:7px 8px!important;border-radius:8px}.cheatsheet-mobile-row__topline{display:flex;justify-content:space-between;gap:7px;align-items:flex-start}.cheatsheet-mobile-row__meta{margin-top:4px;display:flex;gap:4px;flex-wrap:wrap;align-items:center;font-size:10px}.cheatsheet-mobile-row__status{display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:16px;padding:0 2px;border:1px solid;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.cheatsheet-mobile-row__rank{display:grid;grid-gap:1px;gap:1px;min-width:42px;padding:3px 5px;border:1px solid var(--border);border-radius:8px;background:var(--surface-muted);color:var(--text);text-align:center}.cheatsheet-mobile-row__rank span{font-size:8px;font-weight:900;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.cheatsheet-mobile-row__rank strong{font-size:15px;line-height:1}.cheatsheet-mobile-panel__stat-grid,.cheatsheet-mobile-row__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:3px!important;gap:3px!important}.cheatsheet-mobile-row__stats{margin-top:6px!important}.cheatsheet-mobile-stat{min-width:0;min-height:34px;padding:3px 2px;border:1px solid var(--border);border-radius:7px;background:hsla(0,0%,100%,.58);color:var(--text);text-align:center;overflow:hidden}.cheatsheet-mobile-stat.is-active{border-color:var(--accent-border);background:var(--selected-bg);color:var(--accent-text)}.cheatsheet-mobile-stat span{display:block;font-size:7.5px;line-height:1;font-weight:900;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.cheatsheet-mobile-stat strong{display:block;margin-top:3px;font-size:10.5px;line-height:1;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cheatsheet-mobile-row__footer{display:none!important}.utility-page{padding:16px 12px calc(104px + env(safe-area-inset-bottom));height:auto;overflow:visible}.utility-page__hero{padding:14px}.cheatsheet-control-strip__summary{margin-left:0!important;width:100%}.cheatsheet-table__sticky,.cheatsheet-table__sticky--player,.cheatsheet-table__sticky--rank{position:static;box-shadow:none}main{min-width:0}.draft-header{padding:14px;margin-left:12px;margin-right:12px}.draft-header__controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,140px);align-items:stretch}.draft-header__density,.draft-header__position,.draft-header__rankings,.draft-header__search{width:100%;min-width:0!important}.draft-header__rankings{justify-content:space-between}.draft-header__rankings select{min-width:0!important;width:100%}.draft-header__density button{flex:1 1}td,th{white-space:nowrap}.draft-board-table,.draft-rail,.draft-sidebar{padding-left:12px!important;padding-right:12px!important}.draft-pick-target{position:-webkit-sticky;position:sticky;top:calc(58px + env(safe-area-inset-top));z-index:16;margin:0 -2px 12px;padding:10px;border-color:var(--border);border-radius:14px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 10px 26px rgba(15,23,42,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.draft-pick-target__clock{display:grid;grid-gap:2px;gap:2px}.draft-pick-target__assign label,.draft-pick-target__clock span,.draft-pick-target__mode{font-size:11px!important;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.draft-pick-target__assign{flex:1 1 100%;display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center}.draft-pick-target__assign select{min-width:0;width:100%}.draft-pick-target__mode{grid-column:1/-1}.draft-board-table-desktop{display:none}.draft-board-mobile-list{display:block}.pulse-toolbar{max-width:none!important;width:auto;margin-left:12px;margin-right:12px}.pulse-toolbar>div,.pulse-toolbar>div>div{justify-content:flex-start!important}.pulse-workspace{flex-direction:column;align-items:stretch!important;margin-top:0!important}.pulse-content-card{width:100%;padding:12px!important}.pulse-workspace .cheatsheet-player-panel,.pulse-workspace .desktop-right-rail{display:none!important}.pulse-intel-grid,.pulse-source-overview-grid,.pulse-trending-grid{grid-template-columns:minmax(0,1fr)!important}.pulse-player-widget{min-height:auto!important;padding:10px 12px!important}.pulse-player-widget .player-pulse-arrow-pop{width:52px!important;height:52px!important;border-radius:22px!important;font-size:30px!important;box-shadow:0 8px 18px rgba(15,23,42,.12)!important}.pulse-player-widget .pulse-bolt-badge{transform:scale(.78);transform-origin:bottom right}.pulse-source-donut-button{width:72px!important;height:72px!important}.pulse-source-donut-center{inset:13px!important;padding:5px!important}.pulse-source-donut-center div[style*="font-size: 10"]{font-size:8px!important}.pulse-source-donut-center div[style*="font-size: 18"]{margin-top:1px!important;font-size:15px!important}.pulse-source-donut-caption{display:none!important}}@media (max-width:932px) and (orientation:landscape){.app-shell{padding-bottom:calc(54px + env(safe-area-inset-bottom))}.app-shell__topbar{padding:max(8px,env(safe-area-inset-top)) 12px 6px}.app-shell__body{min-height:calc(100dvh - 46px - 54px - env(safe-area-inset-bottom))}.app-shell__mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding-top:4px;padding-bottom:calc(4px + env(safe-area-inset-bottom))}.app-shell__mobile-link{min-height:42px;border-radius:11px;font-size:9px}.app-shell__mobile-icon{height:17px;min-width:22px;font-size:9px}.utility-page{padding-top:10px;padding-bottom:calc(66px + env(safe-area-inset-bottom))}.cheatsheet-control-strip{grid-template-columns:minmax(170px,.95fr) minmax(240px,1.35fr) minmax(140px,.8fr);gap:5px!important;padding:7px 8px!important}.cheatsheet-filter-pills{grid-template-columns:repeat(4,minmax(0,1fr))}.cheatsheet-control-strip__positions{grid-template-columns:repeat(8,minmax(0,1fr))}.cheatsheet-control-strip>div[style*=inline-flex]{display:flex!important;width:auto}.cheatsheet-control-strip__summary,.cheatsheet-nflverse-review-copy{display:none!important}.cheatsheet-mobile-grid-shell{overflow-x:hidden}.cheatsheet-mobile-grid-row{grid-template-columns:22px minmax(86px,.78fr) 29px 36px 38px 19px 36px 24px 24px 38px 31px 20px 24px;min-width:100%}.cheatsheet-mobile-grid-row--player{min-height:34px}.cheatsheet-mobile-grid-player-name{font-size:10.5px}.cheatsheet-mobile-panel{top:max(6px,env(safe-area-inset-top));left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(48px + env(safe-area-inset-bottom));max-height:none;border-radius:14px;padding:10px 12px 14px}.cheatsheet-mobile-panel__header{padding-bottom:7px;margin-bottom:8px}.cheatsheet-mobile-panel__headshot{width:44px;height:44px;border-radius:11px}.cheatsheet-mobile-panel__detail-table table{min-width:0;width:100%;font-size:9px}}@media (max-width:760px){.draft-mobile-toolbar{display:flex}.bottom-roster-strip{margin-bottom:12px;padding:10px 12px;border-radius:14px}.bottom-roster-strip__slots{gap:8px}.bottom-roster-strip__slot{min-width:116px}.draft-review-panel{display:flex;gap:0}.draft-review-panel__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.player-detail-drawer{inset:auto 0 0 0;width:100%;height:min(88vh,760px);max-width:100%;border-left:none;border-top:1px solid #dbe3ee;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -18px 40px rgba(15,23,42,.18);padding:16px}.player-detail-drawer__header{position:-webkit-sticky;position:sticky;top:0;background:var(--surface);padding-bottom:10px;z-index:2}.player-detail-drawer__stats{grid-template-columns:1fr 1fr!important}.player-detail-drawer__footer,.player-detail-drawer__note-actions{display:grid!important;grid-template-columns:1fr 1fr}.draft-sidebar{display:none}.draft-sidebar.draft-sidebar--mobile-open{display:block;order:1;width:100%!important;border-top:1px solid var(--border);background:hsla(0,0%,100%,.92)}.draft-board-table-desktop{display:none}.draft-board-mobile-list{display:block}}@media (max-width:640px){body,html{font-size:14px}.cheatsheet-control-strip{grid-template-columns:1fr}.cheatsheet-mobile-list .utility-card{padding:7px 8px!important}.cheatsheet-mobile-row span[style*="font-weight: 800"]{font-size:13px!important;font-weight:700!important;line-height:1.05!important}.cheatsheet-mobile-row span[style*="min-width: 42"]{min-width:30px!important;padding:1px 5px!important;font-size:9px!important}.cheatsheet-mobile-list .utility-stat{padding:7px 8px!important}.cheatsheet-mobile-list .utility-stat__label{font-size:9px}.cheatsheet-mobile-panel{top:calc(52px + env(safe-area-inset-top));bottom:0;max-height:none;height:auto;border-top-left-radius:16px;border-top-right-radius:16px}.cheatsheet-mobile-panel__stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.bottom-roster-strip{padding:10px}.bottom-roster-strip__summary{width:100%}.bottom-roster-strip__summary-box{flex:1 1}.draft-header__controls{grid-template-columns:1fr}.draft-header__title{display:block;font-size:20px!important;line-height:1.15}.draft-mobile-toolbar{margin-left:12px;margin-right:12px}.draft-pick-target{top:calc(52px + env(safe-area-inset-top))}.draft-board-modal{align-items:flex-start!important;justify-content:center!important;padding:calc(70px + env(safe-area-inset-top)) 10px calc(92px + env(safe-area-inset-bottom))!important}.draft-board-modal__card{width:min(100%,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 170px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;overflow:auto!important}.draft-review-panel__summary-grid{grid-template-columns:1fr!important}.player-detail-drawer{top:max(10px,env(safe-area-inset-top));right:10px;left:10px;width:auto;max-width:none;height:calc(100dvh - max(10px, env(safe-area-inset-top)) - 10px);border-radius:16px;border-left:1px solid var(--border);padding:14px 14px 20px}.pulse-toolbar{padding:8px!important}.pulse-toolbar button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px)}.pulse-player-widget>div:nth-child(2){grid-template-columns:minmax(0,1fr)!important;justify-items:center;text-align:center}.player-detail-drawer__footer,.player-detail-drawer__note-actions,.player-detail-drawer__stats{grid-template-columns:1fr!important}.player-detail-drawer__stat{padding:9px!important}button{padding:8px 10px}th{font-size:11px}}.settings-page{max-width:1360px}.settings-page__hero{margin-bottom:12px}.settings-page__scroll{min-height:0;overflow:auto;padding-bottom:24px}.league-setup-shell{border:1px solid #9fb0c8;border-radius:18px;margin-bottom:16px;padding:14px;background:linear-gradient(180deg,rgba(12,22,40,.96),rgba(20,35,59,.94)),#101827;box-shadow:0 18px 40px rgba(11,18,32,.18);color:#edf4ff}.league-setup-footer,.league-setup-shell__chrome,.settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.league-setup-section h3,.league-setup-shell__chrome h2,.settings-card-header h2{margin:0}.league-setup-section p,.league-setup-shell__chrome p,.settings-card-header p{margin:6px 0 0;color:inherit;opacity:.72;line-height:1.45}.league-setup-footer,.league-setup-shell__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.setup-save-button{border-color:var(--accent-text);background:#2b6ef3;color:#fff;font-weight:800}.setup-status-pill{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:rgba(15,157,88,.18);color:#c8f5dd;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.setup-status-pill--dirty{background:rgba(183,121,31,.2);color:#ffe2a8}.setup-confirmation{margin-top:12px;border:1px solid rgba(34,197,94,.35);border-radius:12px;padding:10px 12px;background:rgba(34,197,94,.12);color:#d8ffe8;font-weight:700}.league-setup-summary{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));grid-gap:8px;gap:8px;margin:14px 0}.league-setup-summary>div{border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:10px;background:hsla(0,0%,100%,.06)}.league-setup-form label span,.league-setup-summary span,.settings-json-grid span,.team-name-card span{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#6b7b91}.league-setup-summary span{color:#9fb1cb}.league-setup-summary strong{display:block;margin-top:3px;color:#fff;font-size:14px}.league-setup-form{display:grid;grid-template-columns:minmax(360px,1fr) minmax(460px,1.35fr);grid-gap:12px;gap:12px;min-width:0;border:0;padding:0;margin:0}.league-setup-form:disabled{opacity:.72}.league-setup-section{border:1px solid hsla(0,0%,100%,.14);border-radius:14px;padding:13px;background:hsla(0,0%,100%,.92);color:var(--text)}.league-setup-section--primary{background:#f8fbff}.league-setup-section__header{margin-bottom:12px}.league-setup-grid,.roster-slot-grid,.settings-json-grid,.team-name-grid{display:grid;grid-gap:10px;gap:10px}.league-setup-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.league-setup-grid label,.roster-slot-grid label,.settings-json-grid label,.team-name-card{display:grid;grid-gap:6px;gap:6px}.roster-slot-grid{grid-template-columns:repeat(4,minmax(84px,1fr))}.settings-toggle-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.settings-toggle-row--tight{margin-top:12px}.settings-toggle-row label{display:inline-flex;gap:7px;align-items:center;font-weight:750}.flex-rule-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px}.flex-rule-grid section{border:1px solid #dbe3ee;border-radius:12px;padding:10px;background:#fbfdff}.flex-rule-grid__title{margin-bottom:8px;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#6b7b91}.settings-pill-row{display:flex;gap:8px;flex-wrap:wrap}.settings-pill{padding:6px 10px;border-radius:999px;font-weight:800}.settings-pill.is-active{border-color:var(--accent-text);background:var(--accent-soft);color:var(--accent-text)}.settings-pill--green.is-active{border-color:var(--success-text);background:var(--success-soft);color:var(--success-text)}.league-setup-footer{justify-content:flex-end;margin-top:12px}.settings-compact-card{margin-bottom:16px}.settings-card-header{margin-bottom:12px}.settings-card-header span{color:var(--text-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.team-name-grid{grid-template-columns:repeat(auto-fit,minmax(178px,1fr))}.team-name-card{border:1px solid #dbe3ee;border-radius:12px;padding:10px;background:#fff;min-width:0}.team-name-card input{width:100%;min-width:0}.team-name-card.is-user{border-color:#8bc59e;background:#f0faf3}.team-name-card small{color:#7b8799;font-size:11px}.settings-json-grid{grid-template-columns:1fr 1fr}.settings-json-grid textarea{width:100%;min-height:180px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}@media (max-width:1080px){.league-setup-summary{grid-template-columns:repeat(3,minmax(120px,1fr))}.league-setup-form,.settings-json-grid{grid-template-columns:1fr}}@media (max-width:700px){.settings-page{padding-left:12px;padding-right:12px}.league-setup-shell__chrome,.settings-card-header,.settings-page__hero{gap:10px}.league-setup-footer,.league-setup-shell__actions,.settings-import-actions,.settings-page__hero .utility-page__actions{width:100%}.league-setup-footer>button,.league-setup-shell__actions>button,.settings-import-actions>button,.settings-page__hero .utility-page__actions>*{flex:1 1 100%;justify-content:center;text-align:center}.setup-status-pill{width:100%;justify-content:center}.league-setup-shell{border-radius:14px;padding:10px}.flex-rule-grid,.league-setup-grid,.league-setup-summary,.roster-slot-grid{grid-template-columns:1fr}.league-setup-summary{gap:6px}.league-setup-section{padding:11px}.settings-toggle-row{align-items:stretch}.settings-toggle-row label{width:100%;min-height:42px;padding:9px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-muted)}.settings-pill-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.settings-pill{width:100%}.team-name-grid{grid-template-columns:1fr}.settings-json-grid textarea{min-height:150px;font-size:11px}}:root[data-theme=dark] button:hover{border-color:#4b5f7b;box-shadow:0 2px 12px rgba(0,0,0,.28)}:root[data-theme=dark] input:focus,:root[data-theme=dark] select:focus,:root[data-theme=dark] textarea:focus{box-shadow:0 0 0 3px rgba(116,165,255,.18)}:root[data-theme=dark] .cheatsheet-player-panel,:root[data-theme=dark] .settings-compact-card,:root[data-theme=dark] .utility-card,:root[data-theme=dark] .utility-page,:root[data-theme=dark] .utility-strip{color:var(--text)!important}:root[data-theme=dark] .cheatsheet-mobile-panel,:root[data-theme=dark] .cheatsheet-mobile-panel__header,:root[data-theme=dark] .draft-header,:root[data-theme=dark] .flex-rule-grid section,:root[data-theme=dark] .league-setup-section,:root[data-theme=dark] .league-setup-section--primary,:root[data-theme=dark] .player-detail-drawer,:root[data-theme=dark] .team-name-card,:root[data-theme=dark] .utility-page__hero{background:var(--surface)!important;border-color:var(--border)!important;color:var(--text)!important;box-shadow:var(--shadow)!important}:root[data-theme=dark] .league-setup-shell{border-color:#3c5372;background:linear-gradient(180deg,rgba(5,9,20,.98),rgba(10,19,34,.96)),#070b14;box-shadow:0 18px 44px rgba(0,0,0,.34)}:root[data-theme=dark] .league-setup-summary>div{background:rgba(116,165,255,.08);border-color:rgba(148,163,184,.18)}:root[data-theme=dark] .pulse-arrow-shape--stable{background:#facc15;border:2px solid #fde68a;box-shadow:0 0 0 3px rgba(250,204,21,.22),0 2px 0 rgba(0,0,0,.35)}:root[data-theme=dark] .pulse-source-donut-center{background:#1f2937!important;border-color:#4b5563!important}:root[data-theme=dark] span[style*="--position-badge-bg"]{--position-badge-bg:var(--surface-soft)!important;--position-badge-text:var(--text)!important;--position-badge-border:var(--border)!important}:root[data-theme=dark] .flex-rule-grid__title,:root[data-theme=dark] .league-setup-form label span,:root[data-theme=dark] .league-setup-summary span,:root[data-theme=dark] .settings-card-header span,:root[data-theme=dark] .settings-json-grid span,:root[data-theme=dark] .team-name-card span,:root[data-theme=dark] .utility-stat__label{color:var(--text-muted)!important}:root[data-theme=dark] .team-name-card.is-user{background:var(--success-soft)!important;border-color:rgba(88,214,141,.42)!important}:root[data-theme=dark] .settings-pill.is-active{border-color:var(--accent)!important;background:var(--accent-soft)!important;color:#cfe0ff!important}:root[data-theme=dark] .settings-pill--green.is-active{border-color:var(--success)!important;background:var(--success-soft)!important;color:#c8f5dd!important}:root[data-theme=dark] .cheatsheet-table__sticky--player,:root[data-theme=dark] .cheatsheet-table__sticky--rank,:root[data-theme=dark] .draft-board-table table,:root[data-theme=dark] .utility-stat{background:var(--surface-muted)!important;border-color:var(--border)!important}:root[data-theme=dark] .cheatsheet-table th,:root[data-theme=dark] .draft-grid-table th,:root[data-theme=dark] .draft-grid-table__header,:root[data-theme=dark] .draft-grid-table__round-cell,:root[data-theme=dark] .draft-grid-table__sticky-col{background:linear-gradient(180deg,#111d31,#182338)!important;border-color:var(--border)!important;box-shadow:1px 0 0 var(--border),6px 0 16px rgba(0,0,0,.2)!important;color:var(--text)!important}:root[data-theme=dark] .cheatsheet-table td,:root[data-theme=dark] .draft-grid-table td{border-color:var(--border)!important}:root[data-theme=dark] .cheatsheet-table tbody tr.cheatsheet-table__tiered-row>.cheatsheet-table__sticky,:root[data-theme=dark] .cheatsheet-table tbody tr.cheatsheet-table__tiered-row>td{background:inherit!important;color:inherit!important}:root[data-theme=dark] .cheatsheet-table tr:not(.cheatsheet-table__tiered-row)[style*="background: #fff"],:root[data-theme=dark] .cheatsheet-table tr:not(.cheatsheet-table__tiered-row)[style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] .draft-grid-table td[style*="background: #fff"],:root[data-theme=dark] .draft-grid-table td[style*="background: rgb(255, 255, 255)"]{background:var(--surface)!important}:root[data-theme=dark] .draft-grid-cell--empty{background:var(--surface-muted)!important;border-color:var(--border)!important;color:var(--text-muted)!important}:root[data-theme=dark] .league-setup-section h3,:root[data-theme=dark] .league-setup-section strong,:root[data-theme=dark] .settings-card-header h2,:root[data-theme=dark] .utility-stat__value{color:var(--text)!important}:root[data-theme=dark] .draft-grid-cell__meta,:root[data-theme=dark] .draft-grid-cell__pick,:root[data-theme=dark] .league-setup-section p,:root[data-theme=dark] .settings-card-header p,:root[data-theme=dark] .team-name-card small,:root[data-theme=dark] .utility-page__lede{color:var(--text-muted)!important}:root[data-theme=dark] .cheatsheet-mobile-panel__backdrop,:root[data-theme=dark] .player-detail-drawer__backdrop{background:rgba(0,0,0,.58)!important}:root[data-theme=dark] .draft-board-table tbody tr:hover{background:rgba(116,165,255,.1)!important}:root[data-theme=dark] .draft-board-table tbody tr:nth-child(2n):not(:hover){background:rgba(22,32,51,.72)!important}:root[data-theme=dark] [style*="background: #fff"],:root[data-theme=dark] [style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] [style*="background: white"],:root[data-theme=dark] [style*="background:#fff"]{background:var(--surface)!important}:root[data-theme=dark] [style*="background: #f1f5f9"],:root[data-theme=dark] [style*="background: #f2f6fb"],:root[data-theme=dark] [style*="background: #f6f8fb"],:root[data-theme=dark] [style*="background: #f8fafc"],:root[data-theme=dark] [style*="background: #f8fbfe"],:root[data-theme=dark] [style*="background: #f8fbff"],:root[data-theme=dark] [style*="background: #fbfdff"]{background:var(--surface-muted)!important}:root[data-theme=dark] [style*="border: 1px solid #d7e0ea"],:root[data-theme=dark] [style*="border: 1px solid #dbe3ee"],:root[data-theme=dark] [style*="border: 1px solid #e2e8f0"],:root[data-theme=dark] [style*="border: 1px solid #e3eaf3"],:root[data-theme=dark] [style*="border: 1px solid #e6edf5"],:root[data-theme=dark] [style*="border: 1px solid #eef2f6"],:root[data-theme=dark] [style*="borderColor: #d7e0ea"]{border-color:var(--border)!important}:root[data-theme=dark] [style*="color: #122033"],:root[data-theme=dark] [style*="color: #1f2937"],:root[data-theme=dark] [style*="color: #334155"]{color:var(--text)!important}:root[data-theme=dark] [style*="color: #475569"],:root[data-theme=dark] [style*="color: #526176"],:root[data-theme=dark] [style*="color: #5d6b82"],:root[data-theme=dark] [style*="color: #64748b"],:root[data-theme=dark] [style*="color: #6b7b91"],:root[data-theme=dark] [style*="color: #94a3b8"]{color:var(--text-muted)!important}:root[data-theme=dark] [style*="box-shadow: 0 10px"],:root[data-theme=dark] [style*="box-shadow: 0 12px"],:root[data-theme=dark] [style*="boxShadow: 0 10px"],:root[data-theme=dark] [style*="boxShadow: 0 12px"]{box-shadow:var(--shadow)!important}:root[data-theme=dark] [data-pulse-widget=player-pulse]{background:linear-gradient(135deg,var(--surface) 0,var(--surface-soft) 100%)!important;box-shadow:0 12px 26px rgba(0,0,0,.28)!important}:root[data-theme=dark] [data-pulse-widget=player-pulse][data-pulse-direction="Mixed Watch"],:root[data-theme=dark] [data-pulse-widget=player-pulse][data-pulse-direction=Stable]{border-color:var(--warning-border)!important;border-left-color:var(--warning)!important}:root[data-theme=dark] .player-pulse-arrow-pop{background:radial-gradient(circle at 35% 24%,var(--surface-soft) 0,var(--surface-muted) 58%,var(--border) 135%)!important;border-color:var(--border)!important;box-shadow:0 0 0 6px hsla(39,86%,69%,.08),0 12px 24px rgba(0,0,0,.24)!important;color:var(--warning-text)!important;text-shadow:none!important}:root[data-theme=dark] .player-pulse-arrow-pop:has(.pulse-arrow-shape--stable){background:radial-gradient(circle at 35% 24%,#3b3418 0,#292414 58%,#5f4b12 135%)!important;border-color:#fde68a!important;box-shadow:0 0 0 5px rgba(250,204,21,.18),0 12px 24px rgba(0,0,0,.28)!important}:root[data-theme=dark] .player-pulse-arrow-pop .pulse-arrow-shape--stable{background:#facc15!important;border-color:#fde68a!important;color:#facc15!important;box-shadow:0 0 0 3px rgba(250,204,21,.26),0 2px 0 rgba(0,0,0,.35)!important}:root[data-theme=dark] .player-pulse-arrow-pop .pulse-bolt-badge{border-color:var(--surface)!important;box-shadow:0 7px 16px rgba(0,0,0,.28)!important}:root[data-theme=dark] .player-pulse-arrow-pop .pulse-bolt-mark{background:var(--surface)!important}:root[data-theme=dark] .pulse-direction-label{color:var(--warning-text)!important}@media (max-width:760px){.cheatsheet-mobile-rookie-badge{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-right:3px;border-radius:999px;background:linear-gradient(135deg,#fb923c,#facc15);color:#111827;border:1px solid rgba(120,53,15,.42);box-shadow:0 0 0 1px hsla(0,0%,100%,.6),0 1px 3px rgba(124,45,18,.24);font-size:8px;font-weight:1000;line-height:1;vertical-align:1px}.cheatsheet-mobile-panel__intel{display:grid;grid-gap:7px;gap:7px}.cheatsheet-mobile-panel__intel-item{display:grid;grid-gap:3px;gap:3px;padding:8px 9px;border:1px solid var(--accent-border);border-radius:10px;background:var(--selected-bg);color:inherit;text-decoration:none}.cheatsheet-mobile-panel__intel-item:active{transform:translateY(1px)}.cheatsheet-mobile-panel__intel-meta{display:flex;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cheatsheet-mobile-panel__intel-summary{color:var(--text);font-size:11.5px;font-weight:900;line-height:1.25}.cheatsheet-mobile-panel__intel-detail,.cheatsheet-mobile-panel__intel-empty{color:var(--text-muted);font-size:9.5px;line-height:1.28}}@media (max-width:768px){body,html{width:100%;max-width:100%;overflow-x:hidden;text-size-adjust:100%}.app-shell,.app-shell__main,.cheatsheet-page,.utility-page{max-width:100vw;overflow-x:hidden}.depth-chart-filter-strip{max-width:100%!important;display:grid;grid-gap:6px;gap:6px}.depth-chart-page .desktop-scroll-column{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.depth-chart-page .desktop-scroll-column table{min-width:980px!important}.depth-chart-page .cheatsheet-mobile-panel__detail-table table{min-width:0!important;width:100%!important}}.depth-chart-mobile-list{display:none}@media (max-width:768px){.depth-chart-page .cheatsheet-desktop-workspace{display:none!important}.depth-chart-mobile-list{display:grid;grid-gap:8px;gap:8px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.depth-chart-mobile-team{padding:7px;border-radius:10px}.depth-chart-mobile-team__header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:0 2px 5px;color:var(--text-muted);font-size:10px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}.depth-chart-mobile-team__players{display:grid;grid-gap:4px;gap:4px}.depth-chart-mobile-player{display:grid;grid-template-columns:34px minmax(0,1fr) 44px;align-items:center;grid-gap:6px;gap:6px;width:100%;min-height:36px;padding:5px 6px;border:1px solid var(--border);border-radius:8px;text-align:left}.depth-chart-mobile-player__rank{color:var(--text-muted);font-size:10px;font-weight:1000}.depth-chart-mobile-player__body{display:grid;min-width:0;grid-gap:1px;gap:1px}.depth-chart-mobile-player__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:950;line-height:1.1}.depth-chart-mobile-player__meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:9px;font-weight:800}.depth-chart-mobile-player__status{justify-self:end;color:var(--text-muted);font-size:8px;font-weight:1000;letter-spacing:.04em}.depth-chart-mobile-player__status.is-mine{color:var(--success-text)}.depth-chart-mobile-player__status.is-taken{color:var(--danger-text)}.depth-chart-mobile-empty,.depth-chart-mobile-player--empty{color:var(--text-muted);font-size:11px;font-weight:800;text-align:center}}@media (max-width:1180px){.depth-chart-page .cheatsheet-desktop-workspace{display:none!important}.depth-chart-mobile-list{display:grid}.depth-chart-filter-strip{max-width:100%!important;padding:4px 6px!important}.depth-chart-position-tabs{width:100%!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px!important;gap:4px!important}.depth-chart-position-tabs button{min-width:0;padding:4px 0!important;font-size:10px;border-radius:7px!important}.depth-chart-mobile-panel__backdrop{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;background:rgba(15,23,42,.26);padding:10px}.depth-chart-mobile-panel{width:min(100%,440px);max-height:70vh;overflow:auto;padding:10px;border-radius:14px 14px 10px 10px}.depth-chart-mobile-panel__header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}.depth-chart-mobile-panel__name{font-size:15px;font-weight:1000}.depth-chart-mobile-panel__meta,.depth-chart-mobile-panel__status{color:var(--text-muted);font-size:10px;font-weight:800}.depth-chart-mobile-panel__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.depth-chart-mobile-panel__actions button,.depth-chart-mobile-panel__header button{padding:7px 6px;border-radius:8px;border:1px solid var(--border);background:var(--surface);font-size:10px;font-weight:900}.depth-chart-mobile-panel__primary{background:var(--success-soft)!important;color:var(--success-text);border-color:var(--success)!important}.depth-chart-mobile-panel__danger{background:var(--danger-soft)!important;color:var(--danger-text);border-color:var(--danger-border)!important}}@media (max-width:940px) and (orientation:landscape){.draft-grid-cell__name,.draft-grid-table__header-name{font-size:9px!important}.draft-grid-cell__meta,.draft-grid-table__header-sub{font-size:8px!important}.draft-grid-cell{min-height:38px!important;padding:2px!important;gap:1px!important}}.depth-chart-page .depth-chart-mobile-list.depth-chart-grid-board{gap:3px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.depth-chart-page{overflow-x:hidden}.depth-chart-mobile-player__status.is-mine{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:var(--success-soft);border:1px solid var(--success)}.depth-chart-mobile-player__check{width:9px;height:5px;border-left:2px solid var(--success-text);border-bottom:2px solid var(--success-text);transform:rotate(-45deg) translate(1px,-1px)}.depth-chart-grid-board{display:grid;grid-gap:3px;gap:3px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.cheatsheet-panel-stats-table td,.cheatsheet-panel-stats-table th{padding:6px 7px!important;font-size:10px!important;line-height:1.05!important}.depth-chart-grid-row{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:stretch;min-width:0;border:1px solid var(--border);border-radius:7px;overflow:hidden;background:var(--surface)}.depth-chart-grid-team{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--text);font-size:10px;font-weight:1000;border-right:1px solid var(--border)}.depth-chart-grid-slots{display:grid;grid-gap:3px;gap:3px;min-width:0;overflow-x:auto;padding:3px;-webkit-overflow-scrolling:touch}.depth-chart-grid-player{position:relative;display:grid;align-content:center;min-height:34px;min-width:74px;padding:3px 5px;border:1px solid var(--border);border-radius:6px;text-decoration:none;color:var(--text)}.depth-chart-grid-player__slot{color:var(--text-muted);font-size:8px;font-weight:1000;line-height:1}.depth-chart-grid-player__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:950;line-height:1.1}.depth-chart-grid-player__status{position:absolute;top:2px;right:3px;color:var(--danger-text);font-size:12px;font-weight:1000;line-height:1}.depth-chart-grid-player__status.is-mine{width:14px;height:14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--success-soft);border:1px solid var(--success)}.depth-chart-grid-player--empty{color:var(--text-muted);justify-content:center;text-align:center}.depth-chart-grid-board{overflow-x:auto;-webkit-overflow-scrolling:touch}.depth-chart-grid-row{width:max(100%,650px)}.depth-chart-grid-slots{grid-template-columns:repeat(8,minmax(74px,1fr));overflow-x:visible}@media (min-width:1000px) and (max-width:1500px){.app-shell{height:100dvh;overflow:hidden;padding-bottom:calc(58px + env(safe-area-inset-bottom))}.app-shell__body{display:block;max-width:none;width:100%;height:calc(100dvh - 58px - env(safe-area-inset-bottom))}.app-shell__content{height:100%;overflow:hidden}.app-shell__rail{position:fixed;inset:auto 0 0 0;z-index:55;width:100%;min-height:0;height:calc(58px + env(safe-area-inset-bottom));padding:6px max(10px,env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-right));flex-direction:row;align-items:center;gap:10px;border-right:0;border-top:1px solid rgba(143,166,207,.18);box-shadow:0 -8px 24px rgba(11,18,32,.16)}.app-shell__rail-links{flex:1 1 auto;min-width:0;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:6px;gap:6px}.app-shell__rail-link{min-width:0;min-height:42px;padding:4px;gap:2px;border-radius:12px}.app-shell__rail-badge{width:28px;height:26px;border-radius:9px;font-size:16px;letter-spacing:0}.app-shell__rail-label{font-size:8.5px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.app-shell__rail-theme{margin-top:0;padding-top:0;padding-left:8px;border-top:0;border-left:1px solid hsla(0,0%,100%,.08)}.utility-page{padding-bottom:8px}.cheatsheet-control-strip{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:6px 8px!important;gap:6px 8px!important;width:calc(100% - 318px)!important;max-width:calc(100% - 318px)!important;box-sizing:border-box}.cheatsheet-filter-pills{grid-column:1/-1;width:100%}.cheatsheet-control-strip__positions{grid-column:1/2;display:flex!important;flex-wrap:nowrap!important;min-width:0}.cheatsheet-stats-toggle{grid-column:2/3;justify-self:end;align-self:stretch}.cheatsheet-stats-toggle button{min-height:30px;padding:5px 8px!important;font-size:11px!important}@media (min-width:1181px){.cheatsheet-control-strip{width:calc(100% - 352px)!important;max-width:calc(100% - 352px)!important}.cheatsheet-desktop-workspace:not(.depth-chart-workspace):not(.pulse-workspace)>.desktop-right-rail,.pulse-workspace>.desktop-right-rail{flex:0 0 340px!important;width:340px!important;max-width:340px!important}.pulse-toolbar,.pulse-workspace>.pulse-content-card{flex-grow:0;flex-shrink:1;flex-basis:calc(100% - 352px);width:calc(100% - 352px)!important;max-width:calc(100% - 352px)!important;box-sizing:border-box}.pulse-workspace>.desktop-right-rail{margin-top:-28px!important;height:calc(100% + 82px)!important;max-height:calc(100% + 82px)!important}}.depth-chart-page{padding-left:10px;padding-right:10px;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.depth-chart-page .cheatsheet-desktop-workspace.depth-chart-workspace{display:grid!important}.depth-chart-page .depth-chart-mobile-list.depth-chart-grid-board{display:none!important}.depth-chart-filter-strip{width:calc(100% - 352px)!important;max-width:calc(100% - 352px)!important;margin-bottom:4px!important;justify-items:start}.depth-chart-position-tabs{position:relative;z-index:4;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;justify-content:flex-start!important}.depth-chart-position-tabs button{min-height:32px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.depth-chart-workspace{grid-template-columns:minmax(0,1fr) 340px;gap:12px;height:0;flex:1 1 auto}.depth-chart-scroll-column{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:6px}.depth-chart-grid-board{display:grid!important;grid-template-columns:minmax(980px,1fr);align-items:start;grid-gap:5px;gap:5px;padding-bottom:18px;overflow-x:visible}.depth-chart-grid-row{display:grid;grid-template-columns:54px minmax(0,1fr);width:100%;min-width:980px;border-radius:9px;overflow:hidden}.depth-chart-grid-team{min-height:46px;font-size:12px;letter-spacing:.04em;border-right:1px solid var(--border);border-bottom:0}.depth-chart-grid-slots{grid-template-columns:repeat(8,minmax(108px,1fr));gap:5px;padding:5px;overflow:visible}.depth-chart-grid-player{min-width:0;min-height:36px;padding:5px 7px;border-radius:8px;text-align:left}.depth-chart-grid-player.is-selected{box-shadow:inset 0 0 0 1px var(--accent-border)}.depth-chart-grid-player__slot{font-size:8.5px}.depth-chart-grid-player__name{font-size:10px;line-height:1.08}@media (max-width:1180px){.app-shell__content{overflow:auto;-webkit-overflow-scrolling:touch}.utility-page:not(.depth-chart-page):not(.rosters-page){min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.cheatsheet-desktop-workspace:not(.depth-chart-workspace){height:calc(100dvh - 132px - env(safe-area-inset-bottom))!important;min-height:0!important;overflow:visible!important}.cheatsheet-desktop-workspace:not(.depth-chart-workspace)>.desktop-scroll-column,.pulse-workspace>.desktop-scroll-column{height:100%!important;min-height:0!important;overflow:auto!important;-webkit-overflow-scrolling:touch}.cheatsheet-desktop-workspace:not(.depth-chart-workspace)>.desktop-right-rail,.pulse-workspace>.desktop-right-rail{flex:0 0 300px!important;width:300px!important;max-width:300px!important;height:calc(100% + 54px)!important;max-height:calc(100% + 54px)!important;margin-top:-54px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.cheatsheet-desktop-workspace:not(.depth-chart-workspace):not(.pulse-workspace)>.desktop-right-rail{height:calc(100% + 96px)!important;max-height:calc(100% + 96px)!important;margin-top:-96px!important}.depth-chart-filter-strip{width:calc(100% - 312px)!important;max-width:calc(100% - 312px)!important;padding:7px 8px!important}.depth-chart-position-tabs{display:flex!important;gap:7px!important;width:-moz-fit-content!important;width:fit-content!important}.depth-chart-position-tabs button{min-width:54px!important;min-height:42px!important;padding:8px 12px!important;font-size:13px!important;border-radius:10px!important}.depth-chart-workspace{grid-template-columns:minmax(0,1fr) 300px;gap:10px;height:calc(100dvh - 132px - env(safe-area-inset-bottom));min-height:0;overflow:visible}.depth-chart-workspace>.desktop-right-rail{flex:0 0 300px!important;width:300px!important;max-width:300px!important;margin-top:-52px!important;height:calc(100% + 52px)!important;max-height:calc(100% + 52px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.depth-chart-scroll-column{min-width:0;overflow:auto;-webkit-overflow-scrolling:touch}.depth-chart-grid-board{grid-template-columns:minmax(760px,1fr);overflow-x:visible;padding-bottom:10px}.depth-chart-grid-row{min-width:760px}.depth-chart-grid-team{min-height:48px;font-size:12px}.depth-chart-grid-slots{grid-template-columns:repeat(8,minmax(82px,1fr));gap:4px;padding:4px}.depth-chart-grid-player{min-height:38px;padding:5px 6px}}.rosters-page{height:100%;overflow:hidden}.rosters-board-card{height:calc(100dvh - 82px - env(safe-area-inset-bottom));overflow:auto!important}.rosters-board-inner{min-width:100%!important;width:100%!important}.rosters-board-table{table-layout:fixed!important}.rosters-board-header{width:auto!important;padding:4px 2px 5px!important;font-size:9.25px!important;line-height:1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rosters-board-cell{padding:2px!important}.rosters-board-player-card{min-height:35px!important;border-radius:6px!important;padding:3px 4px!important}.rosters-board-slot-row{margin-bottom:0!important}.rosters-board-position,.rosters-board-slot{font-size:7.5px!important}.rosters-board-player-name{font-size:9px!important;line-height:1.03!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rosters-board-player-meta{margin-top:1px!important;gap:3px!important;font-size:7.75px!important;line-height:1!important}.cheatsheet-desktop-workspace>.desktop-right-rail{align-content:start!important;gap:4px!important}.cheatsheet-desktop-workspace>.desktop-right-rail .cheatsheet-player-panel{margin-top:0!important}.cheatsheet-panel-stats-table td,.cheatsheet-panel-stats-table th{padding:5px 6px!important;font-size:9.5px!important;line-height:1!important}}@media (min-width:1200px) and (max-width:1500px){.rosters-board-cell{padding:3px!important}.rosters-board-player-card{min-height:44px!important;padding:5px 6px!important}}@media (max-width:1000px) and (max-height:520px) and (orientation:landscape){.app-shell{min-height:100dvh;height:auto;overflow:visible;padding-bottom:calc(58px + env(safe-area-inset-bottom))}.app-shell__topbar{padding:max(8px,env(safe-area-inset-top)) 12px 6px}.app-shell__toplink{display:none!important}.app-shell__body{height:auto;min-height:calc(100dvh - 46px - 58px - env(safe-area-inset-bottom))}.app-shell__content{overflow:visible}.app-shell__mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;padding:5px max(8px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -12px 28px rgba(15,23,42,.16)}.app-shell__mobile-link{display:flex;min-height:44px;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid transparent;border-radius:12px;color:var(--text-muted);text-decoration:none;font-size:9px;font-weight:850;line-height:1}.app-shell__mobile-link.is-active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent-text)}.cheatsheet-control-strip{display:grid!important;grid-template-columns:minmax(120px,1fr) auto;grid-gap:4px!important;gap:4px!important;padding:4px 6px!important;margin-bottom:4px!important}.cheatsheet-control-strip button,.cheatsheet-control-strip input,.cheatsheet-control-strip select{min-height:28px!important;padding:4px 6px!important;font-size:10px!important;border-radius:7px!important}.cheatsheet-control-strip__positions{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:3px!important;gap:3px!important}.cheatsheet-control-strip>div[style*=inline-flex]{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:3px!important;gap:3px!important}.cheatsheet-player-panel,.cheatsheet-sheet--table{display:none!important}.pulse-workspace{display:block!important;width:100%!important}.pulse-workspace .cheatsheet-player-panel,.pulse-workspace .desktop-right-rail,.pulse-workspace>.desktop-right-rail{display:none!important;width:0!important;flex:0 0!important;flex-basis:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important}.pulse-content-card{width:100%!important;max-width:100%!important}.cheatsheet-desktop-workspace:not(.pulse-workspace)>.desktop-right-rail{width:100%!important;max-width:100%!important;flex:0 0 100%!important;margin-top:0!important}.cheatsheet-desktop-workspace:not(.pulse-workspace)>.desktop-right-rail>section:first-child{width:100%!important}.cheatsheet-desktop-workspace:not(.pulse-workspace)>.desktop-right-rail input[type=search]{width:100%!important;min-height:30px!important;font-size:12px!important}.cheatsheet-mobile-list{display:block!important;padding-bottom:calc(62px + env(safe-area-inset-bottom))!important}.cheatsheet-mobile-grid-shell{max-height:calc(100dvh - 140px);overflow-x:hidden!important;overflow-y:auto!important;border-radius:8px;--cheatsheet-landscape-columns:34px minmax(170px,2fr) minmax(44px,0.55fr) minmax(50px,0.62fr) minmax(56px,0.7fr) minmax(34px,0.42fr) minmax(56px,0.7fr) minmax(38px,0.48fr) minmax(38px,0.48fr) minmax(58px,0.72fr) minmax(48px,0.6fr) minmax(30px,0.36fr) 32px}.cheatsheet-mobile-grid-row{min-width:0!important;width:100%!important;border-bottom:1px solid var(--border)!important}.cheatsheet-mobile-grid-row,.cheatsheet-mobile-grid-row--header,.cheatsheet-mobile-grid-row--player{display:grid!important;grid-template-columns:var(--cheatsheet-landscape-columns)!important}.cheatsheet-mobile-grid-cell{min-width:0!important;width:auto!important;padding:4px 5px!important;font-size:9px!important;line-height:1.05!important;border-right:1px solid var(--border)!important}.cheatsheet-mobile-grid-row--header .cheatsheet-mobile-grid-cell{border-bottom:1px solid var(--border)!important}.cheatsheet-mobile-grid-cell--status{position:static!important;right:auto!important;box-shadow:none!important}.cheatsheet-mobile-grid-cell--player{align-items:flex-start!important;justify-content:center!important;gap:4px!important;padding-left:9px!important}.cheatsheet-mobile-grid-player-name{display:block!important;font-size:11px!important;line-height:1.1!important;font-weight:950!important}.cheatsheet-mobile-grid-player-meta{display:block!important;margin-top:2px!important;font-size:9px!important;line-height:1.12!important}.cheatsheet-mobile-rookie-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:14px!important;height:14px!important;margin:0 4px 0 0!important;border-radius:999px!important;background:linear-gradient(135deg,#fb923c,#facc15)!important;color:#111827!important;border:1px solid rgba(120,53,15,.42)!important;box-shadow:0 0 0 1px hsla(0,0%,100%,.65),0 1px 3px rgba(124,45,18,.24)!important;font-size:8px!important;font-weight:1000!important;line-height:1!important;vertical-align:1px!important}.cheatsheet-mobile-injury-plus{width:14px!important;height:14px!important;font-size:13px!important;vertical-align:0!important}.cheatsheet-mobile-row__status{min-width:16px!important;min-height:14px!important;padding:0 2px!important;border-radius:5px!important;font-size:8px!important}.cheatsheet-mobile-panel__intel{display:grid;grid-gap:6px;gap:6px;min-width:0;max-width:100%;overflow:hidden}.cheatsheet-mobile-panel__intel-item{display:grid;grid-gap:3px;gap:3px;width:100%;min-width:0;max-width:100%;overflow:hidden;padding:7px 8px;border:1px solid var(--accent-border);border-radius:9px;background:var(--selected-bg);color:inherit;text-decoration:none}.cheatsheet-mobile-panel__intel-meta{display:flex;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.cheatsheet-mobile-panel__intel-summary{min-width:0;color:var(--text);font-size:12px;font-weight:900;line-height:1.24;overflow-wrap:anywhere}.cheatsheet-mobile-panel__intel-detail,.cheatsheet-mobile-panel__intel-empty{min-width:0;color:var(--text-muted);font-size:10.25px;line-height:1.3;overflow-wrap:anywhere}.cheatsheet-mobile-panel{top:max(4px,env(safe-area-inset-top))!important;bottom:calc(56px + env(safe-area-inset-bottom))!important;max-height:none!important;padding:8px!important}.cheatsheet-mobile-panel__header{padding-bottom:6px!important;margin-bottom:6px!important}.cheatsheet-mobile-panel select{font-size:12px!important;padding:7px 8px!important}}.pulse-arrow-shape{display:inline-block;width:0;height:0}.pulse-arrow-shape--up{border-bottom:28px solid}.pulse-arrow-shape--down,.pulse-arrow-shape--up{border-left:16px solid transparent;border-right:16px solid transparent;filter:drop-shadow(0 2px 0 rgba(255,255,255,.55))}.pulse-arrow-shape--down{border-top:28px solid}.pulse-arrow-shape--stable{width:34px;height:9px;border-radius:999px;background:currentColor;box-shadow:0 2px 0 hsla(0,0%,100%,.55)}.pulse-bolt-badge{position:absolute;right:-6px;top:-8px;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;border:2px solid #fff}.pulse-bolt-mark{width:9px;height:16px;background:var(--surface);-webkit-clip-path:polygon(55% 0,14% 54%,46% 54%,33% 100%,86% 38%,54% 38%);clip-path:polygon(55% 0,14% 54%,46% 54%,33% 100%,86% 38%,54% 38%)}:root[data-theme=dark] .player-pulse-arrow-pop .pulse-arrow-shape--up{border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:#4ade80!important;color:#4ade80!important;filter:drop-shadow(0 0 6px rgba(74,222,128,.36))}:root[data-theme=dark] .player-pulse-arrow-pop .pulse-arrow-shape--down{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:#f87171!important;color:#f87171!important;filter:drop-shadow(0 0 6px rgba(248,113,113,.34))}.pulse-landing{--pulse-night:#07101f;--pulse-night-2:#0c1728;--pulse-card:rgba(13,25,43,.82);--pulse-card-strong:rgba(18,34,58,.94);--pulse-line:rgba(146,171,210,.22);--pulse-text:#f4f7fb;--pulse-muted:#a9b7cd;--pulse-green:#39e58c;--pulse-gold:#ffd166;--pulse-blue:#79a8ff;position:relative;max-width:1240px;margin:0 auto;padding:28px 28px 36px;color:var(--pulse-text)}.pulse-landing a{text-decoration:none}.pulse-conversion-footer,.pulse-evidence-section,.pulse-feature-card,.pulse-footer,.pulse-hero,.pulse-live-preview-section,.pulse-section,.pulse-trust-strip{border:1px solid var(--pulse-line);box-shadow:0 24px 70px rgba(0,0,0,.24)}.pulse-hero{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);grid-gap:28px;gap:28px;overflow:hidden;border-radius:30px;padding:34px;background:radial-gradient(circle at 20% 0,rgba(57,229,140,.2),transparent 34%),radial-gradient(circle at 88% 18%,rgba(121,168,255,.24),transparent 34%),linear-gradient(135deg,#050913,#081323 43%,#11213a)}.pulse-hero__glow{position:absolute;pointer-events:none;width:280px;height:280px;border-radius:999px;filter:blur(18px);opacity:.32}.pulse-hero__glow--one{left:-80px;bottom:-90px;background:var(--pulse-green)}.pulse-hero__glow--two{right:120px;top:-110px;background:var(--pulse-blue)}.pulse-hero__copy,.pulse-hero__mockups{position:relative;z-index:1}.pulse-kicker,.pulse-section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pulse-green);font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.pulse-kicker span{width:8px;height:8px;border-radius:999px;background:var(--pulse-green);box-shadow:0 0 18px rgba(57,229,140,.8)}.pulse-brand-lockup{display:inline-flex;align-items:center;gap:14px;margin-bottom:20px;padding:0}.pulse-brand-lockup img{width:78px;height:78px;border-radius:20px;box-shadow:0 18px 42px rgba(0,0,0,.34),0 0 36px rgba(57,229,140,.16)}.pulse-brand-lockup span,.pulse-brand-lockup strong{display:block}.pulse-brand-lockup strong{color:#fff;font-size:22px;line-height:1}.pulse-brand-lockup span{margin-top:6px;color:var(--pulse-muted);font-size:13px;font-weight:850}.pulse-hero h1{max-width:660px;margin:12px 0 0;font-size:clamp(40px,5.35vw,66px);line-height:.92;letter-spacing:-.07em}.pulse-hero__copy>p{max-width:675px;margin:16px 0 0;color:var(--pulse-muted);font-size:16px;line-height:1.46}.pulse-conversion-footer__actions,.pulse-hero__actions,.pulse-live-preview-links{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.pulse-hero__actions{margin-top:18px}.pulse-hero__actions--floating{position:absolute;z-index:3;left:48px;bottom:86px;margin-top:0}.pulse-landing-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 16px;border-radius:999px;border:1px solid rgba(185,205,235,.24);background:hsla(0,0%,100%,.08);color:#eef5ff;font-weight:950;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pulse-landing-cta--primary{border-color:rgba(57,229,140,.72);background:linear-gradient(135deg,#2fe17f,#1aa3ff);color:#04101d;box-shadow:0 16px 34px rgba(57,229,140,.23)}.pulse-availability-note{margin-top:10px;color:#c9d4e7;font-size:12px;line-height:1.45}.pulse-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:26px}.pulse-hero__stats div{min-height:92px;padding:14px;border:1px solid rgba(185,205,235,.18);border-radius:18px;background:hsla(0,0%,100%,.06)}.pulse-hero__stats strong{display:block;color:#fff;font-size:28px;line-height:1}.pulse-hero__stats span{display:block;margin-top:8px;color:var(--pulse-muted);font-size:12px;line-height:1.35}.pulse-hero__mockups{min-height:560px}.pulse-browser-frame{position:absolute;left:0;right:54px;top:18px;border:1px solid rgba(203,220,249,.22);border-radius:24px;overflow:hidden;background:#07101f;box-shadow:0 30px 80px rgba(0,0,0,.42);transform:rotate(-1.5deg)}.pulse-browser-frame__bar{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border-bottom:1px solid rgba(203,220,249,.14);background:hsla(0,0%,100%,.07);color:#9fb0cc;font-size:12px}.pulse-browser-frame__bar i{width:10px;height:10px;border-radius:999px;background:#ff5f57}.pulse-browser-frame__bar i:nth-child(2){background:#ffbd2e}.pulse-browser-frame__bar i:nth-child(3){background:#28c840}.pulse-browser-frame__bar span{margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pulse-browser-frame__body{padding:16px;background:linear-gradient(90deg,transparent 0 23px,hsla(0,0%,100%,.035) 24px,transparent 25px),linear-gradient(transparent 0 23px,hsla(0,0%,100%,.035) 24px,transparent 25px),linear-gradient(160deg,#091526,#10213a);background-size:24px 24px,24px 24px,auto}.pulse-live-badge{display:inline-flex;margin-bottom:14px;border:1px solid rgba(57,229,140,.35);border-radius:999px;background:rgba(57,229,140,.1);color:#a8ffd0;padding:7px 10px;font-size:12px;font-weight:950}.pulse-board-preview{border:1px solid rgba(203,220,249,.16);border-radius:18px;background:rgba(4,12,23,.82);padding:12px}.pulse-board-preview__header{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;color:#dce8fb;font-size:13px}.pulse-board-preview__header span{color:var(--pulse-green);font-weight:950;letter-spacing:.08em;text-transform:uppercase}.pulse-board-preview__rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.pulse-board-preview__rail span{border:1px solid rgba(203,220,249,.14);border-radius:12px;background:hsla(0,0%,100%,.055);color:#b9c6da;padding:10px 8px;font-size:12px;text-align:center}.pulse-phone-frame{position:absolute;right:0;bottom:8px;width:220px;border:8px solid #050913;border-radius:34px;background:#050913;box-shadow:0 30px 80px rgba(0,0,0,.45);transform:rotate(4deg)}.pulse-phone-frame__speaker{position:absolute;left:50%;top:8px;width:58px;height:5px;transform:translateX(-50%);border-radius:999px;background:hsla(0,0%,100%,.18);z-index:2}.pulse-phone-frame__screen{min-height:390px;padding:30px 12px 14px;border-radius:25px;background:linear-gradient(180deg,#10213a,#07101f)}.pulse-phone-frame__title{margin-bottom:12px;color:#fff;font-size:18px;font-weight:950}.pulse-phone-source-chip{margin-top:12px;border:1px solid rgba(57,229,140,.28);border-radius:16px;background:rgba(57,229,140,.08);color:#b6ffd8;padding:12px;font-size:12px;font-weight:900}.pulse-mini-player{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;margin-top:8px;border:1px solid rgba(203,220,249,.15);border-radius:14px;background:hsla(0,0%,100%,.06);padding:11px}.pulse-mini-player--compact{grid-template-columns:1fr}.pulse-mini-player__name{color:#fff;font-size:14px;font-weight:950}.pulse-mini-player__meta{margin-top:4px;color:#aebbd1;font-size:12px;line-height:1.35}.pulse-hero--product{grid-template-columns:minmax(0,.8fr) minmax(600px,1.2fr);align-items:start;min-height:820px;padding-bottom:84px}.pulse-hero__value-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pulse-hero__value-strip span{border:1px solid rgba(185,205,235,.2);border-radius:999px;background:hsla(0,0%,100%,.075);color:#dce8fb;padding:7px 10px;font-size:11px;font-weight:950}.pulse-screenshot-collage{position:relative;z-index:1;min-height:590px}.pulse-screenshot-collage--big{min-height:660px}.pulse-screenshot-collage--raw{min-height:740px;display:block}.pulse-screenshot-collage--raw>.pulse-screenshot-frame--tablet{position:absolute;left:0;right:0;top:38px;width:min(100%,820px);transform:rotate(-.7deg)}.pulse-screenshot-collage--raw>.pulse-screenshot-frame--phone{position:absolute;right:26px;bottom:42px;width:min(255px,36%);transform:rotate(3.5deg)}.pulse-screenshot-frame{position:relative;margin:0;overflow:hidden;border:1px solid rgba(203,220,249,.24);border-radius:32px;background:#050913;box-shadow:0 28px 80px rgba(0,0,0,.42)}.pulse-screenshot-frame:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(135deg,hsla(0,0%,100%,.18),transparent 22%,transparent 72%,rgba(57,229,140,.1));mix-blend-mode:screen}.pulse-screenshot-frame img{display:block;width:100%;height:auto}.pulse-screenshot-frame figcaption{position:absolute;left:14px;bottom:14px;z-index:2;border:1px solid hsla(0,0%,100%,.18);border-radius:999px;background:rgba(5,9,19,.72);color:#eef5ff;padding:7px 10px;font-size:12px;font-weight:950;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pulse-screenshot-frame--phone{width:210px;border-radius:32px}.pulse-screenshot-frame--tablet{border-radius:28px}.pulse-screenshot-collage:not(.pulse-screenshot-collage--raw)>.pulse-screenshot-frame--tablet{position:absolute;left:0;right:8px;top:18px;transform:rotate(-1.2deg)}.pulse-screenshot-collage:not(.pulse-screenshot-collage--raw)>.pulse-screenshot-frame--phone:nth-child(2){position:absolute;right:18px;bottom:4px;transform:rotate(4deg)}.pulse-screenshot-collage:not(.pulse-screenshot-collage--raw)>.pulse-screenshot-frame--phone:nth-child(3){position:absolute;left:24px;bottom:26px;width:198px;transform:rotate(-5deg)}.pulse-feature-shot-stack{display:grid;grid-gap:14px;gap:14px;align-items:end}.pulse-feature-shot-stack--visual-first{gap:16px}.pulse-feature-shot-stack--visual-first .pulse-mini-player,.pulse-feature-shot-stack--visual-first .pulse-proof-card{max-width:94%;justify-self:center}.pulse-feature-shot-stack .pulse-screenshot-frame--phone{justify-self:center;width:min(210px,72%)}.pulse-feature-shot-stack .pulse-screenshot-frame--tablet{width:100%}.pulse-route-preview--product{min-height:220px;align-content:center;background:radial-gradient(circle at 80% 20%,rgba(57,229,140,.16),transparent 35%),radial-gradient(circle at 18% 84%,rgba(121,168,255,.18),transparent 32%),hsla(0,0%,100%,.06)}.pulse-route-preview--product a{display:flex;align-items:center;justify-content:space-between;min-height:54px;border:1px solid rgba(203,220,249,.14);border-radius:16px;background:hsla(0,0%,100%,.06);padding:0 14px}.pulse-visual-band{display:grid;grid-template-columns:250px minmax(0,1.36fr) 250px;grid-gap:16px;gap:16px;align-items:center;margin-top:18px;border:1px solid var(--pulse-line);border-radius:26px;background:radial-gradient(circle at 20% 20%,rgba(57,229,140,.12),transparent 30%),radial-gradient(circle at 84% 68%,rgba(121,168,255,.16),transparent 30%),rgba(8,18,32,.94);padding:22px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.pulse-visual-band .pulse-screenshot-frame--tablet{width:min(106%,1000px);justify-self:center;transform:translateX(-3px)}.pulse-visual-band .pulse-screenshot-frame--phone{width:100%;max-width:245px;justify-self:center}.pulse-showcase-section{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);grid-gap:24px;gap:24px;align-items:center;margin-top:18px;border:1px solid var(--pulse-line);border-radius:24px;background:linear-gradient(145deg,rgba(9,19,35,.96),rgba(14,29,50,.92)),radial-gradient(circle at 70% 20%,rgba(57,229,140,.18),transparent 30%);padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.24)}.pulse-showcase-section h2{margin:8px 0 0;color:#fff;font-size:clamp(28px,3.3vw,44px);line-height:1}.pulse-showcase-section p{color:var(--pulse-muted);font-size:16px;line-height:1.68}.pulse-showcase-grid{display:grid;grid-template-columns:.62fr .62fr 1.25fr;grid-gap:14px;gap:14px;align-items:center}.pulse-showcase-grid .pulse-screenshot-frame--tablet{grid-column:span 1}.pulse-showcase-grid--copy{grid-template-columns:repeat(3,minmax(0,1fr))}.pulse-showcase-grid--copy div{min-height:152px;border:1px solid rgba(145,166,204,.18);border-radius:22px;background:linear-gradient(145deg,rgba(17,33,57,.78),rgba(6,15,28,.78)),radial-gradient(circle at 20% 0,rgba(0,226,160,.12),transparent 38%);padding:20px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.pulse-showcase-grid--copy strong{color:#fff;font-size:17px;line-height:1.1}.pulse-showcase-grid--copy span{color:var(--pulse-muted);font-size:13px;line-height:1.45}.pulse-trust-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;margin-top:18px;border-radius:22px;background:var(--pulse-line)}.pulse-trust-strip div{background:rgba(8,18,32,.92);color:#dce8fb;padding:16px 14px;font-size:13px;font-weight:950;text-align:center}.pulse-conversion-footer,.pulse-evidence-section,.pulse-footer,.pulse-live-preview-section,.pulse-section{margin-top:18px;border-radius:24px;background:linear-gradient(145deg,rgba(9,19,35,.94),rgba(14,29,50,.92));padding:24px}.pulse-conversion-footer,.pulse-evidence-section,.pulse-live-preview-section,.pulse-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:22px;gap:22px;align-items:center}.pulse-conversion-footer h2,.pulse-evidence-section h2,.pulse-live-preview-section h2,.pulse-section h2{margin:8px 0 0;color:#fff;font-size:clamp(28px,3.3vw,44px);line-height:1}.pulse-conversion-footer p,.pulse-evidence-section p,.pulse-live-preview-section p,.pulse-section p{margin:0;color:var(--pulse-muted);font-size:16px;line-height:1.68}.pulse-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.pulse-feature-card{display:grid;min-height:360px;grid-template-rows:auto minmax(0,1fr);grid-gap:18px;gap:18px;overflow:hidden;border-radius:24px;background:linear-gradient(150deg,rgba(9,19,35,.95),rgba(18,34,58,.94));padding:22px}.pulse-feature-card__copy span{color:var(--pulse-green);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.pulse-feature-card__copy h3{margin:8px 0 0;color:#fff;font-size:27px;line-height:1.02}.pulse-feature-card__copy p{margin:10px 0 0;color:var(--pulse-muted);line-height:1.58}.pulse-feature-card__visual{align-self:end}.pulse-evidence-card,.pulse-injury-watch,.pulse-proof-card,.pulse-route-preview{border:1px solid rgba(203,220,249,.16);border-radius:18px;background:hsla(0,0%,100%,.06);padding:16px}.pulse-proof-card__topline{color:var(--pulse-gold);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.pulse-proof-card__player{margin-top:8px;color:#fff;font-size:24px;font-weight:950}.pulse-injury-watch p,.pulse-proof-card p{color:var(--pulse-muted);line-height:1.55}.pulse-proof-card__footer{display:flex;justify-content:space-between;gap:10px;margin-top:14px;color:#dce8fb;font-size:12px;font-weight:900}.pulse-route-preview{display:grid;grid-gap:10px;gap:10px}.pulse-inline-link,.pulse-route-preview a{color:#a8ffd0;font-weight:950}.pulse-injury-watch span{display:inline-flex;margin-bottom:10px;border:1px solid rgba(255,209,102,.4);border-radius:999px;background:rgba(255,209,102,.1);color:#ffe4a3;padding:5px 9px;font-size:12px;font-weight:950}.pulse-injury-watch strong{display:block;color:#fff;font-size:23px}.pulse-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.pulse-steps div{min-height:150px;border:1px solid rgba(203,220,249,.16);border-radius:18px;background:hsla(0,0%,100%,.06);padding:16px}.pulse-steps strong{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:var(--pulse-green);color:#04101d;font-size:16px}.pulse-steps span{display:block;margin-top:18px;color:#eef5ff;font-size:17px;font-weight:950;line-height:1.25}.pulse-live-preview-links{justify-content:flex-end}.pulse-evidence-card{display:grid;grid-gap:12px;gap:12px}.pulse-evidence-card div{display:grid;grid-gap:4px;gap:4px;border-bottom:1px solid rgba(203,220,249,.12);padding-bottom:12px}.pulse-evidence-card div:last-child{border-bottom:0;padding-bottom:0}.pulse-evidence-card strong{color:#fff}.pulse-conversion-footer__actions span,.pulse-evidence-card span,.pulse-footer span{color:var(--pulse-muted);line-height:1.5}.pulse-conversion-footer__actions{justify-content:flex-end}.pulse-footer{display:flex;justify-content:space-between;gap:18px;align-items:center;color:#fff}.pulse-footer div{display:grid;grid-gap:5px;gap:5px;max-width:760px}.pulse-footer nav{display:flex;gap:14px;flex-wrap:wrap}.pulse-footer a{color:#dce8fb;font-weight:900}@media (max-width:1040px){.pulse-conversion-footer,.pulse-evidence-section,.pulse-hero,.pulse-live-preview-section,.pulse-section,.pulse-showcase-section,.pulse-visual-band{grid-template-columns:1fr}.pulse-hero--product{min-height:auto}.pulse-hero__mockups{min-height:520px}.pulse-screenshot-collage{min-height:620px}.pulse-screenshot-collage--big{min-height:660px}.pulse-visual-band .pulse-screenshot-frame--phone{max-width:290px}.pulse-conversion-footer__actions,.pulse-live-preview-links{justify-content:flex-start}}@media (max-width:820px){.pulse-landing{padding:16px 12px 96px}.pulse-hero{padding:24px 18px;border-radius:24px}.pulse-hero h1{font-size:clamp(38px,12vw,56px)}.pulse-feature-grid,.pulse-hero__stats,.pulse-showcase-grid,.pulse-showcase-grid--copy,.pulse-steps,.pulse-trust-strip{grid-template-columns:1fr}.pulse-hero__mockups,.pulse-screenshot-collage{min-height:auto;display:grid;grid-gap:14px;gap:14px}.pulse-brand-lockup img{width:46px;height:46px}.pulse-browser-frame,.pulse-hero__actions--floating,.pulse-phone-frame,.pulse-screenshot-collage>.pulse-screenshot-frame,.pulse-screenshot-collage>.pulse-screenshot-frame--phone:nth-child(2),.pulse-screenshot-collage>.pulse-screenshot-frame--phone:nth-child(3){position:relative;inset:auto;width:auto;transform:none}.pulse-browser-frame{right:auto}.pulse-feature-shot-stack .pulse-screenshot-frame--phone,.pulse-phone-frame,.pulse-screenshot-collage>.pulse-screenshot-frame--phone{max-width:250px;margin:0 auto}.pulse-hero__actions--floating{justify-content:center;margin-top:2px}.pulse-board-preview__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.pulse-conversion-footer,.pulse-evidence-section,.pulse-footer,.pulse-live-preview-section,.pulse-section,.pulse-showcase-section,.pulse-visual-band{padding:20px}.pulse-feature-card{min-height:auto}.pulse-footer{align-items:flex-start;flex-direction:column}}.web-page{padding:28px;max-width:1180px;margin:0 auto}.web-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.web-two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:18px;gap:18px}.web-two-column--detail{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr)}.web-pulse-card-row{display:grid;grid-template-columns:minmax(160px,1fr) auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface-muted)}.web-player-filters{display:grid;grid-template-columns:minmax(220px,1fr) 160px auto;grid-gap:12px;gap:12px;align-items:center}.web-player-filters--wide{grid-template-columns:minmax(220px,1fr) 120px 190px auto}.web-player-filters input,.web-player-filters select{border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text)}@media (max-width:760px){.web-page{padding:18px 14px 92px}.web-player-filters,.web-player-filters--wide,.web-pulse-card-row,.web-two-column,.web-two-column--detail{grid-template-columns:1fr}.web-pulse-card-row{align-items:start}}@media (min-width:1181px){.depth-chart-page{overflow:hidden}.depth-chart-page .depth-chart-mobile-list.depth-chart-grid-board{display:none!important}.depth-chart-page .depth-chart-workspace{display:grid!important;grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;grid-gap:12px;gap:12px;height:calc(100dvh - 116px - env(safe-area-inset-bottom));min-height:0;overflow:hidden}.depth-chart-page .depth-chart-scroll-column{min-width:0;min-height:0;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.depth-chart-page .depth-chart-workspace>.desktop-right-rail{width:340px!important;max-width:340px!important;height:100%!important;max-height:100%!important;margin-top:0!important;overflow-y:auto!important;overflow-x:hidden!important}.depth-chart-page .depth-chart-grid-board{display:grid!important;grid-template-columns:minmax(980px,1fr);align-items:start;grid-gap:5px;gap:5px;min-width:980px;width:100%;padding-bottom:18px;overflow:visible}.depth-chart-page .depth-chart-grid-row{display:grid;grid-template-columns:54px minmax(0,1fr);width:100%;min-width:980px}.depth-chart-page .depth-chart-grid-slots{display:grid;grid-template-columns:repeat(8,minmax(108px,1fr));grid-gap:5px;gap:5px;min-width:0;overflow:visible}.depth-chart-page .depth-chart-grid-player{box-sizing:border-box;width:100%;min-width:0;overflow:hidden;align-content:center;gap:2px}.depth-chart-page .depth-chart-grid-player__name{min-width:0;padding-right:12px}}@media (max-width:1180px){.depth-chart-page .depth-chart-workspace{display:none!important}.depth-chart-page .depth-chart-mobile-list.depth-chart-grid-board{display:grid!important;grid-template-columns:minmax(760px,1fr);min-width:0;width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.depth-chart-page .depth-chart-mobile-list .depth-chart-grid-row{width:100%;min-width:760px}.depth-chart-page .depth-chart-mobile-list .depth-chart-grid-slots{grid-template-columns:repeat(8,minmax(82px,1fr));overflow:visible}}@media (max-width:760px){.depth-chart-page .depth-chart-mobile-list.depth-chart-grid-board{grid-template-columns:minmax(650px,1fr)}.depth-chart-page .depth-chart-mobile-list .depth-chart-grid-row{min-width:650px}.depth-chart-page .depth-chart-mobile-list .depth-chart-grid-slots{grid-template-columns:repeat(8,minmax(74px,1fr))}}@media (min-width:1501px){.app-shell__body{max-width:1720px}.utility-page--wide{max-width:1560px}.cheatsheet-desktop-workspace:not(.depth-chart-workspace){grid-template-columns:minmax(0,1fr) 360px}.cheatsheet-desktop-workspace:not(.depth-chart-workspace)>.desktop-right-rail,.pulse-workspace>.desktop-right-rail{flex:0 1 360px!important;width:360px!important;max-width:360px!important}.pulse-toolbar,.pulse-workspace>.pulse-content-card{flex-grow:0;flex-shrink:1;flex-basis:calc(100% - 372px);width:calc(100% - 372px)!important;max-width:calc(100% - 372px)!important;box-sizing:border-box}}.cheatsheet-table tbody tr.is-drag-row{position:relative;z-index:60;cursor:-webkit-grabbing;cursor:grabbing}.cheatsheet-table tbody tr.is-drag-row>td{box-shadow:inset 0 2px 0 var(--accent),inset 0 -2px 0 var(--accent)}.cheatsheet-table tbody tr.is-drag-row>td:first-child{box-shadow:inset 0 2px 0 var(--accent),inset 0 -2px 0 var(--accent),inset 2px 0 0 var(--accent)}.cheatsheet-table tbody tr.is-drag-row>td:last-child{box-shadow:inset 0 2px 0 var(--accent),inset 0 -2px 0 var(--accent),inset -2px 0 0 var(--accent)}.cheatsheet-mobile-grid-row.is-drag-row{position:relative;z-index:60;outline:2px solid var(--accent);outline-offset:-2px;box-shadow:0 8px 22px rgba(15,23,42,.3);cursor:-webkit-grabbing;cursor:grabbing}.cheatsheet-mobile-grid-row.is-flip-row,.cheatsheet-table tbody tr.is-flip-row{position:relative;z-index:40}.cheatsheet-table tbody tr.is-flip-row>td.cheatsheet-table__sticky{z-index:auto}.cheatsheet-mobile-grid-row.is-drag-row,.cheatsheet-table tbody tr.is-drag-row{opacity:.94}.cheatsheet-table tbody tr.is-drag-row>td.cheatsheet-table__sticky{z-index:auto}.cheatsheet-sheet--table.is-rank-editing{overflow-x:auto}.is-rank-editing .cheatsheet-table__sticky,.is-rank-editing .cheatsheet-table__sticky--player,.is-rank-editing .cheatsheet-table__sticky--rank{position:static!important;z-index:auto!important;box-shadow:none!important}.is-rank-editing .cheatsheet-table tbody .cheatsheet-table__sticky--player,.is-rank-editing .cheatsheet-table tbody .cheatsheet-table__sticky--rank{background:transparent!important}.is-rank-editing .cheatsheet-table tbody tr.is-drag-row>td.cheatsheet-table__sticky--player,.is-rank-editing .cheatsheet-table tbody tr.is-drag-row>td.cheatsheet-table__sticky--rank{box-shadow:inset 0 2px 0 var(--accent),inset 0 -2px 0 var(--accent)!important}