:root{--auth-bg:#f7fbfc;--auth-surface:hsla(0,0%,100%,.88);--auth-surface-strong:#fff;--auth-border:rgba(12,50,66,.1);--auth-divider:rgba(35,74,84,.08);--auth-text:#29343a;--auth-placeholder:#b5c0c7;--auth-accent:#07b8c6;--auth-accent-dark:#0795a4;--auth-accent-soft:rgba(7,184,198,.14);--auth-danger:#d64545;--auth-success:#16875a;--auth-shadow:0 24px 70px rgba(21,49,61,.12);--auth-shadow-soft:0 14px 34px rgba(9,113,126,.16)}*{box-sizing:border-box}html{background:var(--auth-bg);color:var(--auth-text);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body,html{min-width:320px}body{min-height:100vh;margin:0}button,input{font:inherit}button{border:0}a{color:inherit}.auth-page{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;padding:36px 20px;background:radial-gradient(circle at 8% 86%,rgba(9,184,198,.1) 0 17%,transparent 18%),radial-gradient(circle at 88% 11%,rgba(9,184,198,.07) 0 23%,transparent 24%),linear-gradient(137deg,#fff,#f8fcfd 46%,#eef8fa)}.auth-page__orb{position:absolute;border-radius:999px;pointer-events:none}.auth-page__orb--top{top:-160px;right:-120px;width:430px;height:430px;border:1px solid rgba(7,184,198,.11);background:radial-gradient(circle,#ffffffb8 0 47%,#07b8c60a 48% 100%)}.auth-page__orb--bottom{right:26%;bottom:-270px;width:500px;height:500px;background:#07b8c60e}.auth-page__dots,.brand-mini-dots{position:absolute;width:150px;height:102px;opacity:.54;background-image:radial-gradient(circle,rgba(7,184,198,.7) 1.35px,transparent 1.55px);background-size:20px 20px;pointer-events:none}.auth-page__dots--top{top:96px;right:110px}.auth-page__dots--bottom{left:92px;bottom:88px}.auth-card{position:relative;z-index:2;display:grid;grid-template-columns:300px 460px;width:min(760px,100%);min-height:386px;overflow:hidden;border-radius:22px;background:var(--auth-surface);box-shadow:var(--auth-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-card:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffffd1}.auth-card__brand{position:relative;display:grid;place-items:center;overflow:hidden;min-height:100%;border-right:1px solid var(--auth-divider);background:linear-gradient(180deg,#ffffffc2,#ffffff6b),radial-gradient(circle at 0 100%,rgba(7,184,198,.14),transparent 44%)}.brand-block{position:relative;z-index:2;display:grid;justify-items:center;gap:16px;transform:translateY(-14px)}.brand-block__logo{display:grid;align-content:center;width:118px;height:118px;padding:20px 16px;border:3px solid var(--auth-accent);background:#ffffffa3;color:#05090b;font-size:20px;font-weight:800;letter-spacing:-.8px;line-height:1.08;box-shadow:0 12px 34px #04849114}.brand-block__caption{margin:0;color:#68737a;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.brand-wave{position:absolute;right:-80px;bottom:-58px;width:430px;max-width:145%;color:#07b8c62e;transform:rotate(-1deg)}.brand-wave svg{display:block;width:100%}.brand-wave path{stroke:currentColor;stroke-width:2}.brand-mini-dots{right:26px;bottom:112px;width:72px;height:58px;opacity:.5;background-size:14px 14px}.auth-card__form-wrap{display:grid;align-items:center;padding:44px 50px;background:#ffffff52}.auth-form{display:grid;width:100%;max-width:350px;gap:20px;justify-self:center}.auth-form--recovery{gap:18px}.auth-form__title{margin:0 0 2px;color:#243039;font-size:23px;font-weight:800;letter-spacing:-.035em;line-height:1.1;text-transform:uppercase}.auth-form__note{max-width:340px;margin:0;color:#7b8991;font-size:12px;line-height:1.55}.field{display:grid;gap:9px}.field__label{color:#374047;font-size:13px;font-weight:700}.field__control{position:relative;display:flex;align-items:center;min-height:50px;overflow:hidden;border:1px solid var(--auth-border);border-radius:13px;background:#ffffffc2;box-shadow:inset 0 1px #ffffffb8,0 8px 20px #29465109;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field__control:focus-within{border-color:#07b8c694;background:var(--auth-surface-strong);box-shadow:0 0 0 4px var(--auth-accent-soft),0 10px 24px #09717e14}.field__icon{flex:0 0 auto;width:19px;height:19px;margin-left:18px;color:var(--auth-accent-dark);opacity:.74}.field__action svg circle,.field__action svg path,.field__icon circle,.field__icon path,.field__icon rect{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.field__input{width:100%;min-width:0;height:48px;border:0;outline:0;background:transparent;color:var(--auth-text);font-size:14px;font-weight:500;padding:0 16px}.field__input::-moz-placeholder{color:var(--auth-placeholder)}.field__input::placeholder{color:var(--auth-placeholder)}.field__control--password .field__input{padding-right:48px}.field__action{position:absolute;right:10px;display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:transparent;color:var(--auth-accent-dark);cursor:pointer;transition:background .2s ease,transform .2s ease}.field__action:hover{background:var(--auth-accent-soft)}.field__action:active{transform:scale(.96)}.field__action svg{width:20px;height:20px}.auth-form__row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:-1px}.checkbox{display:inline-flex;align-items:center;gap:9px;color:#455159;font-size:13px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.checkbox__box{display:grid;width:20px;height:20px;place-items:center;border-radius:6px;background:linear-gradient(135deg,var(--auth-accent),var(--auth-accent-dark));color:#fff;box-shadow:0 7px 16px #07b8c63d}.checkbox input:not(:checked)+.checkbox__box{border:1px solid rgba(12,50,66,.12);background:#ffffffb8;color:transparent;box-shadow:none}.checkbox input:focus-visible+.checkbox__box{outline:4px solid var(--auth-accent-soft)}.checkbox__box svg{width:13px;height:13px}.checkbox__box path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.auth-form__link{width:-moz-fit-content;width:fit-content;padding:0;border:0;background:transparent;color:var(--auth-accent-dark);cursor:pointer;font-size:13px;font-weight:600;line-height:1.25;text-align:left;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.auth-form__link:hover{color:#057985}.auth-form__link--left{justify-self:start;margin-top:-2px}.auth-message{margin:-6px 0 -3px;border-radius:12px;padding:9px 12px;font-size:12px;line-height:1.4}.auth-message--error{background:#d6454517;color:var(--auth-danger)}.auth-message--success{background:#16875a1a;color:var(--auth-success)}.auth-button{display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-width:142px;min-height:52px;gap:10px;border-radius:14px;background:linear-gradient(135deg,var(--auth-accent),var(--auth-accent-dark));color:#fff;cursor:pointer;font-size:15px;font-weight:800;letter-spacing:.01em;box-shadow:var(--auth-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-button--wide{justify-self:start;min-width:230px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #09717e38;filter:saturate(1.08)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{cursor:progress;opacity:.82}.auth-button__loader{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.42);border-top-color:#057f89;border-radius:999px;animation:auth-spin .8s linear infinite}.auth-button__loader__text{color:#057f89}@keyframes auth-spin{to{transform:rotate(1turn)}}@media(max-width:820px){.auth-page{padding:28px 18px}.auth-card{grid-template-columns:1fr;width:min(430px,100%);min-height:auto}.auth-card__brand{min-height:190px;border-right:0;border-bottom:1px solid var(--auth-divider)}.brand-block{transform:none}.brand-block__logo{width:112px;height:112px;padding:19px 15px;font-size:19px}.brand-wave{right:-170px;bottom:-72px}.auth-card__form-wrap{padding:34px 30px 36px}.auth-button,.auth-button--wide{width:100%;justify-self:stretch}}@media(max-width:520px){.auth-page{display:block;padding:14px}.auth-page__dots--top{top:24px;right:-38px}.auth-page__dots--bottom{left:-56px;bottom:32px}.auth-card{min-height:calc(100vh - 28px);border-radius:20px}.auth-card__brand{min-height:188px}.brand-block__caption{font-size:10px}.brand-mini-dots{display:none}.auth-card__form-wrap{align-items:start;padding:28px 18px 24px}.auth-form{gap:18px}.auth-form__title{font-size:20px}.auth-form__row{align-items:flex-start;flex-direction:column;gap:10px}.auth-button{min-height:50px;border-radius:13px;font-size:14px}}
