@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{--color-bg: #f5f3ff;--color-surface: #ffffff;--color-text: #0f172a;--color-muted: #6b7280;--color-border: #e4ddff;--color-primary: #4c1d95;--color-primary-contrast: #ffffff;--color-accent: #a78bfa;--color-accent-contrast: #2e1065;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-soft: 0 8px 16px rgba(15, 23, 42, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);color:var(--color-text)}#root{min-height:100vh}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
