@charset "UTF-8";.btn-sm{padding:8px 16px;font-size:.875rem}.btn-md{padding:12px 24px;font-size:1rem}.btn-lg{padding:16px 32px;font-size:1.125rem}.btn-outline{background:transparent;color:#3b82f6;border:1px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff}.btn-ghost{background:transparent;color:#3b82f6;border:none}.btn-ghost:hover{background:#dbeafe}.btn-full{width:100%}.btn-loading{position:relative;color:transparent}.btn-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.btn-icon{margin-right:.5rem;display:flex;align-items:center}.btn-text{display:flex;align-items:center}.card-elevated{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card-outlined{border:1px solid #e5e7eb;box-shadow:none}.card-padding-none{padding:0}.card-padding-sm{padding:1rem}.card-padding-md{padding:1.5rem}.card-padding-lg{padding:2rem}.card-header{padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.card-content{flex:1}.card-footer{padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}.input-group{margin-bottom:1.5rem}.input-label{display:block;margin-bottom:.5rem;font-weight:500;color:#111827;font-size:.875rem}.input-label-error{color:#ef4444}.input-required{color:#ef4444;margin-left:2px}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper-error .form-input{border-color:#ef4444}.input-wrapper-error .form-input:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-wrapper-filled .form-input{background:#f3f4f6;border:1px solid transparent}.input-wrapper-filled .form-input:focus{background:#fff;border-color:#3b82f6}.input-wrapper-outlined .form-input{border:2px solid #e5e7eb}.input-wrapper-outlined .form-input:focus{border-color:#3b82f6}.input-wrapper-with-left-icon .form-input{padding-left:40px}.input-wrapper-with-right-icon .form-input{padding-right:40px}.input-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#9ca3af}.input-icon-left{left:12px}.input-icon-right{right:12px}.input-error{margin-top:.25rem;font-size:.875rem;color:#ef4444;display:flex;align-items:center;gap:.25rem}.input-helper{margin-top:.25rem;font-size:.875rem;color:#4b5563}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 2px #0000000d}.header .container{display:flex;align-items:center;justify-content:space-between}.header-logo{height:60px;width:auto;max-width:200px;object-fit:contain}.header-logo-link{display:flex;align-items:center;text-decoration:none}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-actions{display:flex;align-items:center;gap:.5rem}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.form-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}@media(max-width:767px){.form-container{padding:2rem 1rem}}.form-section{margin-bottom:3rem}.form-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.form-section-description{color:#4b5563;margin-bottom:1.5rem;line-height:1.6}.form-row{display:grid;gap:1.5rem;margin-bottom:1.5rem}.form-row-2{grid-template-columns:1fr 1fr}@media(max-width:767px){.form-row-2{grid-template-columns:1fr}}.form-row-3{grid-template-columns:1fr 1fr 1fr}@media(max-width:767px){.form-row-3{grid-template-columns:1fr}}.form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:2rem;border-top:1px solid #e5e7eb;margin-top:3rem}@media(max-width:639px){.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}.hero-section{text-align:center;margin-bottom:3rem;padding:3rem 0}.hero-section h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}@media(max-width:767px){.hero-section h1{font-size:1.875rem}}.hero-section p{font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:767px){.hero-section p{font-size:1rem}}.forms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}@media(max-width:639px){.forms-grid{grid-template-columns:1fr;gap:1.5rem}}.card-actions{display:flex;flex-direction:column;gap:.5rem}.demo-form .form-actions{margin-top:0;border-top:none;padding-top:1.5rem;justify-content:flex-end}@media(max-width:639px){.container{padding:0 1rem}.form-container{padding:1.5rem 1rem}}.base-field{margin-bottom:.5rem}.base-field--error .base-field__input-wrapper{border-color:#ef4444}.base-field--disabled{opacity:.6;pointer-events:none}.base-field__label{display:block;margin-bottom:.5rem;font-weight:500;color:#111827;font-size:.875rem;line-height:1.4}.base-field__label--required .base-field__required{color:#ef4444;margin-left:2px}.base-field__label--error{color:#ef4444}.base-field__required{font-weight:400}.base-field__input-wrapper{position:relative}.base-field__error{margin-top:.25rem;font-size:.875rem;color:#ef4444;line-height:1.4;display:flex;align-items:flex-start;gap:.25rem}.base-field__help{margin-top:.25rem;font-size:.875rem;color:#4b5563;line-height:1.4}.text-field__wrapper{position:relative;display:flex;align-items:center}.text-field__wrapper--with-left-icon .text-field__input{padding-left:40px}.text-field__wrapper--with-right-icon .text-field__input{padding-right:40px}.text-field__input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;line-height:1.5;transition:all .15s ease-in-out;background:#fff}.text-field__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.text-field__input::placeholder{color:#9ca3af}.text-field__input:disabled{background:#f3f4f6;cursor:not-allowed}.text-field__input[type=number]{appearance:textfield;-moz-appearance:textfield}.text-field__input[type=number]::-webkit-outer-spin-button,.text-field__input[type=number]::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}.text-field__icon{position:absolute;display:flex;align-items:center;justify-content:center;color:#9ca3af;pointer-events:none}.text-field__icon--left{left:12px}.text-field__icon--right{right:12px}.date-field__wrapper{position:relative;display:flex;align-items:center}.date-field__wrapper--with-icon .date-field__input{padding-right:40px}.date-field__input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;line-height:1.5;transition:all .15s ease-in-out;background:#fff}.date-field__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-field__input:disabled{background:#f3f4f6;cursor:not-allowed}.date-field__icon{position:absolute;right:12px;display:flex;align-items:center;justify-content:center;color:#9ca3af;pointer-events:none}.select-field__wrapper{position:relative}.select-field__select{width:100%;padding:12px 40px 12px 16px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;line-height:1.5;background:#fff;cursor:pointer;appearance:none;transition:all .15s ease-in-out}.select-field__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.select-field__select:disabled{background:#f3f4f6;cursor:not-allowed}.select-field__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.searchable-select__wrapper{position:relative}.searchable-select__wrapper--disabled{opacity:.6;pointer-events:none}.searchable-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .15s ease-in-out}.searchable-select__trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-select__wrapper--open .searchable-select__trigger{border-color:#3b82f6;border-bottom-left-radius:0;border-bottom-right-radius:0}.searchable-select__value{flex:1;text-align:left;font-size:1rem;color:#111827}.searchable-select__value--placeholder{color:#9ca3af}.searchable-select__icons{display:flex;align-items:center;gap:.25rem}.searchable-select__clear{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#9ca3af;cursor:pointer;padding:2px;border-radius:.25rem;transition:all .15s ease-in-out}.searchable-select__clear:hover{background:#f3f4f6;color:#4b5563}.searchable-select__chevron{display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .15s ease-in-out}.searchable-select__chevron--open{transform:rotate(180deg)}.searchable-select__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #3b82f6;border-top:none;border-radius:0 0 .375rem .375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;max-height:300px;overflow:hidden}.searchable-select__search{position:relative;padding:.5rem;border-bottom:1px solid #e5e7eb}.searchable-select__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.searchable-select__search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #e5e7eb;border-radius:.25rem;font-size:.875rem;background:#fff}.searchable-select__search-input:focus{outline:none;border-color:#3b82f6}.searchable-select__search-input::placeholder{color:#9ca3af}.searchable-select__options{max-height:200px;overflow-y:auto}.searchable-select__option{padding:12px 16px;font-size:1rem;color:#111827;cursor:pointer;transition:all .15s ease-in-out}.searchable-select__option:hover{background:#f9fafb}.searchable-select__option--selected{background:#dbeafe;color:#3b82f6;font-weight:500}.searchable-select__option--disabled{opacity:.5;cursor:not-allowed}.searchable-select__option--disabled:hover{background:transparent}.searchable-select__no-options{padding:12px 16px;font-size:.875rem;color:#9ca3af;text-align:center;font-style:italic}.phone-field__wrapper{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;transition:all .15s ease-in-out}.phone-field__wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.phone-field__icon{display:flex;align-items:center;justify-content:center;padding:0 12px;color:#9ca3af;border-right:1px solid #e5e7eb}.phone-field__country-select{flex-shrink:0}.phone-field__country-dropdown{padding:12px 8px;border:none;background:transparent;font-size:.875rem;cursor:pointer;appearance:none;min-width:80px}.phone-field__country-dropdown:focus{outline:none}.phone-field__separator{width:1px;height:24px;background:#e5e7eb;margin:0 .25rem}.phone-field__input{flex:1;padding:12px 16px 12px 0;border:none;font-size:1rem;background:transparent}.phone-field__input:focus{outline:none}.phone-field__input::placeholder{color:#9ca3af}.phone-field__preview{margin-top:.25rem;font-size:.875rem;color:#4b5563;font-style:italic}@media(max-width:639px){.searchable-select__dropdown{position:fixed;inset:auto 0 0;border-radius:.5rem .5rem 0 0;max-height:50vh}.phone-field__wrapper{flex-direction:row!important;align-items:center;min-height:48px}.phone-field__wrapper .phone-field__country-dropdown{min-width:70px;padding:8px 4px;font-size:.75rem}.phone-field__wrapper .phone-field__input{padding:12px 8px;font-size:.875rem}.phone-field__wrapper .phone-field__icon{padding:0 8px}}.multi-select-tags .base-field__input-wrapper{position:relative}.multi-select-tags__container{position:relative;width:100%}.multi-select-tags__wrapper{position:relative;min-height:44px;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;transition:all .2s ease;cursor:pointer;display:block}.multi-select-tags__wrapper:hover{border-color:#3b82f6}.multi-select-tags__wrapper--open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.multi-select-tags__wrapper--disabled{background:#f9fafb;border-color:#d1d5db;cursor:not-allowed;opacity:.6}.multi-select-tags__wrapper--has-selections .multi-select-tags__trigger{padding:.25rem .5rem}.multi-select-tags__wrapper--error,.multi-select-tags__wrapper--error:hover{border-color:#ef4444}.multi-select-tags__trigger{display:flex;align-items:center;justify-content:space-between;padding:.5rem;min-height:44px;width:100%;background:transparent;border:none;cursor:inherit}.multi-select-tags__trigger:focus{outline:none}.multi-select-tags__content{flex:1;min-width:0}.multi-select-tags__placeholder{color:#9ca3af;font-size:1rem}.multi-select-tags__tags{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.multi-select-tags__tag{display:inline-flex;align-items:center;background:#3b82f6;color:#fff;border-radius:.25rem;padding:2px 6px;font-size:.75rem;font-weight:500;max-width:200px}.multi-select-tags__tag-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-tags__tag-remove{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fffc;cursor:pointer;padding:2px;margin-left:4px;border-radius:2px;transition:all .15s ease}.multi-select-tags__tag-remove:hover{background:#fff3;color:#fff}.multi-select-tags__count{font-size:.75rem;color:#4b5563;background:#f3f4f6;border-radius:.25rem;padding:2px 6px;font-weight:500}.multi-select-tags__icons{display:flex;align-items:center;gap:.25rem;margin-left:.5rem}.multi-select-tags__clear-all{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:2px;border-radius:2px;transition:all .15s ease}.multi-select-tags__clear-all:hover{background:#f3f4f6;color:#ef4444}.multi-select-tags__chevron{display:flex;align-items:center;color:#9ca3af;transition:transform .2s ease}.multi-select-tags__chevron--open{transform:rotate(180deg)}.multi-select-tags__dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-top:2px;max-height:300px;overflow:hidden;display:flex;flex-direction:column;max-width:100%;box-sizing:border-box}.multi-select-tags__search{display:flex;align-items:center;padding:.5rem;border-bottom:1px solid #e5e7eb;gap:.25rem}.multi-select-tags__search-icon{color:#9ca3af;flex-shrink:0}.multi-select-tags__search-input{flex:1;border:none;outline:none;font-size:.875rem;background:transparent}.multi-select-tags__search-input::placeholder{color:#9ca3af}.multi-select-tags__select-all{padding:.25rem .5rem;border-bottom:1px solid #e5e7eb}.multi-select-tags__select-all-btn{display:flex;align-items:center;gap:.25rem;background:transparent;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem;border-radius:.25rem;transition:all .15s ease;width:100%;text-align:left}.multi-select-tags__select-all-btn:hover:not(:disabled){background:#3b82f6;color:#fff}.multi-select-tags__select-all-btn:disabled{color:#9ca3af;cursor:not-allowed}.multi-select-tags__options{flex:1;overflow-y:auto;padding:.25rem 0}.multi-select-tags__max-notice{padding:.25rem .5rem;background:#f59e0b;color:#fff;font-size:.75rem;text-align:center;margin-bottom:.25rem}.multi-select-tags__no-options{padding:1rem;text-align:center;color:#9ca3af;font-size:.875rem;font-style:italic}.multi-select-tags__option{display:flex;align-items:center;justify-content:space-between;padding:.5rem;cursor:pointer;transition:all .15s ease;border:none;background:transparent}.multi-select-tags__option:hover:not(.multi-select-tags__option--disabled){background:#f9fafb}.multi-select-tags__option--selected{background:#3b82f60d;color:#3b82f6}.multi-select-tags__option--selected:hover{background:#3b82f61a}.multi-select-tags__option--disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.multi-select-tags__option-label{flex:1;text-align:left;font-size:.875rem}.multi-select-tags__option-check{color:#3b82f6;font-weight:700;font-size:.875rem}@media(max-width:639px){.multi-select-tags__dropdown{position:fixed;inset:auto 0 0;border-radius:.5rem .5rem 0 0;max-height:50vh}.multi-select-tags__tags{max-height:60px;overflow-y:auto}.multi-select-tags__tag{font-size:.75rem;padding:1px 4px;max-width:120px}}.curriculum-selector__loading,.curriculum-selector__error-state{display:flex;align-items:center;gap:.5rem;padding:1rem;border:1px dashed #e5e7eb;border-radius:.375rem;color:#4b5563;font-size:.875rem}.curriculum-selector__spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.curriculum-selector__selected-info{margin-top:.5rem;padding:.5rem;background:#dbeafe;border-radius:.25rem;font-size:.875rem;color:#3b82f6}.curriculum-options{display:flex;flex-direction:column;gap:.5rem}.curriculum-options--error .curriculum-option{border-color:#ef4444}.curriculum-option{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;border:2px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .15s ease-in-out;background:#fff}.curriculum-option:hover{border-color:#3b82f6;background:#f9fafb}.curriculum-option--selected{border-color:#3b82f6;background:#dbeafe}.curriculum-option__radio{position:relative;flex-shrink:0;margin-top:2px}.curriculum-option__radio-input{position:absolute;opacity:0;width:0;height:0}.curriculum-option__radio-circle{width:20px;height:20px;border:2px solid #e5e7eb;border-radius:50%;transition:all .15s ease-in-out}.curriculum-option--selected .curriculum-option__radio-circle{border-color:#3b82f6;background:#3b82f6}.curriculum-option--selected .curriculum-option__radio-circle:after{content:"";display:block;width:8px;height:8px;margin:4px;background:#fff;border-radius:50%}.curriculum-option__content{flex:1}.curriculum-option__title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.curriculum-option__code{font-weight:600;color:#111827;font-size:1rem}.curriculum-option__name{color:#4b5563;font-size:.875rem}.curriculum-option__description{margin-top:.25rem;color:#9ca3af;font-size:.875rem;line-height:1.4}.school-selector__loading,.school-selector__error-state,.school-selector__placeholder,.school-selector__empty{display:flex;align-items:center;gap:.5rem;padding:1rem;border:1px dashed #e5e7eb;border-radius:.375rem;color:#4b5563;font-size:.875rem}.school-selector__spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.school-selector__summary{margin-top:.5rem;padding:.5rem;background:#d1fae5;border-radius:.25rem;font-size:.875rem;color:#10b981}.school-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem}.school-options--error .school-option{border-color:#ef4444}.school-option{border:2px solid #e5e7eb;border-radius:.375rem;transition:all .15s ease-in-out;background:#fff}.school-option:hover{border-color:#3b82f6;background:#f9fafb}.school-option--selected{border-color:#3b82f6;background:#dbeafe}.school-option__label{display:flex;align-items:center;gap:.5rem;padding:1rem;cursor:pointer}.school-option__checkbox{position:absolute;opacity:0;width:0;height:0}.school-option__content{flex:1}.school-option__header{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.school-option__name{font-weight:500;color:#111827;font-size:1rem}.school-option__badge{font-size:.75rem;font-weight:600;padding:2px 8px;background:#f3f4f6;color:#4b5563;border-radius:.25rem}.school-option--selected .school-option__badge{background:#3b82f6;color:#fff}.school-option__code{margin-top:2px;font-size:.875rem;color:#9ca3af}.school-option__checkmark{width:24px;height:24px;border:2px solid #e5e7eb;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out;flex-shrink:0}.school-option--selected .school-option__checkmark{background:#3b82f6;border-color:#3b82f6}.school-option__checkmark-icon{width:14px;height:14px;color:transparent}.school-option--selected .school-option__checkmark-icon{color:#fff}.school-preferences__placeholder{padding:1rem;border:1px dashed #e5e7eb;border-radius:.375rem;color:#4b5563;font-size:.875rem;text-align:center}.school-preferences__list{display:flex;flex-direction:column;gap:1rem}.school-preferences__list--error .school-preference-card{border-color:#ef4444}.school-preference-card{border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;overflow:hidden}.school-preference-card__header{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.school-preference-card__number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:600;border-radius:50%}.school-preference-card__title{font-weight:500;color:#111827;font-size:.875rem}.school-preference-card__loading,.school-preference-card__error,.school-preference-card__empty{padding:1rem;color:#4b5563;font-size:.875rem;text-align:center}.school-preference-card__error{color:#ef4444}.school-preference-card__fields{padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:639px){.school-preference-card__fields{grid-template-columns:1fr}}.school-preference-card__field{display:flex;flex-direction:column;gap:.25rem}.school-preference-card__field-label{font-size:.875rem;font-weight:500;color:#4b5563}.school-preference-card__select{width:100%;padding:10px 32px 10px 12px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer;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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 8px center;background-repeat:no-repeat;background-size:20px}.school-preference-card__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.school-preference-card__select:disabled{background-color:#f3f4f6;cursor:not-allowed}.school-preference-card__age-info{grid-column:1/-1;padding:.5rem;border-radius:.25rem;font-size:.875rem}.school-preference-card__age-info--success{background:#d1fae5;color:#10b981}.school-preference-card__age-info--warning{background:#fef3c7;color:#f59e0b}.school-preference-card__age-info--error{background:#fee2e2;color:#ef4444}.school-preference-card__age-computed{margin-bottom:.25rem}.school-preference-card__age-message,.school-preference-card__age-blocked{font-size:.75rem;opacity:.9}@keyframes spin{to{transform:rotate(360deg)}}.multi-step-form{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.multi-step-form .form-header{text-align:center;margin-bottom:2rem}.multi-step-form .form-header h2{color:#111827;font-size:1.875rem;font-weight:600;margin-bottom:.5rem}.multi-step-form .form-header .step-description{color:#4b5563;font-size:1.125rem;line-height:1.6}.multi-step-form .form-errors{margin-bottom:1.5rem}.multi-step-form .form-errors .error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.5rem 1rem;border-radius:.375rem;margin-bottom:.5rem}.multi-step-form .form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.multi-step-form .form-navigation .nav-spacer{flex:1}.step-indicator{margin-bottom:2rem}.step-indicator__steps{display:flex;align-items:flex-start}.step-indicator__step-wrapper{display:flex;align-items:flex-start;flex:1;position:relative}.step-indicator__step-wrapper:last-child{flex:0 0 auto}.step-indicator__step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.step-indicator__step--clickable{cursor:pointer}.step-indicator__step--clickable:hover .step-indicator__circle{transform:scale(1.1)}.step-indicator__step--active .step-indicator__circle{background:#3b82f6;color:#fff;border-color:#3b82f6}.step-indicator__step--completed .step-indicator__circle{background:#10b981;color:#fff;border-color:#10b981}.step-indicator__connector{flex:1;height:2px;background:#e5e7eb;position:relative;top:19px;margin:0 .5rem;border-radius:1px;z-index:1}.step-indicator__connector--completed{background:#3b82f6}.step-indicator__circle{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:all .2s ease;margin-bottom:.5rem}.step-indicator__circle .step-indicator__checkmark{width:20px;height:20px}.step-indicator__label{text-align:center;max-width:120px}.step-indicator__title{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:2px;line-height:1.3}.step-indicator__number{display:block;font-size:.75rem;color:#6b7280;line-height:1.2}@media(max-width:639px){.step-indicator{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.step-indicator__steps{min-width:max-content;padding-bottom:.25rem}.step-indicator__step-wrapper{flex:0 0 auto}.step-indicator__connector{flex:0 0 24px;width:24px}}@media(min-width:640px){.step-indicator__connector{top:15px;margin:0 .25rem}.step-indicator__step{max-width:100px}.step-indicator__circle{width:32px;height:32px;font-size:.75rem}.step-indicator__title{font-size:.75rem}.step-indicator__number{display:none}}.form-step{margin:2rem 0}.form-step__fields{display:grid;grid-template-columns:1fr;gap:1.5rem}.form-step__fields .field-full{grid-column:1/-1}@media(min-width:768px){.form-step__fields{grid-template-columns:1fr 1fr}.form-step__fields .field-full{grid-column:1/-1}.form-step__fields .field-half,.form-step__fields .field-third{grid-column:span 1}}.unsupported-field{padding:1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;color:#92400e;text-align:center}.multi-curriculum-selector{margin-bottom:1.5rem}.multi-curriculum-selector .curriculum-options{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.multi-curriculum-selector .curriculum-options--error .curriculum-option{border-color:#ef4444}.multi-curriculum-selector .curriculum-option{border:2px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease;background:#fff}.multi-curriculum-selector .curriculum-option:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.multi-curriculum-selector .curriculum-option--selected{border-color:#3b82f6;background:#3b82f605;box-shadow:0 0 0 1px #3b82f61a}.multi-curriculum-selector .curriculum-option--selected .curriculum-option__checkmark{opacity:1;background:#3b82f6;color:#fff}.multi-curriculum-selector .curriculum-option--error,.multi-curriculum-selector .curriculum-option--error:hover{border-color:#ef4444}.multi-curriculum-selector .curriculum-option__label{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;margin:0}.multi-curriculum-selector .curriculum-option__checkbox{position:absolute;opacity:0;pointer-events:none}.multi-curriculum-selector .curriculum-option__content{flex:1;margin-left:.5rem}.multi-curriculum-selector .curriculum-option__title{font-weight:600;color:#111827;margin-bottom:.25rem;font-size:1rem}.multi-curriculum-selector .curriculum-option__description{font-size:.875rem;color:#4b5563;line-height:1.4}.multi-curriculum-selector .curriculum-option__checkmark{width:24px;height:24px;border:2px solid #d1d5db;border-radius:.375rem;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .2s ease;margin-left:1rem}.multi-curriculum-selector .curriculum-option__checkmark-icon{width:14px;height:14px}.multi-curriculum-selector .curriculum-selection-hint{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}@media(min-width:640px){.multi-curriculum-selector .curriculum-option__label{padding:.5rem 1rem}.multi-curriculum-selector .curriculum-option__title{font-size:.875rem}.multi-curriculum-selector .curriculum-option__description{font-size:.75rem}.multi-curriculum-selector .curriculum-option__checkmark{width:20px;height:20px}.multi-curriculum-selector .curriculum-option__checkmark-icon{width:12px;height:12px}}.age-display-field .text-field__input{background:#f9fafb;color:#4b5563;font-weight:500}.form-divider{position:relative;margin:2rem 0 1.5rem;grid-column:1/-1;display:flex;align-items:center}.form-divider__line{flex:1;height:1px;background:#e5e7eb}.form-divider__label{padding:0 1rem;font-size:.875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px;background:#fff;white-space:nowrap}.form-step__fields>.form-divider:first-child{margin-top:0}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#111827;background-color:#f8f9fa;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:1rem;color:#111827;letter-spacing:-.02em}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}a{color:#3b82f6;text-decoration:none;transition:all .15s ease-in-out}a:hover{color:#0b63f3}button{cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s ease-in-out}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:1rem;font-weight:500;border-radius:.375rem;transition:all .15s ease-in-out;cursor:pointer;border:none;gap:.5rem}.btn.btn-primary{background:#3b82f6;color:#fff}.btn.btn-primary:hover{background:#0b63f3;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.btn.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.form-input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:all .15s ease-in-out;background:#f9fafb}.form-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}._header_1l198_1{background:#fff;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}._headerContainer_1l198_12{max-width:1280px;margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){._headerContainer_1l198_12{padding:1.5rem 2rem}}._brand_1l198_26{display:flex;align-items:center;justify-content:center}._brand_1l198_26 img{flex-shrink:0;width:150px;display:block}._heroSection_1l198_37{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0;color:#111827;padding:2rem 0}._heroSection_1l198_37 ._heroContainer_1l198_43{max-width:1280px;margin:0 auto;padding:0 1.5rem;text-align:center}@media(min-width:1024px){._heroSection_1l198_37 ._heroContainer_1l198_43{padding:0 2rem}}._heroSection_1l198_37 ._heroTitle_1l198_54{font-size:1.875rem;font-weight:600;margin:0 0 .5rem;line-height:1.2;color:#111827}@media(min-width:768px){._heroSection_1l198_37 ._heroTitle_1l198_54{font-size:2.25rem}}._heroSection_1l198_37 ._heroDescription_1l198_66{font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.5}@media(min-width:768px){._heroSection_1l198_37 ._heroDescription_1l198_66{font-size:1.25rem}}._formSection_1l198_79{padding:2rem 0}._formSection_1l198_79 ._formContainer_1l198_82{max-width:1024px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){._formSection_1l198_79 ._formContainer_1l198_82{padding:0 2rem}}._formSection_1l198_79 ._formHeader_1l198_92{text-align:center;margin-bottom:2rem}._formSection_1l198_79 ._formHeader_1l198_92 h3{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}._formSection_1l198_79 ._formHeader_1l198_92 p{font-size:1.125rem;color:#4b5563;margin:0}._footer_1l198_108{background:#111827;color:#fff}._footer_1l198_108 ._footerContainer_1l198_112{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}@media(min-width:1024px){._footer_1l198_108 ._footerContainer_1l198_112{padding:3rem 2rem}}._footer_1l198_108 ._footerGrid_1l198_122{display:grid;gap:2rem;text-align:center}@media(min-width:768px){._footer_1l198_108 ._footerGrid_1l198_122{grid-template-columns:repeat(3,1fr);text-align:left}}._footer_1l198_108 ._footerSection_1l198_133 h4{font-size:1.125rem;font-weight:700;color:#60a5fa;margin:0 0 1rem}._footer_1l198_108 ._footerSection_1l198_133 ._footerLinks_1l198_139{list-style:none;padding:0;margin:0}._footer_1l198_108 ._footerSection_1l198_133 ._footerLinks_1l198_139 li{margin-bottom:.5rem;color:#d1d5db;font-size:.875rem}._footer_1l198_108 ._footerSection_1l198_133 ._footerLinks_1l198_139 li a{color:#d1d5db;text-decoration:none;transition:color .15s ease-in-out}._footer_1l198_108 ._footerSection_1l198_133 ._footerLinks_1l198_139 li a:hover{color:#60a5fa}._footer_1l198_108 ._footerSection_1l198_133 ._footerLinks_1l198_139 li:last-child{margin-bottom:0}._footer_1l198_108 ._footerBottom_1l198_160{border-top:1px solid #374151;margin-top:2rem;padding-top:2rem;text-align:center;color:#9ca3af;font-size:.875rem}._successPage_1l198_169{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#fff,#f8fafc)}._successPage_1l198_169 ._successContent_1l198_173{padding:2rem 0}._successPage_1l198_169 ._successContent_1l198_173 ._successContainer_1l198_176{max-width:900px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){._successPage_1l198_169 ._successContent_1l198_173 ._successContainer_1l198_176{padding:0 2rem}}._successPage_1l198_169 ._successContent_1l198_173 ._successCard_1l198_186{background:#fff;border-radius:2rem;box-shadow:0 25px 50px -12px #00000014;border:1px solid rgba(59,130,246,.1);padding:3rem;text-align:center}@media(min-width:1024px){._successPage_1l198_169 ._successContent_1l198_173 ._successCard_1l198_186{padding:3rem 4rem}}._successPage_1l198_169 ._successContent_1l198_173 ._successIcon_1l198_199{width:64px;height:64px;margin:0 auto 1.5rem;display:block}._successPage_1l198_169 ._successContent_1l198_173 ._successTitle_1l198_205{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 1.5rem;line-height:1.2}@media(min-width:768px){._successPage_1l198_169 ._successContent_1l198_173 ._successTitle_1l198_205{font-size:2.25rem}}._successPage_1l198_169 ._successContent_1l198_173 ._successMessage_1l198_217{font-size:1.125rem;color:#4b5563;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226{background:linear-gradient(135deg,#3b82f60d,#93c5fd14);border:1px solid rgba(59,130,246,.15);border-radius:1.5rem;padding:2rem;margin-bottom:2rem;text-align:left}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 h3{font-size:1.25rem;font-weight:700;color:#1e40af;margin:0 0 1.5rem;text-align:center}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepsGrid_1l198_241{display:grid;gap:1.5rem}@media(min-width:768px){._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepsGrid_1l198_241{grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem}}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#fff9;border-radius:.5rem;border:1px solid rgba(59,130,246,.1);transition:all .15s ease-in-out}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251 ._stepIcon_1l198_265{font-size:1rem;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;border-radius:9999px;font-weight:600}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251 ._stepContent_1l198_278{flex:1}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251 ._stepContent_1l198_278 ._stepTitle_1l198_281{font-weight:600;font-size:1rem;color:#1e40af;margin:0 0 .25rem}._successPage_1l198_169 ._successContent_1l198_173 ._nextSteps_1l198_226 ._stepItem_1l198_251 ._stepContent_1l198_278 ._stepDescription_1l198_287{font-size:.875rem;color:#475569;margin:0;line-height:1.4}._successPage_1l198_169 ._successContent_1l198_173 ._actionButtons_1l198_293{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:640px){._successPage_1l198_169 ._successContent_1l198_173 ._actionButtons_1l198_293{flex-direction:row;justify-content:center;gap:2rem}}._successPage_1l198_169 ._successContent_1l198_173 ._primaryButton_1l198_306{background:#3b82f6;color:#fff;font-weight:600;font-size:1rem;padding:1rem 2rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px}._successPage_1l198_169 ._successContent_1l198_173 ._primaryButton_1l198_306:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._successPage_1l198_169 ._successContent_1l198_173 ._primaryButton_1l198_306:active{transform:translateY(0)}._successPage_1l198_169 ._successContent_1l198_173 ._secondaryButton_1l198_330{background:#fff;border:2px solid #3b82f6;color:#3b82f6;font-weight:600;font-size:1rem;padding:1rem 2rem;border-radius:.75rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px}._successPage_1l198_169 ._successContent_1l198_173 ._secondaryButton_1l198_330:hover{background:#3b82f6;color:#fff;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._successPage_1l198_169 ._successContent_1l198_173 ._secondaryButton_1l198_330:active{transform:translateY(0)}._turnstileContainer_1ic1j_5{position:relative;width:100%;margin:.75rem 0}._turnstileContainer_1ic1j_5[data-turnstile-ready=true] ._loadingContainer_1ic1j_10{display:none}._visibleWidget_1ic1j_15{display:flex;justify-content:center;align-items:center;min-height:65px;padding:.5rem}._invisibleWidget_1ic1j_23{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}._loadingContainer_1ic1j_10{display:flex;justify-content:center;align-items:center;padding:1rem;margin:.5rem 0}._defaultLoading_1ic1j_40{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#64748b}._defaultLoading_1ic1j_40 ._spinner_1ic1j_47{width:20px;height:20px;border:2px solid #f3f4f6;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_1ic1j_47 1s linear infinite}@keyframes _spin_1ic1j_47{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_1ic1j_65{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.75rem;margin:.5rem 0;color:#dc2626}._defaultError_1ic1j_74{display:flex;align-items:center;gap:.75rem;font-size:.9rem}._defaultError_1ic1j_74 ._errorIcon_1ic1j_80{font-size:1.1rem;flex-shrink:0}._defaultError_1ic1j_74 ._errorMessage_1ic1j_84{flex:1}._defaultError_1ic1j_74 ._retryButton_1ic1j_87{background-color:#dc2626;color:#fff;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;cursor:pointer;transition:background-color .2s}._defaultError_1ic1j_74 ._retryButton_1ic1j_87:hover{background-color:#b91c1c}._defaultError_1ic1j_74 ._retryButton_1ic1j_87:focus{outline:2px solid #dc2626;outline-offset:2px}._debugInfo_1ic1j_106{margin-top:.5rem;padding:.25rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-family:Monaco,Menlo,monospace}._debugInfo_1ic1j_106 small{color:#64748b;font-size:.75rem}@media(max-width:640px){._turnstileContainer_1ic1j_5{margin:.5rem 0}._defaultLoading_1ic1j_40,._defaultError_1ic1j_74{font-size:.85rem;padding:.5rem}._visibleWidget_1ic1j_15{min-height:60px;padding:.25rem}}@media(prefers-contrast:high){._errorContainer_1ic1j_65{border-width:2px;background-color:#fff}._defaultLoading_1ic1j_40 ._spinner_1ic1j_47{border-width:3px}}@media(prefers-reduced-motion:reduce){._spinner_1ic1j_47{animation:none}._retryButton_1ic1j_87{transition:none}}@media(prefers-color-scheme:dark){._defaultLoading_1ic1j_40{color:#94a3b8}._debugInfo_1ic1j_106{background-color:#1e293b;border-color:#334155}._debugInfo_1ic1j_106 small{color:#94a3b8}}._turnstileContainer_1ic1j_5:focus-within{outline:2px solid #3b82f6;outline-offset:2px;border-radius:6px}._pageWrapper_ecpxy_4{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}._header_ecpxy_11{background:#fff;border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}._headerContainer_ecpxy_20{max-width:900px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:center}._brand_ecpxy_29 img{height:48px;width:auto;display:block}._mainContent_ecpxy_35{flex:1;max-width:900px;width:100%;margin:0 auto;padding:24px 16px}._footer_ecpxy_43{background:#1e293b;color:#94a3b8;margin-top:auto}._footerContainer_ecpxy_49{max-width:900px;margin:0 auto;padding:24px;text-align:center}._footerContainer_ecpxy_49 p{margin:4px 0;font-size:14px}._container_ecpxy_60{max-width:900px;margin:0 auto;padding:24px 16px;min-height:100vh;background:#f8fafc}._testModeBanner_ecpxy_68{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:8px 16px;border-radius:8px;text-align:center;font-size:13px;font-weight:500;margin-bottom:16px}._loading_ecpxy_80{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#64748b}._loading_ecpxy_80 ._spinner_ecpxy_89{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:_spin_ecpxy_89 .8s linear infinite}@keyframes _spin_ecpxy_89{to{transform:rotate(360deg)}}._errorCard_ecpxy_103{background:#fff;border-radius:16px;padding:48px 32px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}._errorCard_ecpxy_103 svg{color:#ef4444;margin-bottom:16px}._errorCard_ecpxy_103 h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:12px}._errorCard_ecpxy_103 p{color:#64748b;margin-bottom:8px}._errorCard_ecpxy_103 ._helpText_ecpxy_124{font-size:14px;margin-top:24px}._successCard_ecpxy_129{background:#fff;border-radius:16px;padding:48px 32px;text-align:center;box-shadow:0 4px 6px -1px #0000001a}._successCard_ecpxy_129 svg{color:#22c55e;margin-bottom:16px}._successCard_ecpxy_129 h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:16px}._successCard_ecpxy_129 p{color:#64748b;margin-bottom:12px;font-size:16px}._successCard_ecpxy_129 p strong{color:#1e293b}._successCard_ecpxy_129 ._nextSteps_ecpxy_154{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;font-size:14px}._caseHeader_ecpxy_161{background:#fff;border-radius:16px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}._caseHeader_ecpxy_161 h1{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:16px}._caseHeader_ecpxy_161 ._caseSummary_ecpxy_174{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}._caseHeader_ecpxy_161 ._summaryItem_ecpxy_179{display:flex;flex-direction:column;gap:4px}._caseHeader_ecpxy_161 ._summaryItem_ecpxy_179 ._label_ecpxy_184{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._caseHeader_ecpxy_161 ._summaryItem_ecpxy_179 ._value_ecpxy_190{font-size:15px;font-weight:500;color:#1e293b}._sectionNav_ecpxy_196{display:flex;gap:8px;overflow-x:auto;padding:8px 0;margin-bottom:16px;-webkit-overflow-scrolling:touch}._sectionNav_ecpxy_196::-webkit-scrollbar{display:none}._navItem_ecpxy_208{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .2s}._navItem_ecpxy_208:hover{border-color:#3b82f6;color:#3b82f6}._navItem_ecpxy_208._active_ecpxy_227{background:#3b82f6;border-color:#3b82f6;color:#fff}._navItem_ecpxy_208._completed_ecpxy_232{border-color:#22c55e;color:#22c55e}._navItem_ecpxy_208._completed_ecpxy_232 ._navIcon_ecpxy_236{color:#22c55e}._navItem_ecpxy_208 ._navIcon_ecpxy_236{display:flex;align-items:center}@media(max-width:640px){._navItem_ecpxy_208 ._navLabel_ecpxy_244{display:none}}._formContent_ecpxy_249{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a}._section_ecpxy_196 h2{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:4px}._section_ecpxy_196 ._sectionDesc_ecpxy_262{font-size:14px;color:#64748b;margin-bottom:24px}._subSection_ecpxy_268{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}._subSection_ecpxy_268:first-of-type{margin-top:0;padding-top:0;border-top:none}._subSection_ecpxy_268 h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}._subSection_ecpxy_268 ._hint_ecpxy_284{font-size:13px;color:#64748b;margin-top:-8px;margin-bottom:16px}._formGrid_ecpxy_291{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){._formGrid_ecpxy_291{grid-template-columns:1fr}}._formGroup_ecpxy_302{display:flex;flex-direction:column;gap:6px}._formGroup_ecpxy_302._fullWidth_ecpxy_307{grid-column:1/-1}._formGroup_ecpxy_302 label{font-size:14px;font-weight:500;color:#374151}._formGroup_ecpxy_302 ._required_ecpxy_315{color:#ef4444;margin-left:2px}._formGroup_ecpxy_302 input,._formGroup_ecpxy_302 select,._formGroup_ecpxy_302 textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;transition:border-color .2s,box-shadow .2s}._formGroup_ecpxy_302 input:focus,._formGroup_ecpxy_302 select:focus,._formGroup_ecpxy_302 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_ecpxy_302 input::placeholder,._formGroup_ecpxy_302 select::placeholder,._formGroup_ecpxy_302 textarea::placeholder{color:#9ca3af}._formGroup_ecpxy_302 input._error_ecpxy_103,._formGroup_ecpxy_302 select._error_ecpxy_103,._formGroup_ecpxy_302 textarea._error_ecpxy_103{border-color:#ef4444}._formGroup_ecpxy_302 input._error_ecpxy_103:focus,._formGroup_ecpxy_302 select._error_ecpxy_103:focus,._formGroup_ecpxy_302 textarea._error_ecpxy_103:focus{box-shadow:0 0 0 3px #ef44441a}._formGroup_ecpxy_302 textarea{resize:vertical;min-height:80px}._formGroup_ecpxy_302 select{cursor:pointer}._formGroup_ecpxy_302 ._errorText_ecpxy_359{font-size:12px;color:#ef4444}._declarationBox_ecpxy_364{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}._declarationBox_ecpxy_364 p{font-size:14px;color:#475569;line-height:1.6;margin-bottom:12px}._declarationBox_ecpxy_364 p:last-child{margin-bottom:0}._consentCheckbox_ecpxy_381 label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}._consentCheckbox_ecpxy_381 label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer}._consentCheckbox_ecpxy_381 label span{font-size:15px;color:#1e293b}._consentCheckbox_ecpxy_381._error_ecpxy_103 label{color:#ef4444}._consentCheckbox_ecpxy_381 ._errorText_ecpxy_359{display:block;margin-top:8px;margin-left:32px}._documentErrors_ecpxy_406{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin-bottom:16px}._documentErrors_ecpxy_406 ._errorText_ecpxy_359{display:block;font-size:13px;color:#dc2626}._documentErrors_ecpxy_406 ._errorText_ecpxy_359:not(:last-child){margin-bottom:4px}._formActions_ecpxy_422{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}._primaryButton_ecpxy_431,._secondaryButton_ecpxy_432,._submitButton_ecpxy_433{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}._primaryButton_ecpxy_431{background:#3b82f6;color:#fff;border:none;margin-left:auto}._primaryButton_ecpxy_431:hover{background:#2563eb}._secondaryButton_ecpxy_432{background:#fff;color:#374151;border:1px solid #d1d5db}._secondaryButton_ecpxy_432:hover{background:#f9fafb;border-color:#9ca3af}._submitButton_ecpxy_433{background:#22c55e;color:#fff;border:none;margin-left:auto}._submitButton_ecpxy_433:hover:not(:disabled){background:#16a34a}._submitButton_ecpxy_433:disabled{background:#9ca3af;cursor:not-allowed}._formError_ecpxy_476{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}.document-uploader__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.document-uploader__item{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff}.document-uploader__item.success{border-color:#22c55e;background:#f0fdf4}.document-uploader__item.error{border-color:#ef4444;background:#fef2f2}.document-uploader__header{margin-bottom:12px}.document-uploader__label{font-size:14px;font-weight:500;color:#1e293b}.document-uploader__label .required{color:#ef4444;margin-left:2px}.document-uploader__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b;gap:8px}.document-uploader__dropzone:hover{border-color:#3b82f6;background:#f8fafc}.document-uploader__dropzone .hint{font-size:12px;color:#9ca3af}.document-uploader__preview{display:flex;flex-direction:column;gap:12px}.document-uploader__file{display:flex;align-items:center;gap:8px;color:#1e293b}.document-uploader__file .filename{font-size:13px;word-break:break-all}.document-uploader__status .uploading{display:flex;align-items:center;gap:8px;color:#3b82f6;font-size:13px}.document-uploader__status .uploading .spinner{width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.document-uploader__status .success-badge{display:flex;align-items:center;gap:4px;color:#22c55e;font-size:13px;font-weight:500}.document-uploader__status .error-badge{display:flex;align-items:center;gap:4px;color:#ef4444;font-size:13px}.document-uploader__remove{display:flex;align-items:center;justify-content:center;padding:6px;background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;align-self:flex-start}.document-uploader__remove:hover{background:#fecaca}._container_ci4qi_1{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:24px}._loading_ci4qi_7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:16px}._loading_ci4qi_7 p{color:#6b7280;font-size:14px}._spinner_ci4qi_20{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:_spin_ci4qi_20 1s linear infinite}@keyframes _spin_ci4qi_20{to{transform:rotate(360deg)}}._header_ci4qi_34{text-align:center;margin-bottom:24px}._header_ci4qi_34 ._logo_ci4qi_38{height:45px;margin-top:10px;margin-bottom:16px}._header_ci4qi_34 h1{font-size:28px;font-weight:700;color:#1f2937;margin:0 0 8px}._header_ci4qi_34 p{font-size:16px;color:#6b7280;margin:0}._progressContainer_ci4qi_55{max-width:900px;margin:0 auto 24px}._progressBar_ci4qi_60{display:flex;justify-content:space-between;position:relative}._progressBar_ci4qi_60:before{content:"";position:absolute;top:16px;left:24px;right:24px;height:2px;background:#e5e7eb;z-index:0}._progressStep_ci4qi_76{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}._progressStep_ci4qi_76._active_ci4qi_84 ._progressDot_ci4qi_84{background:#3b82f6;color:#fff}._progressStep_ci4qi_76._completed_ci4qi_88 ._progressDot_ci4qi_84{background:#10b981;color:#fff}._progressDot_ci4qi_84{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:all .2s}._progressLabel_ci4qi_107{font-size:11px;font-weight:500;color:#6b7280;text-align:center}@media(max-width:640px){._progressLabel_ci4qi_107{display:none}}._form_ci4qi_119{max-width:900px;margin:0 auto}._section_ci4qi_124{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}._section_ci4qi_124 h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px}._sectionHint_ci4qi_138{font-size:14px;color:#6b7280;margin:0 0 20px}._noPositions_ci4qi_144{text-align:center;padding:48px 24px;color:#6b7280}._noPositions_ci4qi_144 p{margin:0 0 8px}._schoolGrid_ci4qi_153{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}._schoolCard_ci4qi_159{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;text-align:center}._schoolCard_ci4qi_159:hover{border-color:#93c5fd;background:#f8fafc;transform:translateY(-2px)}._schoolCard_ci4qi_159._selected_ci4qi_172{border-color:#3b82f6;background:#eff6ff}._schoolCard_ci4qi_159 h3{font-size:14px;font-weight:600;color:#1f2937;margin:12px 0 0}._schoolCurriculum_ci4qi_183{display:inline-block;margin-top:8px;padding:4px 10px;font-size:11px;font-weight:600;color:#6b7280;background:#f3f4f6;border-radius:12px}._schoolLogo_ci4qi_194{width:120px;height:120px;object-fit:contain}._schoolLogoPlaceholder_ci4qi_200{width:120px;height:120px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto}._generalInterestCard_ci4qi_214{border:2px dashed #d1d5db;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:flex-start;gap:16px;background:#fefce8}._generalInterestCard_ci4qi_214:hover{border-color:#fbbf24;background:#fef9c3}._generalInterestCard_ci4qi_214._selected_ci4qi_172{border-color:#f59e0b;border-style:solid;background:#fef3c7}._generalInterestIcon_ci4qi_235{font-size:32px;line-height:1}._generalInterestContent_ci4qi_240{flex:1}._generalInterestContent_ci4qi_240 h3{font-size:16px;font-weight:600;color:#92400e;margin:0 0 4px}._generalInterestContent_ci4qi_240 p{font-size:13px;color:#a16207;margin:0;line-height:1.5}._interestAreaSelect_ci4qi_256{margin-top:16px;padding:16px;background:#fff8e1;border-radius:8px}._interestAreaSelect_ci4qi_256 label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}._interestAreaSelect_ci4qi_256 select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}._interestAreaSelect_ci4qi_256 select:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}._interestAreaSelect_ci4qi_256 select._hasError_ci4qi_282{border-color:#ef4444}._divider_ci4qi_286{display:flex;align-items:center;gap:16px;margin:24px 0;color:#9ca3af;font-size:13px}._divider_ci4qi_286:before,._divider_ci4qi_286:after{content:"";flex:1;height:1px;background:#e5e7eb}._positionGrid_ci4qi_301{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}._positionCard_ci4qi_307{border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease}._positionCard_ci4qi_307:hover{border-color:#93c5fd;background:#f8fafc}._positionCard_ci4qi_307._selected_ci4qi_172{border-color:#3b82f6;background:#eff6ff}._positionHeader_ci4qi_323{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}._positionHeader_ci4qi_323 h3{font-size:16px;font-weight:600;color:#1f2937;margin:0}._positionType_ci4qi_337{font-size:11px;font-weight:500;padding:4px 8px;background:#f3f4f6;color:#4b5563;border-radius:4px;white-space:nowrap}._positionMeta_ci4qi_347{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#9ca3af;margin-bottom:12px}._qualifications_ci4qi_356{font-size:13px;color:#4b5563}._qualifications_ci4qi_356 strong{display:block;margin-bottom:4px;font-weight:500}._qualifications_ci4qi_356 ul{margin:0;padding-left:16px}._qualifications_ci4qi_356 li{margin-bottom:2px}._formGrid_ci4qi_373{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){._formGrid_ci4qi_373{grid-template-columns:1fr}}._formGroup_ci4qi_384{display:flex;flex-direction:column;gap:6px}._formGroup_ci4qi_384._fullWidth_ci4qi_389{grid-column:1/-1}._formGroup_ci4qi_384 label{font-size:13px;font-weight:500;color:#374151}._formGroup_ci4qi_384 input,._formGroup_ci4qi_384 textarea,._formGroup_ci4qi_384 select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s,box-shadow .2s}._formGroup_ci4qi_384 input:focus,._formGroup_ci4qi_384 textarea:focus,._formGroup_ci4qi_384 select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_ci4qi_384 input._hasError_ci4qi_282,._formGroup_ci4qi_384 textarea._hasError_ci4qi_282,._formGroup_ci4qi_384 select._hasError_ci4qi_282{border-color:#ef4444}._formGroup_ci4qi_384 input::placeholder,._formGroup_ci4qi_384 textarea::placeholder,._formGroup_ci4qi_384 select::placeholder{color:#9ca3af}._formGroup_ci4qi_384 textarea{resize:vertical;min-height:100px}._error_ci4qi_428{font-size:12px;color:#ef4444;margin-top:4px}._errorBanner_ci4qi_434{max-width:900px;margin:0 auto 20px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;text-align:center}._errorBanner_ci4qi_434 p{margin:0;color:#991b1b;font-size:14px}._dropzone_ci4qi_449{border:2px dashed #d1d5db;border-radius:12px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafafa}._dropzone_ci4qi_449:hover{border-color:#93c5fd;background:#f8fafc}._dropzone_ci4qi_449._dragActive_ci4qi_462{border-color:#3b82f6;background:#eff6ff}._dropzone_ci4qi_449._hasFile_ci4qi_466{border-style:solid;border-color:#10b981;background:#ecfdf5;padding:16px 24px}._dropzone_ci4qi_449._hasError_ci4qi_282{border-color:#ef4444;background:#fef2f2}._fileInput_ci4qi_477{display:none}._dropzoneContent_ci4qi_481{display:flex;flex-direction:column;align-items:center;gap:8px}._dropzoneContent_ci4qi_481 p{font-size:15px;font-weight:500;color:#374151;margin:0}._dropzoneContent_ci4qi_481 span{font-size:13px;color:#6b7280}._uploadIcon_ci4qi_498{font-size:40px;margin-bottom:8px}._fileTypes_ci4qi_503{font-size:12px;color:#9ca3af;margin-top:4px}._filePreview_ci4qi_509{display:flex;align-items:center;gap:12px;text-align:left}._fileIcon_ci4qi_516{font-size:32px}._fileInfo_ci4qi_520{flex:1;min-width:0}._fileName_ci4qi_525{display:block;font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fileSize_ci4qi_535{font-size:12px;color:#6b7280}._removeFile_ci4qi_540{width:32px;height:32px;border-radius:50%;border:none;background:#fee2e2;color:#ef4444;font-size:14px;cursor:pointer;transition:all .2s;flex-shrink:0}._removeFile_ci4qi_540:hover{background:#fecaca}._reviewGrid_ci4qi_556{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){._reviewGrid_ci4qi_556{grid-template-columns:1fr}}._reviewItem_ci4qi_567{padding:12px;background:#f9fafb;border-radius:8px}._reviewItem_ci4qi_567 label{display:block;font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._reviewItem_ci4qi_567 span{font-size:14px;color:#1f2937;font-weight:500}._stepNavigation_ci4qi_587{display:flex;justify-content:space-between;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}._backButton_ci4qi_595{padding:12px 24px;background:#f3f4f6;color:#374151;font-size:14px;font-weight:500;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s}._backButton_ci4qi_595:hover{background:#e5e7eb}._nextButton_ci4qi_610{padding:12px 32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}._nextButton_ci4qi_610:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._turnstileWrapper_ci4qi_626{display:flex;justify-content:center;padding:16px 0}._submitSection_ci4qi_632{text-align:center;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;align-items:center;gap:16px}._submitSection_ci4qi_632 ._backButton_ci4qi_595{position:absolute;left:24px}@media(max-width:640px){._submitSection_ci4qi_632 ._backButton_ci4qi_595{position:static;width:100%}}._submitButton_ci4qi_654{padding:14px 48px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}._submitButton_ci4qi_654:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._submitButton_ci4qi_654:disabled{opacity:.6;cursor:not-allowed}._disclaimer_ci4qi_674{font-size:12px;color:#9ca3af;margin:0;max-width:400px}._successCard_ci4qi_681{max-width:500px;margin:80px auto;padding:48px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;text-align:center}._successCard_ci4qi_681 h2{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 12px}._successCard_ci4qi_681 p{font-size:14px;color:#6b7280;margin:0 0 8px}._successIcon_ci4qi_702{width:64px;height:64px;border-radius:50%;background:#ecfdf5;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}._successIcon_ci4qi_702 svg{width:32px;height:32px;color:#059669}._nextSteps_ci4qi_718{font-size:14px;color:#4b5563;margin-top:16px}._newApplicationButton_ci4qi_724{margin-top:24px;padding:12px 24px;background:#f3f4f6;color:#374151;font-size:14px;font-weight:500;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s}._newApplicationButton_ci4qi_724:hover{background:#e5e7eb}._footer_ci4qi_740{max-width:900px;margin:32px auto 0;text-align:center;padding:24px}._footer_ci4qi_740 p{font-size:13px;color:#9ca3af;margin:0 0 4px}._container_1bh63_2{min-height:100vh;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);padding:40px 20px;display:flex;justify-content:center;align-items:flex-start}._verifyCard_1bh63_11,._errorCard_1bh63_12{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:48px;max-width:460px;width:100%;text-align:center}._errorCard_1bh63_12{color:#dc2626}._errorCard_1bh63_12 svg{margin-bottom:16px}._errorCard_1bh63_12 h2{margin:0 0 12px;font-size:24px;color:#111827}._errorCard_1bh63_12 p{margin:0;color:#6b7280}._header_1bh63_38{margin-bottom:32px}._header_1bh63_38 svg{color:#3b82f6;margin-bottom:16px}._header_1bh63_38 h1{margin:0 0 8px;font-size:24px;color:#111827}._header_1bh63_38 p{margin:0;color:#6b7280}._verifyForm_1bh63_55{text-align:left}._verifyForm_1bh63_55 ._field_1bh63_58{margin-bottom:20px}._verifyForm_1bh63_55 ._field_1bh63_58 label{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;margin-bottom:8px}._verifyForm_1bh63_55 ._field_1bh63_58 label svg{color:#6b7280}._verifyForm_1bh63_55 ._field_1bh63_58 input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:border-color .2s,box-shadow .2s}._verifyForm_1bh63_55 ._field_1bh63_58 input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._verifyForm_1bh63_55 ._field_1bh63_58 ._hint_1bh63_85{display:block;margin-top:6px;font-size:13px;color:#9ca3af}._verifyForm_1bh63_55 ._error_1bh63_12{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px}._verifyForm_1bh63_55 ._error_1bh63_12._locked_1bh63_103{background:#fef3c7;border-color:#fcd34d;color:#92400e}._verifyForm_1bh63_55 button{width:100%;padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}._verifyForm_1bh63_55 button:hover:not(:disabled){background:#2563eb}._verifyForm_1bh63_55 button:disabled{opacity:.6;cursor:not-allowed}._mainCard_1bh63_132{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;max-width:900px;width:100%;overflow:hidden}._infoHeader_1bh63_141{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:32px 40px}._infoHeader_1bh63_141 h1{margin:0 0 16px;font-size:28px;color:#fff}._infoHeader_1bh63_141 ._candidateInfo_1bh63_151{display:flex;flex-wrap:wrap;gap:24px}._infoHeader_1bh63_141 ._candidateInfo_1bh63_151 p{margin:0;font-size:15px;opacity:.95}._infoHeader_1bh63_141 ._candidateInfo_1bh63_151 p strong{opacity:.8}._instructions_1bh63_165{background:#f0f9ff;border-bottom:1px solid #e0f2fe;padding:20px 40px}._instructions_1bh63_165 h3{margin:0 0 12px;font-size:15px;color:#0369a1}._instructions_1bh63_165 ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px 24px}._instructions_1bh63_165 ul li{font-size:14px;color:#0c4a6e}._instructions_1bh63_165 ul li:before{content:"•";margin-right:8px;color:#0ea5e9}._documentsGrid_1bh63_193{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:32px 40px}._documentItem_1bh63_200{border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:border-color .2s,box-shadow .2s}._documentItem_1bh63_200._success_1bh63_206{border-color:#86efac;background:#f0fdf4}._documentItem_1bh63_200._error_1bh63_12{border-color:#fca5a5;background:#fef2f2}._docHeader_1bh63_215{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._docLabel_1bh63_222{font-weight:500;color:#374151;font-size:14px}._docLabel_1bh63_222 ._required_1bh63_227{color:#dc2626;margin-left:2px}._verifiedBadge_1bh63_232{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#dcfce7;color:#15803d;border-radius:4px;font-size:11px;font-weight:500}._dropzone_1bh63_244{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s}._dropzone_1bh63_244 svg{color:#9ca3af}._dropzone_1bh63_244 span{font-size:14px;color:#6b7280}._dropzone_1bh63_244 ._hint_1bh63_85{font-size:12px;color:#9ca3af}._dropzone_1bh63_244:hover{border-color:#3b82f6;background:#f0f9ff}._dropzone_1bh63_244:hover svg{color:#3b82f6}._preview_1bh63_275{display:flex;flex-direction:column;gap:12px}._fileInfo_1bh63_281{display:flex;align-items:center;gap:10px}._fileInfo_1bh63_281 svg{color:#6b7280;flex-shrink:0}._fileInfo_1bh63_281 ._filename_1bh63_290{font-size:14px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._statusRow_1bh63_298{display:flex;align-items:center}._uploading_1bh63_303,._successBadge_1bh63_304,._errorBadge_1bh63_305{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500}._uploading_1bh63_303{background:#e0f2fe;color:#0369a1}._successBadge_1bh63_304{background:#dcfce7;color:#15803d}._errorBadge_1bh63_305{background:#fee2e2;color:#dc2626}._actionButtons_1bh63_330{display:flex;gap:8px}._viewBtn_1bh63_335{padding:8px 16px;background:#3b82f6;border:1px solid #3b82f6;border-radius:6px;font-size:13px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}._viewBtn_1bh63_335:hover:not(:disabled){background:#2563eb;border-color:#2563eb}._viewBtn_1bh63_335:disabled{opacity:.6;cursor:not-allowed}._replaceBtn_1bh63_357{padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s}._replaceBtn_1bh63_357:hover{border-color:#3b82f6;color:#3b82f6;background:#f0f9ff}._previewOverlay_1bh63_373{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._previewModal_1bh63_384{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d}._previewHeader_1bh63_396{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}._previewHeader_1bh63_396 h3{margin:0;font-size:16px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._previewHeaderActions_1bh63_414{display:flex;align-items:center;gap:12px}._openNewTabBtn_1bh63_420{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;text-decoration:none;transition:all .2s}._openNewTabBtn_1bh63_420:hover{background:#e5e7eb;color:#111827}._closeBtn_1bh63_438{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s}._closeBtn_1bh63_438:hover{background:#f3f4f6;color:#111827}._previewContent_1bh63_456{flex:1;min-height:0;padding:16px;background:#f3f4f6;overflow:auto}._previewImage_1bh63_464{width:100%;height:auto;max-height:70vh;object-fit:contain;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._previewIframe_1bh63_474{width:100%;height:70vh;border:none;background:#fff;border-radius:8px}._footer_1bh63_482{padding:24px 40px;background:#f9fafb;border-top:1px solid #e5e7eb}._footer_1bh63_482 p{margin:0;font-size:14px;color:#6b7280;text-align:center}._spin_1bh63_494{animation:_spin_1bh63_494 1s linear infinite}@keyframes _spin_1bh63_494{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){._container_1bh63_2{padding:20px 16px}._verifyCard_1bh63_11,._errorCard_1bh63_12{padding:32px 24px}._infoHeader_1bh63_141{padding:24px}._infoHeader_1bh63_141 h1{font-size:22px}._infoHeader_1bh63_141 ._candidateInfo_1bh63_151{flex-direction:column;gap:8px}._instructions_1bh63_165{padding:16px 24px}._instructions_1bh63_165 ul{flex-direction:column;gap:6px}._documentsGrid_1bh63_193{padding:24px;grid-template-columns:1fr}._footer_1bh63_482{padding:20px 24px}}
