/*
 * site.css
 * Non-breaking CSS additions for Laravel Blade shell.
 * Does NOT override or change any styles from /static/css/main.700639fc.css
 */

/* Maintenance gate overlay — matches MaintenanceGate.jsx classes */
.maintenance-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111827; /* bg-gray-900 */
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}
