*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#f3f5f8;color:#111827}a{color:inherit}body{min-height:100vh}.layout{max-width:920px;margin:0 auto;padding:24px 16px 64px}.header{margin-bottom:24px}.header h1{margin:0 0 8px;font-size:2rem}.subtitle{margin:0;color:#4b5563}.card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 12px 32px rgba(0,0,0,.06);margin-bottom:16px}.answerButton,.button,.secondaryButton{border:0;border-radius:12px;cursor:pointer;font-size:1rem}.button{display:inline-block;background:#111827;color:#fff;padding:12px 16px;text-decoration:none}.secondaryButton{background:#e5e7eb;color:#111827;padding:12px 16px}.answerButton{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f9fafb;border:1px solid #d1d5db;margin-bottom:12px;text-align:left}.answerButton.active{border-color:#111827;background:#eef2ff}.answerKey{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;font-weight:700;flex:0 0 28px}.row{flex-wrap:wrap}.between,.row{display:flex;gap:12px}.between{justify-content:space-between;align-items:center}.spaceTop{margin-top:14px}.stack{display:grid;grid-gap:16px;gap:16px}.smallGap{margin-top:6px}.muted{color:#4b5563;font-size:.94rem}.progressWrap{margin-bottom:14px}.progressText{margin-bottom:8px;color:#4b5563}.barOuter,.progressOuter{width:100%;background:#e5e7eb;border-radius:999px;overflow:hidden}.progressOuter{height:12px}.barInner,.progressInner{height:100%;background:#111827}.barOuter{height:14px}.questionTitle{margin:12px 0 18px;font-size:1.4rem;line-height:1.35}.pill{display:inline-block;background:#eef2ff;color:#3730a3;padding:6px 10px;border-radius:999px;font-size:.88rem}.checkRow{display:flex;align-items:center;gap:10px}.grid2{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px}.grid2,.grid3{display:grid;gap:12px}.grid3{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px}.statCard{padding:12px}.answerReview,.statCard{border:1px solid #e5e7eb;border-radius:12px}.answerReview{padding:14px}.navLink{text-decoration:underline}@media (max-width:700px){.grid2,.grid3{grid-template-columns:1fr}.header h1{font-size:1.7rem}}.heroCard h2{margin:12px 0 10px;font-size:1.8rem;line-height:1.25}.introText{max-width:760px;line-height:1.6}.linkRow{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:12px;padding:14px}@media (max-width:700px){.linkRow{flex-direction:column;align-items:flex-start}}.headerTop{align-items:flex-start}.headerControls{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.langSwitcher{display:inline-flex;gap:8px;flex-wrap:wrap}.langButton{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:.92rem}.langButton.active{background:#111827;color:#fff;border-color:#111827}.responsiveBetween{align-items:flex-start}@media (max-width:700px){.headerControls{align-items:flex-start}.headerTop,.responsiveBetween{flex-direction:column}}