@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#faf8f5;--surface:#fff;--surface-secondary:#f2f2f7;--surface-tertiary:#e5e5ea;--border:#e8e5e0;--text:#1a1a2e;--text-secondary:#666;--text-muted:#999;--coral:#e07a5f;--teal:#5ba8a0;--sand:#e8c87e;--charcoal:#1a1a2e;--radius:12px;--radius-sm:8px;--max-width:1120px;--section-gap:80px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-sheet:0 -4px 16px #00000014;--material:#ffffffc7;--material-thick:#ffffffe6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Inter,system-ui,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;--surface-secondary:#252538;--surface-tertiary:#2e2e44;--border:#2a2a3e;--text:#e0e0e0;--text-secondary:#aaa;--text-muted:#666;--charcoal:#e0e0e0;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 8px 24px #0000004d;--shadow-sheet:0 -4px 16px #00000040;--material:#1e1e30d1;--material-thick:#1e1e30f0}
