@import"https://fonts.googleapis.com/css2?family=Bungee&family=Nunito:wght@400;600;700;800&display=swap";:root{--bg: #0a1222;--bg-accent: #18243d;--panel: rgba(20, 32, 56, .88);--panel-strong: rgba(26, 42, 72, .96);--panel-solid: #1d2b47;--text: #f9f3df;--muted: #c7bb9d;--accent: #ffd166;--accent-soft: rgba(255, 209, 102, .22);--accent-warm: #ff7f50;--accent-cool: #4dd2ff;--logo-color: #ffd166;--danger: #ff5f5f;--border: rgba(255, 255, 255, .18);--stroke: rgba(12, 16, 30, .7);--shadow: 0 20px 45px rgba(6, 10, 20, .6);--shadow-strong: 0 16px 30px rgba(5, 7, 14, .7);--radius: 18px;--font-display: "Bungee", "Trebuchet MS", sans-serif;--font-body: "Nunito", "Trebuchet MS", sans-serif}:root[data-theme=light]{--bg: #fef8e7;--bg-accent: #f6e8c7;--panel: rgba(255, 255, 255, .96);--panel-strong: rgba(255, 255, 255, .98);--panel-solid: #ffffff;--text: #1f2030;--muted: #6c5f44;--accent: #f6a800;--accent-soft: rgba(246, 168, 0, .2);--accent-warm: #f46f3c;--accent-cool: #2fb7ff;--logo-color: #f6a800;--danger: #d94848;--border: rgba(31, 32, 48, .16);--stroke: rgba(31, 32, 48, .25);--shadow: 0 16px 28px rgba(31, 32, 48, .16);--shadow-strong: 0 14px 24px rgba(31, 32, 48, .22)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--text);background-color:var(--bg);background-image:radial-gradient(circle at 10% 10%,rgba(77,210,255,.2),transparent 45%),radial-gradient(circle at 85% 15%,rgba(255,127,80,.18),transparent 45%),radial-gradient(circle at 50% 80%,rgba(255,209,102,.22),transparent 50%),linear-gradient(160deg,#111a33,var(--bg));-webkit-font-smoothing:antialiased;position:relative;min-height:100vh}:root[data-theme=light] body{background-image:radial-gradient(circle at 10% 10%,rgba(47,183,255,.18),transparent 45%),radial-gradient(circle at 85% 15%,rgba(244,111,60,.18),transparent 45%),radial-gradient(circle at 50% 80%,rgba(246,168,0,.2),transparent 50%),linear-gradient(160deg,#fff6e2,var(--bg))}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:16px 16px;opacity:.18;z-index:0}#root{min-height:100vh}.app{padding:14px;display:flex;flex-direction:column;gap:14px;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.app.has-docked-add{padding-bottom:150px}.header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(150deg,#213054f2,#10182cfa);border-radius:calc(var(--radius) + 2px);padding:12px 14px;border:2px solid var(--stroke);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}:root[data-theme=light] .header{background:linear-gradient(150deg,#fff,#f6e8c7)}.header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 0%,rgba(255,209,102,.35),transparent 60%);pointer-events:none;opacity:.8}.app-brand{display:flex;align-items:center;gap:10px;position:relative;z-index:1}.app-brand-icon{width:30px;height:30px;border-radius:10px;background:#ffd16640;border:2px solid rgba(12,16,30,.45);display:grid;place-items:center}.app-brand-mark{width:16px;height:16px}:root[data-theme=light] .app-brand-icon{background:#f6a80033;border-color:#1f203038}.logo-mask{background-color:var(--logo-color);-webkit-mask-image:var(--logo-mask);mask-image:var(--logo-mask);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-family:var(--font-display);font-size:16px;font-weight:800;letter-spacing:.05em}.brand-sub{font-size:9px;text-transform:uppercase;letter-spacing:.24em;color:var(--muted)}.header-meta{display:flex;align-items:center;gap:8px;position:relative;z-index:1}h2,h3{margin:0;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase}.status-pill{font-size:10px;padding:4px 8px;border-radius:999px;background:#0c101eb3;border:2px solid var(--stroke);color:var(--muted);text-transform:uppercase;letter-spacing:.08em}:root[data-theme=light] .status-pill{background:#ffffffe6}.eyebrow{margin:0 0 2px;text-transform:uppercase;font-size:9px;letter-spacing:.28em;color:var(--accent-cool);font-weight:700}.panel{background:var(--panel);border-radius:calc(var(--radius) + 4px);padding:12px;border:2px solid var(--stroke);box-shadow:var(--shadow-strong);display:flex;flex-direction:column;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:riseIn .45s ease;position:relative;overflow:hidden}.panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(255,255,255,.12);pointer-events:none}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.add-friend-card h2{font-size:15px}.hero-panel{gap:14px;background:linear-gradient(155deg,#1e3056fa,#0e1424fa)}:root[data-theme=light] .hero-panel{background:linear-gradient(155deg,#fff,#f5e7c5)}.hero-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.hero-center h2{margin:0;font-size:18px}.hero-actions{display:flex;gap:8px;justify-content:center}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.feature-card{background:#0c1424bf;border:2px solid var(--stroke);border-radius:12px;padding:10px}.feature-card h3{margin:0 0 4px;font-size:12px}.form-panel h2{margin:0;font-size:16px}.league-panel{gap:14px}.league-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.league-title h2{margin:0;font-size:18px}.league-title{display:flex;flex-direction:column;gap:2px}.league-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.meta-pill{font-size:10px;padding:3px 8px;border-radius:999px;background:#0c101eb3;border:2px solid var(--stroke);color:var(--muted);text-transform:uppercase;letter-spacing:.08em}:root[data-theme=light] .meta-pill{background:#ffffffe6}.league-actions{display:flex;align-items:center;gap:8px}.league-content{display:flex;flex-direction:column;gap:12px}.league-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:12px}.league-side{display:flex;flex-direction:column;gap:10px}.summary-card{background:linear-gradient(150deg,#20345cf2,#16223af2);border-radius:18px;border:2px solid var(--stroke);padding:14px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}:root[data-theme=light] .summary-card{background:linear-gradient(150deg,#fff,#f7e8c6)}.summary-header{display:flex;align-items:center;justify-content:space-between}.summary-rank{font-size:14px;font-weight:800;font-family:var(--font-display);background:#ffd1662e;border:2px solid var(--stroke);padding:4px 8px;border-radius:999px}.summary-main{display:flex;flex-direction:column;gap:2px}.summary-time{font-size:24px;font-weight:800;font-family:var(--font-display)}.summary-time.status{font-size:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.summary-name{font-size:12px;color:var(--muted)}.summary-meta{display:flex;flex-wrap:wrap;gap:12px}.summary-item{display:flex;flex-direction:column;gap:2px;font-size:11px}.summary-value{font-weight:700}.summary-value.positive{color:var(--accent)}.summary-value.negative{color:var(--danger)}.subcard{background:#0f182acc;border-radius:14px;border:2px solid var(--stroke);padding:10px;display:flex;flex-direction:column;gap:8px}:root[data-theme=light] .subcard{background:#ffffffe6}:root[data-theme=light] .subcard{background:#f6f8fc}.subcard-header{display:flex;align-items:center;justify-content:space-between}.subcard-header h3{margin:0;font-size:12px}.mini-list{display:flex;flex-direction:column;gap:6px}.mini-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;font-size:11px}.mini-row.self{background:#ffd1662e;border-radius:10px;padding:4px 6px;border:1px solid rgba(255,209,102,.3)}.mini-rank{display:inline-flex;align-items:center;justify-content:center;width:24px;font-weight:700}.mini-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-time{font-weight:600;font-size:11px}.mini-time.status{font-weight:500;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.list-section{display:flex;flex-direction:column;gap:8px}.list-section.primary .list-header h3{font-size:14px}.list-section.primary .list-header{align-items:baseline}.list-header{display:flex;align-items:center;justify-content:space-between}.list-header h3{margin:0;font-size:12px}.list{display:flex;flex-direction:column;gap:8px}.ribbon{align-self:flex-start;background:#ff7f5047;color:#1b1c24;border:2px solid var(--stroke);border-radius:999px;padding:4px 10px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.progress-track{width:100%;height:8px;border-radius:999px;background:#0c1220cc;border:1px solid var(--stroke);overflow:hidden}.progress-track.small{height:6px}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(120deg,#ffd166,coral);box-shadow:inset 0 0 6px #0c101e80}.quest-card{gap:10px}.quest-list{display:flex;flex-direction:column;gap:8px}.quest-item{display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:12px;background:#0c1220b3;border:2px solid var(--stroke)}:root[data-theme=light] .quest-item{background:#ffffffe6}.quest-item.unlocked{background:#ffd16633}.quest-item.locked{opacity:.7}.quest-title{font-weight:700;font-size:12px}.quest-copy{display:flex;flex-direction:column;gap:2px}.quest-progress{display:flex;flex-direction:column;gap:4px;font-size:10px}.achievement-panel{gap:12px}.achievement-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.achievement-card{background:#0c1220c7;border-radius:14px;border:2px solid var(--stroke);padding:10px;display:flex;flex-direction:column;gap:8px;position:relative}:root[data-theme=light] .achievement-card{background:#ffffffeb}.achievement-card.unlocked{background:linear-gradient(150deg,#ffd16647,#0f182ae6)}.achievement-card.locked{opacity:.65}.achievement-icon{width:34px;height:34px;border-radius:12px;background:#ffd16640;border:2px solid var(--stroke);display:grid;place-items:center;font-family:var(--font-display);font-size:12px;color:#1b1c24}.achievement-title{font-weight:700;font-size:12px}.achievement-desc{font-size:10px}.achievement-progress{display:flex;flex-direction:column;gap:4px}.achievement-meta{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.row-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:14px;border:2px solid var(--stroke);background:#0f182abf}:root[data-theme=light] .row-item{background:#fff}:root[data-theme=light] .visibility-option,:root[data-theme=light] .group-block,:root[data-theme=light] .feature-card{background:#fff}.row-item.self{background:#ffd1662e}.podium-1 .rank-display,.podium-1 .mini-rank{color:var(--accent-warm)}.podium-2 .rank-display,.podium-2 .mini-rank{color:#c9d3e5}.podium-3 .rank-display,.podium-3 .mini-rank{color:#f5c8a6}.avatar{width:28px;height:28px;border-radius:10px;background:#ffd16640;border:2px solid var(--stroke);display:grid;place-items:center;font-weight:700;color:#1b1c24;font-size:12px;flex-shrink:0}.row-content{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.row-item-left{display:flex;flex-direction:row;align-items:center;gap:10px}.row-title{display:flex;align-items:center;justify-content:flex-start;gap:6px;font-weight:600;font-size:14px;text-align:left}.badge{background:#ffd16640;color:#1b1c24;font-size:9px;padding:2px 6px;border-radius:999px;border:2px solid var(--stroke)}.row-sub{display:flex;gap:8px;font-size:10px;color:var(--muted)}.row-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.row-meta-top{display:grid;grid-template-columns:24px auto;align-items:center;column-gap:8px}.rank-display{display:inline-flex;align-items:center;justify-content:center;width:24px;font-size:14px;font-weight:800;font-family:var(--font-display);color:var(--text);line-height:1}.time{font-size:12px;font-weight:600}.time.status{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.tab-group{display:flex;align-items:center;gap:4px;padding:3px;border-radius:999px;background:#0c1220cc;border:2px solid var(--stroke)}.tab-button{border-radius:999px;padding:5px 12px;font-size:10px;background:transparent;color:var(--muted);border:2px solid transparent;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.tab-button.active{background:#ffd16638;color:#1b1c24;border-color:var(--stroke)}:root[data-theme=light] .tab-group{background:#ffffffe6;border-color:var(--stroke)}:root[data-theme=light] .tab-button.active{background:#f6a80038;color:#1b1c24;border-color:var(--stroke)}.add-friend-dock{position:fixed;left:12px;right:12px;bottom:12px;z-index:20;background:var(--panel-strong)}.add-friend-dock .dismiss-button{opacity:0;pointer-events:none;transition:opacity .2s ease;background:transparent;border-color:transparent;box-shadow:none}.add-friend-dock:hover .dismiss-button{opacity:1;pointer-events:auto}.input-row{display:flex;gap:8px}.input-row input{flex:1}h2{margin:0;font-size:16px}.muted{color:var(--muted);font-size:11px}.error{background:#ff6b6b1f;color:var(--danger);border-radius:14px;padding:8px 10px;font-size:11px;border:1px solid rgba(255,107,107,.35);display:flex;align-items:center;justify-content:space-between;gap:8px}.form-error{margin:0;font-size:11px;color:var(--danger)}.stack{display:flex;flex-direction:column;gap:10px}label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted)}input[type=text],input[type=password]{border-radius:12px;border:2px solid var(--stroke);background:#0c1220b3;padding:8px 10px;font-size:12px;color:var(--text);font-family:var(--font-body);-webkit-user-select:text;user-select:text}input[type=text]::placeholder,input[type=password]::placeholder{color:#c7bb9d99}:root[data-theme=light] input[type=text],:root[data-theme=light] input[type=password]{background:#fff;border-color:var(--stroke);color:var(--text)}:root[data-theme=light] input[type=text]::placeholder,:root[data-theme=light] input[type=password]::placeholder{color:#6c5f44b3}.inline-action{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px}.row{display:flex;align-items:center;gap:8px}.settings-panel h2{margin:0;font-size:16px}.settings-list{display:flex;flex-direction:column;gap:10px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;min-height:34px}.settings-row .toggle{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0}.visibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.visibility-option{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;padding:10px;border-radius:12px;border:2px solid var(--stroke);background:#0c1220b3;cursor:pointer;transition:.2s ease}.visibility-option input{margin:0;width:14px;height:14px;padding:0;accent-color:var(--accent)}.visibility-option.active{background:#ffd16638;border-color:var(--stroke)}.visibility-copy{display:flex;flex-direction:column;gap:2px}.visibility-title{font-size:12px;font-weight:600}.group-list{display:flex;flex-direction:column;gap:10px}.group-block{border-radius:12px;border:2px solid var(--stroke);background:#0c1220b3;padding:10px;display:flex;flex-direction:column;gap:8px}.group-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.group-title{display:flex;flex-direction:column;gap:2px}.group-title h3{margin:0;font-size:12px}.group-create input,.group-add input{flex:1}.toggle{position:relative;width:38px;height:20px;display:inline-flex;align-items:center;justify-content:center;gap:0;flex-direction:row;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-ui{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c122099;border:2px solid var(--stroke);border-radius:999px;transition:.2s ease}.toggle-ui:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;border:1px solid rgba(12,16,30,.4);left:2px;top:50%;transform:translateY(-50%);transition:.2s ease}.toggle input:checked+.toggle-ui{background:#ffd16699}.toggle input:checked+.toggle-ui:after{transform:translate(18px,-50%)}.empty-state{padding:12px;border-radius:12px;background:#ffd1661f;border:2px dashed rgba(255,209,102,.45);display:flex;flex-direction:column;gap:4px}.empty-state h3{margin:0;font-size:13px}button{border:2px solid var(--stroke);border-radius:12px;padding:7px 12px;font-size:11px;cursor:pointer;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;background:#0c1220cc;color:var(--text);box-shadow:inset 0 -2px #0000004d}button.primary{background:linear-gradient(135deg,#ffd166,#ff9f43);color:#1b1c24;font-weight:800;border-color:#0c101e99;box-shadow:inset 0 -2px #0c101e59,0 8px 16px #080c1459}button.ghost{background:transparent;color:var(--accent);padding:5px 10px;border-color:#ffd16666;font-family:var(--font-body);font-weight:700}button.ghost.danger{color:var(--danger)}:root[data-theme=light] button.primary{background:linear-gradient(135deg,#f6a800,#f46f3c);color:#fff}:root[data-theme=light] button.ghost{color:var(--accent)}button.ghost.tiny{font-size:9px;padding:3px 6px;letter-spacing:.06em}button:disabled{opacity:.6;cursor:not-allowed}button.icon-button{display:grid;place-items:center;width:30px;height:30px;padding:0;border-radius:10px;background:#0c1220b3;color:var(--text);border:2px solid var(--stroke);font-size:14px;line-height:1}button.icon-button.ghost-button{width:34px;height:34px;background:transparent;color:var(--accent);border-color:#ffd16673;font-size:16px}button.icon-button.active{background:#ffd16638;color:#1b1c24;border-color:var(--stroke)}button.icon-button.ghost-button.active{border-color:var(--stroke)}button.icon-button.small{width:22px;height:22px;font-size:12px}:root[data-theme=light] button.icon-button{background:#e7edf6;border-color:#0f172a26;color:#1f2937;box-shadow:none}:root[data-theme=light] button.icon-button.ghost-button{background:transparent;border-color:#149f9059;color:var(--accent)}:root[data-theme=light] button.icon-button.active{background:#149f9033;color:var(--accent);border-color:#149f9059}.app-logo{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;position:relative;background:#ffd16633;border:2px solid var(--stroke);box-shadow:0 12px 24px #0a0f1773;overflow:hidden}.app-logo-mark{width:40px;height:40px;z-index:1}.logo-orbit{position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:18px;border:1px solid rgba(255,209,102,.35);pointer-events:none}.loading-shimmer{width:100%;height:38px;border-radius:12px;background:linear-gradient(90deg,#ffffff0d,#ffffff2e,#ffffff0d);background-size:200% 100%;animation:shimmer 1.6s ease infinite}@media (max-width: 420px){.league-grid,.feature-grid{grid-template-columns:1fr}.achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:200% 0%}}@keyframes riseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.panel,.loading-shimmer{animation:none}}@media (max-width: 360px){.achievement-grid{grid-template-columns:1fr}}
