:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d0f12;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background:radial-gradient(circle at 100% 0,#1a1c29,#0d0f12);flex-direction:column;min-height:100vh;margin:0;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0d0f1299;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:sticky;top:0}.navbar-brand{background:linear-gradient(90deg,#00f2fe,#4facfe);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.nav-links{gap:2rem;display:flex}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#00f2fe}.hero{text-align:center;padding:6rem 3rem}.hero h1{background:linear-gradient(90deg,#fff,#a0a0a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:4rem;line-height:1.1}.hero p{color:#a0a0a0;max-width:600px;margin:0 auto 2rem;font-size:1.2rem}.btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#00f2fe,#4facfe);border:none;border-radius:30px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #00f2fe66}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe99}.products-container{max-width:1200px;margin:0 auto;padding:4rem 3rem}.products-header{text-align:center;color:#fff;margin-bottom:3rem;font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;transition:transform .3s,background .3s,box-shadow .3s;display:flex;overflow:hidden}.product-card:hover{background:#ffffff0d;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.product-image-container{background:#0003;justify-content:center;align-items:center;height:250px;display:flex;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-details{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-category{color:#00f2fe;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.8rem}.product-name{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.product-description{color:#888;flex-grow:1;margin-bottom:1.5rem;font-size:.9rem}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{color:#fff;font-size:1.5rem;font-weight:700}.btn-add{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:20px;padding:.6rem 1.2rem;font-weight:500;transition:all .3s}.btn-add:hover{color:#000;background:#fff}footer{text-align:center;color:#666;background:#0a0b0e;border-top:1px solid #ffffff0d;margin-top:auto;padding:3rem}@media (width<=768px){.hero h1{font-size:2.5rem}.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1rem}}.cart-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;opacity:0;visibility:hidden;background:#000000b3;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{z-index:1001;background:#12151c;flex-direction:column;width:100%;max-width:400px;height:100%;transition:right .3s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 30px #00000080}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{margin:0;font-size:1.5rem}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.cart-items{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.empty-cart{text-align:center;color:#888;margin-top:2rem}.cart-item{background:#ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item-image{object-fit:cover;border-radius:8px;width:60px;height:60px}.cart-item-details{flex:1}.cart-item-details h4{margin:0 0 .5rem;font-size:1rem}.cart-item-details p{color:#00f2fe;margin:0;font-weight:600}.remove-btn{color:#ff4d4d;cursor:pointer;background:#f003;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8rem;transition:background .3s}.remove-btn:hover{background:#f006}.cart-footer{background:#0d0f12;border-top:1px solid #ffffff1a;padding:1.5rem}.cart-footer h3{justify-content:space-between;margin:0 0 1rem;display:flex}.btn-checkout{text-align:center;width:100%;display:block}
