*,:after,:before{box-sizing:border-box}body,html{margin:0;height:100%;background:#fff;color:#0e0e0c;font:14px/1.5 -apple-system,Inter Tight,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased}.center{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:24px;text-align:center}.muted{color:#6b6b66}.spinner{width:8px;height:8px;border-radius:50%;background:#0e0e0c;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}