@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700&family=Noto+Serif:ital,wght@0,400;0,600;1,400&display=swap";:root{--red:#c0392b;--navy:#1a1a2e;--cream:#faf5ef;--cream-dark:#f0e8dc;--text:#4a4a5a;--text-h:#1a1a2e;--bg:#faf5ef;--border:#e0d5c7;--code-bg:#f0e8dc;--accent:#c0392b;--accent-bg:#c0392b0f;--accent-border:#c0392b59;--sans:"Noto Serif", Georgia, serif;--heading:"Unbounded", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.6 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:700}.app{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 4rem}header{text-align:center;margin-bottom:2.5rem}header h1{color:var(--navy);letter-spacing:-.02em;margin:0;font-size:2.5rem}.subtitle{color:var(--text);margin-top:.35rem;font-size:1.1rem;font-style:italic}.input-section{flex-direction:column;gap:1rem;display:flex}.input-toggle{background:var(--cream-dark);border-radius:10px;gap:.5rem;width:fit-content;margin:0 auto;padding:4px;display:flex}.input-toggle button{color:var(--text);cursor:pointer;font-size:.95rem;font-family:var(--heading);background:0 0;border:none;border-radius:8px;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.input-toggle button.active{background:var(--bg);color:var(--navy);box-shadow:0 1px 3px #0000001a}textarea,.url-input{border:2px solid var(--border);width:100%;color:var(--text-h);font-size:1rem;font-family:var(--sans);resize:vertical;box-sizing:border-box;background:#fff;border-radius:12px;padding:1rem;transition:border-color .2s}textarea:focus,.url-input:focus{border-color:var(--accent);outline:none}.actions{justify-content:center;gap:.75rem;display:flex}button.primary{background:var(--red);color:#fff;font-size:1rem;font-family:var(--heading);cursor:pointer;border:none;border-radius:10px;padding:.75rem 2rem;font-weight:600;transition:opacity .2s}button.primary:hover:not(:disabled){opacity:.9}button.primary:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:var(--cream-dark);color:var(--text);font-size:1rem;font-family:var(--sans);cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;transition:background .2s}button.secondary:hover{background:var(--border)}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:1rem 0;padding:1rem}.loading{text-align:center;padding:3rem 0}.spinner{border:3px solid var(--border);border-top-color:var(--red);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.quiz-section{flex-direction:column;gap:1.5rem;display:flex}.transcript-preview{background:var(--cream-dark);border-radius:12px;padding:1rem 1.25rem}.transcript-preview summary{cursor:pointer;color:var(--navy);font-weight:600;font-family:var(--heading);font-size:.9rem}.transcript-preview p{margin-top:.75rem;line-height:1.7}.question{border:2px solid var(--border);background:#fff;border-radius:14px;padding:1.5rem;transition:border-color .3s}.question.correct{background:#22c55e0a;border-color:#22c55e}.question.incorrect{background:#ef44440a;border-color:#ef4444}.q-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.q-num{background:var(--navy);color:var(--cream);width:28px;height:28px;font-size:.85rem;font-weight:700;font-family:var(--heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.q-type{text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-size:.75rem;font-weight:600;font-family:var(--heading);background:var(--accent-bg);border-radius:20px;padding:2px 10px}.q-text{color:var(--navy);margin:0 0 1rem;font-size:1.1rem;line-height:1.6}.options{flex-direction:column;gap:.5rem;display:flex}.option{border:2px solid var(--border);cursor:pointer;color:var(--text-h);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.option:hover:not(.is-correct):not(.is-wrong){border-color:var(--accent-border);background:var(--accent-bg)}.option.selected{border-color:var(--red);background:var(--accent-bg)}.option.is-correct{background:#22c55e14;border-color:#22c55e}.option.is-wrong{background:#ef444414;border-color:#ef4444}.option input[type=radio]{accent-color:var(--red)}.explanation{background:var(--cream-dark);color:var(--text);border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.6}.results{text-align:center;background:var(--cream-dark);border-radius:14px;padding:1.5rem}.results h2{color:var(--navy);margin:0 0 .5rem;font-size:1.5rem}.score{color:var(--red);font-size:1.25rem;font-weight:700;font-family:var(--heading)}.quiz-actions{justify-content:center;padding-top:.5rem;display:flex}@media (width<=600px){.app{padding:1rem 1rem 3rem}header h1{font-size:1.8rem}.actions{flex-direction:column}}
