.header{text-align:center;margin-bottom:2.5rem}.header h1{font-family:"Fraunces",serif;font-size:1.75rem;font-weight:600;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.header p{color:var(--text-soft);font-size:.95rem;max-width:480px;margin:0 auto}.step-indicator{display:flex;justify-content:center;gap:8px;margin-bottom:2rem}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:all .3s ease}.step-dot.active{background:var(--accent);width:24px;border-radius:4px}.step-dot.done{background:var(--accent)}.question-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);margin-bottom:1.5rem;animation:fadeUp .35s ease}.question-card h2{font-family:"Fraunces",serif;font-size:1.15rem;font-weight:600;margin-bottom:.35rem;letter-spacing:-.01em}.question-card .subtitle{color:var(--text-soft);font-size:.85rem;margin-bottom:1.25rem}.options{display:flex;flex-direction:column;gap:10px}.option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;user-select:none}.option:hover{border-color:var(--border-hover);box-shadow:var(--shadow)}.option.selected{border-color:var(--accent);background:var(--accent-light)}.option .check{width:22px;height:22px;border-radius:6px;border:1.5px solid var(--border-hover);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:all .2s ease}.option.selected .check{background:var(--accent);border-color:var(--accent)}.option.selected .check::after{content:"";width:6px;height:10px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.option .label{font-size:.95rem;line-height:1.45}.btn-row{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.btn{font-family:"DM Sans",sans-serif;font-size:.9rem;font-weight:500;padding:10px 24px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s ease}.btn-back{background:0 0;color:var(--text-soft);padding:10px 16px}.btn-back:hover{color:var(--text)}.btn-next{background:var(--accent);color:#fff}.btn-next:hover{background:var(--accent-dark)}.btn-next:disabled{opacity:.4;cursor:not-allowed}.btn-reset{background:0 0;border:1px solid var(--border);color:var(--text-soft);margin-top:1rem}.btn-reset:hover{border-color:var(--border-hover);color:var(--text)}.result-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);margin-bottom:1rem;animation:fadeUp .35s ease}.result-card .rank{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.25rem}.result-card h3{font-family:"Fraunces",serif;font-size:1.35rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.result-card p{color:var(--text-soft);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.match-bar-wrap{margin-bottom:.75rem}.match-label{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-soft);margin-bottom:4px}.match-bar{height:6px;background:var(--tag-bg);border-radius:3px;overflow:hidden}.match-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .6s ease}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag.match{background:var(--accent-light);color:var(--accent-dark)}.hint-box{background:var(--accent-light);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-top:1.5rem;font-size:.88rem;color:var(--accent-dark);line-height:1.55}.hint-box strong{display:block;margin-bottom:2px;font-weight:600}.no-results{text-align:center;padding:3rem 1.5rem}.no-results h3{font-family:"Fraunces",serif;font-size:1.2rem;margin-bottom:.5rem}.no-results p{color:var(--text-soft);font-size:.9rem}@media (max-width:480px){.question-card,.result-card{padding:1.5rem}.header h1{font-size:1.4rem}}