body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-bg-primary:#000;--color-bg-secondary:#0d0d0d;--color-bg-card:#0f1219d9;--color-bg-card-hover:#141923e6;--color-bg-glass:#000000d9;--color-bg-input:#ffffff0d;--color-bg-input-focus:#ffffff14;--color-bg-overlay:#0006;--color-accent-cyan:#00e5ff;--color-accent-cyan-dim:#00e5ff26;--color-accent-blue:#4e92ff;--color-accent-blue-dim:#4e92ff33;--color-accent-pink:#f72585;--color-accent-purple:#7209b7;--color-circuit-pink:#ff69b4;--color-circuit-cyan:#0ff;--color-circuit-yellow:#ff0;--color-text-primary:#f8fafc;--color-text-secondary:#b0bec5;--color-text-muted:#64748b;--color-text-dim:#ffffff80;--color-success:#4caf50;--color-success-dim:#4caf5026;--color-error:#f44336;--color-error-dim:#f4433626;--color-warning:#fb8c00;--color-warning-dim:#fb8c0026;--color-easy:#43a047;--color-medium:#fdd835;--color-hard:#fb8c00;--color-expert:#f44336;--color-border-subtle:#ffffff14;--color-border-medium:#ffffff26;--color-border-glow:#00e5ff33;--color-exit-bg:#f4433626;--color-exit-bg-hover:#f443364d;--color-exit-border:#f4433666;--color-exit-text:#ff6b6b;--font-heading:"Space Grotesk",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--font-display:"Exo 2",sans-serif;--font-brand:"Chakra Petch",sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-pill:50px;--shadow-card:0 8px 32px #0006;--shadow-glow-cyan:0 0 20px #00e5ff26;--shadow-glow-blue:0 0 20px #4e92ff33;--shadow-glow-pink:0 0 20px #f7258533;--z-base:1;--z-card:10;--z-nav:20;--z-modal:30;--z-toast:50;--transition-fast:150ms ease;--transition-base:200ms ease;--transition-slow:300ms ease}@keyframes pulse{0%,to{box-shadow:0 0 10px #fffc;transform:scale(1)}50%{box-shadow:0 0 20px #fff;transform:scale(1.2)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%,to{filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 12px rgba(255,255,255,.8)) drop-shadow(0 0 20px rgba(78,146,255,.6))}}@keyframes titlePulse{0%,to{text-shadow:0 0 15px #4e92ff80}50%{text-shadow:0 0 30px #4e92ffcc}}@keyframes nodeGlow{0%,to{box-shadow:0 0 5px #fffc}50%{box-shadow:0 0 15px #fff}}@keyframes toastIn{0%{opacity:0;transform:translateY(-12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-12px) scale(.96)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.circuit-line,.circuit-node{animation:none!important;opacity:.3}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}button{cursor:pointer}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s}.app-container{background:#000;min-height:100vh;overflow:hidden;position:relative;width:100vw}.circuit-background{background:#000}.circuit-background,.circuit-lines{height:100%;left:0;position:fixed;top:0;width:100%}.circuit-lines{z-index:1}.circuit-line{animation:flowLine 4s linear infinite;height:2px;opacity:0;position:absolute;width:100%}.circuit-line:first-child{animation-delay:0s;background:linear-gradient(90deg,#0000,#ff69b4 50%,#0000);top:20%}.circuit-line:nth-child(2){animation-delay:1s;background:linear-gradient(90deg,#0000,#0ff 50%,#0000);top:40%}.circuit-line:nth-child(3){animation-delay:2s;background:linear-gradient(90deg,#0000,#ff0 50%,#0000);top:60%}.circuit-line:nth-child(4){animation-delay:3s;background:linear-gradient(90deg,#0000,#0ff 50%,#0000);top:80%}.circuit-node{animation:pulse 2s ease-in-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 10px #fffc;height:6px;position:absolute;width:6px}@keyframes flowLine{0%{opacity:0;transform:translateX(-100%)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateX(100%)}}.content{align-items:center;display:flex;justify-content:center;min-height:100vh;position:relative;z-index:2}.overlay{background:#0006;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.categories-content,.difficulty-content,.quiz-content,button,input,select{position:relative;z-index:20}.categories-title,.difficulty-title,.quiz-title{position:relative;z-index:10}.global-back-button{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--color-bg-card);border:1px solid var(--color-border-medium);border-radius:var(--radius-pill);color:var(--color-text-secondary);cursor:pointer;display:flex;font-family:var(--font-mono);font-size:.8rem;font-weight:500;gap:.5rem;left:1rem;letter-spacing:.04em;padding:.5rem 1rem;position:fixed;text-transform:uppercase;top:1rem;transition:all var(--transition-base);z-index:var(--z-nav)}.global-back-button:hover{background:var(--color-bg-card-hover);border-color:var(--color-border-glow);box-shadow:var(--shadow-glow-cyan);color:var(--color-accent-cyan);transform:translateY(-2px)}.global-back-button:focus-visible{outline:2px solid var(--color-accent-cyan);outline-offset:2px}.global-back-button:hover .back-icon{transform:translateX(-3px)}.back-icon{align-items:center;display:flex;transition:transform var(--transition-base)}.exit-home-button{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--color-exit-bg);border:1px solid var(--color-exit-border);border-radius:var(--radius-md);color:var(--color-exit-text);font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all var(--transition-base);z-index:var(--z-nav)}.exit-home-button:hover{background:var(--color-exit-bg-hover);border-color:#f4433699;box-shadow:0 4px 12px #f4433633}.exit-home-button:focus-visible{outline:2px solid var(--color-error);outline-offset:2px}.exit-home-button .icon{align-items:center;display:flex}@media (max-width:768px){.global-back-button{font-size:.75rem;padding:.45rem .85rem}.exit-home-button{font-size:.7rem;padding:.45rem .85rem}}.toast-container{bottom:24px;display:flex;flex-direction:column;gap:10px;pointer-events:none;position:fixed;right:24px;z-index:var(--z-toast)}.toast{animation:toast-in var(--transition-slow) ease forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--color-bg-card);border:1px solid;border-radius:var(--radius-md);box-shadow:var(--shadow-card);color:var(--color-text-primary);font-family:var(--font-body);font-size:.875rem;max-width:380px;padding:14px 20px}.toast--info{border-color:var(--color-accent-cyan);box-shadow:var(--shadow-card),0 0 12px #00e5ff1f}.toast--success{border-color:var(--color-success);box-shadow:var(--shadow-card),0 0 12px #4caf501f}.toast--error{border-color:var(--color-error);box-shadow:var(--shadow-card),0 0 12px #f443361f}.toast--warning{border-color:var(--color-warning);box-shadow:var(--shadow-card),0 0 12px #fb8c001f}.toast-message{line-height:1.4}@keyframes toast-in{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.profile-setup-container{align-items:center;background:#000;color:#fff;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.exit-home-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.7rem 1.2rem;position:fixed;right:1rem;top:1rem;transition:all .3s ease;z-index:100}.exit-home-button:hover{background:#fff3;box-shadow:0 5px 15px #ffffff1a;transform:translateY(-2px)}.icon{transition:transform .3s ease}.exit-home-button:hover .icon{transform:rotate(1turn)}.profile-setup-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:600px;padding:40px;width:100%}.profile-setup-content h2{color:#fff;font-size:2rem;margin-bottom:30px;text-align:center}.social-login-info{background-color:#ffffff0d;border-left:4px solid #00f2fe;border-radius:10px;margin-bottom:25px;padding:15px;text-align:center}.social-login-info p{color:#fffc;font-size:1rem;margin:5px 0}.email-display{color:#fff9;font-size:.9rem;font-style:italic}.profile-setup-content h3{color:#fff;font-size:1.2rem;margin-bottom:20px;text-align:center}.input-group{margin-bottom:30px}.input-group input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:12px;transition:all .3s ease;width:100%}.input-group input:focus{border-color:#00f2fe;box-shadow:0 0 10px #00f2fe4d;outline:none}.input-group input::placeholder{color:#ffffff80}.discipline-selection{margin-bottom:30px}.discipline-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:20px}.discipline-button{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:20px;transition:all .3s ease}.discipline-button:hover{background:#ffffff1a;border-color:#fff3;box-shadow:0 4px 12px #00f2fe33;transform:translateY(-2px)}.discipline-button.selected{background:#00f2fe1a;border-color:#00f2fe;box-shadow:0 0 15px #00f2fe4d}.discipline-icon{font-size:2rem;margin-bottom:8px}.discipline-name{color:#fffc;font-size:.9rem}.error-message{color:#ff4d4d;font-size:.9rem;margin-bottom:20px;text-align:center}.submit-button{background:linear-gradient(45deg,#ff0080,#00f2fe);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 5px 15px #00f2fe4d;transform:translateY(-2px)}.submit-button:disabled{background:linear-gradient(45deg,#ff008080,#00f2fe80);cursor:not-allowed}@media (max-width:480px){.profile-setup-content{padding:20px}.profile-setup-content h2{font-size:1.5rem}.discipline-grid{grid-template-columns:repeat(2,1fr)}.exit-home-button{font-size:.9rem;padding:8px 15px;right:15px;top:15px}}.home-container{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative;width:100vw;z-index:2}.home-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff1a;max-width:500px;padding:3rem;position:relative;text-align:center;width:90%;z-index:3}.logo-hero{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:1.5rem}.diamond-wrap{flex-shrink:0;padding:8px;position:relative}.diamond-box{align-items:center;background:#0e0e16e6;border-radius:10px;display:flex;height:56px;justify-content:center;position:relative;transform:rotate(45deg);width:56px}.diamond-box:before{background:linear-gradient(135deg,#f72585,#7209b7,#4cc9f0);border-radius:11px;content:"";inset:-1.5px;position:absolute;z-index:-1}.diamond-box:after{background:linear-gradient(135deg,#f7258514,#4cc9f00d);border-radius:10px;content:"";inset:0;position:absolute}.glow-ring{animation:glowPulse 3s ease-in-out infinite;background:#0000;border-radius:14px;box-shadow:0 0 16px #f7258559,0 0 32px #f7258526,0 0 48px #4cc9f01a;inset:-8px;position:absolute;z-index:-1}@keyframes glowPulse{0%,to{box-shadow:0 0 16px #f7258559,0 0 32px #f7258526,0 0 48px #4cc9f01a}50%{box-shadow:0 0 24px #f7258580,0 0 48px #f7258540,0 0 64px #4cc9f033}}.dot-grid{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr);padding:10px;position:relative;transform:rotate(-45deg);z-index:1}.dot{background:#4cc9f040;border-radius:50%;height:6px;transition:all .3s;width:6px}.dot.pink{background:#f72585;box-shadow:0 0 8px #f72585,0 0 16px #f7258580}.dot.cyan{background:#4cc9f0;box-shadow:0 0 8px #4cc9f0,0 0 16px #4cc9f080}.dot.white{background:#ffffffb3}.wordmark{display:flex;flex-direction:column;gap:1px;line-height:1}.wm-the{color:#555;font-family:Chakra Petch,sans-serif;font-size:11px;font-weight:600;letter-spacing:5px;margin-bottom:2px;text-transform:uppercase}.wm-daily{color:#fff}.wm-daily,.wm-engineer{font-family:Exo\ 2,sans-serif;font-size:38px;font-weight:900;letter-spacing:-1.5px;line-height:.95}.wm-engineer{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f72585,#b5179e 40%,#4cc9f0);-webkit-background-clip:text;background-clip:text;padding-bottom:6px}.description{color:#b0bec5;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-input{background:#00000080;border:1px solid #0ff3;border-radius:8px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#0ff;box-shadow:0 0 15px #0ff3;outline:none}.login-button{background:linear-gradient(135deg,#f72585,#7209b7,#4cc9f0);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:1rem;text-transform:uppercase;transition:all .3s ease;width:100%}.login-button:hover{box-shadow:0 5px 15px #00ffff4d;transform:translateY(-2px)}.guest-link,.signup-link{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #0ff3;border-radius:8px;color:#0ff;display:block;margin-bottom:1rem;padding:.8rem;text-decoration:none;transition:all .3s ease}.guest-link:hover,.signup-link:hover{background:#00ffff1a;border-color:#0ff6}@media (max-width:768px){.home-content{padding:2rem;width:95%}.logo-hero{gap:14px}.diamond-box{border-radius:8px;height:44px;width:44px}.diamond-box:before{border-radius:9px}.dot-grid{gap:4px;padding:8px}.dot{height:5px;width:5px}.wm-daily,.wm-engineer{font-size:28px}.wm-the{font-size:9px;letter-spacing:4px}}.home-description{animation:fadeIn .8s ease-out .3s both;color:#b0bec5;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.home-leaderboard{animation:fadeIn .8s ease-out .35s both;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;margin-bottom:1.25rem;padding:12px 16px}.home-lb-label{color:#555;display:block;font-size:10px;font-weight:700;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.home-lb-row{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;gap:10px;padding:5px 0}.home-lb-row:last-child{border-bottom:none}.home-lb-rank{flex-shrink:0;font-family:Chakra Petch,sans-serif;font-size:11px;font-weight:800;width:28px}.home-lb-name{color:#e0e0e0;flex:1 1;font-size:13px;font-weight:600;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.home-lb-score{color:#00e5ff;flex-shrink:0;font-family:Chakra Petch,sans-serif;font-size:12px;font-weight:700}.login-form-container{animation:fadeIn .8s ease-out .4s both}.email-form{display:flex;flex-direction:column;gap:1rem}.email-form input{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease}.email-form input:focus{border-color:#2196f3;box-shadow:0 0 0 2px #2196f333;outline:none}.email-form input::placeholder{color:#78909c}.home-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-transform:uppercase;transition:all .3s ease}.switch-mode-button{background:#0000;border:2px solid #90caf933;color:#90caf9;margin-bottom:1rem}.switch-mode-button:hover{background:#90caf91a;border-color:#90caf9}.guest-button{background:#ffffff1a;border:2px solid #ffffff1a;color:#fff}.guest-button:hover{background:#ffffff26;transform:translateY(-2px)}.social-login-options{animation:fadeIn .8s ease-out;display:flex;flex-direction:column;gap:1rem}.social-button{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.8rem;justify-content:center;padding:1rem;transition:all .3s ease}.social-button:hover{background:#ffffff26;transform:translateY(-2px)}.social-icon{font-size:1.2rem}.error-message{animation:shake .5s ease-in-out;background:#ff52521a;border-radius:8px;color:#ff5252;margin-bottom:1rem;padding:.8rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.home-footer{animation:fadeIn .8s ease-out .6s both;color:#78909c;font-size:.9rem;margin-top:2rem}.trophy-counter{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e0;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 16px #00000080;color:#fff;display:flex;gap:16px;left:50%;padding:10px 18px;position:fixed;top:16px;transform:translateX(-50%);z-index:20;z-index:var(--z-nav,20)}.trophy-counter .username{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:Space Grotesk,sans-serif;font-family:var(--font-heading,"Space Grotesk",sans-serif);font-size:.95rem;font-weight:700;letter-spacing:.01em;line-height:1;white-space:nowrap}.trophy-counter .trophy-display{align-items:center;border-left:1px solid #ffffff1f;display:flex;gap:8px;padding-left:16px}.trophy-counter .trophy-icon{color:gold;flex-shrink:0}.trophy-counter .trophy-count{color:gold;font-family:JetBrains Mono,monospace;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:1rem;font-weight:700;letter-spacing:.02em;line-height:1}@media (max-width:768px){.trophy-counter{gap:12px;padding:8px 14px;top:12px}.trophy-counter .username{font-size:.85rem}.trophy-counter .trophy-display{gap:6px;padding-left:12px}.trophy-counter .trophy-count{font-size:.9rem}}.categories-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:80px 1rem 1rem}.categories-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08080ad9;border:1px solid #ffffff12;border-radius:20px;box-shadow:0 10px 30px #00000080;margin:0 auto;max-width:1200px;padding:1.5rem}.categories-header{margin-bottom:1.5rem;text-align:center}.categories-title{color:#00e5ff;font-family:JetBrains Mono,monospace;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:.7rem;font-weight:600;letter-spacing:.18em;margin-bottom:.75rem;text-align:center;text-shadow:0 0 12px #00e5ff80;text-transform:uppercase}.categories-stats{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem}.stat-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff12;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:.4rem .8rem;transition:all .3s ease}.stat-item:hover{background:#ffffff17;box-shadow:0 5px 15px #0000004d;transform:translateY(-3px) scale(1.05)}.stat-icon{display:inline-block;transition:all .3s ease}.stat-item:hover .stat-icon{animation:bounce .5s ease infinite alternate;transform:scale(1.2)}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.categories-description{color:#fff;font-size:1rem;line-height:1.4;margin:0 auto 1rem;max-width:800px;text-align:center}.leaderboard-link-btn{align-items:center;background:#00e5ff1f;border:1px solid #00e5ff4d;border-radius:50px;color:#00e5ff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin:0 auto;padding:.6rem 1.4rem;transition:all .3s ease}.leaderboard-link-btn:hover{background:#00e5ff40;box-shadow:0 4px 15px #00e5ff33;transform:translateY(-2px)}.categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(260px,340px));justify-content:center;margin-top:1rem}.category-card{background:#0c0c0ee6;border:1px solid #ffffff12;border-radius:12px;box-shadow:0 10px 20px #0006;cursor:pointer;display:flex;flex-direction:column;height:220px;overflow:hidden;position:relative;transition:all .3s ease}.category-card:hover{border-color:#4e92ff4d;box-shadow:0 15px 30px #0000004d;transform:translateY(-5px) scale(1.05);z-index:10}.category-card:after{border:2px solid #0000;border-radius:12px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:all .3s ease}.category-card:hover:after{border-color:#4e92ff99;box-shadow:0 0 15px #4e92ff80}.category-card:first-child{border-left:3px solid #f44336}.category-card:nth-child(2){border-left:3px solid #2196f3}.category-card:nth-child(3){border-left:3px solid #9c27b0}.category-card:nth-child(4){border-left:3px solid #4caf50}.category-card:nth-child(5){border-left:3px solid #ff9800}.category-content{display:flex;flex:1 1;flex-direction:column;padding:1rem}.category-icon{display:inline-block;font-size:2rem;margin-bottom:.8rem;transition:transform .5s ease}.category-card:hover .category-icon{animation:shine 1.5s ease infinite;transform:rotate(1turn) scale(1.2)}.category-card:first-child .category-icon{color:#f44336}.category-card:nth-child(2) .category-icon{color:#2196f3}.category-card:nth-child(3) .category-icon{color:#9c27b0}.category-card:nth-child(4) .category-icon{color:#4caf50}.category-card:nth-child(5) .category-icon{color:#ff9800}.category-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.category-description{color:#b0bec5;flex-grow:1;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.category-details{background:#08080af7;bottom:0;display:flex;flex-direction:column;height:0;justify-content:center;left:0;opacity:0;overflow:hidden;padding:0 1.5rem;position:absolute;right:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.category-card:hover .category-details{height:100%;opacity:1;padding:1.5rem}.detail-item{align-items:center;color:#90caf9;font-size:.9rem;gap:.5rem;margin-bottom:.75rem;opacity:0;transform:translateY(20px);transition:all .3s ease}.category-card:hover .detail-item{opacity:1;transform:translateY(0);transition-delay:.1s}.category-card:hover .detail-item:nth-child(2){transition-delay:.2s}.detail-icon{animation:pulse 1.5s infinite alternate;display:inline-block}.start-challenge-btn{align-items:center;background:linear-gradient(135deg,#4e92ff,#2979ff);border:none;border-radius:8px;box-shadow:0 5px 15px #2979ff4d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-top:.8rem;opacity:0;overflow:hidden;padding:.7rem 1.2rem;position:relative;transform:translateY(20px);transition:all .3s ease}.category-card:hover .start-challenge-btn{opacity:1;transform:translateY(0);transition-delay:.3s}.start-challenge-btn:hover{background:linear-gradient(135deg,#2979ff,#1565c0);box-shadow:0 8px 20px #2979ff66;transform:translateY(-2px) scale(1.05)}.start-challenge-btn:after{background:#ffffffb3;border-radius:100%;content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:scale(1);transition:all .6s ease;width:5px}.start-challenge-btn:active:after{opacity:1;opacity:0;transform:scale(20)}@media (max-width:768px){.categories-container{padding:.5rem}.categories-content{padding:1rem}.categories-title{font-size:.6rem}.categories-stats{flex-direction:column;gap:.5rem}.categories-description{font-size:.9rem}.categories-grid{grid-template-columns:1fr}.category-card{height:180px}}.admin-fab-button{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00e5ff1f;border:1px solid #00e5ff33;border:1px solid var(--color-accent-cyan-dim,#00e5ff33);border-radius:8px;border-radius:var(--radius-md,8px);bottom:1.5rem;color:#00e5ff;color:var(--color-accent-cyan,#00e5ff);cursor:pointer;display:flex;font-family:monospace;font-family:var(--font-mono,monospace);font-size:.8rem;font-weight:500;gap:6px;letter-spacing:.05em;padding:.6rem 1.1rem;position:fixed;right:1.5rem;text-transform:uppercase;transition:all .2s ease;transition:all var(--transition-base,.2s ease);z-index:20;z-index:var(--z-nav,20)}.admin-fab-button:hover{background:#00e5ff40;border-color:#00e5ff66;box-shadow:0 4px 16px #00e5ff33;transform:translateY(-2px)}.difficulty-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 1rem;position:relative;width:100%}.difficulty-container:before{animation:backgroundScroll 60s linear infinite;background:none;content:"";height:200%;opacity:.5;pointer-events:none;position:absolute;width:200%}.difficulty-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 10px 30px #00000040;max-width:800px;padding:2.5rem;position:relative;width:100%;z-index:5}.difficulty-title{color:#00e5ff;font-family:JetBrains Mono,monospace;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:.7rem;font-weight:600;letter-spacing:.18em;margin-bottom:2.5rem;text-align:center;text-shadow:0 0 12px #00e5ff80;text-transform:uppercase}.difficulty-grid{display:flex;flex-direction:column;gap:1.5rem}.difficulty-info{flex:1 1}.difficulty-name{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.difficulty-description{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:.95rem;line-height:1.4}@keyframes lockPulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(1)}}@keyframes backgroundScroll{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:768px){.difficulty-container{padding:2rem 1rem}.difficulty-content{padding:1.5rem}.difficulty-title{margin-bottom:2rem}.difficulty-card{padding:1rem}.difficulty-name{font-size:1.3rem}.difficulty-description{font-size:.9rem}}.difficulty-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0f1219d9;background:var(--color-bg-card,#0f1219d9);border-bottom:1px solid #ffffff14;border-radius:12px;border-radius:var(--radius-lg,12px);border-right:1px solid #ffffff14;border-top:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);border-left:4px solid;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease;transition:all var(--transition-slow,.3s ease)}.difficulty-card:not(.disabled):hover{background:#141923e6;background:var(--color-bg-card-hover,#141923e6);box-shadow:0 0 20px #4e92ff33;box-shadow:var(--shadow-glow-blue,0 0 20px #4e92ff33);transform:translateY(-4px)}.difficulty-card:not(.disabled):focus-visible{outline:2px solid #00e5ff;outline:2px solid var(--color-accent-cyan,#00e5ff);outline-offset:2px}.difficulty-card.disabled{cursor:not-allowed;filter:saturate(.5);opacity:.55}.difficulty-lock-overlay{align-items:center;color:#fff6;display:flex;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.difficulty-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.difficulty-icon{align-items:center;display:flex;flex-shrink:0}.difficulty-level{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1.25rem;font-weight:600;margin:0}.difficulty-description-text{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-family:sans-serif;font-family:var(--font-body,sans-serif);font-size:.9rem;line-height:1.5;margin:0}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2) format("woff2"),url(/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff) format("woff"),url(/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2) format("woff2"),url(/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff) format("woff"),url(/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-display:block;font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.44"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.quiz-question{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px;padding:1.5rem;width:100%}.quiz-metadata{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.75rem}.quiz-category{background:#ffffff14;border:1px solid #ffffff0f;color:#ffffffb3;font-weight:500}.quiz-category,.quiz-difficulty{border-radius:6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;letter-spacing:.08em;padding:.4rem .8rem;text-transform:uppercase}.quiz-difficulty{font-weight:600}.difficulty-basic,.difficulty-easy{background:linear-gradient(135deg,#4caf50,#8bc34a);box-shadow:0 0 12px #4caf504d;color:#fff}.difficulty-intermediate,.difficulty-medium{background:linear-gradient(135deg,#2196f3,#03a9f4);box-shadow:0 0 12px #2196f34d;color:#fff}.difficulty-advanced,.difficulty-hard{background:linear-gradient(135deg,#ff9800,#ffc107);box-shadow:0 0 12px #ff98004d;color:#fff}.difficulty-expert{background:linear-gradient(135deg,#f44336,#ff5722);box-shadow:0 0 12px #f443364d;color:#fff}.question-text{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.6;margin:1rem 0;padding-bottom:1rem;text-shadow:0 2px 4px #0003}.question-image{border-radius:12px;box-shadow:0 5px 15px #0003;margin:1rem 0;max-height:300px;max-width:100%}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:1rem 0}.option-button{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff0f;border-left-width:4px;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;gap:.75rem;min-height:60px;padding:.85rem 1rem;text-align:left;transition:all .3s ease}.options-grid .option-button:first-child{border-left-color:#00e5ff}.options-grid .option-button:nth-child(2){border-left-color:#38bdf8}.options-grid .option-button:nth-child(3){border-left-color:#06b6d4}.options-grid .option-button:nth-child(4){border-left-color:#0ea5e9}.option-letter{align-items:center;border-radius:4px;color:#fff;display:flex;flex-shrink:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;font-weight:700;height:32px;justify-content:center;width:32px}.options-grid .option-button:first-child .option-letter{background:linear-gradient(135deg,#00e5ff,#0097a7)}.options-grid .option-button:nth-child(2) .option-letter{background:linear-gradient(135deg,#38bdf8,#0284c7)}.options-grid .option-button:nth-child(3) .option-letter{background:linear-gradient(135deg,#06b6d4,#0e7490)}.options-grid .option-button:nth-child(4) .option-letter{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.option-text{flex:1 1}.option-button:hover:not([disabled]){background:#00e5ff14;border-color:#00e5ff33;box-shadow:0 4px 20px #0000004d,inset 0 1px 0 #00e5ff0d;transform:scale(1.02)}.option-button.dimmed{opacity:.2;transition:opacity .4s ease}.option-button:active:not([disabled]){transform:translateY(0)}.option-button:disabled{cursor:default}.option-button.correct{animation:correct-flash .6s ease-out;background:linear-gradient(135deg,#4caf5059,#8bc34a59);border-color:#4caf50;border-left-color:#4caf50!important;box-shadow:0 0 35px #4caf5099,0 0 80px #4caf5026;color:#fff;opacity:1!important}.option-button.correct .option-letter{background:linear-gradient(135deg,#4caf50,#8bc34a)!important}.option-button.incorrect{animation:incorrect-shake .5s;background:linear-gradient(135deg,#f443364d,#ff57224d);border-color:#f44336;border-left-color:#f44336!important;color:#fff}.option-button.incorrect .option-letter{background:linear-gradient(135deg,#f44336,#ff5722)!important}.post-answer-zone{display:flex;flex-direction:column;gap:1.5rem}.manim-player-container{aspect-ratio:16/9;border-radius:8px;cursor:pointer;overflow:hidden;position:relative}.manim-player-container:hover{box-shadow:0 0 15px #58c4dd26}.manim-video-borderless{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.manim-video-borderless::-webkit-media-controls,.manim-video-borderless::-webkit-media-controls-enclosure{display:none!important}.play-overlay{align-items:center;background:#0000004d;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.manim-player-container:hover .play-overlay{background:#00000026}.custom-progress-bar{background:#ffffff1a;bottom:0;height:3px;left:0;position:absolute;right:0}.custom-progress-fill{background:linear-gradient(90deg,#58c4dd,#83c167);height:100%;transition:width .1s linear}.hint-stepper{display:flex;flex-direction:column;gap:1rem}.hint-step.step-revealed{animation:step-unlock .4s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0a0a0ae6;border:1px solid #00e5ff33;border-left:3px solid #00e5ff;border-radius:8px}.hint-step.step-locked,.hint-step.step-revealed{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem}.hint-step.step-locked{background:#0a0a0a66;border:1px dashed #ffffff0f;border-radius:8px;opacity:.3}.hint-step.step-locked .step-title{color:#ffffff59;filter:blur(.5px);font-style:italic}@keyframes step-unlock{0%{border-color:#00e5ffcc;box-shadow:0 0 20px #00e5ff4d}to{border-color:#00e5ff33;box-shadow:none}}.step-header{gap:.75rem}.step-badge,.step-header{align-items:center;display:flex}.step-badge{background:linear-gradient(135deg,#0ea5e9,#00e5ff);border-radius:4px;box-shadow:0 0 10px #00e5ff4d;color:#fff;flex-shrink:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;font-weight:700;height:28px;justify-content:center;width:28px}.step-badge.badge-locked{background:#ffffff1a;box-shadow:none;color:#ffffff4d}.step-title{color:#fff;font-size:1rem;font-weight:700}.step-content{color:#ffffffd9;font-size:.95rem;line-height:1.5;margin:0}.step-formula{animation:formula-glow .5s ease-out;background:#040408e6;border-left:4px solid #4caf50;border-radius:0 8px 8px 0;box-shadow:0 0 20px #4caf5014;line-height:1.8;overflow-x:auto;padding:1rem 1.2rem}.step-formula,.step-formula .katex{color:#69f0ae;font-size:1.15rem}.step-calculation{animation:formula-glow .5s ease-out .1s both;background:#040408e6;border-left:4px solid #fdd835;border-radius:0 8px 8px 0;box-shadow:0 0 20px #fdd8350f;line-height:1.8;overflow-x:auto;padding:1rem 1.2rem}.step-calculation,.step-calculation .katex{color:#fff9c4;font-size:1.1rem}@keyframes formula-glow{0%{border-color:#00e5ff99;box-shadow:0 0 25px #00e5ff4d}to{box-shadow:none}}.reveal-all-link{background:none;border:none;color:#00e5ff66;cursor:pointer;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;letter-spacing:.03em;padding:.25rem .5rem;transition:color .2s ease}.reveal-all-link:hover{color:#00e5ffb3;text-decoration:underline}.hint-controls{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.reveal-hint-btn{background:#0000;border:1px solid #00e5ff4d;border-radius:8px;color:#00e5ff;cursor:pointer;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:.7rem 1.8rem;text-transform:uppercase;transition:all .3s ease}.reveal-hint-btn:hover:not(:disabled){background:#00e5ff1a;box-shadow:0 0 20px #00e5ff33;transform:translateY(-2px)}.reveal-hint-btn:active:not(:disabled){transform:translateY(0)}.reveal-hint-btn.completed{border-color:#00e5ff26;color:#00e5ff66;cursor:default}.step-progress{align-items:center;display:flex;gap:8px}.step-dot{background:#fff3;border-radius:50%;height:8px;transition:all .3s ease;width:8px}.step-dot.revealed{background:#00e5ff;box-shadow:0 0 8px #00e5ff80}.solution{background:#0a0a0ae6;border:1px solid #00e5ff1a;border-left:4px solid #4caf50;border-radius:8px;padding:1.5rem}.solution h4{color:#fff;font-size:1.2rem;margin-top:0}.solution p{color:#ffffffd9;line-height:1.6;margin-bottom:0}.next-question-button{align-self:center;animation:next-btn-glow 2s ease-in-out infinite;background:linear-gradient(135deg,#0ea5e9,#00e5ff);border:none;border-radius:8px;box-shadow:0 5px 15px #0003;color:#fff;cursor:pointer;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem;font-weight:600;letter-spacing:.08em;margin-top:.5rem;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}@keyframes next-btn-glow{0%,to{box-shadow:0 5px 15px #0003}50%{box-shadow:0 5px 30px #00e5ff80,0 0 60px #00e5ff33}}.next-question-button:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-3px)}.next-question-button:active{transform:translateY(-1px)}@keyframes correct-flash{0%{box-shadow:0 0 30px #4caf50cc;transform:scale(1.05)}to{box-shadow:0 0 20px #4caf5066;transform:scale(1)}}@keyframes incorrect-shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@media (max-width:768px){.options-grid{grid-template-columns:1fr}.quiz-question{padding:1rem}.question-text{font-size:1.2rem}.option-button{font-size:1rem;padding:.8rem}.option-letter{font-size:.8rem;height:28px;width:28px}.hint-step.step-locked,.hint-step.step-revealed{padding:1rem}.step-calculation,.step-formula{font-size:.85rem;overflow-x:auto}.manim-player-container{border-radius:8px}}.progressive-hints{display:flex;flex-direction:column;gap:1rem;width:100%}.slide-frame{background:#000;border:none;overflow:hidden;width:100%}.slide-frame img{background:#000;display:block;max-height:420px;object-fit:contain;-webkit-user-select:none;user-select:none;width:100%}.hint-progress-line-container{padding:.25rem 0}.hint-progress-line{background:#ffffff0f;border-radius:1px;height:2px;overflow:hidden;width:100%}.hint-progress-line-fill{background:linear-gradient(90deg,#0ea5e9,#00e5ff);border-radius:1px;box-shadow:0 0 8px #00e5ff66,0 0 20px #00e5ff26;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.hint-text-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#06060af2;border:1px solid #00e5ff26;border-left:3px solid #00e5ff;border-radius:8px;padding:1rem 1.2rem}.hint-text-header{align-items:center;display:flex;gap:.6rem;margin-bottom:.6rem}.hint-text-badge{background:linear-gradient(135deg,#0ea5e9,#00e5ff);border-radius:4px;color:#fff;flex-shrink:0;font-family:JetBrains Mono,Fira Code,monospace;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:3px 10px;text-transform:uppercase}.hint-text-title{color:#fff;font-size:.95rem;font-weight:600}.hint-text-content{color:#fffc;font-size:.92rem;line-height:1.55;margin:0}.hint-text-formula{background:#040408e6;border-left:4px solid #4caf50;border-radius:0 8px 8px 0;line-height:1.8;margin-top:.5rem;overflow-x:auto;padding:.8rem 1rem}.hint-text-formula,.hint-text-formula .katex{color:#69f0ae;font-size:1.05rem}.hint-text-calculation{background:#040408e6;border-left:4px solid #fdd835;border-radius:0 8px 8px 0;line-height:1.8;margin-top:.4rem;overflow-x:auto;padding:.8rem 1rem}.hint-text-calculation,.hint-text-calculation .katex{color:#fff9c4;font-size:1rem}.hint-reveal-btn{align-items:center;background:#0000;border:1px solid #00e5ff33;border-radius:8px;color:#00e5ffe6;cursor:pointer;display:flex;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;font-weight:600;justify-content:center;letter-spacing:.05em;padding:14px 20px;text-transform:uppercase;transition:all .25s ease;width:100%}.hint-reveal-btn:hover{background:#00e5ff14;border-color:#00e5ff80;box-shadow:0 4px 16px #00e5ff26;transform:translateY(-2px)}.hint-reveal-btn:active{transform:translateY(0)}.hints-complete{color:#00e5ff66;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;font-weight:500;letter-spacing:.05em;padding:.5rem 0;text-align:center;text-transform:uppercase}@media (max-width:768px){.hint-text-card{padding:.8rem 1rem}.hint-reveal-btn{font-size:.75rem;padding:12px 16px}}body.quiz-active .app-container{background:#000!important}body.quiz-active #root:before,body.quiz-active .circuit-background,body.quiz-active .overlay{display:none!important}.quiz-container{background:#000;min-height:100vh;padding:1rem}.quiz-container,.quiz-content{overflow:hidden;position:relative}.quiz-content{background:#0000;border:none;color:#fff;margin:5rem auto 2rem;max-width:900px;z-index:2}.quiz-progress{background:#0000;padding:.75rem 1.5rem}.progress-indicator{background:#ffffff0a;border-radius:1.5px;height:3px;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#0ea5e9,#00e5ff);border-radius:1.5px;box-shadow:0 0 8px #00e5ff66,0 0 20px #00e5ff26;height:100%;transition:width .5s ease}.quiz-complete{align-items:center;display:flex;flex-direction:column;padding:2.5rem;text-align:center}.quiz-complete h2{font-size:2rem;margin-bottom:1.5rem;margin-top:0;text-shadow:0 0 20px currentColor}.score-ring-container{height:160px;margin-bottom:1.5rem;position:relative;width:160px}.score-ring{height:100%;width:100%}.score-ring-text{align-items:baseline;display:flex;gap:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.score-ring-value{color:#fff;font-size:2.5rem;font-weight:800;line-height:1}.score-ring-divider{color:#fff6;font-size:1.2rem;margin:0 2px}.score-ring-total{color:#ffffff80;font-size:1.3rem;font-weight:600}.score-container{animation:fadeIn 1s ease .3s both;margin-bottom:2rem}.score{color:#fff;font-size:1.5rem;margin-bottom:1rem}.score-value{color:#38bdf8;font-size:1.8rem;font-weight:700}.perfect-score{animation:pulse 2s infinite;color:#fde047;font-size:1.3rem;font-weight:700;margin-top:.5rem}.good-score{color:#a3e635}.good-score,.keep-practicing{font-size:1.2rem;font-weight:600}.keep-practicing{color:#fb923c}.trophies-earned{background:#ffffff14;border:1px solid #ffffff1a;border-radius:30px;font-size:1.2rem;margin-bottom:2rem;padding:.8rem 1.5rem}.quiz-actions{animation:fadeIn 1s ease .9s both;display:flex;gap:1rem;margin-top:1rem}.quiz-actions button{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#141414cc;border:1px solid #ffffff14;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;gap:.5rem;letter-spacing:.05em;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.quiz-actions button:hover{background:#00e5ff14;border-color:#00e5ff33;box-shadow:0 4px 12px #0000004d;transform:translateY(-3px)}.quiz-actions button:first-child{background:linear-gradient(135deg,#0284c7,#0ea5e9);border-color:#0000}.quiz-actions button:first-child:hover{box-shadow:0 4px 16px #00e5ff4d}.quiz-actions .icon{font-size:1.2rem}.share-score-btn{align-items:center;animation:fadeIn 1s ease 1.1s both;background:#00e5ff14;border:1px solid #00e5ff33;border-radius:8px;color:#00e5ff;cursor:pointer;display:flex;font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.08em;margin-top:1.2rem;padding:.7rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.share-score-btn:hover{background:#00e5ff2e;box-shadow:0 4px 15px #00e5ff33;transform:translateY(-2px)}.share-status{animation:fadeIn .3s ease;color:#a3e635;font-size:.85rem;margin-top:.6rem}.loading{align-items:center;background:linear-gradient(135deg,#000,#0a0a0a);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.loading p{font-size:1.1rem;margin:.5rem 0}@media (max-width:768px){.quiz-content{margin:6rem auto 1rem;width:95%}.quiz-complete{padding:1.5rem}.quiz-complete h2{font-size:1.6rem}.score-ring-container{height:130px;width:130px}.score-ring-value{font-size:2rem}.score{font-size:1.2rem}.score-value{font-size:1.5rem}.good-score,.keep-practicing,.perfect-score{font-size:1rem}.trophies-earned{font-size:1rem;padding:.6rem 1.2rem}.quiz-actions button{font-size:.9rem;padding:.6rem 1.2rem}.exit-home-button{font-size:.8rem;padding:.4rem .8rem;right:.5rem;top:.5rem}}.diagram-admin-container{background:#000000b3;border-radius:12px;box-shadow:0 10px 30px #0000004d;color:#fff;margin:40px auto;max-width:1000px;padding:20px;position:relative}.back-button{background:linear-gradient(135deg,#333,#111);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;left:20px;padding:8px 16px;position:absolute;top:20px;transition:all .3s ease}.back-button:hover{background:linear-gradient(135deg,#444,#222);transform:translateY(-2px)}.admin-content{margin-top:30px}h1{color:#4fc3f7;font-size:28px;margin-bottom:20px;text-align:center;text-shadow:0 0 10px #4fc3f780}.admin-description{color:#ccc;font-size:16px;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.form-controls{background:#ffffff0d;border-radius:10px;gap:20px;margin:0 auto 30px;max-width:500px;padding:20px}.form-controls,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}label{color:#bbb;font-size:14px}input,select{background:#0003;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:16px;padding:10px}select:disabled{cursor:not-allowed;opacity:.7}.generate-button{background:linear-gradient(135deg,#2196f3,#0d47a1);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:10px;padding:12px;transition:all .3s ease}.generate-button:hover:not(:disabled){background:linear-gradient(135deg,#1e88e5,#0d47a1);transform:translateY(-2px)}.generate-button:disabled{cursor:not-allowed;opacity:.7}.message{background:#ffffff1a;border-radius:6px;margin:20px auto;max-width:600px;padding:15px;text-align:center}.results-container{background:#ffffff0d;border-radius:10px;margin-left:auto;margin-right:auto;margin-top:30px;max-width:800px;padding:20px}.results-container h3{color:#81d4fa;margin-bottom:15px;margin-top:0}.results-table{border-collapse:collapse;width:100%}.results-header{border-bottom:1px solid #ffffff1a;color:#81d4fa;font-weight:700}.result-row,.results-header{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 120px 100px 1fr;padding:10px}.result-row{border-bottom:1px solid #ffffff0d}.result-row.success{background:#4caf501a}.result-row.error{background:#f443361a}.result-cell{font-size:14px;overflow-wrap:break-word}@media (max-width:768px){.diagram-admin-container{margin:20px 10px;padding:15px}.back-button{display:block;margin-bottom:20px;position:static}.result-row,.results-header{font-size:13px;grid-template-columns:100px 80px 80px 1fr}.form-controls{padding:15px}}.pricing-container{background:#0000;color:#f8fafc;color:var(--color-text-primary,#f8fafc);min-height:100vh;padding:80px 20px 60px}.pricing-content{margin:0 auto;max-width:1200px}.pricing-title{animation:titlePulse 3s infinite;color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:3rem;font-weight:700;margin:0 0 16px;text-align:center;text-shadow:0 0 30px #4e92ff66}.pricing-subtitle{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:1.1rem;line-height:1.6;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.pricing-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:40px 0}.pricing-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f1219d9;background:var(--color-bg-card,#0f1219d9);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);border-radius:16px;border-radius:var(--radius-xl,16px);box-shadow:0 8px 32px #0006;box-shadow:var(--shadow-card,0 8px 32px #0006);color:#f8fafc;color:var(--color-text-primary,#f8fafc);display:flex;flex-direction:column;padding:36px 32px;position:relative;transition:all .3s ease;transition:all var(--transition-slow,.3s ease)}.pricing-card:hover{border-color:#ffffff26;border-color:var(--color-border-medium,#ffffff26);box-shadow:0 16px 48px #00000080;transform:translateY(-4px)}.pricing-card.pro{border-color:#00e5ff;border-color:var(--color-accent-cyan,#00e5ff);box-shadow:0 0 20px #00e5ff26,0 8px 32px #0006;box-shadow:var(--shadow-glow-cyan,0 0 20px #00e5ff26),var(--shadow-card,0 8px 32px #0006);transform:scale(1.02)}.pricing-card.pro:hover{transform:scale(1.02) translateY(-4px)}.pricing-badge{background:linear-gradient(135deg,#00e5ff,#4e92ff);background:linear-gradient(135deg,var(--color-accent-cyan,#00e5ff) 0,var(--color-accent-blue,#4e92ff) 100%);border-radius:50px;border-radius:var(--radius-pill,50px);color:#000;font-family:monospace;font-family:var(--font-mono,monospace);font-size:.75rem;font-weight:700;left:50%;letter-spacing:.08em;padding:6px 18px;position:absolute;text-transform:uppercase;top:-14px;transform:translateX(-50%);white-space:nowrap}.pricing-header{margin-bottom:24px;text-align:center}.pricing-header h2{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1.6rem;margin:0 0 12px}.pricing-price{align-items:baseline;display:flex;gap:4px;justify-content:center}.pricing-price .amount{color:#00e5ff;color:var(--color-accent-cyan,#00e5ff);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:2.8rem;font-weight:700}.pricing-price .period{color:#64748b;color:var(--color-text-muted,#64748b);font-size:1rem;margin-left:4px}.pricing-description{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:.95rem;line-height:1.5;margin-bottom:24px;text-align:center}.pricing-features{flex-grow:1;list-style:none;margin:0 0 28px;padding:0}.pricing-features li{align-items:center;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--color-border-subtle,#ffffff14);color:#b0bec5;color:var(--color-text-secondary,#b0bec5);display:flex;font-size:.9rem;gap:10px;padding:10px 0}.pricing-features li:last-child{border-bottom:none}.pricing-features .check{color:#00e5ff;color:var(--color-accent-cyan,#00e5ff);flex-shrink:0}.pricing-button{border:none;border-radius:8px;border-radius:var(--radius-md,8px);cursor:pointer;font-family:monospace;font-family:var(--font-mono,monospace);font-size:.9rem;font-weight:600;letter-spacing:.04em;padding:12px 24px;text-transform:uppercase;transition:all .2s ease;transition:all var(--transition-base,.2s ease)}.pricing-button.free-button{background:#ffffff0d;background:var(--color-bg-input,#ffffff0d);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);color:#64748b;color:var(--color-text-muted,#64748b);cursor:not-allowed}.pricing-button.subscribe-button{background:linear-gradient(135deg,#4e92ff,#00e5ff);background:linear-gradient(135deg,var(--color-accent-blue,#4e92ff) 0,var(--color-accent-cyan,#00e5ff) 100%);color:#000;font-weight:700}.pricing-button.subscribe-button:hover:not(:disabled){box-shadow:0 0 20px #00e5ff26;box-shadow:var(--shadow-glow-cyan,0 0 20px #00e5ff26);transform:translateY(-2px)}.pricing-button.subscribed{background:#4caf5026;background:var(--color-success-dim,#4caf5026);border:1px solid #4caf50;border:1px solid var(--color-success,#4caf50);color:#4caf50;color:var(--color-success,#4caf50);cursor:not-allowed}.pricing-button.secondary{background:#0000;border:1px solid #00e5ff;border:1px solid var(--color-accent-cyan,#00e5ff);color:#00e5ff;color:var(--color-accent-cyan,#00e5ff)}.pricing-button.secondary:hover:not(:disabled){background:#00e5ff1a;background:var(--color-accent-cyan-dim,#00e5ff1a)}.pricing-button:disabled{cursor:not-allowed;opacity:.7}.pricing-button-group{display:flex;flex-direction:column;gap:10px}.remaining-days{color:#64748b;color:var(--color-text-muted,#64748b);font-size:.85rem;margin:0;text-align:center}.pricing-error{background:#f4433626;background:var(--color-error-dim,#f4433626);border:1px solid #f443364d;border-radius:8px;border-radius:var(--radius-md,8px);color:#ef9a9a;font-size:.9rem;margin-top:24px;padding:14px;text-align:center}.pricing-faq{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0f1219d9;background:var(--color-bg-card,#0f1219d9);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);border-radius:16px;border-radius:var(--radius-xl,16px);margin-top:60px;padding:40px}.pricing-faq h3{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1.8rem;margin:0 0 32px;text-align:center}.faq-item{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--color-border-subtle,#ffffff14);margin-bottom:24px;padding-bottom:24px}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h4{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1rem;font-weight:600;margin:0 0 8px}.faq-item p{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:.9rem;line-height:1.6;margin:0}@media (max-width:768px){.pricing-container{padding:70px 16px 40px}.pricing-title{font-size:2rem}.pricing-subtitle{font-size:.95rem}.pricing-cards{grid-template-columns:1fr}.pricing-card.pro{transform:scale(1)}.pricing-card.pro:hover{transform:translateY(-4px)}.pricing-faq{padding:24px}.pricing-faq h3{font-size:1.4rem}}.subscription-container{align-items:center;background:#0000;display:flex;justify-content:center;min-height:100vh;padding:20px}.subscription-content{max-width:500px;width:100%}.subscription-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f1219d9;background:var(--color-bg-card,#0f1219d9);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);border-radius:20px;border-radius:var(--radius-2xl,20px);box-shadow:0 8px 32px #0006;box-shadow:var(--shadow-card,0 8px 32px #0006);padding:48px 32px;text-align:center}.subscription-card h1{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-family:sans-serif;font-family:var(--font-heading,sans-serif);font-size:1.8rem;margin:16px 0}.subscription-card p{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:.95rem;line-height:1.6;margin:12px 0}.success-icon{align-items:center;animation:bounce .8s ease-in-out;background:#4caf501f;background:var(--color-success-dim,#4caf501f);border-radius:50%;color:#4caf50;color:var(--color-success,#4caf50);display:flex;height:72px;justify-content:center;margin:0 auto;width:72px}.success-message{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:1rem;margin:16px 0}.subscription-details{background:#ffffff0d;background:var(--color-bg-input,#ffffff0d);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);border-radius:12px;border-radius:var(--radius-lg,12px);margin:24px 0;padding:20px;text-align:left}.detail-item{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--color-border-subtle,#ffffff14);display:flex;justify-content:space-between;padding:10px 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#b0bec5;color:var(--color-text-secondary,#b0bec5);font-size:.9rem;font-weight:600}.detail-item .value{color:#f8fafc;color:var(--color-text-primary,#f8fafc);font-size:.9rem}.detail-item .value.status-active{color:#4caf50;color:var(--color-success,#4caf50);font-weight:600}.subscription-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.subscription-button{border:none;border-radius:8px;border-radius:var(--radius-md,8px);cursor:pointer;font-family:monospace;font-family:var(--font-mono,monospace);font-size:.85rem;font-weight:600;letter-spacing:.04em;padding:12px 24px;text-transform:uppercase;transition:all .2s ease;transition:all var(--transition-base,.2s ease)}.subscription-button.primary{background:linear-gradient(135deg,#4e92ff,#00e5ff);background:linear-gradient(135deg,var(--color-accent-blue,#4e92ff) 0,var(--color-accent-cyan,#00e5ff) 100%);color:#000;font-weight:700}.subscription-button.primary:hover{box-shadow:0 0 20px #00e5ff26;box-shadow:var(--shadow-glow-cyan,0 0 20px #00e5ff26);transform:translateY(-2px)}.subscription-button.secondary{background:#0000;border:1px solid #00e5ff;border:1px solid var(--color-accent-cyan,#00e5ff);color:#00e5ff;color:var(--color-accent-cyan,#00e5ff)}.subscription-button.secondary:hover{background:#00e5ff1a;background:var(--color-accent-cyan-dim,#00e5ff1a)}.subscription-button:not(.primary):not(.secondary){background:#ffffff0d;background:var(--color-bg-input,#ffffff0d);border:1px solid #ffffff14;border:1px solid var(--color-border-subtle,#ffffff14);color:#b0bec5;color:var(--color-text-secondary,#b0bec5)}.subscription-button:not(.primary):not(.secondary):hover{background:#ffffff14;background:var(--color-bg-input-focus,#ffffff14);color:#f8fafc;color:var(--color-text-primary,#f8fafc)}.subscription-card.error{background:#0f1219e6;border-color:#f443364d}.subscription-card.error h1{color:#ef9a9a}.subscription-card.error p{color:#b0bec5;color:var(--color-text-secondary,#b0bec5)}.support-note{color:#64748b!important;color:var(--color-text-muted,#64748b)!important;font-size:.82rem;font-style:italic;margin-top:16px}.subscription-card.cancelled{border-color:#fb8c004d}.subscription-card.cancelled h1{color:#ffcc80}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff14;border-top:3px solid #00e5ff;border:3px solid var(--color-border-subtle,#ffffff14);border-radius:50%;border-top-color:var(--color-accent-cyan,#00e5ff);height:48px;margin:50px auto;width:48px}@media (max-width:480px){.subscription-card{padding:32px 20px}.subscription-card h1{font-size:1.4rem}.success-icon{height:60px;width:60px}}.leaderboard-container{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;padding:4rem 1rem 1rem}.leaderboard-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141923b3;border:1px solid #00e5ff26;border-radius:20px;box-shadow:0 10px 30px #00000040;margin:0 auto;max-width:800px;padding:2rem;width:100%}.leaderboard-header{margin-bottom:2rem;text-align:center}.leaderboard-title{color:#00e5ff;font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 15px #00e5ff66}.leaderboard-subtitle{color:#b0bec5;font-size:1rem}.leaderboard-loading{align-items:center;color:#b0bec5;display:flex;flex-direction:column;padding:3rem 0}.loading-spinner{animation:spin .8s linear infinite;border:3px solid #00e5ff33;border-radius:50%;border-top-color:#00e5ff;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.leaderboard-empty,.leaderboard-error{color:#b0bec5;font-size:1rem;padding:2rem;text-align:center}.leaderboard-error{color:#ef5350}.leaderboard-table{display:flex;flex-direction:column;gap:.5rem}.leaderboard-table-header{border-bottom:1px solid #00e5ff33;color:#00e5ff;font-size:.8rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-transform:uppercase}.leaderboard-row,.leaderboard-table-header{display:grid;grid-template-columns:70px 1fr 90px 90px 90px}.leaderboard-row{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;color:#e0e0e0;font-size:.95rem;padding:.85rem 1rem;transition:all .2s ease}.leaderboard-row:hover{background:#ffffff12;transform:translateX(4px)}.rank-badge{font-size:.9rem;font-weight:700}.rank-badge.position-gold{color:gold;text-shadow:0 0 8px #ffd70066}.rank-badge.position-silver{color:silver;text-shadow:0 0 8px #c0c0c066}.rank-badge.position-bronze{color:#cd7f32;text-shadow:0 0 8px #cd7f3266}.leaderboard-row.position-gold{background:#ffd70014;border-color:#ffd70033}.leaderboard-row.position-silver{background:#c0c0c00f;border-color:#c0c0c026}.leaderboard-row.position-bronze{background:#cd7f320f;border-color:#cd7f3226}.col-accuracy,.col-answered,.col-points{text-align:center}.col-username{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.leaderboard-container{padding:3.5rem .5rem .5rem}.leaderboard-content{padding:1.25rem}.leaderboard-title{font-size:1.6rem}.leaderboard-row,.leaderboard-table-header{font-size:.8rem;grid-template-columns:50px 1fr 65px 65px 65px;padding:.6rem}.leaderboard-table-header{font-size:.65rem}}
/*# sourceMappingURL=main.a33a5c82.css.map*/