@font-face{font-family:TT Interphases Pro Variable;src:url(/fonts/TT_Interphases_Pro_Variable.woff) format("woff");font-display:swap}:root{--ink-900: #0b0b0d;--ink-800: #121316;--ink-700: #181a1f;--ink-600: #1f2229;--ink-500: #2a2e37;--mint: #8be78b;--amber: #ffc24b;--sky: #56b7ff;--rose: #c50f31;--radius: 20px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:#fff;background:var(--ink-900);font-family:TT Interphases Pro Variable,Inter,ui-sans-serif,system-ui}.shell{display:flex;height:100%}.sidebar{width:250px;flex-shrink:0;padding:18px 8px;background:color-mix(in srgb,var(--ink-800) 90%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-right:1px solid color-mix(in srgb,var(--ink-500) 40%,transparent);display:flex;flex-direction:column;align-items:center;gap:10px}.brand{width:160px;height:auto;margin-bottom:12px;display:flex;justify-content:center;align-items:center}.brandLogo{max-width:140px;height:auto;object-fit:contain}.userCircle{width:85px;height:85px;border-radius:50%;background:#0b0b0d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:28px;margin:14px 0}.userName{width:90%;margin-top:-6px;margin-bottom:8px;text-align:center;color:#d6d8de;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userNameFirst{font-size:26px;font-weight:700}.userNameLast{font-size:26px;font-weight:100}.userMembershipRow{width:90%;display:flex;justify-content:center;margin-top:-2px;margin-bottom:8px}.sidebarDivider{width:86%;height:1px;margin:8px 0 2px;background:linear-gradient(90deg,#ffffff0d,#ffffff3d,#ffffff0d)}.userMembershipTag{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;border:1px solid transparent;font-size:10px;font-weight:800;letter-spacing:.45px;vertical-align:middle}.userMembershipTagFree{background:linear-gradient(180deg,#56b7ff47,#56b7ff33);border-color:#56b7ffd1;box-shadow:inset 0 1px #ffffff2e,0 4px 10px #0d4b784d;color:#e7f6ff}.userMembershipTagPremium{background:linear-gradient(180deg,#ffc44c40,#ff971f38);border-color:#ffc24b80;color:#ffd870}.nav{display:flex;flex-direction:column;gap:8px;width:100%;flex:1;align-items:center;margin-top:12px}.navItem{width:90%;height:44px;display:flex;align-items:center;gap:12px;border-radius:30px;text-decoration:none;color:#d6d8de;font-size:18px;font-weight:600;letter-spacing:.2px;padding:0 14px}.navItem .navIcon{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1);opacity:.85}.navItem:hover{background:color-mix(in srgb,var(--ink-600) 80%,transparent);color:#fff}.navItem.active{background:linear-gradient(180deg,#56b7ff47,#56b7ff33);border:1px solid rgba(86,183,255,.82);box-shadow:inset 0 1px #ffffff2e,0 6px 14px #0d4b7859;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff}.navItem.active .navIcon{filter:none;opacity:1}.navBottom{margin-top:auto}.content{flex:1;padding:24px;min-width:0;overflow-x:hidden}.page{overflow-x:hidden}.sportNav{display:flex;gap:16px}.sportNavItem{display:flex;align-items:center;gap:6px;background:transparent;border:0;padding:6px 12px;border-radius:12px;font:inherit;font-size:18px;font-weight:600;color:#d6d8de;cursor:pointer}.sportNavItem .sportLogo{height:30px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.sportNavItem:hover{background:color-mix(in srgb,var(--ink-600) 60%,transparent);color:#fff}.sportNavItem.active{background:var(--rose);color:#fff}.sportNavItem.active .sportLogo{filter:none}.sportNavGrouped{display:flex;gap:40px;align-items:flex-end}.sportGroup{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.sportGroupLabel{font-size:16px;font-weight:600;color:#d6d8de;margin-left:6px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px}.sportGroupItems{display:flex;gap:12px}.sportGroupItems .sportNavItem{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:6px 12px;font-size:18px;font-weight:600;color:#d6d8de;cursor:pointer}.sportGroupItems .sportNavItem.active{background:var(--rose);color:#fff;border-color:transparent}.gamesSportNav{margin-top:0;align-items:flex-start}.gamesSportNav .sportGroup{gap:0}.gamesSportNav .sportGroupItems .sportNavItem.active{background:#56b7ff33;color:#fff;border-color:#56b7ffd1;box-shadow:inset 0 1px #ffffff2e,0 6px 14px #0d4b7859}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.topbar h1{margin:0;font-size:24px;font-weight:900;letter-spacing:.4px}.topbarRight{display:flex;gap:10px;align-items:center}.search{width:260px;height:36px;border-radius:12px;border:1px solid color-mix(in srgb,var(--ink-500) 40%,transparent);background:var(--ink-800);color:#fff;padding:0 10px;outline:none}.avatar{width:36px;height:36px;border-radius:50%;background:var(--ink-600)}.page{padding:0;background:transparent;border:none;box-shadow:none;overflow-x:hidden}.bento{display:grid;gap:20px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 720px){.bento{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1080px){.bento{grid-template-columns:repeat(3,minmax(0,1fr))}}.widget{background:var(--ink-700);border:1px solid color-mix(in srgb,var(--ink-500) 40%,transparent);border-radius:var(--radius);padding:14px;display:flex;flex-direction:column;gap:10px}.widgetHeader{display:flex;align-items:center;justify-content:space-between}.widgetTitle{margin:0;font-size:13px;color:#d6d8de;letter-spacing:.3px}.widgetValue{font-size:28px;font-weight:800}.spark{width:100%;height:40px}.chip{font-size:11px;padding:4px 8px;border-radius:10px;background:var(--ink-600);color:#fff}.dashboardPage{display:flex;flex-direction:column;gap:18px}.dashboardTopbar{margin-bottom:0}.dashboardSubhead{margin:4px 0 0;color:#9aa3b2;font-size:13px}.dashboardTopbarRight{display:flex;align-items:center;gap:8px}.dashboardLiveDot{font-size:11px;border-radius:999px;padding:4px 10px;background:#8be78b29;border:1px solid rgba(139,231,139,.4);color:#c5f7c5}.dashboardGrid{display:grid;gap:16px;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 980px){.dashboardGrid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr)}}.dashboardCard{min-height:230px}.dashboardTodayGamesFull{width:100%;gap:12px}.dashboardTodayHeader{align-items:center}.dashboardTodayTitleRow{display:flex;align-items:center;gap:10px}.dashboardTodayTitle{margin:0;font-size:16px;font-weight:600}.dashboardSportSelect{height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff05;color:#fff;padding:0 14px;font:inherit;font-size:13px}.dashboardStatusSummary{display:flex;width:100%;border-radius:40px;border:1px solid rgba(255,255,255,.3);overflow:hidden;background:#ffffff05}.dashboardStatusItem{border:0;border-right:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;height:132px;flex:1;min-width:0;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font:inherit;font-size:26px;cursor:pointer}.dashboardStatusItem:last-child{border-right:0}.dashboardStatusItem span{font-size:18px;font-weight:600;color:#d6d8de}.dashboardStatusItem strong{font-size:clamp(34px,4vw,50px);line-height:1}.dashboardStatusItem.active{background:#56b7ff24}@media (max-width: 900px){.dashboardTodayTitle{font-size:28px}.dashboardSportSelect{height:36px;font-size:14px}.dashboardStatusSummary{flex-wrap:wrap;border-radius:24px}.dashboardStatusItem{min-width:50%;height:116px;border-right:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.2);font-size:22px}.dashboardStatusItem:nth-child(2n){border-right:0}.dashboardStatusItem:nth-last-child(-n+2){border-bottom:0}}.dashboardWidget{position:relative}.dashboardWidget .widgetHeader{padding-right:36px}.dashboardWidget.isDragging{opacity:.72;box-shadow:0 16px 30px #00000059}.dashboardDragHandle{position:absolute;top:10px;right:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#cfd6e3;width:28px;height:24px;border-radius:8px;cursor:grab;font-size:14px;line-height:1;padding:0}.dashboardDragHandle:active{cursor:grabbing}.dashboardHeroCard{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(86,183,255,.22),transparent 50%),radial-gradient(circle at bottom left,rgba(197,15,49,.2),transparent 46%),var(--ink-700);min-height:230px}.dashboardHeroValue{font-size:clamp(34px,5vw,52px);font-weight:900;line-height:1}.dashboardMuted{margin:0;font-size:13px;color:#aab2c0}.dashboardSpark{margin-top:auto;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:7px;min-height:84px}.dashboardSpark span{width:100%;border-radius:999px;background:linear-gradient(180deg,#56b7fff2,#56b7ff59)}.dashboardPill{font-size:11px;padding:4px 10px;border-radius:999px;border:1px solid transparent}.dashboardPillUp{color:#bcf7bc;background:#8be78b29;border-color:#8be78b57}.dashboardPillDown{color:#ffbeca;background:#c50f3138;border-color:#c50f3173}.dashboardGamesCard{grid-column:span 1}@media (min-width: 980px){.dashboardGamesCard{grid-column:span 2}}.dashboardGameList,.dashboardTrendList,.dashboardOpportunityList{display:flex;flex-direction:column;gap:8px}.dashboardGameListWide{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:10px}@media (min-width: 980px){.dashboardGameListWide{grid-template-columns:repeat(3,minmax(0,1fr))}}.dashboardGameRow,.dashboardTrendRow,.dashboardOpportunityRow{display:flex;justify-content:space-between;align-items:center;gap:10px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:10px 12px}.dashboardGameRow strong,.dashboardTrendRow strong,.dashboardOpportunityRow strong{display:block;font-size:14px;line-height:1.3}.dashboardGameRow p,.dashboardTrendRow p,.dashboardOpportunityRow p{margin:3px 0 0;font-size:12px;color:#aab2c0}.dashboardGameOdds{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px}.dashboardOpportunityRow span{font-weight:700;color:#8be78b}.dashboardRundownList{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:9px;color:#dfe5ee}.dashboardRundownList li{line-height:1.35;font-size:13px}.weekRow{min-width:0}.weekTrough{position:relative;width:100%;max-width:100%;background:var(--ink-800);border:1px solid color-mix(in srgb,var(--ink-500) 40%,transparent);border-radius:28px;padding:12px 56px;overflow:hidden;isolation:isolate}.weekScroller.trough{width:100%;min-width:0;display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;scroll-padding-left:12px;scroll-padding-right:12px}.weekScroller.trough::-webkit-scrollbar{display:none}.weekCard{flex:0 0 auto;min-width:200px;border-radius:16px;background:#1b1d22;color:#eaecef;border:1px solid rgba(255,255,255,.06);padding:14px 16px;text-align:left;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.weekArrow.inside{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:12px;background:var(--ink-700);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:2}.weekArrow.inside.left{left:8px}.weekArrow.inside.right{right:8px}.weekArrow.inside:hover{background:color-mix(in srgb,var(--ink-700) 85%,#000)}.weekCard{min-width:200px;border-radius:16px;background:#1b1d22;color:#eaecef;border:1px solid rgba(255,255,255,.06);padding:14px 16px;text-align:left;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.weekCard:hover{background:#21242a}.weekCard.active{background:var(--rose);color:#fff;border-color:transparent;box-shadow:0 8px 24px #c50f3140}.weekCard.active .wkCount,.weekCard.active .wkCountLbl{background:transparent!important;border:none!important}.wkTopRow{display:flex;justify-content:space-between;align-items:baseline;font-size:20px;font-style:italic;font-weight:850}.wkTopRow .wkNumber,.wkTopRow .wkCount{font-size:24px;font-style:italic;color:#fff;font-weight:850}.wkBottomRow{display:flex;justify-content:space-between;margin-top:1px;font-size:12px;opacity:.65}.wkBottomRow .wkDates,.wkBottomRow .wkLabel{font-weight:600}.gamesDateInputWrap{position:relative;display:inline-flex;align-items:center}.gamesDateInput{font-family:TT Interphases Pro Variable,Inter,ui-sans-serif,system-ui;font-weight:700;color-scheme:dark;-webkit-appearance:none;appearance:none}.gamesDateInput::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:40px;height:100%;cursor:pointer}.gamesDateInput::-webkit-datetime-edit{font-family:TT Interphases Pro Variable,Inter,ui-sans-serif,system-ui;font-weight:700}.gamesDateInputIcon{position:absolute;right:14px;color:#fff;opacity:.92;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.tempActionBtn{width:100%;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fff;border-radius:10px;padding:10px 12px;font-weight:800;letter-spacing:.2px;cursor:pointer}.tempActionBtn:hover{background:#ffffff1c}.homeLandingBar{position:sticky;top:0;z-index:20;background:#090c12eb;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.homeLandingBarInner{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:70px;padding:0 20px}.homeLandingLeft{display:flex;align-items:center;gap:18px}.homeBrandBtn{border:0;background:transparent;cursor:pointer;padding:0;display:inline-flex;align-items:center}.homeBrandBtn img{width:125px;height:auto;object-fit:contain}.homeLandingNav{display:flex;align-items:center;gap:12px}.homeLandingNav button{border:0;background:transparent;color:#ffffffe0;font-size:16px;font-weight:700;cursor:pointer;padding:8px 2px}.homeLandingNav button:hover{color:#fff}.homeLandingNavActive{color:var(--rose)!important}.homeLandingAuth{display:flex;align-items:center;gap:8px}.homePage{display:flex;flex-direction:column;gap:16px;padding:12px 10px 24px}.homeTopActions{display:flex;align-items:center;gap:10px}.homeGhostBtn,.homeRoseBtn{border-radius:999px;padding:10px 16px;font-weight:800;letter-spacing:.2px;cursor:pointer;font-family:inherit}.homeGhostBtn{background:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.2)}.homeRoseBtn{background:var(--rose);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 8px 22px #c50f3147}.homeHero{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:20px;min-height:560px;background:radial-gradient(120% 120% at 0% 0%,rgba(197,15,49,.18) 0%,rgba(197,15,49,.02) 45%,transparent 70%),linear-gradient(180deg,var(--ink-700) 0%,var(--ink-800) 100%);padding:32px;gap:12px}.homeHeroBackdrop{position:absolute;inset:0;background:linear-gradient(90deg,#060b12d9,#060b1273 55%,#060b12b3),url(/images/welcome-bg.jpg) center/cover no-repeat;opacity:.48;pointer-events:none}.homeHeroLeft,.homeHeroRight{position:relative;z-index:1}.homeHeroLeft{max-width:620px;display:flex;flex-direction:column;gap:14px;justify-content:center}.homeHeroRight{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:20px;padding-right:12px}.homeHeroTop{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.homeLiveChip{background:#2fd06e29;border:1px solid rgba(47,208,110,.5);color:#9df0bd;font-weight:900}.homeRefreshMicro{font-size:12px;color:#ffffffbf}.homeHeroTitle{margin:0;font-size:clamp(44px,6vw,84px);line-height:.96}.homeHeroAccent{color:#19b8ff}.homeHeroSubtitle{margin:0;max-width:720px;color:#ffffffd1;font-size:16px}.homeCtaRow{display:flex;gap:10px;flex-wrap:wrap}.homeHeroBtn{min-width:180px}.homeMockCard{width:min(100%,520px);background:#141e2ee0;border:1px solid rgba(118,163,212,.32);border-radius:18px;box-shadow:0 24px 60px #00000061;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.homeMockChart{transform:rotate(-8deg) translate(-20px)}.homeMockCalendar{transform:rotate(3deg) translate(-5px)}.homeMockHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.homeMockHead span{font-size:18px;font-weight:800}.homeMockHead small{font-size:12px;opacity:.8}.homeMockTrend{font-size:30px;font-weight:900;margin-bottom:10px}.homeMockLine{width:100%;height:94px;border-radius:12px;background:linear-gradient(180deg,#19b8ff33,#19b8ff05 80%),linear-gradient(120deg,transparent 5%,rgba(25,184,255,.9) 35%,rgba(25,184,255,.25) 55%,transparent 85%),#ffffff08}.homeMockGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.homeMockGrid span{border-radius:10px;text-align:center;font-size:13px;font-weight:800;padding:8px 6px}.homeMockGrid .g{background:#3da73466;border:1px solid rgba(122,225,95,.5)}.homeMockGrid .r{background:#a91f1f6b;border:1px solid rgba(255,97,97,.55)}.homeDisclaimer{margin:0;font-size:12px;opacity:.65}.homeValueGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.homeFeatureBlock{background:linear-gradient(180deg,#06172a,#061220);border:1px solid rgba(82,135,186,.35);border-radius:var(--radius);padding:22px 18px;overflow:hidden}.homeFeatureEyebrow{margin:0 0 8px;text-align:center;color:#1ab4ff;font-size:14px;letter-spacing:.8px;font-weight:900}.homeFeatureHeading{margin:0;text-align:center;font-size:clamp(34px,5vw,58px);line-height:.98}.homeFeatureLead{margin:14px auto 22px;max-width:760px;text-align:center;color:#fffc;font-size:20px}.homeValueCard{min-height:204px;background:#20364d;border:1px solid rgba(129,170,212,.4);border-radius:14px;padding:14px;box-shadow:inset 0 1px #ffffff0d;justify-content:flex-start}.homeValueIcon{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;font-size:28px;margin-bottom:8px;background:#08162473;border:1px solid rgba(72,127,183,.45)}.homeValueTitle{margin:0;font-size:30px;line-height:1;font-weight:900}.homeValueText{margin:8px 0 0;color:#fffc;font-size:20px;line-height:1.2}.homeHighlight{padding:14px;gap:12px}.homeReviews{background:linear-gradient(180deg,#081b30,#071425);border:1px solid rgba(84,134,181,.35);border-radius:var(--radius);padding:24px 0 16px}.homeReviewsTitle{margin:0;text-align:center;font-size:clamp(30px,4vw,56px);line-height:1.05}.homeReviewsCta{display:block;margin:16px auto 18px;min-width:180px}.homeReviewsRail{display:flex;gap:14px;overflow-x:auto;padding:0 18px 8px;scroll-snap-type:x mandatory}.homeReviewsRail::-webkit-scrollbar{height:8px}.homeReviewsRail::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.homeReviewCard{min-width:300px;max-width:340px;background:#20364d;border:1px solid rgba(128,171,214,.4);border-radius:12px;padding:14px 14px 12px;scroll-snap-align:start;box-shadow:inset 0 1px #ffffff0d}.homeReviewHead{display:flex;align-items:center;gap:8px;margin-bottom:10px}.homeReviewAvatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.homeReviewCard p{margin:0;font-size:22px;line-height:1.18;color:#ffffffe0;min-height:182px}.homeReviewFoot{margin-top:12px;display:flex;justify-content:space-between;align-items:baseline;color:#ffffffc7}.homeReviewFoot b{color:#65d58d;font-size:32px}.homeHighlightHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.homeHighlightTitle{font-size:14px;font-weight:900;letter-spacing:.2px}.homeHighlightFilters{display:flex;gap:8px;flex-wrap:wrap}.homeFilterPill{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;font-size:12px;color:#ffffffe6}.homeHighlightRow{display:grid;grid-template-columns:1.4fr 1fr;gap:12px}.homeTeamCol{border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.homeTeamLine{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.homeTeamLine:last-child{border-bottom:0}.homeMetricCol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.homeMetricCell{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px;background:#ffffff08}.homeMetricCell small{display:block;font-size:11px;opacity:.8;margin-bottom:6px}.homeMetricCell strong{font-size:20px}.homeSectionTitle{margin:0;font-size:18px}.homeHowGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.homeStep{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px;background:#ffffff05}.homeStepNum{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:#c50f3133;border:1px solid rgba(197,15,49,.5);font-weight:900;font-size:12px;margin-bottom:8px}.homeStep p{margin:0;color:#ffffffd9;font-size:14px}.homeTrust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.homeTrustItem{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px;text-align:center;font-size:13px;color:#ffffffdb;background:#ffffff05}.homeFinalCta{align-items:center;text-align:center;padding:18px}.homeFinalTitle{margin:0;font-size:30px;line-height:1.1}@media (max-width: 1100px){.homeHero{grid-template-columns:1fr;min-height:auto}.homeHeroRight{align-items:stretch;padding-right:0}.homeMockChart,.homeMockCalendar{transform:none}.homeValueGrid,.homeHowGrid,.homeTrust{grid-template-columns:1fr}.homeFeatureLead{font-size:16px}.homeValueTitle{font-size:26px}.homeValueText{font-size:18px}}@media (max-width: 720px){.homeLandingBarInner{flex-wrap:wrap;min-height:0;padding:12px 14px}.homeLandingNav{width:100%;order:3;justify-content:space-around;border-top:1px solid rgba(255,255,255,.1);padding-top:6px}.homeTopActions{width:100%;justify-content:flex-end;flex-wrap:wrap}.homeHero{padding:20px}.homeReviewCard{min-width:260px}.homeReviewCard p{font-size:18px;min-height:146px}.homeReviewFoot b{font-size:26px}.homeHighlightRow,.homeMetricCol{grid-template-columns:1fr}.homeHeroBtn{min-width:0;width:100%}.homeCtaRow{width:100%}}.pricingPage{min-height:100vh;padding:34px 16px;background:radial-gradient(120% 120% at 10% 0%,rgba(26,180,255,.1) 0%,transparent 60%),linear-gradient(180deg,#0a1c2f,#071322)}.pricingWrap{max-width:1100px;margin:0 auto}.pricingEyebrow{margin:0;color:#ffffffc2;letter-spacing:.8px;font-weight:800}.pricingTitle{margin:12px 0 24px;font-size:clamp(40px,6vw,66px);line-height:.96}.pricingTitle span{color:#6ed14f}.pricingGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pricingCard{position:relative;border-radius:16px;background:#20364d;border:1px solid rgba(131,169,209,.38);padding:20px;box-shadow:inset 0 1px #ffffff0d}.pricingCard h2{margin:0 0 8px;font-size:30px;font-weight:900}.pricingAmount{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.pricingAmount strong{font-size:44px;font-weight:900;line-height:1}.pricingAmount small{font-size:18px;opacity:.88}.pricingCard p{margin:0 0 16px;font-size:18px;color:#ffffffdb}.pricingCard .homeRoseBtn{min-width:180px}.pricingCardFeatured{border-color:#6ed14f80}.pricingBadge{position:absolute;top:14px;right:14px;border-radius:999px;border:1px solid rgba(110,209,79,.45);background:#6ed14f29;color:#b5eb96;font-size:12px;font-weight:800;padding:6px 10px}@media (max-width: 900px){.pricingGrid{grid-template-columns:1fr}.pricingAmount strong{font-size:38px}}.gamesDayRailWrap{display:flex;align-items:stretch;gap:8px;margin-bottom:8px;position:sticky;top:0;z-index:6;background:linear-gradient(180deg,#0b0b0dfa,#0b0b0df0 70%,#0b0b0dbf);padding:4px 0 10px}.gamesDayRail{flex:1;min-width:0;display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;scrollbar-width:none;-ms-overflow-style:none}.gamesDayRail::-webkit-scrollbar{display:none}.gamesDayRailArrow{width:36px;border-radius:6px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fff;font-size:24px;line-height:1;cursor:pointer;flex:0 0 auto}.gamesDayRailArrow:hover{background:#ffffff1f}.gamesRoot{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}.gamesScrollRegion{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:14px;scroll-snap-type:y mandatory;scroll-padding-top:30px}.gamesScrollRegion .gamesDayRailWrap{padding-right:10px}.gamesScrollRegion .bento{padding-right:10px;box-sizing:border-box}.gamesPage{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.gamesCardSnapAnchor{scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:120px}.gamesCardGridCompact{grid-template-columns:repeat(1,minmax(0,1fr))!important}@media (min-width: 900px){.gamesCardGridCompact{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width: 1280px){.gamesCardGridCompact{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width: 1680px){.gamesCardGridCompact{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.scoreboardLoaderWrap{width:100%;min-height:62vh;display:grid;place-items:center;padding:20px 0}.scoreboardLoaderCard{width:min(520px,calc(100vw - 36px));border-radius:18px;border:1px solid rgba(255,255,255,.14);overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 60%),#14161b;box-shadow:0 18px 70px #00000073}.scoreboardLoaderCardWaiting{animation:scoreboardWaitPulse 1.05s ease-in-out infinite}.scoreboardLoaderTopStrip{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(90deg,#c50f314d,#c50f311f 45%,#ffffff05);border-bottom:1px solid rgba(255,255,255,.08)}.scoreboardLoaderLeftBrand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:.4px}.scoreboardLoaderTopSpacer{width:1px}.scoreboardLoaderLeague{opacity:.92}.scoreboardLoaderLivePill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:950;letter-spacing:.8px;text-transform:uppercase;color:#fff;border-radius:999px;padding:6px 10px;border:1px solid rgba(255,255,255,.12);background:#00000052}.scoreboardLoaderLiveDot{width:8px;height:8px;border-radius:50%;background:var(--rose);box-shadow:0 0 0 4px #c50f312e;animation:scoreboardPulse .9s ease-in-out infinite}.scoreboardLoaderBody{padding:14px;display:grid;gap:12px}.scoreboardLoaderCenter{border-radius:16px;background:#0000003d;border:1px solid rgba(255,255,255,.1);padding:14px 14px 12px;display:grid;gap:10px}.scoreboardLoaderTopRow{display:flex;justify-content:space-between;align-items:center;gap:12px}.scoreboardLoaderClock{font-variant-numeric:tabular-nums;font-size:34px;line-height:1;font-weight:950;letter-spacing:.6px;padding:10px 14px;border-radius:14px;background:#00000052;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff0f;color:#fff}.scoreboardLoaderPercent{font-variant-numeric:tabular-nums;font-size:18px;font-weight:900;letter-spacing:.2px;padding:8px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#00000038;color:#ffffffd6}.scoreboardLoaderPhaseLine{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:800;letter-spacing:.2px}.scoreboardLoaderPhaseLeft{display:flex;align-items:center;gap:10px;min-width:0}.scoreboardLoaderPhaseTag{padding:4px 8px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-weight:950;font-size:11px;letter-spacing:.8px;text-transform:uppercase;color:#ffffffc7;flex:0 0 auto}.scoreboardLoaderPhaseText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#ffffffe0}.scoreboardLoaderProgressTrack{height:10px;margin:0;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);overflow:hidden}.scoreboardLoaderProgressFill{height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#c50f31f2,#c50f3173);box-shadow:0 0 14px #c50f3159;transition:width .12s linear}.scoreboardLoaderTicker{font-size:12px;color:#ffffffad;font-weight:700;letter-spacing:.2px;padding:2px 2px 0}@keyframes scoreboardPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}@keyframes scoreboardWaitPulse{0%,to{box-shadow:0 18px 70px #00000073;border-color:#ffffff24}50%{box-shadow:0 22px 78px #00000080,0 0 0 1px #c50f3173;border-color:#c50f3194}}
