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