:root{--bg:#f4f6fb;--surface:#fff;--text:#1c2333;--text-muted:#61708a;--border:#d8dfeb;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#dbeafe;--correct:#15803d;--correct-soft:#dcfce7;--wrong:#b91c1c;--wrong-soft:#fee2e2;color:var(--text);background-color:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;font-family:Hiragino Sans,Noto Sans JP,system-ui,sans-serif;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#11151f;--surface:#1a2130;--text:#e8ecf5;--text-muted:#94a3b8;--border:#313c52;--primary:#3b82f6;--primary-hover:#60a5fa;--primary-soft:#1e3a5f;--correct:#4ade80;--correct-soft:#143522;--wrong:#f87171;--wrong-soft:#3f1d1d}}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}h1,h2,p{margin:0}.screen{flex-direction:column;gap:1.25rem;display:flex}.app-title{text-align:center;font-size:1.6rem}.app-subtitle{text-align:center;color:var(--text-muted)}.setup-section h2{margin-bottom:.5rem;font-size:1rem}.hint{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.chip-list{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.9rem;transition:background .15s,border-color .15s}.chip-active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary);font-weight:600}.chip-count{color:var(--text-muted);margin-left:.4rem;font-size:.8rem}.chip-active .chip-count{color:var(--primary)}.button-primary,.button-secondary{cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:.85rem 1.25rem;font-size:1rem;font-weight:600;transition:background .15s}.button-primary{background:var(--primary);color:#fff}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-primary:disabled{opacity:.5;cursor:not-allowed}.button-secondary{background:var(--surface);color:var(--primary);border:1px solid var(--primary)}.button-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem}.history-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.history-list li{background:var(--surface);border:1px solid var(--border);border-radius:.6rem;justify-content:space-between;padding:.5rem .9rem;font-size:.9rem;display:flex}.history-date{color:var(--text-muted)}.quiz-header{align-items:center;gap:.75rem;display:flex}.quiz-progress-label{margin-left:auto;font-weight:700}.category-badge{background:var(--primary-soft);color:var(--primary);white-space:nowrap;border-radius:999px;padding:.15rem .7rem;font-size:.8rem;font-weight:600}.progress-bar{background:var(--border);border-radius:999px;height:6px;overflow:hidden}.progress-bar-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.question-text{white-space:pre-wrap;font-size:1.1rem;font-weight:600}.choice-list{flex-direction:column;gap:.6rem;display:flex}.choice{text-align:left;background:var(--surface);border:2px solid var(--border);color:var(--text);cursor:pointer;border-radius:.75rem;padding:.8rem 1rem;font-size:.95rem;transition:border-color .15s,background .15s}.choice:hover:not(:disabled){border-color:var(--primary)}.choice:disabled{cursor:default}.choice-selected{border-color:var(--primary);background:var(--primary-soft)}.choice-correct{border-color:var(--correct);background:var(--correct-soft);font-weight:600}.choice-wrong{border-color:var(--wrong);background:var(--wrong-soft)}.choice-muted{opacity:.55}.choice-text{display:block}.choice-explanation{border-top:1px dashed var(--border);color:var(--text-muted);white-space:pre-wrap;margin-top:.4rem;padding-top:.4rem;font-size:.85rem;font-weight:400;display:block}.feedback{border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.feedback-correct{background:var(--correct-soft)}.feedback-wrong{background:var(--wrong-soft)}.feedback-title{font-size:1.1rem;font-weight:700}.feedback-correct .feedback-title{color:var(--correct)}.feedback-wrong .feedback-title{color:var(--wrong)}.feedback-explanation{white-space:pre-wrap;font-size:.92rem}.result-title{text-align:center;font-size:1.4rem}.result-score{flex-direction:column;align-items:center;gap:.25rem;display:flex}.result-rate{color:var(--primary);font-size:3rem;font-weight:800;line-height:1.2}.result-message{text-align:center;color:var(--text-muted)}.result-actions{flex-direction:column;gap:.6rem;display:flex}.category-stats{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.category-stat-head{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.3rem;font-size:.9rem;display:flex}.category-stat-name{font-weight:600}.category-stat-value{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.review-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.review-list li{background:var(--surface);border:1px solid var(--border);border-left-width:4px;border-radius:.6rem;flex-direction:column;gap:.35rem;padding:.8rem 1rem;display:flex}.review-item-correct{border-left-color:var(--correct)}.review-item-wrong{border-left-color:var(--wrong)}.review-head{align-items:center;gap:.5rem;display:flex}.review-mark{font-size:1.05rem;font-weight:800}.review-item-correct .review-mark{color:var(--correct)}.review-item-wrong .review-mark{color:var(--wrong)}.review-number{color:var(--text-muted);margin-left:auto;font-size:.85rem}.review-question{font-size:.92rem;font-weight:600}.review-answer{color:var(--correct);font-size:.88rem}.review-your-answer{color:var(--wrong)}.review-explanation{color:var(--text-muted);white-space:pre-wrap;font-size:.88rem}
