:root{--ink: #15212b;--ink-strong: #0f1720;--muted: #596a78;--muted-strong: #314250;--brand: #b6313f;--brand-dark: #8f2836;--rink-blue: #1b5f80;--rink-blue-dark: #17384a;--ice: #f8fbfc;--ice-soft: rgba(255, 255, 255, .86);--page-bg: #dfe9ed;--gold: #d6aa2d;--success: #17884a;--dark-bg: #0d1522;--dark-panel: #121d2f;--dark-surface: #172236;--dark-button: #182335;--dark-muted: #9baabd;--dark-text: #f6f9fb;--line: rgba(21, 33, 43, .14);--line-strong: rgba(21, 33, 43, .2);--line-dark: rgba(255, 255, 255, .14);--radius: 8px;--shadow-panel: 0 18px 42px rgba(37, 58, 72, .12);--shadow-dark: 0 28px 80px rgba(9, 15, 20, .42);color:var(--ink);background:var(--page-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;overflow-x:hidden}button{border:0;font:inherit}.app-shell{min-height:100vh;background:linear-gradient(#f5f9fae6,#deeaefdb),url(/rink.svg) center / cover fixed;color:var(--ink)}.home-screen,.game-layout{width:min(1180px,calc(100vw - 32px));margin:0 auto}.home-screen{min-height:100vh;display:grid;justify-items:center;align-content:center;gap:22px;padding:40px 0}.utility-row{position:absolute;top:24px;right:max(16px,calc((100vw - 1180px)/2));display:flex;gap:8px}.brand-lockup{max-width:720px;display:grid;justify-items:center;text-align:center}.home-logo{width:clamp(170px,24vw,300px);height:auto;display:block;margin-bottom:14px}.panel-logo{width:126px;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{color:var(--brand-dark);display:block;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin:0}h1{color:var(--ink-strong);font-size:clamp(3.2rem,8vw,7.5rem);line-height:.92;letter-spacing:0}h2{font-size:2rem;letter-spacing:0}.brand-lockup p{max-width:560px;margin-top:18px;color:var(--muted-strong);font-size:1.15rem;line-height:1.5}.primary-action,.secondary-action,.icon-button,.mode-card{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius);cursor:pointer;transition:transform .14s ease,background .14s ease,color .14s ease,border-color .14s ease}.mode-cards{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:18px;max-width:720px;justify-self:center;width:100%}.mode-card{min-height:260px;align-content:center;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--ice-soft);color:var(--ink);text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mode-card svg{color:var(--brand)}.mode-card strong{color:var(--ink-strong);font-size:1.35rem}.mode-card span{max-width:220px;color:var(--muted);line-height:1.45}.mode-card b{width:100%;max-width:230px;margin-top:28px;padding:13px 16px;border-radius:var(--radius);background:var(--brand);color:#fff}.primary-action,.secondary-action{width:fit-content;min-width:150px;min-height:50px;padding:0 22px;color:#fff;background:var(--brand);font-weight:800}.secondary-action{color:var(--ink);border:1px solid var(--line);background:var(--ice-soft)}.primary-action:hover,.secondary-action:hover,.mode-card:hover,.icon-button:hover{transform:translateY(-1px)}.primary-action:disabled{cursor:not-allowed;opacity:.55;transform:none}.game-layout{height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;padding:20px 0;overflow:hidden}.game-layout.result-layout{height:auto;min-height:100vh;overflow:visible}.top-bar{display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px}.round-status{min-width:0}.icon-button{width:46px;height:46px;color:var(--muted-strong);border:1px solid var(--line);background:#fffc}.logo-button{width:72px;height:50px;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;background:transparent;cursor:pointer}.logo-button img{width:50px;height:50px;display:block;object-fit:contain}.top-actions{display:flex;gap:8px}.play-area{min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:18px}.result-layout .play-area{overflow:visible}.left-pane,.roster-pane,.loading-panel,.error-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--ice-soft);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.left-pane{min-height:0;padding:18px;overflow:hidden}.spin-panel,.loading-panel,.error-panel{min-height:100%;display:grid;place-items:center;align-content:center;gap:18px;text-align:center}.spin-panel{place-items:start center;align-content:start;padding-top:clamp(36px,8vh,86px)}.spin-reels{display:flex;gap:22px;align-items:center;justify-content:center;width:min(460px,100%)}.reel-card{width:min(200px,46%);min-height:124px;display:grid;align-content:center;gap:6px;border:6px solid var(--gold);border-radius:var(--radius);background:var(--ice);color:var(--ink);text-align:center;box-shadow:0 16px 28px #24364226}.decade-reel{border-color:var(--rink-blue)}.reel-card small{color:var(--brand-dark);font-weight:900;text-transform:uppercase}.reel-card strong{font-size:2.2rem;line-height:1}.reel-card span{color:var(--muted);font-size:.85rem}.loading-panel,.error-panel{width:min(520px,calc(100vw - 32px));min-height:260px;margin:15vh auto 0;padding:28px}.spin-panel svg{color:var(--rink-blue)}.spinning{color:var(--muted-strong)}.spin-icon{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.selection-panel{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;height:100%;min-height:0}.selection-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.spin-chips,.reroll-actions,.draft-controls{display:flex;align-items:center;gap:8px}.spin-chips span{min-width:72px;padding:9px 14px;border-radius:999px;background:var(--rink-blue-dark);color:#fff;text-align:center;font-weight:900}.spin-chips span+span{background:var(--brand)}.reroll-actions button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 10px;border-radius:var(--radius);background:#ffffffc7;color:var(--muted-strong);cursor:pointer;font-weight:800}.reroll-actions button:disabled{cursor:not-allowed;opacity:.45}.draft-controls{display:grid;grid-template-columns:auto minmax(160px,1fr) 120px;gap:8px}.filter-bar{display:flex;gap:6px;align-items:center}.search-box{min-height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7}.search-box svg{color:var(--muted)}.search-box input,.draft-controls select{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font:inherit}.draft-controls select{min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7;font-weight:800}.list-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.88rem}.list-meta b{color:var(--brand)}.filter-bar button{min-width:58px;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7;color:var(--muted-strong);cursor:pointer;font-weight:900}.filter-bar button.active{border-color:var(--rink-blue);background:var(--rink-blue);color:#fff}.player-list{min-height:0;display:grid;align-content:start;grid-auto-rows:90px;gap:8px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.player-row{width:100%;height:90px;min-height:0;display:grid;grid-template-columns:minmax(160px,1fr) minmax(260px,auto);align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--ice);color:var(--ink);text-align:left;cursor:pointer}.player-row:hover,.player-row.selected{border-color:var(--brand);background:#fff7f7}.player-main{min-width:0;display:grid;gap:4px}.player-main strong{overflow-wrap:anywhere}.player-main span,.slot-label,.record span,.result-player em,.empty-list{color:var(--muted);font-size:.88rem;font-style:normal}.empty-list{min-height:90px;display:grid;place-items:center;border:1px dashed var(--line-strong);border-radius:var(--radius);background:#ffffff9e}.roster-pane{min-height:0;padding:16px;overflow:hidden}.placement-callout{margin-top:12px;padding:11px 12px;border:1px solid rgba(183,49,63,.35);border-radius:var(--radius);background:#fff7f7d9;color:var(--brand-dark);text-align:center;font-weight:800}.mobile-slot-dock{display:none}.result-shell{grid-column:1 / -1;min-height:0;overflow:visible;display:grid;align-content:start;gap:20px}.roster-header{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.roster-header strong{color:var(--rink-blue);font-size:1.5rem}.rink-lineup{position:relative;min-height:540px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(#f7fbfce0,#edf7fbe6),url(/rink.svg) center / cover}.rink-mark{position:absolute;pointer-events:none}.center-line{top:0;bottom:0;left:50%;width:3px;background:#b7313f38}.blue-line{top:0;bottom:0;width:2px;background:#1b5f803d}.blue-line-left{left:28%}.blue-line-right{right:28%}.faceoff-dot{width:9px;height:9px;border-radius:50%;background:#b7313f57}.faceoff-dot-a{left:30%;top:32%}.faceoff-dot-b{right:30%;top:32%}.crease{left:50%;bottom:38px;width:104px;height:52px;transform:translate(-50%);border:3px solid rgba(27,95,128,.18);border-bottom:0;border-radius:72px 72px 0 0}.slot-card{position:absolute;width:88px;height:88px;display:grid;place-items:center;padding:0;border:2px solid var(--line-strong);border-radius:50%;background:#ffffffdb;color:var(--ink);cursor:default;transform:translate(-50%,-50%)}.slot-card.available{border-color:var(--gold);box-shadow:0 0 0 4px #f4d35e57,0 12px 22px #644a1029;cursor:pointer}.slot-card.drop-target{border-color:var(--rink-blue);box-shadow:0 0 0 5px #1b5f8038,0 12px 22px #1b5f802e}.slot-card.filled{border-color:#ffffffeb;background:var(--team-color);box-shadow:0 12px 24px #13243033}.slot-card.draggable{cursor:grab}.slot-card.draggable:active{cursor:grabbing}.slot-card:focus-visible{outline:3px solid #f4d35e;outline-offset:3px}.slot-lw{left:24%;top:28%}.slot-c{left:50%;top:20%}.slot-rw{left:76%;top:28%}.slot-ld{left:35%;top:56%}.slot-rd{left:65%;top:56%}.slot-g{left:50%;top:82%}.player-token,.empty-token{display:grid;place-items:center;gap:1px;line-height:1}.player-token{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45)}.player-token strong{font-size:1.55rem;letter-spacing:0}.player-token span{font-size:.76rem;font-weight:900}.empty-token{color:var(--rink-blue);font-size:1.35rem;font-weight:900}.slot-label{position:absolute;left:50%;bottom:-24px;transform:translate(-50%);padding:2px 6px;border-radius:999px;background:#ffffffd1;color:var(--muted-strong);font-size:.72rem;font-weight:900;text-transform:uppercase;white-space:nowrap}.result-panel{min-height:100%;display:grid;align-content:center;gap:18px;width:min(760px,100%);margin:0 auto;padding:16px;text-align:center}.result-panel>svg{justify-self:center;color:var(--brand)}.record{display:grid;gap:2px}.record strong{color:var(--ink-strong);font-size:clamp(4rem,10vw,7rem);line-height:.95}.record em{color:var(--success);font-style:normal;font-weight:900}.record em b{margin-right:8px;font-size:1.5rem}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-actions .primary-action,.result-actions .secondary-action{width:100%}.result-list{display:grid;gap:8px;text-align:left}.result-row{display:grid;grid-template-columns:minmax(160px,.9fr) minmax(260px,1.4fr);gap:14px;align-items:start;min-height:76px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--ice);border-left:4px solid rgba(27,95,128,.7)}.result-player{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:4px 10px;align-items:center}.result-player span{grid-row:1 / span 2;width:46px;height:46px;display:grid;place-items:center;border-radius:var(--radius);background:var(--team-color);color:#fff;font-weight:900}.result-player strong{overflow-wrap:anywhere}.result-player em{grid-column:2}.stat-grid{display:flex;flex-wrap:nowrap;gap:6px;width:100%}.stat-grid.compact{justify-self:end;width:auto}.stat-pill{min-width:52px;min-height:40px;display:grid;align-content:center;gap:1px;padding:5px 7px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:center}.stat-pill b{color:var(--rink-blue);font-size:.9rem;line-height:1.05}.stat-pill small{color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.team-totals{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding-top:12px;border-top:1px solid var(--line)}.team-totals span{display:grid;gap:2px;text-align:center}.team-totals b{color:var(--ink-strong);font-size:1.3rem}.team-totals small,.site-footer{color:var(--muted);font-size:.78rem}.site-footer{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;margin-top:22px}.site-footer button,.site-footer a{color:var(--brand-dark);background:transparent;cursor:pointer;font-weight:800;text-decoration:none}.policy-layout{width:min(880px,calc(100vw - 32px));min-height:100vh;display:grid;align-content:start;gap:18px;margin:0 auto;padding:24px 0 40px}.policy-panel{display:grid;gap:14px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--ice-soft);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.policy-panel h1{font-size:clamp(2.5rem,7vw,5rem);line-height:.98}.policy-panel h2{margin-top:8px;color:var(--ink-strong);font-size:1.25rem}.policy-panel p{color:var(--muted-strong);line-height:1.55}.policy-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:18px;background:#090f1494}.tutorial-modal{position:relative;width:min(560px,100%);display:grid;gap:12px;padding:28px;border:1px solid var(--line-dark);border-radius:var(--radius);background:var(--dark-panel);color:var(--dark-text);box-shadow:var(--shadow-dark)}.tutorial-modal h2{color:#f4d35e}.tutorial-modal p{color:var(--dark-muted);line-height:1.45}.tutorial-modal strong{color:#fff}.modal-close{position:absolute;top:14px;right:14px;color:var(--dark-muted);background:transparent;cursor:pointer;font-weight:900}.modal-actions{display:flex;justify-content:end;gap:10px;margin-top:10px;padding-top:14px;border-top:1px solid var(--line-dark)}.modal-actions button{min-height:40px;padding:0 14px;border-radius:var(--radius);background:#ffffff1a;color:#fff;cursor:pointer;font-weight:800}.modal-actions button:last-child{background:var(--brand)}.share-backdrop{overflow-y:auto;place-items:start center}.share-modal{position:relative;width:min(480px,100%);display:grid;gap:12px;margin:22px 0;padding:18px;border:1px solid var(--line-dark);border-radius:var(--radius);background:var(--dark-bg);color:var(--dark-text);box-shadow:var(--shadow-dark)}.share-modal h2{padding-right:36px;color:#fff;font-size:1.35rem}.share-preview{min-height:260px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);background:var(--dark-panel)}.share-preview img{width:100%;display:block}.share-preview span,.share-status{color:var(--dark-muted);font-size:.86rem;font-weight:800}.share-caption{color:var(--dark-text);font-weight:800;line-height:1.35}.share-primary-actions,.social-grid{display:grid;gap:8px}.share-primary-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.share-primary-actions button,.social-grid a,.copy-link-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-weight:900;text-decoration:none}.share-primary-actions button{border:1px solid var(--line-dark);background:var(--dark-button)}.share-primary-actions button:disabled{cursor:not-allowed;opacity:.5}.social-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.social-grid a{min-height:58px;flex-direction:column;gap:4px;background:var(--social-color);font-size:.82rem}.social-icon{width:19px;height:19px;display:block;fill:currentColor}.copy-link-action{width:100%;border:1px solid rgba(255,255,255,.14);background:var(--dark-button)}.share-status{justify-self:center}@media(max-width:880px){.home-screen,.game-layout{width:min(100vw - 20px,680px)}.game-layout{height:auto;min-height:100vh;overflow:visible}.play-area{grid-template-columns:1fr;overflow:visible;padding-bottom:92px}.left-pane,.roster-pane{min-height:auto}.left-pane{height:clamp(360px,calc(100vh - 180px),560px)}.roster-pane{display:none}.rink-lineup{min-height:430px}.slot-card{width:76px;height:76px}.player-row{grid-template-columns:1fr;height:96px}.player-list{grid-auto-rows:96px}.filter-bar{overflow-x:auto;padding-bottom:2px}.stat-grid{flex-wrap:wrap}.stat-grid.compact{width:100%;justify-self:stretch}.result-row{grid-template-columns:1fr}.mode-cards{grid-template-columns:1fr;max-width:420px}.mode-card{min-height:170px;padding:20px}.draft-controls{grid-template-columns:1fr}.selection-header{align-items:start;flex-direction:column}.mobile-slot-dock{position:fixed;left:0;right:0;width:100vw;max-width:100vw;bottom:0;z-index:12;display:grid;gap:8px;padding:8px max(8px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));border-top:1px solid var(--line);background:#f8fbfcf5;box-shadow:0 -14px 34px #13243029;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-placement-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:var(--ink-strong);font-weight:900}.mobile-placement-title small{color:var(--brand-dark);font-weight:900;text-transform:uppercase}.mobile-slot-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;width:100%;max-width:100%}.mobile-slot{min-width:0;display:grid;justify-items:center;gap:3px;color:var(--muted-strong);background:transparent}.mobile-slot span{width:clamp(36px,10.5vw,46px);height:clamp(36px,10.5vw,46px);display:grid;place-items:center;border:2px dashed var(--line-strong);border-radius:50%;background:#ffffffc7;color:var(--muted-strong);font-weight:900}.mobile-slot small{color:var(--muted);font-size:.68rem;font-weight:900}.mobile-slot.filled span{border-style:solid;border-color:#ffffffe6;background:var(--team-color);color:#fff}.mobile-slot.available span{border-style:solid;border-color:var(--gold);box-shadow:0 0 0 4px #f4d35e52;background:var(--brand);color:#fff}.mobile-slot:disabled{cursor:default}.team-totals{grid-template-columns:repeat(3,minmax(0,1fr))}.share-modal{margin:10px 0}}@media(max-width:560px){.app-shell{background-attachment:scroll}.home-screen{align-content:start;gap:14px;padding-top:54px;padding-bottom:18px}.brand-lockup p{font-size:1rem;margin-top:10px}.home-logo{width:132px;margin-bottom:8px}.mode-cards{gap:10px;max-width:360px}.mode-card{min-height:126px;gap:6px;padding:12px 16px}.mode-card svg{width:22px;height:22px}.mode-card strong{font-size:1.08rem}.mode-card span{max-width:280px;font-size:.88rem;line-height:1.3}.mode-card b{max-width:190px;margin-top:8px;padding:9px 12px;font-size:.88rem}.utility-row{top:12px}.primary-action,.secondary-action{flex:1}.primary-action{width:100%}.top-bar{grid-template-columns:42px minmax(0,1fr) auto;gap:8px}.top-bar .eyebrow{font-size:.68rem}.logo-button{width:42px;height:38px}.logo-button img{width:38px;height:38px}.top-actions{gap:5px}.icon-button{width:36px;height:36px}.left-pane,.roster-pane{padding:12px}.left-pane{height:calc(100dvh - 150px);min-height:430px}.selection-panel{grid-template-rows:auto auto auto minmax(0,1fr);gap:7px}.selection-header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px}.spin-chips{gap:5px}.spin-chips span{min-width:46px;padding:7px 9px;font-size:.78rem}.reroll-actions{justify-content:end;gap:5px}.reroll-actions button{min-height:30px;padding:0 7px;font-size:.72rem}.reroll-actions svg{width:13px;height:13px}.draft-controls{grid-template-columns:auto minmax(0,1fr) 82px;gap:6px;align-items:center}.filter-bar{gap:3px;overflow:visible;padding-bottom:0}.filter-bar button{min-width:28px;min-height:30px;padding:0 7px;font-size:.72rem}.search-box{min-height:30px;gap:5px;padding:0 7px}.search-box svg{width:14px;height:14px}.search-box input{min-width:0;font-size:.82rem}.draft-controls select{min-height:30px;padding:0 6px;font-size:.74rem}.list-meta{font-size:.74rem}.rink-lineup{min-height:360px}.slot-card{width:64px;height:64px}.player-token strong{font-size:1.15rem}.player-token span{font-size:.64rem}.empty-token{font-size:1.05rem}.slot-label{bottom:-20px;font-size:.66rem}.mobile-slot span{font-size:.8rem}.mobile-slot small{font-size:.6rem}.result-row{grid-template-columns:1fr}.stat-grid,.stat-grid.compact{display:flex;flex-wrap:nowrap}.result-actions{grid-template-columns:1fr}.team-totals{grid-template-columns:repeat(2,minmax(0,1fr))}.share-modal{gap:10px;padding:14px}.share-preview{min-height:180px}.share-primary-actions{grid-template-columns:1fr}.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.player-list{grid-auto-rows:82px}.player-row{height:82px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:8px 9px}.player-main{gap:2px}.player-main strong{font-size:.9rem}.player-main span{font-size:.76rem}.stat-pill{min-width:42px;min-height:34px;padding:4px 5px}.stat-pill b{font-size:.78rem}.stat-pill small{font-size:.56rem}}
