.roedu-root *,.roedu-root :before,.roedu-root :after{box-sizing:border-box}.roedu-root :where(h1,h2,h3,h4,h5,h6,p,figure){margin:0}.roedu-root :where(button,input,select,textarea){font:inherit;color:inherit}.roedu-root :where(img,svg,video){max-width:100%;display:block}.roedu-root :where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--roedu-color-focus);outline-offset:2px}:root{--roedu-color-bg:#f7f8fa;--roedu-color-surface:#fff;--roedu-color-surface-muted:#eef1f5;--roedu-color-text:#151a21;--roedu-color-text-muted:#5b6672;--roedu-color-border:#d8dee6;--roedu-color-primary:#2f6feb;--roedu-color-primary-text:#fff;--roedu-color-accent:#7a5cff;--roedu-color-danger:#d64545;--roedu-color-success:#2f9e69;--roedu-color-focus:#2f6feb;--roedu-font-body:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--roedu-font-heading:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--roedu-font-mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--roedu-font-size-xs:.75rem;--roedu-font-size-sm:.875rem;--roedu-font-size-md:1rem;--roedu-font-size-lg:1.25rem;--roedu-font-size-xl:1.5rem;--roedu-font-size-xxl:2rem;--roedu-radius-sm:6px;--roedu-radius-md:10px;--roedu-radius-lg:16px;--roedu-radius-pill:999px;--roedu-space-xs:4px;--roedu-space-sm:8px;--roedu-space-md:16px;--roedu-space-lg:24px;--roedu-space-xl:32px;--roedu-space-xxl:48px;--roedu-shadow-sm:0 1px 2px #1018280f;--roedu-shadow-md:0 4px 12px #1018281a;--roedu-shadow-lg:0 12px 32px #10182829}.roedu-root{color:var(--roedu-color-text);font-family:var(--roedu-font-body);font-size:var(--roedu-font-size-md)}.roedu-btn{justify-content:center;align-items:center;gap:var(--roedu-space-sm);border-radius:var(--roedu-radius-md);font-family:var(--roedu-font-body);cursor:pointer;border:1px solid #0000;font-weight:600;line-height:1;text-decoration:none;transition:filter .12s,background-color .12s,border-color .12s;display:inline-flex}.roedu-btn:disabled{opacity:.55;cursor:not-allowed}.roedu-btn--block{width:100%}.roedu-btn--sm{padding:var(--roedu-space-xs) var(--roedu-space-sm);font-size:var(--roedu-font-size-sm)}.roedu-btn--md{padding:var(--roedu-space-sm) var(--roedu-space-md);font-size:var(--roedu-font-size-md)}.roedu-btn--lg{padding:var(--roedu-space-md) var(--roedu-space-lg);font-size:var(--roedu-font-size-lg)}.roedu-btn--primary{background:var(--roedu-color-primary);color:var(--roedu-color-primary-text)}.roedu-btn--primary:hover:not(:disabled){filter:brightness(.94)}.roedu-btn--secondary{background:var(--roedu-color-surface);color:var(--roedu-color-text);border-color:var(--roedu-color-border)}.roedu-btn--secondary:hover:not(:disabled){background:var(--roedu-color-surface-muted)}.roedu-btn--ghost{color:var(--roedu-color-primary);background:0 0}.roedu-btn--ghost:hover:not(:disabled){background:var(--roedu-color-surface-muted)}.roedu-btn--danger{background:var(--roedu-color-danger);color:#fff}.roedu-btn--danger:hover:not(:disabled){filter:brightness(.94)}.roedu-card{background:var(--roedu-color-surface);border-radius:var(--roedu-radius-lg);padding:var(--roedu-space-lg);color:var(--roedu-color-text)}.roedu-card--elevated{box-shadow:var(--roedu-shadow-md);border:1px solid #0000}.roedu-card--flat{border:1px solid var(--roedu-color-border)}.roedu-card--interactive{cursor:pointer;transition:box-shadow .14s,transform .14s}.roedu-card--interactive:hover{box-shadow:var(--roedu-shadow-lg);transform:translateY(-2px)}.roedu-stack{gap:var(--roedu-stack-gap,var(--roedu-space-md));align-items:var(--roedu-stack-align,stretch);justify-content:var(--roedu-stack-justify,flex-start);display:flex}.roedu-stack--column{flex-direction:column}.roedu-stack--row{flex-direction:row}.roedu-stack--wrap{flex-wrap:wrap}.roedu-container{width:100%;max-width:var(--roedu-container-max,1120px);padding-inline:var(--roedu-space-md);margin-inline:auto}.roedu-field{gap:var(--roedu-space-xs);flex-direction:column;display:flex}.roedu-field__label{font-size:var(--roedu-font-size-sm);color:var(--roedu-color-text);font-weight:600}.roedu-field__input{border:1px solid var(--roedu-color-border);border-radius:var(--roedu-radius-md);background:var(--roedu-color-surface);padding:var(--roedu-space-sm) var(--roedu-space-md);font-size:var(--roedu-font-size-md)}.roedu-field__input:focus-visible{outline:2px solid var(--roedu-color-focus);outline-offset:1px;border-color:var(--roedu-color-focus)}.roedu-field__input[aria-invalid=true]{border-color:var(--roedu-color-danger)}.roedu-field__hint{font-size:var(--roedu-font-size-xs);color:var(--roedu-color-text-muted)}.roedu-field__error{font-size:var(--roedu-font-size-xs);color:var(--roedu-color-danger)}.roedu-badge{align-items:center;gap:var(--roedu-space-xs);border:1px solid var(--roedu-color-border);border-radius:var(--roedu-radius-pill);background:var(--roedu-color-surface);color:var(--roedu-color-text-muted);font-family:var(--roedu-font-body);letter-spacing:.01em;white-space:nowrap;font-weight:600;display:inline-flex}.roedu-badge--sm{padding:2px var(--roedu-space-sm);font-size:var(--roedu-font-size-xs)}.roedu-badge--md{padding:var(--roedu-space-xs) calc(var(--roedu-space-sm) + var(--roedu-space-xs));font-size:var(--roedu-font-size-sm)}.roedu-badge--primary{border-color:var(--roedu-color-primary);color:var(--roedu-color-primary)}.roedu-badge--accent{border-color:var(--roedu-color-accent);color:var(--roedu-color-accent)}.roedu-badge--success{border-color:var(--roedu-color-success);color:var(--roedu-color-success)}.roedu-badge--danger{border-color:var(--roedu-color-danger);color:var(--roedu-color-danger)}.roedu-badge--custom{border-color:var(--roedu-badge-accent);color:var(--roedu-badge-accent)}.roedu-spinner{justify-content:center;align-items:center;display:inline-flex}.roedu-spinner__ring{border:3px solid var(--roedu-color-border);border-top-color:var(--roedu-color-primary);border-radius:50%;animation:.8s linear infinite roedu-spin;display:block}.roedu-spinner--sm .roedu-spinner__ring{border-width:2px;width:16px;height:16px}.roedu-spinner--md .roedu-spinner__ring{width:24px;height:24px}.roedu-spinner--lg .roedu-spinner__ring{border-width:4px;width:40px;height:40px}.roedu-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@keyframes roedu-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.roedu-spinner__ring{animation-duration:1.6s}}.roedu-toast-stack{top:calc(var(--roedu-space-md) + env(safe-area-inset-top,0px));align-items:stretch;gap:var(--roedu-space-sm);z-index:1000;width:min(440px,calc(100vw - 2 * var(--roedu-space-md)));pointer-events:none;flex-direction:column;display:flex;position:fixed;left:50%;transform:translate(-50%)}.roedu-toast{pointer-events:auto;align-items:center;gap:var(--roedu-space-sm);padding:var(--roedu-space-sm) var(--roedu-space-md);border-radius:var(--roedu-radius-md);border:1px solid var(--roedu-color-border);background:var(--roedu-color-surface);color:var(--roedu-color-text);box-shadow:var(--roedu-shadow-lg);font-family:var(--roedu-font-body);font-size:var(--roedu-font-size-sm);text-align:left;cursor:pointer;font-weight:500;animation:.24s cubic-bezier(.2,1.4,.4,1) both roedu-toast-in;display:flex}.roedu-toast--leaving{animation:.18s ease-in both roedu-toast-out}.roedu-toast__icon{width:22px;height:22px;font-weight:800;font-size:var(--roedu-font-size-xs);color:var(--roedu-color-surface);border-radius:50%;flex:none;place-items:center;display:grid}.roedu-toast--info{border-color:var(--roedu-color-primary)}.roedu-toast--info .roedu-toast__icon{background:var(--roedu-color-primary)}.roedu-toast--success{border-color:var(--roedu-color-success)}.roedu-toast--success .roedu-toast__icon{background:var(--roedu-color-success)}.roedu-toast--error{border-color:var(--roedu-color-danger)}.roedu-toast--error .roedu-toast__icon{background:var(--roedu-color-danger)}.roedu-toast__message{min-width:0}@keyframes roedu-toast-in{0%{opacity:0;transform:translateY(-16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes roedu-toast-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-12px)scale(.97)}}@media (prefers-reduced-motion:reduce){.roedu-toast,.roedu-toast--leaving{animation-duration:1ms}}@font-face{font-family:Fredoka Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/fredoka-latin-ext-wght-normal-CYrqKuxd.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fredoka Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/assets/fredoka-latin-wght-normal-DM6njrJ3.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html,body,#root{height:100%;margin:0}html,body{overscroll-behavior:none;height:100dvh}body{touch-action:manipulation;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#0d0b20;width:100%;position:fixed;inset:0}#root{flex-direction:column;display:flex}.roedu-root{min-height:100%;color:var(--roedu-color-text);font-family:var(--roedu-font-body);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand-gold:#ffd166;--brand-coral:#ff5470;--brand-cobalt:#4ea8ff;--brand-gradient:linear-gradient(100deg, var(--brand-gold), var(--brand-coral) 52%, var(--brand-cobalt));--game-alchimie:#c689ff;--game-alchimie-glow:#e3ccff;--game-contexto:#ff8a5c;--game-contexto-glow:#ffc9a3;--game-lant:#4fd8e0;--game-lant-glow:#a9f0f5;--game-conexiuni:#54e39d;--game-conexiuni-glow:#abf2cd;--cat-istorie:#f4a259;--cat-literatura:#8ec5ff;--cat-geografie:#5fd99b;--cat-personalitati:#f178b6;--cat-arta_cultura:#c08bff;--cat-stiinta:#56d4dd;--cat-societate:#ffd166;--cat-limba:#7bdff2;--cat-mixed:#b8b8d1;--cat-muzica:#ff6f91;--cat-film_tv:#7c83ff;--cat-meme_net:#b5e48c;--cat-sport:#f95738;--cat-viata_de_roman:#e07a5f;--cat-gastronomie:#d4a373;--bg-0:#080614;--bg-1:#0d0b20;--surface:var(--roedu-color-surface);--surface-strong:#26214ceb;--surface-border:var(--roedu-color-border);--surface-border-strong:#beb2ff57;--text:var(--roedu-color-text);--text-dim:var(--roedu-color-text-muted);--text-faint:#7d76a6;--accent:var(--roedu-color-primary);--accent-2:var(--roedu-color-accent);--good:var(--roedu-color-success);--bad:var(--roedu-color-danger);--warn:#ffd166;--glow-soft:0 0 18px;--glow-strong:0 0 36px;--shadow-card:var(--roedu-shadow-md);--shadow-pop:var(--roedu-shadow-lg);--radius-sm:var(--roedu-radius-sm);--radius:var(--roedu-radius-md);--radius-lg:var(--roedu-radius-lg);--font-display:var(--roedu-font-heading);--font-body:var(--roedu-font-body);background-color:#0000;background-image:radial-gradient(1100px 750px at 8% -12%,#ff547029,#0000 60%),radial-gradient(950px 700px at 102% -4%,#c689ff2b,#0000 55%),radial-gradient(900px 900px at 50% 125%,#4ea8ff1f,#0000 62%),linear-gradient(165deg,#14102e,#0d0b20 55%,#080614);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;flex-direction:column;flex:1;display:flex}h1,h2,h3{font-family:var(--roedu-font-heading);letter-spacing:.005em;margin:0;font-weight:600}button{cursor:pointer;color:inherit;font-family:inherit}a{color:var(--brand-gold)}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--roedu-color-focus);outline-offset:3px;border-radius:var(--roedu-radius-sm)}.field:focus-visible,input:focus-visible{outline-offset:0;border-color:var(--roedu-color-accent);box-shadow:0 0 18px #ffd16640}.app-shell{flex-direction:column;flex:1;min-height:100%;display:flex;position:relative;overflow:hidden}.screen{flex-direction:column;flex:1;width:100%;display:flex;position:absolute;inset:0}.screen-pad{padding:clamp(16px,4vw,48px);padding-top:max(clamp(16px, 4vw, 48px), env(safe-area-inset-top));padding-left:max(clamp(16px, 4vw, 48px), env(safe-area-inset-left));padding-right:max(clamp(16px, 4vw, 48px), env(safe-area-inset-right));padding-bottom:max(clamp(16px, 4vw, 48px), env(safe-area-inset-bottom))}.container{width:min(1100px,100%);margin-inline:auto}.wordmark-gradient{background:var(--brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border:1px solid var(--surface-border-strong);background:var(--roedu-color-surface);color:var(--roedu-color-text);border-radius:var(--roedu-radius-md);justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:transform .12s,box-shadow .2s,border-color .2s,background .2s,filter .2s;display:inline-flex}.btn:hover{border-color:var(--roedu-color-accent);transform:translateY(-1px);box-shadow:0 0 18px #ffd16647}.btn:active{transform:translateY(1px)scale(.99)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:linear-gradient(135deg, var(--brand-coral), #ff8a5c 78%, var(--brand-gold));color:#2b0714;border-color:#0000;font-weight:700}.btn-primary:hover{filter:saturate(1.08);box-shadow:0 0 32px #ff547073}.btn-ghost{border-color:var(--roedu-color-border);background:0 0}.field{border-radius:var(--roedu-radius-md);border:1px solid var(--surface-border-strong);background:var(--roedu-color-surface);width:100%;color:var(--roedu-color-text);outline:none;padding:12px 14px;font-family:inherit;font-size:1rem;transition:border-color .18s,box-shadow .18s}.field::placeholder{color:var(--text-faint)}.field:disabled{opacity:.55}.segment{border-radius:var(--roedu-radius-md);border:1px solid var(--roedu-color-border);background:#08061473;grid-auto-columns:1fr;grid-auto-flow:column;gap:6px;padding:4px;display:grid}.segment-item{border-radius:var(--roedu-radius-sm);color:var(--roedu-color-text-muted);background:0 0;border:1px solid #0000;flex-direction:column;align-items:center;gap:2px;padding:10px 8px;font-size:.92rem;font-weight:600;transition:background .18s,color .18s,border-color .18s;display:flex}.segment-item:hover:not([aria-pressed=true]){color:var(--roedu-color-text);background:var(--roedu-color-surface)}.segment-item[aria-pressed=true]{background:linear-gradient(135deg, var(--brand-coral), #ff8a5c 78%, var(--brand-gold));color:#2b0714}.segment-item .seg-hint{opacity:.85;font-size:.68rem;font-weight:500}@media (pointer:coarse){.segment-item{min-height:48px}}.badge{border-radius:var(--roedu-radius-pill);letter-spacing:.01em;border:1px solid var(--surface-border-strong);background:var(--roedu-color-surface);align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.chip{background:var(--roedu-color-surface);border:1px solid var(--roedu-color-border);border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.card{background:var(--roedu-color-surface);border:1px solid var(--roedu-color-border);border-radius:var(--roedu-radius-lg);box-shadow:var(--roedu-shadow-md);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.card-hover,.game-card{transition:transform .18s,border-color .2s,box-shadow .25s}.game-card:hover{border-color:var(--surface-border-strong);box-shadow:var(--roedu-shadow-lg)}.muted{color:var(--roedu-color-text-muted)}.faint{color:var(--text-faint)}.row{align-items:center;gap:12px;display:flex}.col{flex-direction:column;display:flex}.wrap{flex-wrap:wrap}.spread{justify-content:space-between}.center{justify-content:center;align-items:center}.fill{flex:1}.visually-hidden{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.coarse-only{display:none}@media (pointer:coarse){.fine-only{display:none!important}.coarse-only{display:inline}.btn{min-height:44px}.chip{min-height:36px;padding:8px 14px}}.sound-toggle{align-items:center;display:inline-flex}.hero-title{flex-wrap:wrap;gap:0 .35em;font-size:clamp(2.1rem,5.5vw,3.6rem);font-weight:600;line-height:1.05;display:flex}.games-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:16px;display:grid}.game-card{text-align:left;cursor:pointer;gap:10px;padding:22px;display:grid;position:relative;overflow:hidden}.game-card-halo{pointer-events:none;position:absolute;inset:0}.game-card-icon{border:1px solid #0000;border-radius:16px;place-items:center;width:52px;height:52px;font-size:1.7rem;display:grid}.game-card-title{font-family:var(--roedu-font-heading);font-size:1.35rem;font-weight:600;position:relative}.game-card-blurb{margin:0;font-size:.9rem;position:relative}.game-card-footer{align-items:baseline;margin-top:4px;position:relative}.game-card-cta{font-size:.92rem;font-weight:700;transition:letter-spacing .15s}.game-card:hover .game-card-cta{letter-spacing:.03em}.totals-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,170px),1fr));gap:10px;display:grid}.history-tabs{min-width:220px}.game-intro{text-align:center;flex-direction:column;place-self:center;align-items:center;gap:14px;width:min(560px,100%);margin-inline:auto;padding:clamp(22px,4vw,34px);display:flex}.game-intro-icon{border:1px solid #0000;border-radius:22px;place-items:center;width:72px;height:72px;font-size:2.3rem;display:grid}.game-intro-description{max-width:46ch;margin:0;font-size:.95rem}.game-intro-extras{gap:12px;width:100%}.stat-badge{gap:7px}.stat-badge-label{letter-spacing:.08em;opacity:.75;font-size:.64rem;font-weight:600}.stat-badge-value{font-variant-numeric:tabular-nums;color:var(--roedu-color-text);font-weight:700}.confetti-layer{pointer-events:none;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.confetti-piece{will-change:transform, opacity;border-radius:3px;width:10px;height:14px;position:absolute;top:-12px}@media (width<=640px){.screen-pad{padding:max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))}.row.spread.stack-sm{flex-direction:column;align-items:stretch;gap:10px}.row.spread.stack-sm>.btn{justify-content:center;width:100%}.game-shell-title{display:none}.game-layout{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto}.graph-card{min-height:56vh}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.account-bar{z-index:40;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.account-btn{font:inherit;color:var(--text);background:var(--surface,#26214cb3);border:1px solid var(--surface-border,#beb2ff33);cursor:pointer;border-radius:12px;padding:.5rem .9rem;font-weight:600;transition:transform .12s,background .12s}.account-btn:hover{transform:translateY(-1px)}.account-btn:disabled{opacity:.6;cursor:default}.account-btn--google{color:#1f1f1f;background:#fff;border-color:#dadce0}.account-btn--primary{background:var(--brand-gradient);color:#150e29;border:none}.account-chip{font:inherit;color:var(--text);background:var(--surface,#26214cb3);border:1px solid var(--surface-border,#beb2ff33);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .7rem .3rem .35rem;display:inline-flex}.account-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.account-avatar--letter{background:var(--brand-gradient);color:#150e29;place-items:center;font-weight:700;display:grid}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:12ch;overflow:hidden}.account-menu{background:var(--surface-strong,#26214c);border:1px solid var(--surface-border-strong,#beb2ff57);border-radius:12px;flex-direction:column;min-width:12rem;padding:.35rem;display:flex;position:absolute;top:calc(100% + .4rem);right:0;box-shadow:0 18px 50px #00000080}.account-menu a,.account-menu button{font:inherit;text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .6rem;text-decoration:none}.account-menu a:hover,.account-menu button:hover{background:#ffffff0f}.account-menu__danger{color:var(--bad,#ff6b81)}.account-overlay{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#060510a8;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.account-card{background:var(--surface-strong,#26214c);border:1px solid var(--surface-border-strong,#beb2ff57);width:100%;max-width:30rem;color:var(--text);border-radius:18px;padding:1.6rem 1.7rem;box-shadow:0 24px 70px #0000008c}.account-card h2{margin:0 0 .6rem}.account-card p{margin:0 0 .8rem;line-height:1.55}.account-muted{color:var(--text-dim,#a99fd0);font-size:.9rem}.account-error{color:var(--bad,#ff6b81);font-size:.9rem}.account-field{flex-direction:column;gap:.3rem;margin-bottom:.9rem;display:flex}.account-field input{font:inherit;color:var(--text);border:1px solid var(--surface-border,#beb2ff3d);background:#00000040;border-radius:10px;padding:.5rem .7rem}.account-check{align-items:flex-start;gap:.5rem;margin-bottom:.6rem;font-size:.95rem;display:flex}.account-check a{color:var(--brand-cobalt,#4ea8ff)}.account-actions{justify-content:flex-end;gap:.6rem;margin-top:1rem;display:flex}.account-anchor{display:inline-flex;position:relative}.account-btn--donate{background:var(--brand-coral,#ff5470);color:#fff;border:none;text-decoration:none}.account-btn{align-items:center;gap:.35rem;text-decoration:none;display:inline-flex}.rank-row{transition:border-color .15s}.rank-row--me{border-color:var(--brand-gold,#ffd166);box-shadow:0 0 0 1px var(--brand-gold,#ffd166) inset}.rank-num{text-align:center;font-variant-numeric:tabular-nums;min-width:2rem;color:var(--text-dim,#a99fd0);font-weight:800}.rank-num--1{color:#ffd166}.rank-num--2{color:#cfd8e3}.rank-num--3{color:#e0a06a}
