body.hs-auth,
body.landing.login-page {
    min-height: 100vh;
    margin: 0;
    background: transparent !important;
    color: var(--text) !important;
    font-family: 'Segoe UI', system-ui, sans-serif !important;
}

.hs-auth-wrap,
#login .container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.hs-auth-card {
    width: 100%;
    max-width: 440px;
    background: linear-gradient(180deg, var(--card2), var(--card));
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.hs-auth-card h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
}

.hs-auth-card p {
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.5;
}

.hs-auth-error {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fecaca;
    text-align: center;
    font-size: 14px;
}

.hs-auth-field {
    position: relative;
    margin-bottom: 14px;
}

.hs-auth-field i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    z-index: 2;
}

.hs-auth-field .auth-input,
.hs-auth-field input {
    width: 100%;
    padding: 12px 14px 12px 42px !important;
    background: #1f2430 !important;
    border: 1px solid var(--border) !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.hs-auth-submit {
    width: 100%;
    margin-top: 8px;
    padding: 12px 16px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #4c67ff, #2b4afc);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 24px rgba(116, 103, 255, 0.5);
}

.hs-auth-submit:hover {
    filter: brightness(1.08);
}

.hs-auth-footer {
    margin-top: 16px;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}

.hs-auth-footer a {
    color: var(--cyan);
    text-decoration: none;
    font-weight: 600;
}

.hs-auth-footer a:hover {
    text-decoration: underline;
}

#caps-lock-message {
    color: var(--amber) !important;
}
