:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.hero-section{aspect-ratio:16/9;width:100%;max-height:100vh;position:relative;overflow:hidden}@media (max-width:768px){.hero-section{aspect-ratio:4/5}}.prod-grid{grid-template-columns:repeat(4,1fr);gap:22px;max-width:1300px;margin:0 auto;display:grid}@media (max-width:1024px){.prod-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.prod-grid{grid-template-columns:1fr;gap:28px}}
