:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.app-container{width:100%;max-width:32rem}.home-screen{text-align:center}.title{font-size:2rem;font-weight:700;letter-spacing:-.03em;margin:0 0 .5rem}.subtitle{color:#ffffff8c;margin:0 0 2rem;font-size:.95rem}.categories{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.category-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fafafa;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;font-family:inherit;font-size:1rem}.category-btn:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}.cat-icon{font-size:2rem}.cat-label{font-weight:600;font-size:.95rem}.quiz-screen{display:flex;flex-direction:column;gap:1rem}.quiz-header{display:flex;justify-content:space-between;align-items:center}.category-tag{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .6rem;border-radius:.25rem}.score-display{font-size:.85rem;color:#ffffff8c;font-weight:600}.progress-bar{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#6366f1;border-radius:2px;transition:width .3s ease}.progress-text{font-size:.75rem;color:#fff6}.question-text{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:.5rem 0;line-height:1.4}.options{display:flex;flex-direction:column;gap:.5rem}.option-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fafafa;cursor:pointer;transition:background .15s,border-color .15s;font-family:inherit;font-size:.95rem;text-align:left}.option-btn:hover{background:#ffffff14;border-color:#fff3}.option-btn.selected{border-color:#6366f1;background:#6366f126}.option-btn.correct{border-color:#22c55e;background:#22c55e26;color:#4ade80}.option-btn.wrong{border-color:#ef4444;background:#ef444426;color:#f87171}.option-letter{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:#ffffff14;font-size:.8rem;font-weight:700;flex-shrink:0}.next-btn{margin-top:.5rem;padding:.85rem 1.5rem;border-radius:.5rem;border:none;background:#6366f1;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.next-btn:hover{background:#4f46e5}.result-screen{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.result-icon{font-size:4rem}.result-title{font-size:1.75rem;font-weight:700;margin:0}.result-score{color:#fff9;font-size:1.05rem;margin:0}.result-score strong{color:#fafafa}.result-actions{display:flex;gap:.75rem;margin-top:.5rem}.play-btn,.home-btn{padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.play-btn{background:#6366f1;color:#fff}.play-btn:hover{background:#4f46e5}.home-btn{background:#ffffff0f;color:#fafafa;border:1px solid rgba(255,255,255,.12)}.home-btn:hover{background:#ffffff1a;border-color:#ffffff40}
