*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f7;color:#1d1d1f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:#fff;box-shadow:0 1px 3px #00000014;position:sticky;top:0;z-index:100}.navbar .container{align-items:center;display:flex;height:64px;justify-content:space-between}.navbar-brand{color:#0071e3;font-size:1.5rem;font-weight:700}.navbar-links{align-items:center;display:flex;gap:20px}.navbar-links a,.navbar-links button{background:none;border:none;color:#555;cursor:pointer;font-family:inherit;font-size:.9rem;transition:color .2s}.navbar-links a:hover,.navbar-links button:hover{color:#0071e3}.cart-badge{background:#0071e3;border-radius:10px;color:#fff;font-size:.75rem;margin-left:4px;padding:1px 7px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:500;justify-content:center;padding:10px 20px;transition:all .2s}.btn-primary{background:#0071e3;color:#fff}.btn-primary:hover{background:#0062c4}.btn-secondary{background:#e8e8ed;color:#1d1d1f}.btn-secondary:hover{background:#d2d2d7}.btn-danger{background:#ff3b30;color:#fff}.btn-danger:hover{background:#d63028}.btn-small{font-size:.8rem;padding:6px 14px}.btn-outline{background:#0000;border:1.5px solid #0071e3;color:#0071e3}.btn-outline:hover{background:#0071e3;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.form-group{margin-bottom:16px}.form-group label{color:#555;display:block;font-size:.85rem;font-weight:500;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:1.5px solid #d2d2d7;border-radius:8px;font-family:inherit;font-size:.9rem;padding:10px 14px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0071e3;outline:none}.form-group textarea{min-height:80px;resize:vertical}.product-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-card img{background:#f0f0f0;height:200px;object-fit:cover;width:100%}.product-card-body{padding:16px}.product-card-body h3{font-size:1rem;margin-bottom:4px}.product-card-body .category{color:#86868b;font-size:.8rem;margin-bottom:8px}.product-card-body .price{color:#0071e3;font-size:1.1rem;font-weight:600}.page-header{padding:40px 0 20px}.page-header h1{font-size:2rem;font-weight:700}.page-header p{color:#86868b;margin-top:8px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:40px;padding:80px 0;text-align:center}.hero h1{font-size:2.8rem;font-weight:700;margin-bottom:16px}.hero p{font-size:1.2rem;margin:0 auto 24px;max-width:600px;opacity:.9}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.filters input,.filters select{border:1.5px solid #d2d2d7;border-radius:8px;font-family:inherit;font-size:.9rem;padding:8px 14px}.filters input:focus,.filters select:focus{border-color:#0071e3;outline:none}.product-detail{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:40px 0}.product-detail img{background:#f0f0f0;border-radius:12px;max-height:500px;object-fit:cover;width:100%}.product-detail-info h1{font-size:1.8rem;margin-bottom:8px}.product-detail-info .price{color:#0071e3;font-size:1.5rem;font-weight:600;margin-bottom:16px}.product-detail-info .description{color:#555;line-height:1.7;margin-bottom:24px}.product-detail-info .stock{font-size:.9rem;margin-bottom:16px}.stock.in-stock{color:#34c759}.stock.low-stock{color:#ff9500}.stock.out-of-stock{color:#ff3b30}.cart-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;width:100%}.cart-table th{background:#f5f5f7;color:#86868b;font-size:.85rem;font-weight:500;padding:14px 16px;text-align:left}.cart-table td{border-top:1px solid #f0f0f0;padding:14px 16px;vertical-align:middle}.cart-item-info{align-items:center;display:flex;gap:12px}.cart-item-info img{border-radius:8px;height:60px;object-fit:cover;width:60px}.cart-quantity{align-items:center;display:flex;gap:8px}.cart-quantity button{align-items:center;background:#fff;border:1.5px solid #d2d2d7;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;width:30px}.cart-quantity button:hover{border-color:#0071e3;color:#0071e3}.cart-summary{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;margin-top:24px;padding:24px}.cart-total{font-size:1.3rem;font-weight:600}.order-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:16px;padding:20px}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.order-status{border-radius:20px;font-size:.8rem;font-weight:500;padding:4px 12px}.status-pending{background:#fff3cd;color:#856404}.status-confirmed{background:#d4edda;color:#155724}.status-shipped{background:#cce5ff;color:#004085}.status-delivered{background:#d1ecf1;color:#0c5460}.status-cancelled{background:#f8d7da;color:#721c24}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 64px);padding:40px 20px}.auth-form{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;max-width:420px;padding:40px;width:100%}.auth-form h2{margin-bottom:24px;text-align:center}.auth-form .error{background:#fff3f3;border-radius:8px;color:#ff3b30;font-size:.85rem;margin-bottom:16px;padding:10px 14px}.auth-form .switch{color:#86868b;font-size:.9rem;margin-top:16px;text-align:center}.auth-form .switch a{color:#0071e3;font-weight:500}.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 64px)}.admin-sidebar{background:#1d1d1f;color:#fff;padding:24px 0}.admin-sidebar a{color:#ffffffb3;display:block;font-size:.9rem;padding:12px 24px;transition:all .2s}.admin-sidebar a.active,.admin-sidebar a:hover{background:#ffffff1a;color:#fff}.admin-content{padding:30px}.admin-content h2{margin-bottom:20px}.stat-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:20px}.stat-card .stat-value{color:#0071e3;font-size:1.8rem;font-weight:700}.stat-card .stat-label{color:#86868b;font-size:.85rem;margin-top:4px}.admin-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;width:100%}.admin-table th{background:#f5f5f7;color:#86868b;font-size:.85rem;font-weight:500;padding:12px 16px;text-align:left}.admin-table td{border-top:1px solid #f0f0f0;font-size:.9rem;padding:12px 16px}.admin-table img{border-radius:6px;height:40px;object-fit:cover;width:40px}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:200}.modal{background:#fff;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:32px;width:100%}.modal h3{margin-bottom:20px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.success-page{padding:80px 20px;text-align:center}.success-icon{font-size:4rem;margin-bottom:20px}.success-page h1{color:#34c759;margin-bottom:12px}@media (max-width:768px){.admin-layout,.product-detail{grid-template-columns:1fr}.admin-sidebar{display:flex;overflow-x:auto;padding:0}.admin-sidebar a{padding:12px 16px;white-space:nowrap}.hero h1{font-size:1.8rem}.filters{flex-direction:column}}.empty-state{color:#86868b;padding:60px 20px;text-align:center}.empty-state h3{color:#1d1d1f;margin-bottom:8px}.alert{border-radius:8px;font-size:.9rem;margin-bottom:16px;padding:12px 16px}.alert-success{background:#d4edda;color:#155724}.alert-info{background:#cce5ff;color:#004085}
/*# sourceMappingURL=main.930e4efa.css.map*/