@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f5f2;--surface:#ffffff;--surface-2:#f0eee9;--border:#d4d0ca;--text-primary:#2a2a2a;--text-secondary:#5b53a3;--text-muted:#8a8a8a;--accent:#5b53a3;--accent-light:#5b53a3;--accent-pink:#5b53a3;--accent-warm:#f59e0b;--card-bg:rgba(133,96,169,0.1)}[data-admin-theme=dark]{--bg:#12121c;--surface:#1a1a28;--surface-2:#1e1e2e;--border:#3a3a50;--text-primary:#dbd9d9;--text-secondary:#a09fc0;--text-muted:#6b6b8a;--accent:#8560a9;--accent-light:#a09fc0;--accent-pink:#8560a9;--accent-warm:#f59e0b;--card-bg:rgba(133,96,169,0.2)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}