/**
 * Critical CSS for PWA loader - loaded synchronously to prevent white flash.
 * Keep this file minimal (<500 bytes) for instant loading.
 */
html, body {
    background: #0f172a;
}

.pwa-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
