.admin-header{position:fixed;top:0;left:0;right:0;height:70px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-left{display:flex;align-items:center;gap:1rem}.sidebar-toggle{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.sidebar-toggle:hover{background:#f7fafc}.menu-icon{width:20px;height:20px;color:#4a5568}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{width:40px;height:40px;object-fit:contain}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#db2777,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.admin-label{font-size:.75rem;color:#6b7280;font-weight:500}.header-center{flex:1;max-width:500px;margin:0 2rem}.search-container{position:relative;width:100%}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:25px;background:#f9fafb;font-size:.875rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#db2777;background:#fff;box-shadow:0 0 0 3px #db27771a}.header-right{display:flex;align-items:center;gap:1rem}.notification-btn{position:relative;background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.notification-btn:hover{background:#f7fafc}.notification-icon{width:20px;height:20px;color:#4a5568}.notification-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;text-align:center}.admin-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.admin-profile:hover{background:#f7fafc}.profile-info{display:flex;flex-direction:column;text-align:right}.profile-name{font-size:.875rem;font-weight:600;color:#1a202c}.profile-role{font-size:.75rem;color:#6b7280}.profile-avatar{width:40px;height:40px;background:linear-gradient(135deg,#db2777,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center}.crown-icon-1{width:20px;height:20px;color:#fff}.logout-btn{display:flex;align-items:center;background-color:#db2777;color:#fff;padding:8px 12px;border:none;border-radius:4px;cursor:pointer}.logout-icon{margin-right:6px;width:18px;height:18px}@media (max-width: 768px){.header-center,.profile-info,.brand-text{display:none}}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:996;display:none}.admin-sidebar{position:fixed;top:70px;left:0;width:280px;height:calc(100vh - 70px);background:#fff;border-right:1px solid #e2e8f0;transform:translate(-100%);transition:transform .3s ease;z-index:998;overflow-y:auto}.sidebar-open{transform:translate(0)}.sidebar-nav{padding:1.5rem 0}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;color:#4a5568;text-decoration:none;transition:all .3s ease;position:relative}.sidebar-link:hover{background:#f7fafc;color:#db2777;padding-left:2rem}.sidebar-link.active{background:linear-gradient(135deg,#db27771a,#ec48991a);color:#db2777;border-right:3px solid #db2777}.sidebar-icon{width:20px;height:20px;flex-shrink:0}.sidebar-label{font-weight:500;font-size:.875rem}.sidebar-arrow{width:16px;height:16px;margin-left:auto;opacity:0;transition:opacity .3s ease}.sidebar-link:hover .sidebar-arrow{opacity:1}@media (min-width: 1024px){.admin-sidebar{transform:translate(0);position:fixed}.sidebar-overlay{display:none!important}}@media (max-width: 1023px){.sidebar-overlay{display:block}}.dashboard{max-width:1200px}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.dashboard-subtitle{color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.stat-card:hover{transform:translateY(-2px)}.stat-blue .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-green .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-purple .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-pink .stat-icon{background:linear-gradient(135deg,#db2777,#ec4899)}.stat-value{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.stat-title{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.stat-change{color:#10b981;font-size:.75rem;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.card-title{font-size:1.125rem;font-weight:600;color:#1a202c}.view-all-btn{background:none;border:none;color:#db2777;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;transition:background-color .3s ease}.view-all-btn:hover{background:#db27771a}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f9fafb;border-radius:8px;transition:background-color .3s ease}.order-item:hover{background:#f3f4f6}.order-info{display:flex;flex-direction:column;gap:.25rem}.order-id{font-weight:600;color:#1a202c;font-size:.875rem}.customer-name{color:#6b7280;font-size:.75rem}.order-details{display:flex;flex-direction:column;align-items:center;gap:.25rem}.order-amount{font-weight:600;color:#1a202c}.order-status{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.order-date{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.75rem}.date-icon{width:12px;height:12px}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.quick-action-btn{background:none;border:1px solid #e2e8f0;padding:1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;text-align:left}.quick-action-btn a{color:#000;text-decoration:none;padding:0 10px}.quick-action-btn:hover{border-color:#db2777;background:#db27770d;color:#db2777}.action-icon{width:20px;height:20px;color:#6b7280}.quick-action-btn:hover .action-icon{color:#db2777}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.order-item{flex-direction:column;align-items:flex-start;gap:.5rem}.order-details{align-items:flex-start}}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.table-header{background:#f9fafb;padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;border-bottom:1px solid #e2e8f0}.table-row{transition:background-color .3s ease}.table-row:hover{background:#f9fafb}.table-cell{padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#374151}.product-image{width:50px;height:50px;object-fit:cover;border-radius:8px}.current-price{font-weight:600;color:#db2777}.stock-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-delivered{background:#d1fae5;color:#065f46}.status-processing{background:#fef3c7;color:#92400e}.status-shipped{background:#dbeafe;color:#1e40af}.status-pending{background:#fee2e2;color:#991b1b}.actions-cell{width:120px}.action-buttons{display:flex;gap:.5rem}.action-btn{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease}.view-btn:hover{background:#3b82f61a;color:#3b82f6}.edit-btn:hover{background:#10b9811a;color:#10b981}.delete-btn:hover{background:#ef44441a;color:#ef4444}.action-icon{width:16px;height:16px}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#fff;border-radius:12px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #db2777;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.table-header,.table-cell{padding:.75rem .5rem}.action-buttons{flex-direction:column;gap:.25rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;overflow-y:auto;width:100%;max-width:500px}.modal-medium{max-width:600px}.modal-large{max-width:800px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.modal-close{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.modal-close:hover{background:#f7fafc}.close-icon{width:20px;height:20px;color:#6b7280}.modal-body{padding:1.5rem}@media (max-width: 768px){.modal-content{margin:1rem;max-width:none}}.products-page{max-width:1400px}.category-filter{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;min-width:150px}.products-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.product-images{position:relative;display:flex;align-items:center}.image-count{position:absolute;top:-5px;right:-5px;background:#db2777;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:20px;text-align:center}.array-display{display:flex;flex-wrap:wrap;gap:.25rem;max-width:150px}.array-item{background:#f3f4f6;color:#374151;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.array-more{background:#db2777;color:#fff;padding:.125rem .375rem;border-radius:12px;font-size:.75rem;font-weight:600}.color-display{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.color-dot{width:20px;height:20px;border-radius:50%;border:2px solid #e2e8f0;cursor:pointer}.color-more{background:#6b7280;color:#fff;padding:.125rem .375rem;border-radius:12px;font-size:.75rem;font-weight:600}.price-container{display:flex;flex-direction:column;gap:.25rem}.current-price{font-weight:700;color:#db2777;font-size:1rem}.discount-badge{background:#22c55e;color:#fff;padding:.125rem .375rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center}.stock-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center}.in-stock{background:#d1fae5;color:#065f46}.low-stock{background:#fee2e2;color:#991b1b}.product-form{max-width:none}.form-textarea{resize:vertical;min-height:80px}.array-input{display:flex;flex-direction:column;gap:.75rem}.input-with-button{display:flex;gap:.5rem}.input-with-button .form-input{flex:1}.add-btn{background:#db2777;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.add-btn:hover{background:#be185d}.array-items{display:flex;flex-wrap:wrap;gap:.5rem}.array-tag{background:#f3f4f6;color:#374151;padding:.5rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.color-tag{background:#fdf2f8;border:1px solid #f3e8ff}.color-preview{width:16px;height:16px;border-radius:50%;border:1px solid #e2e8f0}.remove-tag{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px;transition:all .3s ease}.remove-tag:hover{background:#ef4444;color:#fff}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.products-stats{flex-direction:column;gap:1rem}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-grid{grid-template-columns:1fr}.form-actions,.input-with-button{flex-direction:column}.products-stats{padding:1rem}}.orders-management{max-width:1600px;margin:0 auto;padding:0}.orders-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:16px;color:#fff}.header-info{flex:1}.page-title{display:flex;align-items:center;gap:.75rem;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#fff}.title-icon{width:2.5rem;height:2.5rem}.page-description{font-size:1.1rem;opacity:.9;margin:0}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.action-btn.primary{background:#ff6b6b;color:#fff}.action-btn.secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.btn-icon{width:1rem;height:1rem}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;border-left:4px solid}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.stat-card.total{border-left-color:#667eea}.stat-card.revenue{border-left-color:#f093fb}.stat-card.pending{border-left-color:#ffeaa7}.stat-card.completed{border-left-color:#55efc4}.stat-icon{width:4rem;height:4rem;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-card.total .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.revenue .stat-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#ffeaa7,#fab1a0)}.stat-card.completed .stat-icon{background:linear-gradient(135deg,#55efc4,#81ecec)}.stat-icon .icon{width:1.5rem;height:1.5rem;color:#fff}.stat-number{font-size:2rem;font-weight:800;color:#2d3436;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#636e72;font-weight:500}.filters-section{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:300px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#b2bec3}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #ddd6fe;border-radius:12px;font-size:.9rem;transition:all .3s ease;background:#fafafa}.search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.filter-controls{display:flex;gap:1rem;align-items:center}.filter-select{padding:.875rem 1rem;border:2px solid #ddd6fe;border-radius:12px;background:#fafafa;cursor:pointer;font-size:.9rem;min-width:150px;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#667eea;background:#fff}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:#667eea;color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease}.filter-btn:hover{background:#5a67d8;transform:translateY(-1px)}.table-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.order-details-cell{display:flex;flex-direction:column;gap:.5rem;min-width:160px}.order-id-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem .75rem;border-radius:8px;font-weight:700;font-size:.85rem;text-align:center}.customer-id-tag{background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-align:center}.order-date{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:#636e72}.date-icon{width:.875rem;height:.875rem}.customer-info-cell{display:flex;flex-direction:column;gap:.75rem;min-width:220px}.customer-header{display:flex;align-items:center;gap:.75rem}.customer-avatar{width:3rem;height:3rem;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-icon{width:1.25rem;height:1.25rem;color:#fff}.customer-basic{flex:1}.customer-name{font-weight:700;color:#2d3436;font-size:.95rem;margin-bottom:.25rem}.username-tag{background:#f8f9fa;color:#6c757d;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#636e72}.contact-icon{width:.875rem;height:.875rem;color:#b2bec3}.product-info-cell{display:flex;flex-direction:column;gap:.75rem;min-width:280px}.product-header{display:flex;gap:.75rem}.product-thumb{width:4rem;height:4rem;object-fit:cover;border-radius:10px;border:2px solid #f1f3f4;flex-shrink:0}.product-details{flex:1}.product-name{font-weight:700;color:#2d3436;font-size:.9rem;margin-bottom:.25rem;line-height:1.3}.product-category{background:#e8f5e8;color:#2e7d32;padding:.125rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;display:inline-block;margin-bottom:.25rem}.product-sku{font-size:.75rem;color:#636e72;font-family:monospace}.offer-banner{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ffeaa7,#fab1a0);padding:.5rem .75rem;border-radius:8px}.offer-icon{width:1rem;height:1rem;color:#e17055}.offer-text{font-size:.8rem;font-weight:600;color:#d63031}.pricing-cell{display:flex;flex-direction:column;gap:.75rem;min-width:180px}.price-section{display:flex;flex-direction:column;gap:.25rem}.current-price{font-size:1.1rem;font-weight:800;color:#00b894}.original-price{font-size:.85rem;color:#b2bec3;text-decoration:line-through}.savings{font-size:.8rem;color:#00b894;font-weight:600;background:#d1f2eb;padding:.25rem .5rem;border-radius:6px;text-align:center}.variants-section{display:flex;flex-direction:column;gap:.25rem}.variant-item{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:#636e72}.variant-icon{width:.875rem;height:.875rem}.size-tag,.color-tag{background:#f8f9fa;padding:.125rem .5rem;border-radius:6px;font-weight:500;font-size:.75rem}.status-cell{display:flex;flex-direction:column;gap:.75rem;min-width:160px}.status-section{display:flex;flex-direction:column;gap:.5rem}.status-badge{padding:.5rem .75rem;border-radius:8px;font-size:.8rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px}.status-confirmed{background:#fff3cd;color:#856404}.status-processing{background:#cce5ff;color:#004085}.status-shipped{background:#d4edda;color:#155724}.status-delivered{background:#d1ecf1;color:#0c5460}.status-cancelled{background:#f8d7da;color:#721c24}.payment-badge{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-align:center}.payment-paid{background:#d4edda;color:#155724}.payment-pending{background:#fff3cd;color:#856404}.payment-refunded{background:#f8d7da;color:#721c24}.delivery-section{display:flex;flex-direction:column;gap:.25rem}.delivery-type{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#636e72}.delivery-icon{width:.875rem;height:.875rem}.tracking-info{font-size:.75rem;color:#b2bec3;font-family:monospace}.order-modal-content{display:flex;flex-direction:column;gap:2rem}.modal-section{padding-bottom:1.5rem;border-bottom:1px solid #f1f3f4}.modal-section:last-of-type{border-bottom:none;padding-bottom:0}.section-heading{font-size:1.25rem;font-weight:700;color:#2d3436;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea;display:inline-block}.order-header-info{display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;padding:1.5rem;border-radius:12px}.order-id-section{display:flex;align-items:center;gap:1rem}.order-icon{width:3rem;height:3rem;color:#667eea}.order-number{font-size:1.5rem;font-weight:800;color:#2d3436;margin-bottom:.25rem}.order-timestamp{color:#636e72;font-size:.9rem}.order-status-section{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.status-badge-large,.payment-badge-large{padding:.75rem 1.25rem;border-radius:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.customer-details-card{background:#f8f9fa;padding:1.5rem;border-radius:12px}.customer-profile{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.customer-avatar-large{width:5rem;height:5rem;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-icon{width:2rem;height:2rem;color:#fff}.customer-name-large{font-size:1.5rem;font-weight:800;color:#2d3436;margin-bottom:.25rem}.customer-username{color:#636e72;margin-bottom:.25rem}.customer-id-large{color:#636e72;font-size:.9rem}.contact-information{display:flex;flex-direction:column;gap:.75rem}.contact-row{display:flex;align-items:center;gap:.75rem}.contact-label{font-weight:600;color:#636e72;min-width:80px}.contact-value{color:#2d3436}.product-details-card{background:#f8f9fa;padding:1.5rem;border-radius:12px}.product-showcase{display:flex;gap:1.5rem;margin-bottom:1.5rem}.product-image-large{width:8rem;height:8rem;object-fit:cover;border-radius:12px;border:3px solid #e9ecef}.product-name-large{font-size:1.25rem;font-weight:700;color:#2d3436;margin-bottom:.5rem}.product-category-large{background:#e8f5e8;color:#2e7d32;padding:.25rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:.5rem}.product-sku-large{color:#636e72;font-family:monospace;margin-bottom:.75rem}.offer-applied{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ffeaa7,#fab1a0);padding:.5rem .75rem;border-radius:8px}.offer-star{width:1rem;height:1rem;color:#e17055}.product-specifications{display:flex;flex-direction:column;gap:.75rem}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.spec-row:last-child{border-bottom:none}.spec-label{font-weight:600;color:#636e72}.spec-value{color:#2d3436;font-weight:500}.pricing-details-card{background:#f8f9fa;padding:1.5rem;border-radius:12px}.pricing-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.pricing-row:last-of-type{border-bottom:none}.discount-row{background:#d1f2eb;margin:.5rem -1.5rem;padding:.75rem 1.5rem}.total-row{background:#667eea;color:#fff;margin:.5rem -1.5rem 0;padding:1rem 1.5rem;border-radius:0 0 12px 12px;font-weight:700;font-size:1.1rem}.pricing-label{font-weight:600}.pricing-value.discount{color:#00b894;font-weight:700}.pricing-value.total{font-size:1.25rem;font-weight:800}.savings-highlight{background:#d1f2eb;color:#00b894;padding:.75rem;border-radius:8px;text-align:center;font-weight:700;margin-top:1rem}.delivery-info-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;display:flex;flex-direction:column;gap:1rem}.delivery-type-info{display:flex;align-items:center;gap:1rem}.delivery-truck-icon{width:2rem;height:2rem;color:#667eea}.delivery-method{font-size:1.1rem;font-weight:700;color:#2d3436}.tracking-number{color:#636e72;font-family:monospace}.delivery-address{display:flex;gap:1rem}.address-icon{width:1.5rem;height:1.5rem;color:#636e72;flex-shrink:0;margin-top:.25rem}.address-label{font-weight:600;color:#636e72;margin-bottom:.25rem}.address-text{color:#2d3436;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}@media (max-width: 1200px){.orders-header{flex-direction:column;gap:1.5rem;text-align:center}.stats-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.orders-management{padding:1rem}.page-title{font-size:2rem}.title-icon{width:2rem;height:2rem}.filters-section{flex-direction:column;align-items:stretch}.search-box{min-width:auto}.filter-controls{flex-direction:column;align-items:stretch}.stats-container{grid-template-columns:1fr}.order-header-info{flex-direction:column;gap:1rem;text-align:center}.customer-profile{flex-direction:column;text-align:center}.product-showcase{flex-direction:column;align-items:center;text-align:center}.modal-actions{flex-direction:column}}@media (max-width: 480px){.action-btn{padding:.75rem 1rem;font-size:.85rem}.stat-card{padding:1.5rem}.stat-number{font-size:1.5rem}.customer-details-card,.product-details-card,.pricing-details-card,.delivery-info-card{padding:1rem}}.order-completion-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10003;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.order-completion-modal{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:order-completion-modal-appear .3s ease-out}@keyframes order-completion-modal-appear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.order-completion-modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 30px 0;border-bottom:2px solid #e1e8ed;margin-bottom:30px}.order-completion-modal-title{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:700;color:#2d3748;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.order-completion-modal-icon{width:28px;height:28px;color:#667eea}.order-completion-close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;color:#718096}.order-completion-close-btn:hover{background:#f7fafc;color:#e53e3e}.order-completion-close-icon{width:24px;height:24px}.order-completion-form{padding:0 30px 30px}.order-completion-section{margin-bottom:35px;background:#f7fafc;padding:25px;border-radius:15px;border:1px solid #e1e8ed}.order-completion-section-title{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:600;color:#2d3748;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #e1e8ed}.order-completion-section-icon{width:22px;height:22px;color:#667eea}.order-completion-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.order-completion-form-group{display:flex;flex-direction:column}.order-completion-label{font-weight:600;color:#2d3748;margin-bottom:8px;font-size:.9rem}.order-completion-input,.order-completion-select,.order-completion-textarea{padding:12px 16px;border:2px solid #e1e8ed;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.order-completion-input:focus,.order-completion-select:focus,.order-completion-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.order-completion-textarea{resize:vertical;min-height:80px}.order-completion-select{cursor:pointer}.order-completion-form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px;padding-top:25px;border-top:2px solid #e1e8ed}.order-completion-cancel-btn,.order-completion-submit-btn{padding:14px 28px;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;display:flex;align-items:center;gap:8px}.order-completion-cancel-btn{background:#f7fafc;color:#718096;border:2px solid #e1e8ed}.order-completion-cancel-btn:hover{background:#edf2f7;color:#4a5568}.order-completion-submit-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.order-completion-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #48bb7866}@media (max-width: 768px){.order-completion-container{padding:15px}.order-completion-grid{grid-template-columns:1fr;gap:20px}.order-completion-title{font-size:2rem}.order-completion-title-icon{width:32px;height:32px}.order-completion-modal{margin:10px;max-height:95vh}.order-completion-modal-header{padding:20px 20px 0}.order-completion-modal-title{font-size:1.5rem}.order-completion-form{padding:0 20px 20px}.order-completion-section{padding:20px}.order-completion-form-grid{grid-template-columns:1fr;gap:15px}.order-completion-form-actions{flex-direction:column}.order-completion-cancel-btn,.order-completion-submit-btn{width:100%;justify-content:center}}@media (max-width: 480px){.order-completion-card{padding:20px}.order-completion-title{font-size:1.8rem;flex-direction:column;gap:10px}.order-completion-description{font-size:1rem}.order-completion-modal-title{font-size:1.3rem;flex-direction:column;gap:8px;text-align:center}.order-completion-section-title{font-size:1.1rem;flex-direction:column;gap:8px;text-align:center}}.order-completion-modal::-webkit-scrollbar{width:8px}.order-completion-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.order-completion-modal::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.order-completion-modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.categories-page{max-width:1400px}.search-container{position:relative;flex:1;min-width:300px}.categories-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.page-content{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:3rem}.category-image-container{display:flex;align-items:center;justify-content:center}.category-image{width:80px;height:60px;object-fit:cover;border-radius:8px;border:2px solid #f3f4f6;transition:transform .3s ease}.category-image:hover{transform:scale(1.05)}.category-name-cell{display:flex;flex-direction:column;gap:.25rem}.category-name{font-weight:600;color:#1a202c;font-size:1rem}.product-count{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:12px;display:inline-block;width:fit-content}.date-display{color:#4a5568;font-size:.875rem}.categories-grid{margin-top:3rem}.grid-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;text-align:center}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.category-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.card-image{position:relative;height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .card-image img{transform:scale(1.1)}.card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .3s ease}.category-card:hover .card-overlay{opacity:1}.overlay-btn{background:#ffffffe6;border:none;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;color:#4a5568}.overlay-btn:hover{background:#fff;transform:scale(1.1)}.overlay-btn.delete:hover{background:#ef4444;color:#fff}.card-content{padding:1.5rem}.card-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.card-subtitle{color:#db2777;font-weight:500;font-size:.875rem;margin-bottom:.5rem}.card-date{color:#6b7280;font-size:.75rem}.category-form{max-width:none}.form-section{margin-bottom:2rem}.form-input{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.form-help{display:block;margin-top:.25rem;font-size:.75rem;color:#6b7280}.image-preview{margin-top:1rem}.preview-container{border:2px dashed #e2e8f0;border-radius:8px;padding:1rem;text-align:center}.preview-image{max-width:200px;max-height:150px;object-fit:cover;border-radius:8px;border:2px solid #f3f4f6}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.categories-stats{flex-direction:column;gap:1rem}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}.grid-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-actions{flex-direction:column}.categories-stats{padding:1rem}.grid-container{grid-template-columns:1fr}.card-overlay{opacity:1;background:#00000080}}@media (max-width: 480px){.categories-stats{gap:.5rem}.stat-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}}.cart-page{max-width:1400px}.cart-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-icon.active{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.abandoned{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.average{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.product-info{display:flex;align-items:center;gap:.75rem}.product-image{width:60px;height:60px;object-fit:cover;border-radius:8px;border:2px solid #f3f4f6}.product-details{display:flex;flex-direction:column;gap:.25rem}.product-name{font-weight:600;color:#1a202c;font-size:.875rem;line-height:1.2}.product-category{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:12px;width:fit-content}.product-pricing{display:flex;gap:.5rem;align-items:center}.current-price{font-weight:700;color:#db2777;font-size:.875rem}.original-price{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.quantity-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.quantity-badge{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.5rem .75rem;border-radius:20px}.quantity-icon{width:16px;height:16px;color:#6b7280}.quantity-value{font-weight:600;color:#1a202c}.total-amount{font-weight:700;color:#db2777;font-size:1rem}.status-abandoned{background:#fef3c7;color:#92400e}.status-converted{background:#dbeafe;color:#1e40af}.cart-view-content{display:flex;flex-direction:column;gap:2rem}.customer-contact{margin:.25rem 0;color:#6b7280;font-size:.875rem}.customer-status{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-top:.5rem;display:inline-block}.product-card-detailed{display:flex;gap:1.5rem;background:#f9fafb;padding:1.5rem;border-radius:12px}.product-image-large{flex-shrink:0}.product-image-large img{width:120px;height:120px;object-fit:cover;border-radius:12px;border:3px solid #e2e8f0}.product-info-detailed{flex:1}.product-name-large{font-size:1.125rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.product-category-large{color:#6b7280;margin-bottom:1rem}.product-pricing-detailed{display:flex;flex-direction:column;gap:.5rem}.price-row{display:flex;justify-content:space-between;align-items:center}.price-label{color:#6b7280;font-weight:500}.current-price-large{font-weight:700;color:#db2777;font-size:1.125rem}.original-price-large{color:#9ca3af;text-decoration:line-through}.discount-amount{color:#10b981;font-weight:600}.cart-summary{background:#f9fafb;padding:1.5rem;border-radius:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.summary-row:last-child{border-bottom:none}.total-row{border-top:2px solid #db2777;margin-top:.5rem;padding-top:1rem;font-weight:700}.summary-label{color:#6b7280;font-weight:500}.summary-value{color:#1a202c;font-weight:600}.quantity-large{background:#db2777;color:#fff;padding:.25rem .75rem;border-radius:12px}.total-amount-large{font-size:1.25rem;color:#db2777}.recovery-actions{display:flex;gap:1rem;flex-wrap:wrap}.recovery-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.recovery-btn.email{background:#3b82f6;color:#fff}.recovery-btn.discount{background:#10b981;color:#fff}.recovery-btn.whatsapp{background:#22c55e;color:#fff}.recovery-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.cart-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.product-card-detailed{flex-direction:column}.product-image-large img{width:100px;height:100px}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-stats{grid-template-columns:1fr}.customer-card{flex-direction:column;text-align:center}.recovery-actions{flex-direction:column}.summary-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.contact-page{max-width:1400px}.header-actions{display:flex;gap:1rem}.status-filter,.priority-filter{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;min-width:140px}.contact-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.stat-item:hover{transform:translateY(-2px)}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon.new{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-icon.progress{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.pending{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.total{background:linear-gradient(135deg,#db2777,#ec4899)}.stat-icon .icon{width:24px;height:24px;color:#fff}.stat-content{flex:1}.stat-value{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:.25rem;display:block}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500}.customer-info{display:flex;align-items:center;gap:.75rem}.customer-avatar{width:50px;height:50px;background:linear-gradient(135deg,#db2777,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-icon{width:24px;height:24px;color:#fff}.customer-details{display:flex;flex-direction:column;gap:.125rem}.customer-name{font-weight:600;color:#1a202c;font-size:.875rem}.customer-email{font-size:.75rem;color:#6b7280}.customer-phone{font-size:.75rem;color:#9ca3af}.subject-info{display:flex;flex-direction:column;gap:.5rem;max-width:300px}.subject-header{display:flex;align-items:center;gap:.5rem}.subject-icon{width:16px;height:16px;color:#db2777;flex-shrink:0}.subject-text{font-weight:600;color:#1a202c;font-size:.875rem;line-height:1.2}.message-category{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:12px;width:fit-content}.message-preview{font-size:.75rem;color:#9ca3af;line-height:1.3;font-style:italic}.status-info{display:flex;flex-direction:column;gap:.5rem;align-items:center}.status-new{background:#fee2e2;color:#991b1b}.status-in-progress{background:#fef3c7;color:#92400e}.status-resolved{background:#d1fae5;color:#065f46}.priority-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center}.priority-high{background:#fee2e2;color:#991b1b}.priority-medium{background:#fef3c7;color:#92400e}.priority-low{background:#d1fae5;color:#065f46}.reply-status{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.replied{color:#10b981;display:flex;align-items:center;gap:.25rem}.not-replied{color:#ef4444;display:flex;align-items:center;gap:.25rem}.reply-icon,.mail-icon{width:12px;height:12px}.date-info{display:flex;flex-direction:column;gap:.25rem;align-items:center}.date-display{display:flex;align-items:center;gap:.25rem}.date-value{font-size:.875rem;color:#4a5568}.time-display{font-size:.75rem;color:#9ca3af}.time-ago{font-size:.75rem;color:#6b7280;font-style:italic}.message-view-content{display:flex;flex-direction:column;gap:2rem}.view-section{padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.view-section:last-child{border-bottom:none;padding-bottom:0}.customer-card{display:flex;align-items:center;gap:1rem;background:#f9fafb;padding:1.5rem;border-radius:12px}.customer-avatar-large{width:80px;height:80px;background:linear-gradient(135deg,#db2777,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-icon-large{width:40px;height:40px;color:#fff}.customer-info-detailed{flex:1}.customer-name-large{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.customer-contact{margin:.25rem 0;color:#6b7280;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.contact-icon{width:16px;height:16px;color:#9ca3af}.message-meta{display:flex;flex-direction:column;align-items:flex-end}.priority-badge-large{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.priority-icon{width:16px;height:16px}.message-card{background:#f9fafb;padding:1.5rem;border-radius:12px}.message-header{margin-bottom:1rem}.message-subject{font-size:1.125rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.message-info{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.message-category-large{background:#db2777;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.message-date{color:#6b7280;font-size:.875rem}.message-time-ago{color:#9ca3af;font-size:.75rem;font-style:italic}.message-content{background:#fff;padding:1rem;border-radius:8px;border-left:4px solid #db2777}.message-content p{margin:0;line-height:1.6;color:#374151}.status-management{background:#f9fafb;padding:1.5rem;border-radius:12px}.current-status{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.status-label{font-weight:600;color:#374151}.status-badge-large{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-actions{display:flex;gap:.75rem;flex-wrap:wrap}.status-btn{padding:.5rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.status-btn:disabled{opacity:.5;cursor:not-allowed}.status-btn.new{background:#ef4444;color:#fff}.status-btn.progress{background:#f59e0b;color:#fff}.status-btn.resolved{background:#10b981;color:#fff}.status-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.view-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.reply-form{display:flex;flex-direction:column;gap:1.5rem}.reply-header{background:#f9fafb;padding:1rem;border-radius:8px;border-left:4px solid #db2777}.reply-to,.original-message{margin-bottom:.5rem;color:#374151}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.form-textarea{resize:vertical;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.original-message-section{background:#f9fafb;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.original-message-section h4{margin:0 0 1rem;color:#374151}.original-message-content p{margin:.25rem 0;color:#6b7280;font-size:.875rem}.original-text{background:#fff;padding:1rem;border-radius:6px;margin-top:.5rem;border-left:3px solid #db2777;color:#374151;line-height:1.6}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.contact-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.customer-card{flex-direction:column;text-align:center}.message-info{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.contact-stats{grid-template-columns:1fr}.status-actions,.view-actions,.form-actions{flex-direction:column}.subject-info{max-width:none}}.offers-page{max-width:1400px}.search-container{position:relative;flex:1;min-width:350px}.offers-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.offer-image-container{position:relative;display:flex;align-items:center;justify-content:center}.offer-image{width:80px;height:60px;object-fit:cover;border-radius:8px;border:2px solid #f3f4f6}.offer-badge{position:absolute;top:-5px;right:-5px;background:#db2777;border-radius:50%;padding:.25rem;display:flex;align-items:center;justify-content:center}.offer-icon{width:12px;height:12px;color:#fff}.offer-details-cell{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.offer-name{font-weight:600;color:#1a202c;font-size:.95rem;line-height:1.3}.offer-amount{display:flex;align-items:center;gap:.5rem}.percentage-discount{background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.fixed-discount{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.discount-icon{width:12px;height:12px}.offer-validity{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280}.calendar-icon{width:12px;height:12px}.products-cell{display:flex;flex-direction:column;gap:.5rem;min-width:220px}.benefits-cell{min-width:180px}.benefits-text{font-size:.85rem;color:#374151;line-height:1.4;background:#f0fdf4;padding:.5rem .75rem;border-radius:8px;border-left:3px solid #22c55e}.usage-cell{display:flex;flex-direction:column;gap:.75rem;min-width:140px}.usage-stats{display:flex;flex-direction:column;gap:.25rem}.usage-count{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:#6b7280}.usage-icon{width:12px;height:12px;color:#fbbf24}.usage-progress{width:100%;height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .3s ease}.status-expired{background:#fee2e2;color:#991b1b}.offer-form{max-width:none}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.offers-stats{flex-direction:column;gap:1rem}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}.products-grid{grid-template-columns:1fr}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.offers-stats{padding:1rem}}@media (max-width: 480px){.offers-stats{gap:.5rem}.stat-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}}.slider-page{max-width:1400px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header-content{flex:1}.page-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.page-subtitle{color:#6b7280;font-size:1rem}.page-filters{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap}.search-container{position:relative;flex:1;min-width:400px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.status-filter{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;min-width:150px}.filter-btn{background:#fff;border:1px solid #e2e8f0;padding:.75rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.filter-btn:hover{border-color:#cbd5e0;background:#f9fafb}.slider-stats{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#db2777;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.page-content{background:#fff;border-radius:12px;overflow:hidden}.slider-image-container{position:relative;display:flex;align-items:center;justify-content:center}.slider-image{width:120px;height:80px;object-fit:cover;border-radius:8px;border:2px solid #f3f4f6}.slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:.5rem;opacity:0;transition:opacity .3s ease}.slider-image-container:hover .slider-overlay{opacity:1}.slider-order{background:#db2777;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:700}.slider-status-indicator{padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.slider-status-indicator.status-active{background:#22c55e}.slider-status-indicator.status-paused{background:#f59e0b}.slider-status-indicator.status-inactive{background:#ef4444}.status-icon{width:12px;height:12px;color:#fff}.title-description-cell{display:flex;flex-direction:column;gap:.5rem;min-width:280px}.slider-title{font-weight:700;color:#1a202c;font-size:1rem;line-height:1.3}.slider-description{font-size:.85rem;color:#6b7280;line-height:1.4}.slider-stats{display:flex;gap:1rem;margin-top:.5rem}.slider-stats .stat-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#9ca3af;flex-direction:row}.slider-stats .stat-icon{width:12px;height:12px}.click-rate{color:#db2777;font-weight:600}.products-cell{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.products-count{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.25rem .75rem;border-radius:12px;width:fit-content}.products-icon{width:14px;height:14px;color:#6b7280}.products-list{display:flex;flex-direction:column;gap:.25rem}.product-item{display:flex;flex-direction:column;gap:.125rem;padding:.25rem 0;border-bottom:1px solid #f3f4f6}.product-item:last-child{border-bottom:none}.product-name{font-size:.8rem;font-weight:500;color:#374151}.product-category{font-size:.7rem;color:#9ca3af;background:#f9fafb;padding:.125rem .375rem;border-radius:6px;width:fit-content}.more-products{font-size:.75rem;color:#db2777;font-weight:600;background:#db27771a;padding:.25rem .5rem;border-radius:6px;text-align:center}.offer-cell{display:flex;flex-direction:column;gap:.5rem;min-width:180px}.offer-header{display:flex;align-items:center;gap:.5rem}.offer-icon{width:16px;height:16px;color:#db2777}.offer-name{font-size:.85rem;font-weight:600;color:#374151;line-height:1.3}.offer-discount{display:flex;align-items:center}.percentage-badge{background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.fixed-badge{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.date-status-cell{display:flex;flex-direction:column;gap:.75rem;min-width:140px}.date-info{display:flex;align-items:center;gap:.5rem}.date-icon{width:14px;height:14px;color:#6b7280}.date-details{display:flex;flex-direction:column;gap:.125rem}.date-value{font-size:.85rem;color:#374151;font-weight:500}.time-value{font-size:.75rem;color:#9ca3af}.status-badge{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-align:center}.status-active{background:#d1fae5;color:#065f46}.status-paused{background:#fef3c7;color:#92400e}.status-inactive{background:#fee2e2;color:#991b1b}.slider-form{max-width:none}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #db2777;display:inline-block}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.form-textarea{resize:vertical;min-height:100px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.offer-preview{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e2e8f0}.preview-icon{width:16px;height:16px;color:#db2777}.preview-text{flex:1;font-weight:500;color:#374151}.preview-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff}.preview-badge.percentage{background:#22c55e}.preview-badge.fixed{background:#3b82f6}.products-selection{display:flex;flex-direction:column;gap:1rem}.selection-help{color:#6b7280;font-size:.875rem;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.product-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.product-card:hover{border-color:#db2777;background:#db27770d}.product-card.selected{border-color:#db2777;background:#db27771a}.product-checkbox input{width:16px;height:16px;accent-color:#db2777}.product-info{flex:1}.product-card .product-name{font-weight:600;color:#1a202c;margin-bottom:.25rem}.product-card .product-category{font-size:.8rem;color:#6b7280;background:#f3f4f6;padding:.125rem .5rem;border-radius:6px;display:inline-block}.selected-count{text-align:center;font-weight:600;color:#db2777;background:#db27771a;padding:.75rem;border-radius:8px}.slider-preview{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.preview-slider-image{width:100%;height:200px;object-fit:cover}.preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem 1.5rem 1.5rem;color:#fff}.preview-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.preview-description{font-size:.9rem;opacity:.9;line-height:1.4}@media (max-width: 1024px){.page-filters{flex-direction:column;align-items:stretch}.search-container{min-width:auto}.slider-stats{flex-direction:column;gap:1rem}.stat-item{flex-direction:row;justify-content:space-between;text-align:left}.products-grid{grid-template-columns:1fr}}@media (max-width: 768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.slider-stats{padding:1rem}.slider-stats .stat-item{flex-direction:column;text-align:center}}@media (max-width: 480px){.slider-stats{gap:.5rem}.stat-item{padding:.5rem 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}}.login-page{min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#f3e8ff,#ede9fe);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(219,39,119,.1) 2px,transparent 2px),radial-gradient(circle at 80% 70%,rgba(236,72,153,.1) 1px,transparent 1px);background-size:50px 50px,30px 30px;pointer-events:none}.login-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;background:#fff;border-radius:20px;box-shadow:0 20px 40px #db277726;overflow:hidden;position:relative;z-index:1}.login-brand{background:linear-gradient(135deg,#db2777,#ec4899,#f472b6);padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;position:relative;overflow:hidden}.brand-content{position:relative;z-index:2}.brand-header{margin-bottom:3rem}.brand-logo{position:relative;display:inline-block;margin-bottom:1.5rem}.logo-image{width:80px;height:80px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 4px 8px rgba(0,0,0,.2))}.crown-icon{position:absolute;top:-10px;right:-10px;width:24px;height:24px;color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:float 3s ease-in-out infinite}.brand-title{font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 8px rgba(0,0,0,.2)}.title-saree{margin-right:.5rem}.title-queen{background:linear-gradient(135deg,#fbbf24,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.brand-tagline{font-size:1.1rem;opacity:.9;font-weight:500;letter-spacing:2px;text-transform:uppercase}.brand-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;opacity:.9}.feature-icon{width:18px;height:18px;color:#fbbf24}.brand-quote{font-style:italic;opacity:.8;font-size:1rem;line-height:1.6}.decorative-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.floating-element{position:absolute;font-size:1.5rem;opacity:.3;animation:float 4s ease-in-out infinite}.element-1{top:20%;left:15%;animation-delay:0s}.element-2{top:30%;right:20%;animation-delay:1s}.element-3{bottom:40%;left:25%;animation-delay:2s}.element-4{bottom:25%;right:15%;animation-delay:3s}.login-form-section{padding:3rem;display:flex;align-items:center;justify-content:center}.form-container{width:100%;max-width:400px}.form-header{text-align:center;margin-bottom:2.5rem}.form-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.form-subtitle{color:#6b7280;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#374151;font-size:.875rem}.input-container{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9ca3af;transition:color .3s ease}.input-container .form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;transition:all .3s ease;background:#fafafa}.form-input:focus{outline:none;border-color:#db2777;background:#fff;box-shadow:0 0 0 3px #db27771a}.form-input:focus+.input-icon{color:#db2777}.form-options{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox{width:16px;height:16px;accent-color:#db2777}.checkbox-text{font-size:.875rem;color:#6b7280}.forgot-link{font-size:.875rem;color:#db2777;text-decoration:none;font-weight:500;transition:color .3s ease}.forgot-link:hover{color:#be185d}.login-button{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:1rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #db27774d}.login-button:disabled{opacity:.7;cursor:not-allowed}.button-icon{width:18px;height:18px}.loading-spinner{width:18px;height:18px;border-radius:50%;animation:spin 1s linear infinite}.form-footer{text-align:center;margin-top:2rem}.footer-text{color:#6b7280;font-size:.875rem}.support-link{color:#db2777;text-decoration:none;font-weight:500;transition:color .3s ease}.support-link:hover{color:#be185d}@media (max-width: 1024px){.login-container{grid-template-columns:1fr;max-width:500px}.login-brand{padding:2rem}.brand-title{font-size:2rem}.login-form-section{padding:2rem}}@media (max-width: 768px){.login-page{padding:.5rem}.login-container{border-radius:16px}.login-brand{padding:1.5rem}.brand-header{margin-bottom:2rem}.brand-title{font-size:1.75rem}.login-form-section{padding:1.5rem}.form-title{font-size:1.5rem}}@media (max-width: 480px){.form-options{flex-direction:column;gap:1rem;align-items:flex-start}.brand-features{gap:.75rem}.feature-item{font-size:.875rem}}.otp-page{min-height:100vh;background:linear-gradient(135deg,#fdf2f8,#f3e8ff,#ede9fe);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.otp-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(219,39,119,.1) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(236,72,153,.1) 1px,transparent 1px);background-size:60px 60px,40px 40px;pointer-events:none}.otp-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #db277726;width:100%;max-width:500px;padding:2rem;position:relative;z-index:1;overflow:hidden}.otp-header{margin-bottom:2rem}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.back-button:hover{color:#db2777;background:#db27771a}.back-icon{width:16px;height:16px}.otp-content{display:flex;flex-direction:column;align-items:center;text-align:center}.otp-icon-container{position:relative;margin-bottom:2rem}.shield-background{width:100px;height:100px;background:linear-gradient(135deg,#db2777,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse 2s ease-in-out infinite}.shield-icon{width:50px;height:50px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.security-dots{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.dot{position:absolute;width:8px;height:8px;background:#fbbf24;border-radius:50%;animation:float 3s ease-in-out infinite}.dot-1{top:20%;right:15%;animation-delay:0s}.dot-2{bottom:25%;left:10%;animation-delay:1s}.dot-3{top:60%;right:5%;animation-delay:2s}.otp-text{margin-bottom:2.5rem}.otp-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.otp-description{color:#6b7280;font-size:1rem;line-height:1.6}.email-highlight{color:#db2777;font-weight:600}.otp-form{width:100%;margin-bottom:2rem}.otp-inputs{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.otp-input{width:50px;height:60px;border:2px solid #e5e7eb;border-radius:12px;text-align:center;font-size:1.5rem;font-weight:700;color:#1a202c;background:#fafafa;transition:all .3s ease}.otp-input:focus{outline:none;border-color:#db2777;background:#fff;box-shadow:0 0 0 3px #db27771a;transform:scale(1.05)}.otp-input.filled{border-color:#db2777;background:#db27770d;color:#db2777}.verify-button{width:100%;background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#9ca3af;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.verify-button.complete{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;cursor:pointer}.verify-button.complete:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #db27774d}.verify-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-content,.button-content{display:flex;align-items:center;gap:.5rem}.verify-icon{width:18px;height:18px}.loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.otp-footer{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.timer-section{display:flex;align-items:center;justify-content:center}.timer-display{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.timer-icon{width:16px;height:16px}.resend-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#db2777;font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.resend-button:hover:not(:disabled){background:#db27771a}.resend-button:disabled{opacity:.7;cursor:not-allowed}.resend-icon{width:16px;height:16px}.resend-spinner{width:16px;height:16px;border:2px solid rgba(219,39,119,.3);border-top:2px solid #db2777;border-radius:50%;animation:spin 1s linear infinite}.help-text{color:#9ca3af;font-size:.8rem;line-height:1.5;max-width:300px}.decorative-bg{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#db27771a,#ec48990d)}.circle-1{width:200px;height:200px;top:-100px;right:-100px;animation:float 6s ease-in-out infinite}.circle-2{width:150px;height:150px;bottom:-75px;left:-75px;animation:float 8s ease-in-out infinite reverse}.circle-3{width:100px;height:100px;top:50%;right:-50px;animation:float 10s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #db277766}50%{transform:scale(1.05);box-shadow:0 0 0 20px #db277700}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.otp-page{padding:.5rem}.otp-container{padding:1.5rem;border-radius:16px}.otp-title{font-size:1.5rem}.otp-inputs{gap:.5rem}.otp-input{width:45px;height:55px;font-size:1.25rem}}@media (max-width: 480px){.otp-container{padding:1rem}.otp-inputs{gap:.375rem}.otp-input{width:40px;height:50px;font-size:1.125rem}.shield-background{width:80px;height:80px}.shield-icon{width:40px;height:40px}.otp-title{font-size:1.25rem}.otp-description{font-size:.875rem}}.users-tab{background:linear-gradient(135deg,#f8fafc,#fff);min-height:100vh}.users-tab__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.users-tab__title-section{display:flex;flex-direction:column;gap:.5rem}.users-tab__title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.users-tab__subtitle{font-size:1rem;color:#64748b;margin:0;font-weight:500}.users-tab__header-actions{display:flex;gap:1rem;align-items:center}.users-tab__export-btn,.users-tab__import-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#475569;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.users-tab__export-btn:hover,.users-tab__import-btn:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.users-tab__add-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#db2777,#be185d);color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #db27774d}.users-tab__add-btn:hover{background:linear-gradient(135deg,#be185d,#a21650);transform:translateY(-2px);box-shadow:0 8px 25px #db277766}.users-tab__btn-icon{width:1rem;height:1rem}.users-tab__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.users-tab__stat-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #f1f5f9;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.users-tab__stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:#db2777}.users-tab__stat-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.users-tab__stat-icon--total{background:linear-gradient(135deg,#3b82f6,#2563eb)}.users-tab__stat-icon--active{background:linear-gradient(135deg,#10b981,#059669)}.users-tab__stat-icon--female{background:linear-gradient(135deg,#db2777,#be185d)}.users-tab__stat-icon--male{background:linear-gradient(135deg,#6366f1,#4f46e5)}.users-tab__stat-content{display:flex;flex-direction:column;gap:.25rem}.users-tab__stat-number{font-size:2rem;font-weight:800;color:#1e293b;margin:0}.users-tab__stat-label{font-size:.875rem;color:#64748b;font-weight:500;margin:0}.users-tab__controls{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 15px #0000000d}.users-tab__search-section{flex:1;max-width:400px}.users-tab__search-bar{position:relative;display:flex;align-items:center}.users-tab__search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#64748b;z-index:2}.users-tab__search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;background-color:#fff;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.users-tab__search-input:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a,0 4px 15px #0000001a}.users-tab__filter-section{display:flex;gap:1rem;align-items:center}.users-tab__filter-select,.users-tab__sort-select{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease;min-width:150px;box-shadow:0 2px 8px #0000000d}.users-tab__filter-select:focus,.users-tab__sort-select:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.users-tab__table-container{background:#fff;border:2px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #00000014;margin-bottom:2rem}.users-tab__table{width:100%;border-collapse:collapse}.users-tab__table-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.users-tab__table-th{background:#f9fafb;padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;border-bottom:1px solid #e2e8f0}.users-tab__table-body{background:#fff}.users-tab__table-row{transition:all .3s ease;border-bottom:1px solid #f1f5f9}.users-tab__table-row:hover{background:linear-gradient(135deg,#fdf2f8,#fef7ff);transform:scale(1.01)}.users-tab__table-td{padding:1.25rem 1.5rem;vertical-align:middle}.users-tab__user-info{display:flex;align-items:center;gap:1rem}.users-tab__user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.users-tab__user-details{display:flex;flex-direction:column;gap:.25rem}.users-tab__user-name{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.users-tab__user-email{font-size:.75rem;color:#64748b;margin:0}.users-tab__contact-info{display:flex;flex-direction:column;gap:.5rem}.users-tab__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#475569}.users-tab__contact-icon{width:.875rem;height:.875rem;color:#64748b}.users-tab__gender-badge{padding:.25rem .5rem;border-radius:6px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.users-tab__gender-badge--male{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.users-tab__gender-badge--female{background:linear-gradient(135deg,#fce7f3,#fbcfe8);color:#be185d}.users-tab__date-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#475569}.users-tab__date-icon{width:.875rem;height:.875rem;color:#64748b}.users-tab__status-badge{padding:.375rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.users-tab__status-badge--active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.users-tab__status-badge--inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.users-tab__orders-count{font-size:1rem;font-weight:700;color:#db2777;background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:.5rem .75rem;border-radius:8px;border:1px solid #fbcfe8}.users-tab__actions{display:flex;gap:.5rem;align-items:center}.users-tab__action-btn{padding:.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.users-tab__action-btn--view{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.users-tab__action-btn--view:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);transform:scale(1.1)}.users-tab__action-btn--edit{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.users-tab__action-btn--edit:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);transform:scale(1.1)}.users-tab__action-btn--delete{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.users-tab__action-btn--delete:hover{background:linear-gradient(135deg,#fecaca,#fca5a5);transform:scale(1.1)}.users-tab__action-icon{width:1rem;height:1rem}.users-tab__pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 15px #0000000d}.users-tab__pagination-info{font-size:.875rem;color:#64748b;font-weight:500}.users-tab__pagination-controls{display:flex;gap:.5rem;align-items:center}.users-tab__pagination-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#475569;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.users-tab__pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#db2777,#be185d);color:#fff;border-color:#db2777;transform:translateY(-2px)}.users-tab__pagination-btn.active{background:linear-gradient(135deg,#db2777,#be185d);color:#fff;border-color:#db2777}.users-tab__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.users-tab__modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.users-tab__modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000040;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.users-tab__modal--view{max-width:500px}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.users-tab__modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:2px solid #f1f5f9}.users-tab__modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.users-tab__modal-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.users-tab__modal-close:hover{background:#f1f5f9}.users-tab__close-icon{width:1.25rem;height:1.25rem;color:#64748b}.users-tab__modal-form{padding:2rem}.users-tab__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.users-tab__form-group{display:flex;flex-direction:column;gap:.5rem}.users-tab__form-group--full{grid-column:1 / -1}.users-tab__form-label{font-size:.875rem;font-weight:600;color:#374151}.users-tab__form-input,.users-tab__form-select,.users-tab__form-textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;transition:all .3s ease;background:#fff}.users-tab__form-input:focus,.users-tab__form-select:focus,.users-tab__form-textarea:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.users-tab__form-textarea{resize:vertical;min-height:80px}.users-tab__modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:2px solid #f1f5f9}.users-tab__modal-btn{padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.users-tab__modal-btn--cancel{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#475569;border:2px solid #e2e8f0}.users-tab__modal-btn--cancel:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transform:translateY(-2px)}.users-tab__modal-btn--primary{background:linear-gradient(135deg,#db2777,#be185d);color:#fff;box-shadow:0 4px 15px #db27774d}.users-tab__modal-btn--primary:hover{background:linear-gradient(135deg,#be185d,#a21650);transform:translateY(-2px);box-shadow:0 8px 25px #db277766}.users-tab__user-profile{padding:2rem}.users-tab__profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.users-tab__profile-avatar{width:4rem;height:4rem;border-radius:50%;object-fit:cover;border:3px solid #db2777}.users-tab__profile-info{display:flex;flex-direction:column;gap:.5rem}.users-tab__profile-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.users-tab__profile-email{font-size:1rem;color:#64748b;margin:0}.users-tab__profile-details{display:flex;flex-direction:column;gap:1.5rem}.users-tab__detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.users-tab__detail-icon{width:1.25rem;height:1.25rem;color:#db2777;margin-top:.125rem}.users-tab__detail-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.users-tab__detail-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.users-tab__detail-value{font-size:.875rem;color:#1e293b;font-weight:500}@media (max-width: 1024px){.users-tab{padding:1rem}.users-tab__header{flex-direction:column;gap:1rem;align-items:stretch}.users-tab__header-actions{justify-content:flex-end}.users-tab__stats{grid-template-columns:repeat(2,1fr)}.users-tab__controls{flex-direction:column;gap:1rem}.users-tab__filter-section{width:100%;justify-content:space-between}}@media (max-width: 768px){.users-tab__stats{grid-template-columns:1fr}.users-tab__table-container{overflow-x:auto}.users-tab__table{min-width:800px}.users-tab__form-grid{grid-template-columns:1fr}.users-tab__modal{width:95%;margin:1rem}.users-tab__pagination{flex-direction:column;gap:1rem}.users-tab__pagination-controls{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.users-tab__header-actions{flex-direction:column;gap:.5rem}.users-tab__modal-form{padding:1rem}.users-tab__modal-header{padding:1rem 1rem .5rem}.users-tab__user-profile{padding:1rem}.users-tab__profile-header{flex-direction:column;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#1a202c;line-height:1.6}.admin-app{min-height:100vh;display:flex;flex-direction:column}.admin-layout{display:flex;flex:1;padding-top:70px}.admin-main{flex:1;padding:2rem;margin-left:0;transition:margin-left .3s ease;overflow-x:auto}.primary-btn{background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #db27774d}.secondary-btn{background:#fff;color:#4a5568;border:1px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background:#f7fafc;border-color:#cbd5e0}.btn-icon{width:16px;height:16px}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:border-color .3s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#db2777;box-shadow:0 0 0 3px #db27771a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}@media (min-width: 1024px){.admin-main{margin-left:280px}}@media (max-width: 768px){.admin-main{padding:1rem}.form-actions{flex-direction:column}}
