:root{--color-bg:#fff;--color-bg-alt:#f8f8f8;--color-surface:#f2f2f2;--color-surface-2:#e8e8e8;--color-border:#0000001a;--color-border-hover:#0003;--color-text:#1a1a1a;--color-text-muted:#6b6b6b;--color-text-light:#999;--color-accent:#c9a96e;--color-accent-hover:#b08950;--color-accent-dark:#1a1a1a;--color-error:#e53e3e;--color-success:#10b981;--color-whatsapp:#25d366;--color-announce-bg:#1a1a1a;--color-announce-text:#fff;--font-display:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--text-xs:.7rem;--text-sm:.8125rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-24:96px;--space-32:128px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000f;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 24px #0000001a;--shadow-lg:0 8px 48px #00000024;--shadow-xl:0 16px 80px #0000002e;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--z-base:1;--z-overlay:100;--z-drawer:150;--z-modal:200;--z-toast:300;--transition-fast:.15s var(--ease-out-expo);--transition-base:.3s var(--ease-out-expo);--transition-slow:.5s var(--ease-out-expo);--max-width:1400px;--nav-height:60px;--announce-height:40px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-text);font-weight:600}button{cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;font-family:inherit}a{color:inherit;transition:color var(--transition-base);text-decoration:none}a:hover{color:var(--color-accent-dark)}img{max-width:100%;height:auto}*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{flex-direction:column;min-height:100%;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,button,textarea,select{font:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:var(--color-surface-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
