*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #E05A17;--orange-dark: #C94E12;--orange-light: #FFF8F5;--green: #16A34A;--green-bg: #F0FDF4;--text-primary: #111827;--text-secondary: #6B7280;--text-muted: #9CA3AF;--text-orange: #E05A17;--text-green: #16A34A;--text-red: #DC2626;--border: #E5E7EB;--border-hover: #E05A17;--bg: #FFFFFF;--shadow-sm: 0 0 0 1px rgba(0,0,0,.06);--radius: 12px;--radius-btn: 50px;--max-width: 480px;--font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}html{font-family:var(--font);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f3f4f6;margin:0;padding:0;overflow-x:hidden}#root{max-width:480px;margin:0 auto;min-height:100vh;background:#fff;position:relative}.progress-bar-wrapper{width:100%;height:6px;background:#f0d5c8;border-radius:3px;overflow:hidden;margin-bottom:0}.progress-bar-fill{height:100%;background:#e05a17;border-radius:3px;transition:width .4s ease}.quiz-wrapper{max-width:var(--max-width);margin:0 auto;min-height:100vh;background:#fff;position:relative}.screen{padding:24px 16px 80px;max-width:var(--max-width);margin:0 auto;min-height:100vh;animation:slideIn .28s ease}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.screen-label{text-align:center;font-size:12px;font-weight:500;color:#9ca3af;letter-spacing:.02em;margin-bottom:4px}.screen-sublabel{text-align:center;font-size:12px;color:#9ca3af;margin-bottom:20px}.question-title{font-size:18px;font-weight:700;color:#111827;text-align:center;line-height:1.35;margin-bottom:8px}.question-title .highlight{color:#e05a17}.question-instruction{font-size:13px;color:#6b7280;text-align:center;margin-bottom:20px}.option-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border:1.5px solid #E5E7EB;border-radius:12px;background:#fff;cursor:pointer;margin-bottom:10px;width:100%;text-align:left;font-family:var(--font);transition:border-color .15s,background .15s}.option-card:hover,.option-card.selected{border-color:#e05a17;background:#fff8f5}.option-card-text{flex:1}.option-card-title{font-size:15px;font-weight:600;color:#111827;line-height:1.4;margin-bottom:3px}.option-card-sub{font-size:13px;color:#6b7280;line-height:1.4}.option-radio{width:22px;height:22px;border-radius:50%;border:2px solid #D1D5DB;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;position:relative}.option-card.selected .option-radio{border-color:#e05a17;background:#e05a17}.option-card.selected .option-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff;display:block}.check-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #E5E7EB;border-radius:12px;background:#fff;cursor:pointer;margin-bottom:10px;width:100%;text-align:left;font-family:var(--font);transition:border-color .15s,background .15s}.check-card:hover,.check-card.checked{border-color:#e05a17;background:#fff8f5}.check-box{width:22px;height:22px;border-radius:5px;border:2px solid #D1D5DB;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:all .15s;background:#fff}.check-card.checked .check-box{background:#e05a17;border-color:#e05a17;color:#fff}.check-label{flex:1}.check-label-title{font-size:15px;font-weight:600;color:#111827;line-height:1.4;margin-bottom:3px}.check-label-sub{font-size:13px;color:#6b7280;line-height:1.4}.continue-btn{width:100%;padding:16px;background:#e05a17;color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;margin-top:20px;font-family:var(--font);letter-spacing:.01em;transition:background .15s,opacity .15s}.continue-btn:hover:not(:disabled){background:#c94e12}.continue-btn:disabled{opacity:.45;cursor:not-allowed;background:#e05a17}.continue-btn.green{background:#16a34a}.continue-btn.green:hover:not(:disabled){background:#15803d}.age-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.age-btn{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1.5px solid #E05A17;border-radius:12px;background:#fff8f5;cursor:pointer;font-size:14px;font-weight:500;color:#111827;width:100%;text-align:left;font-family:var(--font);transition:border-color .15s,background .15s}.age-btn:hover,.age-btn:active{border-color:#c04c10;background:#ffe8dc}.arrow-circle{width:28px;height:28px;border-radius:50%;border:1.5px solid #E5E7EB;display:flex;align-items:center;justify-content:center;color:#e05a17;font-size:15px;flex-shrink:0}.badge-orange{background:#e05a17;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700}.social-headline{font-size:18px;font-weight:700;color:#111827;text-align:center;line-height:1.5;margin-bottom:12px}.intro-headline{font-size:16px;font-weight:700;color:#111827;text-align:center;line-height:1.5;margin-bottom:16px}.intro-headline .code{color:#dc2626;font-weight:800}.intro-headline .ai{text-decoration:underline;text-underline-offset:3px}.intro-headline .money{color:#16a34a;font-weight:800}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){body{background:#fff}.quiz-wrapper{box-shadow:none}.screen{padding:68px 24px 100px}}
