.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:700;color:#2563eb;text-decoration:none;transition:transform .3s}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#374151;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:#2563eb}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:3px;background:#2563eb;border-radius:2px}.cart-link,.wishlist-link{display:flex;align-items:center;gap:.5rem;position:relative}.cart-icon,.wishlist-icon,.admin-icon{font-size:1.25rem}.cart-badge,.wishlist-badge{background:#2563eb;color:#fff;border-radius:50%;padding:.25rem .5rem;font-size:.75rem;font-weight:700;min-width:20px;text-align:center}@media (max-width: 768px){.header-container{padding:1rem}.logo{font-size:1.5rem}.nav{gap:1rem}.nav-link{font-size:1rem}}.footer{background:#1f2937;color:#fff;margin-top:auto;padding:2rem 1rem;text-align:center}.footer-container{max-width:1400px;margin:0 auto}.footer-subtitle{margin-top:.5rem;color:#9ca3af;font-size:.875rem}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out;min-width:300px}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background:#10b981;color:#fff}.toast-error{background:#ef4444;color:#fff}.toast-info{background:#3b82f6;color:#fff}.toast-warning{background:#f59e0b;color:#fff}.toast-message{flex:1;font-weight:500}.toast-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.toast-close:hover{opacity:1}@media (max-width: 768px){.toast-container{right:10px;left:10px;max-width:none}.toast{min-width:auto}}.layout{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem 1rem}@media (max-width: 768px){.main-content{padding:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:inherit;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 3px #0000001a}.btn-primary:hover:not(:disabled){background:#1e40af;box-shadow:0 4px 6px #0000001a}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-outline{background:transparent;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover:not(:disabled){background:#2563eb;color:#fff}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-full-width,.home{width:100%}.hero{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;padding:4rem 2rem;text-align:center;color:#fff;margin-bottom:3rem;box-shadow:0 4px 6px #0000001a}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.brand-gradient{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.feature-card p{color:#6b7280}.cta-section{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000001a}.cta-section h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}.cta-section p{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.features{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000026}.product-image-container{position:relative;padding:2rem;background:#f9fafb;display:flex;align-items:center;justify-content:center;height:250px}.wishlist-btn{position:absolute;top:1rem;left:1rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .3s;z-index:10}.wishlist-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.wishlist-btn.active{background:#fee2e2}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-rating{position:absolute;top:1rem;right:1rem;background:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px #0000001a}.rating-count{color:#6b7280;font-size:.75rem;margin-left:.25rem}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-category{font-size:.875rem;color:#2563eb;text-transform:capitalize;margin-bottom:.75rem;font-weight:500}.product-description{font-size:.875rem;color:#6b7280;line-height:1.5;flex:1;margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.5rem;font-weight:700;color:#2563eb}.in-cart-indicator{display:flex;align-items:center;gap:.5rem;color:#10b981;font-weight:600;font-size:.875rem}.cart-check{background:#10b981;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0}.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-products-icon{font-size:4rem;margin-bottom:1rem}.no-products h3{color:#1f2937;margin-bottom:.5rem}.no-products p{color:#6b7280}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr}}.spinner-container{display:flex;justify-content:center;align-items:center;padding:2rem}.spinner-container-fullscreen{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.spinner{border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.spinner-small{width:24px;height:24px;border-width:3px}.spinner-medium{width:48px;height:48px;border-width:4px}.spinner-large{width:64px;height:64px;border-width:5px}@keyframes spin{to{transform:rotate(360deg)}}.shop{width:100%}.shop-header{text-align:center;margin-bottom:2rem}.shop-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.shop-header p{color:#6b7280;font-size:1.125rem}.shop-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.search-input,.filter-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s;font-family:inherit}.search-input:focus,.filter-select:focus{outline:none;border-color:#2563eb}.results-count{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.error-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.error-container h2{color:#1f2937;margin-bottom:1rem}.error-container p{color:#6b7280;margin-bottom:2rem}.error-container button{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.error-container button:hover{background:#1e40af}@media (max-width: 768px){.shop-filters{grid-template-columns:1fr}}.cart-item{background:#fff;border-radius:12px;padding:1.5rem;display:flex;gap:1.5rem;align-items:center;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s}.cart-item:hover{box-shadow:0 4px 12px #00000026}.cart-item-image{width:120px;height:120px;object-fit:contain;background:#f9fafb;border-radius:8px;padding:.5rem}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-category{font-size:.875rem;color:#2563eb;text-transform:capitalize;margin-bottom:.5rem}.cart-item-price{font-size:1.25rem;font-weight:700;color:#2563eb}.cart-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border-radius:8px;padding:.25rem}.quantity-btn{width:32px;height:32px;border:none;background:#fff;color:#2563eb;border-radius:6px;font-size:1.25rem;cursor:pointer;transition:all .2s;font-weight:700}.quantity-btn:hover{background:#2563eb;color:#fff}.quantity-display{min-width:40px;text-align:center;font-weight:600;color:#1f2937}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end}.total-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.total-price{font-size:1.5rem;font-weight:700;color:#2563eb}@media (max-width: 768px){.cart-item{flex-direction:column;align-items:flex-start}.cart-item-image{width:100%;height:200px}.cart-item-actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:100px}.summary-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;color:#374151}.summary-row span:last-child{font-weight:600}.free-shipping{color:#10b981;font-weight:700}.summary-divider{height:2px;background:#e5e7eb;margin:1.5rem 0;border-radius:2px}.summary-total{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.summary-total span:last-child{color:#2563eb;font-size:1.75rem}.shipping-notice{background:#fef3c7;color:#92400e;padding:.75rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem;text-align:center}.cart-summary .btn{margin-top:1rem}@media (max-width: 1024px){.cart-summary{position:static}}.empty-cart{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000001a;max-width:500px;margin:4rem auto}.empty-cart-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-cart h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}.empty-cart p{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}.cart-page{width:100%}.cart-title{font-size:2.5rem;color:#1f2937;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.cart-items-header{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a}.cart-items-header h2{font-size:1.5rem;color:#1f2937}.cart-items-list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.cart-sidebar{order:-1}}.wishlist-page{width:100%}.wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.wishlist-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.wishlist-header p{color:#6b7280}.wishlist-actions{display:flex;gap:1rem}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.wishlist-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem;transition:transform .3s}.wishlist-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.wishlist-item-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px;padding:1rem}.wishlist-item-image img{max-width:100%;max-height:100%;object-fit:contain}.wishlist-item-info h3{font-size:1.125rem;color:#1f2937;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-category{font-size:.875rem;color:#2563eb;text-transform:capitalize;margin-bottom:.5rem}.wishlist-rating{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.wishlist-price{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.wishlist-item-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.in-cart-badge{background:#dcfce7;color:#16a34a;padding:.75rem;border-radius:8px;text-align:center;font-weight:600}.empty-wishlist{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #0000001a;max-width:500px;margin:4rem auto}.empty-wishlist-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-wishlist h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}.empty-wishlist p{color:#6b7280;margin-bottom:2rem;font-size:1.125rem}@media (max-width: 768px){.wishlist-header{flex-direction:column;align-items:flex-start;gap:1rem}.wishlist-actions{width:100%;flex-direction:column}.wishlist-grid{grid-template-columns:1fr}}.admin-dashboard{width:100%;padding:1rem 0}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.admin-header p{color:#6b7280;font-size:1.125rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;align-items:flex-start;transition:transform .3s,box-shadow .3s}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.metric-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.metric-info{flex:1}.metric-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.metric-change{font-size:.875rem;font-weight:500}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.metric-change.neutral{color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stats-card h3{font-size:1.25rem;color:#1f2937;margin-bottom:1.5rem}.category-list{display:flex;flex-direction:column;gap:1rem}.category-item{display:flex;flex-direction:column;gap:.5rem}.category-info{display:flex;justify-content:space-between;align-items:center}.category-name{font-weight:500;color:#1f2937;text-transform:capitalize}.category-count{font-size:.875rem;color:#6b7280}.category-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.category-fill{height:100%;background:#2563eb;border-radius:4px;transition:width .3s}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;gap:1rem;align-items:center;padding:.75rem;border-radius:8px;transition:background .3s}.activity-item:hover{background:#f9fafb}.activity-icon{width:40px;height:40px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.activity-info{flex:1}.activity-title{color:#1f2937;font-weight:500;margin-bottom:.25rem}.activity-time{font-size:.875rem;color:#6b7280}.products-table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.table-header h3{font-size:1.25rem;color:#1f2937}.product-count{color:#6b7280;font-size:.875rem}.products-table{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f9fafb}th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}tbody tr{border-bottom:1px solid #f3f4f6;transition:background .3s}tbody tr:hover{background:#f9fafb}td{padding:1rem;color:#1f2937}.product-cell{display:flex;align-items:center;gap:1rem}.product-thumb{width:50px;height:50px;object-fit:contain;background:#f9fafb;border-radius:8px;padding:.25rem}.product-name{max-width:300px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-badge{display:inline-block;padding:.375rem .75rem;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:.875rem;font-weight:500;text-transform:capitalize}.price-cell{font-weight:600;color:#2563eb}.rating-cell{display:flex;align-items:center;gap:.25rem}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.status-badge.active{background:#dcfce7;color:#16a34a}@media (max-width: 768px){.admin-header h1{font-size:2rem}.metrics-grid,.stats-grid{grid-template-columns:1fr}.products-table{font-size:.875rem}.product-name{max-width:150px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1f2937}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--primary-light: #3b82f6;--secondary-color: #64748b;--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--background: #ffffff;--surface: #f8fafc;--border: #e2e8f0;--text-primary: #1e293b;--text-secondary: #64748b}#root{min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#64748b}
