.icrm-stats-card{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:12px;padding:20px;color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.icrm-stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.icrm-stats-card.blue{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%)}.icrm-stats-card.green{background:linear-gradient(135deg,#10b981 0,#059669 100%)}.icrm-stats-card.orange{background:linear-gradient(135deg,#f59e0b 0,#d97706 100%)}.icrm-stats-card.red{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%)}.icrm-stats-value{font-size:32px;font-weight:700;margin-bottom:8px}.icrm-stats-label{font-size:14px;opacity:.9}.filter-form-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:20px}@media (max-width:1400px){.filter-form-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.filter-form-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.filter-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.filter-form-grid{grid-template-columns:1fr}}.filter-actions{display:flex;gap:10px;align-items:center}.icrm-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05)}.icrm-data-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.icrm-data-table th{padding:12px 16px;text-align:left;font-weight:600;color:#1e293b;font-size:14px}.icrm-data-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#475569;font-size:14px}.icrm-data-table tbody tr:hover{background:#f8fafc}.icrm-data-table tbody tr:last-child td{border-bottom:none}.icrm-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:.3s;display:inline-flex;align-items:center;gap:8px}.icrm-btn-primary{background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);color:#fff}.icrm-btn-primary:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.icrm-btn-success{background:linear-gradient(135deg,#10b981 0,#059669 100%);color:#fff}.icrm-btn-success:hover{background:linear-gradient(135deg,#059669 0,#047857 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.icrm-btn-danger{background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);color:#fff}.icrm-btn-danger:hover{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.4)}.icrm-btn-secondary{background:#f1f5f9;color:#475569}.icrm-btn-secondary:hover{background:#e2e8f0}.icrm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;animation:.3s forwards fadeIn}@keyframes fadeIn{to{opacity:1}}.icrm-modal{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(.9);animation:.3s forwards scaleUp}@keyframes scaleUp{to{transform:scale(1)}}.icrm-modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.icrm-modal-title{font-size:18px;font-weight:600;color:#1e293b}.icrm-modal-close{background:0 0;border:none;font-size:24px;cursor:pointer;color:#94a3b8;transition:color .2s}.icrm-modal-close:hover{color:#475569}.icrm-modal-body{padding:24px}.icrm-modal-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end}.icrm-form-group{margin-bottom:20px}.icrm-form-label{display:block;margin-bottom:6px;font-weight:500;color:#1e293b;font-size:14px}.icrm-form-input,.icrm-form-select,.icrm-form-textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#1e293b;transition:border-color .3s,box-shadow .3s}.icrm-form-input:focus,.icrm-form-select:focus,.icrm-form-textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.icrm-form-textarea{resize:vertical;min-height:100px}.icrm-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.icrm-badge-success{background:#d1fae5;color:#047857}.icrm-badge-warning{background:#fef3c7;color:#d97706}.icrm-badge-danger{background:#fee2e2;color:#dc2626}.icrm-badge-info{background:#dbeafe;color:#2563eb}.icrm-spinner{border:3px solid #f1f5f9;border-top:3px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.icrm-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:1.5s ease-in-out infinite loading;border-radius:4px}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.icrm-mt-1{margin-top:8px}.icrm-mt-2{margin-top:16px}.icrm-mt-3{margin-top:24px}.icrm-mt-4{margin-top:32px}.icrm-mb-1{margin-bottom:8px}.icrm-mb-2{margin-bottom:16px}.icrm-mb-3{margin-bottom:24px}.icrm-mb-4{margin-bottom:32px}.icrm-p-1{padding:8px}.icrm-p-2{padding:16px}.icrm-p-3{padding:24px}.icrm-p-4{padding:32px}.icrm-text-center{text-align:center}.icrm-text-right{text-align:right}.icrm-text-left{text-align:left}.icrm-flex{display:flex}.icrm-flex-center{display:flex;align-items:center;justify-content:center}.icrm-flex-between{display:flex;align-items:center;justify-content:space-between}.icrm-flex-column{flex-direction:column}.icrm-gap-2{gap:16px}.icrm-shadow{box-shadow:0 2px 4px rgba(0,0,0,.05)}.icrm-shadow-lg{box-shadow:0 10px 30px rgba(0,0,0,.1)}.icrm-rounded{border-radius:6px}.icrm-rounded-lg{border-radius:12px}@media (max-width:768px){.icrm-hide-mobile{display:none!important}}@media (min-width:769px){.icrm-show-mobile{display:none!important}}