@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.03}50%{opacity:.06}}:root{--bg-dark:#0d0d0d;--bg-secondary:#1a1a1a;--bg-card:#242424;--text-light:#f5f5f5;--text-gray:#7a7a7a;--text-inverse:#000;--border-primary:#2e2e2e;--border-secondary:#3a3a3a;--accent-green:#c6ff00;--font-family:"Poppins", sans-serif;--page-padding:clamp(1rem, 4vw, 2.5rem);--content-max-width:min(100% - 2rem, 1200px)}[data-theme=dark]{--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-md:0 4px 12px #0006, 0 2px 4px #0000004d;--shadow-lg:0 8px 24px #0006}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-dark);color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}#root{background-color:var(--bg-dark);min-height:100vh;position:relative}.hidden-mobile{display:none!important}.hidden-desktop{display:flex!important}.categories-row{overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:clamp(1rem,3vw,1.5rem);display:flex;overflow-x:auto}@media (width>=1024px){.categories-row{justify-content:center;gap:clamp(1.5rem,3vw,2rem)}}.categories-row::-webkit-scrollbar{display:none}@media (width>=1024px){.hidden-mobile{display:flex!important}.hidden-desktop{display:none!important}.categories-row{justify-content:center;gap:2rem}}.desktop-layout{flex-direction:column;display:flex}@media (width>=1024px){.desktop-layout{grid-template-columns:1fr;min-height:100vh;display:grid}.desktop-layout.three-cols{grid-template-columns:1fr 300px}}.page-content{padding-left:var(--page-padding);padding-right:var(--page-padding)}h1,h2,h3,h4,h5,h6{font-weight:600}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none}.text-accent{color:var(--accent-green)}.text-gray{color:var(--text-gray)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:clamp(1.125rem,3vw,1.25rem)}.text-2xl{font-size:clamp(1.25rem,4vw,1.75rem)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.p-4{padding:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-20{margin-bottom:5rem}.pb-24{padding-bottom:6rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg, var(--bg-card) 0%, var(--bg-secondary) 30%, var(--bg-card) 60%);background-size:200% 100%;border-radius:.5rem;animation:1.8s ease-in-out infinite skeleton-shimmer}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:1rem}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.h-full{height:100%}.relative{position:relative}.absolute{position:absolute}.categories-page-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=640px){.categories-page-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.categories-page-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}.bottom-nav-container{background-color:var(--bg-dark);border-top:1px solid var(--border-primary);width:min(100%,480px);box-shadow:var(--shadow-md);padding:.5rem 1rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:50;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media (width>=1024px){.bottom-nav-container{display:none!important}}.store-container{background-color:var(--bg-dark);min-height:100vh;padding-bottom:6rem;position:relative}.store-container>div:first-child{min-height:clamp(360px,55vw,520px)}.store-container .hero-gradient{background:linear-gradient(to top, var(--bg-dark) 0%, #0006 40%, #00000026 70%, #0000000d 100%)}@media (width>=1024px){.store-container .hero-gradient{background:linear-gradient(to top, var(--bg-dark) 0%, #00000080 35%, #0003 65%, transparent 100%)}}.products-grid{grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,2vw,1rem);display:grid}@media (width>=640px) and (width<=1023px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width>=1200px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.store-products{padding:clamp(1rem,3vw,1.5rem)}@media (width>=1024px){.store-products{max-width:80%;margin:0 auto;padding:2rem 2.5rem!important}}.product-detail-layout{flex-direction:column;display:flex}.product-detail-image{aspect-ratio:1;width:100%}@media (width>=640px) and (width<=1023px){.product-detail-image{max-width:500px;box-shadow:var(--shadow-lg);border-radius:1.5rem;margin:0 auto}}@media (width>=1024px){.product-detail-layout{flex-direction:row;align-items:flex-start;gap:4rem;max-width:1100px;margin:2rem auto;padding:0 2.5rem}.product-detail-image{max-width:520px;box-shadow:var(--shadow-lg);border-radius:1.5rem;flex:1;position:sticky;top:6rem}.product-detail-info{flex-direction:column;flex:1;display:flex;padding:0!important}.product-detail-info h1{font-size:1.6rem!important}.product-detail-info .pd-price{font-size:1.5rem!important}.product-detail-info .pd-desc{font-size:.92rem!important}}@media (width>=1200px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.auth-page-wrapper{background-color:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:100vh;display:flex}@media (width>=768px){.auth-card{background-color:var(--bg-secondary);border:1px solid var(--border-primary);max-width:440px;height:auto;min-height:auto;box-shadow:var(--shadow-lg);border-radius:1.5rem;padding:3rem 2.5rem}}.input{border:1px solid var(--border-primary);width:100%;color:var(--text-light);font-size:.9rem;font-family:var(--font-family);box-sizing:border-box;background-color:#ffffff0f;border-radius:12px;outline:none;padding:.85rem 1rem;transition:border-color .2s,background-color .2s}.input:focus{border-color:var(--accent-green);background-color:#ffffff17}.input::placeholder{color:var(--text-gray)}.input--error{border-color:#ef444499!important}.input--select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A7A7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.input--textarea{resize:vertical;min-height:80px}.input--search{color:var(--text-light);width:100%;font-size:.9rem;font-family:var(--font-family);background:0 0;border:none;outline:none}.input--search::placeholder{color:var(--text-gray)}.input-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.input-error{color:#ef4444;margin-top:.3rem;padding-left:.25rem;font-size:.75rem}.input-wrapper{position:relative}
