﻿body.av-auth-body {
    background: radial-gradient( circle at top left, rgba(27, 166, 166, 0.16), transparent 34% ), linear-gradient( 135deg, #F4F6F8 0%, #FFFFFF 48%, #EEF6F7 100% );
}

.av-auth-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

.av-auth-card {
    width: 100%;
    max-width: 440px;
    padding: 32px;
}

.av-auth-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.av-auth-logo {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--av-blue);
    color: var(--av-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(10, 42, 67, 0.25);
}

.av-auth-brand h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--av-blue);
}

.av-auth-brand p {
    margin: 6px 0 0;
    color: var(--av-muted);
    font-size: 14px;
    line-height: 1.5;
}

.av-auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.av-auth-footer {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--av-border);
    display: flex;
    justify-content: center;
    gap: 8px;
    color: var(--av-muted);
    font-size: 13px;
}

@media (max-width: 480px) {

    .av-auth-card {
        padding: 24px;
    }

    .av-auth-brand {
        align-items: flex-start;
    }

        .av-auth-brand h1 {
            font-size: 24px;
        }

    .av-auth-logo {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}


.av-auth-brand-wordmark {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
}
.av-auth-wordmark {
    width: 190px;
    height: 58px;
    background-position: left center;
}
.av-auth-brand-wordmark > div { width: 100%; }
