﻿.auth-splash {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f4ef;
    z-index: 9999;
}

.auth-splash-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 280px;
}

.auth-logo {
    width: 80px;
    height: auto;
    margin-bottom: 8px;
}

.auth-title {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--mud-palette-primary);
}

.auth-subtitle {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.auth-progress {
    width: 100%;
    margin-top: 8px;
}