:root{--roff-red: #E2231A;--roff-red-dark: #B81810;--roff-teal: #0C6B4F;--roff-teal-dark: #084A37;--roff-cream: #FBF6EC;--roff-cream-deep: #F3EAD6;--roff-charcoal: #221E1B;--roff-croc: #AECC3C;--roff-yellow: #FFD400;--shadow-card: 0 8px 24px rgba(34, 30, 27, .12);--radius-lg: 20px;--radius-md: 12px}*{box-sizing:border-box}html,body,#root{min-height:100dvh;min-height:100vh;margin:0}body{font-family:Inter,system-ui,sans-serif;background:var(--roff-cream);color:var(--roff-charcoal);-webkit-font-smoothing:antialiased}h1,h2,h3,.display{font-family:Poppins,system-ui,sans-serif;font-weight:800;letter-spacing:-.01em;margin:0}.app-shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;max-width:480px;margin:0 auto;background:var(--roff-cream);position:relative;padding:max(12px,env(safe-area-inset-top)) 16px 0}.top-band{background:var(--roff-red);color:#fff;padding:18px 20px 22px;padding-top:max(18px,env(safe-area-inset-top,18px));border-radius:24px;box-shadow:var(--shadow-card)}.brand-row{display:flex;align-items:center;gap:10px}.brand-logo{height:32px;width:auto;display:block}.brand-tagline{font-size:11px;color:#ffe9e6;text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.step-track{display:flex;gap:6px;margin-top:16px}.step-dot{height:4px;flex:1;border-radius:4px;background:#ffffff59}.step-dot.active{background:#fff}.content{flex:1;padding:24px 20px 40px;display:flex;flex-direction:column;gap:18px}.highlight-underline{position:relative;display:inline-block}.highlight-underline:after{content:"";position:absolute;left:-2px;right:-2px;bottom:2px;height:10px;background:var(--roff-yellow);z-index:-1;transform:rotate(-1deg)}label{font-size:13px;font-weight:600;color:var(--roff-teal-dark);margin-bottom:6px;display:block}input,select{width:100%;padding:13px 14px;font-size:15px;border-radius:var(--radius-md);border:1.5px solid #E4D9C4;background:#fff;font-family:Inter,sans-serif;color:var(--roff-charcoal)}input:focus,select:focus{outline:none;border-color:var(--roff-teal);box-shadow:0 0 0 3px #0c6b4f26}.field{display:flex;flex-direction:column}.btn-primary{background:var(--roff-red);color:#fff;border:none;padding:14px 20px;font-size:16px;font-weight:700;font-family:Poppins,sans-serif;border-radius:var(--radius-md);cursor:pointer;transition:transform .15s ease,background .15s ease}.btn-primary:hover{background:var(--roff-red-dark)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--roff-teal);border:1.5px solid var(--roff-teal);padding:12px 20px;font-size:15px;font-weight:600;border-radius:var(--radius-md);cursor:pointer}.card{background:#fff;border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-card)}.error-text{color:var(--roff-red-dark);font-size:13px;font-weight:500;background:#fff1ef;padding:10px 12px;border-radius:var(--radius-md)}.helper-text{font-size:12.5px;color:#7a6f60;line-height:1.5}.role-toggle{display:flex;gap:10px}.role-option{flex:1;padding:12px;text-align:center;border-radius:var(--radius-md);border:1.5px solid #E4D9C4;background:#fff;font-weight:600;font-size:14px;cursor:pointer;color:var(--roff-charcoal)}.role-option.selected{border-color:var(--roff-red);background:#fff3f2;color:var(--roff-red-dark)}@media (prefers-reduced-motion: reduce){.btn-primary{transition:none}}
