:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6;font-family:Inter,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body{height:100%;min-height:100%;margin:0}body{background:linear-gradient(135deg,#eaf1ff 0%,#f8fafc 100%);place-items:center;display:grid}#app{place-items:center;width:100%;min-height:100vh;display:grid}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.spinner{border:5px solid #06196d26;border-top-color:#06196d;border-radius:50%;width:64px;height:64px;animation:1s linear infinite spin;box-shadow:0 0 0 1px #06196d0d}.loading-text{color:#06196d;letter-spacing:.01em;max-width:28rem;margin:0;font-size:1.05rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}
