:root{--foreground:#0f172a;--background:#f8fafc;--muted:#64748b;--border:#e2e8f0;--primary:#f75074;--primary-hover:#e03d62;--touch-target:44px;--input-font-size:16px}*{box-sizing:border-box;padding:0;margin:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:National Park,system-ui,sans-serif;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-size:var(--input-font-size)}input,select,textarea{font-size:max(var(--input-font-size),1rem)}.page{width:100%;max-width:36rem;margin:0 auto;padding:1rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}@media (min-width:640px){.page{padding:2rem 1.5rem}}.page-header{margin-bottom:1.5rem;text-align:center}@media (min-width:640px){.page-header{margin-bottom:2rem}}.page-header__logo{display:block;max-width:100px;height:auto;margin:0 auto 1rem}.page-header__title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}@media (min-width:640px){.page-header__title{font-size:1.75rem}}.page-header p{color:var(--muted);font-size:.9375rem}@media (min-width:640px){.page-header p{font-size:1rem}}.form-section{background:#fff;border:1px solid var(--border);border-radius:.5rem;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}@media (min-width:640px){.form-section{padding:1.5rem}}.form-steps{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.form-step-indicator{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--muted)}.form-step-indicator--current{color:var(--foreground);font-weight:600}.form-step-indicator--current .form-step-indicator__number{background:var(--primary);color:#fff}.form-step-indicator--done .form-step-indicator__number{background:var(--border);color:var(--foreground)}.form-step-indicator__number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;font-size:.75rem;font-weight:600;background:var(--border);color:var(--muted)}.form-step-indicator__title{display:none}@media (min-width:640px){.form-step-indicator__title{display:inline}}.form-step{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.form-step__heading{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;padding:0;float:none;width:auto}.form-step__placeholder{color:var(--muted);font-size:.9375rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label,.form-field__label{font-size:.9375rem;font-weight:500;color:var(--foreground)}.form-field__label{display:block;margin-bottom:.25rem}.form-field--radio-group{gap:.5rem}.form-radio-group{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.form-radio{display:inline-flex;align-items:center;gap:.5rem;min-height:var(--touch-target);padding:.5rem 0;cursor:pointer;font-size:1rem;-webkit-tap-highlight-color:transparent}.form-radio input[type=radio]{width:1.25rem;height:1.25rem;margin:0;accent-color:var(--primary)}.form-radio:focus-within{outline:2px solid var(--primary);outline-offset:2px;border-radius:.25rem}.terms-scroll{max-height:16rem;overflow-y:auto;overflow-x:hidden;border:1px solid var(--border);border-radius:.375rem;background:var(--background);-webkit-overflow-scrolling:touch}.terms-content{padding:1rem;font-size:.875rem;line-height:1.6}.terms-content h1{font-size:1.125rem;margin-bottom:.5rem}.terms-content h2{font-size:1rem;margin-top:1rem;margin-bottom:.375rem}.terms-content p,.terms-content ul{margin-bottom:.5rem}.terms-content ul{padding-left:1.25rem}.terms-content strong{font-weight:600}.form-field--checkbox{gap:.375rem}.form-checkbox{display:flex;align-items:flex-start;gap:.75rem;min-height:var(--touch-target);padding:.5rem 0;cursor:pointer;font-size:.9375rem;font-weight:500;-webkit-tap-highlight-color:transparent}.form-checkbox input[type=checkbox]{margin-top:.25rem;width:1.25rem;height:1.25rem;flex-shrink:0;accent-color:var(--primary)}.form-checkbox:focus-within{outline:2px solid var(--primary);outline-offset:2px;border-radius:.25rem}.form-field__error{font-size:.875rem;color:#b91c1c}.form-field__hint{font-size:.8125rem;color:var(--muted)}.form-field__optional{font-weight:400;color:var(--muted)}.signup-form input[aria-invalid=true],.signup-form select[aria-invalid=true],.signup-form textarea[aria-invalid=true]{border-color:#b91c1c}.signup-form{display:flex;flex-direction:column;gap:1.25rem}.signup-form input[type=date],.signup-form input[type=email],.signup-form input[type=number],.signup-form input[type=tel],.signup-form input[type=text],.signup-form select,.signup-form textarea{min-height:var(--touch-target);padding:.75rem 1rem;width:100%;border:1px solid var(--border);border-radius:.375rem;background:#fff;font-size:max(var(--input-font-size),1rem)}.signup-form textarea{min-height:6rem;resize:vertical}.button:focus-visible,.signup-form input:focus,.signup-form select:focus,.signup-form textarea:focus{outline:2px solid var(--primary);outline-offset:2px}.form-actions{margin-top:.5rem}.form-actions--between{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-target);padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;font-size:1rem;transition:background-color .15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.button:disabled{opacity:.7;cursor:not-allowed}.button-primary{background:var(--primary);color:#fff}.button-primary:hover:not(:disabled){background:var(--primary-hover)}.button-secondary{background:#fff;color:var(--foreground);border:1px solid var(--border)}.button-secondary:hover:not(:disabled){background:var(--background);border-color:var(--muted)}.message{padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1rem}.message-success{background:#dcfce7;color:#166534}.message-error{background:#fee2e2;color:#991b1b}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}