:root{--primary: #e63946;--primary-dark: #c1121f;--bg: #0a0a0a;--bg-card: #141414;--bg-elevated: #1a1a1a;--text: #fafafa;--text-muted: #999;--text-dim: #666;--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.15);--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 24px rgba(0,0,0,.3);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.header{position:sticky;top:0;z-index:100;background:#0a0a0ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;white-space:nowrap}.logo-icon{font-size:1.5rem}.logo-text{letter-spacing:-.02em}.logo-accent{color:var(--primary)}.nav{display:flex;gap:.25rem}.nav-link{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--text-muted);transition:all .2s}.nav-link:hover,.nav-link.active{color:var(--text);background:#ffffff0d}.header-actions{display:flex;align-items:center;gap:.75rem}.search-bar{display:flex;align-items:center;gap:.5rem;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;transition:border-color .2s}.search-bar:focus-within{border-color:var(--primary)}.search-bar svg{color:var(--text-dim);flex-shrink:0}.search-bar input{background:none;border:none;outline:none;color:var(--text);font-size:.875rem;width:180px}.search-bar input::placeholder{color:var(--text-dim)}.cart-btn{position:relative;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-btn:hover{border-color:var(--border-hover);background:#ffffff08}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;padding:.5rem}.hamburger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:.2s}.hero{background:linear-gradient(135deg,rgba(230,57,70,.08) 0%,transparent 60%);border-bottom:1px solid var(--border)}.hero-content{max-width:1280px;margin:0 auto;padding:5rem 1.5rem 4rem}.hero-tag{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);background:#e639461a;border:1px solid rgba(230,57,70,.2);padding:.35rem .85rem;border-radius:999px;margin-bottom:1.25rem}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;max-width:600px;margin-bottom:1rem}.hero-highlight{background:linear-gradient(135deg,var(--primary),#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:1.1rem;color:var(--text-muted);max-width:500px;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:600;border:none;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{border-color:var(--border-hover);background:#ffffff08}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700}.stat-label{font-size:.8rem;color:var(--text-muted)}.section-inner{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.section-header p{color:var(--text-muted)}.categories-section{border-bottom:1px solid var(--border)}.category-pills{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.category-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:500;border:1px solid var(--border);background:transparent;color:var(--text-muted);transition:all .2s}.category-pill:hover{border-color:var(--border-hover);color:var(--text)}.category-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.pill-icon{font-size:1rem}.products-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.products-header h2{font-size:1.35rem;font-weight:700}.results-count{font-size:.85rem;color:var(--text-muted)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.no-results{text-align:center;padding:4rem 1rem;color:var(--text-muted)}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s}.product-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:var(--shadow)}.product-img-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bg-elevated)}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.badge{position:absolute;top:.75rem;left:.75rem;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .6rem;border-radius:var(--radius-sm)}.discount-tag{position:absolute;top:.75rem;right:.75rem;background:#000000bf;color:#4ade80;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:var(--radius-sm)}.product-info{padding:1rem 1.15rem 1.15rem}.product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:600}.product-name{font-size:1rem;font-weight:600;margin:.3rem 0 .5rem;letter-spacing:-.01em}.product-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}.stars{display:flex;gap:1px}.star{color:var(--text-dim);font-size:.85rem}.star.filled{color:#facc15}.review-count{font-size:.75rem;color:var(--text-dim)}.product-price-row{display:flex;align-items:center;justify-content:space-between}.price{font-size:1.15rem;font-weight:700}.original-price{font-size:.8rem;color:var(--text-dim);text-decoration:line-through;margin-left:.5rem}.add-btn{background:var(--primary);color:#fff;border:none;padding:.45rem 1rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;transition:all .2s}.add-btn:hover{background:var(--primary-dark)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-sidebar{position:fixed;top:0;right:0;width:400px;max-width:90vw;height:100vh;background:var(--bg-card);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-sidebar.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-header h2{font-size:1.15rem;font-weight:700}.close-btn{background:none;border:none;color:var(--text-muted);font-size:1.5rem;padding:.25rem;transition:color .2s}.close-btn:hover{color:var(--text)}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.cart-empty-icon{font-size:3rem;margin-bottom:1rem}.cart-empty p{color:var(--text-muted)}.cart-empty-sub{font-size:.85rem;margin-top:.5rem}.cart-items{flex:1;overflow-y:auto;list-style:none;padding:1rem 1.5rem}.cart-item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm);background:var(--bg-elevated)}.cart-item-info{flex:1}.cart-item-name{font-size:.85rem;font-weight:600;margin-bottom:.2rem}.cart-item-price{font-size:.8rem;color:var(--text-muted);margin-bottom:.4rem}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-controls button{width:26px;height:26px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text);font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-controls button:hover{border-color:var(--border-hover);background:#ffffff08}.qty-controls span{font-size:.85rem;font-weight:600;min-width:1.25rem;text-align:center}.remove-btn{background:none;border:none;color:var(--text-dim);font-size:1.1rem;padding:.25rem;transition:color .2s}.remove-btn:hover{color:var(--primary)}.cart-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:1rem}.total-amount{color:var(--primary);font-size:1.2rem}.checkout-btn{width:100%;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:.95rem;font-weight:600;transition:background .2s}.checkout-btn:hover{background:var(--primary-dark)}.promo-banner{background:linear-gradient(135deg,#e639461f,#e6394608);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.promo-inner{max-width:1280px;margin:0 auto;padding:3.5rem 1.5rem}.promo-content{max-width:520px}.promo-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem}.promo-content h2{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.promo-content p{color:var(--text-muted);margin-bottom:1.5rem}.promo-input-row{display:flex;gap:.5rem}.promo-input{flex:1;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9rem;outline:none;transition:border-color .2s}.promo-input:focus{border-color:var(--primary)}.promo-input::placeholder{color:var(--text-dim)}.features-section{border-bottom:1px solid var(--border)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature{text-align:center;padding:1.5rem 1rem}.feature-icon{font-size:2rem;display:block;margin-bottom:.75rem}.feature h3{font-size:1rem;font-weight:600;margin-bottom:.3rem}.feature p{font-size:.85rem;color:var(--text-muted)}.footer{background:var(--bg-card);border-top:1px solid var(--border)}.footer-inner{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-logo{margin-bottom:1rem}.footer-desc{font-size:.85rem;color:var(--text-muted);max-width:260px}.footer-col h4{font-size:.85rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.footer-col a{display:block;font-size:.85rem;color:var(--text-muted);padding:.25rem 0;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-bottom p{font-size:.8rem;color:var(--text-dim)}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-stats{gap:2rem}}@media(max-width:640px){.nav{display:none}.nav.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--bg-card);border-bottom:1px solid var(--border);padding:1rem}.hamburger{display:flex}.search-bar{display:none}.hero-content{padding:3rem 1.5rem 2.5rem}.hero-title{font-size:1.75rem}.hero-desc{font-size:.95rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}.stat-number{font-size:1.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-grid{grid-template-columns:1fr}.promo-input-row{flex-direction:column}}
