:root{--bg: #040414;--bg-glow: radial-gradient(circle at 20% 20%, #5327ff33, transparent 55%), radial-gradient(circle at 80% 30%, #ff247722, transparent 50%), radial-gradient(circle at 50% 80%, #10dff622, transparent 55%);--card-bg: rgba(9, 12, 32, .78);--card-border: rgba(255, 255, 255, .12);--text-primary: #f5f7ff;--text-secondary: rgba(245, 247, 255, .72);--accent: #7b5cff;--accent-strong: #ff3d81;--grid-color: rgba(123, 92, 255, .2);--grid-color-strong: rgba(123, 92, 255, .55);--shadow-soft: 0 20px 40px -25px rgba(0, 0, 0, .95);--shadow-strong: 0 25px 55px -20px rgba(84, 64, 255, .55);line-height:1.5;font-size:clamp(15px,2vw,16px)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text-primary);background:var(--bg);overflow-x:hidden}.background{position:fixed;inset:0;display:grid;place-items:center;pointer-events:none;z-index:-2}.background__gradient{position:absolute;inset:0;background:var(--bg-glow);filter:blur(20px);animation:pulse 18s ease-in-out infinite alternate}.background__caustics{position:absolute;inset:-25vh;background-image:radial-gradient(circle at 18% 22%,rgba(123,92,255,.18) 0%,transparent 72%),radial-gradient(circle at 74% 18%,rgba(16,223,246,.14) 0%,transparent 68%),radial-gradient(circle at 42% 70%,rgba(255,61,129,.12) 0%,transparent 68%);background-size:120% 120%,110% 110%,130% 130%;mix-blend-mode:screen;opacity:.18;filter:blur(18px) saturate(120%);transform:scale(1.05);animation:caustics-drift 32s linear infinite,caustics-breathe 14s ease-in-out infinite;pointer-events:none}.background__grid{position:absolute;inset:-10vh;background-image:linear-gradient(var(--grid-color) 1px,transparent 1px),linear-gradient(90deg,var(--grid-color) 1px,transparent 1px);background-size:58px 58px;transform:perspective(620px) rotateX(72deg);transform-origin:center top;opacity:.42;animation:grid-shift 18s linear infinite}.shell{position:relative;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;align-items:center;justify-items:center;gap:clamp(2rem,6vw,3.5rem);padding:clamp(2.5rem,6vw,6rem) clamp(1.5rem,5vw,4.5rem) 4rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;row-gap:1.75rem;column-gap:clamp(1rem,4vw,2.25rem);text-transform:uppercase;letter-spacing:.16em;justify-self:start}.brand-secondary{position:absolute;top:clamp(2.4rem,6vw,4.25rem);right:clamp(1.6rem,5vw,4.5rem);display:inline-flex;align-items:center;justify-content:center;padding:.65rem .85rem;border-radius:18px;background:#0c0f2473;border:1px solid rgba(245,247,255,.12);box-shadow:0 18px 30px -24px #000000bf;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;isolation:isolate;z-index:6}.brand-secondary img{display:block;width:clamp(120px,18vw,180px);height:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.35))}.brand-secondary:hover,.brand-secondary:focus-visible{transform:translateY(-2px);box-shadow:0 26px 40px -26px #7b5cffa6;background:#10132aa6;outline:none}.brand__logo{display:grid;place-items:center;width:clamp(56px,6vw,70px);height:clamp(56px,6vw,70px);font-family:Orbitron,sans-serif;font-weight:600;font-size:clamp(1.25rem,4vw,1.75rem);color:var(--accent);border:2px solid var(--card-border);border-radius:20px;background:linear-gradient(135deg,rgba(123,92,255,.2),transparent 45%);box-shadow:var(--shadow-soft)}.brand__tag{margin:0;font-size:.75rem;color:var(--text-secondary);letter-spacing:.4em}.brand__title{margin:.15rem 0 0;font-family:Orbitron,sans-serif;font-size:clamp(2rem,6vw,2.75rem);letter-spacing:.14em}.character-panel{position:relative;display:flex;justify-content:center;align-items:center;max-width:min(460px,100%);padding:clamp(1.75rem,6vw,3.25rem);border-radius:40px;background:transparent;border:none;box-shadow:none;isolation:isolate}.character-panel:before,.character-panel:after{display:none}.character-display{position:relative;display:grid;place-items:center;width:clamp(240px,38vw,340px);aspect-ratio:1;overflow:visible;background:transparent;border:none;border-radius:50px;padding:clamp(1.1rem,3vw,1.75rem);box-shadow:none}.character-display:before{content:"";position:relative;inset:-18% -16% -9%;border-radius:40% 40% 52% 52%/60% 60% 45% 45%;background:radial-gradient(circle at 52% 56%,rgba(10,14,30,.82) 12%,rgba(10,14,30,.6) 42%,transparent 82%),radial-gradient(circle at 45% 35%,rgba(120,172,255,.2),transparent 65%);filter:blur(26px);opacity:.75;pointer-events:none;z-index:-2}body[data-no-character-glow=true] .character-display:before{opacity:0;display:none}.character-display:after{content:"";position:absolute;bottom:7.5%;width:92%;height:18%;border-radius:48% 48% 50% 50%/65% 65% 35% 35%;background:radial-gradient(ellipse at center,rgba(6,8,24,.75) 32%,rgba(6,8,24,.45) 62%,transparent 82%);filter:blur(12px);opacity:.82;mix-blend-mode:multiply;pointer-events:none;z-index:-1}.character-display__sprite{display:block;width:82%;height:auto;object-fit:contain;z-index:0;filter:drop-shadow(0 10px 12px rgba(6,8,22,.68)) drop-shadow(0 4px 6px rgba(0,0,0,.45));transform-origin:center bottom;transform:scale(1.8) translateY(4%);will-change:transform}[data-character][data-character-state=spin] .character-display__sprite{transform:scale(1.8) translateY(6%)}[data-character][data-character-ready=error] .character-display__sprite{display:none}.character-display:focus-visible{outline:2px solid var(--accent-strong);outline-offset:4px}.character-fallback{position:absolute;inset:0;display:grid;place-items:center;gap:clamp(.9rem,2.6vw,1.4rem);padding:clamp(1rem,3vw,1.6rem);border-radius:inherit;background:radial-gradient(circle at 52% 24%,rgba(123,92,255,.22),transparent 70%),radial-gradient(circle at 48% 110%,rgba(16,223,246,.26),transparent 78%),#0608189e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;color:#f5f7ffd9;box-shadow:inset 0 0 32px #10dff629;pointer-events:none;z-index:2}.character-fallback__orbit{position:relative;width:68%;aspect-ratio:1;display:grid;place-items:center;filter:drop-shadow(0 0 18px rgba(123,92,255,.38)) drop-shadow(0 0 34px rgba(16,223,246,.28));isolation:isolate}.character-fallback__ring{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 120deg,#7b5cff00,#7b5cff9e 120deg,#10dff6f2 210deg,#7b5cff33 280deg,#7b5cff00 360deg);-webkit-mask:radial-gradient(circle at center,transparent 55%,black 59%);mask:radial-gradient(circle at center,transparent 55%,black 59%);animation:character-fallback-spin 3.2s linear infinite;opacity:.92}.character-fallback__ring--offset{inset:18%;opacity:.68;filter:blur(1px);background:conic-gradient(from -45deg,#10dff600,#10dff6a6,#7b5cffe6 180deg,#10dff633 280deg,#10dff600 360deg);-webkit-mask:radial-gradient(circle at center,transparent 55%,black 60%);mask:radial-gradient(circle at center,transparent 55%,black 60%);animation:character-fallback-spin-reverse 4.6s linear infinite}.character-fallback__core{position:relative;width:38%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 34% 36%,#ffffffe0,#465eff73 52%,#080c24f0);box-shadow:0 0 28px #10dff659,0 0 48px #7b5cff47;animation:character-fallback-pulse 2.4s ease-in-out infinite;z-index:1}.character-fallback__spark{position:absolute;top:12%;right:14%;width:18%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fffffff2,#10dff62e 52%,#10dff600);box-shadow:0 0 20px #ffffff8c;animation:character-fallback-spark 1.8s ease-in-out infinite;transform-origin:center}.character-fallback__caption{margin:0;font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:#f5f7ffe0;text-shadow:0 0 12px rgba(16,223,246,.32)}[data-character] .character-fallback{display:none}[data-character][data-character-ready=error] .character-fallback{display:grid}@keyframes character-fallback-spin{to{transform:rotate(360deg)}}@keyframes character-fallback-spin-reverse{to{transform:rotate(-360deg)}}@keyframes character-fallback-pulse{0%,to{transform:scale(.9);opacity:.78}50%{transform:scale(1.05);opacity:1}}@keyframes character-fallback-spark{0%,to{transform:translateY(0) scale(.85);opacity:.55}50%{transform:translateY(-8%) scale(1.1);opacity:1}}.footer{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(1.5rem,6vw,6.5rem);width:100%;justify-self:stretch;align-self:end;color:var(--text-secondary);font-size:.9rem}.footer__orbit{display:inline-flex;align-items:center;gap:.85rem;background:#f5f7ff0d;border-radius:999px;padding:.65rem 1.2rem;border:1px solid rgba(245,247,255,.08);position:relative;overflow:hidden}.footer__pulse{width:10px;height:10px;border-radius:50%;background:var(--accent-strong);box-shadow:0 0 #ff3d81a6;animation:pulse-ring 1.6s infinite}.footer-signup{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center;background:#090c20b3;border:1px solid rgba(245,247,255,.12);border-radius:999px;padding:.45rem .45rem .45rem .75rem;box-shadow:0 18px 30px -22px #000000bf;width:100%;max-width:420px;min-width:clamp(220px,32vw,360px);flex:0 1 clamp(240px,36vw,420px)}.footer-signup input{width:100%;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(245,247,255,.18);background:#040414a6;color:var(--text-primary);font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease}.footer-signup input::placeholder{color:#f5f7ff8c}.footer-signup input:focus{outline:none;border-color:#7b5cffbf;box-shadow:0 0 0 3px #7b5cff40}.footer-signup[data-signup-state=error] input{border-color:#ff7795bf;box-shadow:0 0 0 2px #ff3d8140}.footer-signup[data-signup-state=success] input{border-color:#10dff6bf;box-shadow:0 0 0 2px #10dff640}.footer-signup button{border:none;padding:.7rem 1.4rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:var(--text-primary);font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 25px -12px #7b5cffbf;transition:transform .15s ease,box-shadow .15s ease}.footer-signup button:hover,.footer-signup button:focus-visible{transform:translateY(-1px);box-shadow:0 20px 35px -20px #7b5cffd9}.footer-signup button:active{transform:translateY(0)}.signup-feedback{display:inline-flex;align-items:center;gap:.65rem;margin:.75rem 0 0;padding:.55rem .95rem;border-radius:14px;border:1px solid rgba(245,247,255,.12);background:#070918bf;color:#f5f7ffbf;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;line-height:1.4;max-width:420px;width:100%}.signup-feedback:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor;flex-shrink:0}.signup-feedback--success{color:#10dff6e6;border-color:#10dff673;background:linear-gradient(120deg,#10dff629,#7b5cff1f)}.signup-feedback--error{color:#ff7795f2;border-color:#ff77958c;background:linear-gradient(120deg,#ff3d8129,#7b5cff1f)}.footer .signup-feedback{flex-basis:100%;order:2;align-self:center;justify-content:center;text-align:center;margin:.75rem auto 0}.quiz-modal__body .signup-feedback{justify-content:center;text-align:center}.footer__social{display:flex;flex-wrap:nowrap;gap:1.25rem;list-style:none;margin:0;padding:0;font-size:.9rem}.footer__social a{color:inherit;text-decoration:none;position:relative;padding-bottom:.25rem;transition:color .18s ease}.footer__social a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,61,129,.8) 50%,transparent 100%);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.footer__social a:hover:after,.footer__social a:focus-visible:after{transform:scaleX(1)}.footer__social a:hover,.footer__social a:focus-visible{color:var(--text-primary)}.footer__other{position:relative}.footer__other-trigger{background:none;border:none;color:inherit;font:inherit;padding:0;display:inline-block;cursor:pointer;position:relative;padding-bottom:.25rem;transition:color .18s ease}.footer__other-trigger:before{content:none}.brand-secondary:before{content:"";position:absolute;inset:-1.2rem;border-radius:2.4rem;background:conic-gradient(from 0deg,#7b5cffa6,#10dff67a 140deg,#ff3d818c 260deg,#7b5cffa6 360deg);opacity:0;filter:blur(12px);pointer-events:none;z-index:-1;transform:scale(.95);transition:opacity .18s ease}.brand-secondary--disco:before{animation:footer-disco 2.2s ease-in-out}.footer__other-trigger:hover,.footer__other-trigger:focus-visible{color:var(--text-primary);outline:none}.footer__other-trigger:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,61,129,.8) 50%,transparent 100%);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.footer__other-trigger:hover:after,.footer__other-trigger:focus-visible:after,.footer__other-trigger[aria-expanded=true]:after{transform:scaleX(1)}.footer__other-popover{position:absolute;bottom:calc(100% + .85rem);right:0;width:min(240px,60vw);padding:0;border-radius:20px;background:#0c0f24eb;border:1px solid rgba(245,247,255,.18);box-shadow:0 25px 45px -28px #000000d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;transform:translateY(10px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease;z-index:10}.footer__other-popover[aria-hidden=false]{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.footer__other-popover-arrow{--arrow-size: 18px;--arrow-border: 1.2px;position:absolute;bottom:calc(var(--arrow-size) * -.75);left:var(--arrow-center, calc(100% - 24px) );transform:translate(-50%);width:calc(var(--arrow-size) + var(--arrow-border) * 2);height:var(--arrow-size);pointer-events:none}.footer__other-popover-arrow:before,.footer__other-popover-arrow:after{content:"";position:absolute;left:50%;transform:translate(-50%);clip-path:polygon(50% 100%,0 0,100% 0)}.footer__other-popover-arrow:before{width:100%;height:100%;background:#f5f7ff2e;filter:drop-shadow(0 12px 20px rgba(0,0,0,.35))}.footer__other-popover-arrow:after{top:var(--arrow-border);width:calc(100% - var(--arrow-border) * 2);height:calc(var(--arrow-size) - var(--arrow-border));background:#0c0f24eb}.footer__other-popover-content{padding:1.1rem 1.2rem 1.15rem}.footer__other-title{margin:0 0 .75rem;text-transform:uppercase;font-size:.7rem;letter-spacing:.26em;color:#f5f7ffad;text-align:center;position:relative;padding-bottom:.35rem}.footer__other-title:after{content:"";position:absolute;left:50%;bottom:0;width:80%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,61,129,.7) 50%,transparent 100%);transform:translate(-50%);opacity:.8}.footer__other-popover-content ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.footer__other-popover-content a{color:var(--text-secondary);font-size:.85rem;text-decoration:none;position:relative;padding-left:1rem;display:block}.footer__other-popover-content a:before{content:"▶";position:absolute;left:0;top:50%;transform:translateY(-50%) scale(.8);color:#ff3d81cc;transition:transform .16s ease}.footer__other-popover-content a:hover:before,.footer__other-popover-content a:focus-visible:before{transform:translateY(-50%) scale(1)}.footer__other-popover-content a:hover,.footer__other-popover-content a:focus-visible{color:var(--text-primary);outline:none}@keyframes footer-disco{0%{opacity:0;filter:blur(0)}10%{opacity:.7;filter:blur(4px)}40%{opacity:.9;filter:blur(6px);transform:scale(1.02)}70%{opacity:.75;filter:blur(5px);transform:scale(1.01)}to{opacity:0;filter:blur(6px);transform:scale(1.04)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){.shell{gap:2.5rem;padding:2.25rem 1.5rem 3rem}.brand{flex-direction:column;align-items:flex-start}.brand-secondary{position:absolute;top:clamp(1.8rem,5.2vw,3rem);right:clamp(1.4rem,6vw,3.4rem);margin:0;padding:.55rem .7rem}.brand-secondary img{width:clamp(120px,42vw,190px)}.brand__logo{border-radius:16px}.character-panel{max-width:100%;padding:1.5rem 1rem 2rem}.character-display{width:min(280px,100%)}.footer{gap:clamp(1rem,4vw,2.75rem)}.footer-signup{min-width:clamp(200px,38vw,320px)}}@media (max-width: 720px) and (orientation: portrait){.footer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.footer-signup{flex:none;width:min(360px,100%);min-width:0;grid-template-columns:1fr;padding:1rem 1.1rem 1.2rem;gap:.9rem;border-radius:28px;background:#090b1cc7;border:1px solid rgba(245,247,255,.14);box-shadow:0 22px 38px -32px #000000d9;order:3}.footer-signup button{width:100%;padding:.95rem 1.6rem;font-size:.95rem}.footer .signup-feedback{order:4;margin:.35rem auto 0}.footer__social{flex-direction:column;align-items:center;text-align:center;gap:.85rem;order:2;width:100%}.footer__social a{font-size:.95rem}.footer-signup input{padding:.95rem 1.1rem;background:#040614d1;font-size:.95rem}.footer-signup input::placeholder{font-size:.95rem}.footer__orbit{order:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes pulse{0%{opacity:.75;transform:scale(1)}to{opacity:1;transform:scale(1.08)}}@keyframes grid-shift{0%{background-position:0 0,0 0}to{background-position:0 58px,58px 0}}@keyframes caustics-drift{0%{background-position:0 0,0 0,0 0}50%{background-position:120px 80px,-70px 90px,50px -70px}to{background-position:240px 160px,-140px 180px,100px -140px}}@keyframes caustics-breathe{0%,to{opacity:.18;transform:scale(1.05);filter:blur(18px) saturate(120%)}50%{opacity:.28;transform:scale(1.1) translateY(-2%);filter:blur(23px) saturate(145%)}}@keyframes pulse-ring{0%{box-shadow:0 0 #ff3d81a6}70%{box-shadow:0 0 0 14px #ff3d8100}to{box-shadow:0 0 #ff3d8100}}.toast{position:fixed;left:50%;bottom:2.5rem;transform:translate(-50%,20px);padding:.85rem 1.4rem;border-radius:999px;border:1px solid rgba(245,247,255,.25);background:#090c20d9;color:var(--text-primary);font-size:.95rem;letter-spacing:.04em;opacity:0;transition:opacity .2s ease,transform .2s ease;z-index:999;box-shadow:0 20px 40px -30px #000000e6}.toast--error{border-color:#ff3d8180;background:#2c0a18eb}body.legal-modal-open,body.quiz-modal-open,body.thumb-modal-open{overflow:hidden}.legal-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,2.5rem);z-index:1200;opacity:0;pointer-events:none;transition:opacity .2s ease}.legal-modal--visible{opacity:1;pointer-events:auto}.legal-modal__backdrop{position:absolute;inset:0;background:#040410c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.legal-modal__dialog{position:relative;width:min(720px,100%);max-height:min(88vh,720px);background:#080a1af5;border:1px solid rgba(245,247,255,.12);border-radius:26px;box-shadow:0 40px 80px -40px #000000d9;display:flex;flex-direction:column;overflow:hidden;transform:translateY(24px);transition:transform .22s ease}.legal-modal--visible .legal-modal__dialog{transform:translateY(0)}.legal-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:clamp(1.4rem,4vw,1.8rem) clamp(1.6rem,5vw,2.1rem) 1rem;gap:1rem}.legal-modal__eyebrow{margin:0;font-size:.75rem;letter-spacing:.24em;text-transform:uppercase;color:#f5f7ff99}.legal-modal__header h2{margin:.35rem 0 0;font-size:clamp(1.4rem,3.2vw,1.8rem)}.legal-modal__close{border:none;background:#ffffff14;color:var(--text-primary);width:34px;height:34px;border-radius:50%;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease}.legal-modal__close:hover,.legal-modal__close:focus-visible{background:#ffffff29;transform:translateY(-1px)}.legal-modal__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 clamp(1.6rem,5vw,2.1rem);gap:.75rem}.legal-modal__tabs button{border:1px solid rgba(245,247,255,.14);background:#141834b8;color:var(--text-secondary);padding:.75rem 1rem;border-radius:18px;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.legal-modal__tabs button[aria-selected=true]{background:linear-gradient(135deg,#7b5cff4d,#ff3d8159);border-color:#ff3d8173;color:var(--text-primary)}.legal-modal__body{padding:1.4rem clamp(1.6rem,5vw,2.1rem) clamp(1.8rem,6vw,2.6rem);overflow-y:auto}.legal-modal__content{display:flex;flex-direction:column;gap:1rem;font-size:.95rem;line-height:1.65}.legal-modal__toc{margin:0;padding-left:1.1rem;display:grid;gap:.3rem;font-size:.92rem;color:#f5f7ffcc}.legal-modal__body h3{margin:0;font-size:1.35rem}.legal-modal__body h4{margin:.75rem 0 .2rem;font-size:1.05rem;color:#f5f7ffd1}.legal-modal__body a{color:var(--accent-strong)}.legal-modal__updated{margin-top:.5rem;font-size:.85rem;color:#f5f7ff99}@media (max-width: 640px){.legal-modal__dialog{border-radius:20px;width:min(94vw,600px)}.legal-modal__tabs{grid-template-columns:1fr}}.toast--visible{opacity:1;transform:translate(-50%)}.legal-modal__content{min-height:360px}.legal-modal__loading,.legal-modal__error{margin:0;padding:2rem 0;text-align:center;color:#f5f7ffb8}.legal-modal__error{color:#ff9dade6}.quiz-modal{position:fixed;inset:0;display:grid;place-items:center;padding:clamp(1.5rem,6vw,3.5rem);background:transparent;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:1100}.quiz-modal--visible{opacity:1;pointer-events:auto}.quiz-modal__backdrop{position:absolute;inset:0;background:#030512c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.quiz-modal__dialog{position:relative;width:min(960px,96vw);max-height:min(90vh,960px);display:grid;gap:clamp(1.5rem,4vw,2.5rem);padding:clamp(1.8rem,4vw,2.8rem);border-radius:28px;background:linear-gradient(145deg,#0f1228f0,#090c20f0);border:1px solid rgba(245,247,255,.16);box-shadow:0 35px 60px -25px #000000b3;overflow:hidden;transform:translateY(16px) scale(.96);transition:transform .24s ease}.quiz-modal--visible .quiz-modal__dialog{transform:translateY(0) scale(1)}.quiz-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(1rem,3vw,1.5rem)}.quiz-modal__headline{display:grid;gap:.45rem}.quiz-modal__eyebrow{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.24em;color:#f5f7ffad}.quiz-modal__header h2{margin:0;font-size:clamp(1.4rem,4vw,1.75rem);font-family:Orbitron,sans-serif;letter-spacing:.06em}.quiz-modal__close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(245,247,255,.22);background:#0c0f2499;color:var(--text-primary);font-size:1.4rem;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease}.quiz-modal__close:hover,.quiz-modal__close:focus-visible{background:#7b5cff73;transform:scale(1.05);outline:none}.quiz-modal__body{display:grid;gap:.85rem;color:var(--text-secondary);font-size:.95rem;justify-items:center;text-align:center}.quiz-modal__stats{list-style:none;margin:0;padding:0;display:grid;gap:.75rem;font-weight:600;color:var(--text-primary);justify-items:center;text-align:center;width:100%}.quiz-modal__callout{margin:.6rem 0 0;font-weight:500;color:var(--text-primary)}.quiz-modal__signup{width:100%;max-width:420px}.quiz-modal__signup .signup-feedback{justify-content:center;text-align:center}.quiz-modal__stats li{position:relative;margin:0;padding:.75rem 1.7rem;border-radius:18px;background:linear-gradient(135deg,#10dff62e,#7b5cff2e);border:1px solid rgba(123,92,255,.4);font-family:Orbitron,sans-serif;font-size:.95rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.35;box-shadow:0 16px 32px -26px #000000a6}.quiz-modal__stats li:before{content:"";position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:6px;height:62%;border-radius:999px;background:linear-gradient(180deg,#10dff6d9,#ff3d81e6);box-shadow:0 0 12px #7b5cff73}.quiz-modal__stats li:last-child{margin-bottom:.6rem}.quiz-modal__leaderboards{display:grid;gap:clamp(1rem,3vw,1.6rem);grid-template-columns:repeat(3,minmax(0,1fr))}.quiz-card{display:grid;gap:.75rem;padding:1.25rem 1.2rem;border-radius:18px;background:radial-gradient(circle at top,#7b5cff59,#0c0f24f2);border:1px solid rgba(245,247,255,.12);box-shadow:0 20px 35px -25px #0009;text-transform:uppercase;letter-spacing:.04em}.quiz-card__subtitle{margin:0;font-size:.8rem;color:#f5f7ffd9;text-align:center;letter-spacing:.08em}.quiz-card__podium{margin:0;display:grid;gap:.5rem}.quiz-card__placement{display:grid;grid-template-columns:1fr;justify-items:center;gap:.35rem;padding:.7rem .75rem;border-radius:14px;background:#0c0f24bf;border:1px solid rgba(245,247,255,.12)}.quiz-card__placement dt{margin:0;font-size:.72rem;color:#f5f7ff99}.quiz-card__placement dd{margin:0;display:block;text-align:center;font-weight:600;font-size:1.05rem;color:var(--text-primary)}.quiz-card__player{display:inline-block;font-size:.95rem}.quiz-card__placement--gold{background:linear-gradient(120deg,#ffc40040,#0c0f24cc)}.quiz-card__placement--silver{background:linear-gradient(120deg,#a0aabc40,#0c0f24cc)}.quiz-card__placement--bronze{background:linear-gradient(120deg,#c6844e47,#0c0f24cc)}@media (max-width: 960px){.quiz-modal__dialog{max-height:calc(100vh - 2rem);overflow-y:auto}.quiz-modal__leaderboards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.quiz-modal__dialog{padding:1.5rem;border-radius:22px}.quiz-modal__header{align-items:center}.quiz-modal__leaderboards{grid-template-columns:1fr}.quiz-card__podium{gap:.4rem}}.thumb-modal{position:fixed;inset:0;display:grid;place-items:center;padding:clamp(1.5rem,6vw,3.5rem);background:transparent;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:1200}.thumb-modal--visible{opacity:1;pointer-events:auto}.thumb-modal__backdrop{position:absolute;inset:0;background:#040614c7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.thumb-modal__dialog{position:relative;width:min(640px,92vw);max-height:min(88vh,660px);display:grid;gap:clamp(.8rem,2.6vw,1.2rem);padding:clamp(1.1rem,2.8vw,1.7rem) clamp(1.6rem,4vw,2.4rem) clamp(2.2rem,4.2vw,2.8rem);border-radius:28px;background:linear-gradient(170deg,#0a0d22f2,#040716ed);border:1px solid rgba(245,247,255,.14);box-shadow:0 40px 70px -32px #060818d9;transform:translateY(16px) scale(.96);transition:transform .24s ease;overflow:hidden}.thumb-modal--visible .thumb-modal__dialog{transform:translateY(0) scale(1)}.thumb-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(1rem,3vw,1.5rem)}.thumb-modal__headline{display:grid;gap:.45rem}.thumb-modal__eyebrow{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:#f5f7ffb3}.thumb-modal__header h2{margin:0;font-family:Orbitron,sans-serif;font-size:clamp(1.45rem,4vw,1.9rem);letter-spacing:.08em;color:var(--text-primary)}.thumb-modal__close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(245,247,255,.2);background:#0c0f24a6;color:var(--text-primary);font-size:1.4rem;line-height:1;cursor:pointer;transition:transform .16s ease,background .16s ease}.thumb-modal__close:hover,.thumb-modal__close:focus-visible{background:#7b5cff80;transform:scale(1.05);outline:none}.thumb-modal__body{display:grid;gap:1.1rem;color:var(--text-secondary);justify-items:center;text-align:center}.thumb-modal__logo{width:min(320px,60vw);height:auto;margin-bottom:.5rem;filter:drop-shadow(0 18px 35px rgba(0,0,0,.45))}.thumb-modal__lead{margin:0;font-size:1rem;max-width:520px;color:var(--text-primary);line-height:1.65}.thumb-modal__lead+.thumb-modal__lead{margin-top:-.4rem}.thumb-modal__actions{display:grid;gap:.95rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin-top:0}.thumb-modal__button{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1.4rem;border-radius:18px;text-decoration:none;color:var(--text-primary);border:1px solid rgba(245,247,255,.18);background:#101228d9;box-shadow:0 25px 35px -24px #000c;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.thumb-modal__button:hover,.thumb-modal__button:focus-visible{transform:translateY(-2px);box-shadow:0 30px 40px -22px #7b5cff99;border-color:#7b5cff80;outline:none}.thumb-modal__button-label{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:#f5f7ffb3}.thumb-modal__button-title{margin-top:.35rem;font-size:1.1rem;font-weight:600;letter-spacing:.04em}.thumb-modal__button--ios{background:linear-gradient(140deg,#10dff626,#7b5cff1a)}.thumb-modal__button--android{background:linear-gradient(140deg,#7bffa224,#10dff61f)}@media (max-width: 720px){.thumb-modal__dialog{padding:1.65rem;border-radius:22px;max-height:calc(100vh - 2rem);overflow-y:auto}.thumb-modal__actions{grid-template-columns:1fr}}
