:root{--fp-bg: #07090D;--fp-bg2: #0B0F14;--fp-surface: #11161E;--fp-surface-alt: #18202B;--fp-stroke: rgba(255, 255, 255, .08);--fp-stroke-strong: rgba(255, 255, 255, .18);--fp-text: #F3F6FB;--fp-text-dim: rgba(243, 246, 251, .68);--fp-text-muted: rgba(243, 246, 251, .4);--fp-text-faint: rgba(243, 246, 251, .22);--fp-primary: #21E28C;--fp-primary-soft: #2AF5A2;--fp-accent: #36E9FF;--fp-hot: #FF2BD6;--fp-danger: #FF3B5C;--fp-gold: #FFD166;--fp-silver: #D0D4DA;--fp-bronze: #E08855;--fp-on-primary: #061018;--fp-pitch: #0B2219;--fp-pitch-line: rgba(33, 226, 140, .28);--fp-display: "Oxanium", "Chakra Petch", system-ui, sans-serif;--fp-mono: "JetBrains Mono", "Menlo", monospace;--fp-body: "Inter", system-ui, sans-serif;--fp-clip: polygon(14px 0, 100% 0, 100% calc(100% - 14px) , calc(100% - 14px) 100%, 0 100%, 0 14px);--fp-clip-sm: polygon(8px 0, 100% 0, 100% calc(100% - 8px) , calc(100% - 8px) 100%, 0 100%, 0 8px);--fp-clip-lg: polygon(22px 0, 100% 0, 100% calc(100% - 22px) , calc(100% - 22px) 100%, 0 100%, 0 22px);--app-background: var(--fp-bg);--app-surface: var(--fp-surface);--app-surface-alt: var(--fp-surface-alt);--app-stroke: var(--fp-stroke);--app-primary: var(--fp-primary);--app-primary-soft: var(--fp-primary-soft);--app-accent: var(--fp-accent);--app-live-red: var(--fp-danger);--app-text-primary: var(--fp-text);--app-text-secondary: var(--fp-text-dim);--app-text-muted: var(--fp-text-muted);--app-gold: var(--fp-gold);--app-radius-card: 18px;--app-radius-button: 14px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--font-display: var(--fp-display);--font-body: var(--fp-body)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--fp-body);background:var(--fp-bg);color:var(--fp-text);-webkit-font-smoothing:antialiased;overflow-x:hidden}@media (min-width: 430px){#root:not(:has(.fp-landing)):not(:has(.onb-root)):not(:has(.fp-desktop-shell)):not(:has(.fp-desktop-scope)):not(:has(.fp-pool-deep)){max-width:430px;margin:0 auto;box-shadow:0 0 40px #21e28c0f,0 0 0 1px var(--fp-stroke)}}@media (min-width: 1100px){.fp-pool-deep{max-width:1080px;margin:0 auto}}a{color:var(--fp-primary);text-decoration:none}button{font-family:var(--fp-body);cursor:pointer}input,button{font-size:16px}.fp-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;background:var(--fp-bg)}.fp-bg-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(30px);will-change:transform}.fp-bg-orb-1{width:440px;height:440px;top:-130px;left:-110px;background:radial-gradient(circle at center,rgba(33,226,140,.22) 0%,transparent 65%);animation:fpOrb1 20s ease-in-out infinite}.fp-bg-orb-2{width:420px;height:420px;bottom:-130px;right:-110px;background:radial-gradient(circle at center,rgba(54,233,255,.18) 0%,transparent 65%);animation:fpOrb2 26s ease-in-out infinite;animation-delay:-11s}.fp-bg-orb-3{width:360px;height:360px;top:45%;left:50%;background:radial-gradient(circle at center,rgba(255,43,214,.1) 0%,transparent 65%);animation:fpOrb3 32s ease-in-out infinite;animation-delay:-19s}.fp-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}.fp-bg-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 85% at 50% 50%,transparent 35%,rgba(0,0,0,.55) 100%);pointer-events:none}.fp-bg-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.022) 0 1px,transparent 1px 3px);mix-blend-mode:overlay;opacity:.5;pointer-events:none}@keyframes fpOrb1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}@keyframes fpOrb2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(.94)}}@keyframes fpOrb3{0%,to{transform:translate(-50%,-55%) scale(1)}50%{transform:translate(-52%,-58%) scale(1.08)}}@keyframes fpPulse{0%{box-shadow:0 0 0 0 currentColor;opacity:1}70%{box-shadow:0 0 0 8px transparent;opacity:.6}to{box-shadow:0 0 0 0 transparent;opacity:1}}@keyframes fpSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fp-slide-up{animation:fpSlideUp .4s ease-out forwards}@keyframes fpPopIn{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.fp-pop-in{animation:fpPopIn .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes fp-live-pulse{0%,to{opacity:1}50%{opacity:.72}}*::-webkit-scrollbar{width:3px;height:3px}*::-webkit-scrollbar-thumb{background:#21e28c66}*::-webkit-scrollbar-track{background:transparent}:root{--app-radius-card: 16px;--app-radius-soft: 12px;--app-radius-button: 10px;--app-radius-pill: 999px;--app-sidebar-w: 260px;--app-sidebar-w-mini: 76px;--app-topbar-h: 64px;--app-space-1: 4px;--app-space-2: 8px;--app-space-3: 12px;--app-space-4: 16px;--app-space-5: 20px;--app-space-6: 24px;--app-space-8: 32px;--app-space-10: 40px;--app-space-12: 48px;--app-shadow-card: 0 1px 0 rgba(255,255,255,.04) inset, 0 8px 24px rgba(0,0,0,.45);--app-shadow-pop: 0 24px 56px rgba(0,0,0,.55);--app-font-sans: "Inter", var(--fp-body);--app-font-mono: "JetBrains Mono", var(--fp-mono)}.fp-desktop-shell{display:grid;grid-template-columns:var(--app-sidebar-w) 1fr;height:100vh;width:100%;background:radial-gradient(1200px 600px at 8% -10%,rgba(33,226,140,.06),transparent 60%),radial-gradient(900px 500px at 105% 110%,rgba(54,233,255,.05),transparent 60%),var(--fp-bg);font-family:var(--app-font-sans);color:var(--fp-text)}.fp-desktop-shell.mini{grid-template-columns:var(--app-sidebar-w-mini) 1fr}.fp-desktop-scope{font-family:var(--app-font-sans);color:var(--fp-text);min-height:100vh;background:radial-gradient(1200px 600px at 8% -10%,rgba(33,226,140,.06),transparent 60%),radial-gradient(900px 500px at 105% 110%,rgba(54,233,255,.05),transparent 60%),var(--fp-bg)}.fp-desktop-sidebar{display:flex;flex-direction:column;border-right:1px solid var(--fp-stroke);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 30%),var(--fp-surface);padding:var(--app-space-6) var(--app-space-4);gap:var(--app-space-2);overflow-y:auto}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-brand{display:flex;align-items:center;gap:12px;padding:4px 8px var(--app-space-6)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--fp-primary),#18A668);display:grid;place-items:center;color:#0b0f14;font-weight:800;font-size:18px;box-shadow:0 6px 16px #21e28c59,inset 0 1px #fff6}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-brand-name{font-weight:700;font-size:18px;letter-spacing:-.01em}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-brand-name span{color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-section{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fp-text-faint);padding:var(--app-space-4) var(--app-space-3) var(--app-space-2)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--app-radius-button);color:var(--fp-text-dim);font-size:14px;font-weight:500;cursor:pointer;border:1px solid transparent;background:transparent;width:100%;text-align:left;font-family:inherit;transition:background .12s ease,color .12s ease,border-color .12s ease;position:relative}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item:hover{background:#ffffff0a;color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item.active{background:#21e28c1f;color:var(--fp-primary);border-color:#21e28c3d}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item.active:before{content:"";position:absolute;left:-16px;top:8px;bottom:8px;width:3px;background:var(--fp-primary);border-radius:0 4px 4px 0}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item .fp-nav-icon{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;color:inherit}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item .fp-nav-count{margin-left:auto;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:#ffffff0f;color:var(--fp-text-dim)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-nav-item .fp-nav-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;background:var(--fp-danger);color:#fff}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:8px;padding-top:var(--app-space-4)}.fp-desktop-shell.mini .fp-brand-name,.fp-desktop-shell.mini .fp-nav-section,.fp-desktop-shell.mini .fp-nav-item .fp-label,.fp-desktop-shell.mini .fp-nav-item .fp-nav-count,.fp-desktop-shell.mini .fp-nav-item .fp-nav-badge{display:none}.fp-desktop-shell.mini .fp-nav-item{justify-content:center;padding:12px}.fp-desktop-shell.mini .fp-brand{justify-content:center;padding-left:0;padding-right:0}.fp-desktop-main{display:flex;flex-direction:column;height:100vh;min-width:0}.fp-desktop-topbar{display:flex;align-items:center;gap:var(--app-space-4);height:var(--app-topbar-h);padding:0 var(--app-space-8);border-bottom:1px solid var(--fp-stroke);background:#0b0f14b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex:0 0 auto}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fp-text-muted);font-weight:500}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crumb .now{color:var(--fp-text);font-weight:600}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crumb .sep{opacity:.45}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-icon-btn{width:38px;height:38px;display:grid;place-items:center;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:10px;color:var(--fp-text-dim);cursor:pointer;position:relative;transition:border-color .12s ease,color .12s ease;flex-shrink:0}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-icon-btn:hover{border-color:var(--fp-primary);color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--fp-accent, #36E9FF),var(--fp-primary));color:#0b0f14;font-weight:700;font-size:13px;cursor:pointer;border:2px solid var(--fp-surface);flex-shrink:0}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-lang{display:inline-flex;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:8px;overflow:hidden;font-family:var(--app-font-mono);font-size:11px;font-weight:700}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-lang button{padding:6px 10px;background:transparent;border:none;color:var(--fp-text-dim);cursor:pointer;font:inherit}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-lang button.active{background:var(--fp-primary);color:#0b0f14}.fp-desktop-content{flex:1 1 auto;overflow-y:auto;padding:var(--app-space-8) var(--app-space-8) var(--app-space-12)}.fp-desktop-content>*{animation:fp-fade-in .2s ease-out both}@keyframes fp-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.fp-desktop-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--app-space-6);margin-bottom:var(--app-space-6);flex-wrap:wrap}.fp-desktop-page-title{font-size:28px;font-weight:700;letter-spacing:-.02em;margin:0;color:var(--fp-text)}.fp-desktop-page-sub{margin:4px 0 0;color:var(--fp-text-dim);font-size:14px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-card{background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:var(--app-radius-card);padding:var(--app-space-5)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-card.hoverable{cursor:pointer;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-card.hoverable:hover{border-color:#21e28c66;transform:translateY(-2px);box-shadow:var(--app-shadow-card)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:999px;color:var(--fp-text-dim);font-size:13px;font-weight:500;cursor:pointer;transition:all .12s ease;font-family:inherit}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-chip:hover{color:var(--fp-text);border-color:#ffffff29}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-chip.active{background:#21e28c1f;border-color:#21e28c66;color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-chip .count{color:var(--fp-text-muted);font-size:11px;padding:1px 6px;border-radius:999px;background:#ffffff0d}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-chip.active .count{color:var(--fp-primary);background:#21e28c2e}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status.live{background:#ff5d5d29;color:var(--fp-danger);border:1px solid rgba(255,93,93,.4)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status.open{background:#21e28c29;color:var(--fp-primary);border:1px solid rgba(33,226,140,.4)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status.upcoming{background:#36e9ff24;color:var(--fp-accent);border:1px solid rgba(54,233,255,.36)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status.completed,:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status.closed{background:#ffffff0f;color:var(--fp-text-muted);border:1px solid var(--fp-stroke)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-status .pulse{width:6px;height:6px;border-radius:50%;background:currentColor;animation:fp-pulse 1.6s infinite ease-out}@keyframes fp-pulse{0%{box-shadow:0 0 0 0 currentColor;opacity:1}70%{box-shadow:0 0 0 6px transparent;opacity:.4}to{box-shadow:0 0 0 0 transparent;opacity:1}}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--app-radius-button);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:all .12s ease;text-decoration:none}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.primary{background:var(--fp-primary);color:#0b0f14;box-shadow:0 6px 16px #21e28c47}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.primary:hover{filter:brightness(1.06);transform:translateY(-1px)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.primary:disabled{opacity:.5;cursor:not-allowed;transform:none;filter:none;box-shadow:none}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.ghost{background:var(--fp-surface);border-color:var(--fp-stroke);color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.ghost:hover{border-color:var(--fp-primary);color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.danger{background:#ff5d5d1a;color:var(--fp-danger);border-color:#ff5d5d4d}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.lg{padding:14px 22px;font-size:15px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.sm{padding:7px 12px;font-size:13px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-btn.block{width:100%}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-tabs{display:inline-flex;padding:4px;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:12px;gap:2px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-tabs button{padding:8px 16px;font-size:13px;font-weight:600;background:transparent;color:var(--fp-text-dim);border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:all .12s ease}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-tabs button:hover{color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-tabs button.active{background:var(--fp-surface-alt);color:var(--fp-text);box-shadow:0 1px #ffffff0d inset}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crest-d{display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--fp-surface-alt),var(--fp-surface));border:1px solid rgba(255,255,255,.08);font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crest-d.sm{width:28px;height:28px;font-size:11px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crest-d.md{width:40px;height:40px;font-size:13px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crest-d.lg{width:56px;height:56px;font-size:17px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-crest-d img{width:100%;height:100%;object-fit:contain}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture{position:relative;padding:14px 16px;border-radius:var(--app-radius-soft);background:linear-gradient(135deg,#091716,#0c2322);border:1px solid rgba(255,255,255,.08);overflow:hidden;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 49.6%,rgba(255,255,255,.06) 49.6%,rgba(255,255,255,.06) 50.4%,transparent 50.4%);pointer-events:none}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-team{display:flex;align-items:center;gap:10px;min-width:0}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-team.away{flex-direction:row-reverse;text-align:right}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-team .name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:90px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score .nums{display:flex;align-items:baseline;gap:8px;font-variant-numeric:tabular-nums}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score .nums .n{font-size:22px;font-weight:800;color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score .nums .dash{color:var(--fp-text-muted)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score .meta{font-size:11px;color:var(--fp-text-dim)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-fixture-score .vs{font-size:13px;font-weight:700;color:var(--fp-text-muted);letter-spacing:.06em}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick{display:flex;gap:8px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick button{flex:1;padding:12px;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:var(--app-radius-button);color:var(--fp-text-dim);font-family:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:all .12s ease;position:relative}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick button:hover{color:var(--fp-text);border-color:#ffffff2e}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick button.selected{background:#21e28c2e;color:var(--fp-primary);border-color:var(--fp-primary);box-shadow:0 0 0 3px #21e28c14}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick .sub{display:block;font-size:10px;color:var(--fp-text-muted);margin-top:2px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-pick button.selected .sub{color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero{position:relative;border-radius:22px;overflow:hidden;border:1px solid var(--fp-stroke);background:radial-gradient(800px 400px at 80% 0%,rgba(33,226,140,.18),transparent 60%),linear-gradient(135deg,#0f2a23,#0b1b26 60%,#091824);padding:var(--app-space-8);display:grid;grid-template-columns:1.4fr 1fr;gap:var(--app-space-8);align-items:center}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero:after{content:"";position:absolute;right:-120px;top:-60px;width:360px;height:360px;background:radial-gradient(circle,rgba(33,226,140,.25),transparent 70%);filter:blur(20px);pointer-events:none}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero .tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#21e28c24;border:1px solid rgba(33,226,140,.4);color:var(--fp-primary);border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero h2{font-size:40px;font-weight:700;letter-spacing:-.025em;margin:14px 0 8px;line-height:1.05;color:var(--fp-text)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero p{color:var(--fp-text-dim);font-size:15px;max-width:48ch;margin:0 0 var(--app-space-6);line-height:1.5}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--app-space-3);margin-bottom:var(--app-space-6)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-stats .cell{padding:12px 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-stats .cell .label{font-size:11px;color:var(--fp-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-stats .cell .value{font-size:20px;font-weight:700;margin-top:2px;color:var(--fp-text);font-variant-numeric:tabular-nums}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-stats .cell .value.gold{color:var(--fp-gold)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-cta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-right{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy{width:280px;height:280px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,215,0,.4),transparent 60%),radial-gradient(circle at 60% 70%,rgba(33,226,140,.3),transparent 60%);display:grid;place-items:center;position:relative}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px dashed rgba(255,215,0,.32);animation:fp-rotate 24s linear infinite}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .ring2{position:absolute;top:24px;right:24px;bottom:24px;left:24px;border-radius:50%;border:1px solid rgba(33,226,140,.32);animation:fp-rotate 18s linear infinite reverse}@keyframes fp-rotate{to{transform:rotate(360deg)}}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .prize-num{position:relative;text-align:center}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .prize-num .lbl{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--fp-gold);font-weight:700}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .prize-num .v{font-size:52px;font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 4px 24px rgba(255,215,0,.4);font-variant-numeric:tabular-nums}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-hero-trophy .prize-num .sub{font-size:13px;color:var(--fp-text-dim);margin-top:4px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table th,:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table td{padding:14px 16px;text-align:left}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table thead th{font-size:11px;font-weight:700;color:var(--fp-text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--fp-stroke)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table tbody tr{border-bottom:1px solid rgba(255,255,255,.06)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table tbody tr:hover{background:#ffffff05}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table tbody tr.you{background:#21e28c0f}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table tbody tr.you td:first-child{border-left:2px solid var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table .num{font-variant-numeric:tabular-nums;text-align:right}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table .rank{font-weight:700;color:var(--fp-text-muted);width:56px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-table .rank.top{color:var(--fp-gold)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-section-title{font-size:14px;font-weight:700;margin:0 0 var(--app-space-3);color:var(--fp-text);text-transform:uppercase;letter-spacing:.06em}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-section-title .accent{color:var(--fp-text-faint);margin-left:8px;font-weight:500}:where(.fp-desktop-shell,.fp-desktop-scope) .muted{color:var(--fp-text-muted)}:where(.fp-desktop-shell,.fp-desktop-scope) .faint{color:var(--fp-text-faint)}:where(.fp-desktop-shell,.fp-desktop-scope) .gold{color:var(--fp-gold)}:where(.fp-desktop-shell,.fp-desktop-scope) .green{color:var(--fp-primary)}:where(.fp-desktop-shell,.fp-desktop-scope) .num{font-variant-numeric:tabular-nums}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-mt-2{margin-top:var(--app-space-2)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-mt-4{margin-top:var(--app-space-4)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-mt-6{margin-top:var(--app-space-6)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-mt-8{margin-top:var(--app-space-8)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-empty{padding:var(--app-space-12);text-align:center;border:1px dashed var(--fp-stroke);border-radius:var(--app-radius-card);color:var(--fp-text-muted)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-empty h4{font-size:16px;color:var(--fp-text);margin:0 0 6px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#080b0fb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:200;padding:var(--app-space-6)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-modal{width:100%;max-width:480px;background:var(--fp-surface);border:1px solid var(--fp-stroke);border-radius:20px;padding:var(--app-space-6);box-shadow:var(--app-shadow-pop)}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-desktop-narrow{max-width:720px}:where(.fp-desktop-shell,.fp-desktop-scope) .fp-desktop-wide{max-width:1280px;margin:0 auto}
