:root{--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--accent-color:#4f46e5;--accent-glow:#4f46e540;--border-color:#e5e7eb;--surface-color:#f9fafb;--font-heading:"Space Grotesk",sans-serif;--font-body:"Outfit",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;overflow-x:hidden}.redesign-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:4rem 1.5rem;display:flex}.content-wrapper{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.headline{font-family:var(--font-heading);letter-spacing:-.03em;background:linear-gradient(135deg,#111827 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;line-height:1.1}.description{color:var(--text-secondary);max-width:500px;font-size:1.125rem;font-weight:300;line-height:1.6}.status-badge{background-color:var(--surface-color);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;color:#374151;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.pulse-dot{background-color:var(--accent-color);width:8px;height:8px;box-shadow:0 0 12px var(--accent-glow);border-radius:50%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@media (min-width:640px){.headline{font-size:3.5rem;font-weight:900}.description{font-size:1.25rem}}
