*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;background-color:#f8f8f8;color:#171717;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 1rem;border-bottom:1px solid #e5e5e5;background-color:#ffffff;flex-shrink:0}.auth-header__left{display:flex;align-items:center}.auth-header__right{display:flex;align-items:center;gap:0.25rem}.auth-header__link{display:inline-flex;align-items:center;padding:0.375rem 0.75rem;font-size:0.875rem;font-weight:500;color:#525252;border-radius:0.375rem;transition:background-color 0.15s ease,color 0.15s ease}.auth-header__link:hover{background-color:#f5f5f5;color:#171717}.auth-logo{display:flex;align-items:center;gap:0.5rem}.auth-logo__icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:0.25rem;color:#171717}.auth-logo__text{font-size:1rem;font-weight:600;color:#171717}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:520px;background-color:#ffffff;border:1px solid #e5e5e5;border-radius:0.75rem;padding:2rem;box-shadow:0 4px 24px rgba(0,0,0,0.06)}.auth-card__header{text-align:center;margin-bottom:1.75rem}.auth-card__title{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem}.auth-card__sub{font-size:0.875rem;color:#737373}.role-select{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin-bottom:1.5rem}.role-card{display:flex;flex-direction:column;align-items:center;gap:0.5rem;padding:1rem 0.75rem;border:1.5px solid #e5e5e5;border-radius:0.625rem;cursor:pointer;text-align:center;transition:border-color 0.15s ease,background-color 0.15s ease}.role-card:hover{border-color:#0ea5e9}.role-card input[type="radio"]{position:absolute;opacity:0;width:0;height:0}.role-card--active{border-color:#0ea5e9;background-color:rgba(14,165,233,0.04)}.role-card__title{font-size:0.875rem;font-weight:600;color:#171717}.role-card__desc{font-size:0.75rem;color:#737373;line-height:1.4}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:0.375rem}.auth-field__row{display:flex;align-items:center;justify-content:space-between}.auth-field__label{font-size:0.875rem;font-weight:500;color:#374151}.auth-field__input{height:2.75rem;padding:0 0.875rem;font-size:0.875rem;border:1px solid #e5e5e5;border-radius:0.5rem;color:#171717;background-color:#ffffff;outline:none;transition:border-color 0.15s ease}.auth-field__input:focus{outline:none}.auth-field__input::placeholder{color:#9ca3af}.auth-check{display:flex;align-items:flex-start;gap:0.625rem;cursor:pointer}.auth-check input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}.auth-check__mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:2px;border:1.5px solid #d1d5db;border-radius:0.25rem;background-color:#ffffff;transition:background-color 0.15s ease,border-color 0.15s ease}.auth-check input:checked + .auth-check__mark{background-color:#171717;border-color:#171717;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.auth-check__text{font-size:0.8125rem;color:#737373;line-height:1.5}.auth-btn{display:flex;align-items:center;justify-content:center;gap:0.625rem;height:2.75rem;padding:0 1.25rem;font-size:0.9375rem;font-weight:600;border-radius:0.5rem;border:1.5px solid transparent;width:100%;transition:background-color 0.15s ease,border-color 0.15s ease,opacity 0.15s ease}.auth-btn--sky{background-color:#0ea5e9;color:#ffffff;border-color:#0ea5e9}.auth-btn--sky:hover{background-color:#0284c7;border-color:#0284c7}.auth-btn--sky:disabled{opacity:0.45;cursor:not-allowed}.auth-btn--outline{background-color:transparent;color:#171717;border-color:#e5e5e5}.auth-btn--outline:hover{background-color:#f9f9f9}.auth-btn--yandex{background-color:#FC3F1D;color:#ffffff;border-color:#FC3F1D}.auth-btn--yandex:hover{background-color:#e03617}.auth-divider{display:flex;align-items:center;gap:0.75rem;color:#9ca3af;font-size:0.8125rem}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background-color:#e5e5e5}.auth-link{color:#0ea5e9;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-link--sm{font-size:0.8125rem}