.auth-page{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem var(--s-pad);background:#050505;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}.auth-topbar{width:100%;max-width:420px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.auth-logo{display:flex;align-items:center;transition:opacity .2s;min-height:44px}.auth-logo img{height:36px;width:auto;display:block}@media(hover:hover)and (pointer:fine){.auth-logo:hover{opacity:.7}}.auth-topbar .lang-switch{background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.auth-topbar .lang-switch__btn{color:#ffffff8c}.auth-topbar .lang-switch__btn.is-active{background:#fff;color:#000}@media(hover:hover)and (pointer:fine){.auth-topbar .lang-switch__btn:not(.is-active):hover{color:#fff}}.auth-card{width:100%;max-width:420px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--r-lg);box-shadow:0 16px 40px #00000080;padding:2.5rem 2rem}.auth-card__title{font-size:1.375rem;font-weight:500;letter-spacing:-.03em;color:#fff;margin-bottom:.35rem;text-wrap:balance}.auth-card__sub{color:#ffffff8c;font-size:.9375rem;margin-bottom:1.75rem}.btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.75rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:500;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:999px;cursor:pointer;transition:border-color .2s,transform .15s var(--ease)}@media(hover:hover)and (pointer:fine){.btn-google:hover{border-color:#ffffff4d}}.btn-google:active{transform:scale(.98)}.btn-google:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#fff6;font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8438rem;font-weight:500;color:#fff9;margin-bottom:.4rem}.form-group input{width:100%;min-height:48px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:10px;outline:none;-webkit-appearance:none;-webkit-box-shadow:none;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:#ffffff52}.form-group input:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff1f}.auth-error{color:#ff6b6b;font-size:.85rem;min-height:1.25rem;margin-bottom:.5rem}#auth-form .btn{margin-top:.5rem;background:#fff;color:#000;border-radius:999px;box-shadow:none}@media(hover:hover)and (pointer:fine){#auth-form .btn:hover{background:#f0f0f0}}#auth-form .btn:disabled{opacity:.5;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#ffffff8c}.auth-toggle__link{background:none;border:none;color:#fff;font-family:inherit;font-size:inherit;font-weight:500;cursor:pointer;padding:0;margin-left:.25rem;text-decoration:underline;text-decoration-color:#ffffff4d;text-underline-offset:2px;transition:text-decoration-color .2s}@media(hover:hover)and (pointer:fine){.auth-toggle__link:hover{text-decoration-color:#fff}}
