@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#app{background:var(--bg-color);height:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}:root{--primary-color:#ff8ba7;--primary-light:#ffd1dc;--primary-dark:#e6708f;--accent-yellow:#ffd93d;--accent-green:#6bcb77;--accent-blue:#4d96ff;--accent-purple:#c689ff;--accent-orange:#ffb347;--bg-color:#fff5f7;--bg-gradient:linear-gradient(135deg, #fff5f7 0%, #f0f4ff 50%, #fff9e6 100%);--card-bg:#fff;--card-shadow:0 4px 20px #ff8ba71a;--card-radius:16px;--text-primary:#2d3436;--text-secondary:#636e72;--text-muted:#b2bec3;--border-soft:#ff8ba726}body{background:var(--bg-gradient);background-attachment:fixed}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}::selection{background:var(--primary-light);color:var(--primary-dark)}
