@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Mulish:wght@300;400;500;600;700&display=swap";.quiz-page{font-family:Mulish,sans-serif}.quiz-card{background:#e7e0d7;border-radius:4px;padding:2.5rem}.quiz-icon{width:64px;height:64px;border-radius:50%;background:#0c4714;color:#f7f1e9;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;flex-shrink:0}.quiz-icon-muted{width:64px;height:64px;border-radius:50%;background:#dbd3c9;color:#59554f;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;flex-shrink:0}.intro-stats{display:inline-flex;align-items:center;gap:1.25rem;background:#dbd3c9;border-radius:3px;padding:.75rem 1.5rem;margin-bottom:2rem;font-size:.85rem;color:#4b4742}.intro-stats strong{color:#0c4714;font-weight:700}.stat-divider{color:#938e89}.progress-track{height:4px;background:#dbd3c9;border-radius:2px;overflow:hidden;margin-bottom:2rem}.progress-fill{height:100%;background:#0c4714;border-radius:2px;transition:width .5s ease}.progress-meta{display:flex;justify-content:space-between;font-size:.78rem;color:#67635d;margin-bottom:.5rem}.question-heading{font-family:EB Garamond,Georgia,serif;font-size:clamp(1.2rem,3vw,1.55rem);font-weight:400;color:#14110d;line-height:1.3;margin-bottom:1.5rem}.options-grid{display:flex;flex-direction:column;gap:.625rem}.options-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}@media(max-width:520px){.options-grid-2col{grid-template-columns:1fr}}.option-card{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;background:#f7f1e9;border:1.5px solid oklch(83% .018 75);border-radius:3px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.option-card:hover{background:#ede7de;border-color:#7b987b}.option-card.selected{background:#d0dbd0;border-color:#0c4714}.option-icon{width:34px;height:34px;border-radius:50%;background:#dbd3c9;color:#4b4742;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,color .15s ease}.option-icon svg{width:16px;height:16px}.option-card.selected .option-icon{background:#0c4714;color:#f7f1e9}.option-content{flex:1;min-width:0}.option-label{font-size:.88rem;font-weight:600;color:#1d1a16;line-height:1.3}.option-card.selected .option-label{color:#06320c}.option-subtitle{font-size:.75rem;color:#67635d;margin-top:.2rem}.option-check{width:20px;height:20px;border:1.5px solid oklch(65% .01 75);border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:7px;background:#fff;font-size:11px;color:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.option-card.selected .option-check{background:#0c4714;border-color:#0c4714;color:#fff}.btn-back{background:none;border:none;cursor:pointer;color:#67635d;font-family:Mulish,sans-serif;font-size:.88rem;display:inline-flex;align-items:center;gap:.35rem;padding:0;transition:color .15s ease}.btn-back:hover{color:#312d28}.btn-back:disabled{opacity:.3;cursor:not-allowed}.continue-btn{opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.continue-btn.visible{opacity:1;transform:translateY(0)}.btn-amber{display:inline-flex;align-items:center;gap:.5rem;background:oklch(68% .15 75);color:#14110d;font-family:Mulish,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.05em;text-decoration:none;padding:.875rem 2rem;border-radius:3px;border:none;cursor:pointer;transition:background .2s ease}.btn-amber:hover{background:oklch(72% .155 75)}.btn-forest{display:inline-flex;align-items:center;gap:.5rem;background:#0c4714;color:#f7f1e9;font-family:Mulish,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.05em;text-decoration:none;padding:.875rem 2rem;border-radius:3px;border:none;cursor:pointer;transition:background .2s ease}.btn-forest:hover{background:#023c0c}.btn-retake{background:none;border:none;cursor:pointer;font-family:Mulish,sans-serif;font-size:.82rem;color:#67635d;padding:0;transition:color .15s ease}.btn-retake:hover{color:#312d28}.quiz-input{width:100%;padding:.75rem 1rem;background:#f7f1e9;border:1.5px solid oklch(83% .018 75);border-radius:3px;color:#14110d;font-family:Mulish,sans-serif;font-size:.9rem;outline:none;transition:border-color .15s ease;box-sizing:border-box}.quiz-input:focus{border-color:#0c4714}.quiz-input::-moz-placeholder{color:#847f7a}.quiz-input::placeholder{color:#847f7a}.thinking-ring{width:56px;height:56px;border-radius:50%;border:3px solid oklch(83% .018 75);border-top-color:#0c4714;animation:quizSpin 1s linear infinite;margin:0 auto 2rem}@keyframes quizSpin{to{transform:rotate(360deg)}}.bottleneck-badge{display:inline-block;background:#dbd3c9;border-radius:3px;padding:1rem 1.5rem;margin-bottom:1.5rem}.badge-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#67635d;margin-bottom:.25rem}.badge-value{font-family:EB Garamond,Georgia,serif;font-size:1.35rem;color:#0c4714}.partner-criteria{background:#dbd3c9;border-radius:3px;padding:1.5rem;margin:0 auto 1.5rem;text-align:left;max-width:380px}.criteria-heading{font-size:.82rem;font-weight:700;color:#2c2823;margin-bottom:.75rem}.criteria-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.criteria-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.83rem;color:#4b4742;line-height:1.45}.criteria-check{width:16px;height:16px;border-radius:50%;background:#0c4714;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:9px}.retake-row{margin-top:2rem;padding-top:1.5rem;border-top:1px solid oklch(83% .018 75)}.back-home{font-size:.82rem;color:#67635d;text-decoration:none;transition:color .15s ease}.back-home:hover{color:#0c4714}.result-heading{font-family:EB Garamond,Georgia,serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:400;line-height:1.2;color:#14110d;margin-bottom:1rem}.result-body{font-size:.92rem;color:#4b4742;line-height:1.65;max-width:420px;margin:0 auto 1.5rem}.question-exit{animation:qSlideOut .2s ease forwards}.question-enter{animation:qSlideIn .25s ease forwards}@keyframes qSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes qSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.quiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}body{background:#f7f1e9;color:#14110d}
