.statistics-grid{display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,39%,.5) transparent}.statistics-grid::-webkit-scrollbar{width:10px}.statistics-grid::-webkit-scrollbar-track{background:transparent}.statistics-grid::-webkit-scrollbar-thumb{background-color:hsla(0,0%,39%,.5);border-radius:5px;border:2px solid transparent;background-clip:padding-box}.statistics-grid__toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px;padding:16px 24px 0;width:100%}.statistics-grid__title{margin:0;font-size:2rem;line-height:1.1;font-weight:700;color:#f8fafc;flex:1 1 auto;min-width:0}.statistics-grid__filters-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid rgba(102,126,163,.45);background:rgba(28,36,50,.82);color:#e5edff;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:background-color .16s ease,transform .16s ease;margin:8px 24px 0;width:-webkit-fit-content;width:fit-content}.statistics-grid__filters-toggle:hover{background:rgba(59,73,96,.9);transform:translateY(-1px)}.statistics-grid__filters-toggle-icon{width:16px;height:16px;transition:transform .18s ease}.statistics-grid__filters-toggle--open .statistics-grid__filters-toggle-icon{transform:rotate(180deg)}.statistics-grid__filters-toggle--compact{padding-left:12px;padding-right:12px}.statistics-grid__sort{display:flex;justify-content:end;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}.statistics-grid__sort-label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#9ca3af;white-space:nowrap}.statistics-grid__filters{padding:0 24px;overflow:hidden;transition:max-height .25s ease,opacity .2s ease;opacity:1}.statistics-grid__filters--collapsed{pointer-events:none}.statistics-grid__filters--expanded{pointer-events:auto}.statistics-grid__filters-content{padding:10px 0}.statistics-grid__filters .ml-3{margin-left:0!important}.statistics-grid__filters button{border-radius:999px!important;padding:8px 14px!important;font-weight:600!important;background-color:rgba(36,48,63,.82)!important;color:#e5edff!important;border:1px solid rgba(102,126,163,.4)!important;transition:transform .16s ease,background-color .16s ease!important}.statistics-grid__filters button:hover{background-color:rgba(59,73,96,.9)!important;transform:translateY(-1px)}.statistics-grid__filters button.bg-blue-600{background:linear-gradient(135deg,rgba(59,130,246,.9),rgba(37,99,235,.95))!important;border-color:rgba(147,197,253,.45)!important;color:#f8fafc!important}.statistics-grid__filters span.bg-yellow-400{background:hsla(0,0%,100%,.12)!important;color:#facc15!important}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;padding:8px 12px 24px;flex-grow:1}@media (max-width:768px){.statistics-grid__toolbar{flex-direction:row;align-items:center;padding:12px 18px 0}.statistics-grid__filters{padding:0 18px}.statistics-grid__filters:not(.statistics-grid__filters--collapsed){margin-top:4px}.grid-container{padding:8px 8px 20px}.statistics-grid__filters-toggle{margin:8px 18px 0}.statistics-grid{gap:16px}.grid-header{flex-direction:column;align-items:flex-start;gap:8px}.title{margin-left:0;font-size:1.5em}.filters-container,.sort-controls{display:none}.grid-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}}@media (max-width:640px){.statistics-grid__title{font-size:1.6rem}.statistics-grid__sort{width:100%;justify-content:space-between;gap:12px}.statistics-grid__sort-label{font-size:.68rem}.statistics-grid__filters-toggle{font-size:.68rem;letter-spacing:.12em}}