:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--ink: #26342f;--muted: #62746d;--paper: #fffdf8;--mist: #eef5f0;--sage: #8aa394;--sage-dark: #48685b;--blue: #a8bec8;--blue-dark: #496b7a;--clay: #b88872;--line: rgba(72, 104, 91, .18);--shadow: 0 18px 48px rgba(61, 86, 78, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:linear-gradient(145deg,#eef5f0f2,#fffdf8f5),var(--paper)}button{font:inherit}.app{min-height:100vh}.hero{position:relative;display:flex;align-items:center;min-height:78vh;padding:72px clamp(20px,5vw,80px);overflow:hidden;color:#fffdf8;background:linear-gradient(90deg,#1c322dc7,#2d4e5352),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80) center / cover}.hero:after{position:absolute;inset:auto 0 0;height:34%;content:"";background:linear-gradient(180deg,rgba(255,253,248,0),var(--paper));pointer-events:none}.hero__content{position:relative;z-index:1;width:min(760px,100%);animation:fadeUp .7s ease both}.eyebrow{margin:0 0 14px;color:var(--sage-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#dbeee7}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:680px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,6.6rem);font-weight:500;line-height:.95}.hero__lead{max-width:620px;margin:26px 0 0;color:#fffdf8e6;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7}.instruction-row{display:flex;flex-wrap:wrap;gap:10px;margin:34px 0}.instruction-row span{padding:10px 14px;border:1px solid rgba(255,253,248,.32);border-radius:8px;background:#fffdf81f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffdf8f0}main{width:min(1120px,calc(100% - 32px));margin:0 auto}.intro-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(28px,6vw,72px);align-items:start;padding:74px 0 34px}.intro-section h2,.start-panel h2,.resume-panel h2,.result-screen h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.6rem);font-weight:500;line-height:1.04}.intro-section p{margin:0;color:var(--muted);font-size:1.1rem;line-height:1.9}.quiz-shell{padding:34px 0 86px}.start-panel,.resume-panel,.result-screen,.quiz-card{border:1px solid var(--line);border-radius:8px;background:#fffdf8e0;box-shadow:var(--shadow)}.start-panel,.resume-panel{max-width:780px;margin:0 auto;padding:clamp(26px,5vw,52px);animation:fadeUp .5s ease both}.start-panel p,.resume-panel p,.result-screen__intro{color:var(--muted);font-size:1.05rem;line-height:1.8}.resume-panel__actions,.quiz-actions,.quiz-actions__right{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{background:var(--sage-dark);color:#fffdf8;box-shadow:0 12px 26px #48685b3d}.button--primary:hover:not(:disabled){background:#39574c}.button--secondary{border-color:#48685b38;background:#edf4f0;color:var(--sage-dark)}.button--ghost{border-color:#496b7a38;background:transparent;color:var(--blue-dark)}.button--light{background:#fffdf8;color:var(--sage-dark);box-shadow:0 18px 36px #1426222e}.progress{max-width:900px;margin:0 auto 18px}.progress__meta{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px;color:var(--muted);font-size:.95rem;font-weight:800}.progress__track{height:10px;overflow:hidden;border-radius:8px;background:#a8bec842}.progress__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sage),var(--blue),var(--clay));transition:width .35s ease}.quiz-card{max-width:900px;margin:0 auto;padding:clamp(24px,5vw,48px);animation:fadeSlide .42s ease both}.quiz-card__topline{display:flex;justify-content:space-between;gap:18px;margin-bottom:26px;color:var(--muted);font-size:.95rem;font-weight:800}.quiz-card h2{margin:0 0 30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:500;line-height:1.16}.answer-list{display:grid;gap:12px}.answer-button{display:flex;justify-content:space-between;gap:14px;width:100%;min-height:58px;padding:16px 18px;border:1px solid rgba(72,104,91,.2);border-radius:8px;background:#fffdf8eb;color:var(--ink);cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.answer-button:hover:not(:disabled){border-color:#48685b7a;background:#f4faf6;box-shadow:0 12px 26px #3d564e1a;transform:translateY(-1px)}.answer-button:disabled{cursor:default}.answer-button strong{flex:0 0 auto;color:var(--sage-dark);font-size:.82rem}.answer-button--chosen{border-color:var(--blue-dark);background:#eef6f8}.answer-button--correct{border-color:var(--sage-dark);background:#edf6ef}.answer-button--wrong{border-color:#b85c5c85;background:#fff4f0}.feedback{margin:22px 0 0;padding:18px;border-left:4px solid var(--sage);border-radius:8px;background:#eef5f0b8;color:var(--muted);line-height:1.7;animation:fadeUp .26s ease both}.feedback p{margin:0}.feedback p+p{margin-top:8px}.quiz-actions{justify-content:space-between;margin-top:30px}.quiz-note{max-width:900px;margin:16px auto 0;color:var(--muted);text-align:center}.result-screen{max-width:980px;margin:0 auto;padding:clamp(26px,5vw,54px);animation:fadeUp .52s ease both}.score-panel{margin:30px 0;padding:26px;border:1px solid rgba(72,104,91,.18);border-radius:8px;background:linear-gradient(135deg,#eef5f0eb,#f1f7f9f5)}.score-panel span{color:var(--muted);font-weight:800}.score-panel strong{display:block;margin:8px 0;color:var(--sage-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,5.6rem);font-weight:500;line-height:1}.score-panel p{margin:0;color:var(--muted)}.section-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:30px}.section-summary{min-height:132px;padding:20px;border:1px solid rgba(72,104,91,.16);border-radius:8px;background:#fffdf8c7}.section-summary h3{margin:0 0 12px;font-size:1.05rem;line-height:1.35}.section-summary p{margin:0;color:var(--muted);line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.hero{min-height:84vh;padding:56px 20px}.intro-section{grid-template-columns:1fr;padding-top:54px}.quiz-card__topline,.quiz-actions{align-items:flex-start;flex-direction:column}.quiz-actions__right,.quiz-actions__right .button,.resume-panel__actions .button{width:100%}.answer-button{align-items:flex-start;flex-direction:column}.section-overview{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
