*,*:before,*:after{box-sizing:border-box}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;min-height:100vh;background:#0a0e1a;color:#fff}button{font-family:inherit}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 30%,#1a2a4a,#0a0e1a 70%);padding:2rem}.home-inner{text-align:center;max-width:760px}.home-badge{display:inline-block;background:#f5c518;color:#0a0e1a;font-size:.85rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;padding:.35rem 1.1rem;border-radius:999px;margin-bottom:1.75rem}.home-title{font-size:clamp(3rem,6vw,5.5rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:1rem}.home-subtitle{color:#89b;font-size:1.2rem;margin-bottom:3rem}.home-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-primary{background:#f5c518;color:#0a0e1a;border:none;padding:1rem 2.8rem;font-size:1.15rem;font-weight:700;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 24px #f5c51859}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f5c51880}.btn-secondary{background:transparent;color:#ccd6f6;border:2px solid #3a4a6a;padding:1rem 2.8rem;font-size:1.15rem;font-weight:600;border-radius:12px;cursor:pointer;transition:border-color .15s,color .15s}.btn-secondary:hover{border-color:#f5c518;color:#f5c518}.home-rule{color:#4a5a7a;font-size:.85rem;font-style:italic;margin-top:1.25rem}.home-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.home-chip{background:#ffffff12;color:#89b;border:1px solid rgba(255,255,255,.1);padding:.4rem 1rem;border-radius:999px;font-size:.95rem}.footer-center{display:flex;flex-direction:column;align-items:center;gap:.2rem}.footer-rule{color:#2e3d55;font-size:.72rem;font-style:italic;white-space:nowrap}.quiz-wrap{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(ellipse at 50% 20%,#1a2a4a,#0a0e1a 65%);cursor:pointer;-webkit-user-select:none;user-select:none}.quiz-header{display:flex;align-items:center;justify-content:space-between;padding:.45rem 1.5rem;background:#00000059;border-bottom:1px solid rgba(255,255,255,.06);cursor:default}.hdr-btn{background:#ffffff12;color:#ccd6f6;border:1px solid rgba(255,255,255,.12);padding:.3rem .85rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.hdr-btn:hover{background:#ffffff21;color:#fff}.mode-btn.mode-on{background:#4ade8026;border-color:#4ade8066;color:#4ade80}.cat-dots{display:flex;gap:.7rem;align-items:center}.cat-dot{width:11px;height:11px;border-radius:50%;border:2px solid #3a4a6a;background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s,transform .15s}.cat-dot.done{background:#3a4a6a;border-color:#3a4a6a}.cat-dot.active{background:#f5c518;border-color:#f5c518;transform:scale(1.3)}.cat-dot:hover{border-color:#f5c518}.slide{display:flex;align-items:flex-start;justify-content:center;padding:1.75rem 3rem 2rem;overflow-y:auto}.slide-inner{width:100%;max-width:1040px}.cat-label{color:#89b;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:.6rem}.cat-name{font-size:clamp(2.8rem,6vw,5rem);font-weight:900;color:#f5c518;line-height:1.05;margin-bottom:1.25rem;text-shadow:0 0 60px rgba(245,197,24,.2)}.cat-note{color:#6a7a9a;font-size:.88rem;font-weight:500;margin-top:-.75rem;margin-bottom:1.25rem;letter-spacing:.03em}.hint-text{color:#4a5a7a;font-size:1.05rem;margin-top:.5rem;font-style:italic;animation:pulse 2s ease-in-out infinite}.next-hint{color:#6a7a9a;margin-top:2.5rem}.end-hint{color:#f5c518;font-style:normal;font-weight:700;font-size:1.2rem;margin-top:2.5rem}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.questions-list{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin-top:.25rem}.question-block{animation:slideIn .3s ease-out both}@keyframes slideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.question-row{display:flex;align-items:center;gap:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:10px;padding:.75rem 1.1rem}.q-num{color:#f5c518;font-weight:800;font-size:1rem;min-width:2rem;flex-shrink:0}.q-text{color:#e8eeff;font-size:1rem;font-weight:500;flex:1;line-height:1.4}.q-scoring{color:#6a7a9a;font-size:.82rem;font-weight:600;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.25rem .7rem;flex-shrink:0;white-space:nowrap;letter-spacing:.02em}.hint-btn{background:#ffc8001a;border:1px dashed rgba(255,200,0,.4);color:#f5c518;padding:.35rem .85rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .15s;letter-spacing:.04em}.hint-btn:hover{background:#ffc80033}.hint-revealed{background:#ffc8001f;border:1px solid rgba(255,200,0,.25);color:#f5c518;padding:.35rem .85rem;border-radius:8px;font-size:.9rem;font-style:italic;flex-shrink:0}.audio-player{flex:1;display:inline-flex;align-items:center;gap:.85rem;min-width:0}.waveform{flex:1;height:3rem;display:flex;align-items:center;gap:2.5px;min-width:0;overflow:hidden}.wf-bar{flex:1;min-width:2px;border-radius:2px;background:#ffffff21;transition:background .08s}.wf-bar.wf-active{background:#4ade80;box-shadow:0 0 4px #4ade8080}.wf-bar.wf-done{background:#f5c5188c}.play-btn{background:#f5c51826;border:2px solid rgba(245,197,24,.5);color:#f5c518;width:2.8rem;height:2.8rem;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;padding:0}.play-btn:hover{background:#f5c5184d;transform:scale(1.1)}.play-btn.playing{background:#4ade8026;border-color:#4ade8080;color:#4ade80}.answer-row{display:flex;align-items:center;gap:.75rem;padding:.4rem 1.1rem .4rem 2.2rem;animation:slideIn .3s ease-out both}.answer-arrow{color:#4ade80;font-weight:700;font-size:1rem;flex-shrink:0}.answer-text{color:#4ade80;font-size:1.05rem;font-weight:600}.answer-pts{margin-left:auto;color:#4ade80;font-size:.85rem;font-weight:700;background:#4ade801a;border:1px solid rgba(74,222,128,.25);border-radius:999px;padding:.2rem .65rem;flex-shrink:0;white-space:nowrap}.grand-total{position:fixed;right:2.5rem;top:50%;transform:translateY(-50%);background:#0a0e1aeb;border:1px solid rgba(245,197,24,.4);border-radius:16px;padding:1.5rem 2rem;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 40px #0009,0 0 0 1px #f5c5181a;animation:slideInRight .5s cubic-bezier(.22,1,.36,1) both;z-index:10;min-width:14rem}@keyframes slideInRight{0%{transform:translateY(-50%) translate(calc(100% + 3rem));opacity:0}to{transform:translateY(-50%) translate(0);opacity:1}}.grand-total-label{color:#89b;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.grand-total-value{color:#f5c518;font-size:2.8rem;font-weight:900;line-height:1;text-shadow:0 0 30px rgba(245,197,24,.4)}.answer-swatch{display:inline-block;width:2.2rem;height:2.2rem;border-radius:6px;border:2px solid rgba(255,255,255,.25);flex-shrink:0;box-shadow:0 2px 10px #00000080}.answer-rgb{color:#89b;font-size:.95rem;font-family:Courier New,monospace;flex-shrink:0}.quiz-footer{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem 2rem;background:#00000059;border-top:1px solid rgba(255,255,255,.06);cursor:default}.nav-btn{background:#ffffff12;color:#ccd6f6;border:1px solid rgba(255,255,255,.12);width:2.8rem;height:2.8rem;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;padding:0}.nav-btn:hover:not(:disabled){background:#ffffff24;color:#fff}.nav-btn:disabled{opacity:.25;cursor:default}.step-counter{color:#4a5a7a;font-size:.95rem;min-width:5rem;text-align:center}
