.gw-auth-page{min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;background:var(--gw-slate-50);padding:clamp(2rem,5vh,4rem) 1rem}.gw-auth-container{width:100%;max-width:480px}.gw-auth-container--wide{max-width:760px}.gw-auth-card{background:var(--gw-white);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-xl);padding:clamp(1.75rem,5vw,2.5rem);box-shadow:var(--gw-shadow-lg)}.gw-auth-card__header{text-align:center;margin-bottom:2rem}.gw-auth-card__title{font-size:clamp(1.375rem,3vw,1.75rem);color:var(--gw-slate-900);margin-bottom:.375rem}.gw-auth-card__subtitle{color:var(--gw-slate-500);font-size:.9375rem;margin:0}.gw-auth-card__footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gw-slate-100);font-size:.9rem;color:var(--gw-slate-500)}.gw-auth-card__footer a{color:var(--gw-green);font-weight:600}.gw-auth-card__footer-text{text-align:center;margin-top:1.25rem;font-size:.875rem;color:var(--gw-slate-500)}.gw-form{display:flex;flex-direction:column;gap:1.25rem}.gw-form__group{display:flex;flex-direction:column;gap:.4rem}.gw-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gw-form__label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;color:var(--gw-slate-700)}.gw-form__label-link{font-weight:400;font-size:.8125rem;color:var(--gw-green)}.gw-form__optional{font-weight:400;font-size:.8125rem;color:var(--gw-slate-400)}.gw-form__required{color:var(--gw-red)}.gw-form__hint{font-size:.8rem;color:var(--gw-slate-400)}.gw-form__input,.gw-form__select,.gw-form__textarea{width:100%;padding:.625rem .875rem;border:1.5px solid var(--gw-slate-200);border-radius:var(--gw-radius);font-family:var(--font-sans);font-size:.9375rem;color:var(--gw-slate-800);background:var(--gw-white);transition:border-color .15s,box-shadow .15s;appearance:none}.gw-form__input:focus,.gw-form__select:focus,.gw-form__textarea:focus{outline:none;border-color:var(--gw-green);box-shadow:0 0 0 3px rgba(26,107,92,.15)}.gw-form__input::placeholder{color:var(--gw-slate-400)}.gw-form__input--error{border-color:var(--gw-red)}.gw-form__textarea{resize:vertical;min-height:100px}.gw-form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.gw-form__select--sm{font-size:.8125rem;padding:.375rem .75rem}.gw-form__input-wrap{position:relative}.gw-form__input-wrap .gw-form__input{padding-right:3rem}.gw-form__toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--gw-slate-400);padding:.25rem}.gw-form__toggle-password:hover{color:var(--gw-slate-600)}.gw-form__checkbox{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer}.gw-form__checkbox input[type="checkbox"]{width:1rem;height:1rem;margin-top:.25rem;accent-color:var(--gw-green);flex-shrink:0}.gw-form__checkbox-label{font-size:.9rem;color:var(--gw-slate-700)}.gw-form__checkbox-label a{color:var(--gw-green)}.gw-form__checkbox--large{align-items:flex-start;gap:.875rem}.gw-form__group--inline{flex-direction:row;align-items:center}.gw-form__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.gw-password-strength{height:4px;border-radius:2px;background:var(--gw-slate-200);margin-top:.375rem;overflow:hidden;position:relative}.gw-password-strength::after{content:'';position:absolute;left:0;top:0;bottom:0;border-radius:2px;transition:width .3s,background .3s;width:var(--strength-width,0%);background:var(--strength-color,var(--gw-red))}.gw-password-strength[data-strength="1"]::after{--strength-width:25%;--strength-color:var(--gw-red)}.gw-password-strength[data-strength="2"]::after{--strength-width:50%;--strength-color:var(--gw-orange)}.gw-password-strength[data-strength="3"]::after{--strength-width:75%;--strength-color:var(--gw-amber)}.gw-password-strength[data-strength="4"]::after{--strength-width:100%;--strength-color:#16a34a}.gw-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2rem}.gw-step{display:flex;flex-direction:column;align-items:center;gap:.375rem}.gw-step__number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;background:var(--gw-slate-200);color:var(--gw-slate-500);transition:all .3s}.gw-step__label{font-size:.75rem;font-weight:500;color:var(--gw-slate-400);white-space:nowrap}.gw-step--active .gw-step__number{background:var(--gw-green);color:#fff}.gw-step--active .gw-step__label{color:var(--gw-green)}.gw-step--done .gw-step__number{background:#dcfce7;color:#15803d}.gw-step__connector{width:60px;height:2px;background:var(--gw-slate-200);margin-bottom:1.125rem}.gw-register-step{}.gw-register-step--hidden{display:none !important}#gw-register-role-forms .gw-register-role-fields{display:none!important;visibility:hidden!important;pointer-events:none!important}#gw-register-role-forms .gw-register-role-fields.is-active{display:flex!important;visibility:visible!important;pointer-events:auto!important}#gw-register-role-forms .gw-register-role-fields--hidden,#gw-register-role-forms .gw-register-role-fields[hidden]:not(.is-active){display:none !important}.gw-role-cards{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.5rem}.gw-role-card{display:block;cursor:pointer}.gw-role-card__input{position:absolute;opacity:0}.gw-role-card__body{display:flex;flex-direction:column;gap:.375rem;padding:1.25rem 1.5rem;border:2px solid var(--gw-slate-200);border-radius:var(--gw-radius-lg);transition:border-color .2s,background .2s,box-shadow .2s}.gw-role-card:hover .gw-role-card__body{border-color:var(--gw-green);background:var(--gw-green-light)}.gw-role-card__input:checked+.gw-role-card__body{border-color:var(--gw-green);background:var(--gw-green-light);box-shadow:0 0 0 3px rgba(26,107,92,.1)}.gw-role-card__icon{font-size:1.75rem;color:var(--gw-green)}.gw-role-card__title{font-size:1rem;font-weight:700;color:var(--gw-slate-900);margin:0}.gw-role-card__desc{font-size:.875rem;color:var(--gw-slate-500);margin:0}.gw-upload-zone{border:2px dashed var(--gw-slate-300);border-radius:var(--gw-radius-lg);padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.gw-upload-zone:hover{border-color:var(--gw-green);background:var(--gw-green-light)}.gw-upload-zone--dragging{border-color:var(--gw-green);background:var(--gw-green-light)}.gw-upload-zone .dashicons{font-size:2rem;color:var(--gw-green);margin-bottom:.5rem;display:block}.gw-upload-zone p{margin:.25rem 0;font-size:.9rem;color:var(--gw-slate-500)}.gw-upload-zone__btn{background:none;border:none;color:var(--gw-green);font-weight:600;cursor:pointer;text-decoration:underline;font-size:inherit}.gw-upload-zone__hint{font-size:.8rem !important;color:var(--gw-slate-400) !important}.gw-upload-zone__preview{margin-top:1rem}.gw-upload-zone__progress{height:4px;border-radius:2px;background:var(--gw-slate-200);overflow:hidden;margin-top:.75rem}.gw-upload-zone__progress-bar{height:100%;background:var(--gw-green);transition:width .1s}.gw-form-page{padding:2rem 0 4rem}.gw-form-page__inner{max-width:640px;margin-inline:auto}.gw-form-card{background:var(--gw-white);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-xl);padding:2.5rem;box-shadow:var(--gw-shadow)}.gw-form-card__header{margin-bottom:2rem}.gw-form-card__header h1{font-size:1.625rem}.gw-form-card__header p{color:var(--gw-slate-500);margin-top:.5rem}.gw-success-state{text-align:center;padding:2rem}.gw-success-state__icon{font-size:4rem;color:var(--gw-green);display:block;margin-bottom:1rem}.gw-success-state h2{font-size:1.75rem}.gw-success-state p{color:var(--gw-slate-500);max-width:380px;margin-inline:auto}.gw-success-state .gw-btn{margin-top:1.5rem}.gw-checkbox-group{display:flex;flex-direction:column;gap:.5rem}.gw-checkbox-group--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}.gw-form__section{border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-lg);padding:1.25rem;margin:0;background:var(--gw-slate-50)}.gw-form__section-title{font-size:1rem;font-weight:700;color:var(--gw-slate-900);padding:0;margin:0 0 1rem}.gw-form__intro{margin:0 0 1rem;color:var(--gw-slate-600);font-size:.9375rem}@media (max-width:540px){.gw-form__row{grid-template-columns:1fr}.gw-form__actions{flex-direction:column-reverse}.gw-form__actions .gw-btn{width:100%;justify-content:center}}.gw-form__actions--sticky{position:sticky;bottom:0;z-index:5;margin-top:1.5rem;padding:1rem 0;background:linear-gradient(to top,var(--gw-white) 70%,transparent);border-top:1px solid var(--gw-slate-100)}