@import url('/layout.css');
:root{--red:#bc1936;--red-dark:#94132b;--ink:#19191c;--muted:#686872;--line:#e5e5e9;--paper:#fff;--wash:#f5f5f7;--pink:#fff0f2;--green:#176c4c;--radius:14px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--wash);font-size:16px;line-height:1.55}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-underline-offset:4px}a:hover{color:var(--red)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #2d68ac;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4vw,3.3rem);font-weight:500;line-height:1.12;letter-spacing:-.045em;margin-bottom:16px}h2{font-size:1.3rem;line-height:1.35;letter-spacing:-.02em}h3{font-size:1.08rem;line-height:1.4}p{margin-bottom:16px}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:750;color:var(--red);margin-bottom:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border:1px solid transparent;border-radius:8px;padding:12px 20px;font-weight:650;min-height:48px;background:var(--red);color:#fff;transition:background .15s,transform .15s}.button:hover{background:var(--red-dark);color:#fff}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.secondary:hover{border-color:var(--red);color:var(--red)}.button.dark{background:var(--ink)}.button.small{padding:8px 14px;min-height:40px;font-size:.875rem}.button.text{color:var(--muted);background:transparent;padding:7px}.button.wide{width:100%}.tag{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:30px;padding:4px 10px;font-size:.75rem;font-weight:650;background:#fff}.tag.red{color:var(--red);background:var(--pink);border-color:#f5d0d8}.tag.green{color:var(--green);background:#edf8f2;border-color:#c6e7d4}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.row{display:flex;align-items:center;justify-content:space-between;gap:16px}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.empty{text-align:center;padding:48px 24px}.empty .empty-icon{font-size:2rem;margin-bottom:16px}.empty h2{margin-bottom:8px}.empty p{max-width:460px;margin:0 auto 22px}.form-field{display:grid;gap:8px;margin:0 0 20px;font-size:.875rem;font-weight:600}input,select{width:100%;background:#fff;border:1px solid #cfcfd5;border-radius:8px;padding:12px 14px;min-height:48px;color:var(--ink)}input::placeholder{color:#85858d}.error{color:#9d1830;background:var(--pink);border-left:3px solid var(--red);padding:12px 16px;margin:16px 0}.success{color:var(--green);background:#edf8f2;padding:12px 16px;border-radius:8px}.hidden{display:none!important}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:.875rem;text-align:left}th{color:var(--muted);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;font-weight:650;padding:16px;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:18px 16px;border-bottom:1px solid var(--line)}tr:last-child td{border:0}.self-row{background:var(--pink)}.score{font-weight:750;font-size:1rem;font-variant-numeric:tabular-nums}.date{white-space:nowrap}.rank{font-weight:800;color:var(--red)}.filters{display:flex;align-items:center;gap:12px;margin-bottom:24px}.filters select{max-width:360px}.stat{font-size:2rem;font-family:Georgia,serif;line-height:1.2}.stat-label{font-size:.8rem;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.stats .panel{padding:22px}.quiz-top{margin-bottom:26px}.timer{font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:750}.timer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}progress{display:block;width:100%;height:5px;border:0;background:var(--line);accent-color:var(--red);margin-top:18px;border-radius:5px}progress::-webkit-progress-bar{background:var(--line);border-radius:5px}progress::-webkit-progress-value{background:var(--red);border-radius:5px}.question{max-width:850px;margin:auto}.question .panel{padding:36px}.question h1{font-family:inherit;font-size:1.65rem;font-weight:650;letter-spacing:-.03em;line-height:1.4;margin:20px 0}.source{color:var(--muted);font-size:.875rem;margin:0 0 24px}.options{padding:0;border:0;margin:0;display:grid;gap:10px}.option{display:flex;align-items:center;gap:14px;border:1px solid var(--line);padding:15px 18px;border-radius:10px;cursor:pointer;min-height:60px}.option:hover{border-color:#ba7b87;background:#fffafb}.option:has(input:checked){border-color:var(--red);background:var(--pink);box-shadow:inset 0 0 0 1px var(--red)}.option input{width:18px;height:18px;min-height:auto;accent-color:var(--red);flex-shrink:0}.letter{font-size:.75rem;color:var(--muted);font-weight:800}.option.correct{border-color:#399470;background:#edf8f2;box-shadow:none}.option.wrong{border-color:var(--red);background:var(--pink)}.option.locked{cursor:default}.answer-mark{margin-left:auto;font-size:.8rem;font-weight:750}.feedback{margin-top:22px;padding:18px;border-radius:10px;border:1px solid var(--line);background:var(--wash)}.feedback h2{font-size:1rem;margin-bottom:6px}.feedback p{margin:0;font-size:.94rem}.quiz-actions{margin-top:24px}.result-score{font-size:5rem;font-weight:800;letter-spacing:-.06em;line-height:1.1}.result-score span{font-size:2rem;color:var(--muted);font-weight:400}.result-hero{text-align:center;padding:40px 24px}.result-hero .alpaca{font-size:3rem}.result-hero h1{margin-top:16px}.result-actions{justify-content:center;margin-top:26px}.guide-block{margin:20px 0;line-height:1.85}.resource{padding:16px 0;border-bottom:1px solid var(--line)}.resource:last-child{border:0}dialog{border:1px solid var(--line);border-radius:18px;padding:30px;width:min(480px,calc(100% - 32px));max-height:90vh;color:var(--ink)}dialog::backdrop{background:#16161cb3}dialog h2{margin-bottom:22px}dialog .close{border:0;background:var(--wash);border-radius:100%;width:32px;height:32px;float:right}#notice{position:fixed;bottom:24px;right:24px;max-width:440px;z-index:100;background:var(--ink);color:#fff;padding:0;border-radius:10px;box-shadow:0 6px 30px #0002}#notice:not(:empty){padding:14px 20px}.skip{position:fixed;top:-100px;left:16px;z-index:200;background:#fff;padding:12px}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading{padding:64px;color:var(--muted)}.demo-ribbon{background:#fff4da;color:#674700;padding:9px 20px;text-align:center;font-size:.8rem;border-bottom:1px solid #e7d6af}.demo-ribbon button{font-size:inherit;background:transparent;border:0;text-decoration:underline;color:inherit;margin-left:12px}.demo-note{font-size:.85rem;border-left:3px solid #b88421;padding:12px 16px;background:#fff8e9;margin-bottom:22px}.section-count{color:var(--muted);font-size:.875rem}
