:root{color-scheme:light;--bg:#f5f2eb;--panel:#fffdf8;--ink:#1f2933;--muted:#6b7280;--line:#e6dfd3;--brand:#7c2d12;--brand-dark:#431407;--accent:#facc15;--good:#047857;--bad:#b91c1c;--shadow:0 18px 50px rgba(67,20,7,0.12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(250,204,21,.18),transparent 36rem),var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a.button-link,button,input,select{font:inherit}.exam-card,.open-pdf-link,a.button-link,button{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}a.button-link,button{display:inline-block;border:0;border-radius:999px;background:var(--brand);color:white;cursor:pointer;font-weight:700;padding:.85rem 1.25rem;text-decoration:none;text-align:center}.exam-card:hover,.open-pdf-link:hover,a.button-link:hover,button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.45}.hero,main{width:min(1180px,calc(100% - 2rem));margin:0 auto}.hero{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;padding:3rem 0 1.25rem}.hero h1,.question-panel h2,.result-panel h2,.section-heading h2{margin:0;color:var(--brand-dark);line-height:1.15}.hero h1{font-size:clamp(2rem,6vw,4rem)}.hero-copy,.hero-subtitle,.picker-note{max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.8}.hero-subtitle,.picker-note{margin:.75rem 0 0}.eyebrow{margin:0 0 .35rem;color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.panel{background:rgba(255,253,248,.92);border:1px solid var(--line);border-radius:28px;padding:clamp(1rem,3vw,1.5rem)}.panel,.score-card{box-shadow:var(--shadow)}.score-card{min-width:150px;border:1px solid var(--line);border-radius:24px;background:var(--panel);padding:1rem 1.25rem;text-align:center}.score-card span{display:block;color:var(--muted);font-size:.85rem}.score-card strong{color:var(--brand-dark);font-size:1.8rem}.search-field{display:grid;grid-gap:.5rem;gap:.5rem;margin-top:1rem}.search-label{color:var(--muted);font-size:.9rem;font-weight:700}.search-field input{width:100%;border:1px solid var(--line);border-radius:16px;background:white;color:var(--ink);padding:.9rem 1rem}.search-field input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(124,45,18,.08);outline:none}.search-empty{margin:1rem 0 0;color:var(--muted);text-align:center}.seo-topic-list{margin:1.25rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.7}.exam-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.exam-card{display:flex;min-height:170px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 10px 24px rgba(67,20,7,.06);cursor:pointer;padding:1rem;text-align:left;text-decoration:none;color:inherit}.exam-card h3{margin:0;color:var(--brand-dark);line-height:1.45}.exam-card p{margin:.75rem 0 0;color:var(--muted)}.exam-card span,.exam-card-badge{align-self:flex-start;border-radius:999px;background:#fef3c7;color:var(--brand-dark);font-size:.85rem;font-weight:700;padding:.3rem .65rem}.exam-card-badge--progress{background:#dbeafe;color:#1d4ed8}.exam-card-badge--done{background:#d1fae5;color:var(--good)}.exam-card-description{margin:.5rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.55}.exam-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);grid-gap:1rem;gap:1rem;align-items:start}.exam-layout--explained{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-layout--explained .pdf-preview-section{grid-column:1/-1}.actions,.pdf-header,.progress-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.ghost-button,.secondary-button,a.button-link.secondary-button{border:1px solid var(--line);background:white;color:var(--brand)}.progress-track{height:10px;overflow:hidden;border-radius:999px;background:#eadfce;margin:1.25rem 0}.progress-bar-fill{width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--accent))}.meta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.meta-row span{border-radius:999px;background:#f3efe7;color:var(--muted);font-size:.86rem;font-weight:700;padding:.35rem .65rem}.question-text{color:var(--brand-dark);font-size:clamp(1.25rem,3vw,1.8rem);font-weight:800;line-height:1.55}.choices{grid-gap:.8rem;margin:1.25rem 0}.choice,.choices{display:grid;gap:.8rem}.choice{grid-template-columns:auto 1fr;grid-gap:.8rem;align-items:start;border:2px solid var(--line);border-radius:20px;background:white;cursor:pointer;padding:1rem}.choice input{margin-top:.35rem;accent-color:var(--brand)}.choice strong{color:var(--brand);margin-right:.35rem}.choice.selected{border-color:var(--brand);box-shadow:0 0 0 4px rgba(124,45,18,.08)}.choice.correct{border-color:var(--good);background:#ecfdf5}.choice.wrong{border-color:var(--bad);background:#fef2f2}.explanation-panel{position:-webkit-sticky;position:sticky;top:1rem}.answer-result{border-radius:18px;font-weight:800;margin-bottom:1rem;padding:.85rem 1rem}.answer-result.correct{background:#d1fae5;color:var(--good)}.answer-result.wrong{background:#fee2e2;color:var(--bad)}.law-card{border:1px solid var(--line);border-radius:20px;background:#fff8df;margin:1rem 0;padding:1rem}.law-card h3,.pdf-header h3{margin:0;color:var(--brand-dark)}.law-card p{color:var(--muted);margin:.4rem 0 .75rem}mark{display:block;border-radius:14px;background:rgba(250,204,21,.45);color:var(--brand-dark);line-height:1.7;padding:.75rem}.open-pdf-link{border:1px solid var(--line);border-radius:999px;color:var(--brand);font-weight:800;padding:.55rem .85rem;text-decoration:none}.pdf-preview-section iframe{width:100%;height:min(85vh,1000px);border:1px solid var(--line);border-radius:18px;background:white;margin-top:.8rem}.result-panel{max-width:760px;margin:0 auto;text-align:center}.result-score{color:var(--brand-dark);font-size:clamp(2rem,7vw,4rem);font-weight:900;margin:1rem 0}.result-breakdown{display:grid;grid-gap:.65rem;gap:.65rem;margin:1rem 0 1.5rem;text-align:left}.result-breakdown div{border:1px solid var(--line);border-radius:16px;background:white;padding:.75rem}.confirm-overlay{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;background:rgba(31,41,51,.45);padding:1rem}.confirm-dialog{width:min(480px,100%);margin:0}.confirm-dialog h2{margin:0;color:var(--brand-dark)}.confirm-message{color:var(--muted);line-height:1.7;margin:.75rem 0 1.25rem}.confirm-actions{display:flex;justify-content:flex-end;gap:.75rem}@media (max-width:920px){.actions,.hero,.pdf-header,.progress-row{align-items:stretch;flex-direction:column}.exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-layout,.exam-layout--explained{grid-template-columns:1fr}.exam-layout--explained .pdf-preview-section{grid-column:auto}.explanation-panel{position:static}}@media (max-width:560px){.exam-grid{grid-template-columns:1fr}}