:root{--quiz-accent:var(--primary);--quiz-accent-light:var(--primary-tap);--quiz-accent-dark:#b8624d;--quiz-accent-bg:#fdf3f0}.quiz-phase-enter{animation:.4s ease-out forwards fadeSlideIn}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.nlm-authority{flex-direction:column;align-items:center;gap:.5rem;margin-top:0;display:flex}.nlm-authority-logo{opacity:.25;filter:grayscale();width:80px;height:auto}.nlm-authority-text{color:var(--muted-foreground);opacity:.6;letter-spacing:.01em;font-size:.8rem}.quiz-answer-card{border:2px solid var(--border);cursor:pointer;background:var(--card-surface);text-align:left;width:100%;color:var(--foreground);border-radius:1rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.5;transition:all .2s;position:relative}.quiz-answer-card:hover{border-color:var(--quiz-accent-light);background:var(--quiz-accent-bg);transform:translateY(-2px);box-shadow:0 4px 12px #d57c6526}.quiz-answer-card.selected{border-color:var(--quiz-accent);background:var(--quiz-accent-bg);box-shadow:0 0 0 3px #d57c6533}.quiz-progress-bar{background:var(--card-surface-muted);border-radius:999px;height:6px;overflow:hidden}.quiz-progress-fill{background:var(--quiz-accent);border-radius:999px;height:100%;transition:width .4s}.analyzing-ring{border:6px solid var(--card-surface-muted);border-top-color:var(--quiz-accent);border-radius:50%;width:120px;height:120px;animation:1.2s linear infinite spin;position:relative}.analyzing-ring-track{border-radius:50%;width:120px;height:120px;position:relative}.analyzing-ring-track svg{transform:rotate(-90deg)}.analyzing-progress-bg{fill:none;stroke:var(--card-surface-muted);stroke-width:6px}.analyzing-progress-fill{fill:none;stroke:var(--quiz-accent);stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset .3s}@keyframes spin{to{transform:rotate(360deg)}}.remedy-card{background:var(--card-surface);border:1px solid var(--border);border-radius:1rem;flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .2s;display:flex}.remedy-card:hover{border-color:var(--quiz-accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.remedy-card-title{color:var(--foreground);font-size:1.05rem;font-weight:700}.remedy-card-description{color:var(--muted-foreground);flex:1;font-size:.925rem;line-height:1.65}.remedy-card-button{background:var(--quiz-accent);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;width:fit-content;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.remedy-card-button:hover{background:var(--quiz-accent-dark);transform:translateY(-1px);box-shadow:0 4px 12px #d57c654d}.cta-banner{background:linear-gradient(135deg,var(--quiz-accent)0%,var(--quiz-accent-dark)100%);text-align:center;color:#fff;border-radius:1.5rem;padding:3rem 2rem;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.cta-banner h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:800;position:relative}.cta-banner p{opacity:.92;max-width:500px;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.6;position:relative}.quiz-btn-primary{background:var(--quiz-accent);color:#fff;cursor:pointer;border:none;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;min-width:200px;padding:.875rem 2rem;font-size:1.05rem;font-weight:700;transition:all .2s;display:inline-flex}.quiz-btn-primary:hover{background:var(--quiz-accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #d57c6559}.quiz-btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.quiz-email-input{border:2px solid var(--border);background:var(--card-surface);width:100%;max-width:400px;color:var(--foreground);border-radius:.875rem;outline:none;padding:.875rem 1.25rem;font-size:1rem;transition:border-color .2s}.quiz-email-input:focus{border-color:var(--quiz-accent);box-shadow:0 0 0 3px #d57c6526}.result-section-title{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.2rem;font-weight:700;display:flex}.result-section-icon{background:var(--quiz-accent-bg);border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.resource-card{background:var(--card-surface);border:1px solid var(--border);border-radius:1.25rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .25s;display:flex}.resource-card:hover{border-color:var(--quiz-accent-light);transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.resource-card-icon{background:var(--quiz-accent-bg);border-radius:1rem;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;display:flex}.resource-card-title{color:var(--foreground);font-size:1.2rem;font-weight:700}.resource-card-description{color:var(--muted-foreground);flex:1;font-size:.95rem;line-height:1.6}.resource-card-link{color:var(--quiz-accent);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.resource-card-link:hover{gap:.75rem}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card-stagger{opacity:0;animation:.5s ease-out forwards cardFadeUp}.card-stagger:first-child{animation-delay:50ms}.card-stagger:nth-child(2){animation-delay:.1s}.card-stagger:nth-child(3){animation-delay:.15s}.card-stagger:nth-child(4){animation-delay:.2s}.card-stagger:nth-child(5){animation-delay:.25s}.mix-badge{background:var(--quiz-accent-bg);color:var(--quiz-accent-dark);border-radius:999px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.825rem;font-weight:600;display:inline-flex}
