.auth-screen{--auth-bg:#faf8f4;--auth-ink:#191713;--auth-ink-muted:#181614a8;--auth-ink-faint:#18161473;--auth-accent:#ff6b3d;--auth-accent-hover:#f1571f;--auth-accent-dark:#c2451b;--auth-border:#18161424;--auth-destructive:#dc2626;background:var(--auth-bg);min-height:100dvh;color:var(--auth-ink);-webkit-font-smoothing:antialiased;grid-template-columns:1.02fr 1fr;font-family:DM Sans,system-ui,sans-serif;display:grid}.auth-screen h1,.auth-screen h2,.auth-screen h3{margin:0;font-family:Sora,system-ui,sans-serif}.auth-screen a{color:var(--auth-accent-dark);text-decoration:none}.auth-screen a:hover{color:var(--auth-accent)}.auth-screen input,.auth-screen button{font-family:inherit}.auth-screen input:focus{border-color:var(--auth-accent);outline:none}.auth-screen ::selection{background:var(--auth-accent);color:#120704}@keyframes auth-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.auth-rise{animation:.16s both auth-rise}.auth-tab-button{cursor:pointer;border:0;border-radius:9px;flex:1;padding:11px 14px;font-size:14px}.auth-tab-button[data-active=true]{color:var(--auth-ink);background:#fff;font-weight:700;box-shadow:0 1px 3px #3c32281f}.auth-tab-button[data-active=false]{color:#1816148c;background:0 0;font-weight:600}.auth-sidebar{color:#f4f2ee;background:#14161a;flex-direction:column;padding:44px 52px;display:flex;position:relative;overflow:hidden}.auth-sidebar:before{content:"";background:radial-gradient(closest-side,#ff6b3d47,#0000 70%);height:420px;position:absolute;inset:auto -120px -160px}@media (max-width:900px){.auth-screen{grid-template-columns:1fr}.auth-sidebar{display:none}}@media (max-width:480px){.auth-main{padding:24px 20px 32px!important}}
