.auth-page{--auth-bg:#fffcf7;--auth-surface:#fff;--auth-ink:#1a1611;--auth-muted:#796d61;--auth-border:rgba(26,22,17,0.1);--auth-accent:#cc5f2f;--auth-accent-hover:#e06d3a;--auth-accent-soft:rgba(204,95,47,0.07);--auth-field-bg:#f8f5ef;display:flex;min-height:100svh;margin-top:-64px;background:var(--auth-bg)}html[data-theme=dark] .auth-page{--auth-bg:#121110;--auth-surface:#1a1816;--auth-ink:#efe9e0;--auth-muted:#9a9089;--auth-border:rgba(248,242,234,0.08);--auth-accent-soft:rgba(204,95,47,0.1);--auth-field-bg:#1f1d1a}.auth-page__form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:calc(64px + clamp(2rem,5vw,4rem)) clamp(1.5rem,5vw,4rem) clamp(2rem,5vw,4rem);position:relative;z-index:1}.auth-page__form-inner{width:100%;max-width:420px;animation:auth-rise .6s cubic-bezier(.16,1,.3,1) both}@keyframes auth-rise{0%{opacity:0;transform:translateY(1.6rem)}}.auth-page__logo-link{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;margin-bottom:2.2rem}.auth-page__logo-link img{width:36px;height:36px}.auth-page__logo-link span{font-size:1.3rem;letter-spacing:.03em}.auth-page__logo-link span,.auth-page__title{font-family:var(--font-display),"Impact",sans-serif;color:var(--auth-ink)}.auth-page__title{margin:0 0 .4rem;font-size:clamp(2rem,5vw,2.8rem);line-height:.95}.auth-page__subtitle{margin:0 0 1.8rem;font-size:.95rem;color:var(--auth-muted);line-height:1.5}.auth-page__error{padding:.7rem .9rem;margin-bottom:1.25rem;border-radius:.55rem;background:rgba(220,53,34,.08);border:1px solid rgba(220,53,34,.25);color:#c23a22;font-size:.85rem;font-weight:500;line-height:1.45}html[data-theme=dark] .auth-page__error{background:rgba(220,53,34,.12);color:#f18a75}.auth-page__oauth{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.auth-page__oauth .oauth-button,.auth-page__oauth button{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.72rem 1rem;border:1px solid var(--auth-border);border-radius:.6rem;background:var(--auth-surface);color:var(--auth-ink);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s ease}.auth-page__oauth .oauth-button:hover:not(:disabled),.auth-page__oauth button:hover:not(:disabled){background:var(--auth-accent-soft);border-color:var(--auth-accent);transform:translateY(-1px)}.auth-page__oauth .oauth-button:disabled,.auth-page__oauth button:disabled{opacity:.5;cursor:not-allowed}.auth-page__divider{display:flex;align-items:center;margin:0 0 1.5rem;gap:.8rem}.auth-page__divider:after,.auth-page__divider:before{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-page__divider span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--auth-muted);white-space:nowrap}.auth-page__fields{display:flex;flex-direction:column;gap:.75rem}.auth-page__field{position:relative;display:flex;align-items:center}.auth-page__field input{width:100%;padding:.78rem .9rem .78rem 2.8rem;border:1px solid var(--auth-border);border-radius:.6rem;background:var(--auth-field-bg);color:var(--auth-ink);font-size:.92rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.auth-page__field input::-moz-placeholder{color:var(--auth-muted)}.auth-page__field input::placeholder{color:var(--auth-muted)}.auth-page__field input:focus{outline:none;border-color:var(--auth-accent);box-shadow:0 0 0 3px rgba(204,95,47,.12)}.auth-page__field-icon{position:absolute;left:.85rem;font-size:1.05rem;color:var(--auth-muted);pointer-events:none;z-index:1}.auth-page__forgot{text-align:right;margin:-.15rem 0 .35rem}.auth-page__forgot a{font-size:.8rem;font-weight:600;color:var(--auth-accent);text-decoration:none}.auth-page__forgot a:hover{text-decoration:underline}.auth-page__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.82rem 1.5rem;border:none;border-radius:.6rem;background:var(--auth-accent);color:#fff;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 6px 22px rgba(204,95,47,.3);transition:background .24s ease,box-shadow .24s ease,transform .24s cubic-bezier(.16,1,.3,1)}.auth-page__submit svg{font-size:1.1em;transition:transform .24s cubic-bezier(.16,1,.3,1)}.auth-page__submit:hover:not(:disabled){background:var(--auth-accent-hover);box-shadow:0 10px 32px rgba(204,95,47,.4);transform:translateY(-2px)}.auth-page__submit:hover:not(:disabled) svg{transform:translateX(3px)}.auth-page__submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.auth-page__switch{margin:1.5rem 0 0;text-align:center;font-size:.88rem;color:var(--auth-muted)}.auth-page__switch a{color:var(--auth-accent);font-weight:700;text-decoration:none}.auth-page__switch a:hover{text-decoration:underline}.auth-page__visual-panel{position:relative;flex:1;display:none;overflow:hidden}@media(min-width:900px){.auth-page__visual-panel{display:flex;align-items:flex-end;justify-content:flex-start;min-height:100svh}}.auth-page__visual-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;z-index:0;filter:saturate(.65) contrast(1.1) brightness(.75)}.auth-page__visual-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(10,8,6,.88) 0,rgba(10,8,6,.25) 55%,rgba(10,8,6,.15)),radial-gradient(ellipse at 30% 70%,rgba(204,95,47,.2) 0,transparent 55%);pointer-events:none}.auth-page__visual-content{position:relative;z-index:2;padding:clamp(2rem,5vw,4rem);max-width:480px}.auth-page__visual-content h2{margin:0 0 .6rem;font-family:var(--font-display),"Impact",sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:.94;color:#f8f2ea}.auth-page__visual-content p{margin:0;font-size:1.05rem;line-height:1.6;color:rgba(248,242,234,.72)}@media(max-width:899px){.auth-page{flex-direction:column;min-height:auto}.auth-page__form-panel{padding:calc(64px + 2rem) 1.25rem 2rem}.auth-page__form-inner{max-width:100%}}@media(max-width:480px){.auth-page__title{font-size:1.8rem}.auth-page__form-panel{padding-left:1rem;padding-right:1rem}}