.auth-page{display:grid;min-height:100vh;place-items:center;padding:64px 20px 32px;background:radial-gradient(circle at 12% 12%,rgba(0,115,234,.13),transparent 32%),radial-gradient(circle at 88% 90%,rgba(162,93,220,.11),transparent 34%),var(--bg-content)}.auth-card{contain:layout style;display:flex;width:min(100%,390px);flex-direction:column;gap:16px;padding:30px;border:1px solid var(--border-primary);border-radius:14px;background:var(--bg-table);box-shadow:0 18px 48px rgba(6,8,30,.18)}.auth-brand{display:grid;width:34px;height:34px;grid-template-columns:repeat(2,1fr);gap:3px;padding:7px;border-radius:9px;background:#0073ea;box-shadow:0 7px 18px rgba(0,115,234,.26)}.auth-brand span{border-radius:2px;background:white}.auth-brand span:nth-child(2),.auth-brand span:nth-child(3){opacity:.7}.auth-input{height:38px;padding:0 11px;border:1px solid var(--border-secondary);background:var(--bg-input);color:var(--text-primary)}.auth-input,.auth-submit{width:100%;border-radius:6px;font-size:13px}.auth-submit{min-height:38px;margin-top:4px;background:#0073ea;color:white;font-weight:600;transition:background-color .15s ease,transform .15s ease}.auth-submit:hover:not(:disabled){background:#0060c2;transform:translateY(-1px)}.auth-submit:disabled{opacity:.55}