:root{color-scheme:light;background-color:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#fff;color:#0f172a}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.brand{font-size:clamp(2rem,6vw,3rem);font-weight:600;letter-spacing:-.06em;margin:0}.loading-dots{display:inline-flex;gap:.5rem;margin-top:1rem;height:.75rem;align-items:flex-end}.loading-dots span{display:block;width:.5rem;height:.5rem;border-radius:50%;background-color:#0f172a;opacity:.2;animation:pulse .9s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-.2rem)}}