@import "https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap";
:root{--bg-color:#000;--text-color:#dfca68;--font-family:"Courier Prime","Courier New",monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);-webkit-font-smoothing:antialiased;min-height:100vh;font-weight:700;overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{cursor:pointer;text-decoration:underline}ul{list-style:none}.layout-container{max-width:1600px;min-height:100vh;margin:0 auto;padding:2.5rem 3rem;display:flex}.sidebar{flex-direction:column;flex-shrink:0;width:220px;height:calc(100vh - 5rem);display:flex;position:sticky;top:2.5rem}.logo-container{justify-content:center;margin-bottom:2.5rem;display:flex}.logo-container img{object-fit:contain;width:160px;height:auto}.nav-main{letter-spacing:.5px;text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:auto;font-size:.75rem;display:flex}.nav-main a{text-transform:uppercase}.nav-footer{text-align:center;flex-direction:column;align-items:center;gap:.6rem;margin-top:auto;font-size:.75rem;display:flex}.nav-footer svg{fill:currentColor;width:20px;height:20px;margin-bottom:.5rem}.main-content{flex-direction:column;flex-grow:1;padding-left:2rem;display:flex}.top-bar{justify-content:flex-end;align-items:center;gap:3rem;margin-bottom:2rem;font-size:.85rem;display:flex}.top-bar-item{align-items:center;gap:.5rem;display:flex}.search-input{border:none;border-bottom:1px solid var(--text-color);color:var(--text-color);font-family:inherit;font-size:inherit;width:120px;font-weight:inherit;background:0 0;margin-left:.5rem;padding:.2rem 0}.search-input:focus{outline:none}.search-icon svg{fill:currentColor;width:16px;height:16px}.desktop-only{display:flex!important}.mobile-header{flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem;display:none}.mobile-top-bar{justify-content:space-between;align-items:center;width:100%;padding:1rem;display:flex}.search-trigger,.cart-trigger{align-items:center;width:40px;display:flex}.cart-trigger{justify-content:flex-end}.mobile-top-bar svg{fill:#dfca68;width:18px;height:18px}.mobile-logo-section{flex:1;justify-content:center;display:flex}.mobile-logo-section img{width:140px;height:auto}.mobile-menu-section{justify-content:center;margin-top:.5rem;display:flex}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;transition:transform .3s}.mobile-menu-toggle .menu-icon{fill:#dfca68;width:24px;height:24px}.mobile-nav-overlay{background:var(--bg-color);z-index:1000;opacity:0;visibility:hidden;justify-content:center;align-items:center;width:100%;height:100%;transition:all .4s;display:flex;position:fixed;top:0;left:0}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav-content{text-align:center;text-transform:uppercase;letter-spacing:2px;flex-direction:column;gap:1.5rem;font-size:1.25rem;display:flex}.mobile-footer-links{opacity:.7;flex-direction:column;gap:1rem;margin-top:3rem;font-size:.85rem;display:flex}.mobile-nav-header{position:absolute;top:2rem;right:2rem}.close-btn{cursor:pointer;background:0 0;border:none}.close-btn svg{width:32px;height:32px;fill:var(--text-color)}.mobile-search-container{width:100%;max-width:300px;margin:0 auto 2rem}.mobile-search-container .search-input{text-align:center;width:100%!important;font-size:1.2rem!important}@media (max-width:1024px){.layout-container{flex-direction:column;padding:1.5rem 1rem}.sidebar{display:none}.mobile-header{display:flex}.main-content{padding-left:0}.desktop-only{display:none!important}}@media (max-width:600px){.mobile-nav-content{gap:1.2rem;font-size:1.1rem}}
