*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #1B365D;--navy-dark: #142849;--gold: #d8a744;--gold-light: #e8be6e;--white: #FAFAFA;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-600: #4B5563;--gray-900: #111827;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html,body{height:100%;font-family:var(--font);background:var(--navy);color:var(--white);-webkit-font-smoothing:antialiased}#root{height:100%}button{cursor:pointer;font-family:var(--font)}input,textarea{font-family:var(--font)}.intake-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--navy)}.intake-card{background:#ffffff08;border:1px solid #FFFFFF14;border-radius:1.25rem;width:100%;max-width:520px;padding:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.intake-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.brand-mark{font-size:.875rem;font-weight:700;letter-spacing:.1em;color:var(--gold);opacity:.9}.progress-wrap{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:flex-end}.progress-bar{width:120px;height:4px;background:#ffffff18;border-radius:99px;overflow:hidden}.progress-fill{height:100%;background:var(--gold);border-radius:99px;transition:width .3s ease}.progress-label{font-size:.75rem;color:#ffffff60;white-space:nowrap}.screen{display:flex;flex-direction:column;gap:1.25rem}.screen h1{font-size:1.625rem;font-weight:700;line-height:1.25;color:var(--white)}.screen h2{font-size:1.375rem;font-weight:600;line-height:1.3;color:var(--white)}.subtitle{font-size:1rem;line-height:1.6;color:#ffffffb0}.screen-hint{font-size:.9rem;color:#ffffff80;margin-top:-.5rem}.options{display:flex;flex-direction:column;gap:.625rem}.option-card{display:flex;align-items:center;gap:.75rem;background:#ffffff08;border:1.5px solid #FFFFFF18;border-radius:.75rem;padding:.875rem 1rem;color:var(--white);font-size:.9375rem;font-weight:500;text-align:left;transition:background .15s,border-color .15s}.option-card:hover{background:#ffffff14;border-color:#ffffff30}.option-card.selected{background:#d8a74418;border-color:var(--gold);color:var(--gold-light)}.option-check{font-size:.75rem;color:var(--gold)}.text-input{width:100%;background:#ffffff08;border:1.5px solid #FFFFFF18;border-radius:.75rem;padding:.875rem 1rem;color:var(--white);font-size:.9375rem;outline:none;transition:border-color .15s}.text-input::placeholder{color:#ffffff40}.text-input:focus{border-color:var(--gold)}.textarea{resize:vertical;min-height:100px}.field-group{display:flex;flex-direction:column;gap:.75rem}.btn-primary{width:100%;background:var(--gold);color:var(--navy);border:none;border-radius:.75rem;padding:.9375rem 1.5rem;font-size:1rem;font-weight:700;transition:background .15s,opacity .15s}.btn-primary:hover:not(:disabled){background:var(--gold-light)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-back{background:transparent;border:none;color:#ffffff50;font-size:.875rem;font-weight:500;padding:.25rem 0;align-self:flex-start;transition:color .15s}.btn-back:hover{color:#ffffff90}.fine-print{font-size:.8rem;color:#ffffff50;text-align:center}.error-msg{font-size:.875rem;color:#fca5a5;background:#ff000018;border:1px solid #FF000030;border-radius:.5rem;padding:.75rem 1rem}.intake-card.confirmation{text-align:center;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.confirm-icon{width:3.5rem;height:3.5rem;background:var(--gold);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.intake-card.confirmation h1{font-size:1.5rem;font-weight:700;color:var(--white);line-height:1.3}.intake-card.confirmation p{color:#ffffffb0;font-size:.9375rem;line-height:1.6;max-width:360px}.confirm-tagline{font-style:italic;color:var(--gold)!important;font-size:1rem!important}@media (max-width: 480px){.intake-card{padding:1.5rem;border-radius:1rem}.screen h1{font-size:1.375rem}.screen h2{font-size:1.125rem}}
