:root{--color-bg:#f8fafc;--color-text:#1e293b;--color-muted:#64748b;--color-accent:#009ee0;--color-card:#fff;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:1rem;display:flex}.maintenance-card{background:var(--color-card);text-align:center;border-radius:1rem;max-width:32rem;padding:2.5rem;box-shadow:0 4px 24px #00000014}.logo-wrapper{margin-bottom:1.5rem;display:inline-flex}.logo-wrapper svg{width:80px;height:auto}.title{color:var(--color-text);margin-bottom:1rem;font-size:1.25rem;font-weight:600;line-height:1.4}.message{color:var(--color-muted);font-size:1rem;line-height:1.6}.divider{background:#e2e8f0;height:1px;margin:1.5rem 0}.footer-text{color:var(--color-muted);font-size:.875rem}.footer-link{color:var(--color-accent);text-decoration:underline}.footer-link:hover{text-decoration:none}
