:root{--auth-accent:#FFDD2D;--auth-accent-soft:rgba(255,221,45,0.12);--auth-text:#222;--auth-text-muted:rgba(0,0,0,0.55);--auth-surface:#ffffff;--auth-border:rgba(0,0,0,0.08);--auth-input-bg:#ffffff;--auth-input-text:#222;--auth-placeholder:rgba(0,0,0,0.4);--auth-error:#ff3b30;--main-accent-color:var(--auth-accent)}:root[data-theme=dark]{--auth-text:#ffffff;--auth-text-muted:rgba(255,255,255,0.7);--auth-surface:#000000;--auth-border:rgba(255,255,255,0.08);--auth-input-bg:#0D0D0D;--auth-input-text:#ffffff;--auth-placeholder:rgba(255,255,255,0.35)}body{margin:0}.auth-wrapper *,.auth-wrapper :after,.auth-wrapper :before{box-sizing:border-box}.auth-wrapper{min-height:100vh;display:flex;flex-direction:column;background:var(--auth-surface);color:var(--auth-text);font-family:var(--font-family),"SF Pro Display",system-ui,-apple-system,sans-serif}.auth-wrapper a{color:inherit;text-decoration:none}.auth-wrapper button{font-family:inherit;cursor:pointer}.auth-header__navigation{display:flex!important;align-items:center;justify-content:space-between;gap:1rem;grid-template-columns:none!important}.auth-wrapper [class*=Header_header__]{margin-top:0!important;padding:0}.auth-header__actions{display:flex;align-items:center;gap:.6rem;position:relative}.auth-hero{position:relative;width:100%;background:url(/img/bg.png) 50%/cover no-repeat;background:-webkit-image-set(url("/img/bg.webp") type("image/webp"),url("/img/bg.png") type("image/png")) 50% /cover no-repeat;background:image-set(url("/img/bg.webp") type("image/webp"),url("/img/bg.png") type("image/png")) 50% /cover no-repeat;border-radius:0 0 2.5rem 2.5rem;padding:1.25rem 0;isolation:isolate;overflow:visible}.auth-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,36,90,0),rgba(8,36,90,.3));pointer-events:none;z-index:-1;border-radius:inherit}:root[data-theme=dark] .auth-hero{background-image:url(/img/dark.png);background-image:-webkit-image-set(url("/img/dark.webp") type("image/webp"),url("/img/dark.png") type("image/png"));background-image:image-set(url("/img/dark.webp") type("image/webp"),url("/img/dark.png") type("image/png"))}.auth-main{flex:1;display:grid;place-items:start center;padding:3rem 1.5rem 4rem;width:100%;color:var(--auth-text)}.auth-card{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1.5rem}.auth-wrapper .auth-card .big-title{color:var(--auth-text);font-size:1.75rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;text-align:center}.auth-wrapper .auth-card .big-description{color:var(--auth-text-muted);font-size:.95rem;line-height:1.5;text-align:center;margin-top:.5rem}.auth-wrapper .auth-card label{display:flex;align-items:center;gap:6px;color:var(--auth-text-muted);font-weight:500;font-size:.85rem}.auth-wrapper .auth-card .auth-form{display:flex;flex-direction:column;gap:1rem}.auth-wrapper .auth-card .field{display:grid;gap:.4rem}.auth-wrapper .auth-card .field label.input{cursor:text}.auth-wrapper .auth-card .input{display:flex;align-items:center;gap:.5rem;border:1px solid var(--auth-border);border-radius:.85rem;background:var(--auth-input-bg);padding:.7rem .9rem;transition:border-color .2s ease,background .2s ease}.auth-wrapper .auth-card .input:focus-within{border-color:var(--auth-accent)}.auth-wrapper .auth-card .input svg{flex-shrink:0;color:var(--auth-text-muted)}.auth-wrapper .auth-card .input input{flex:1;min-width:0;background:transparent!important;border:none;outline:none;color:var(--auth-input-text);font-family:inherit;font-size:.95rem;line-height:1.4;padding:0}.auth-wrapper .auth-card .input input::-moz-placeholder{color:var(--auth-placeholder)}.auth-wrapper .auth-card .input input::placeholder{color:var(--auth-placeholder)}.auth-wrapper .auth-card .input input:-webkit-autofill{-webkit-text-fill-color:var(--auth-input-text);box-shadow:0 0 0 1000px var(--auth-input-bg) inset;caret-color:var(--auth-input-text)}.auth-wrapper .auth-card .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:2.75rem;padding:0 1.5rem;background:var(--auth-accent);color:#222;border:0;border-radius:10rem;font-family:inherit;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease;white-space:nowrap}.auth-wrapper .auth-card .button.auth-submit{width:100%;margin-top:.5rem}.auth-wrapper .auth-card .button svg{width:.85rem;height:.85rem;flex-shrink:0}.auth-wrapper .auth-card .button:hover:not(:disabled){background:#222;color:var(--auth-accent)}.auth-wrapper .auth-card .button:disabled{opacity:.55;cursor:not-allowed}.auth-lang{position:relative}.auth-lang__button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);color:#fff;padding:0;cursor:pointer;transition:background .2s ease,border-color .2s ease;overflow:hidden;box-sizing:border-box}.auth-lang__button:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4)}.auth-lang__flag{display:block;width:1.4rem!important;height:1.4rem!important;min-width:1.4rem;min-height:1.4rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1}.auth-lang__option .auth-lang__flag{width:1.2rem!important;height:1.2rem!important;min-width:1.2rem;min-height:1.2rem}.auth-lang__overlay{position:fixed;inset:0;background:transparent;z-index:90}.auth-lang__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:10rem;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:.85rem;box-shadow:0 14px 32px rgba(0,0,0,.18);padding:.35rem;display:flex;flex-direction:column;gap:.15rem;z-index:100}.auth-lang__option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem .75rem;background:transparent;border:0;border-radius:.55rem;color:#222;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease}.auth-lang__option:hover{background:var(--auth-accent-soft)}.auth-lang__option--active{background:var(--auth-accent);color:#222}:root[data-theme=dark] .auth-lang__dropdown{background:#0D0D0D;border-color:rgba(255,255,255,.08)}:root[data-theme=dark] .auth-lang__option{color:rgba(255,255,255,.9)}:root[data-theme=dark] .auth-lang__option:hover{background:rgba(255,255,255,.06);color:#fff}@media (max-width:640px){.auth-hero{border-radius:0 0 1.5rem 1.5rem}.auth-main{padding:2rem 1rem 3rem}.auth-wrapper .auth-card .big-title{font-size:1.5rem}}