:root{--background:#f8fafc;--foreground:#111827}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f9fb;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.page-container,.route-state{place-items:center;min-height:100vh;padding:64px 24px;display:grid}.page-section{width:100%;max-width:720px}.page-kicker{color:#2563eb;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:700}.page-section h1,.route-state h1{color:var(--foreground);font-size:48px;font-weight:700;line-height:1.08}.page-section p:not(.page-kicker),.route-state p{color:#4b5563;max-width:560px;margin-top:20px;font-size:18px;line-height:1.7}.route-state button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:8px;margin-top:24px;padding:10px 16px}@media (max-width:600px){.page-section h1,.route-state h1{font-size:36px}}
