.wellness-quiz-modal-overlay{z-index:10000;overflow:hidden;overscroll-behavior:contain}.wellness-quiz-modal-content{max-width:560px;width:92vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;background:var(--white, #fff);border-radius:12px;box-shadow:0 8px 32px #0000001f}.wellness-quiz-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color, #e0e0e0);flex-shrink:0}.wellness-quiz-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #1a1a1a)}.wellness-quiz-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--text-muted, #757575);cursor:pointer;padding:4px}.wellness-quiz-close:hover{color:var(--text-primary, #1a1a1a)}.wellness-quiz-body{padding:20px 24px;overflow-y:auto;flex:1;min-height:0}.wellness-quiz-intro{margin:0 0 12px;font-size:.9375rem;color:var(--text-secondary, #616161);line-height:1.5}.wellness-quiz-intro-note{margin:0 0 20px;font-size:.8125rem;color:var(--text-muted, #757575);line-height:1.4;font-style:italic}.wellness-quiz-question-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--pink-baby, #1976d2);margin:0 0 8px}.wellness-quiz-question-text{margin:0 0 16px;font-size:1rem;font-weight:500;color:var(--text-primary, #1a1a1a);line-height:1.4}.wellness-quiz-answers{display:flex;flex-direction:column;gap:8px}.wellness-quiz-answer-btn{display:block;width:100%;padding:12px 16px;text-align:left;font-size:.9375rem;color:var(--text-primary, #1a1a1a);background:var(--bg-secondary, #f5f5f5);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}.wellness-quiz-answer-btn:hover{background:var(--pastel-cream, #eee)}.wellness-quiz-answer-btn--selected{border-color:var(--pink-baby, #2563eb);background:var(--pink-light, rgba(37, 99, 235, .08))}.wellness-quiz-chips{display:flex;flex-wrap:wrap;gap:8px}.wellness-quiz-chip{display:inline-flex;align-items:center;padding:8px 14px;font-size:.875rem;border:1px solid var(--border-color, #e0e0e0);border-radius:8px;background:var(--white, #fff);color:var(--text-primary, #1a1a1a);cursor:pointer;transition:background .2s,border-color .2s}.wellness-quiz-chip:hover{background:var(--bg-secondary, #f5f5f5);border-color:var(--text-muted, #9e9e9e)}.wellness-quiz-chip--selected{border-color:var(--pink-baby, #2563eb);background:var(--pink-light, rgba(37, 99, 235, .08));color:var(--pink-baby, #2563eb)}.wellness-quiz-chip--selected:hover{background:var(--pink-light, rgba(37, 99, 235, .12))}.wellness-quiz-chip-label{white-space:nowrap}@media (max-width: 480px){.wellness-quiz-chip-label{white-space:normal;text-align:center;line-height:1.3}}.wellness-quiz-nav{margin-top:20px}.wellness-quiz-btn{padding:10px 18px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;border:none}.wellness-quiz-btn--primary{background:var(--accent-dark, var(--pink-baby, #2563eb));color:#fff}.wellness-quiz-btn--primary:hover:not(:disabled){filter:brightness(1.05)}.wellness-quiz-btn--primary:disabled{opacity:.6;cursor:not-allowed}.wellness-quiz-btn--secondary{background:transparent;color:var(--text-secondary, #616161);border:1px solid var(--border-color, #e0e0e0)}.wellness-quiz-btn--secondary:hover{background:var(--bg-secondary, #f5f5f5)}.wellness-quiz-results-form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.wellness-quiz-results-body{flex:1;min-height:0}.wellness-quiz-results-intro{margin:0 0 16px;font-size:.9375rem;color:var(--text-secondary, #616161);line-height:1.5}.wellness-quiz-no-results{margin:0;font-size:.9375rem;color:var(--text-muted, #757575);line-height:1.5}.wellness-quiz-treatment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.wellness-quiz-treatment-card{padding:16px;border:1px solid var(--border-color, #e0e0e0);border-radius:10px;background:var(--bg-secondary, #fafafa)}.wellness-quiz-treatment-card-header{margin-bottom:10px}.wellness-quiz-treatment-name{font-size:1.0625rem;font-weight:600;color:var(--text-primary, #1a1a1a);margin-bottom:4px}.wellness-quiz-treatment-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pink-baby, #1976d2);margin-bottom:0}.wellness-quiz-treatment-used-for{margin-bottom:10px}.wellness-quiz-treatment-used-for-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #757575);margin-bottom:4px}.wellness-quiz-treatment-summary{margin:0 0 6px;font-size:.9375rem;color:var(--text-primary, #1a1a1a);line-height:1.5}.wellness-quiz-treatment-addresses{margin:0 0 10px;font-size:.8125rem;color:var(--text-secondary, #616161);line-height:1.45}.wellness-quiz-treatment-matches{margin-bottom:10px}.wellness-quiz-treatment-matches-list{margin:4px 0 0;padding-left:1.25rem;font-size:.8125rem;color:var(--text-secondary, #616161);line-height:1.5}.wellness-quiz-treatment-meta{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:.8125rem;color:var(--text-muted, #757575)}.wellness-quiz-treatment-meta span{flex:0 0 auto}.wellness-quiz-treatment-notes{margin:8px 0 0;font-size:.8125rem;color:var(--text-muted, #757575);line-height:1.4}.wellness-quiz-loading,.wellness-quiz-error{margin:0;font-size:.9375rem}.wellness-quiz-error{color:#b71c1c;margin-top:12px}.wellness-quiz-footer{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:16px 24px;border-top:1px solid var(--border-color, #e0e0e0);flex-shrink:0}.not-found-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--bg-primary, #faf6f0);color:var(--text-primary, #333)}.not-found-title{font-size:4rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary)}.not-found-message{font-size:1.25rem;margin:0;color:var(--text-secondary)}
