.quiz-page{min-height:100vh;max-width:100%;height:auto;max-height:none;padding:30px clamp(20px,7vw,120px) 80px;background:radial-gradient(circle at 50% -10%,#fffdf9 0,var(--cream) 53%,#f5efe7 100%);box-sizing:border-box;overflow-x:hidden;overflow-y:visible}.quiz-header{max-width:1120px;justify-content:space-between;gap:16px;margin:0 auto}.quiz-brand,.quiz-header{display:flex;align-items:center}.quiz-brand{gap:12px;color:var(--ink);text-decoration:none;min-width:0}.quiz-brand>span:last-child{display:flex;flex-direction:column;gap:4px}.quiz-brand strong{font-family:Georgia,Times New Roman,serif;font-size:22px;letter-spacing:-.04em}.quiz-brand small{color:var(--muted);font-size:11px}.quiz-brand-orb{width:38px;height:38px;flex:0 0 38px;border:1px solid #f8ded1;border-radius:50%;background:#fff0e7;box-shadow:inset 0 0 0 8px #fff8f2}.quiz-back{border:1px solid var(--line);border-radius:999px;background:#fffdfa;color:#7b746d;padding:10px 15px;font-size:11px;text-decoration:none;white-space:nowrap;transition:color .18s ease,border-color .18s ease}.quiz-back:hover{color:var(--coral);border-color:#efb5a3}.quiz-intro{max-width:1120px;margin:clamp(48px,8vw,100px) auto 36px}.quiz-eyebrow{color:var(--coral);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.quiz-intro h1{max-width:640px;margin:11px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,58px);font-weight:500;letter-spacing:-.06em;line-height:1.02}.quiz-intro>p:last-child{max-width:520px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}.quiz-setup{max-width:1120px;width:100%;margin:0 auto}.quiz-section{min-width:0;margin:0;border:1px solid rgba(232,223,213,.91);border-radius:17px;background:rgba(255,253,250,.82);padding:clamp(20px,3vw,32px);box-shadow:0 9px 28px rgba(146,113,81,.06);box-sizing:border-box}.quiz-section legend{float:left;width:100%;margin-bottom:20px;color:#332f2b;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quiz-section legend span{margin-right:10px;color:#a49b92;font-weight:500}.quiz-pathogen-grid{display:grid;clear:both;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quiz-choice{display:flex;min-height:84px;min-width:0;align-items:center;gap:11px;border:1px solid #ebe2d9;border-radius:12px;background:#fffdfa;cursor:pointer;padding:11px;transition:border-color .18s ease,background .18s ease,transform .18s ease;box-sizing:border-box}.quiz-choice:hover{border-color:#efb5a3;transform:translateY(-1px)}.quiz-choice.is-selected{border-color:#ed8a72;background:#fff2eb;box-shadow:inset 0 0 0 1px #f8d1c4}.quiz-choice input,.quiz-segmented input{position:absolute;opacity:0;pointer-events:none}.quiz-choice img{width:46px;height:46px;flex:0 0 46px;-o-object-fit:contain;object-fit:contain}.quiz-choice>span:last-child{display:flex;min-width:0;flex-direction:column;gap:5px}.quiz-choice strong{color:#332f2b;font-size:12px;font-weight:600}.quiz-choice small,.quiz-choice strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-choice small{color:var(--muted);font-size:10px}.quiz-choice-mark{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:50%;background:#fff0e8;color:var(--coral);font-size:21px}.quiz-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.quiz-segmented{display:grid;clear:both;grid-template-columns:repeat(3,1fr);gap:7px}.quiz-segmented label{display:flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #ebe2d9;border-radius:10px;background:#fffdfa;color:#6e6760;cursor:pointer;padding:9px 6px;font-size:12px;text-align:center}.quiz-segmented label:hover{border-color:#efb5a3}.quiz-segmented label.is-selected{border-color:#ed8a72;background:#fff0e8;color:#bc503b;font-weight:600}.quiz-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}.quiz-actions p{display:flex;flex-direction:column;gap:5px;margin:0;color:#332f2b;font-size:12px}.quiz-actions p span{color:var(--muted);font-size:11px}.quiz-start{display:inline-flex;min-width:160px;align-items:center;justify-content:space-between;border:0;border-radius:11px;background:linear-gradient(110deg,#ef7862,#ed6e57);color:white;cursor:pointer;padding:14px 16px;font-size:12px;font-weight:600;box-shadow:0 7px 14px rgba(226,99,72,.17)}.quiz-start:hover{box-shadow:0 10px 19px rgba(226,99,72,.25);transform:translateY(-1px)}.quiz-choice:has(input:focus-visible),.quiz-segmented label:has(input:focus-visible),.quiz-start:focus-visible{outline:3px solid rgba(236,118,91,.42);outline-offset:3px}@media (max-width:1100px) and (min-width:769px){.quiz-pathogen-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px) and (min-width:769px){.quiz-pathogen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.quiz-pathogen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.quiz-page{padding:12px max(16px,env(safe-area-inset-right,0px)) calc(48px + env(safe-area-inset-bottom, 0px)) max(16px,env(safe-area-inset-left,0px));overflow-x:hidden}.quiz-header{align-items:center;gap:10px}.quiz-brand{min-width:0}.quiz-brand strong{font-size:19px}.quiz-brand small{font-size:10px}.quiz-back{min-height:44px;padding:10px 14px;display:inline-flex;align-items:center}.quiz-intro{margin:32px 0 20px;max-width:100%}.quiz-intro h1{font-size:clamp(28px,9vw,38px)}.quiz-intro>p:last-child{font-size:13px}.quiz-setup{width:100%;max-width:100%}.quiz-options,.quiz-pathogen-grid{grid-template-columns:1fr;gap:10px}.quiz-section{width:100%;max-width:100%;box-sizing:border-box;border-radius:14px;padding:16px}.quiz-section legend{margin-bottom:14px}.quiz-choice{min-height:72px;padding:12px}.quiz-choice:hover{transform:none}.quiz-choice small,.quiz-choice strong{white-space:normal}.quiz-choice img,.quiz-choice-mark{width:42px;height:42px;flex-basis:42px}.quiz-segmented{grid-template-columns:1fr;gap:8px}.quiz-segmented label{min-height:44px}.quiz-actions{align-items:stretch;flex-direction:column;gap:14px;margin-top:14px}.quiz-start{width:100%;min-width:0;min-height:48px;justify-content:center;gap:10px}.quiz-start:hover{transform:none}}