:root{--primary: #6c3de8;--primary-dark: #5429c8;--primary-light: #ede9fb;--secondary: #f97316;--success: #22c55e;--danger: #ef4444;--warning: #f59e0b;--info: #3b82f6;--bg: #f8f9fb;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--text-light: #94a3b8;--radius: 10px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 25px rgba(0,0,0,.1);--font: "Segoe UI", system-ui, -apple-system, sans-serif;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px}img{max-width:100%;display:block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:var(--font);border:none}input,textarea,select{font-family:var(--font);font-size:1rem}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem 1rem;max-width:1280px;margin:0 auto;width:100%}.home-page{margin:-2rem -1rem 0}.home-content{max-width:1280px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.2rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;transition:background var(--transition),transform var(--transition);white-space:nowrap;border:2px solid transparent}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary-light)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-white{background:#fff;color:var(--primary)}.btn-white:hover{background:#f0ecfd}.btn-lg{padding:.75rem 1.6rem;font-size:1rem}.btn-sm{padding:.35rem .8rem;font-size:.8rem}.btn-full{width:100%}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-weight:600;font-size:.9rem;color:var(--text)}.form-group input,.form-group textarea,.form-group select{padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);background:var(--surface)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6c3de81f}.input-error{border-color:var(--danger)!important}.field-error{color:var(--danger);font-size:.8rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.navbar{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;height:68px}.navbar-logo{font-size:1.75rem;font-weight:800;color:var(--text);text-decoration:none;white-space:nowrap;margin-right:auto}.logo-q{color:var(--primary)}.navbar-search{display:none}.navbar-links{display:flex;align-items:center;gap:.2rem}.nav-link{padding:.4rem .7rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color var(--transition),background var(--transition)}.nav-link:hover{color:var(--primary);background:var(--primary-light);text-decoration:none}.nav-link.active{color:var(--primary);background:var(--primary-light)}.nav-user{font-size:.85rem;color:var(--text-muted);padding:0 .5rem;white-space:nowrap}.navbar-divider{width:1px;height:20px;background:var(--border);margin:0 .5rem;flex-shrink:0}.cart-icon{position:relative;padding:.4rem .6rem;display:flex;align-items:center;text-decoration:none;color:var(--text)}.cart-badge{position:absolute;top:-2px;right:-4px;background:var(--secondary);color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.navbar-cta{margin-left:.5rem;padding:.45rem 1.1rem;font-size:.875rem}.btn-register{background:var(--primary);color:#fff!important;border-radius:var(--radius);padding:.4rem 1rem}.btn-logout{background:none;border:1px solid var(--border);color:var(--text-muted)!important;border-radius:var(--radius);padding:.35rem .8rem;font-size:.85rem}.navbar-mobile-search{display:none;gap:0;width:100%;margin-bottom:.5rem}.navbar-mobile-search .search-input{flex:1;padding:.5rem .9rem;border:1.5px solid var(--border);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-size:.9rem;background:var(--surface)}.navbar-mobile-search .search-btn{padding:.5rem .8rem;background:var(--primary);color:#fff;border-radius:0 var(--radius) var(--radius) 0;border:none;display:flex;align-items:center}.hamburger{display:none;background:none;border:none;color:var(--text);padding:.4rem;align-items:center;justify-content:center}.footer{background:#1e293b;color:#cbd5e1;margin-top:4rem}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand p{font-size:.9rem;color:#94a3b8;margin-top:.5rem;max-width:260px}.footer-logo{font-size:1.4rem;font-weight:800;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links h4{color:#fff;font-size:.95rem;margin-bottom:.25rem}.footer-links a{color:#94a3b8;font-size:.9rem;text-decoration:none}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #334155;padding:1.25rem 1rem;text-align:center;font-size:.85rem;color:#64748b}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card-image-link{position:relative;display:block}.product-card-image{width:100%;height:200px;object-fit:cover}.out-of-stock-badge{position:absolute;top:10px;left:10px;background:#ef4444e6;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .6rem;border-radius:4px}.product-badge{position:absolute;top:10px;right:10px;font-size:.72rem;font-weight:700;padding:.25rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.badge-featured{background:#6c3de8e6;color:#fff}.badge-low-stock{background:#f59e0be6;color:#fff}.product-card-body{padding:1rem;flex:1}.product-category-tag{font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-light);padding:.2rem .6rem;border-radius:20px;display:inline-block;margin-bottom:.5rem}.product-card-name{font-size:1rem;font-weight:700;margin-bottom:.35rem}.product-card-name a{color:var(--text);text-decoration:none}.product-card-name a:hover{color:var(--primary)}.product-rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.stars{color:#f59e0b;font-size:.9rem}.rating-count{font-size:.8rem;color:var(--text-muted)}.product-card-price{font-size:1.2rem;font-weight:800;color:var(--primary);margin-bottom:.4rem}.stock-status{font-size:.8rem;font-weight:600}.stock-status.in{color:var(--success)}.stock-status.low{color:var(--warning)}.stock-status.out{color:var(--danger)}.product-card-actions{padding:.75rem 1rem 1rem;display:flex;gap:.5rem}.product-card-actions .btn{flex:1}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem}.spinner{width:44px;height:44px;border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-message{color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1rem;gap:1rem}.empty-state-icon{font-size:4rem;display:flex;justify-content:center;color:var(--text-muted)}.empty-state-title{font-size:1.5rem;font-weight:700}.empty-state-message{color:var(--text-muted);max-width:360px}.error-message{color:var(--danger);background:#fef2f2;border:1px solid #fecaca;padding:1rem;border-radius:var(--radius);margin:2rem auto;max-width:500px}.error-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem}.status-badge{padding:.25rem .7rem;border-radius:20px;font-size:.78rem;font-weight:700;text-transform:capitalize;display:inline-block}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0e7ff;color:#3730a3}.status-delivered{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.hero{background:linear-gradient(135deg,#0f172a,#1e1040,#2d1b69);margin:0 -1rem;padding:0 1rem}.hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0 4.5rem}.hero-badge{display:inline-block;background:#6c3de840;color:#c4b5fd;border:1px solid rgba(108,61,232,.4);border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:.3rem .9rem;margin-bottom:1.25rem;text-transform:uppercase}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1rem;color:#fff}.highlight{color:#a78bfa}.hero-subtitle{font-size:1.1rem;color:#94a3b8;margin-bottom:1.75rem;max-width:440px;line-height:1.7}.hero-search{display:flex;align-items:center;gap:0;background:#fff;border-radius:var(--radius);padding:.25rem .25rem .25rem 1rem;margin-bottom:1.75rem;max-width:460px;box-shadow:0 4px 20px #00000040}.hero-search-icon{color:var(--text-muted);flex-shrink:0;margin-right:.5rem}.hero-search-input{flex:1;border:none;outline:none;font-size:.95rem;color:var(--text);background:transparent;padding:.4rem 0}.hero-search-btn{padding:.55rem 1.2rem;border-radius:8px;font-size:.9rem;flex-shrink:0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn-hero-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius);padding:.75rem 1.6rem;font-size:1rem;font-weight:600;transition:background var(--transition),border-color var(--transition);display:inline-flex;align-items:center;gap:.4rem}.btn-hero-outline:hover{background:#ffffff1a;border-color:#ffffff80;text-decoration:none;color:#fff}.hero-stats{display:flex;align-items:center;gap:1.5rem}.hero-stat{display:flex;flex-direction:column;gap:.1rem}.hero-stat-number{font-size:1.25rem;font-weight:800;color:#fff}.hero-stat-label{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.hero-stat-divider{width:1px;height:36px;background:#ffffff26}.hero-image-wrapper{display:flex;justify-content:center;align-items:center}.hero-image{border-radius:var(--radius-lg);width:100%;object-fit:cover;max-height:420px;box-shadow:0 20px 60px #0006}.trust-strip{background:var(--surface);border-bottom:1px solid var(--border);padding:1.25rem 1rem}.trust-strip-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-item{display:flex;align-items:center;gap:.75rem;padding:.5rem}.trust-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--primary-light);color:var(--primary);flex-shrink:0}.trust-text{display:flex;flex-direction:column;gap:.1rem}.trust-label{font-size:.875rem;font-weight:700;color:var(--text)}.trust-desc{font-size:.78rem;color:var(--text-muted)}.section{padding:4rem 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.section-header h2{font-size:1.8rem;font-weight:800;margin:0}.section-sub{color:var(--text-muted);font-size:.9rem}.see-all-link{font-weight:600;font-size:.9rem;white-space:nowrap}.section-overline{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;color:var(--primary);text-transform:uppercase;margin-bottom:.4rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.25rem}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all var(--transition)}.category-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-md)}.category-circle{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--cat-bg, var(--primary-light));transition:background var(--transition)}.category-card:hover .category-circle{background:var(--primary-light)}.category-icon{display:flex;align-items:center;justify-content:center}.category-name{font-weight:700;font-size:.85rem;color:var(--text);text-align:center}.promo-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 60%,#1e1040 100%);border-radius:var(--radius-lg);margin:1rem 0 3rem;overflow:hidden}.promo-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;flex-wrap:wrap}.promo-text{flex:1;min-width:200px}.promo-overline{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;color:#c4b5fd;text-transform:uppercase;margin-bottom:.5rem}.promo-title{font-size:1.75rem;font-weight:900;color:#fff;margin-bottom:.5rem;line-height:1.2}.promo-subtitle{font-size:.95rem;color:#ffffffbf}.promo-btn{flex-shrink:0}.cta-section{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:var(--radius-lg);padding:3.5rem 2rem;text-align:center;color:#fff;margin-bottom:3rem}.cta-section h2{font-size:2rem;margin-bottom:.75rem}.cta-section p{font-size:1rem;margin-bottom:1.75rem;opacity:.9}.products-page{padding-bottom:3rem}.products-header{margin-bottom:1.5rem}.products-search-bar{display:flex;gap:.5rem;margin-bottom:1.5rem;max-width:500px}.products-search-bar .search-input{border-radius:var(--radius);border-right:1.5px solid var(--border)}.products-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);transition:all var(--transition)}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.sort-select{padding:.5rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.9rem;color:var(--text)}.product-detail-page{padding-bottom:3rem}.breadcrumb{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary)}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-detail-image-wrapper{position:relative}.product-detail-image{width:100%;border-radius:var(--radius-lg);object-fit:cover;max-height:450px}.out-of-stock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:800;border-radius:var(--radius-lg)}.product-detail-name{font-size:2rem;font-weight:800;margin:.5rem 0}.product-detail-price{font-size:2rem;font-weight:900;color:var(--primary);margin:.75rem 0}.product-detail-description{color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.quantity-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.quantity-selector label{font-weight:600}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{width:34px;height:34px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.qty-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-input{width:56px;text-align:center;padding:.4rem;border:1.5px solid var(--border);border-radius:var(--radius)}.product-detail-actions{display:flex;gap:1rem;flex-wrap:wrap}.cart-page{padding-bottom:3rem}.page-title{font-size:2rem;font-weight:800;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;align-items:center;gap:1rem;background:var(--surface);padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:1rem;font-weight:700}.cart-item-name a{color:var(--text)}.cart-item-category{font-size:.8rem;color:var(--text-muted)}.cart-item-price{font-size:.9rem;color:var(--text-muted)}.cart-item-qty{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.qty-value{font-weight:700;min-width:24px;text-align:center}.cart-item-subtotal{font-weight:800;font-size:1.05rem;color:var(--primary);min-width:80px;text-align:right}.cart-item-remove{background:none;color:var(--text-muted);font-size:1.1rem;padding:.3rem .5rem;border-radius:var(--radius)}.cart-item-remove:hover{color:var(--danger);background:#fef2f2}.clear-cart-btn{align-self:flex-start;margin-top:.5rem}.cart-summary{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;position:sticky;top:80px}.cart-summary h2{font-size:1.2rem;font-weight:800;margin-bottom:1rem}.summary-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-muted)}.summary-divider{border:none;border-top:1px solid var(--border);margin:.75rem 0}.summary-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:800;margin-bottom:1.5rem}.summary-checkout-btn{width:100%}.continue-shopping{display:block;text-align:center;margin-top:1rem;font-size:.9rem}.checkout-page{padding-bottom:3rem}.checkout-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.checkout-form{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem}.checkout-form h2{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}.checkout-summary{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;position:sticky;top:80px}.checkout-summary h2{font-size:1.2rem;font-weight:800;margin-bottom:1rem}.checkout-note{font-size:.8rem;color:var(--text-muted);margin-top:1rem;padding:.75rem;background:var(--bg);border-radius:var(--radius)}.order-total-line{font-size:1.1rem;font-weight:800;margin-top:1rem}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;text-align:center}.success-icon{width:80px;height:80px;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900}.success-screen h2{font-size:1.8rem;font-weight:800}.success-screen p{color:var(--text-muted)}.auth-page{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem}.auth-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2.5rem;width:100%;max-width:420px;box-shadow:var(--shadow-md)}.auth-logo{font-size:2rem;font-weight:800;text-align:center;margin-bottom:1.25rem}.auth-title{font-size:1.6rem;font-weight:800;text-align:center}.auth-subtitle{color:var(--text-muted);text-align:center;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:.25rem}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.orders-page{padding-bottom:3rem}.orders-list{display:flex;flex-direction:column;gap:1.25rem}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-id{font-size:1.05rem;font-weight:800}.order-date{font-size:.85rem;color:var(--text-muted)}.order-items-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.order-item-row{display:flex;gap:1rem;justify-content:space-between;font-size:.9rem;color:var(--text-muted);padding:.3rem 0;border-top:1px solid var(--bg)}.order-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--border)}.order-total{font-size:1rem}.order-address{font-size:.85rem;color:var(--text-muted)}.admin-wrapper{display:flex;min-height:100vh}.admin-sidebar{width:240px;flex-shrink:0;background:#1e293b;color:#cbd5e1;display:flex;flex-direction:column;padding:1.5rem 0;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-logo{font-size:1.3rem;font-weight:800;color:#fff;padding:0 1.5rem 1.5rem;border-bottom:1px solid #334155;margin-bottom:1rem}.admin-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.admin-nav-link{padding:.65rem .75rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;color:#94a3b8;text-decoration:none;transition:all var(--transition)}.admin-nav-link:hover{background:#334155;color:#fff;text-decoration:none}.admin-nav-link.active{background:var(--primary);color:#fff}.admin-content{flex:1;padding:2rem;background:var(--bg);overflow-y:auto}.admin-page{max-width:1100px}.admin-page-title{font-size:1.8rem;font-weight:800;margin-bottom:1.5rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-section{margin-top:2.5rem}.admin-section h2{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;display:flex;align-items:center;gap:1rem}.stat-icon{display:flex;align-items:center;color:var(--text-muted)}.stat-value{font-size:1.6rem;font-weight:900}.stat-label{font-size:.85rem;color:var(--text-muted)}.stat-blue{border-left:4px solid var(--info)}.stat-green{border-left:4px solid var(--success)}.stat-purple{border-left:4px solid var(--primary)}.stat-orange{border-left:4px solid var(--secondary)}.table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}.admin-table{width:100%;border-collapse:collapse;background:var(--surface)}.admin-table th{background:var(--bg);padding:.75rem 1rem;text-align:left;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.admin-table td{padding:.85rem 1rem;border-top:1px solid var(--border);font-size:.9rem;vertical-align:middle}.admin-table tr:hover td{background:var(--bg)}.table-product-name{display:flex;align-items:center;gap:.75rem}.table-product-img{width:40px;height:40px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.table-actions{display:flex;gap:.5rem;align-items:center}.text-success{color:var(--success);font-weight:600}.text-warning{color:var(--warning);font-weight:600}.text-danger{color:var(--danger);font-weight:600}.status-select-inline{padding:.3rem .6rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.8rem;background:var(--surface)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal h2{font-size:1.3rem;font-weight:800;margin-bottom:1.25rem}.modal-sm{max-width:380px;text-align:center}.modal-sm p{color:var(--text-muted);margin-bottom:1.5rem}.admin-form textarea{resize:vertical;min-height:80px}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr;text-align:center;gap:2rem;padding:3rem 0}.hero-image-wrapper{order:-1;max-width:480px;margin:0 auto}.hero-image{max-height:300px}.hero-badge{margin:0 auto 1.25rem;display:table}.hero-subtitle,.hero-search{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.footer-container{grid-template-columns:1fr 1fr}.product-detail-grid,.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.promo-banner-inner{padding:2rem}}@media (max-width: 768px){.hamburger{display:flex}.navbar-search{display:none}.navbar-links{display:none;flex-direction:column;align-items:flex-start;position:absolute;top:68px;left:0;right:0;background:var(--surface);padding:1rem;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);gap:.25rem;z-index:99}.navbar-links.open{display:flex}.navbar-links .nav-link,.navbar-links .cart-icon{width:100%;padding:.6rem .9rem}.navbar-links .navbar-cta{width:100%;margin-left:0;margin-top:.5rem;justify-content:center}.navbar-divider{display:none}.navbar-mobile-search{display:flex}.hero-title{font-size:2.4rem}.hero-search{max-width:100%}.admin-wrapper{flex-direction:column}.admin-sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;padding:.75rem}.admin-logo{display:none}.admin-nav{flex-direction:row;flex-wrap:wrap;padding:0;gap:.25rem}.admin-content{padding:1rem}.form-row,.footer-container{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}.cart-item-image{width:60px;height:60px}.stats-grid{grid-template-columns:1fr 1fr}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.promo-banner-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.promo-title{font-size:1.4rem}}@media (max-width: 480px){.main-content{padding:1rem .75rem}.products-grid{grid-template-columns:1fr 1fr;gap:.75rem}.categories-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:1.9rem}.hero-image-wrapper{display:none}.stats-grid{grid-template-columns:1fr}.trust-strip-inner{grid-template-columns:1fr 1fr;gap:.75rem}.hero-stats{flex-wrap:wrap;gap:1rem}.section{padding:2.5rem 0}}.form-page{max-width:720px;margin:0 auto;padding-bottom:3rem}.form-page-header{margin-bottom:2rem}.form-page-title{font-size:2rem;font-weight:800;margin:.75rem 0 .25rem}.form-page-subtitle{color:var(--text-muted)}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}.image-preview{margin-top:.6rem;width:100%;max-height:200px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.field-hint{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.btn-secondary{background:var(--info);color:#fff;border-color:var(--info)}.btn-secondary:hover{background:#2563eb;border-color:#2563eb}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.flash-message{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.flash-close{background:none;border:none;cursor:pointer;font-size:1rem;color:inherit;padding:0 .25rem;opacity:.7}.flash-close:hover{opacity:1}.product-meta{margin:1rem 0;padding:.75rem 1rem;background:var(--bg);border-radius:var(--radius);font-size:.85rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.3rem}.product-meta strong{color:var(--text)}.products-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.products-header h1{font-size:2rem;font-weight:800}.products-header p{color:var(--text-muted)}.support-page{max-width:860px;margin:0 auto;padding-bottom:4rem}.support-header{margin-bottom:2.5rem}.support-title{font-size:2.2rem;font-weight:900;margin-bottom:.5rem}.support-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:560px}.policy-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.policy-highlight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;color:var(--primary)}.policy-highlight-card h3{font-size:1rem;font-weight:700;color:var(--text)}.policy-highlight-card p{font-size:.85rem;color:var(--text-muted);margin:0}.policy-content{display:flex;flex-direction:column;gap:2rem}.policy-section h2{font-size:1.25rem;font-weight:800;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-light);color:var(--text)}.policy-section p{color:var(--text-muted);line-height:1.8;margin-bottom:.75rem}.policy-list{padding-left:1.5rem;display:flex;flex-direction:column;gap:.5rem}.policy-list li{color:var(--text-muted);line-height:1.7}.policy-list-ordered{list-style:decimal}.policy-table-wrapper{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}.policy-table{width:100%;border-collapse:collapse}.policy-table th{background:var(--bg);padding:.75rem 1rem;text-align:left;font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.policy-table td{padding:.85rem 1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.policy-note{display:flex;gap:.75rem;align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius);padding:1rem;color:#92400e;font-size:.9rem}.policy-note p{margin:0;line-height:1.6}.policy-non-returnable{display:flex;gap:.75rem;align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:1rem}.non-returnable-icon{color:var(--danger);flex-shrink:0;margin-top:.2rem}.policy-non-returnable p{color:var(--text-muted);margin-bottom:.5rem;line-height:1.7}.support-cta{margin-top:3rem;padding:2rem;text-align:center;background:var(--primary-light);border-radius:var(--radius-lg)}.support-cta p{margin-bottom:1rem;font-weight:600;color:var(--text)}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;background:none;border:none;text-align:left;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;gap:1rem;transition:background var(--transition)}.faq-question:hover{background:var(--bg)}.faq-answer{padding:0 1.25rem 1.1rem;border-top:1px solid var(--border)}.faq-answer p{color:var(--text-muted);line-height:1.8;margin:.75rem 0 0}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info h2{font-size:1.3rem;font-weight:800;margin-bottom:.25rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item strong{display:block;font-size:.9rem;margin-bottom:.2rem}.contact-item p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.6}.contact-form-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.contact-form h2{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem}.contact-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}.contact-success h2{font-size:1.5rem;font-weight:800}.contact-success p{color:var(--text-muted)}@media (max-width: 768px){.policy-highlights,.contact-layout{grid-template-columns:1fr}.support-title{font-size:1.75rem}}
