:root{font-family:system-ui,sans-serif;color:#19342e;background:#f4f2e9;font-size:18px}*{box-sizing:border-box}body{margin:0}main{max-width:850px;margin:auto;padding:24px}header,.row{display:flex;align-items:center;justify-content:space-between;gap:20px}header{padding:10px 0 42px}a{color:#205744}header a:first-child{font-size:1.3rem;font-weight:800;text-decoration:none}header a:last-child{font-size:.85rem}h1{font-size:clamp(2.5rem,7vw,4rem);letter-spacing:-.05em;margin:8px 0 28px}h2{line-height:1.2}.eyebrow{font-size:.7rem;letter-spacing:.15em;font-weight:700}section{background:white;padding:28px;border-radius:22px;box-shadow:0 8px 32px #19342e0a}label{display:block;margin:15px 0;font-size:.9rem;font-weight:600}input,textarea,select{display:block;width:100%;font:inherit;padding:12px;border:1px solid #aebbb3;border-radius:9px;margin-top:7px}textarea{min-height:95px}button{font:inherit;font-weight:650;background:#21664b;color:white;border:0;border-radius:10px;padding:13px 19px;cursor:pointer;margin:4px 0}button:disabled{cursor:default}.secondary{background:#edf0eb;color:#19342e;font-size:.8rem}button:focus-visible,a:focus-visible{outline:3px solid #d2832e;outline-offset:3px}.row>label{flex:1}.code{font-size:2.4rem;font-weight:800;letter-spacing:.1em}.answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.answer{text-align:left;background:#e7edf6;color:#20385e;min-height:80px;overflow-wrap:anywhere}.answer:nth-child(2){background:#f6e6df;color:#743b24}.answer:nth-child(3){background:#efe5f4;color:#613b74}.answer:nth-child(4){background:#f6efcc;color:#685720}.answer.selected{outline:3px solid #19342e;outline-offset:0}.answer.correct{background:#bfe9cd;color:#15442a}.scores{list-style:none;padding:0}.scores li,.saved{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #e3e8e1;overflow-wrap:anywhere}.scores strong{white-space:nowrap;font-size:.85rem}#notice{color:#9d3026;white-space:pre-wrap}#notice:empty{display:none}footer{font-size:.8rem;line-height:1.6;margin:26px 0;color:#596b61}hr{border:0;border-top:1px solid #e3e8e1;margin:26px 0}small{font-size:.75rem}#timer{font-size:1.2rem}[hidden]{display:none!important}@media(max-width:520px){main{padding:16px}section{padding:20px}.answers{grid-template-columns:1fr}header{gap:12px}header a:first-child{font-size:1.1rem}.row{gap:12px}.code{font-size:2rem}}
