:root{--background:#fff;--foreground:#000;--muted:#666;--spinner:#eaeaea;--spinner-active:#000}@media (prefers-color-scheme:dark){:root{--background:#000;--foreground:#fff;--muted:#888;--spinner:#333;--spinner-active:#fff}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}.vercel-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;display:flex}.vercel-content{text-align:center;flex-direction:column;align-items:center;max-width:400px;display:flex}.spinner{border:3px solid var(--spinner);border-top-color:var(--spinner-active);border-radius:50%;width:32px;height:32px;margin-bottom:24px;animation:1s linear infinite spin}.title{letter-spacing:-.02em;margin-bottom:12px;font-size:1.25rem;font-weight:600}.subtitle{color:var(--muted);font-size:.875rem;line-height:1.5}@keyframes spin{to{transform:rotate(360deg)}}
