@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap");:root{--ink:#121d35;--muted:#667085;--line:#e7eaf0;--navy:#102a5c;--blue:#1745d1;--surface:#f5f7fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:DM Sans,Noto Sans KR,sans-serif}a,button{font:inherit}a,button{color:inherit}a{text-decoration:none}.topbar{height:72px;max-width:1200px;margin:auto;display:flex;justify-content:space-between;padding:0 24px}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:10px;font-size:17px;font-weight:700;letter-spacing:.3px}.brand b{color:var(--blue)}.brand-icon{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:9px;transform:rotate(-3deg)}.nav-links{align-self:stretch;display:flex;align-items:stretch;gap:38px}.nav-links a{position:relative;display:flex;align-items:center;font-size:14px;font-weight:600;color:#697386}.nav-links a.active{color:var(--ink)}.nav-links a.active:after{content:"";position:absolute;height:3px;left:0;right:0;bottom:0;background:var(--blue);border-radius:3px 3px 0 0}.nav-actions{display:flex;align-items:center;gap:12px}.icon-button{width:38px;height:38px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.profile{padding:0 14px;border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;font-size:13px;font-weight:700;cursor:pointer}.admin-nav-button,.profile{height:38px;display:flex;align-items:center}.admin-nav-button{padding:0 13px;gap:6px;color:#9a611d;background:#fff4e3;border:1px solid #f0d5aa;border-radius:8px;font-size:11px;font-weight:800}.admin-nav-button:hover{color:#75440c;border-color:#dcb878}.hero{min-height:310px;padding:58px max(24px,calc((100vw - 1152px) / 2));color:#fff;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(circle at 78% 25%,rgba(46,102,218,.7),transparent 25%),linear-gradient(115deg,#0a1938,#102a60 58%,#163d84);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:360px;height:360px;border:1px solid hsla(0,0%,100%,.08);border-radius:50%;right:8%;top:-210px;box-shadow:0 0 0 70px hsla(0,0%,100%,.025),0 0 0 140px hsla(0,0%,100%,.018)}.hero-copy{position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;color:#91ace6;margin-bottom:17px;display:flex;align-items:center;gap:8px}.live-dot{width:7px;height:7px;border-radius:50%;background:#45d99a;box-shadow:0 0 0 4px rgba(69,217,154,.12)}.hero h1{margin:0;font-family:Noto Sans KR,sans-serif;font-size:clamp(32px,4vw,48px);line-height:1.28;letter-spacing:-2px}.hero h1 em{color:#80a8ff;font-style:normal}.hero p{margin:20px 0 0;color:#aebbd4;font-size:15px;line-height:1.8}.hero-stat{min-width:320px;display:flex;align-items:center;gap:24px;padding:25px 30px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.055);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;position:relative;z-index:1}.hero-stat>svg{color:#82a8ff}.hero-stat div{display:flex;flex-direction:column}.hero-stat strong{font-size:26px;line-height:1}.hero-stat span{font-size:12px;color:#9baccc;margin-top:8px}.hero-stat i{width:1px;height:35px;background:hsla(0,0%,100%,.15)}.dashboard{max-width:1200px;margin:auto;padding:54px 24px 62px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-kicker{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:1.7px;margin-bottom:8px}.section-heading h2{margin:0;font-family:Noto Sans KR,sans-serif;font-size:26px;letter-spacing:-1px}.section-heading p{margin:7px 0 0;color:var(--muted);font-size:14px}.schedule-controls{display:flex;align-items:center;gap:10px}.date-navigator{display:flex;align-items:center;gap:5px}.date-navigator>button{height:42px;padding:0 10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--navy);background:#fff;cursor:pointer}.date-navigator>button:disabled{color:#bdc3ce;background:#f7f8fa;cursor:not-allowed}.date-navigator label{height:42px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:8px;color:var(--blue);background:#fff}.date-navigator input{width:122px;border:0;outline:0;color:var(--ink);background:transparent;font:inherit;font-size:12px;font-weight:700}.date-navigator .today-button{width:auto;padding:0 13px;color:#fff;border-color:var(--blue);background:var(--blue);font-size:11px;font-weight:800}.league-tabs{display:flex;padding:4px;border:1px solid var(--line);background:#f7f8fa;border-radius:9px}.league-tabs button{width:78px;height:34px;border:0;border-radius:6px;color:#778195;background:transparent;font-weight:700;font-size:12px;cursor:pointer}.league-tabs button.active{color:#fff;background:var(--navy);box-shadow:0 3px 10px rgba(16,42,92,.17)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:22px;gap:22px;align-items:start}.game-list{display:grid;grid-gap:12px;gap:12px}.empty-schedule{min-height:260px;padding:42px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:#8a93a4;border:1px dashed #cfd6e3;border-radius:12px;background:#fafbfc}.empty-schedule svg{color:#6f8ed7}.empty-schedule strong{color:var(--ink);font-size:15px}.empty-schedule p{margin:0;font-size:12px}.empty-schedule button{margin-top:5px;padding:10px 14px;display:flex;align-items:center;gap:6px;border:0;border-radius:7px;color:#fff;background:var(--blue);font-weight:700;cursor:pointer}.game-item{min-width:0;display:flex;flex-direction:column}.game-card{order:1;width:100%;text-align:left;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;transition:.2s ease}.game-card:hover{border-color:#a7b8df;transform:translateY(-1px);box-shadow:0 10px 30px rgba(20,39,76,.07)}.game-card.selected{border-color:#7291da;box-shadow:inset 3px 0 0 var(--blue),0 10px 30px rgba(20,39,76,.08)}.game-meta{height:40px;padding:0 16px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #f0f1f4;color:#81899a;font-size:11px}.game-meta span:first-child{display:flex;align-items:center;gap:5px;color:var(--ink);font-size:13px;font-weight:700}.game-meta b{margin-left:auto;padding:4px 8px;border-radius:4px;color:#376347;background:#e8f6ed;font-size:10px}.matchup{min-height:95px;padding:16px 18px;display:grid;grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);grid-gap:12px}.compact-team,.matchup{align-items:center;gap:12px}.compact-team{display:flex;min-width:0}.compact-team.home{justify-content:flex-end;text-align:right}.compact-team div:not(.team-mark){display:flex;flex-direction:column;min-width:0}.compact-team strong{font-family:Noto Sans KR,sans-serif;font-size:15px;white-space:nowrap}.compact-team span{margin-top:5px;color:#858da0;font-size:11px;white-space:nowrap}.team-mark{position:relative;flex:0 0 auto;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--team-color);background:color-mix(in srgb,var(--team-color) 10%,#fff);border:2px solid color-mix(in srgb,var(--team-color) 25%,#fff);font-weight:800;font-size:12px;letter-spacing:-.5px}.team-mark--large{width:66px;height:66px;font-size:17px;border-width:3px;box-shadow:0 7px 20px color-mix(in srgb,var(--team-color) 15%,transparent)}.team-mark img{position:absolute;inset:5px;width:calc(100% - 10px);height:calc(100% - 10px);object-fit:contain}.team-mark--large img{inset:7px;width:calc(100% - 14px);height:calc(100% - 14px)}.versus{color:#a0a7b5;font-size:10px;font-weight:800;text-align:center;white-space:nowrap}.versus.score{color:var(--navy);font-size:16px;letter-spacing:-.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.prediction-preview{padding:0 18px 12px;display:grid;grid-template-columns:58px 1fr 58px;align-items:center;grid-gap:9px;gap:9px;color:#747e90;font-size:10px}.prediction-preview>span:last-child{text-align:right}.prediction-preview strong{color:var(--navy);font-size:12px}.prediction-preview>div{height:6px;display:flex;overflow:hidden;border-radius:4px;background:#e9edf4}.prediction-preview i:first-child{background:#6687d6}.prediction-preview i:last-child{background:#ef7c65}.card-footer{height:38px;padding:0 16px 0 20px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;background:#fafbfc;color:#737c8e;font-size:11px}.card-footer span:nth-child(2){text-align:right;padding-right:15px}.card-footer svg{color:var(--blue);transition:transform .2s ease}.card-footer svg.rotated{transform:rotate(180deg)}.bet-options{order:3;margin:-1px 10px 0;padding:8px 10px 10px;display:grid;grid-template-columns:120px 1fr;align-items:stretch;grid-gap:8px;gap:8px;background:#f7f8fb;border:1px solid var(--line);border-radius:0 0 9px 9px}.bet-options button{border:1px solid #dce1ea;color:#667085;background:#fff;border-radius:6px;font-size:10px;font-weight:700;cursor:pointer;transition:.18s ease}.bet-options button:hover{color:var(--blue);border-color:#9cb1e3}.bet-options button.active{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 4px 10px rgba(23,69,209,.18)}.market-tabs{padding:3px;display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px;background:#e9edf4;border-radius:7px}.market-tabs button{min-height:38px;padding:0 5px;border:0;color:#7a8496;background:transparent}.market-tabs button.active{color:#fff;background:var(--navy);box-shadow:none}.market-choices{display:grid;grid-gap:6px;gap:6px}.regular-choices{grid-template-columns:1fr 1fr}.win1loss-choices{grid-template-columns:repeat(3,1fr)}.market-choices button{min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.market-choices button small{color:#9aa2b0;font-size:8px;font-weight:600}.market-choices button strong{font-size:12px}.market-choices button.active small{color:#c9d7f7}.analysis-panel{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 14px 45px rgba(20,39,76,.08);overflow:hidden}.analysis-dropdown{order:2;margin:3px 0 5px;animation:dropdown-in .22s ease both}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.panel-top{height:45px;padding:0 18px;justify-content:space-between;color:#fff;background:var(--navy)}.panel-top,.panel-top span{display:flex;align-items:center}.panel-top span{gap:7px;font-size:11px;font-weight:700;letter-spacing:1px}.ai-prediction{padding:20px 22px;border-bottom:1px solid #e9edf3;background:linear-gradient(135deg,#f8faff,#fff8f5)}.ai-prediction-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-prediction-heading span{display:flex;align-items:center;gap:7px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.5px}.ai-prediction-heading strong{color:var(--navy);font-size:12px}.probability-numbers{margin:18px 0 8px;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;grid-gap:12px;gap:12px}.probability-numbers>div{display:flex;flex-direction:column;gap:2px}.probability-numbers>div:last-child{text-align:right}.probability-numbers small{color:#7e8797;font-size:10px}.probability-numbers strong{color:var(--navy);font-size:25px;line-height:1}.probability-numbers>span{color:#9aa2b0;font-size:9px;font-weight:700}.probability-bar{height:9px;display:flex;overflow:hidden;border-radius:6px;background:#e9edf4}.probability-bar i:first-child{background:linear-gradient(90deg,#456bc6,#7796dc)}.probability-bar i:last-child{background:linear-gradient(90deg,#f29a82,#e96857)}.ai-prediction p{margin:14px 0 9px;color:#4f5a6c;font-size:12px;line-height:1.6}.ai-prediction ul{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px;list-style:none}.ai-prediction li{padding:6px 8px;display:flex;align-items:center;gap:4px;color:#657188;background:#fff;border:1px solid #e1e6ef;border-radius:6px;font-size:9px}.ai-prediction li svg{color:#39a26b}.panel-top b{padding:4px 8px;color:#b7c9ed;background:hsla(0,0%,100%,.09);border-radius:4px;font-size:10px}.big-matchup{display:grid;grid-template-columns:1fr .9fr 1fr;align-items:start;padding:24px 24px 20px}.big-matchup>div{display:flex;flex-direction:column;align-items:center;text-align:center}.big-matchup strong{margin-top:9px;font-family:Noto Sans KR,sans-serif;font-size:14px}.big-matchup>div>span{margin-top:4px;color:#9098a8;font-size:10px}.match-time{padding-top:4px}.match-time span{color:var(--ink)!important;font-size:20px!important;font-weight:800}.match-time b{margin:4px 0;color:#9da4b2;font-size:9px}.match-time small{max-width:100px;color:#8991a0;font-size:8px;line-height:1.4}.compare-title{padding:0 22px;display:flex;align-items:center;gap:10px}.compare-title span{flex:0 0 auto;color:#777f8f;font-size:9px;font-weight:700}.compare-title i{height:1px;flex:1 1;background:var(--line)}.pitcher-names{padding:13px 24px 10px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;text-align:center}.pitcher-names div{display:flex;flex-direction:column}.pitcher-names div:last-child{text-align:right}.pitcher-names div:first-child{text-align:left}.pitcher-names strong{font-family:Noto Sans KR,sans-serif;font-size:13px}.pitcher-names div span{margin-top:3px;color:#8b93a3;font-size:10px}.pitcher-names>span{color:#a7adba;font-size:7px;letter-spacing:1px}.stat-compare{margin:0 22px 17px;padding:8px 0;background:#f7f8fb;border-radius:7px}.stat-compare div{padding:5px 18px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;text-align:center}.stat-compare strong{font-size:12px}.stat-compare strong:first-child{text-align:left}.stat-compare strong:last-child{text-align:right;color:var(--blue)}.stat-compare span{color:#9098a7;font-size:8px;font-weight:700}.team-form{padding:13px 24px 17px;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:12px;gap:12px;align-items:center}.team-form>span{color:#9aa1ae;font-size:8px}.form-row{display:flex;gap:4px}.form-row:last-child{justify-content:flex-end}.form-row span{width:19px;height:19px;display:grid;place-items:center;border-radius:4px;font-size:8px;font-weight:800}.form-row .win{color:#286841;background:#ddf3e5}.form-row .loss{color:#a75861;background:#fae7e9}.insight{margin:0 22px 17px;padding:14px 15px;border-left:3px solid #f1a13d;background:#fff8ee;border-radius:0 7px 7px 0}.insight>span{display:flex;align-items:center;gap:6px;color:#a96618;font-size:8px;font-weight:800;letter-spacing:.7px}.insight strong{display:block;margin-top:6px;font-size:12px}.insight p{margin:4px 0 0;color:#7e7568;font-size:10px}.detail-button{width:calc(100% - 44px);height:42px;margin:0 22px 22px;border:0;border-radius:7px;color:#fff;background:var(--blue);display:flex;justify-content:center;align-items:center;gap:9px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 7px 18px rgba(23,69,209,.2)}.bet-slip{position:-webkit-sticky;position:sticky;top:18px;border:1px solid var(--line);background:#fff;border-radius:12px;box-shadow:0 14px 40px rgba(20,39,76,.07);overflow:hidden}.bet-slip-head{height:64px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:var(--navy)}.bet-slip-head>div{display:flex;align-items:center;gap:10px}.bet-slip-head>div>span{width:32px;height:32px;display:grid;place-items:center;color:#a8c0f3;background:hsla(0,0%,100%,.08);border-radius:8px}.bet-slip-head small{display:block;color:#839dcd;font-size:7px;font-weight:800;letter-spacing:1.2px}.bet-slip-head h3{margin:2px 0 0;font-family:Noto Sans KR,sans-serif;font-size:13px}.bet-slip-head>b{min-width:26px;height:26px;padding:0 8px;display:grid;place-items:center;color:#d8e4fc;background:hsla(0,0%,100%,.1);border-radius:13px;font-size:10px}.bet-empty{min-height:230px;padding:35px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#a2aaba}.bet-empty svg{margin-bottom:13px;color:#c3cad6}.bet-empty strong{color:#586377;font-family:Noto Sans KR,sans-serif;font-size:12px}.bet-empty p{margin:8px 0 0;font-size:9px;line-height:1.65}.bet-list{padding:6px 15px 0}.bet-item{min-height:76px;display:grid;grid-template-columns:25px 1fr 26px;align-items:center;grid-gap:9px;gap:9px;border-bottom:1px solid #edf0f4}.bet-number{width:22px;height:22px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:50%;font-size:8px;font-weight:800}.bet-item>div{min-width:0;display:flex;flex-direction:column}.bet-item small{color:#929aa8;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bet-item strong{margin-top:4px;font-size:11px}.bet-item strong i{margin:0 4px;color:#a8afbb;font-size:7px;font-style:normal}.bet-item>div>b{margin-top:3px;color:var(--blue);font-family:Noto Sans KR,sans-serif;font-size:9px}.bet-item>div>em{width:-moz-fit-content;width:fit-content;margin-top:4px;padding:2px 5px;color:#62708a;background:#edf1f7;border-radius:3px;font-size:7px;font-style:normal;font-weight:700}.bet-item>button{width:26px;height:26px;padding:0;display:grid;place-items:center;color:#a0a8b6;background:transparent;border:0;border-radius:5px;cursor:pointer}.bet-item>button:hover{color:#c84452;background:#fcecef}.bet-summary{margin:12px 15px;padding:12px 14px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;background:#f6f8fb;border-radius:7px}.bet-summary div{display:flex;flex-direction:column;gap:4px}.bet-summary div:last-child{text-align:right}.bet-summary span{color:#929aa8;font-size:8px}.bet-summary strong{font-size:10px}.clear-bets{width:calc(100% - 30px);height:34px;margin:0 15px 14px;display:flex;align-items:center;justify-content:center;gap:6px;color:#70798a;background:#fff;border:1px solid #dfe3ea;border-radius:7px;font-size:9px;font-weight:700;cursor:pointer}.clear-bets:hover{color:#c84452;border-color:#edbfc4}.bet-notice{padding:12px 16px;color:#929aa8;background:#fafbfc;border-top:1px solid #edf0f4;font-size:7px;line-height:1.55}.quick-stats{padding:34px max(24px,calc((100vw - 1152px) / 2));background:var(--surface);display:grid;grid-template-columns:repeat(4,1fr)}.quick-stats>div{position:relative;padding:5px 25px 5px 52px;border-right:1px solid #dfe3ea;display:flex;flex-direction:column}.quick-stats>div:last-child{border:0}.stat-icon{position:absolute;left:18px;top:8px;width:28px;height:28px;display:grid;place-items:center;border-radius:7px}.stat-icon.orange{color:#bd6c18;background:#ffead4}.stat-icon.blue{color:#2255c1;background:#e1e9fb}.stat-icon.green{color:#26744a;background:#dff2e7}.stat-icon.purple{color:#6b4ab1;background:#eae2fa}.quick-stats p{margin:0 0 6px;color:#858da0;font-size:9px}.quick-stats strong{font-family:Noto Sans KR,sans-serif;font-size:12px}.quick-stats small{margin-top:4px;color:#8e96a5;font-size:9px}.postseason-section{max-width:1200px;margin:0 auto;padding:58px 24px 66px}.postseason-heading{margin-bottom:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.postseason-heading h2{margin:4px 0 7px;font-family:Noto Sans KR,sans-serif;font-size:clamp(24px,3vw,34px);letter-spacing:-1.4px}.postseason-heading p{margin:0;color:#7d8798;font-size:11px}.postseason-badge{padding:9px 13px;display:flex;align-items:center;gap:6px;color:#9a611d;background:#fff4e3;border:1px solid #f2d7ad;border-radius:18px;font-size:9px;font-weight:800;white-space:nowrap}.postseason-list{padding:8px 24px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 14px 40px rgba(20,39,76,.06)}.postseason-team{min-height:70px;display:grid;grid-template-columns:minmax(210px,1.2fr) minmax(180px,2fr) 58px;align-items:center;grid-gap:22px;gap:22px;border-bottom:1px solid #edf0f4}.postseason-team:last-child{border-bottom:0}.postseason-team-info{min-width:0;display:flex;align-items:center;gap:12px}.postseason-team-info>div{min-width:0;display:flex;flex-direction:column;gap:4px}.postseason-team-info strong{overflow:hidden;font-family:Noto Sans KR,sans-serif;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.postseason-team-info span{color:#8d96a6;font-size:8px}.probability-track{height:9px;overflow:hidden;background:#edf0f5;border-radius:5px}.probability-track i{height:100%;display:block;background:var(--team-color);border-radius:inherit;box-shadow:0 2px 7px color-mix(in srgb,var(--team-color) 35%,transparent)}.probability-value{color:var(--navy);font-size:15px;text-align:right}.postseason-note{margin:12px 3px 0;color:#929aa8;font-size:8px;line-height:1.6}footer{max-width:1200px;min-height:125px;margin:auto;padding:32px 24px;display:flex;align-items:center;gap:24px;color:#8d95a4;font-size:10px}.footer-brand{color:var(--ink);font-size:12px}.footer-brand .brand-icon{width:28px;height:28px;border-radius:7px}footer p{flex:1 1}@media (max-width:900px){.hero-stat,.nav-links{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.schedule-controls{width:100%;justify-content:space-between}.content-grid{grid-template-columns:1fr}.bet-slip{position:static}.quick-stats{grid-template-columns:1fr 1fr;row-gap:28px}.quick-stats>div:nth-child(2){border:0}.postseason-team{grid-template-columns:minmax(180px,1fr) minmax(150px,1.5fr) 52px;gap:14px}}@media (max-width:600px){.topbar{height:62px;padding:0 16px}.brand{font-size:15px}.brand-icon{width:31px;height:31px}.profile span{display:none}.profile{padding:0 9px}.admin-nav-button span{display:none}.admin-nav-button{padding:0 10px}.hero{min-height:280px;padding:44px 20px}.hero h1{letter-spacing:-1.5px}.hero p{font-size:14px}.desktop-only{display:none}.dashboard{padding:42px 15px 48px}.section-heading{align-items:flex-start}.schedule-controls{align-items:stretch;flex-direction:column}.date-navigator{width:100%}.date-navigator label{flex:1 1;justify-content:center}.date-navigator input{width:118px}.league-tabs{align-self:stretch}.league-tabs button{flex:1 1;width:auto}.matchup{padding:14px 12px;gap:7px;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr)}.versus.score{font-size:14px}.bet-options{grid-template-columns:1fr;margin-left:5px;margin-right:5px}.team-mark{width:38px;height:38px}.compact-team{gap:7px}.compact-team strong{font-size:13px}.compact-team span{font-size:9px}.game-meta span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.big-matchup{padding-left:14px;padding-right:14px}.quick-stats{grid-template-columns:1fr}.quick-stats>div{border-right:0;padding-bottom:20px}.quick-stats>div,.quick-stats>div:nth-child(2){border-bottom:1px solid #dfe3ea}.postseason-section{padding:44px 15px 52px}.postseason-heading{align-items:flex-start;flex-direction:column}.postseason-list{padding:5px 14px}.postseason-team{min-height:82px;grid-template-columns:1fr 48px;gap:8px 12px}.probability-track{grid-column:1/-1;grid-row:2;margin-bottom:12px}.probability-value{grid-column:2;grid-row:1}footer{align-items:flex-start;flex-wrap:wrap}footer p{flex-basis:100%;order:3;margin:0}}