.app-root{background:#f5f5f5;min-height:100vh}.instant-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.instant-loading__spinner{border:4px solid #e0e0e0;border-top-color:#2563eb;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}.instant-loading__text{color:#666;font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}
