/*
 * De ce exista:
 * Acest fisier contine ajustari pentru ecranul Verify Code.
 *
 * Responsabilitate:
 * Stilizeaza helper-card-ul OTP si pastreaza focusul pe confirmarea codului.
 *
 * Ce NU face:
 * Nu afecteaza alte ecrane de auth.
 *
 * Depinde de:
 * tpl-screen-verify-code si CSS-ul shared.
 */

.v2-screen--verify-code {
    gap: 22px;
}

.v2-screen--verify-code .v2-brand-card {
    padding: 16px 18px;
}

.v2-screen--verify-code .v2-verify-code-card {
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.72), transparent 36%),
        rgba(255, 255, 255, 0.99);
}

.v2-screen--verify-code .v2-screen-head {
    gap: 10px;
}

.v2-screen--verify-code .v2-verify-code-helper-card {
    margin-bottom: 16px;
    gap: 10px;
    padding: 16px;
    background:
        radial-gradient(circle at top right, rgba(240, 253, 244, 0.82), transparent 34%),
        rgba(249, 250, 251, 0.98);
}

.v2-screen--verify-code .v2-verify-code-helper-card .v2-copy {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
}

.v2-screen--verify-code .v2-verify-code-helper-card code {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.v2-screen--verify-code .v2-verify-code-helper-card .v2-muted {
    font-size: 0.88rem;
}

.v2-screen--verify-code .v2-form {
    gap: 16px;
}
