:root{--bg: #0A0A0A;--surface: #151515;--surface-2: #1C1C1C;--border: #2E2E2E;--dim: #4A4A4A;--muted: #A39E93;--soft: #D9D4C8;--text: #F5F2EA;--gold: #FFC72C;--gold-soft: #FFD970;--gold-tint: #1A160A;--display: "Big Shoulders Display", "Arial Narrow", sans-serif;--body: "Manrope", system-ui, -apple-system, sans-serif;--r-lg: 22px;--r-md: 16px;--r-sm: 12px;--tab-h: 64px;--sidebar-w: 240px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html{height:100%;overflow:hidden}body{position:fixed;top:0;left:0;width:100%;height:100dvh;height:var(--app-h, 100dvh);overflow:hidden}#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}a{color:inherit;text-decoration:none}button{font-family:inherit;color:inherit}input{font-family:inherit}img{display:block}.display{font-family:var(--display);font-weight:900;line-height:1;letter-spacing:.5px}.h1{font-family:var(--display);font-weight:900;font-size:34px;line-height:1;letter-spacing:1px}.h2{font-family:var(--display);font-weight:800;font-size:22px;line-height:1;letter-spacing:1px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--muted);text-transform:uppercase}.eyebrow.gold{color:var(--gold)}.muted{color:var(--muted)}.gold{color:var(--gold)}.small{font-size:12px}.app{height:100%;display:flex;flex-direction:column;overflow:hidden}.content{flex:1;min-height:0;min-width:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.screen{width:100%;max-width:560px;margin:0 auto;padding:calc(20px + var(--safe-top)) 20px 32px;display:flex;flex-direction:column;gap:18px}.screen.wide{max-width:1100px}.row{display:flex;align-items:center;gap:12px}.row.between{justify-content:space-between}.col{display:flex;flex-direction:column;gap:4px}.stack{display:flex;flex-direction:column;gap:10px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.title-row{display:flex;align-items:center;gap:12px}.title-row .mark{width:42px;height:26px;object-fit:contain}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md)}.card.pad{padding:16px}.card.lg{border-radius:var(--r-lg)}.card.gold-border{border-color:var(--gold)}.tap{transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;cursor:pointer}@media (hover: hover){.tap:hover{box-shadow:0 0 0 1px var(--gold),0 0 28px #ffc72c4d;border-color:var(--gold)}.lift:hover{transform:translateY(-3px)}}.tap:active{transform:scale(.97)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:54px;padding:0 20px;border-radius:14px;border:1px solid transparent;font-weight:800;font-size:15px;cursor:pointer;text-align:center}.btn.block{width:100%}.btn.primary{background:var(--gold);color:var(--bg)}.btn.dark{background:var(--bg);color:var(--gold)}.btn.ghost{background:transparent;border-color:var(--border);color:var(--text)}.btn.outline-dark{background:#0a0a0a1f;border:1.5px solid var(--bg);color:var(--bg)}.btn:disabled{opacity:.5;cursor:default}.chip{flex-shrink:0;height:38px;padding:0 16px;border-radius:19px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-weight:800;font-size:13px;cursor:pointer}.chip.on{background:var(--gold);color:var(--bg);border-color:var(--gold)}.chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.segment{display:flex;gap:6px;padding:4px;border-radius:14px;background:var(--surface);border:1px solid var(--border)}.segment button{flex:1;height:40px;border-radius:10px;border:none;background:transparent;color:var(--muted);font-weight:800;font-size:14px;cursor:pointer}.segment button.on{background:var(--gold);color:var(--bg)}.icon-btn{width:44px;height:44px;border-radius:22px;border:1px solid var(--border);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.avatar{width:44px;height:44px;border-radius:22px;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--gold)}.progress{height:6px;border-radius:3px;background:var(--surface-2);overflow:hidden}.progress>div{height:100%;background:var(--gold);border-radius:3px;transition:width .4s ease}.thumb{background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--dim);font-size:11px;font-weight:700;letter-spacing:1px;text-align:center;position:relative}.play-dot{width:40px;height:40px;border-radius:20px;background:var(--gold);display:flex;align-items:center;justify-content:center}.badge{position:absolute;padding:3px 7px;border-radius:7px;background:#0a0a0ad9;font-size:10px;font-weight:700;color:var(--text)}.pill{padding:4px 10px;border-radius:10px;background:var(--gold);color:var(--bg);font-size:10px;font-weight:800;letter-spacing:1px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;font-weight:700;color:var(--soft)}.field input{height:54px;padding:0 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:16px;width:100%}.field input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #ffc72c40}.points-card{background:var(--gold);color:var(--bg);border-radius:20px;padding:18px 20px;display:flex;flex-direction:column;gap:14px}.points-card .num{font-family:var(--display);font-weight:900;font-size:60px;line-height:.95}.objective{display:flex;align-items:center;gap:14px;padding:14px 16px;width:100%;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--border);text-align:left;cursor:pointer}.objective .check{width:28px;height:28px;border-radius:14px;border:2px solid var(--dim);flex-shrink:0;display:flex;align-items:center;justify-content:center}.objective .check.done{background:var(--gold);border-color:var(--gold)}.objective .check.pending{border-color:var(--gold);border-style:dashed}.objective .pts{font-family:var(--display);font-weight:800;font-size:20px;color:var(--gold)}.hero-card{position:relative;overflow:hidden;height:190px;padding:20px;border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:flex-end;gap:6px}.hero-card .ghost-num{position:absolute;right:-20px;bottom:-30px;font-family:var(--display);font-weight:900;font-size:170px;line-height:1;color:var(--surface-2)}.hero-card .icon{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:22px;background:var(--gold);display:flex;align-items:center;justify-content:center}.hero-card>*{position:relative}.hero-card .ghost-num,.hero-card .icon{position:absolute}.hero-card .title{font-family:var(--display);font-weight:900;font-size:36px;line-height:.95}.hero-card .eyebrow{padding-right:60px}@media (min-width: 900px){.hero-card{height:250px}}.podium{display:flex;align-items:flex-end;justify-content:center;gap:10px;padding-top:10px}.podium .spot{display:flex;flex-direction:column;align-items:center;gap:8px}.podium .face{border-radius:50%;background:var(--surface-2);border:2px solid var(--dim);display:flex;align-items:center;justify-content:center;font-weight:800}.podium .block{border-radius:12px 12px 0 0;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center}.podium .first .face{background:var(--gold);color:var(--bg);border:none;box-shadow:0 0 36px #ffc72c73}.podium .first .block{background:var(--gold);color:var(--bg)}.lb-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:var(--surface);border:1px solid var(--border)}.lb-row.me{background:var(--gold-tint);border-color:var(--gold)}.live-dot{width:8px;height:8px;border-radius:4px;background:var(--gold);display:inline-block;animation:blink 1.4s ease-in-out infinite}.tabbar{flex-shrink:0;z-index:20;height:calc(var(--tab-h) + var(--safe-bottom));padding:8px 8px calc(6px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--surface-2);display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:10px;font-weight:700;border-radius:10px}.tabbar a.active{color:var(--gold);font-weight:800}.sidebar{display:none}@media (min-width: 900px){.app{flex-direction:row}.sidebar{display:flex;flex-direction:column;gap:6px;width:var(--sidebar-w);flex-shrink:0;height:100%;padding:calc(32px + var(--safe-top)) 16px 24px;overflow-y:auto;border-right:1px solid var(--surface-2)}.sidebar .brand{display:flex;align-items:center;gap:12px;padding:0 12px 26px}.sidebar .brand img{width:58px;height:36px;object-fit:contain}.sidebar .brand span{font-family:var(--display);font-weight:900;font-size:26px;letter-spacing:3px;color:var(--gold)}.sidebar a{display:flex;align-items:center;gap:12px;height:48px;padding:0 14px;border-radius:12px;color:var(--muted);font-weight:700;font-size:15px;transition:background .2s,color .2s}.sidebar a:hover{background:var(--surface-2);color:var(--gold)}.sidebar a.active{background:var(--gold);color:var(--bg);font-weight:800}.sidebar .section{padding:18px 14px 6px;font-size:11px;font-weight:800;letter-spacing:2px;color:var(--dim)}.sidebar .spacer{flex:1}.sidebar .me{height:56px;padding:0 12px;color:var(--text);font-size:14px}.tabbar{display:none}.screen{padding:40px 40px 60px;max-width:760px}.screen.wide{max-width:1100px}.h1{font-size:40px}.points-card .num{font-size:76px}.grid-2.wide-3{grid-template-columns:repeat(3,minmax(0,1fr))}.home-grid{grid-template-columns:5fr 7fr;grid-template-areas:"points objectives" "next objectives";gap:24px;align-items:start}.list-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.list-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"points" "objectives" "next";gap:18px}.area-points{grid-area:points}.area-objectives{grid-area:objectives}.area-next{grid-area:next}.list-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.nowrap{white-space:nowrap}.h1{font-size:clamp(26px,8.2vw,34px)}.title-row{min-width:0}.title-row .h1{overflow-wrap:anywhere}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:40;display:flex;align-items:flex-end;justify-content:center}.sheet{width:100%;max-width:560px;background:var(--surface);border-radius:22px 22px 0 0;padding:20px 20px calc(24px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--border);animation:rise .25s ease}@media (min-width: 900px){.sheet-backdrop{align-items:center}.sheet{border-radius:22px}}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--tab-h) + var(--safe-bottom) + 16px);z-index:50;background:var(--gold);color:var(--bg);font-weight:800;padding:12px 18px;border-radius:14px;box-shadow:0 8px 30px #00000080;animation:rise .25s ease}@media (min-width: 900px){.toast{bottom:24px}}.login-scroll{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.login{min-height:100%;padding:calc(40px + var(--safe-top)) 28px calc(40px + var(--safe-bottom));display:flex;flex-direction:column;justify-content:space-between;max-width:460px;margin:0 auto}.login .hero{display:flex;flex-direction:column;align-items:center;gap:14px;padding-top:70px}.login .hero img{width:180px;height:111px;object-fit:contain;filter:drop-shadow(0 0 28px rgba(255,199,44,.45));animation:beat 1.8s ease-in-out infinite}.login .word{font-family:var(--display);font-weight:900;font-size:56px;letter-spacing:6px;color:var(--gold);margin-top:10px}.login .tag{font-size:12px;font-weight:700;letter-spacing:4px;color:var(--muted)}.player-card{width:150px;height:170px;border-radius:14px;border:2px solid var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative}.player-card img{position:absolute;left:10px;top:10px;width:30px;height:19px;object-fit:contain}.player-card .name{font-size:12px;font-weight:800;letter-spacing:3px}.player-card .num{font-family:var(--display);font-weight:900;font-size:92px;line-height:.9}.swatch{width:46px;height:46px;border-radius:23px;border:3px solid var(--border);cursor:pointer}.swatch.on{border-color:var(--gold)}.numpick{flex:1;height:46px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--display);font-weight:900;font-size:22px;cursor:pointer}.numpick.on{background:var(--gold);color:var(--bg);border-color:var(--gold)}.bars{display:flex;align-items:flex-end;justify-content:center;gap:5px;height:56px}.bars span{width:6px;height:56px;border-radius:3px;background:var(--bg);transform-origin:center;animation:wave 1.1s ease-in-out infinite}.bars.paused span{animation-play-state:paused;transform:scaleY(.4)}.cal-wrap{border-radius:18px;overflow:hidden;background:var(--surface);border:1px solid var(--border);min-height:520px}.cal-wrap iframe{display:block}@keyframes beat{0%,to{transform:scale(1)}10%{transform:scale(1.09)}20%{transform:scale(1)}30%{transform:scale(1.05)}40%{transform:scale(1)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}@keyframes rise{0%{transform:translateY(16px);opacity:0}to{transform:none;opacity:1}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
