.auth-card #tekniq-sign-in{margin-top:22px}
.tekniq-auth,.auth-form,.auth-heading{display:grid}
.tekniq-auth,.auth-form{gap:14px}
.auth-heading{gap:6px;padding-bottom:4px}
.auth-heading h2{margin:0;font-size:21px;letter-spacing:-.025em}
.auth-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.auth-kicker{color:var(--yellow);font-size:10px;font-weight:800;letter-spacing:.08em}
.auth-field{display:grid;gap:7px;color:#c8d3e3;font-size:11px;font-weight:750}
.auth-field input{min-height:45px;height:45px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;color:var(--text);background:#0d1524;outline:none;font-size:13px}
.auth-field input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #f8bf0024}
.auth-submit{min-height:44px;border-color:var(--yellow);border-radius:9px;color:#17120a;background:var(--yellow);font-weight:850;box-shadow:0 8px 20px #f8bf002e}
.auth-submit:hover{background:#ffd34d}
.auth-submit:disabled,.auth-link:disabled{cursor:wait;opacity:.58}
.auth-link{justify-self:center;padding:2px 6px;border:0;color:var(--yellow);background:transparent;font-size:11px;font-weight:750}
.auth-link.muted{color:var(--muted);font-weight:650}
.auth-error{padding:10px 12px;border:1px solid #7f1d1d;border-radius:8px;color:#fecaca;background:#2b1118;font-size:11px;line-height:1.45}
.auth-security{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:10px}
.auth-security span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#6ee7b7;background:#12372d;font-weight:900}
