  .drill-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6c757d;
    flex-wrap: wrap;
  }

  .drill-breadcrumb .crumb {
    cursor: pointer;
    color: #0d6efd;
    text-decoration: none;
  }

  .drill-breadcrumb .crumb:hover {
    text-decoration: underline;
  }

  .drill-breadcrumb .crumb.current {
    color: #1e293b;
    font-weight: 600;
    cursor: default;
    text-decoration: none;
  }

  .drill-breadcrumb .sep {
    color: #cbd5e1;
  }

  .btn-back {
    border: 1.5px solid #dee2e6;
    background: #fff;
    color: #495057;
    border-radius: 6px;
    font-size: 13px;
    padding: 5px 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all .15s;
  }

  .btn-back:hover {
    background: #f8f9fa;
    border-color: #adb5bd;
  }

  .btn-back:disabled {
    opacity: .4;
    cursor: not-allowed;
  }

  .report-table thead th {
    background: #1e293b;
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
    text-align: center;
    vertical-align: middle;
  }

  .report-table .grp-prop {
    background: #1a4971;
  }

  .report-table .grp-prod {
    background: #145239;
  }

  .report-table .grp-dist {
    background: #5b3a8c;
  }

  .report-table thead tr:nth-child(2) th.grp-prop {
    background: #2a5d8a;
  }

  .report-table thead tr:nth-child(2) th.grp-prop.col-pct {
    background: #1a4971;
  }

  .report-table thead tr:nth-child(2) th.grp-prod {
    background: #1d6b4d;
  }

  .report-table thead tr:nth-child(2) th.grp-prod.col-pct {
    background: #145239;
  }

  .report-table thead tr:nth-child(2) th.grp-dist {
    background: #6d47a3;
  }

  .td-num.c-exceeded {
    color: #dc3545;
    font-weight: 700;
  }

  .td-num.td-total-prod {
    color: #0d6efd;
    font-weight: 600;
  }

  .report-table td {
    vertical-align: middle;
    font-size: 13px;
  }

  .report-table .td-sno {
    font-family: monospace;
    font-size: 12px;
    color: #adb5bd;
    text-align: center;
    width: 48px;
  }

  .report-table .td-name {
    font-weight: 600;
    min-width: 160px;
  }

  .report-table .td-num {
    font-family: 'Courier New', monospace;
    text-align: right;
    white-space: nowrap;
  }

  .report-table .td-pct {
    font-family: 'Courier New', monospace;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
  }

  .pct-good {
    color: #198754;
  }

  .pct-warn {
    color: #d97706;
  }

  .pct-bad {
    color: #dc3545;
  }

  .pct-na {
    color: #adb5bd;
  }

  .drill-link {
    color: #0d6efd;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed rgba(13, 110, 253, .4);
  }

  .drill-link:hover {
    color: #0a58ca;
    border-bottom-style: solid;
  }

  .drill-link.text-end {
    display: inline-block;
    width: 100%;
  }

  .report-table tfoot td {
    background: #f1f5f9;
    font-weight: 700;
    border-top: 2px solid #cbd5e1;
    font-size: 13px;
  }

  .report-table tfoot .td-name {
    color: #1e293b;
  }

  .mini-progress {
    height: 4px;
    background: #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 3px;
    min-width: 50px;
  }

  .mini-progress-bar {
    height: 100%;
    border-radius: 4px;
    transition: width .4s;
  }

  .mini-progress-bar.prop {
    background: #3b82f6;
  }

  .mini-progress-bar.prod {
    background: #22c55e;
  }

  .mini-progress-bar.over {
    background: #dc3545;
  }

  .table-scroll-wrap-outer {
    position: relative;
  }

  .table-scroll-wrap {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #dee2e6;
  }

  .report-table thead th {
    position: sticky;
    z-index: 3;
  }

  .report-table thead tr:nth-child(1) th {
    top: 0;
  }

  .report-table thead tr:nth-child(2) th {
    top: var(--thead-row1-height, 33px);
  }

  .report-table td:nth-child(1),
  .report-table thead th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    width: 48px;
  }

  .report-table thead th:nth-child(1) {
    background: #1e293b;
    z-index: 4;
  }

  .report-table td:nth-child(2),
  .report-table thead th:nth-child(2) {
    position: sticky;
    left: 48px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, .08);
  }

  .report-table thead th:nth-child(2) {
    background: #1e293b;
    z-index: 4;
    box-shadow: 2px 0 4px -1px rgba(0, 0, 0, .18);
  }

  .report-table tbody tr:hover td {
    background: #f8f9fa !important;
  }

  .report-table tbody tr:hover td:nth-child(1),
  .report-table tbody tr:hover td:nth-child(2) {
    background: #f1f5f9 !important;
  }

  .scroll-fade {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, rgba(255, 255, 255, .85));
    transition: opacity .2s;
  }

  .scroll-fade.hidden {
    opacity: 0;
  }

  .skeleton {
    background: linear-gradient(90deg, #e9ecef 25%, #f8f9fa 50%, #e9ecef 75%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 4px;
  }

  @keyframes shimmer {
    0% {
      background-position: 100% 50%
    }

    100% {
      background-position: 0% 50%
    }
  }

  .sk-line {
    height: 14px;
  }

  .sk-line.short {
    width: 40%;
  }

  .sk-line.mid {
    width: 65%;
  }

  .sk-line.right {
    width: 60px;
    margin-left: auto;
  }

  .level-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
  }

  .level-badge.lvl-farm {
    background: #e0e7ff;
    color: #3730a3;
  }

  .level-badge.lvl-crop {
    background: #fef3c7;
    color: #92400e;
  }

  .level-badge.lvl-subcrop {
    background: #d1fae5;
    color: #065f46;
  }

  @media (max-width: 767px) {
    .report-table {
      font-size: 12px;
    }
  }