.admin-layout{display:flex;min-height:100vh;background-color:#f5f7fa}.admin-sidebar{width:260px;background-color:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;z-index:100}.sidebar-logo{padding:1.5rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:.75rem}.sidebar-logo img{height:32px;width:auto}.sidebar-logo-text{font-size:1.25rem;font-weight:700;display:flex;align-items:center}.sidebar-logo-market{color:#000}.sidebar-logo-green{color:#4caf50}.sidebar-menu{padding:1.5rem 0;flex:1}.menu-section{margin-bottom:2rem}.menu-section-title{padding:0 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:.75rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s;cursor:pointer;border-left:3px solid transparent}.menu-item:hover{background-color:#f9fafb;color:#4caf50}.menu-item.active{background-color:#f0fdf4;color:#4caf50;border-left-color:#4caf50}.menu-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column}.admin-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:sticky;top:0;z-index:50}.header-search{flex:1;max-width:400px;position:relative}.header-search input{width:100%;padding:.625rem 1rem .625rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:Lato,sans-serif;background-color:#f9fafb;transition:all .2s}.header-search input:focus{outline:none;border-color:#4caf50;background-color:#fff}.header-search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:18px;height:18px}.header-actions{display:flex;align-items:center;gap:1rem}.header-action-btn{background:none;border:none;padding:.5rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;position:relative}.header-action-btn:hover{background-color:#f9fafb;color:#374151}.header-action-btn.active{background-color:#f0fdf4;color:#4caf50}.notification-badge{position:absolute;top:.25rem;right:.25rem;width:8px;height:8px;background-color:#ef4444;border-radius:50%;border:2px solid #ffffff}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#45a049);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer}.dashboard-content{padding:2rem;flex:1}.dashboard-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:2rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.kpi-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.kpi-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.kpi-card-title{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.kpi-card-value{font-size:2rem;font-weight:700;color:#111827}.kpi-card-trend{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:6px}.kpi-card-trend.up{color:#22c55e;background-color:#f0fdf4}.kpi-card-trend.down{color:#ef4444;background-color:#fef2f2}.kpi-card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.kpi-card-footer-text{font-size:.875rem;color:#6b7280}.kpi-card-button{background:none;border:none;color:#4caf50;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background-color .2s}.kpi-card-button:hover{background-color:#f0fdf4}.dashboard-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:start}.dashboard-charts-grid>*:first-child{grid-column:1;grid-row:1}.dashboard-charts-grid>*:nth-child(2){grid-column:2;grid-row:1 / -1}.dashboard-charts-grid>*:nth-child(3){grid-column:1;grid-row:2}@media (max-width: 1024px){.dashboard-charts-grid{grid-template-columns:1fr}.dashboard-charts-grid>*:nth-child(2){grid-column:1;grid-row:2}.dashboard-charts-grid>*:nth-child(3){grid-column:1;grid-row:3}}.chart-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-bottom:1.5rem}.chart-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chart-card-title{font-size:1.125rem;font-weight:700;color:#111827}.chart-toggle{display:flex;gap:.5rem;background-color:#f9fafb;border-radius:8px;padding:.25rem}.toggle-btn{background:none;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.toggle-btn.active{background-color:#fff;color:#4caf50;box-shadow:0 1px 2px #0000000d}.chart-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.chart-stat{display:flex;flex-direction:column}.chart-stat-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.chart-stat-value{font-size:1.125rem;font-weight:700;color:#111827}.chart-placeholder{height:200px;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem}.users-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.users-card-header{margin-bottom:1.5rem}.users-card-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.users-card-subtitle{font-size:.875rem;color:#6b7280}.users-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.sales-country-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.sales-country-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.sales-country-title{font-size:1.125rem;font-weight:700;color:#111827}.view-insight-btn{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.view-insight-btn:hover{background-color:#45a049}.country-list{display:flex;flex-direction:column;gap:1rem}.country-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.country-info{display:flex;flex-direction:column;gap:.25rem}.country-name{font-size:.95rem;font-weight:600;color:#111827}.country-sales{font-size:.875rem;color:#6b7280}.country-trend{display:flex;align-items:center;gap:.5rem}.country-trend-value{font-size:.875rem;font-weight:600}.map-placeholder{height:200px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:8px;margin-top:1.5rem;display:flex;align-items:center;justify-content:center;color:#4caf50;font-size:.875rem;font-weight:500}.transaction-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.transaction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.transaction-title{font-size:1.125rem;font-weight:700;color:#111827}.filter-btn{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center}.filter-btn:hover{background-color:#45a049}.transaction-table-container{overflow-x:auto;margin-bottom:1rem}.transaction-table{width:100%;border-collapse:collapse}.transaction-table thead{border-bottom:1px solid #e5e7eb}.transaction-table th{text-align:left;padding:.75rem 0;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.transaction-table td{padding:1rem 0;font-size:.95rem;color:#111827;border-bottom:1px solid #f3f4f6}.transaction-table tbody tr:last-child td{border-bottom:none}.status-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%}.status-paid .status-dot{background-color:#22c55e}.status-paid{color:#22c55e}.status-pending .status-dot{background-color:#eab308}.status-pending{color:#eab308}.transaction-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.details-btn{background-color:#fff;color:#9333ea;border:1px solid #9333ea;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.details-btn:hover{background-color:#faf5ff;border-color:#7e22ce}.add-product-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;height:100%;overflow-y:auto}.add-product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-product-title{font-size:1.125rem;font-weight:700;color:#111827}.add-new-btn{background:none;border:none;color:#9333ea;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;transition:background-color .2s}.add-new-btn:hover{background-color:#faf5ff}.add-new-btn svg{color:#9333ea}.add-product-section{margin-bottom:2rem}.add-product-section:last-child{margin-bottom:0}.section-title{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.category-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.category-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:all .2s}.category-item:hover{box-shadow:0 2px 4px #0000001a;border-color:#d1d5db}.category-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;flex-shrink:0}.category-icon img{width:100%;height:100%;object-fit:cover}.category-name{flex:1;font-size:.95rem;font-weight:500;color:#111827}.category-item svg:last-child{color:#111827}.see-more-link{text-align:center;color:#9333ea;font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem;transition:color .2s}.see-more-link:hover{color:#7e22ce}.product-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;transition:all .2s}.product-item:hover{box-shadow:0 2px 4px #0000001a;border-color:#d1d5db}.product-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;flex-shrink:0;background-color:#f9fafb}.product-icon img{width:100%;height:100%;object-fit:cover}.product-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.product-name{font-size:.95rem;font-weight:500;color:#111827}.product-price{font-size:.875rem;font-weight:600;color:#4caf50}.add-product-btn{background-color:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.add-product-btn:hover{background-color:#45a049}.add-product-btn svg{color:#fff}.best-selling-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;max-width:100%}.best-selling-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.best-selling-title{font-size:1.125rem;font-weight:700;color:#111827}.best-selling-table-container{overflow-x:auto;margin-bottom:1rem}.best-selling-table{width:100%;border-collapse:collapse}.best-selling-table thead{background-color:#f0fdf4}.best-selling-table th{text-align:left;padding:.75rem;font-size:.75rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.best-selling-table td{padding:1rem .75rem;font-size:.95rem;color:#111827;border-bottom:1px solid #f3f4f6}.best-selling-table tbody tr:last-child td{border-bottom:none}.product-cell{display:flex;align-items:center;gap:.75rem}.product-cell img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.product-cell span{font-weight:500}.status-stock .status-dot{background-color:#22c55e}.status-stock{color:#22c55e}.status-stock-out .status-dot{background-color:#ef4444}.status-stock-out{color:#ef4444}.best-selling-footer{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width: 1024px){.admin-sidebar{width:240px}.admin-main{margin-left:240px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.order-management-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.order-list-subtitle{font-size:.875rem;color:#6b7280;margin-top:.25rem}.order-action-buttons{display:flex;gap:.75rem}.add-order-btn{background-color:#4caf50;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.add-order-btn:hover{background-color:#45a049}.more-action-btn{background-color:#fff;border:1px solid #e5e7eb;padding:.625rem;border-radius:8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.more-action-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.order-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.order-summary-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.order-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.order-summary-title{font-size:.875rem;font-weight:500;color:#6b7280}.order-card-menu-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.order-card-menu-btn:hover{background-color:#f9fafb;color:#6b7280}.order-summary-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.order-summary-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.order-summary-period{font-size:.875rem;color:#6b7280}.order-summary-trend{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600}.order-summary-trend.up{color:#22c55e}.order-summary-trend.down{color:#ef4444}.order-table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.order-tabs{display:flex;gap:.5rem;background-color:#f9fafb;padding:.25rem;border-radius:8px}.order-tab{background:none;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.order-tab.active{background-color:#fff;color:#4caf50;box-shadow:0 1px 2px #0000000d}.order-search-controls{display:flex;align-items:center;gap:.5rem}.order-search-bar{position:relative;display:flex;align-items:center}.order-search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.order-search-bar input{padding:.625rem 1rem .625rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;width:250px;background-color:#fff;transition:all .2s}.order-search-bar input:focus{outline:none;border-color:#4caf50}.order-control-btn{background-color:#fff;border:1px solid #e5e7eb;padding:.625rem;border-radius:8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.order-control-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.order-table-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow-x:auto;margin-bottom:1.5rem}.order-table{width:100%;border-collapse:collapse}.order-table thead{background-color:#f0fdf4}.order-table th{text-align:left;padding:.75rem;font-size:.75rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.order-table th:first-child{width:40px}.order-table td{padding:1rem .75rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}.order-table tbody tr:last-child td{border-bottom:none}.order-table tbody tr:hover{background-color:#f9fafb}.order-product-cell{display:flex;align-items:center;gap:.75rem}.order-product-cell img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.order-product-cell span{font-weight:500}.payment-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.payment-dot{width:8px;height:8px;border-radius:50%}.payment-badge.paid .payment-dot{background-color:#22c55e}.payment-badge.paid{color:#22c55e}.payment-badge.unpaid .payment-dot{background-color:#ef4444}.payment-badge.unpaid{color:#ef4444}.order-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.25rem .75rem;border-radius:6px}.order-status.delivered{color:#22c55e;background-color:#f0fdf4}.order-status.pending{color:#f59e0b;background-color:#fffbeb}.order-status.shipped{color:#6b7280;background-color:#f9fafb}.order-status.cancelled{color:#ef4444;background-color:#fef2f2}.order-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.pagination-btn{background-color:#fff;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;align-items:center;gap:.25rem}.pagination-number{background-color:#fff;border:1px solid #e5e7eb;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;min-width:40px;text-align:center}.pagination-number:hover{background-color:#f9fafb;border-color:#d1d5db}.pagination-number.active{background-color:#4caf50;border-color:#4caf50;color:#fff}.pagination-ellipsis{padding:0 .5rem;color:#9ca3af}@media (max-width: 768px){.admin-sidebar{width:100%;position:relative;height:auto}.admin-main{margin-left:0}.dashboard-content{padding:1rem}.dashboard-grid{grid-template-columns:1fr}.order-management-header{flex-direction:column;gap:1rem}.order-table-controls{flex-direction:column;align-items:stretch}.order-tabs{width:100%;overflow-x:auto}.order-search-bar input{width:100%}}.customer-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.customer-summary-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.customer-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.customer-summary-title{font-size:.875rem;font-weight:500;color:#6b7280}.customer-summary-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.customer-summary-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.customer-summary-period{font-size:.875rem;color:#6b7280}.customer-summary-trend{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600}.customer-summary-trend.up{color:#22c55e}.customer-overview-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;margin-bottom:2rem}.customer-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.customer-overview-title{font-size:1.125rem;font-weight:700;color:#111827}.customer-chart-toggle{display:flex;gap:.5rem;background-color:#f9fafb;border-radius:8px;padding:.25rem}.customer-toggle-btn{background:none;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.customer-toggle-btn.active{background-color:#fff;color:#4caf50;box-shadow:0 1px 2px #0000000d}.customer-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.customer-metric{display:flex;flex-direction:column}.customer-metric-label{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.customer-metric-value{font-size:1.5rem;font-weight:700;color:#111827}.customer-metric-value.active{color:#4caf50;text-decoration:underline;text-decoration-color:#4caf50;text-underline-offset:4px}.customer-chart-placeholder{margin-top:1rem}.chart-axis{display:flex;gap:1rem}.chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;height:200px;font-size:.75rem;color:#9ca3af;min-width:40px}.chart-area{flex:1;position:relative}.chart-x-axis{display:flex;justify-content:space-around;margin-top:.5rem;font-size:.75rem;color:#9ca3af}.customer-table-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow-x:auto;margin-bottom:1.5rem}.customer-table{width:100%;border-collapse:collapse}.customer-table thead{background-color:#f0fdf4}.customer-table th{text-align:left;padding:.75rem;font-size:.75rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.customer-table td{padding:1rem .75rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}.customer-table tbody tr:last-child td{border-bottom:none}.customer-table tbody tr:hover{background-color:#f9fafb}.customer-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.customer-status-dot{width:8px;height:8px;border-radius:50%}.customer-status.active .customer-status-dot{background-color:#22c55e}.customer-status.active{color:#22c55e}.customer-status.inactive .customer-status-dot{background-color:#ef4444}.customer-status.inactive{color:#ef4444}.customer-status.vip .customer-status-dot{background-color:#eab308}.customer-status.vip{color:#eab308}.customer-actions{display:flex;align-items:center;gap:.5rem}.customer-action-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.customer-action-btn:hover{background-color:#f9fafb;color:#4caf50}.categories-discover-section{margin-bottom:2rem}.discover-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.discover-title{font-size:1rem;font-weight:600;color:#6b7280}.discover-actions{display:flex;align-items:center;gap:.75rem}.add-product-discover-btn{background-color:#4caf50;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.add-product-discover-btn:hover{background-color:#45a049}.add-product-discover-btn svg{color:#fff}.more-action-discover-btn{background-color:#fff;color:#111827;border:1px solid #e5e7eb;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.more-action-discover-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.more-action-discover-btn svg{color:#111827}.categories-grid-container{position:relative}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.category-discover-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s}.category-discover-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#d1d5db}.category-discover-icon{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.category-discover-icon img{width:100%;height:100%;object-fit:cover}.category-discover-name{flex:1;font-size:.95rem;font-weight:600;color:#111827}.categories-nav-arrow{position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4caf50;transition:all .2s}.categories-nav-arrow:hover{background-color:#4caf50;color:#fff;border-color:#4caf50}.categories-product-section{margin-bottom:1.5rem}.categories-product-tabs{display:flex;gap:.5rem;background-color:#f9fafb;padding:.25rem;border-radius:8px;margin-bottom:1rem}.category-product-tab{background:none;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.category-product-tab.active{background-color:#fff;color:#4caf50;box-shadow:0 1px 2px #0000000d}.categories-product-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.categories-product-search{position:relative;display:flex;align-items:center;flex:1;min-width:250px}.categories-search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.categories-product-search input{padding:.625rem 1rem .625rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;width:100%;background-color:#fff;transition:all .2s}.categories-product-search input:focus{outline:none;border-color:#4caf50}.categories-control-btn{background-color:#fff;border:1px solid #e5e7eb;padding:.625rem;border-radius:8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.categories-control-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.categories-add-btn{background-color:#4caf50;border-color:#4caf50;color:#fff}.categories-add-btn:hover{background-color:#45a049;border-color:#45a049}.categories-product-table-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow-x:auto;margin-bottom:1.5rem}.categories-product-table{width:100%;border-collapse:collapse}.categories-product-table thead{background-color:#f0fdf4}.categories-product-table th{text-align:left;padding:.75rem;font-size:.75rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.categories-product-table th:first-child{width:40px}.categories-product-table td{padding:1rem .75rem;font-size:.875rem;color:#111827;border-bottom:1px solid #f3f4f6}.categories-product-table tbody tr:last-child td{border-bottom:none}.categories-product-table tbody tr:hover{background-color:#f9fafb}.category-product-cell{display:flex;align-items:center;gap:.75rem}.category-product-cell img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0}.category-product-cell span{font-weight:500}.category-product-actions{display:flex;align-items:center;gap:.5rem}.category-action-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.category-action-btn:hover{background-color:#f9fafb;color:#4caf50}@media (max-width: 1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}.categories-nav-arrow{display:none}}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr}.categories-product-controls{flex-direction:column;align-items:stretch}.categories-product-search{width:100%}}@font-face{font-family:Lato;src:url(/assets/Lato-Thin-BBFgnKgu.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-ThinItalic-BKQInFEV.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Lato;src:url(/assets/Lato-Light-hJCcuSzX.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-LightItalic-DInKUxwu.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Lato;src:url(/assets/Lato-Regular-BwLIet1C.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-Italic-DOTKc3_v.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Lato;src:url(/assets/Lato-Bold-B5iD31kO.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-BoldItalic-CT6m3OwA.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Lato;src:url(/assets/Lato-Black-BGKY3P7n.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Lato;src:url(/assets/Lato-BlackItalic-Bn3AYdVg.ttf) format("truetype");font-weight:900;font-style:italic}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,-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-color:#f5f7fa}#root{width:100%;min-height:100vh}
