@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--bg: #0d0f12;--surface: #161a1f;--surface-hover: #1e2329;--border: #2a3038;--text: #e8eaed;--text-muted: #9aa0a6;--accent: #7c3aed;--accent-hover: #8b5cf6;--success: #10b981;--error: #ef4444}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.app{width:100%;max-width:540px}.form-switch{margin-bottom:1rem;font-size:.9rem}.form-switch a{color:var(--accent);text-decoration:none}.form-switch a:hover{text-decoration:underline}.form-switch-sep{margin:0 .5rem;color:var(--text-muted)}.landing{text-align:center;max-width:480px}.landing-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.landing-subtitle{font-size:1rem;color:var(--text-muted);margin:0 0 2rem}.landing-options{display:flex;flex-direction:column;gap:1rem}.landing-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;background:var(--surface);border:2px solid var(--border);border-radius:16px;text-decoration:none;color:var(--text);transition:all .2s ease}.landing-card:hover{border-color:var(--accent);background:#7c3aed14;transform:translateY(-2px)}.landing-card-icon{font-size:2rem}.landing-card-title{font-size:1.15rem;font-weight:600}.landing-card-desc{font-size:.9rem;color:var(--text-muted)}.progress-bar{height:4px;background:var(--border);border-radius:2px;margin-bottom:2rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),#a78bfa);border-radius:2px;transition:width .3s ease}.section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem}.question-number{font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.question-text{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.question-hint{font-size:.9rem;color:var(--text-muted);margin-bottom:1.25rem}.options{display:flex;flex-direction:column;gap:.5rem}.option{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s ease}.option:hover{background:var(--surface-hover);border-color:var(--accent)}.option.selected{border-color:var(--accent);background:#7c3aed14}.option input{accent-color:var(--accent);width:18px;height:18px;flex-shrink:0}.option label{cursor:pointer;flex:1}.input-text{width:100%;padding:1rem 1.25rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s ease}.input-text:focus{outline:none;border-color:var(--accent)}.input-text::placeholder{color:var(--text-muted)}textarea.input-text{min-height:120px;resize:vertical}.triple-text-fields{display:flex;flex-direction:column;gap:.75rem}.ambition-slider{margin-top:1rem}.ambition-slider .slider-input{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--border);border-radius:4px;outline:none}.ambition-slider .slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background:var(--accent);border-radius:50%;cursor:pointer;transition:transform .2s}.ambition-slider .slider-input::-webkit-slider-thumb:hover{transform:scale(1.1)}.ambition-slider .slider-input::-moz-range-thumb{width:24px;height:24px;background:var(--accent);border-radius:50%;cursor:pointer;border:none}.ambition-slider .slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.85rem;color:var(--text-muted)}.ambition-slider .slider-labels .active{color:var(--accent);font-weight:600}.ambition-slider .slider-selected{margin-top:1rem;padding:1rem;background:var(--surface);border:2px solid var(--accent);border-radius:12px;font-size:.95rem}.ambition-scale{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.ambition-option{flex:1;min-width:80px}.ambition-option input{display:none}.ambition-option label{display:block;padding:1rem;background:var(--surface);border:2px solid var(--border);border-radius:12px;cursor:pointer;text-align:center;font-size:.85rem;transition:all .2s ease}.ambition-option label:hover{border-color:var(--accent)}.ambition-option input:checked+label{border-color:var(--accent);background:#7c3aed14}.nav-buttons{display:flex;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.btn{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;border-radius:10px;cursor:pointer;transition:all .2s ease;border:none}.btn-secondary{background:var(--surface);color:var(--text);border:2px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--text-muted)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary.ml-auto{margin-left:auto}.summary{background:var(--surface);border-radius:16px;padding:1.5rem;margin-top:2rem;border:1px solid var(--border)}.summary.success{border-color:var(--success);background:#10b98114}.summary.error{border-color:var(--error);background:#ef444414}.summary p{margin:0;color:var(--text-muted)}.summary.success p{color:var(--success)}.summary.error p{color:var(--error)}.interest-details{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.detail-group{padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.detail-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.detail-options{display:flex;flex-wrap:wrap;gap:.5rem}.option-small{padding:.5rem .75rem;font-size:.9rem}
