@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap");:root{--font-display:"Fraunces","Iowan Old Style","Times New Roman",serif;--font-body:"Geist",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;--font-mono:"Geist Mono","SF Mono",monospace;--font-num-features:"tnum" 1,"lnum" 1,"cv11" 1;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:24px;--s-6:32px;--s-7:48px;--s-8:64px;--s-9:96px;--s-10:128px;--t-display-xl:clamp(56px,9vw,128px);--t-display-lg:clamp(40px,6vw,88px);--t-display-md:clamp(28px,4vw,48px);--t-h1:clamp(28px,3.5vw,40px);--t-h2:clamp(22px,2.5vw,28px);--t-h3:18px;--t-body:14px;--t-small:12px;--t-tiny:11px;--t-eyebrow:10px;--r-sm:4px;--r-md:8px;--r-lg:14px;--r-xl:20px;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--d-fast:200ms;--d-base:400ms;--d-slow:800ms;--d-rule:1400ms;--z-base:1;--z-sticky:50;--z-overlay:100;--z-modal:1000}:root,[data-theme=light]{--bg:#f5f1e8;--bg-subtle:#ede8dc;--bg-elevated:#fff;--bg-overlay:hsla(42,39%,94%,.85);--fg:#1a1a1f;--fg-muted:#5c5852;--fg-subtle:#8a857c;--fg-faint:#c7c2b8;--gold:#8e7642;--gold-warm:#a0875a;--gold-deep:#6b5832;--rule:#d8d2c4;--rule-strong:#b8b2a4;--good:#4f7a5c;--warn:#a6783d;--bad:#9c5142;--shadow-card:0 4px 20px rgba(26,26,31,.06),0 1px 0 hsla(0,0%,100%,.6) inset;--shadow-elevated:0 16px 40px rgba(26,26,31,.1);--mesh-1:radial-gradient(ellipse at 20% 10%,rgba(142,118,66,.05) 0%,transparent 50%);--mesh-2:radial-gradient(ellipse at 80% 80%,rgba(142,118,66,.03) 0%,transparent 60%);--sidebar-bg:#111318;--sidebar-fg:hsla(0,0%,100%,.85);--sidebar-fg-muted:hsla(0,0%,100%,.5);--sidebar-fg-faint:hsla(0,0%,100%,.3);--sidebar-hover:hsla(0,0%,100%,.04);--sidebar-active:rgba(201,169,97,.1);--sidebar-active-fg:#cbab6a;--sidebar-rule:hsla(0,0%,100%,.06);color-scheme:light}[data-theme=dark]{--bg:#0e0e10;--bg-subtle:#16161a;--bg-elevated:#1c1c21;--bg-overlay:rgba(14,14,16,.85);--fg:#f5f1e8;--fg-muted:#a8a39a;--fg-subtle:#5c5852;--fg-faint:#3a3833;--gold:#c9a961;--gold-warm:#d4b976;--gold-deep:#8e7642;--rule:#2a2926;--rule-strong:#3a3833;--good:#6b9978;--warn:#c99861;--bad:#b86b5c;--shadow-card:0 4px 24px rgba(0,0,0,.4),0 1px 0 hsla(0,0%,100%,.03) inset;--shadow-elevated:0 16px 48px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.05) inset;--mesh-1:radial-gradient(ellipse at 20% 10%,rgba(201,169,97,.08) 0%,transparent 50%);--mesh-2:radial-gradient(ellipse at 80% 80%,rgba(201,169,97,.04) 0%,transparent 60%);--sidebar-bg:#0a0a0c;--sidebar-fg:hsla(42,39%,94%,.85);--sidebar-fg-muted:hsla(42,39%,94%,.5);--sidebar-fg-faint:hsla(42,39%,94%,.3);--sidebar-hover:hsla(42,39%,94%,.04);--sidebar-active:rgba(201,169,97,.1);--sidebar-active-fg:#c9a961;--sidebar-rule:hsla(42,39%,94%,.06);color-scheme:dark}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{color:var(--fg);font-family:var(--font-body);font-size:var(--t-body);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:var(--font-num-features);transition:background-color var(--d-base) var(--ease-out),color var(--d-base) var(--ease-out)}body,html{background:var(--bg)}body{min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}input,select,textarea{font-family:inherit;color:inherit}::selection{background:var(--gold);color:var(--bg)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--rule-strong);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gold-deep)}.eyebrow{font-family:var(--font-body);font-size:var(--t-eyebrow);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted)}.display{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em}.num{font-feature-settings:var(--font-num-features),"tnum";font-variant-numeric:tabular-nums}.gold-rule{height:1px;background:var(--gold);transform-origin:left center;animation:rule-draw var(--d-rule) var(--ease-out) both}@keyframes rule-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{:root,[data-theme]{--bg:#fff!important;--bg-subtle:#fff!important;--bg-elevated:#fff!important;--fg:#000!important;--fg-muted:#444!important}body,html{background:#fff!important;color:#000!important}.no-print,.no-print *,aside{display:none!important}#__next>div,[data-app-shell],body>div{display:block!important}table{page-break-inside:auto;width:100%}tr{page-break-inside:avoid;page-break-after:auto}thead{display:table-header-group}*{overflow:visible!important;max-height:none!important}body,html,main{height:auto!important}}.mobile-hamburger,.mobile-overlay{display:none}@media (max-width:768px){body,html{overflow-x:hidden!important;max-width:100vw!important}body{position:relative!important}[data-app-shell],[data-app-shell]>main{transform:none!important}[data-app-shell]{display:block!important;height:100vh!important;overflow:hidden!important}.mobile-hamburger{display:flex!important}[data-app-shell]>aside{position:fixed!important;top:0!important;left:0!important;width:280px!important;max-width:85vw!important;height:100vh!important;z-index:100!important;transform:translateX(-100%);transition:transform .25s ease;box-shadow:0 0 24px rgba(0,0,0,.4)}[data-app-shell][data-sidebar-open=true]>aside{transform:translateX(0)}[data-app-shell][data-sidebar-open=true] .mobile-overlay{display:block!important}[data-app-shell]>main{width:100%!important;height:100vh!important;padding-top:56px!important;overflow-y:auto!important;overflow-x:hidden!important}[data-app-shell]>main>*{max-width:100%;box-sizing:border-box}.profile-tab-strip{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.profile-tab-strip>div:first-child{padding-bottom:0!important}.profile-tab-strip-wrapper{margin-left:0!important;margin-right:0!important;padding-left:16px!important;padding-right:16px!important;max-width:100vw!important;box-sizing:border-box!important}.profile-tabs-row{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:4px;width:100%!important;min-width:0!important;max-width:100%!important}.profile-tabs-row>*{flex-shrink:0}.table-scroll-x{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;max-width:100%!important;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent)}.table-scroll-x.table-scroll-x-wide table{min-width:520px}.mobile-scroll-x{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}[data-kpi-row]{flex-wrap:wrap!important}[data-kpi-row]>*{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:0!important}.leaderboard-mobile-tabs{display:flex!important}.leaderboard-tables-row{flex-direction:column!important;flex-wrap:nowrap!important}.leaderboard-table-wrapper{flex:1 1 auto!important;width:100%!important;min-width:0!important}.leaderboard-table-wrapper[data-leaderboard-table-active=false]{display:none!important}.leaderboard-table{flex:1 1 auto!important;width:100%!important;min-width:0!important}}[data-app-shell]>aside div[style*=cursor]{transition:background .15s ease!important}[data-app-shell]>aside div[style*=cursor]:hover{background:hsla(0,0%,100%,.06)!important}html{-webkit-text-size-adjust:100%}@media (max-width:768px){body,html{overflow-x:hidden;max-width:100vw}input,select,textarea{font-size:16px!important}.login-split{flex-direction:column!important}.login-brand-panel{width:100%!important;min-height:0!important;padding:36px 24px!important}.login-form-panel{padding:28px 20px!important}}