.auth-page.shell{--auth-bg:#000;--auth-surface:#0e0e10;--auth-surface-2:#16161a;--auth-text:#fff;--auth-text-2:#9ca0a8;--auth-text-3:#5a5e66;--auth-accent:#7dd3fa;--auth-accent-soft:rgba(125,211,250,.12);--auth-accent-line:rgba(125,211,250,.35);--auth-warn:#c8945a;--auth-warn-soft:rgba(200,148,90,.1);--auth-warn-line:rgba(200,148,90,.35);--auth-line:hsla(0,0%,100%,.08);--auth-ease:cubic-bezier(0.16,1,0.3,1);position:relative;isolation:isolate;justify-content:flex-start;flex:1 1 auto;min-height:100dvh;max-height:100dvh;overflow:hidden;margin-top:0;padding:max(env(safe-area-inset-top),clamp(.5rem,2vw,.875rem)) clamp(1rem,4vw,3rem) max(env(safe-area-inset-bottom),clamp(.75rem,3vw,1.5rem));background:radial-gradient(circle at 50% 22%,rgba(125,211,250,.08),transparent min(42vw,28rem)),linear-gradient(180deg,#050607,#000);color:var(--auth-text)}.auth-page.shell:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(hsla(0,0%,100%,.018) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.014) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(circle at center,#000 0 34%,transparent 78%);mask-image:radial-gradient(circle at center,#000 0 34%,transparent 78%);opacity:.34}.auth-column{width:100%;max-width:420px;gap:clamp(.875rem,2.5vw,2.25rem);margin-top:0;flex-shrink:1;min-height:0;animation:auth-rise .9s var(--auth-ease) both}.auth-brand,.auth-column{display:flex;flex-direction:column;align-items:center}.auth-brand{text-align:center}.auth-brand+.auth-intro{margin-top:-.25rem}.auth-logo{width:min(360px,88vw);height:auto}.auth-intro{text-align:center}.auth-intro h1{font-size:clamp(1.35rem,3vw,1.625rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem;color:var(--auth-text)}.auth-intro p{margin:0;font-size:.9375rem;color:var(--auth-text-2);line-height:1.55}.auth-card{width:100%;padding:1.5rem;border-radius:18px;border:1px solid var(--auth-line);background:linear-gradient(180deg,rgba(22,22,26,.92),rgba(14,14,16,.96));box-shadow:0 24px 64px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:1rem}.auth-page .field{gap:.5rem;margin:0}.auth-page .field label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--auth-text-3)}.auth-page input[type=email],.auth-page input[type=password],.auth-page input[type=text]{border:1px solid var(--auth-line);border-radius:12px;background:rgba(0,0,0,.35);color:var(--auth-text);padding:.85rem 1rem;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.auth-page input::placeholder{color:var(--auth-text-3)}.auth-page input:hover{border-color:hsla(0,0%,100%,.14)}.auth-page input:focus{outline:none;border-color:var(--auth-accent-line);box-shadow:0 0 0 3px var(--auth-accent-soft);background:rgba(0,0,0,.5)}.auth-page .btn{width:100%;border:1px solid var(--auth-accent-line);border-radius:12px;background:var(--auth-accent-soft);color:var(--auth-text);font-size:.9375rem;font-weight:600;letter-spacing:.01em;transition:transform .32s var(--auth-ease),border-color .22s ease,background .22s ease,opacity .22s ease}.auth-page .btn:hover:not(:disabled){transform:translateY(-1px);background:rgba(125,211,250,.18)}.auth-page .btn:focus-visible{outline:2px solid var(--auth-accent);outline-offset:3px}.auth-page .error{margin:0;padding:.75rem .875rem;border-radius:10px;border:1px solid var(--auth-warn-line);background:var(--auth-warn-soft);color:#e8c9a8;font-size:.875rem;line-height:1.45;text-align:center}.auth-page .hint,.auth-page .note{color:var(--auth-text-3);font-size:.8125rem}.auth-page .note{line-height:1.5}.auth-page a{color:var(--auth-accent)}@keyframes auth-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-height:740px),(max-width:480px){.auth-column{gap:.875rem}.auth-brand+.auth-intro{margin-top:-.375rem}.auth-card{padding:1.125rem;gap:.875rem}.auth-page input[type=email],.auth-page input[type=password],.auth-page input[type=text]{padding:.75rem .875rem}.auth-page .note{margin-top:-.125rem}}@media (prefers-reduced-motion:reduce){.auth-column{animation:none}.auth-page .btn:hover:not(:disabled){transform:none}}.language-switcher-auth{position:absolute;top:max(env(safe-area-inset-top),clamp(.5rem,2vw,.875rem));right:clamp(1rem,4vw,3rem);z-index:2;padding:.35rem .55rem;border:1px solid var(--auth-line);border-radius:999px;background:var(--auth-surface);color:var(--auth-text-2);font-size:.78rem;font-weight:600;letter-spacing:.06em}.auth-page .language-switcher-auth:hover{color:var(--auth-text);background:var(--auth-accent-soft);border-color:var(--auth-accent-line)}