@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#faf8f5;--surface:#fff;--border:#e8e5e0;--text:#1a1a2e;--text-secondary:#666;--text-muted:#999;--coral:#e07a5f;--teal:#5ba8a0;--sand:#e8c87e;--charcoal:#1a1a2e;--radius:12px;--max-width:1120px;--section-gap:80px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}@media (width<=768px){:root{--section-gap:48px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{margin:0}a{color:var(--coral);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}[data-theme=dark]{--bg:#12121e;--surface:#1e1e30;--border:#2a2a3e;--text:#e0e0e0;--text-secondary:#aaa;--text-muted:#666;--charcoal:#e0e0e0}
