/* NoteSmart report polish + blank-state guard, 2026-06-15 */
.notesmart-tahap-9 [class*="laporan"],
.notesmart-tahap-9 .ns-print-table,
.notesmart-tahap-9 table {
  box-sizing: border-box;
}

.notesmart-tahap-9 .ns-print-table,
.notesmart-tahap-9 table.ns-print-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid hsl(var(--border, 214 32% 91%));
  border-radius: 14px;
  background: hsl(var(--card, 0 0% 100%));
}

.notesmart-tahap-9 .ns-print-table thead th,
.notesmart-tahap-9 table.ns-print-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f0f8f3;
  color: #123c27;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: none;
  white-space: nowrap;
}

.notesmart-tahap-9 .ns-print-table th,
.notesmart-tahap-9 .ns-print-table td {
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  padding: 10px 12px;
  vertical-align: top;
}

.notesmart-tahap-9 .ns-print-table tbody tr:nth-child(even) td {
  background: rgba(31, 122, 77, .035);
}

.notesmart-tahap-9 .ns-print-table tbody tr:hover td {
  background: rgba(31, 122, 77, .08);
}

.notesmart-tahap-9 .overflow-x-auto {
  scrollbar-width: thin;
  border-radius: 14px;
}

.notesmart-tahap-9 .ns-no-print.rounded-lg,
.notesmart-tahap-9 .ns-no-print.rounded-xl,
.notesmart-tahap-9 section.rounded-lg,
.notesmart-tahap-9 section.rounded-xl {
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.notesmart-tahap-9 [class*="border-dashed"][class*="text-center"] {
  background: linear-gradient(180deg, rgba(31,122,77,.055), rgba(255,255,255,.78));
  border-color: rgba(31,122,77,.22) !important;
  color: #506257;
}

@media (max-width: 768px) {
  .notesmart-tahap-9 .ns-print-table th,
  .notesmart-tahap-9 .ns-print-table td {
    padding: 8px 10px;
    font-size: 12px;
  }

  .notesmart-tahap-9 .grid {
    gap: .75rem;
  }
}

@media print {
  .notesmart-tahap-9 .ns-no-print { display: none !important; }
  .notesmart-tahap-9 .ns-print-table {
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
  }
  .notesmart-tahap-9 .ns-print-table thead th {
    position: static;
    background: #eef5ef !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
