@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-primary:#000;--bg-secondary:#1a1a1a;--bg-tertiary:#2a2a2a;--accent-blue:#0070cc;--accent-blue-hover:#005a9e;--text-primary:#fff;--text-secondary:#a1a1a1;--border-color:#333;--error:#f33;--success:#0c6;--warning:#fc0;--input-focus-bg:#333;--btn-primary-bg:var(--text-primary);--btn-primary-fg:var(--bg-primary);--btn-primary-hover:#e0e0e0;--btn-secondary-hover:#3a3a3a;--card-shadow-elevated:0 4px 6px -1px #00000080, 0 2px 4px -1px #0000004d;--card-footer-bg:#0000001a;--max-width:1440px;--header-height:60px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent-blue)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:#555}.container{width:100%;max-width:var(--max-width);padding:0 var(--spacing-lg);margin:0 auto}.title{margin-bottom:var(--spacing-md);letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.subtitle{color:var(--text-secondary);margin-bottom:var(--spacing-lg);font-size:1.25rem;font-weight:400}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.twoColGrid{gap:var(--spacing-2xl);grid-template-columns:minmax(0,2fr) minmax(0,1fr);display:grid}@media (max-width:900px){.twoColGrid{gap:var(--spacing-xl);grid-template-columns:1fr}}.twoColFormRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.twoColFormRow{grid-template-columns:1fr}}.cartItemRow{gap:var(--spacing-md);align-items:flex-start;display:flex}.cartItemImg{border-radius:8px;width:120px;transition:opacity .2s;display:block}.cartItemImg:hover{opacity:.8}@media (max-width:600px){.cartItemRow{flex-wrap:wrap}}
.Navbar-module__KHvhDq__header{--nav-h:60px;--nav-h-compact:46px;min-height:var(--nav-h);background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:50;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;height:auto;transition:min-height .42s cubic-bezier(.4,0,.2,1),background-color .32s,border-color .32s,box-shadow .32s,-webkit-backdrop-filter .32s,backdrop-filter .32s;display:flex;position:sticky;top:0}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled{min-height:var(--nav-h-compact)}.Navbar-module__KHvhDq__navRow{z-index:1;width:100%;min-height:var(--nav-h);box-sizing:border-box;flex:none;align-items:center;display:flex;position:relative}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__navRow{min-height:var(--nav-h-compact)}.Navbar-module__KHvhDq__headerCmsGlass{-webkit-backdrop-filter:blur(14px);background:#06080c42 linear-gradient(#ffffff1a 0%,#080a1038 40%,#00000047 100%);border-bottom-color:#ffffff24;box-shadow:inset 0 1px #ffffff0f}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__logo{color:#fff;text-shadow:0 1px 12px #00000073}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__link{color:#ffffffe0;text-shadow:0 1px 8px #00000059}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__link:hover,.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__link:active,.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__cartIconWrapper,.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchToggle{color:#fff}.Navbar-module__KHvhDq__scrolled{--bg-primary:#fff;--bg-secondary:#f7fafc;--bg-tertiary:#edf2f7;--text-primary:#000;--text-secondary:#4a5568;--border-color:#e2e8f0;box-shadow:0 4px 20px #0000000d}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__logo{font-size:1.28rem}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__link{font-size:.875rem}.Navbar-module__KHvhDq__navContainer{width:100%;min-height:inherit;flex:1;justify-content:space-between;align-items:center;display:flex}.Navbar-module__KHvhDq__logo{color:var(--text-primary);letter-spacing:-.05em;align-items:center;gap:var(--spacing-sm);font-size:1.5rem;font-weight:700;transition:color .3s,font-size .42s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__KHvhDq__logoMark{object-fit:contain;width:auto;height:34px;transition:height .42s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__logoMark{height:26px}.Navbar-module__KHvhDq__logo:hover{opacity:.8;color:var(--text-primary)}.Navbar-module__KHvhDq__navLinks{gap:var(--spacing-xl);display:none}@media (min-width:768px){.Navbar-module__KHvhDq__navLinks{display:flex}}.Navbar-module__KHvhDq__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s,font-size .42s cubic-bezier(.4,0,.2,1)}.Navbar-module__KHvhDq__link:hover,.Navbar-module__KHvhDq__link:active{color:var(--text-primary)}.Navbar-module__KHvhDq__actions{align-items:center;gap:var(--spacing-xl);display:flex}@media (max-width:768px){.Navbar-module__KHvhDq__actions{gap:var(--spacing-xs)}}.Navbar-module__KHvhDq__mobileMenuToggleLeft{cursor:pointer;color:var(--text-primary);background:0 0;border:none;margin-left:-8px;padding:8px;display:none}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__mobileMenuToggleLeft{color:#fff}@media (max-width:768px){.Navbar-module__KHvhDq__mobileMenuToggleLeft{justify-content:center;align-items:center;display:flex}}.Navbar-module__KHvhDq__mobileMenuDrawer{background:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:40;flex-direction:column;padding:1rem 0;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__mobileMenuDrawer{background:var(--bg-primary)}.Navbar-module__KHvhDq__mobileNavLinks{flex-direction:column;display:flex}.Navbar-module__KHvhDq__mobileLink{padding:1rem var(--spacing-lg);color:var(--text-primary);border-bottom:1px dashed var(--border-color);font-size:1.1rem;font-weight:600;text-decoration:none}.Navbar-module__KHvhDq__mobileLink:last-child{border-bottom:none}.Navbar-module__KHvhDq__cartIconWrapper{color:var(--text-primary);align-items:center;padding:.5rem;transition:color .2s,opacity .2s;display:flex;position:relative}.Navbar-module__KHvhDq__cartSvg{flex-shrink:0;width:24px;height:24px;transition:width .42s cubic-bezier(.4,0,.2,1),height .42s cubic-bezier(.4,0,.2,1)}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__cartSvg{width:21px;height:21px}.Navbar-module__KHvhDq__cartIconWrapper:hover{opacity:.8}.Navbar-module__KHvhDq__cartBadge{color:#fff;background-color:#f39c12;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-8px}.Navbar-module__KHvhDq__tooltipContainer{position:relative}.Navbar-module__KHvhDq__tooltip{color:#333;white-space:nowrap;z-index:100;pointer-events:none;background-color:#fff;border-radius:4px;padding:12px 16px;font-size:.85rem;animation:.3s forwards Navbar-module__KHvhDq__slideDownFade;position:absolute;top:calc(100% + 15px);right:0;box-shadow:0 4px 16px #00000026}.Navbar-module__KHvhDq__tooltipArrow{background-color:#fff;width:12px;height:12px;position:absolute;top:-6px;right:18px;transform:rotate(45deg);box-shadow:-2px -2px 4px #0000000a}@keyframes Navbar-module__KHvhDq__slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__KHvhDq__searchBarRow{z-index:10;background:var(--bg-primary);border-bottom:1px solid var(--border-color);box-sizing:border-box;flex-shrink:0;width:100%;padding:.55rem 0;animation:.22s Navbar-module__KHvhDq__searchBarIn;position:relative;overflow:visible}@keyframes Navbar-module__KHvhDq__searchBarIn{0%{opacity:.92;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarRow{-webkit-backdrop-filter:blur(12px);background:#04070cf0;border-bottom-color:#ffffff1f}.Navbar-module__KHvhDq__searchBarInner{z-index:2;flex-direction:column;gap:0;width:100%;display:flex;position:relative}.Navbar-module__KHvhDq__searchBarTop{align-items:center;gap:.65rem;width:100%;display:flex}.Navbar-module__KHvhDq__searchBarLeadingIcon{color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarLeadingIcon{color:#ffffffc7}.Navbar-module__KHvhDq__searchBarInput{background:var(--bg-tertiary);min-width:0;color:var(--text-primary);box-sizing:border-box;border:none;border-radius:999px;outline:none;flex:1;padding:.65rem 1.1rem;font-size:.95rem}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarInput{color:#fff;background:#0000006b;border:1px solid #ffffff24}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__searchBarInput{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarInput{background:var(--bg-tertiary);border:1px solid var(--border-color)}.Navbar-module__KHvhDq__searchBarInput::placeholder{color:var(--text-secondary);opacity:.9}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarInput::placeholder{color:#ffffff73}.Navbar-module__KHvhDq__searchBarClose{width:2.45rem;height:2.45rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:flex}.Navbar-module__KHvhDq__searchBarClose:hover{color:var(--text-primary);background:#00000014}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarClose{color:#ffffffbf}.Navbar-module__KHvhDq__headerCmsGlass .Navbar-module__KHvhDq__searchBarClose:hover{color:#fff;background:#ffffff1f}.Navbar-module__KHvhDq__searchContainer{align-items:center;display:flex}.Navbar-module__KHvhDq__searchToggle{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s,color .2s;display:flex}.Navbar-module__KHvhDq__searchToggle:hover{color:var(--text-primary);background-color:#ffffff1a}.Navbar-module__KHvhDq__header.Navbar-module__KHvhDq__scrolled .Navbar-module__KHvhDq__searchToggle:hover{background-color:#0000000d}.Navbar-module__KHvhDq__searchToggleActive{color:var(--accent-blue)!important;background-color:#0070cc2e!important}.Navbar-module__KHvhDq__desktopLogin{display:flex}@media (max-width:768px){.Navbar-module__KHvhDq__desktopLogin{display:none}}.Navbar-module__KHvhDq__searchDropdown{z-index:100;color:#0f172a;background:#fff;border:1px solid #0f172a14;border-radius:12px;flex-direction:column;max-height:min(58vh,420px);display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 18px 50px #00000038}.Navbar-module__KHvhDq__searchResults{flex-direction:column;max-height:min(52vh,380px);display:flex;overflow-y:auto}.Navbar-module__KHvhDq__searchResults::-webkit-scrollbar{width:6px}.Navbar-module__KHvhDq__searchResults::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:4px}.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchResultItem{color:#0f172a;align-items:center;gap:12px;padding:10px 16px;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchResultItem:hover,.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchResultItem:focus{background-color:#f1f5f9}.Navbar-module__KHvhDq__searchResultImage{object-fit:cover;border-radius:6px;flex-shrink:0;width:48px;height:48px}.Navbar-module__KHvhDq__searchResultContent{flex-direction:column;display:flex}.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchResultName{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchResultPrice{color:var(--accent-blue);margin-top:4px;font-size:.8rem;font-weight:700}.Navbar-module__KHvhDq__searchDropdown .Navbar-module__KHvhDq__searchMessage{text-align:center;color:#64748b;flex-shrink:0;padding:1.1rem 1rem;font-size:.875rem}.Navbar-module__KHvhDq__adminHeader{height:var(--nav-h);background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:50;align-items:center;width:100%;display:flex;position:sticky;top:0}.Navbar-module__KHvhDq__adminNavContainer{align-items:center;width:100%;height:100%;display:flex}.Navbar-module__KHvhDq__adminLogoWrapper{width:250px;padding:0 var(--spacing-xl);border-right:1px solid var(--border-color);box-sizing:border-box;flex-shrink:0;align-items:center;height:100%;display:flex}.Navbar-module__KHvhDq__adminNavLinks{align-items:center;gap:var(--spacing-lg);padding:0 var(--spacing-xl);flex-grow:1;display:flex}.Navbar-module__KHvhDq__adminActions{padding-right:var(--spacing-xl);align-items:center;display:flex}.Navbar-module__KHvhDq__adminLogoutBtn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc262633;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 14px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__KHvhDq__adminLogoutBtn:hover{background:#dc26261a;border-color:#dc262666}@media (max-width:768px){.Navbar-module__KHvhDq__adminLogoWrapper{width:auto;padding-right:var(--spacing-sm);border-right:none}}
.Footer-module__668lQW__footer{padding-top:var(--spacing-2xl);background:linear-gradient(#003087 0%,#00247d 100%);border-top:none;margin-top:auto}.Footer-module__668lQW__grid{gap:var(--spacing-xl);margin-bottom:var(--spacing-2xl);grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:768px){.Footer-module__668lQW__grid{grid-template-columns:repeat(3,1fr)}}.Footer-module__668lQW__column{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__668lQW__title{color:#fff;margin-bottom:var(--spacing-sm);letter-spacing:.01em;opacity:.95;font-size:1rem;font-weight:700}.Footer-module__668lQW__link{color:#ffffffb8;font-size:.875rem;text-decoration:none;transition:color .18s}.Footer-module__668lQW__link:hover{color:#fff}.Footer-module__668lQW__linkMore{margin-top:4px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .18s;color:#90caf9!important}.Footer-module__668lQW__linkMore:hover{color:#fff!important}.Footer-module__668lQW__bottom{padding:var(--spacing-lg) 0;background:0 0;border-top:1px solid #ffffff26}.Footer-module__668lQW__copyright{color:#ffffff8c;text-align:center;letter-spacing:.01em;font-size:.75rem}.Footer-module__668lQW__contactItem{color:#ffffffb8;align-items:flex-start;gap:12px;margin-bottom:4px;font-size:.875rem;line-height:1.4;display:flex}.Footer-module__668lQW__contactIcon{fill:currentColor;flex-shrink:0;width:18px;height:18px;margin-top:2px}
