.ml-body{padding:var(--s4);display:flex;flex-direction:column;gap:var(--s3)}.ml-datehead{font-size:13px;font-weight:700;color:var(--c-text-2);letter-spacing:-.01em;padding:2px 2px 0}.ml-following{border-radius:var(--r-md);background:var(--c-surface);box-shadow:var(--sh1);overflow:hidden}.ml-following-head{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--s3);border:0;background:var(--c-surface-2);color:var(--c-text);cursor:pointer;-webkit-tap-highlight-color:transparent}.ml-following-title,.ml-following-meta{display:inline-flex;align-items:center}.ml-following-title{gap:9px;font-size:14px;font-weight:800}.ml-following-title svg{color:var(--c-brand)}.ml-following-meta{gap:5px;color:var(--c-text-3);font-size:11px;font-weight:700}.ml-following-chevron{transition:transform .18s ease}.ml-following-chevron.is-collapsed{transform:rotate(-90deg)}.ml-following-list{border-top:1px solid var(--c-divider)}.ml-following-match{position:relative}.ml-following-match+.ml-following-match{border-top:1px solid var(--c-divider)}.ml-following-league{position:absolute;z-index:1;top:5px;left:var(--s3);color:var(--c-text-3);font-size:9px;font-weight:800;letter-spacing:.04em}.ml-following-league+.match-card{padding-top:20px}.ml-following-match .match-card:hover,.ml-following-match .match-card:active{background:var(--c-surface-2)}.ml-daypage{display:flex;flex-direction:column;gap:var(--s3)}.ptr{position:fixed;top:calc(var(--safe-top) + 6px);left:50%;z-index:40;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-pill);background:var(--c-surface);box-shadow:var(--sh2);color:var(--c-brand);pointer-events:none}.ptr-icon{display:block}.ptr.is-refreshing .ptr-icon{animation:spin .8s linear infinite}.topbar{height:calc(var(--appbar-h) + var(--safe-top));padding-top:var(--safe-top);display:flex;align-items:center;justify-content:space-between;padding-left:var(--s4);padding-right:var(--s4);background:var(--c-surface);border-bottom:1px solid var(--c-border)}.topbar-left{display:flex;align-items:center;gap:var(--s2)}.topbar-mark{width:6px;height:20px;border-radius:var(--r-pill);background:var(--c-lck)}.topbar-wordmark{font-size:18px;font-weight:800;color:var(--c-text);letter-spacing:-.01em}.topbar-wordmark-accent{color:var(--c-lck)}.topbar-right{display:flex;align-items:center;gap:var(--s1)}.topbar-today{min-height:var(--control-h);display:inline-flex;align-items:center;font-size:12px;font-weight:600;color:var(--c-text-2);white-space:nowrap;margin-right:2px;cursor:pointer;padding:0 4px;-webkit-tap-highlight-color:transparent}.topbar-today:active{opacity:.6}.topbar-today b{color:var(--c-brand);font-weight:800;margin-right:3px}.topbar-live{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 var(--s3);border-radius:var(--r-pill);border:1px solid var(--c-border);background:var(--c-surface-2);color:var(--c-text-3);font-size:12px;font-weight:700;letter-spacing:.03em;cursor:pointer}.topbar-live.is-on{border-color:transparent;background:var(--c-live-bg);color:var(--c-live)}.topbar-live-dot{width:7px;height:7px;border-radius:var(--r-pill);background:currentColor;opacity:.55}.topbar-live.is-on .topbar-live-dot{opacity:1;animation:ml-pulse 1.4s ease-in-out infinite}@keyframes ml-pulse{0%,to{opacity:1}50%{opacity:.35}}.topbar-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:var(--r-sm);background:transparent;color:var(--c-text-2);cursor:pointer}.topbar-icon-btn:active{background:var(--c-surface-2)}.topbar-icon-btn.is-spinning svg{animation:spin .8s linear infinite}.datesel{background:var(--c-surface);border-bottom:1px solid var(--c-border);display:flex;align-items:stretch}.datesel.sticky-top{top:calc(var(--appbar-h) + var(--safe-top));z-index:19}.datesel-arrow{flex:0 0 auto;width:var(--control-h);display:flex;align-items:center;justify-content:center;border:none;background:var(--c-surface);color:var(--c-text-2);cursor:pointer}.datesel-arrow:disabled{color:var(--c-text-3);opacity:.35;cursor:default}.datesel-arrow:not(:disabled):active{background:var(--c-surface-2)}.datesel-track{flex:1 1 auto;min-width:0;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 var(--s2)}.datesel-track::-webkit-scrollbar{display:none}.datesel-chip{position:relative;flex:0 0 auto;width:64px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:none;background:transparent;cursor:pointer;color:var(--c-text-3)}.datesel-weekday{font-size:11px;font-weight:600;line-height:1.1;min-height:12px}.datesel-main{font-size:16px;font-weight:700;line-height:1.1}.datesel-sub{font-size:10px;line-height:1.1;min-height:11px;opacity:.85}.datesel-chip.is-selected{color:var(--c-text)}.datesel-chip.is-selected .datesel-main{font-weight:800}.datesel-chip.is-empty:not(.is-selected) .datesel-main{color:var(--c-text-3);font-weight:500}.datesel-chip.is-empty:not(.is-selected) .datesel-sub,.datesel-chip.is-empty:not(.is-selected) .datesel-weekday{opacity:.6}.datesel-bar{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:26px;height:3px;border-radius:var(--r-pill) var(--r-pill) 0 0;background:transparent}.datesel-chip.is-selected .datesel-bar{background:var(--c-brand)}.cal-sheet{display:flex;flex-direction:column;gap:var(--s2);padding-bottom:var(--s2)}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--s1)}.cal-nav-label{font-size:16px;font-weight:800;color:var(--c-text)}.cal-nav-btn{width:var(--control-h);height:var(--control-h);display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--r-pill);background:var(--c-surface-2);color:var(--c-text);cursor:pointer;-webkit-tap-highlight-color:transparent}.cal-nav-btn:active{background:var(--c-surface-sunken)}.cal-nav-btn:disabled{opacity:.35;cursor:default}.cal-wdrow{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:2px}.cal-wd{text-align:center;font-size:11px;font-weight:700;color:var(--c-text-3)}.cal-wd.is-sun{color:var(--c-red-side);opacity:.75}.cal-grid7{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.cal-cell{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;border-radius:var(--r-sm);background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.cal-cell:active{background:var(--c-surface-2)}.cal-cell-num{font-size:14.5px;font-weight:700;color:var(--c-text);line-height:1}.cal-cell.is-empty .cal-cell-num{color:var(--c-text-3);font-weight:500}.cal-cell-dot{width:5px;height:5px;border-radius:var(--r-pill);background:var(--c-brand)}.cal-cell.is-today{box-shadow:inset 0 0 0 1.5px var(--c-brand)}.cal-cell.is-selected{background:var(--c-brand)}.cal-cell.is-selected .cal-cell-num{color:#fff;font-weight:800}.cal-cell.is-selected .cal-cell-dot{background:#fff}.league-sec{background:var(--c-surface);border-radius:var(--r-md);box-shadow:var(--sh1);overflow:hidden}.league-sec-header{display:flex;align-items:center;gap:var(--s2);width:100%;min-height:48px;padding:var(--s2) var(--s4);border:none;background:transparent;cursor:pointer;text-align:left;color:var(--c-text)}.league-sec-dot{flex:0 0 auto;width:9px;height:9px;border-radius:var(--r-pill)}.league-sec-logo{flex:0 0 auto;width:20px;height:20px;object-fit:contain;border-radius:var(--r-xs)}.league-sec-name{font-size:14px;font-weight:700;color:var(--c-text)}.league-sec-region{font-size:12px;color:var(--c-text-3)}.league-sec-count{margin-left:auto;font-size:12px;font-weight:600;color:var(--c-text-3);background:var(--c-surface-2);border-radius:var(--r-pill);min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.league-sec-chevron{flex:0 0 auto;color:var(--c-text-3);transition:transform .18s ease}.league-sec-chevron.is-collapsed{transform:rotate(-90deg)}.league-sec-list{border-top:1px solid var(--c-divider)}.match-card{display:flex;align-items:center;gap:var(--s2);min-height:64px;padding:var(--s3) var(--s4);cursor:pointer;-webkit-tap-highlight-color:transparent}.match-card+.match-card{border-top:1px solid var(--c-divider)}.match-card:hover,.match-card:active{background:var(--c-surface-2)}.match-card-side{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:var(--s2)}.match-card-side.is-left{justify-content:flex-end}.match-card-side.is-right{justify-content:flex-start}.match-card-team-name{font-size:14px;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-card-team-name.is-winner{font-weight:700}.match-card-team-name.is-loser{color:var(--c-text-3)}.match-card-center{flex:0 0 auto;min-width:56px;display:flex;flex-direction:column;align-items:center;gap:1px}.match-card-group{max-width:58px;overflow:hidden;color:var(--c-brand);font-size:9px;font-weight:850;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.match-card-score{display:flex;align-items:center;gap:6px;font-size:19px;font-weight:800;color:var(--c-text)}.match-card-score .is-winner{color:var(--c-text)}.match-card-score .is-loser{color:var(--c-text-3)}.match-card-score-sep{color:var(--c-text-3);font-weight:600}.match-card-time{font-size:15px;font-weight:700;color:var(--c-text-2)}.match-card-live{font-size:10px;font-weight:800;color:var(--c-live);letter-spacing:.04em}.match-card-bo{font-size:10px;font-weight:700;color:var(--c-text-3);letter-spacing:.04em}.rating-pill{display:inline-flex;align-items:center;justify-content:center;font-weight:700;border-radius:var(--r-sm);line-height:1;letter-spacing:-.02em;flex:none}.rating-pill--sm{min-width:28px;height:20px;padding:0 4px;font-size:12px}.rating-pill--md{min-width:36px;height:24px;padding:0 6px;font-size:14px}.rating-pill--lg{min-width:44px;height:30px;padding:0 8px;font-size:18px}.team-logo{display:inline-block;object-fit:contain;border-radius:0;flex:none}.team-logo--mono{display:inline-flex;align-items:center;justify-content:center;background:var(--c-surface-2);color:var(--c-text-2);font-weight:700;line-height:1;border:1px solid var(--c-border);border-radius:var(--r-sm)}.champ-icon{position:relative;display:inline-block;flex:none}.champ-icon__img{display:block;object-fit:cover;background:var(--c-surface-sunken)}.champ-icon__fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--c-surface-sunken);border:1px solid var(--c-border);color:var(--c-text-3)}.champ-icon__level{position:absolute;right:-3px;bottom:-3px;min-width:16px;height:16px;padding:0 3px;display:inline-flex;align-items:center;justify-content:center;background:#11161c;color:#fff;font-size:10px;font-weight:700;line-height:1;border-radius:var(--r-pill);border:1.5px solid var(--c-surface)}.role-glyph{display:inline-flex;align-items:center;justify-content:center;flex:none}.role-glyph svg{display:block}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:var(--r-xs);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.status-badge--done{background:var(--c-surface-sunken);color:var(--c-text-3)}.status-badge--live{background:var(--c-live-bg);color:var(--c-live)}.status-badge--upcoming{background:transparent;color:var(--c-text-2);padding-left:0;padding-right:0}.status-badge__dot{width:6px;height:6px;border-radius:var(--r-pill);background:var(--c-live);animation:status-pulse 1.4s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.mvp-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.04em;color:#11161c;background:linear-gradient(135deg,#e6c34a,var(--c-lck));border-radius:var(--r-xs);line-height:1}.mvp-badge--sm{height:15px;padding:0 3px;font-size:8px}.mvp-badge--md{height:20px;padding:0 7px;font-size:11px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;justify-content:center;pointer-events:none}.bottom-nav__inner{pointer-events:auto;width:100%;max-width:var(--app-max);height:calc(var(--tabbar-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);display:flex;align-items:stretch;justify-content:space-around;background:var(--c-surface);border-top:1px solid var(--c-border);box-shadow:var(--sh2)}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:none;cursor:pointer;color:var(--c-text-3);padding:6px 0;min-height:44px;font-family:inherit}.bottom-nav__item.is-active{color:var(--c-brand)}.bottom-nav__icon{display:inline-flex}.bottom-nav__icon svg{width:22px;height:22px;display:block}.bottom-nav__label{font-size:10px;font-weight:600;line-height:1}.bottom-nav__search{flex:none;align-self:center;width:44px;height:44px;margin:0 4px;border-radius:var(--r-pill);border:none;cursor:pointer;background:var(--c-brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--sh1)}.bottom-nav__search svg{width:20px;height:20px;display:block}.bottom-nav__search.is-active{background:var(--c-brand-strong)}.bottom-sheet-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:center}.bottom-sheet__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#10161c80;animation:sheet-fade .18s ease;transition:opacity .24s ease}.bottom-sheet__panel{position:absolute;bottom:0;width:100%;max-width:var(--app-max);max-height:min(85dvh,calc(100dvh - var(--safe-top) - var(--s3)));display:flex;flex-direction:column;background:var(--c-surface);border-radius:var(--r-xl) var(--r-xl) 0 0;box-shadow:var(--sh3);padding:var(--s2) var(--page-gutter) calc(var(--s4) + var(--safe-bottom));animation:sheet-up .22s cubic-bezier(.2,.8,.2,1);transition:transform .26s cubic-bezier(.2,.8,.2,1)}.bottom-sheet__handle{width:40px;height:4px;border-radius:var(--r-pill);background:var(--c-border);margin:var(--s1) auto var(--s3);flex:none}.bottom-sheet__title{font-size:16px;font-weight:700;color:var(--c-text);margin-bottom:var(--s3);line-height:1.35}.bottom-sheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none}.bottom-sheet__body::-webkit-scrollbar{display:none}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--s2);min-height:220px;padding:var(--s10) var(--s5);color:var(--c-text-3)}.empty-state__icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;color:var(--c-text-3);margin-bottom:var(--s1);border-radius:var(--r-pill);background:var(--c-surface-2)}.empty-state__title{font-size:15px;font-weight:700;color:var(--c-text-2)}.empty-state__subtitle{font-size:13px;color:var(--c-text-3);line-height:1.5}.game-fab{position:fixed;z-index:39;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 14px);right:max(14px,calc(50vw - 226px));width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--r-pill);background:var(--c-brand);color:#fff;box-shadow:0 6px 16px #10161c47;cursor:pointer;-webkit-tap-highlight-color:transparent}.game-fab:active{transform:scale(.94)}.game-fab__dot{position:absolute;top:3px;right:4px;width:11px;height:11px;border-radius:var(--r-pill);background:var(--c-live);border:2px solid var(--c-bg)}.gh-top{position:sticky;top:0;z-index:30;min-height:calc(var(--appbar-h) + var(--safe-top));display:flex;align-items:center;gap:var(--s2);background:var(--c-surface);border-bottom:1px solid var(--c-border);padding:var(--safe-top) var(--s3) 0}.gh-back{flex:0 0 auto;width:var(--control-h);height:var(--control-h);display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--c-text);border-radius:var(--r-pill);cursor:pointer;position:relative}.gh-back:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px}.gh-back:active{background:var(--c-surface-sunken)}.gh-title{font-size:16px;font-weight:800;color:var(--c-text);margin:0}.gh-body{padding:var(--s3) var(--s4) var(--s8);display:flex;flex-direction:column;gap:var(--s3)}.gh-wallet{background:var(--c-brand);color:#fff;border-radius:var(--r-lg);padding:var(--s4);display:flex;align-items:center;justify-content:space-between;gap:var(--s3)}.gh-wallet-label{font-size:12px;font-weight:700;opacity:.85}.gh-wallet-points{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.gh-wallet-points small{font-size:16px;font-weight:800;margin-left:2px}.gh-wallet-pf{margin-top:3px;font-size:11.5px;font-weight:700;opacity:.9}.gh-wallet-actions{display:flex;flex-direction:column;gap:6px}.gh-wallet-btn{min-height:var(--control-h);border:none;border-radius:var(--r-pill);padding:7px 14px;background:#ffffff2e;color:#fff;font-size:12px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.gh-wallet-btn:active{background:#ffffff4d}.gh-card{background:var(--c-surface);border-radius:var(--r-md);box-shadow:var(--sh1);padding:var(--s3) var(--s4)}.gh-card-title{font-size:14px;font-weight:800;color:var(--c-text);margin:0 0 var(--s2)}.gh-tasks{display:flex;flex-direction:column}.gh-task{display:flex;align-items:center;gap:var(--s3);padding:var(--s2) 0}.gh-task+.gh-task{border-top:1px solid var(--c-divider)}.gh-task-check{flex:0 0 auto;width:22px;height:22px;border-radius:var(--r-pill);display:inline-flex;align-items:center;justify-content:center;font-size:12px;background:var(--c-surface-2);color:var(--c-text-3)}.gh-task.is-done .gh-task-check{background:var(--r-elite);color:#fff}.gh-task-main{flex:1 1 auto;min-width:0}.gh-task-name{font-size:13.5px;font-weight:700;color:var(--c-text)}.gh-task-sub{font-size:11.5px;font-weight:600;color:var(--c-text-3);margin-top:1px}.gh-task-btn{flex:0 0 auto;border:none;border-radius:var(--r-pill);min-height:var(--control-h);padding:0 14px;background:var(--c-brand);color:#fff;font-size:12px;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.gh-task-btn:active{opacity:.85}.gh-task-btn:disabled{background:var(--c-surface-2);color:var(--c-text-3);cursor:default}.gh-task.is-locked{opacity:.5}.gh-preds{list-style:none;margin:0;padding:0}.gh-pred{display:flex;align-items:center;gap:var(--s2);padding:var(--s2) 0}.gh-pred+.gh-pred{border-top:1px solid var(--c-divider)}.gh-pred[role=button]{cursor:pointer}.gh-pred[role=button]:active{background:var(--c-surface-2)}.gh-pred-main{flex:1 1 auto;min-width:0}.gh-pred-title{font-size:13px;font-weight:700;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-pred-sub{font-size:11.5px;font-weight:600;color:var(--c-text-3);margin-top:1px}.gh-pred-state{flex:0 0 auto;font-size:12px;font-weight:800}.gh-pred-state.is-open{color:var(--c-brand)}.gh-pred-state.is-won{color:var(--r-elite)}.gh-pred-state.is-lost{color:var(--c-red-side)}.gh-pred-state.is-void{color:var(--c-text-3)}.gh-empty{padding:var(--s3) 0;font-size:12.5px;color:var(--c-text-3);text-align:center}.gh-ledger{list-style:none;margin:0;padding:0}.gh-ledger li{display:flex;align-items:baseline;gap:var(--s2);padding:7px 0;font-size:12.5px}.gh-ledger li+li{border-top:1px solid var(--c-divider)}.gh-ledger-label{flex:1 1 auto;min-width:0;color:var(--c-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gh-ledger-amt{flex:0 0 auto;font-weight:800}.gh-ledger-amt.is-plus{color:var(--r-elite)}.gh-ledger-amt.is-minus{color:var(--c-red-side)}.gh-ledger-bal{flex:0 0 auto;min-width:56px;text-align:right;color:var(--c-text-3);font-weight:600}.gh-io{display:flex;flex-direction:column;gap:var(--s3)}.gh-io textarea{width:100%;min-height:120px;border:1px solid var(--c-border);border-radius:var(--r-sm);background:var(--c-surface-2);color:var(--c-text);font-size:12px;padding:var(--s2);resize:vertical}.gh-io-btn{height:44px;border:none;border-radius:var(--r-pill);background:var(--c-brand);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.gh-io-note{font-size:11.5px;line-height:1.5;color:var(--c-text-3)}.mc-predict{display:flex;align-items:stretch;gap:var(--s2);padding:var(--s2) var(--s3) var(--s3);border-top:1px dashed var(--c-divider)}.mc-predict-btn{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--c-border);border-radius:var(--r-sm);background:var(--c-surface-2);min-height:var(--control-h);padding:7px 4px;cursor:pointer;-webkit-tap-highlight-color:transparent}.mc-predict-btn:active{background:var(--c-surface-sunken)}.mc-predict-code{font-size:12px;font-weight:800;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-predict-odds{font-size:11.5px;font-weight:700;color:var(--c-brand);flex:none}.mc-predict-vs{align-self:center;flex:none;font-size:10px;font-weight:700;color:var(--c-text-3)}.mc-mypick{display:flex;align-items:center;gap:6px;padding:var(--s2) var(--s3) var(--s3);border-top:1px dashed var(--c-divider);font-size:12px;font-weight:700;color:var(--c-brand)}.mc-mypick-sub{color:var(--c-text-3);font-weight:600}.mc-predict+.match-card,.mc-mypick+.match-card{border-top:1px solid var(--c-divider)}.ps2-sheet{display:flex;flex-direction:column;gap:var(--s3)}.ps2-head{display:flex;align-items:center;gap:var(--s2)}.ps2-head-title{font-size:15px;font-weight:800;color:var(--c-text)}.ps2-odds{font-size:12.5px;font-weight:700;color:var(--c-brand)}.ps2-stakes{display:flex;gap:var(--s2)}.ps2-stake{flex:1 1 0;height:var(--control-h);border:1px solid var(--c-border);border-radius:var(--r-sm);background:var(--c-surface);color:var(--c-text);font-size:13.5px;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.ps2-stake.is-on{background:var(--c-brand);border-color:transparent;color:#fff}.ps2-summary{display:flex;justify-content:space-between;font-size:13px;color:var(--c-text-2)}.ps2-summary b{color:var(--c-text)}.ps2-confirm{height:46px;border:none;border-radius:var(--r-pill);background:var(--c-brand);color:#fff;font-size:14.5px;font-weight:800;cursor:pointer}.ps2-confirm:disabled{background:var(--c-surface-2);color:var(--c-text-3)}.ps2-err{font-size:12px;color:var(--c-red-side);font-weight:700}:root{--c-brand: #1e66f5;--c-brand-strong: #1751c4;--c-brand-weak: #e8f0fe;--c-blue-side: #2b7fff;--c-blue-side-bg: rgba(43, 127, 255, .08);--c-red-side: #f0444c;--c-red-side-bg: rgba(240, 68, 76, .08);--c-lck: #c9a227;--c-lpl: #e4002b;--c-lec: #00c2c2;--c-lcs: #0a4da2;--c-worlds: #c8aa6e;--r-elite: #1a8f4c;--r-great: #2aae5e;--r-good: #6fbf3f;--r-ok: #c7b62e;--r-meh: #e08a2b;--r-poor: #e5202b;--r-na: #8b94a0;--c-bg: #f2f3f5;--c-surface: #ffffff;--c-surface-2: #f7f8fa;--c-surface-sunken: #eceef1;--c-border: #e3e6ea;--c-divider: #edeff2;--c-text: #11161c;--c-text-2: #5b6470;--c-text-3: #8b94a0;--c-live: #e5202b;--c-live-bg: rgba(229, 32, 43, .1);--font: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;--s0: 0px;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 20px;--s6: 24px;--s8: 32px;--s10: 40px;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-pill: 999px;--sh1: 0 1px 2px rgba(16, 22, 28, .06);--sh2: 0 4px 12px rgba(16, 22, 28, .1);--sh3: 0 12px 32px rgba(16, 22, 28, .18);--app-max: 480px;--appbar-h: 56px;--tabbar-h: 56px;--control-h: 44px;--page-gutter: 16px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}[data-theme=dark]{--c-brand: #4d8dff;--c-brand-strong: #1751c4;--c-brand-weak: rgba(77, 141, 255, .14);--c-blue-side: #4d9aff;--c-red-side: #ff5e64;--c-bg: #0e1116;--c-surface: #161b22;--c-surface-2: #1c232c;--c-surface-sunken: #0b0e12;--c-border: #262e38;--c-divider: #20272f;--c-text: #eaeef2;--c-text-2: #a2acb8;--c-text-3: #6b7682;--c-live: #ff5a60;--c-live-bg: rgba(255, 90, 96, .12);--r-elite: #2ec46b;--sh1: 0 1px 2px rgba(0, 0, 0, .4);--sh2: 0 4px 12px rgba(0, 0, 0, .5);--sh3: 0 12px 32px rgba(0, 0, 0, .6)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font);background:var(--c-bg);color:var(--c-text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:contain;-webkit-user-select:none;user-select:none}@media (display-mode: standalone){html,body{min-height:100dvh;background:var(--c-bg)}body{overscroll-behavior-x:none}}input,textarea{-webkit-user-select:text;user-select:text}img{-webkit-touch-callout:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}img{display:block;max-width:100%}input{font:inherit}:focus-visible{outline:2px solid var(--c-brand);outline-offset:2px}.tnum{font-variant-numeric:tabular-nums}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}#root{width:100%;max-width:var(--app-max);margin:0 auto;min-height:100dvh;background:var(--c-bg);position:relative;isolation:isolate;box-shadow:var(--sh2)}.app-shell{min-height:100dvh;padding-bottom:calc(var(--tabbar-h) + var(--safe-bottom));overflow-x:clip}.scroll-body{padding:0 0 var(--s4)}button,[role=button]{touch-action:manipulation}button:focus-visible,[role=button]:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--c-brand);outline-offset:2px}.sticky-top{position:sticky;top:0;z-index:20;background:var(--c-surface)}.card{background:var(--c-surface);border-radius:var(--r-md);box-shadow:var(--sh1)}.section-title{font-size:17px;font-weight:600}.skeleton{background:linear-gradient(90deg,var(--c-surface-sunken) 25%,var(--c-surface-2) 37%,var(--c-surface-sunken) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--r-sm)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.fade-in{animation:fadeIn .18s ease both}.pg-next{animation:pg-in-next .3s cubic-bezier(.22,.61,.36,1) backwards}.pg-prev{animation:pg-in-prev .3s cubic-bezier(.22,.61,.36,1) backwards}.pg-none{animation:pg-fade .2s ease backwards}@keyframes pg-in-next{0%{opacity:0;transform:translate3d(46px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes pg-in-prev{0%{opacity:0;transform:translate3d(-46px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes pg-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.pg-next,.pg-prev,.pg-none{animation:none}}.app-loading{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--s4);color:var(--c-text-2);font-size:14px;padding:calc(var(--s6) + var(--safe-top)) var(--s6) calc(var(--s6) + var(--safe-bottom));text-align:center}.app-loading-sub{font-size:12px;color:var(--c-text-3)}.app-spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--c-border);border-top-color:var(--c-brand);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
