@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.insights-page-wrapper{grid-column:1/-1;min-height:100vh;background:#fff;font-family:"IBM Plex Sans Arabic","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;width:100%}.insights-page-wrapper *{box-sizing:border-box}.insights-page-wrapper .container{max-width:1400px !important;width:100% !important;margin:0 auto !important;padding-left:24px !important;padding-right:24px !important}.insights-hero{margin:16px 24px 32px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg, #ed1c24 0%, rgb(207.7281632653, 16.4718367347, 23.7926530612) 100%);padding:52px 0 38px;position:relative}.insights-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover}.insights-hero .hero-content{position:relative;z-index:1;text-align:center;color:white;animation:fadeInUp .8s ease-out}.insights-hero .hero-content .hero-icon{width:80px;height:80px;background:rgba(255, 255, 255, 0.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04)}.insights-hero .hero-content .hero-icon i{font-size:36px;color:white}.insights-hero .hero-content .hero-title{font-size:48px;font-weight:800;margin-bottom:12px;text-shadow:0 2px 10px rgba(0, 0, 0, 0.2);letter-spacing:-0.5px}.insights-hero .hero-content .hero-subtitle{font-size:18px;opacity:.95;font-weight:400;margin:0}.insights-container{margin-top:-40px;position:relative;z-index:10;padding-bottom:80px}.filter-section{background:#f8f9fd;border-radius:20px;padding:32px;margin-bottom:32px;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);animation:fadeInUp .6s ease-out .2s both;position:relative}.filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:12px}.filter-section .filter-header .filter-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-section .filter-header .filter-title{font-size:20px;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:10px}.filter-section .filter-header .filter-title i{color:#ed1c24}.filter-section .filter-header .btn-toggle-filters{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1.5px solid #d5dce1;border-radius:10px;color:#0f172a;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-section .filter-header .btn-toggle-filters i{transition:transform .3s ease}.filter-section .filter-header .btn-toggle-filters:hover{background:#d5dce1}.filter-section .filter-header .btn-reset-filters{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#eef2f6;border:none;border-radius:10px;color:#0f172a;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-section .filter-header .btn-reset-filters:hover{background:#9da7b0;transform:translateY(-2px)}.filter-section .filter-header .btn-reset-filters i{font-size:14px}.filter-section .filter-body{opacity:1}.filter-section .filter-group{margin-bottom:24px}.filter-section .filter-group .filter-label{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:12px}.filter-section .category-pills-modern{display:flex;gap:12px;flex-wrap:wrap}.filter-section .category-pills-modern .pill-modern{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:0 24px;height:48px;background:#f8f9fa;border:1.5px solid #eef2f6;border-radius:30px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.filter-section .category-pills-modern .pill-modern i{width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#68737c;transition:all .3s ease;flex-shrink:0}.filter-section .category-pills-modern .pill-modern span{transition:all .3s ease}.filter-section .category-pills-modern .pill-modern::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, #ed1c24, rgb(207.7281632653, 16.4718367347, 23.7926530612));opacity:0;transition:opacity .3s ease}.filter-section .category-pills-modern .pill-modern:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);border-color:#ed1c24}.filter-section .category-pills-modern .pill-modern:hover i{color:#ed1c24}.filter-section .category-pills-modern .pill-modern.active{background:linear-gradient(135deg, #ed1c24, rgb(207.7281632653, 16.4718367347, 23.7926530612));border-color:#ed1c24;color:white;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05)}.filter-section .category-pills-modern .pill-modern.active::before{opacity:1}.filter-section .category-pills-modern .pill-modern.active i,.filter-section .category-pills-modern .pill-modern.active span{color:white;position:relative;z-index:1}.filter-section .advanced-filters{margin-top:24px}.filter-section .advanced-filters.row{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:16px 20px;margin:0}.filter-section .advanced-filters .filter-input-group .filter-label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:8px}.filter-section .advanced-filters .filter-input-group .filter-label i{color:#ed1c24;margin-right:6px}.filter-section .advanced-filters .filter-input-group .input-with-icon{position:relative}.filter-section .advanced-filters .filter-input-group .input-with-icon .form-control-modern{width:100%;padding:12px 16px 12px 42px;border:2px solid #d5dce1;border-radius:10px;font-size:14px;transition:all .3s ease;background:#fff}.filter-section .advanced-filters .filter-input-group .input-with-icon .form-control-modern:focus{outline:none;border-color:#ed1c24;box-shadow:0 0 0 4px rgba(237, 28, 36, 0.1)}.filter-section .advanced-filters .filter-input-group .input-with-icon .form-control-modern::-moz-placeholder{color:#9da7b0}.filter-section .advanced-filters .filter-input-group .input-with-icon .form-control-modern::placeholder{color:#9da7b0}.filter-section .advanced-filters .filter-input-group .input-with-icon .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#68737c;font-size:16px}.filter-section .advanced-filters .filter-input-group .form-control-modern,.filter-section .advanced-filters .filter-input-group .form-select-modern{width:100%;height:46px;padding:12px 16px;border:1.5px solid #d5dce1;border-radius:10px;font-size:14px;transition:all .25s ease;background:#fff;color:#0f172a;font-weight:500}.filter-section .advanced-filters .filter-input-group .form-control-modern:focus,.filter-section .advanced-filters .filter-input-group .form-select-modern:focus{outline:none;border-color:#ed1c24;box-shadow:0 0 0 3px rgba(237, 28, 36, 0.12)}.kpi-section{margin-bottom:32px}.kpi-section .row{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:24px}.kpi-section .kpi-card-modern{background:#f8f9fa;border-radius:20px;padding:28px;box-shadow:0 .757576px .757576px 0 rgba(10, 16, 25, 0.05);position:relative;overflow:hidden;transition:all .3s ease;animation:fadeInUp .6s ease-out both;border:1px solid #eef2f6}.kpi-section .kpi-card-modern::before{display:none}.kpi-section .kpi-card-modern:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0, 0, 0, 0.08)}.kpi-section .kpi-card-modern .kpi-icon-wrapper{display:none}.kpi-section .kpi-card-modern .kpi-content .kpi-label-modern{font-size:13px;font-weight:500;color:#68737c;margin-bottom:12px;text-transform:none;letter-spacing:0}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:0}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-value-modern{font-size:32px;font-weight:800;color:#0f172a;line-height:1}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-currency{display:none}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-badge-modern{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;background:transparent}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-badge-modern.up{background:rgba(39, 174, 96, 0.1);color:#27ae60}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-badge-modern.down{background:rgba(237, 28, 36, 0.1);color:#ed1c24}.kpi-section .kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-badge-modern i{font-size:11px}.kpi-section .kpi-card-modern .kpi-content .kpi-desc{display:none}.kpi-section .kpi-card-modern .kpi-sparkline{margin-top:16px;height:40px}.charts-section{margin-bottom:32px;margin-top:16px}.charts-section .row{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:24px}.charts-section .chart-card-premium{background:#f8f9fa;border-radius:20px;padding:28px;box-shadow:0 .757576px .757576px 0 rgba(10, 16, 25, 0.05);animation:fadeInUp .6s ease-out both;border:1px solid #eef2f6;height:100%}.charts-section .chart-card-premium .chart-header-premium{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.charts-section .chart-card-premium .chart-header-premium .chart-title-premium{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px 0;display:flex;align-items:center;gap:10px}.charts-section .chart-card-premium .chart-header-premium .chart-title-premium i{color:#ed1c24}.charts-section .chart-card-premium .chart-header-premium .chart-subtitle{font-size:13px;color:#68737c;margin:0}.charts-section .chart-card-premium .chart-header-premium .chart-controls{display:flex;gap:12px;align-items:center}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-group-modern{display:flex;background:#f8f9fd;border-radius:10px;padding:4px}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-group-modern .btn-period{padding:8px 16px;border:none;background:transparent;border-radius:8px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;transition:all .2s ease}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-group-modern .btn-period:hover{background:rgba(237, 28, 36, 0.1)}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-group-modern .btn-period.active{background:#ed1c24;color:white}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-download{width:36px;height:36px;border:none;background:#f8f9fd;border-radius:8px;color:#0f172a;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.charts-section .chart-card-premium .chart-header-premium .chart-controls .btn-download:hover{background:#ed1c24;color:white;transform:translateY(-2px)}.charts-section .chart-card-premium .chart-container-premium{position:relative;height:400px}.charts-section .chart-card-premium .chart-container-premium.small{height:280px}.charts-section .chart-card-premium .chart-container-premium canvas{width:100% !important;max-height:100%}.charts-section .chart-card-premium .chart-legend-custom{margin-top:20px}.charts-section .chart-card-premium .chart-legend-custom .legend-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #d5dce1}.charts-section .chart-card-premium .chart-legend-custom .legend-item:last-child{border-bottom:none}.charts-section .chart-card-premium .chart-legend-custom .legend-item .legend-color{width:14px;height:14px;border-radius:3px;flex-shrink:0}.charts-section .chart-card-premium .chart-legend-custom .legend-item .legend-label{flex:1;font-size:14px;font-weight:500;color:#0f172a}.charts-section .chart-card-premium .chart-legend-custom .legend-item .legend-value{font-size:14px;font-weight:700;color:#0f172a}.table-section{animation:fadeInUp .6s ease-out .4s both}.table-section .table-card-premium{background:#f8f9fa;border-radius:20px;padding:28px;box-shadow:0 .757576px .757576px 0 rgba(10, 16, 25, 0.05);border:1px solid #eef2f6}.table-section .table-card-premium .table-header-premium{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.table-section .table-card-premium .table-header-premium .table-title-premium{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 4px 0;display:flex;align-items:center;gap:10px}.table-section .table-card-premium .table-header-premium .table-title-premium i{color:#ed1c24}.table-section .table-card-premium .table-header-premium .table-subtitle{font-size:13px;color:#68737c;margin:0}.table-section .table-card-premium .table-header-premium .table-actions-premium{display:flex;gap:10px;flex-wrap:wrap}.table-section .table-card-premium .table-header-premium .table-actions-premium .btn-action-premium{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#f8f9fd;border:2px solid transparent;border-radius:10px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.table-section .table-card-premium .table-header-premium .table-actions-premium .btn-action-premium i{font-size:14px}.table-section .table-card-premium .table-header-premium .table-actions-premium .btn-action-premium:hover{background:#ed1c24;color:white;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06)}.table-section .table-card-premium .table-filters-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px;flex-wrap:wrap}.table-section .table-card-premium .table-filters-bar .search-table-wrapper{position:relative;flex:1;min-width:250px;max-width:400px}.table-section .table-card-premium .table-filters-bar .search-table-wrapper i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#68737c;font-size:14px}.table-section .table-card-premium .table-filters-bar .search-table-wrapper .search-table-input{width:100%;padding:10px 16px 10px 40px;border:2px solid #d5dce1;border-radius:10px;font-size:14px;transition:all .3s ease}.table-section .table-card-premium .table-filters-bar .search-table-wrapper .search-table-input:focus{outline:none;border-color:#ed1c24;box-shadow:0 0 0 4px rgba(237, 28, 36, 0.1)}.table-section .table-card-premium .table-filters-bar .table-info .results-count{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f8f9fd;border-radius:8px;font-size:14px;font-weight:600;color:#0f172a}.table-section .table-card-premium .table-filters-bar .table-info .results-count i{color:#ed1c24}.table-section .table-card-premium .table-responsive-premium{overflow-x:auto;border-radius:12px;border:1px solid #d5dce1}.table-section .table-card-premium .table-responsive-premium .insights-table-premium{width:100%;border-collapse:collapse}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead{background:#f8f9fd}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th{padding:16px 20px;text-align:left;font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-bottom:2px solid #d5dce1}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th .th-content{display:flex;align-items:center;gap:8px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th .th-content i{color:#ed1c24}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th .th-content i.sort-icon{color:#9da7b0;margin-left:auto}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th.sortable:hover{background:rgba(237, 28, 36, 0.05)}.table-section .table-card-premium .table-responsive-premium .insights-table-premium thead tr th.sortable:hover .sort-icon{color:#ed1c24}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr{border-bottom:1px solid #d5dce1;transition:all .2s ease}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr:hover{background:#f8f9fd}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.table-row-animated{animation:slideIn .4s ease-out both}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td{text-align:center;padding:60px 20px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td .loading-spinner,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td .loading-spinner,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td .loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td .loading-spinner .spinner,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td .loading-spinner .spinner,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td .loading-spinner .spinner{width:40px;height:40px;border:4px solid #d5dce1;border-top-color:#ed1c24;border-radius:50%;animation:spin .8s linear infinite}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td .loading-spinner p,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td .loading-spinner p,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td .loading-spinner p{margin:0;color:#68737c;font-size:14px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td i,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td i,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td i{font-size:48px;color:#9da7b0;margin-bottom:16px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.loading-row td p,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.no-data td p,.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr.error-state td p{color:#68737c;font-size:15px;margin:8px 0 0}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr td{padding:18px 20px;font-size:14px;color:#0f172a}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr td .cell-content{display:flex;align-items:center;gap:8px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr td .cell-content i{color:#68737c;font-size:14px}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr td .cell-content.cell-price{font-weight:700;color:#ed1c24}.table-section .table-card-premium .table-responsive-premium .insights-table-premium tbody tr td .badge-type{display:inline-block;padding:4px 12px;background:rgba(237, 28, 36, 0.1);color:#ed1c24;border-radius:6px;font-size:12px;font-weight:600}.table-section .table-card-premium .table-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px;flex-wrap:wrap;gap:16px}.table-section .table-card-premium .table-pagination .pagination-info{font-size:14px;color:#68737c}.table-section .table-card-premium .table-pagination .pagination-info span{font-weight:700;color:#0f172a}.table-section .table-card-premium .table-pagination .pagination-controls{display:flex;gap:8px;align-items:center}.table-section .table-card-premium .table-pagination .pagination-controls .btn-page,.table-section .table-card-premium .table-pagination .pagination-controls .btn-page-number{width:36px;height:36px;border:2px solid #d5dce1;background:#fff;border-radius:8px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.table-section .table-card-premium .table-pagination .pagination-controls .btn-page:hover:not(:disabled),.table-section .table-card-premium .table-pagination .pagination-controls .btn-page-number:hover:not(:disabled){background:#ed1c24;border-color:#ed1c24;color:white;transform:translateY(-2px)}.table-section .table-card-premium .table-pagination .pagination-controls .btn-page:disabled,.table-section .table-card-premium .table-pagination .pagination-controls .btn-page-number:disabled{opacity:.4;cursor:not-allowed}.table-section .table-card-premium .table-pagination .pagination-controls .btn-page.active,.table-section .table-card-premium .table-pagination .pagination-controls .btn-page-number.active{background:#ed1c24;border-color:#ed1c24;color:white}.table-section .table-card-premium .table-pagination .pagination-controls .page-numbers{display:flex;gap:4px}.insights-page-wrapper[dir=rtl] .category-pills-modern .pill-modern,.insights-page-wrapper[dir=rtl] .filter-input-group .input-with-icon .input-icon,.insights-page-wrapper[dir=rtl] .search-table-wrapper i{left:auto;right:14px}.insights-page-wrapper[dir=rtl] .filter-input-group .input-with-icon .form-control-modern{padding-left:16px;padding-right:42px}.insights-page-wrapper[dir=rtl] .search-table-input{padding-left:16px !important;padding-right:40px !important}.insights-page-wrapper[dir=rtl] .insights-table-premium thead th,.insights-page-wrapper[dir=rtl] .insights-table-premium tbody td{text-align:right}@media(max-width: 768px){.insights-hero{padding:50px 0 40px}.insights-hero .hero-content .hero-icon{width:60px;height:60px}.insights-hero .hero-content .hero-icon i{font-size:28px}.insights-hero .hero-content .hero-title{font-size:32px}.insights-hero .hero-content .hero-subtitle{font-size:16px}.filter-section{padding:20px}.filter-section .category-pills-modern .pill-modern{font-size:13px;padding:12px 16px}.filter-section .category-pills-modern .pill-modern i{font-size:20px}.kpi-card-modern .kpi-content .kpi-value-wrapper .kpi-value-modern{font-size:28px}.chart-card-premium{padding:20px}.chart-card-premium .chart-container-premium{height:300px}.chart-card-premium .chart-container-premium.small{height:250px}.table-card-premium{padding:20px}.table-card-premium .table-header-premium,.table-card-premium .table-actions-premium{flex-direction:column;align-items:stretch}.table-card-premium .table-header-premium .btn-action-premium,.table-card-premium .table-actions-premium .btn-action-premium{width:100%;justify-content:center}.table-card-premium .table-filters-bar{flex-direction:column}.table-card-premium .table-filters-bar .search-table-wrapper{max-width:100%}}
