.Footer-module__S6Hkya__footer{background:#000;border-top:1px solid #ffffff1a;margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{text-transform:uppercase;color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__highlight{color:var(--color-primary)}.Footer-module__S6Hkya__tagline{color:var(--color-text-dim);font-size:.9rem;line-height:1.5}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__links h4{text-transform:uppercase;color:var(--color-text);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.Footer-module__S6Hkya__links a{color:var(--color-text-dim);font-size:.9rem;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:var(--color-primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--color-text-dim);font-size:.85rem}.Footer-module__S6Hkya__social{color:var(--color-text-dim);gap:1rem;display:flex}.Footer-module__S6Hkya__social svg{cursor:pointer;transition:color .2s}.Footer-module__S6Hkya__social svg:hover{color:var(--color-text)}
.LoadingScreen-module__zfmyua__loader_container{z-index:9999;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.5s ease-out 2.2s forwards LoadingScreen-module__zfmyua__fadeOut;display:flex;position:fixed;top:0;left:0}@keyframes LoadingScreen-module__zfmyua__fadeOut{to{opacity:0;pointer-events:none}}.LoadingScreen-module__zfmyua__content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.LoadingScreen-module__zfmyua__icon{color:var(--color-primary);animation:1s infinite alternate LoadingScreen-module__zfmyua__pulse}@keyframes LoadingScreen-module__zfmyua__pulse{0%{text-shadow:0 0 10px var(--color-primary);opacity:.8}to{text-shadow:0 0 30px var(--color-primary),0 0 10px #fff;opacity:1}}.LoadingScreen-module__zfmyua__text{color:var(--color-primary);letter-spacing:2px;font-family:monospace;font-size:1.2rem;animation:1s infinite LoadingScreen-module__zfmyua__glitch}.LoadingScreen-module__zfmyua__progress_bar{background:#ffffff1a;border-radius:2px;width:250px;height:4px;overflow:hidden}.LoadingScreen-module__zfmyua__progress_fill{background:var(--color-primary);width:0%;height:100%;box-shadow:0 0 15px var(--color-primary);animation:2s cubic-bezier(.1,.9,.2,1) forwards LoadingScreen-module__zfmyua__load}@keyframes LoadingScreen-module__zfmyua__load{0%{width:0%}40%{width:60%}80%{width:80%}to{width:100%}}.LoadingScreen-module__zfmyua__system_text{color:var(--color-text-dim);text-align:left;width:100%;margin-top:1rem;font-family:monospace;font-size:.8rem}.LoadingScreen-module__zfmyua__system_text p{opacity:0;animation:.5s forwards LoadingScreen-module__zfmyua__typing}.LoadingScreen-module__zfmyua__system_text p:first-child{animation-delay:.5s}.LoadingScreen-module__zfmyua__system_text p:nth-child(2){animation-delay:1s}.LoadingScreen-module__zfmyua__system_text p:nth-child(3){color:var(--color-secondary);animation-delay:1.5s}@keyframes LoadingScreen-module__zfmyua__typing{to{opacity:1}}
.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0a0a0a99;border-bottom:1px solid #ffffff0d;align-items:center;width:100%;height:70px;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{text-transform:uppercase;color:var(--color-text);letter-spacing:1px;font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__highlight{color:var(--color-primary)}.Navbar-module__cJzEcG__desktop_menu{align-items:center;gap:2rem;display:none}@media (min-width:768px){.Navbar-module__cJzEcG__desktop_menu{display:flex}.Navbar-module__cJzEcG__mobile_toggle{display:none}}.Navbar-module__cJzEcG__link{color:var(--color-text-dim);font-size:.95rem;font-weight:500;transition:all .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--color-text)}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--color-primary)}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active:after{content:"";background:var(--color-primary);width:100%;height:2px;box-shadow:0 0 10px var(--color-primary);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__lang_btn{color:var(--color-text-dim);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;transition:color .2s;display:flex}.Navbar-module__cJzEcG__lang_btn:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__cart_btn{color:var(--color-text);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.Navbar-module__cJzEcG__cart_btn:hover{border-color:var(--color-primary);background:#ffffff1a}.Navbar-module__cJzEcG__cart_badge{background:var(--color-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.Navbar-module__cJzEcG__mobile_toggle{color:var(--color-text);cursor:pointer;background:0 0;border:none}.Navbar-module__cJzEcG__mobile_menu{opacity:0;pointer-events:none;z-index:-1;background:#000;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:1rem;width:100%;padding:1rem;transition:all .3s;display:flex;position:absolute;top:70px;left:0;transform:translateY(-100%)}.Navbar-module__cJzEcG__mobile_menu.Navbar-module__cJzEcG__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cJzEcG__mobile_menu a{color:var(--color-text);border-bottom:1px solid #ffffff0d;padding:.5rem 0;font-size:1.1rem}
:root{--color-bg:#050505;--color-surface:#ffffff0d;--color-primary:#00ff9d;--color-secondary:#7df9ff;--color-text:#fff;--color-text-dim:#fff9;--font-heading:system-ui,-apple-system,sans-serif;--font-body:system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text);background:var(--color-bg);cursor:none;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}a,button,[role=button]{cursor:none}a{color:inherit;text-decoration:none}button{background:0 0;border:none;font-family:inherit}
.CartDrawer-module__wN0dRW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#00000080;width:100vw;height:100vh;animation:.2s ease-out CartDrawer-module__wN0dRW__fadeIn;position:fixed;top:0;left:0}@keyframes CartDrawer-module__wN0dRW__fadeIn{0%{opacity:0}to{opacity:1}}.CartDrawer-module__wN0dRW__drawer{z-index:2001;background:#0a0a0a;border-left:1px solid #ffffff1a;flex-direction:column;width:100%;max-width:400px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) CartDrawer-module__wN0dRW__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #00000080}@keyframes CartDrawer-module__wN0dRW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__header h2{margin:0;font-size:1.2rem;font-weight:600}.CartDrawer-module__wN0dRW__close_btn{color:var(--color-text);cursor:pointer;background:0 0;border:none}.CartDrawer-module__wN0dRW__items{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{height:100%;color:var(--color-text-dim);flex-direction:column;justify-content:center;align-items:center;display:flex}.CartDrawer-module__wN0dRW__item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.CartDrawer-module__wN0dRW__item_info h4{margin:0 0 .25rem;font-size:.95rem}.CartDrawer-module__wN0dRW__price{color:var(--color-primary);margin:0;font-size:.85rem}.CartDrawer-module__wN0dRW__remove_btn{color:var(--color-text-dim);cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s}.CartDrawer-module__wN0dRW__remove_btn:hover{color:#f44}.CartDrawer-module__wN0dRW__footer{background:#0f0f0f;border-top:1px solid #ffffff1a;padding:1.5rem}.CartDrawer-module__wN0dRW__total{justify-content:space-between;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__checkout_btn{background:var(--color-primary);color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;width:100%;padding:1rem;font-family:inherit;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__checkout_btn:hover{box-shadow:0 0 20px var(--color-primary);transform:translateY(-2px)}
