@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap";:root{--color-accent:#1abcb4;--color-accent-dark:#13a09a;--color-bg:#fff;--color-bg-alt:#f7f7f5;--color-text:#1a1a1a;--color-text-muted:#888;--color-border:#e8e8e6;--font-sans:"Inter", "Helvetica Neue", Arial, sans-serif;--font-serif:"Playfair Display", Georgia, serif;--nav-height:72px;--max-width:1280px;--gutter:32px;--ease-out:cubic-bezier(.16, 1, .3, 1);--transition:.35s var(--ease-out)}@media (width<=768px){:root{--nav-height:60px;--gutter:20px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}::selection{background:var(--color-accent);color:#fff}.container{width:100%;max-width:var(--max-width);padding:0 var(--gutter);margin:0 auto}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.preview-banner{z-index:10000;color:#fff;letter-spacing:.04em;background:#1b1b1a;padding:10px 14px;font-size:13px;position:fixed;inset:auto 16px 16px auto}
