.lhb-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.lhb-auth-page__card {
    width: min(100%, 460px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.lhb-auth-form {
    display: grid;
    gap: 12px;
}

.lhb-auth-form input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
}
