:root{--primary-color:#4f46e5;--primary-hover:#4338ca;--secondary-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--info-color:#3b82f6;--control-height:48px;--control-height-sm:40px;--control-height-lg:56px;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--radius-sm:.375rem;--radius:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.report-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s}.report-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.report-card-header{border-bottom:2px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.report-card-title{color:var(--gray-900);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.report-card-title i{color:var(--primary-color);font-size:1.5rem}.report-card-body{padding:0}.metric-card{border-radius:var(--radius-lg);color:#fff;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.metric-card:before{content:"";background:#ffffff1a;border-radius:50%;width:100px;height:100px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.metric-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.metric-card.metric-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.metric-card.metric-success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.metric-card.metric-warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.metric-card.metric-danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.metric-card.metric-info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.metric-card.metric-secondary{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%)}.metric-icon{opacity:.9;margin-bottom:.75rem;font-size:2.5rem}.metric-label{opacity:.9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.metric-value{margin-bottom:.25rem;font-size:2.25rem;font-weight:700;line-height:1;display:block}.metric-unit{opacity:.8;font-size:.875rem;font-weight:500;display:block}.metric-change{border-radius:var(--radius);background:#fff3;align-items:center;gap:.25rem;margin-top:.5rem;padding:.25rem .75rem;font-size:.875rem;display:inline-flex}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;min-height:var(--control-height);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-success{background:var(--success-color);color:#fff}.btn-outline{color:var(--gray-700);border:1px solid var(--gray-300);background:#fff}.btn-outline:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-sm{min-height:var(--control-height-sm);padding:.5rem 1rem;font-size:.8125rem}.btn-lg{min-height:var(--control-height-lg);padding:.75rem 1.5rem;font-size:1rem}.btn-group{flex-wrap:wrap;gap:.5rem;display:inline-flex}.form-group{margin-bottom:0}.form-label{color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-control{border:2px solid var(--gray-300);border-radius:var(--radius);width:100%;min-height:var(--control-height);background:#fff;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5;transition:all .2s}.form-control:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #4f46e51a}.form-select{appearance:none;min-height:var(--control-height);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}select.form-control[multiple]{min-height:var(--control-height);height:var(--control-height);padding-top:.625rem;padding-bottom:.625rem;overflow:auto}select.form-control[multiple] option{padding:.25rem .5rem}.form-control[type=number]{min-height:var(--control-height)}.filter-section{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;margin-bottom:2rem;padding:2rem}.filter-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.filter-title{color:var(--gray-900);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.filter-grid{grid-template-columns:2fr 1fr 1fr;align-items:end;gap:1.5rem;display:grid}.table-container{border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow-x:auto}.data-table{border-collapse:separate;border-spacing:0;background:#fff;width:100%}.data-table thead{background:var(--gray-50)}.data-table thead th{text-align:left;color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--gray-200);padding:1rem;font-size:.75rem;font-weight:700}.data-table tbody tr{transition:all .2s}.data-table tbody tr:hover{background:var(--gray-50)}.data-table tbody td{color:var(--gray-900);border-bottom:1px solid var(--gray-200);padding:1rem;font-size:.875rem}.data-table tbody tr:last-child td{border-bottom:none}.badge{text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#065f46;background:#d1fae5}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}.badge-info{color:#1e40af;background:#dbeafe}.badge-secondary{color:#374151;background:#e5e7eb}.chart-container{border-radius:var(--radius-lg);background:#fff;height:350px;padding:1rem;position:relative}.chart-header{margin-bottom:1rem}.chart-title{color:var(--gray-900);font-size:1rem;font-weight:600}.page-header{border-bottom:2px solid var(--gray-200);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-title{color:var(--gray-900);align-items:center;gap:1rem;font-size:2rem;font-weight:700;display:flex}.page-title i{color:var(--primary-color)}.page-actions{align-items:center;gap:.75rem;display:flex}.empty-state{text-align:center;padding:4rem 2rem}.empty-state-icon{color:var(--gray-300);margin-bottom:1rem;font-size:4rem}.empty-state-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.empty-state-description{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem}.loading-spinner{border:3px solid var(--gray-200);border-top-color:var(--primary-color);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{z-index:9999;background:#ffffffe6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-actions,.btn-group{flex-direction:column;width:100%}.btn{width:100%}.filter-grid{grid-template-columns:1fr}.metric-value{font-size:1.75rem}}@media (width>=769px) and (width<=1024px){.filter-grid{grid-template-columns:1fr 1fr}.filter-grid>:last-child{grid-column:1/-1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}[dir=rtl] .form-select{background-position:.5rem 50%;padding-left:2.5rem;padding-right:1rem}[dir=rtl] .page-title,[dir=rtl] .report-card-title{flex-direction:row-reverse}