:root{color-scheme:light;--background: #f6f7fb;--foreground: #18181b;--card: #ffffff;--panel: #ffffff;--muted-foreground: #71717a;--muted-soft: #a1a1aa;--border: #e4e4e7;--secondary: #f4f4f5;--amber: #f59e0b;--amber-hover: #ffd236;--orange: #f97316;--purple: #8b5cf6;--court: #101827;--team-color: #f97316;font-family:Fira Sans,Arial,sans-serif}:root[data-theme=dark]{color-scheme:dark;--background: #09090b;--foreground: #f8fafc;--card: #111827;--panel: #111827;--muted-foreground: #a1a1aa;--muted-soft: #71717a;--border: #27272a;--secondary: #18181b;--court: #060b14}*{box-sizing:border-box}html{min-height:100%;overflow-y:scroll}body{min-width:320px;min-height:100vh;margin:0;background:var(--background);color:var(--foreground)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.site-shell,.game-shell{display:flex;min-height:100vh;flex-direction:column}.game-shell{flex:1;background:var(--background)}.hero-header{width:100%;padding:28px 0 14px}.hero-inner{position:relative;width:100%;max-width:674px;margin:0 auto;padding:0 16px}.brand-stack{display:flex;flex-direction:column;align-items:center;gap:8px}.logo{width:112px;height:112px;cursor:pointer;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.logo:hover{opacity:.8}h1{margin:0;text-align:center;color:var(--foreground);font-size:30px;font-weight:800;line-height:1.2}.top-actions{position:absolute;top:0;right:0;display:flex;align-items:center;gap:4px}.icon-button{display:inline-flex;width:32px;height:32px;min-height:32px;cursor:pointer;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:5px;background:var(--panel);color:var(--muted-foreground);box-shadow:0 1px 2px #0f172a1a;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.icon-button:hover{background:var(--secondary);color:var(--foreground)}.hero-header.compact{border-bottom:1px solid var(--border);background:var(--background);padding:6px 0}.hero-header.compact .hero-inner{max-width:1040px}.hero-header.compact .brand-stack{align-items:flex-start;flex-direction:row;gap:10px}.hero-header.compact .logo{width:36px;height:36px}.round-badge{align-self:center;color:var(--foreground);font-size:14px;font-weight:800}.mode-select{width:100%;max-width:674px;margin:0 auto;min-height:calc(100vh - 170px);padding:0 16px 80px;flex:1}.mode-title{text-align:center}.mode-title h2{margin:0;color:var(--foreground);font-size:30px;font-weight:800;line-height:1.2}.mode-title p{margin:12px 0 0;color:var(--muted-foreground);font-size:16px}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:34px}.mode-card{display:flex;min-height:324px;cursor:pointer;flex-direction:column;justify-content:space-between;border:1px solid var(--border);border-radius:8px;background:var(--panel);color:var(--foreground);padding:34px 32px 32px;text-align:center;transition:border-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1)}.mode-card:first-child{background:var(--panel)}.mode-card:hover{border-color:var(--amber);transform:translateY(-2px)}.mode-card strong{display:block;color:var(--orange);font-size:24px;font-weight:800}.mode-card small{display:block;max-width:240px;margin:18px auto 0;color:var(--muted-foreground);font-size:16px;line-height:1.55}.mode-card b{display:inline-flex;width:100%;min-height:40px;align-items:center;justify-content:center;border-radius:6px;background:var(--orange);color:#fff;padding:0 12px;font-size:14px;font-weight:800}.mode-card.disabled{cursor:not-allowed;opacity:1}.classic-mode{display:flex;width:100%;max-width:1080px;margin:0 auto;padding:0 26px 8px;flex:1;flex-direction:column;gap:0}.game-header{margin-inline:-26px;border-bottom:1px solid var(--border);background:var(--background)}.game-header-inner{position:relative;display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 26px}.game-brand{display:flex;align-items:center;gap:10px}.logo-button{display:inline-flex;cursor:pointer;border:0;background:transparent;padding:0}.game-brand .logo{width:34px;height:34px}.game-brand strong{color:var(--foreground);font-size:14px;font-weight:800}.game-header .top-actions{position:static}.classic-topline{display:none;align-items:center;justify-content:space-between;color:var(--muted-foreground);font-weight:700}.progress-rail,.loading-panel{border:1px solid var(--border);border-radius:0;background:var(--background);box-shadow:none}.loading-panel{display:grid;width:min(520px,calc(100% - 32px));margin:32px auto;place-items:center;gap:8px;padding:42px 20px;text-align:center}.loading-panel img{width:72px;height:72px}.loading-panel strong{font-size:20px}.loading-panel span{color:var(--muted-foreground);font-size:14px}.progress-rail{display:grid;grid-template-columns:repeat(3,minmax(0,96px)) minmax(0,1fr);gap:10px;align-items:center;margin-inline:-26px;padding:8px 26px}.progress-rail>div{min-height:34px;border-radius:0;background:transparent;padding:0}.progress-rail span{display:block;color:var(--muted-foreground);font-size:11px;font-weight:800;text-transform:uppercase}.progress-rail strong{display:block;margin-top:2px;color:var(--foreground);font-size:18px;line-height:1}.position-dots{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.position-dots b{display:grid;min-height:32px;place-items:center;border:1px dashed #d4d4d8;border-radius:6px;color:var(--muted-foreground);font-size:12px}.position-dots b.filled{border-color:#f9731659;background:#fff7ed;color:var(--orange)}.ghost-button,.spin-button{display:inline-flex;min-height:38px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--foreground);padding:0 12px;font-size:14px;font-weight:700}.ghost-button:hover{background:var(--secondary)}.ghost-button:disabled,.position-slot:disabled,.position-choice-grid button:disabled{cursor:not-allowed;opacity:.45}.spin-button{width:100%;border-color:var(--orange);background:var(--orange);color:#fff}.players-panel,.court-card,.result-panel{border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:none}.spin-panel{display:grid;min-height:360px;align-content:center;gap:18px;padding:18px;background:var(--panel)}.draft-label{margin:0;color:var(--muted-foreground);text-align:center;font-size:12px;font-weight:900;text-transform:uppercase}.slot-machine{display:grid;grid-template-columns:1fr 1fr;gap:12px}.slot-machine>div{border:1px solid color-mix(in srgb,var(--team-color) 42%,var(--border));border-radius:8px;background:var(--panel);padding:18px 12px;text-align:center;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--team-color) 8%,transparent)}.slot-machine>div:last-child{border-color:color-mix(in srgb,var(--purple) 42%,var(--border));background:var(--panel);box-shadow:inset 0 0 0 1px #8b5cf614}.slot-machine span,.slot-machine em{display:block;color:var(--muted-foreground);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase}.slot-machine em{margin-top:4px;text-transform:none}.slot-machine strong{display:block;margin-top:4px;color:var(--team-color);font-size:42px;line-height:1.1}.slot-machine>div:last-child strong{color:var(--purple)}.is-spinning .slot-machine strong{animation:scoreboard-tick 90ms steps(2,end) infinite}.spinning-label{margin:0;color:var(--orange);text-align:center;font-size:13px;font-weight:800;min-height:38px;line-height:38px;animation:pulse .85s cubic-bezier(.4,0,.6,1) infinite}.slot-result{display:inline-flex;width:fit-content;align-items:center;gap:10px;border:0;border-radius:0;background:transparent;padding:0}.slot-result strong,.slot-result span{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;padding:0 13px;font-size:14px;font-weight:800}.slot-result strong{background:var(--team-color);color:#fff}.slot-result span{border:1px solid #fed7aa;background:#ffedd5;color:#f97316}.selection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;margin:0 -26px 18px;border-bottom:1px solid var(--border);padding:0 26px}.selection-toolbar.is-placeholder .slot-result,.selection-toolbar.is-placeholder .reroll-actions{visibility:hidden}.reroll-actions{display:flex;gap:8px}.reroll-actions button{display:inline-flex;min-height:28px;cursor:pointer;align-items:center;gap:5px;border:0;border-radius:4px;background:transparent;color:var(--orange);padding:0 8px;font-size:13px;font-weight:700}.reroll-actions button:last-child{color:var(--purple)}.reroll-actions button:disabled{cursor:not-allowed;opacity:.38}.classic-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:64px;align-items:start}.players-panel{min-height:360px;border:0;background:transparent;padding:0}.player-filters{display:grid;grid-template-columns:auto minmax(160px,1fr) 112px;gap:8px;align-items:center}.filter-tabs{display:flex;gap:4px}.filter-tabs button,.search-box,.player-filters select{min-height:30px;border:1px solid var(--border);border-radius:5px;background:var(--panel);color:var(--foreground)}.filter-tabs button{cursor:pointer;padding:0 9px;color:#52525b;font-size:13px;font-weight:500}.filter-tabs button.active{border-color:var(--orange);background:var(--orange);color:#fff}.search-box{display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--muted-foreground);box-shadow:0 1px 4px #0f172a1a}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground)}.player-filters select{padding:0 10px}.list-count{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin:12px 0;color:var(--muted-foreground);font-size:12px}.list-count span:last-child{color:var(--amber)}.inline-cancel{min-height:28px;cursor:pointer;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--foreground);padding:0 10px;font-size:12px;font-weight:800}.inline-cancel:hover{border-color:var(--amber);color:#b45309}.player-list{display:grid;gap:4px;max-height:620px;overflow:auto;padding-right:2px}.player-card{display:grid;min-height:60px;cursor:pointer;grid-template-columns:minmax(0,1fr) minmax(180px,.58fr);gap:10px;align-items:center;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--foreground);padding:8px 12px;text-align:left;transition:border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.player-card:before{display:none}.player-card:hover,.player-card.selected{border-color:var(--team-color);background:var(--panel)}.player-card:hover{transform:none}.player-copy strong,.player-copy span,.player-copy em{display:block}.player-tags{display:none;flex-wrap:wrap;gap:4px}.player-tags b{width:fit-content;border-radius:0;background:transparent;color:#e11d48;padding:0;font-size:12px;font-weight:800;line-height:1.2}.player-tags .ovr-tag{border:1px solid rgba(245,158,11,.38);background:#fff7ed;color:#9a3412}.player-copy strong{margin-top:0;font-size:14px;line-height:1.15}.player-copy span{margin-top:2px;color:#e11d48;font-size:12px;font-weight:700}.player-copy em{margin-top:2px;color:var(--muted-foreground);font-size:12px;font-style:normal}.mini-stats.five{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.stat-pill{display:inline-flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:0;border-radius:0;background:transparent;color:var(--muted-foreground);padding:0;font-size:10px;font-weight:700;text-transform:uppercase}.stat-pill strong{color:var(--foreground);font-size:14px;line-height:1}.court-card{position:sticky;top:12px;width:100%;max-width:520px;border:0;background:transparent;padding:0;justify-self:end}.court{position:relative;display:block;aspect-ratio:1;width:100%;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:12px;background-color:var(--court);background-image:url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.25)' stroke-width='1.7'%3E%3Crect x='1' y='1' width='298' height='298' rx='0'/%3E%3Cpath d='M22 0V38C22 126 79 184 150 184C221 184 278 126 278 38V0'/%3E%3Crect x='108' y='0' width='84' height='72'/%3E%3Cpath d='M108 72H192'/%3E%3Ccircle cx='150' cy='72' r='42'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(circle at 50% 52%,rgba(15,23,42,.1),transparent 34%);background-repeat:no-repeat,no-repeat;background-size:100% 100%,cover;background-position:center;box-shadow:0 12px 18px #0f172a14;padding:18px}.court:before{position:absolute;inset:-35%;z-index:1;content:"";pointer-events:none;background:linear-gradient(115deg,transparent 32%,rgba(255,255,255,.22) 46%,rgba(249,115,22,.18) 50%,transparent 64%);opacity:0;transform:translate(-58%) rotate(4deg)}.court.is-showtime{border-color:#f9731675;box-shadow:0 12px 18px #0f172a14,0 0 0 2px #f973161f}.court.is-showtime:before{animation:court-spotlight .95s linear infinite;opacity:1}.court img{grid-area:logo;display:none;width:96px;height:96px;margin:0 auto;opacity:.24;z-index:1}.position-slot{position:absolute;z-index:2;display:flex;width:clamp(62px,14%,72px);min-height:clamp(58px,14%,68px);cursor:pointer;transform:translate(-50%,-50%);flex-direction:column;align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.38);border-radius:8px;background:#1f2937c2;color:#9ca3af;padding:8px}.position-slot:nth-of-type(1){left:50%;top:74%}.position-slot:nth-of-type(2){left:87%;top:58%}.position-slot:nth-of-type(3){left:13%;top:58%}.position-slot:nth-of-type(4){left:66%;top:18%}.position-slot:nth-of-type(5){left:34%;top:18%}.position-slot strong,.position-slot span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.position-slot strong{color:#9ca3af}.position-slot.filled strong{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:7px;background:var(--team-color);color:var(--team-text);font-size:14px}.position-slot span{margin-top:4px;color:#9ca3af;font-size:12px}.position-slot.filled{border-style:solid;border-color:#f59e0bc7;background:#f8fafc38}.position-slot.can-place{border-color:var(--amber);box-shadow:0 0 0 2px #fcbb002e,0 0 20px #fcbb0038;animation:position-ready .9s ease-in-out infinite}.position-slot.moving{border-color:#60a5fa;background:#3b82f62e;box-shadow:0 0 0 2px #60a5fa2e}.position-slot:disabled{cursor:not-allowed}.placing-help{margin:8px 0 0;color:var(--amber);text-align:center;font-size:13px;font-weight:700}.placement-toast{position:fixed;left:50%;bottom:88px;z-index:30;transform:translate(-50%);border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;color:#9a3412;padding:9px 14px;font-size:13px;font-weight:900;box-shadow:0 12px 28px #0f172a24;animation:toast-pop .9s ease both}.mobile-lineup{display:none}.empty-list{display:grid;min-height:260px;place-items:center;color:var(--muted-foreground);text-align:center}.result-panel{display:grid;width:100%;max-width:672px;margin:0 auto;gap:14px;border:0;background:transparent;box-shadow:none;padding:16px 0 28px;text-align:center}.result-hero img{width:120px;height:120px;margin:0 auto 10px}.result-hero h2{margin:0 0 46px;color:var(--foreground);font-size:30px;line-height:1.1}.mode-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:999px;background:#dbeafe;color:#60a5fa;padding:0 14px;font-size:12px;font-weight:900;text-transform:uppercase}.eyebrow{margin:14px 0 0;color:var(--muted-foreground);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.result-panel h3{margin:8px 0;color:var(--foreground);font-size:72px;font-weight:900;line-height:1;animation:result-score-pop .7s ease both}.result-panel h3:first-letter{letter-spacing:0}.result-panel p{margin:6px 0;color:var(--muted-foreground)}.result-panel p:last-of-type{margin-bottom:16px}.result-grade{display:inline-flex;align-items:center;gap:10px;margin:0 0 22px;border:0;background:transparent;padding:0}.result-grade strong{color:var(--grade-color);font-size:22px;line-height:1}.result-grade span{color:var(--grade-color);font-size:14px;font-weight:900;text-transform:uppercase}.result-grade small{color:var(--muted-foreground);font-size:12px}.result-lineup{display:grid;grid-template-columns:1fr;gap:10px}.result-player{display:grid;min-height:112px;grid-template-columns:64px minmax(0,1fr) minmax(280px,.8fr);gap:16px;align-items:center;border:0;border-left:4px solid var(--team-color);border-radius:8px;background:color-mix(in srgb,var(--team-color) 9%,var(--panel));padding:20px 22px 20px 16px;box-shadow:0 2px 10px #0f172a0d;text-align:left;animation:result-card-in .52s ease both}.result-player:nth-child(2){animation-delay:80ms}.result-player:nth-child(3){animation-delay:.16s}.result-player:nth-child(4){animation-delay:.24s}.result-player:nth-child(5){animation-delay:.32s}.result-player-badge{display:flex;width:48px;height:48px;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;background:var(--team-color);color:var(--team-text);box-shadow:0 4px 10px #0f172a2e}.result-player-badge strong,.result-player-badge small,.result-player-copy strong,.result-player-copy span{display:block}.result-player-badge strong{font-size:16px;line-height:1}.result-player-badge small{margin-top:3px;font-size:9px;font-weight:900}.result-player-copy strong{color:var(--foreground);font-size:16px;line-height:1.2}.result-player-copy span{margin-top:5px;color:var(--muted-foreground);font-size:12px}.result-player-stats,.result-totals{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.result-stat{display:flex;min-width:0;align-items:center;flex-direction:column;justify-content:center;gap:3px;color:var(--foreground);text-align:center}.result-stat strong{font-size:14px;font-weight:900;line-height:1}.result-stat small{color:var(--muted-foreground);font-size:9px;line-height:1;text-transform:uppercase}.result-totals{margin-top:6px;border-top:1px solid var(--border);padding:18px 26px 0}.result-totals .result-stat strong{font-size:17px}.result-actions{display:flex;justify-content:center;gap:8px;margin:14px 0 8px}.share-button{display:inline-flex;min-height:38px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border:1px solid var(--orange);border-radius:6px;background:var(--orange);color:#fff;padding:0 24px;flex:1;font-weight:900}.result-actions .ghost-button{flex:1;justify-content:center;background:#fff}.share-modal{position:relative;width:min(448px,100%);max-height:calc(100vh - 18px);overflow:auto;border-radius:6px;background:#fff;color:var(--foreground);padding:24px 26px;box-shadow:0 18px 60px #00000059}.share-modal h2{margin:0 34px 16px 0;font-size:20px}.share-card-preview{border-radius:6px 6px 0 0;background:#101827;color:#f8fafc;padding:26px 54px 12px}.share-card-top,.share-card-footer{display:flex;justify-content:space-between;gap:14px}.share-card-top small{display:block;color:#64748b;font-size:7px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.share-card-top strong{display:block;margin-top:4px;font-size:34px;line-height:1}.share-card-top b{color:#fbbf24}.share-lineup-preview{display:grid;gap:8px;margin-top:18px;border-top:1px solid rgba(148,163,184,.16);padding-top:8px}.share-player-preview{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;border-radius:7px;background:#1e293bb3;padding:8px}.share-player-preview b{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:6px;background:var(--team-color);color:var(--team-text);font-size:10px}.share-player-preview strong,.share-player-preview small{display:block}.share-player-preview strong{overflow:hidden;color:#fff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.share-player-preview small{margin-top:2px;color:#94a3b8;font-size:10px}.share-card-footer{margin-top:8px;color:#f8fafc;font-size:14px}.share-card-footer b{color:#38bdf8}.share-copy{margin:0;border:1px solid var(--border);border-top:0;border-radius:0 0 6px 6px;padding:12px;color:var(--foreground);font-size:14px;line-height:1.45}.share-copy a{color:var(--orange)}.share-url{width:100%;height:34px;margin-top:16px;border:1px solid var(--border);border-radius:6px;color:var(--muted-foreground);padding:0 10px;font-size:12px}.share-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.share-network{display:flex;min-height:64px;align-items:center;justify-content:center;border-radius:6px;color:#fff;font-size:12px;font-weight:800}.share-network.x,.share-network.bluesky{background:#1d9bf0}.share-network.facebook{background:#1877f2}.share-network.whatsapp{background:#22c55e}.share-network.telegram{background:#0284c7}.share-network.reddit{background:#ff4500}.copy-link-button{display:inline-flex;width:100%;min-height:36px;cursor:pointer;align-items:center;justify-content:center;gap:8px;margin-top:16px;border:1px solid var(--border);border-radius:6px;background:var(--panel);color:var(--foreground);font-weight:900;box-shadow:0 1px 3px #0f172a1f}.support-footer{flex-shrink:0;width:100%;padding:24px 16px;text-align:center}.seo-content{width:calc(100% - 32px);max-width:1040px;margin:56px auto 10px;border-top:1px solid var(--border);padding:42px 0 4px}.seo-kicker{width:fit-content;border:1px solid rgba(249,115,22,.3);border-radius:6px;background:#fff7ed;color:#9a3412;padding:5px 8px;font-size:12px;font-weight:900;text-transform:uppercase}.seo-intro{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1fr);gap:34px;align-items:center}.seo-intro img{display:block;width:100%;border:1px solid #1f2937;border-radius:10px;background:#111827;box-shadow:0 18px 34px #0f172a1a}.seo-content h2,.seo-content h3,.seo-content p,.seo-content ul{margin:0}.seo-content h2{margin-top:14px;color:var(--foreground);font-size:34px;line-height:1.05}.seo-content h3{color:var(--foreground);font-size:18px;line-height:1.2}.seo-content p{color:var(--muted-foreground);font-size:15px;line-height:1.65}.seo-intro p{margin-top:16px;font-size:16px;line-height:1.72}.seo-section{margin-top:42px}.seo-section.compact{margin-top:34px}.seo-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:16px}.seo-section-heading span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:900}.seo-section-heading h3{font-size:22px}.seo-card-grid{display:grid;grid-template-columns:1fr;gap:18px}.seo-media-row{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);gap:22px;align-items:stretch}.seo-media-row.reverse{grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)}.seo-media-row.reverse img{order:2}.seo-media-row img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover;border:1px solid #1f2937;border-radius:8px;background:#111827}.seo-card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-card-grid article{border:1px solid var(--border);border-radius:8px;background:var(--panel);padding:18px}.seo-card-label{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;background:#fff7ed;color:#c2410c;padding:4px 8px;font-size:11px;font-weight:900;text-transform:uppercase}.seo-card-grid article h3{margin-top:10px;font-size:17px}.seo-card-grid article p{margin-top:9px;max-width:62ch}.seo-card-grid article ul{display:grid;gap:6px;margin-top:12px;border-top:1px solid var(--border);padding:12px 0 0 18px;color:var(--muted-foreground);font-size:14px;line-height:1.5}.seo-card-grid article li::marker{color:var(--orange)}.seo-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:26px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,rgba(249,115,22,.12),transparent 46%),var(--panel);padding:18px}.seo-callout p{margin-top:8px}.seo-callout-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none}.seo-callout-list li{border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;color:#9a3412;padding:6px 10px;font-size:13px;font-weight:800}:root[data-theme=dark] .mode-card,:root[data-theme=dark] .player-card,:root[data-theme=dark] .seo-card-grid article,:root[data-theme=dark] .seo-callout,:root[data-theme=dark] .spin-panel,:root[data-theme=dark] .slot-machine>div,:root[data-theme=dark] .filter-tabs button,:root[data-theme=dark] .search-box,:root[data-theme=dark] .player-filters select,:root[data-theme=dark] .copy-link-button{border-color:var(--border)}:root[data-theme=dark] .mode-card small,:root[data-theme=dark] .player-copy em,:root[data-theme=dark] .stat-pill,:root[data-theme=dark] .seo-content p,:root[data-theme=dark] .seo-card-grid article ul{color:var(--muted-foreground)}:root[data-theme=dark] .position-dots b.filled,:root[data-theme=dark] .slot-result span,:root[data-theme=dark] .seo-kicker,:root[data-theme=dark] .seo-card-label,:root[data-theme=dark] .seo-callout-list li,:root[data-theme=dark] .placement-toast{background:#f973161f}.seo-cta{min-height:44px;cursor:pointer;border:1px solid #ea580c;border-radius:6px;background:var(--orange);color:#fff;padding:0 16px;font-weight:900;white-space:nowrap}.seo-cta:hover{background:#ea580c}.support-footer p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.4}.support-footer p+p{margin-top:8px}.support-text{color:var(--amber);font-weight:800}.support-footer span{margin:0 4px;color:var(--muted-soft)}.support-footer .disclaimer{color:var(--muted-soft);font-size:12px}.site-footer{margin-top:auto;border-top:1px solid var(--border);background:var(--background)}.footer-inner{display:flex;width:100%;max-width:1280px;margin:0 auto;padding:24px 16px;align-items:center;justify-content:space-between;gap:16px;color:var(--muted-foreground);font-size:12px}.footer-inner p{margin:0}.footer-inner nav{display:flex;align-items:center;gap:16px}.footer-inner nav a{display:inline-flex;align-items:center;justify-content:center}.footer-inner nav a:hover{color:var(--foreground)}.footer-inner nav span{color:var(--border)}.footer-inner img{width:16px;height:16px}.static-page{width:min(860px,calc(100% - 32px));margin:0 auto;padding:34px 0 64px}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--muted-foreground);font-size:13px}.breadcrumbs a{color:var(--orange);font-weight:800}.breadcrumbs span{color:var(--muted-foreground)}.static-page h1{text-align:left;font-size:42px;line-height:1.05}.static-lead{max-width:720px;margin:14px 0 28px;color:var(--muted-foreground);font-size:17px;line-height:1.65}.static-page article{border-top:1px solid var(--border);padding:22px 0}.static-page h2{margin:0;color:var(--foreground);font-size:20px;line-height:1.25}.static-page p{margin:10px 0 0;color:var(--muted-foreground);font-size:15px;line-height:1.7}.static-page ul{display:grid;gap:8px;margin:12px 0 0;padding-left:18px;color:var(--muted-foreground);font-size:15px;line-height:1.55}.static-page li::marker{color:var(--orange)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000073;padding:10px}.how-to-modal,.position-dialog{position:relative;width:min(512px,100%);max-height:calc(100vh - 20px);overflow:auto;border-radius:6px;background:#fafafa;color:#18181b;padding:26px 26px 18px;box-shadow:0 18px 60px #00000059}.return-dialog{width:min(516px,100%);border-radius:6px;background:#fafafa;color:#18181b;padding:28px 26px 24px;box-shadow:0 18px 60px #00000059}.return-dialog h2{margin:0 0 10px;color:#18181b;font-size:18px;line-height:1.25}.return-dialog p{margin:0;color:#71717a;font-size:14px}.return-dialog .modal-actions{margin-top:20px}.modal-close{position:absolute;top:16px;right:16px;display:inline-flex;width:28px;height:28px;cursor:pointer;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#71717a}.modal-close:hover{background:#f4f4f5;color:#18181b}.how-to-modal h2,.position-dialog h2{margin:0 36px 12px 0;color:#ffb300;font-size:20px;line-height:1.25}.modal-lead{margin:0 0 24px;color:#71717a;line-height:1.45}.rule-block{margin-top:12px}.rule-block h3{margin:0 0 6px;font-size:14px;line-height:1.25}.rule-block p{margin:2px 0;color:#18181b;font-size:14px;line-height:1.45}.rule-block span{color:#f59e0b}.modal-callout{margin-top:12px;border-top:1px solid #d4d4d8;border-bottom:1px solid #d4d4d8;padding:12px 0 28px;color:#ffb300;text-align:center;font-weight:700}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.modal-secondary,.modal-primary{min-height:32px;cursor:pointer;border-radius:6px;padding:0 12px;font-size:14px;font-weight:600}.modal-secondary{border:1px solid #d4d4d8;background:#fff;color:#18181b}.modal-primary{border:1px solid #e17100;background:#e17100;color:#fff}.position-dialog{width:min(420px,100%)}.position-choice-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.position-choice-grid button{min-height:60px;cursor:pointer;border:1px solid #d4d4d8;border-radius:6px;background:#fff;color:#18181b}.position-choice-grid strong,.position-choice-grid span{display:block}.position-choice-grid span{margin-top:4px;color:#71717a;font-size:12px}@keyframes pulse{50%{opacity:.45}}@keyframes scoreboard-tick{50%{opacity:.62}}@keyframes court-spotlight{0%{transform:translate(-58%) rotate(4deg)}to{transform:translate(58%) rotate(4deg)}}@keyframes position-ready{50%{box-shadow:0 0 0 2px #fcbb0047,0 0 28px #fcbb0057}}@keyframes toast-pop{0%{transform:translate(-50%,10px);opacity:0}18%,82%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,8px);opacity:0}}@keyframes result-score-pop{0%{transform:scale(.96);opacity:.35}to{transform:scale(1);opacity:1}}@keyframes result-card-in{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slot-flicker{50%{transform:translateY(-2px);opacity:.72}}@media(prefers-reduced-motion:reduce){.court.is-showtime:before,.is-spinning .slot-machine strong,.spinning-label,.position-slot.can-place,.placement-toast,.result-panel h3,.result-player{animation:none}.court.is-showtime:before{opacity:0}}@media(max-width:760px){.hero-inner{padding:0 14px}.top-actions{right:8px}.hero-header.compact .top-actions{top:6px}.mode-grid{grid-template-columns:1fr;gap:14px;margin-top:24px}.mode-select{min-height:auto;padding-bottom:44px}.mode-card{min-height:220px;padding:26px 24px 24px}.classic-mode{padding-inline:12px}.game-header,.selection-toolbar{margin-inline:-12px}.game-header-inner,.selection-toolbar{padding-inline:12px}.game-header-inner{min-height:44px}.game-brand .logo{width:30px;height:30px}.selection-toolbar{min-height:48px}.classic-grid{display:block}.classic-grid .court-card{display:none}.players-panel{padding:12px}.player-filters{grid-template-columns:1fr}.filter-tabs{display:grid;grid-template-columns:repeat(4,1fr)}.filter-tabs button,.search-box,.player-filters select,.ghost-button,.spin-button{min-height:44px}.player-list{max-height:none;overflow:visible}.player-card{grid-template-columns:minmax(0,1fr)}.player-card .mini-stats{grid-column:1 / -1}.mini-stats.five{grid-template-columns:repeat(5,minmax(0,1fr))}.stat-pill{flex-direction:column;gap:2px}.result-panel{padding-inline:0}.result-lineup{gap:8px}.result-player{min-height:auto;grid-template-columns:54px minmax(0,1fr);gap:12px;padding:16px 14px}.result-player-stats{grid-column:1 / -1;margin-top:6px}.result-player-copy strong{font-size:15px}.result-actions{flex-direction:column}.result-hero img{width:96px;height:96px}.result-hero h2{margin-bottom:30px;font-size:26px}.result-panel h3{font-size:58px}.share-modal{width:calc(100% - 20px);padding:22px 24px}.share-card-preview{padding:22px 18px 12px}.share-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-lineup{display:block;position:sticky;bottom:0;z-index:20;margin-inline:-12px;padding:8px 12px;background:linear-gradient(180deg,rgba(9,9,11,0),var(--background) 18%)}.mobile-lineup .court-card{position:static;max-width:none;justify-self:stretch;padding:8px}.mobile-lineup .court{min-height:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.mobile-lineup .court:before,.mobile-lineup .court:after{display:none}.mobile-lineup .court.is-showtime:before{display:block}.mobile-lineup .position-slot{position:relative;left:auto;top:auto;width:auto;min-height:58px;transform:none;padding:6px 4px}.mobile-lineup .position-slot span{font-size:10px}.placing-help{display:none}.seo-content{width:calc(100% - 24px);margin-top:30px;padding-top:26px}.seo-intro,.seo-media-row,.seo-media-row.reverse,.seo-card-grid.two,.seo-callout{grid-template-columns:1fr}.seo-media-row.reverse img{order:0}.seo-media-row img{min-height:220px}.seo-intro{gap:22px}.seo-section{margin-top:30px}.seo-card-grid article{padding:16px}.seo-section-heading{align-items:flex-start}.seo-content h2{font-size:28px}.seo-callout{padding:16px}.seo-cta{width:100%}.footer-inner{flex-direction:column}.footer-inner nav{flex-wrap:wrap;justify-content:center}.static-page{width:calc(100% - 24px);padding-top:26px}.static-page h1{font-size:34px}.static-lead{font-size:16px}.how-to-modal,.position-dialog{padding:24px 24px 16px}.modal-backdrop:has(.position-dialog){align-items:flex-end;padding:0}.position-dialog{width:100%;max-height:70vh;border-radius:12px 12px 0 0;padding-bottom:max(18px,env(safe-area-inset-bottom))}.modal-actions{flex-direction:column}.position-choice-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
