@import "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Inter:wght@400;500&display=swap";:root{--bg:#f2e8d9;--surface:#fbf5ec;--text:#2a1a0e;--text-muted:#7d5c46;--accent:#8b6350;--accent-hover:#6d4a3a;--border:#d9c4af;--answer-hover:#8b63500f;--selected:#8b6350;--selected-text:#fbf5ec}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Lora,Georgia,serif}#root{all:unset;display:block}.screen{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.card{background:var(--surface);border-radius:20px;width:100%;max-width:580px;padding:3rem 2.75rem;animation:.4s both fadeUp;box-shadow:0 4px 32px #2a1a0e12}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;display:block}h1{color:var(--text);margin-bottom:.75rem;font-size:2rem;font-weight:600;line-height:1.25}.subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem;font-style:italic;line-height:1.65}.btn{background:var(--accent);color:var(--surface);cursor:pointer;border:none;border-radius:10px;padding:.875rem 2.25rem;font-family:Lora,Georgia,serif;font-size:1rem;transition:background .2s,transform .1s;display:inline-block}.btn:hover{background:var(--accent-hover)}.btn:active{transform:scale(.98)}.progress-track{background:var(--border);border-radius:2px;height:2px;margin-bottom:2rem;overflow:hidden}.progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .4s}.question-meta{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.q-count{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.75rem}.question-text{color:var(--text);margin-bottom:2rem;font-size:1.25rem;font-weight:600;line-height:1.5}.answers{flex-direction:column;gap:.625rem;display:flex}.answer-btn{border:1.5px solid var(--border);color:var(--text);text-align:left;cursor:pointer;background:0 0;border-radius:10px;padding:.9rem 1.25rem;font-family:Lora,Georgia,serif;font-size:.95rem;line-height:1.45;transition:border-color .18s,background .18s,color .18s,transform .1s}.answer-btn:hover:not(:disabled){border-color:var(--accent);background:var(--answer-hover)}.answer-btn:active:not(:disabled){transform:scale(.99)}.answer-btn.selected{background:var(--selected);border-color:var(--selected);color:var(--selected-text)}.answer-btn:disabled{cursor:default}.back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.78rem;transition:color .15s}.back-btn:hover:not(:disabled){color:var(--accent)}.back-btn:disabled{opacity:.35;cursor:default}.quiz-footer{justify-content:space-between;margin-top:1.25rem;display:flex}.quiz-footer .back-btn:only-child{margin-left:auto}.intro-actions{align-items:center;gap:1.5rem;display:flex}.home-wrap{width:100%;max-width:580px;animation:.4s both fadeUp}.home-intro{color:var(--text-muted);letter-spacing:.04em;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.8rem}.section-list{flex-direction:column;gap:.625rem;display:flex}.section-card{background:var(--surface);border:1.5px solid var(--border);text-align:left;cursor:pointer;border-radius:14px;width:100%;padding:1.25rem 1.5rem;transition:border-color .18s,box-shadow .18s,transform .1s;box-shadow:0 2px 12px #2a1a0e0a}.section-card:hover{border-color:var(--accent);box-shadow:0 4px 20px #2a1a0e14}.section-card:active{transform:scale(.99)}.section-card-top{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.section-title{color:var(--text);margin-bottom:.3rem;font-family:Lora,Georgia,serif;font-size:1rem;font-weight:600;line-height:1.4}.section-meta{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.75rem}.section-badge{border-radius:20px;padding:.2rem .55rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500}.section-badge.inprogress{color:var(--accent);background:#8b63501f}.section-badge.done{color:var(--text-muted);background:#8b63501a}.section-badge.done.passed{color:#3d6b42;background:#7a9e7e2e}.checkmark{margin-right:.3em;font-weight:600}.card-passed{border-color:#7a9e7e80}.result-card{text-align:center}.score-display{justify-content:center;align-items:baseline;margin:.75rem 0 .5rem;display:flex}.score-number{color:var(--accent);font-size:4.5rem;font-weight:600;line-height:1}.score-denom{color:var(--text-muted);font-size:1.5rem}.score-pct{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.result-msg{color:var(--text);max-width:360px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.app{flex-direction:column;min-height:100vh;display:flex}.site-header{text-align:center;padding:1.5rem 1rem 0}.site-title{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.site-subtitle{color:var(--text-muted);opacity:.75;margin-top:.2rem;font-family:Lora,Georgia,serif;font-size:.8rem;font-style:italic;display:block}.screen{flex:1}.screen-top{align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-ghost{color:var(--accent);border:1.5px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--answer-hover);border-color:var(--accent)}.btn-link{color:var(--text-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:.8rem;text-decoration:underline}.btn-link:hover{color:var(--accent)}.details-card{max-width:640px;padding:2.5rem 2.75rem}.details-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.details-list{flex-direction:column;gap:1.5rem;display:flex}.detail-item{border-left:3px solid var(--border);padding-left:1rem}.detail-item.detail-correct{border-color:#7a9e7e}.detail-item.detail-wrong{border-color:#c4846a}.detail-section{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-family:Inter,sans-serif;font-size:.65rem;font-weight:500}.detail-question{color:var(--text);margin-bottom:.6rem;font-size:.95rem;font-weight:600;line-height:1.45}.detail-answers{flex-direction:column;gap:.3rem;display:flex}.detail-answer{color:var(--text-muted);border-radius:6px;padding:.35rem .6rem;font-size:.88rem;line-height:1.4}.detail-answer.is-correct{color:#3d6b42;background:#7a9e7e26}.detail-answer.is-wrong{color:#8b4a30;background:#c4846a26}@media (width<=480px){.card{border-radius:16px;padding:2rem 1.5rem}.details-card{padding:2rem 1.5rem}h1{font-size:1.6rem}.question-text{font-size:1.1rem}.score-number{font-size:3.5rem}}
