@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap";:root{--bg-color:#000;--text-color:#fff;--accent-color:#ff6b35}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}a{color:inherit;text-decoration:none}html,body{overscroll-behavior-x:none;width:100%;min-width:100%;overflow:hidden auto}.canvas-container{z-index:0;pointer-events:none;width:100%;max-width:100%;height:100vh;position:fixed;top:0;left:0}.content-overlay{z-index:1;pointer-events:auto;min-width:100%;position:relative;overflow-x:hidden}.content-overlay a,.content-overlay button,.content-overlay input,.content-overlay textarea{pointer-events:auto}.hero-container{box-sizing:border-box;width:100%;max-width:100%}.hero-video-card{width:40vw;max-width:600px}.hero-video{object-fit:cover;width:100%;height:auto}@media (width<=768px){.hero-container{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:2rem!important;height:auto!important;padding:2rem 1.5rem!important;display:flex!important}.hero-left{text-align:center!important;align-items:center!important;width:100%!important;max-width:100%!important}.hero-video-card{order:-1!important;align-self:center!important;width:100%!important;max-width:100%!important;margin:0 0 1.75rem!important}.hero-video-card video{object-fit:cover!important;width:100%!important;height:auto!important}.hero-left p{margin-top:1.5rem!important;font-size:1rem!important;line-height:1.75!important}.hero-nav{flex-wrap:wrap!important;order:-2!important;justify-content:center!important;gap:1rem!important;width:100%!important;margin-bottom:1.5rem!important;position:static!important;transform:none!important}.hero-nav a{font-size:.85rem!important}.hero-video-card{order:-1!important;align-self:center!important;width:100%!important;max-width:100%!important;max-height:60vh!important;margin:0 0 1.75rem!important}.hero-video{aspect-ratio:16/9!important;width:100%!important;height:auto!important;min-height:240px!important}.menu-toggle{display:none!important}.hero-container>div:first-child{width:100%!important}}.nav-link-huge{transition:all .3s}.nav-link-huge:hover{-webkit-text-stroke:2px #0cf;color:#0000!important}
