:root{--bg-primary: #090d16;--bg-surface: #111827;--bg-surface-elevated: #1f2937;--bg-glass: rgba(17, 24, 39, .75);--border-color: rgba(255, 255, 255, .08);--border-focus: #6366f1;--text-main: #f9fafb;--text-muted: #9ca3af;--text-dim: #6b7280;--accent-primary: #6366f1;--accent-hover: #4f46e5;--accent-light: rgba(99, 102, 241, .15);--success: #10b981;--danger: #ef4444;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--font-sans: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5);--transition: all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-main);line-height:1.5;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.container{max-width:1240px;margin:0 auto;padding:0 1.5rem}.navbar{position:sticky;top:0;z-index:100;background-color:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);padding:1rem 0}.nav-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.4rem;color:var(--text-main);letter-spacing:1px}.logo-icon{font-size:1.3rem}.search-box{position:relative;flex:1;max-width:480px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.search-box input{width:100%;background:var(--bg-surface-elevated);border:1px solid var(--border-color);padding:.65rem 1rem .65rem 2.75rem;border-radius:var(--radius-full);color:var(--text-main);font-size:.92rem;transition:var(--transition)}.search-box input:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-light)}.icon-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-color);color:var(--text-main);width:44px;height:44px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:var(--transition)}.icon-btn:hover{background:var(--border-color);border-color:var(--accent-primary)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--accent-primary);color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-primary);transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.cart-badge.bump{transform:scale(1.3)}.hero-banner{background:linear-gradient(135deg,#6366f11f,#111827cc),var(--bg-surface);border-bottom:1px solid var(--border-color);padding:4rem 0 3.5rem;text-align:center}.hero-tag{display:inline-block;background:var(--accent-light);color:var(--accent-primary);font-size:.8rem;font-weight:700;letter-spacing:1.5px;padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1rem;border:1px solid rgba(99,102,241,.3)}.hero-content h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:1rem;background:linear-gradient(to right,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto 2rem}.hero-stats{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-item strong{font-size:1.3rem;color:var(--text-main)}.stat-item span{font-size:.85rem;color:var(--text-muted)}.catalog-section{padding:3rem 1.5rem;flex:1}.filter-bar{display:flex;gap:.75rem;margin-bottom:2.5rem;overflow-x:auto;padding-bottom:.5rem}.filter-btn{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-muted);padding:.6rem 1.4rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:var(--transition)}.filter-btn:hover{color:var(--text-main);border-color:var(--text-muted)}.filter-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px #6366f159}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.product-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition)}.product-card:hover{transform:translateY(-6px);border-color:#6366f166;box-shadow:var(--shadow-lg)}.product-image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;background:var(--bg-surface-elevated);display:flex;align-items:center;justify-content:center;padding:1rem}.product-image-wrap svg{width:70%;height:70%;filter:drop-shadow(0 8px 16px rgba(0,0,0,.4));transition:transform .3s ease}.product-card:hover .product-image-wrap svg{transform:scale(1.06)}.product-badge{position:absolute;top:.75rem;left:.75rem;background:#10b98133;color:var(--success);border:1px solid rgba(16,185,129,.4);font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--radius-sm);text-transform:uppercase}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.category-tag{font-size:.75rem;color:var(--accent-primary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.rating{font-size:.8rem;color:#f59e0b}.product-title{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:var(--text-main)}.product-options{display:flex;gap:.5rem;margin-bottom:1rem}.size-select,.color-indicator{background:var(--bg-surface-elevated);border:1px solid var(--border-color);color:var(--text-main);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.8rem}.product-price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.25rem;font-weight:700;color:var(--text-main)}.add-cart-btn{background:var(--accent-primary);color:#fff;border:none;padding:.55rem 1.1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:var(--transition)}.add-cart-btn:hover{background:var(--accent-hover);box-shadow:0 4px 12px #6366f166}.drawer-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay.active{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--bg-surface);border-left:1px solid var(--border-color);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-lg)}.cart-drawer.open{transform:translate(0)}.drawer-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.drawer-header h2{font-size:1.2rem;font-weight:700}.close-btn{background:none;border:none;color:var(--text-muted);font-size:1.8rem;cursor:pointer;line-height:1;padding:0 .5rem;transition:var(--transition)}.close-btn:hover{color:var(--text-main)}.drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.empty-cart-msg{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.cart-item{display:flex;gap:1rem;background:var(--bg-surface-elevated);padding:.85rem;border-radius:var(--radius-md);border:1px solid var(--border-color);align-items:center}.cart-item-img{width:60px;height:60px;background:var(--bg-primary);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;padding:.25rem;flex-shrink:0}.cart-item-img svg{width:100%;height:100%}.cart-item-details{flex:1}.cart-item-title{font-size:.9rem;font-weight:600;margin-bottom:.2rem}.cart-item-meta{font-size:.75rem;color:var(--text-muted);margin-bottom:.4rem}.cart-item-price{font-weight:700;font-size:.95rem;color:var(--text-main)}.qty-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-main);width:26px;height:26px;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center}.qty-btn:hover{border-color:var(--accent-primary)}.qty-val{font-size:.85rem;font-weight:600;min-width:18px;text-align:center}.remove-btn{background:none;border:none;color:var(--danger);cursor:pointer;padding:.3rem;opacity:.7;transition:var(--transition)}.remove-btn:hover{opacity:1}.drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-color);background:var(--bg-surface-elevated)}.summary-line{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.9rem;color:var(--text-muted)}.free-shipping{color:var(--success);font-weight:700}.total-line{font-size:1.15rem;font-weight:700;color:var(--text-main);border-top:1px dashed var(--border-color);padding-top:.75rem;margin-bottom:1.2rem}.btn{width:100%;padding:.85rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:var(--transition)}.primary-btn{background:var(--accent-primary);color:#fff}.primary-btn:hover:not(:disabled){background:var(--accent-hover)}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.secondary-btn{background:transparent;color:var(--text-muted);border:1px solid var(--border-color);margin-top:.5rem}.secondary-btn:hover{color:var(--text-main);border-color:var(--text-muted)}.modal-backdrop{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(6px);z-index:300;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);max-width:480px;width:100%;padding:2rem;position:relative;box-shadow:var(--shadow-lg)}.modal-card .close-btn{position:absolute;top:1rem;right:1rem}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:1.3rem;margin-bottom:.3rem}.modal-header p{color:var(--text-muted);font-size:.88rem}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem;color:var(--text-muted)}.form-group input{width:100%;background:var(--bg-surface-elevated);border:1px solid var(--border-color);padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--text-main);font-size:.9rem}.form-group input:focus{outline:none;border-color:var(--accent-primary)}.order-summary-box{background:var(--bg-surface-elevated);border:1px solid var(--border-color);padding:1rem;border-radius:var(--radius-md);margin:1.2rem 0;font-size:.85rem}.order-summary-box h4{margin-bottom:.5rem;color:var(--text-main)}.success-screen{text-align:center;padding:1rem 0}.success-icon{font-size:3rem;margin-bottom:1rem}.hidden{display:none!important}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--bg-surface-elevated);border:1px solid var(--accent-primary);color:var(--text-main);padding:.75rem 1.5rem;border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-size:.9rem;font-weight:500;z-index:400;opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.footer{border-top:1px solid var(--border-color);padding:2rem 0;text-align:center;color:var(--text-muted);font-size:.85rem;margin-top:auto}@media (max-width: 640px){.nav-content{flex-wrap:wrap}.search-box{order:3;max-width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-info{padding:.85rem}}
