:root{--bg-color:#2a1d4e;--bg-surface:#513b8a;--bg-surface-elevated:#6b4fa8;--text-primary:#fff;--text-secondary:#ffffffb3;--brand-primary:#cbf905;--brand-primary-hover:#d4ff00;--brand-accent:#cbf905;--brand-accent-hover:#d4ff00;--error:#ef4444;--success:#10b981;--border-subtle:#ffffff1f;--font-family:"Outfit", "Inter", system-ui, -apple-system, sans-serif;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 2px 4px #00000026;--shadow-md:0 4px 12px #0003;--shadow-lg:0 12px 24px -4px #0006, 0 8px 16px -8px #0000004d;--shadow-glow:0 0 20px #cbf9054d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#3d2870,#2a1d4e 80%) fixed;min-height:100vh;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#fff3}::-webkit-scrollbar-thumb:hover{background:#fff6}a{color:var(--brand-accent);text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}input,select,textarea{background:0 0;border:none;font-family:inherit}.app-container{background-color:var(--bg-color);max-width:480px;min-height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow-x:hidden}.heading-1{letter-spacing:-.025em;font-size:1.875rem;font-weight:700;line-height:1.2}.heading-2{font-size:1.5rem;font-weight:600;line-height:1.3}.heading-3{font-size:1.25rem;font-weight:600;line-height:1.4}.text-body{color:var(--text-secondary);font-size:1rem}.text-small{color:var(--text-secondary);font-size:.875rem}.btn-primary{background-color:var(--brand-primary);color:#121a3f;border-radius:var(--radius-md);width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a,inset 0 1px #ffffff4d}.btn-primary:hover{background-color:var(--brand-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{background-color:var(--bg-surface-elevated);color:var(--text-secondary);cursor:not-allowed}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:#ffffff0d;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #0000001a}.btn-secondary:hover{background-color:#ffffff1a;border-color:#ffffff4d}.form-group{flex-direction:column;justify-content:flex-start;gap:.5rem;height:100%;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-primary);font-size:.875rem;font-weight:500}.form-input{color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:#0003;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;box-shadow:inset 0 2px 4px #0000001a}.form-input:focus{border-color:var(--brand-primary);background-color:#0000004d;outline:none;box-shadow:0 0 0 3px #f9cb1a33,inset 0 2px 4px #0000001a}select.form-input option{color:#fff;background-color:#2a1d4e}.form-error{color:var(--error);margin-top:.25rem;font-size:.75rem}select.form-input{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.selection-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.selection-card{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;text-align:center;box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 1rem;transition:all .2s;display:flex}.selection-card:hover{box-shadow:var(--shadow-md);border-color:#ffffff4d;transform:translateY(-2px)}.selection-card.active{border-color:var(--brand-primary);color:var(--brand-primary);background-color:#f9cb1a1a}.progress-container{background-color:var(--bg-surface-elevated);border-radius:var(--radius-full);width:100%;height:4px;overflow:hidden}.progress-bar{background-color:var(--brand-primary);height:100%;transition:width .3s}.modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-width:480px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.PhoneInputInput{min-width:0;font-family:inherit;font-size:inherit;flex:1;color:var(--text-primary)!important;background:0 0!important;border:none!important;outline:none!important}.nav-link-hover:hover{color:#cbf905!important;background-color:#cbf90526!important}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
