.store-customers{flex-direction:column;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-info h1{color:#1e293b;margin:0;font-size:2rem}.page-subtitle{color:#64748b;margin:.25rem 0 0}.header-actions{gap:.75rem;display:flex}.btn-back{color:#64748b;cursor:pointer;background:0 0;border:1px solid #64748b;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.btn-back:hover{background:#f1f5f9}.stat-icon.total{color:#4f46e5;background:#eef2ff}.stat-icon.active{color:#059669;background:#d1fae5}.stat-icon.new{color:#b45309;background:#fff4e5}.stat-icon.revenue{color:#b91c1c;background:#fee2e2}.stat-details{flex-direction:column;display:flex}.stat-label{color:#64748b;margin-bottom:.25rem;font-size:.875rem}.stat-value{color:#1e293b;font-size:1.5rem;font-weight:600}.customers-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.customers-table{border-collapse:collapse;width:100%}.customers-table th{text-align:left;color:#475569;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1rem;font-size:.875rem;font-weight:600}.customers-table td{vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:1rem}.customers-table tr:last-child td{border-bottom:none}.customers-table tr:hover td{background:#f8fafc}.customers-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.customer-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;transition:all .2s}.customer-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.customer-name{text-align:center;color:#1e293b;margin:.5rem 0;font-size:1.1rem}.customer-info-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.customer-info-row span:first-child{color:#64748b;font-size:.85rem}.customer-info-row span:last-child{color:#1e293b;font-weight:500}.customer-actions{border-top:1px solid #e2e8f0;gap:.5rem;margin-top:1rem;padding-top:.5rem;display:flex}.customer-actions button{cursor:pointer;border-radius:6px;flex:1;padding:.5rem;font-size:.875rem}.customer-status{border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.customer-status.active{color:#059669;background:#d1fae5}.customer-status.inactive{color:#b91c1c;background:#fee2e2}.customer-status.blocked{color:#b45309;background:#fef3c7}.customer-status.pending{color:#0369a1;background:#e0f2fe}.skeleton{animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-title{background:#e2e8f0;border-radius:4px;height:20px;margin:1rem}.skeleton-text{background:#e2e8f0;border-radius:4px;height:15px;margin:.5rem 1rem}.skeleton-button{background:#e2e8f0;border-radius:6px;height:36px;margin:1rem}.no-customers{text-align:center;color:#64748b;background:#f8fafc;border-radius:12px;padding:3rem}.loading-more{text-align:center;padding:2rem}.loading-spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.load-more-trigger{height:20px;margin:1rem 0}.end-of-customers{text-align:center;color:#94a3b8;padding:1rem;font-size:.875rem}.checkbox-container{flex-direction:row;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.store-customers{padding:1rem}.select-filter-card{width:100%}.customers-grid{grid-template-columns:1fr}.header-actions{width:100%}.header-actions button{flex:1}}@media (max-width:640px){.customers-table th,.customers-table td{padding:.75rem}}
