body{margin:0;background-color:#f9fafb}*{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;line-height:1.6;color:#333}.app{display:flex;flex-direction:column;min-height:100vh}.main{flex:1;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.logo h1{font-size:24px;color:#2563eb;text-decoration:none}.logo{text-decoration:none}.nav{display:flex;gap:32px;align-items:center}.nav a{color:#333;text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:#2563eb}.cart-link{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px}.footer{background:#f9fafb;padding:32px 0;text-align:center;margin-top:64px;border-top:1px solid #e5e7eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;text-align:center}.hero-content h1{font-size:48px;margin-bottom:16px}.hero-content p{font-size:20px;margin-bottom:32px;opacity:.9}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .2s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#333}.btn-secondary:hover{background:#d1d5db}.btn-large{width:100%;padding:16px;font-size:18px}.btn:disabled{opacity:.5;cursor:not-allowed}.categories,.featured-products{padding:64px 0}.categories h2,.featured-products h2{font-size:32px;margin-bottom:32px;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;text-decoration:none;color:inherit;transition:transform .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.category-card img{width:100%;height:200px;object-fit:cover}.category-info{padding:20px}.category-info h3{font-size:20px;margin-bottom:8px}.category-info p{color:#666;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:32px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.product-card img{width:100%;height:280px;object-fit:cover}.product-info{padding:20px}.product-info h3{font-size:18px;margin-bottom:8px;color:#333}.product-info a{text-decoration:none;color:inherit}.product-description{color:#666;font-size:14px;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:20px;font-weight:700;color:#2563eb}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{border:4px solid #f3f3f3;border-top:4px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-header{margin:32px 0}.page-header h1{font-size:36px}.category-filter{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.category-filter a{padding:8px 16px;border:2px solid #e5e7eb;border-radius:8px;text-decoration:none;color:#333;transition:all .2s}.category-filter a:hover,.category-filter a.active{border-color:#2563eb;color:#2563eb;background:#eff6ff}.empty-state{text-align:center;padding:64px 0}.empty-state h2{font-size:24px;margin-bottom:16px}.empty-state p{color:#666;margin-bottom:24px}.back-link{display:inline-block;margin-bottom:24px;color:#2563eb;text-decoration:none}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:32px}.product-image img{width:100%;border-radius:12px}.product-details h1{font-size:32px;margin-bottom:16px}.product-details .product-price{font-size:32px;margin-bottom:24px}.product-details .product-description{font-size:16px;line-height:1.8;margin-bottom:24px;display:block;-webkit-line-clamp:unset}.product-stock{margin-bottom:24px;color:#666}.quantity-selector{display:flex;align-items:center;gap:16px;margin-bottom:24px}.quantity-selector input{width:80px;padding:8px;border:1px solid #e5e7eb;border-radius:8px;text-align:center;font-size:16px}.btn-quantity{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-size:20px}.btn-quantity:hover{background:#f3f4f6}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:32px;margin-top:32px}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:16px;align-items:center;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:8px}.item-details h3{font-size:18px;margin-bottom:8px}.item-price{color:#666}.item-quantity{display:flex;align-items:center;gap:8px}.item-quantity span{min-width:40px;text-align:center}.item-subtotal{font-size:18px;font-weight:700}.btn-remove{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer}.btn-remove:hover{background:#dc2626}.cart-summary{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content}.cart-summary h3{font-size:20px;margin-bottom:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.summary-row.total{font-size:20px;font-weight:700;border-bottom:none;margin-top:12px}.cart-summary .btn{margin-top:16px}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:32px;margin-top:32px}.checkout-form{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.checkout-form h2{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit}.form-group textarea{resize:vertical}.order-summary{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:fit-content}.order-summary h2{font-size:20px;margin-bottom:16px}.order-items{margin-bottom:16px}.order-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.order-item:last-child{border-bottom:none}.order-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.item-info{font-size:14px}.item-info p:first-child{font-weight:500;margin-bottom:4px}.item-total{font-weight:700}.summary-total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;padding-top:16px;border-top:2px solid #e5e7eb}.orders-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.order-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.order-header h3{font-size:18px;margin-bottom:4px}.order-date{color:#666;font-size:14px}.order-status{padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-processing{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0e7ff;color:#3730a3}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.order-customer{margin-bottom:16px}.customer-info p{margin-bottom:8px;color:#666}.order-items h4{font-size:16px;margin-bottom:12px}.order-items .order-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;padding:8px 0}.order-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:2px solid #e5e7eb}.order-total{font-size:18px}.status-select{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;cursor:pointer}@media(max-width:768px){.header .container{flex-direction:column;gap:16px}.nav{gap:16px}.product-detail,.cart-content,.checkout-content{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto}.item-quantity,.item-subtotal,.btn-remove{grid-column:2}}
