@media (max-width:480px) {
  .grid-cols-2{grid-template-columns:repeat(1,minmax(0,1fr))!important}
  [class*="stat-card"],[class*="kpi-card"]{min-width:0;overflow:hidden}
  td,th{white-space:normal;word-break:break-word;overflow-wrap:break-word}
  .overflow-x-auto::before,div:has(> table)::before{content:'';position:sticky;right:0;top:0;width:24px;height:100%;background:linear-gradient(to left,var(--color-surface),transparent);pointer-events:none;z-index:1;float:right;margin-left:-24px}
}
