:root {
  --ui-border: #dcefe4;
  --ui-soft: #f6fbf7;
  --ui-text: #1f3b2d;
  --ui-success: #1f6f43;
  --ui-danger: #b02a37;
  --ui-info: #1f3d7a;
  --ui-warning: #8a6d1f;
  --ui-focus: #0d7b45;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrap > table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
.table {
  width: 100%;
  color: var(--ui-text);
  font-size: 0.92rem;
}
.table th,
.table td {
  padding: 0.6rem 0.7rem;
  vertical-align: middle;
}
.table thead th {
  background: #f2f8f4;
  color: #1f3b2d;
  font-weight: 600;
}
.table tbody tr:hover {
  background: #f7fbf8;
}

.alert {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-bottom: 12px;
  background: #f4f6f8;
  color: #2b2f33;
}
.alert-success {
  background: #e7f5ee;
  border-color: #b8e0c8;
  color: var(--ui-success);
}
.alert-danger,
.alert-error {
  background: #fdecea;
  border-color: #f5c2c7;
  color: var(--ui-danger);
}
.alert-info {
  background: #e8f1ff;
  border-color: #cfe0ff;
  color: var(--ui-info);
}
.alert-warning {
  background: #fff8e1;
  border-color: #ffe8a3;
  color: var(--ui-warning);
}

.empty-state {
  padding: 16px;
  text-align: center;
  color: #6b7280;
  font-style: italic;
}
.empty-state small,
.empty-state .hint {
  display: block;
  color: #7b8594;
  font-style: normal;
  margin-top: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sikat-version-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 7px 2px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7d84a 0%, #eebf16 100%);
  color: #0b3d2e;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 1.05;
  margin-left: 7px;
  border: 1px solid rgba(11, 61, 46, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 1px 2px rgba(0,0,0,.08);
}
@media (max-width: 576px) {
  .sikat-version-badge {
    font-size: 0.6rem;
    padding: 2px 6px 1px;
  }
}

:focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 2px;
}

.sikat-hero {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 8px;
}
.sikat-hero .hero-logo {
  margin-bottom: 2px;
  max-width: 220px;
  height: auto;
  width: auto;
}
.sikat-hero .hero-title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 4px;
}
.sikat-hero .hero-subtitle {
  font-size: 0.9rem;
  color: #71807a;
  margin-bottom: 6px;
}
.sikat-hero .hero-greeting {
  font-size: 0.92rem;
  font-weight: 600;
  color: #3d5c4c;
  margin-top: 4px;
  margin-bottom: 6px;
}
.sikat-hero .sikat-quick-actions {
  padding: 4px 6px;
  margin-top: 4px;
  margin-bottom: 2px;
  background: #eef7f1;
  border-color: #d7eadf;
}
.sikat-hero .quick-actions-row {
  gap: 5px;
}
.sikat-hero .sikat-quick-actions .sikat-quick-btn {
  padding: 0.3rem 0.65rem;
  font-size: 0.86rem;
  border-radius: 7px;
}
.sikat-hero .sikat-quick-actions .sikat-quick-btn:focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 2px;
}
.sikat-hero .hero-divider {
  margin: 10px 0 10px;
}
@media (max-width: 992px) {
  .sikat-hero {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sikat-hero .quick-actions-row .sikat-quick-btn {
    flex: 1 1 46%;
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  .sikat-hero {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .sikat-hero .quick-actions-row .sikat-quick-btn {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  background: linear-gradient(90deg, #0b4f31 0%, #0e5f38 58%, #0b4f31 100%);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 2px solid #f0c300;
  box-shadow: 0 2px 10px rgba(8, 59, 40, .12);
}
.topbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-logo {
  height: 30px;
  width: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
  filter:
    drop-shadow(1px 0 0 rgba(255, 255, 255, 0.95))
    drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.95))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.95))
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.95))
    drop-shadow(1px 1px 0 rgba(240, 195, 0, 0.85))
    drop-shadow(-1px -1px 0 rgba(240, 195, 0, 0.85));
  -webkit-filter:
    drop-shadow(1px 0 0 rgba(255, 255, 255, 0.95))
    drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.95))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.95))
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.95))
    drop-shadow(1px 1px 0 rgba(240, 195, 0, 0.85))
    drop-shadow(-1px -1px 0 rgba(240, 195, 0, 0.85));
}
.public-page .app-header .sikat-logo-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.public-page .app-header .public-logo {
  display: block;
  filter: drop-shadow(0 0 1px rgba(240, 195, 0, 0.9)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
  -webkit-filter: drop-shadow(0 0 1px rgba(240, 195, 0, 0.9)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.9));
}
.topbar-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.topbar-name {
  font-weight: 700;
  font-size: 0.98rem;
}
.topbar-sub {
  font-size: 0.78rem;
  opacity: 0.85;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar-profile {
  position: relative;
}
.topbar-profile .profile-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topbar-profile .profile-btn:focus-visible {
  outline: 2px solid #f0c300;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(33, 136, 56, 0.35);
}
.sikat-avatar-badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #0f9152;
  color: #fff;
  border: 1px solid #f0c300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.profile-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.topbar-menu {
  position: absolute;
  right: 0;
  top: 38px;
  min-width: 230px;
  max-width: 80vw;
  background: #fff;
  color: var(--ui-text);
  border: 1px solid var(--ui-border);
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  padding: 6px;
  display: none;
  z-index: 90;
}
.topbar-profile.open .topbar-menu { display: block; }
.topbar-user-card {
  padding: 9px 10px 8px;
  border-radius: 8px;
  background: #f6fbf8;
}
.topbar-user-name {
  color: #123f31;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.25;
}
.topbar-user-role {
  color: #64766d;
  font-size: 0.78rem;
  margin-top: 2px;
  text-transform: capitalize;
}
.topbar-menu a {
  display: block;
  padding: 7px 9px;
  border-radius: 7px;
  text-decoration: none;
  color: #124b38;
  font-weight: 600;
  font-size: 0.93rem;
}
.topbar-menu a:hover { background: #eef7f1; }
.topbar-menu a:focus-visible { background: #e6f3ea; }
.topbar-menu a:focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 2px;
}
.topbar-menu .danger { color: #b02a37; }
.topbar-divider {
  height: 1px;
  background: #e6efe9;
  margin: 6px 4px;
}

.app-sidebar-enabled {
  --app-sidebar-width: 258px;
  --app-sidebar-collapsed-width: 78px;
  padding-left: var(--app-sidebar-width);
  transition: padding-left .2s ease;
}
.app-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--app-sidebar-width);
  height: 100vh;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #0b4f31 0%, #083b28 100%);
  color: #eaf7ef;
  border-right: 1px solid rgba(255,255,255,.12);
  box-shadow: 10px 0 26px rgba(8, 59, 40, .12);
}
.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 12px 12px 11px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sidebar-logo {
  width: 78px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.65));
}
.sidebar-brand-text {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  line-height: 1.15;
}
.sidebar-brand-text strong {
  color: #fff;
  font-size: 1.08rem;
  letter-spacing: .4px;
  line-height: 1.05;
}
.sidebar-brand-text span {
  color: rgba(234,247,239,.78);
  font-size: .74rem;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-version {
  margin-left: 2px;
  flex: 0 0 auto;
  font-size: .58rem;
  padding: 3px 6px 2px;
  align-self: flex-start;
  margin-top: 5px;
}
.sidebar-close {
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 9px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar-nav {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 11px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.28) transparent;
}
.sidebar-section {
  margin-bottom: 14px;
}
.sidebar-section-title {
  padding: 7px 10px 6px;
  color: rgba(234,247,239,.56);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sidebar-item {
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar-link,
.sidebar-sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: 10px;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-weight: 700;
  font-size: .92rem;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.sidebar-item.has-children .sidebar-link {
  flex: 1 1 auto;
  padding-right: 36px;
}
.sidebar-link:hover,
.sidebar-sublink:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
}
.sidebar-link.active {
  background: #f4d03f;
  color: #073b27;
  box-shadow: inset 3px 0 0 #fff;
}
.sidebar-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(255,255,255,.12);
  color: inherit;
}
.sidebar-svg {
  width: 17px;
  height: 17px;
  display: block;
}
.sidebar-link.active .sidebar-icon {
  background: rgba(7,59,39,.12);
}
.sidebar-label {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-subnav {
  margin: 5px 0 5px 38px;
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.sidebar-subnav[hidden] {
  display: none;
}
.sidebar-sublink {
  min-height: 32px;
  padding: 7px 9px;
  color: rgba(234,247,239,.72);
  font-size: .82rem;
  font-weight: 650;
}
.sidebar-sublink.active {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.sidebar-accordion-toggle {
  position: absolute;
  right: 6px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255,255,255,.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar-accordion-toggle:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}
.sidebar-accordion-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform .16s ease;
}
.sidebar-item.open .sidebar-accordion-toggle svg {
  transform: rotate(180deg);
}
.sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 11px 13px;
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.10);
}
.sidebar-user-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.sidebar-user-text strong {
  color: #fff;
  font-size: .88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 172px;
}
.sidebar-user-text span {
  color: rgba(234,247,239,.68);
  font-size: .75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 172px;
}
.sidebar-toggle {
  width: 38px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;
  background: rgba(255,255,255,.10);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.sidebar-toggle span {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}
.sidebar-toggle:focus-visible {
  outline: 2px solid #f0c300;
  outline-offset: 2px;
}
.sidebar-toggle:hover {
  background: rgba(255,255,255,.16);
}
.sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(5, 32, 22, .48);
}
.app-sidebar-enabled.sidebar-collapsed {
  padding-left: var(--app-sidebar-collapsed-width);
}
.sidebar-collapsed .app-sidebar {
  width: var(--app-sidebar-collapsed-width);
}
.sidebar-collapsed .sidebar-brand {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-collapsed .sidebar-logo {
  width: 54px;
  height: 42px;
}
.sidebar-collapsed .sidebar-brand-text,
.sidebar-collapsed .sidebar-version,
.sidebar-collapsed .sidebar-section-title,
.sidebar-collapsed .sidebar-label,
.sidebar-collapsed .sidebar-subnav,
.sidebar-collapsed .sidebar-accordion-toggle,
.sidebar-collapsed .sidebar-user-text {
  display: none;
}
.sidebar-collapsed .sidebar-link {
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.sidebar-collapsed .sidebar-icon {
  width: 32px;
  height: 32px;
}
.sidebar-collapsed .sidebar-user {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-collapsed .sidebar-user .sikat-avatar-badge {
  width: 34px;
  height: 34px;
}
.app-sidebar-enabled .topbar {
  z-index: 90;
}
.app-sidebar-enabled .wrap {
  max-width: min(1120px, calc(100vw - var(--app-sidebar-width) - 40px));
}
.sidebar-collapsed .wrap {
  max-width: min(1120px, calc(100vw - var(--app-sidebar-collapsed-width) - 40px));
}
.navbar-main {
  display: none !important;
}

@media (max-width: 576px) {
  .topbar {
    padding: 6px 10px;
  }
  .topbar-name { font-size: 0.92rem; }
  .topbar-sub { display: none; }
}

@media (max-width: 991.98px) {
  .app-sidebar-enabled {
    padding-left: 0;
  }
  .app-sidebar {
    transform: translateX(-104%);
    transition: transform .2s ease;
    width: min(84vw, 286px);
  }
  .sidebar-close {
    display: inline-flex;
  }
  .sidebar-open .app-sidebar {
    transform: translateX(0);
  }
  .app-sidebar-enabled .wrap,
  .sidebar-collapsed .wrap {
    max-width: none;
  }
}

.btn-loading.is-loading {
  opacity: 0.8;
  cursor: progress;
}
.btn-loading.is-loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  vertical-align: -2px;
  animation: ui-spin 0.8s linear infinite;
}
@keyframes ui-spin {
  to { transform: rotate(360deg); }
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
}
.report-modal.is-open {
  display: block;
}
.report-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 37, 24, 0.58);
}
.report-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 32px));
  max-height: 85vh;
  margin: 7vh auto 0;
  background: #fff;
  border: 1px solid #cfe7da;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(5, 42, 28, .26);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.report-modal__header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid #dcefe4;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}
.report-modal__eyebrow {
  margin: 0 0 3px;
  font-size: .74rem;
  font-weight: 800;
  color: #0f6b3d;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.report-modal__title {
  margin: 0;
  color: #113b2c;
  font-size: 1.18rem;
  font-weight: 800;
}
.report-modal__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  color: #607066;
  font-size: .86rem;
}
.report-modal__close {
  width: 34px;
  height: 34px;
  border: 1px solid #cfe7da;
  border-radius: 9px;
  background: #fff;
  color: #28533f;
  font-size: 1.35rem;
  line-height: 1;
}
.report-modal__close:hover {
  background: #eef7f1;
}
.report-modal__body {
  padding: 16px 18px;
  overflow: auto;
}
.report-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 12px 18px;
  border-top: 1px solid #dcefe4;
  background: #fbfdfc;
}
.report-modal__loading,
.report-modal__error {
  padding: 20px;
  border-radius: 10px;
  background: #f6fbf7;
  border: 1px dashed #cfe7da;
  color: #4f6257;
  text-align: center;
}
.report-modal__error {
  background: #fff5f5;
  border-color: #f1b8be;
  color: #9f2634;
}
.report-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 14px;
}
.report-detail-panel {
  border: 1px solid #dcefe4;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.report-detail-panel--wide {
  grid-column: 1 / -1;
}
.report-detail-panel--highlight {
  border-color: #0f9152;
  box-shadow: 0 0 0 3px rgba(15, 145, 82, .16);
  background: #f7fcf9;
}
.report-detail-panel h3 {
  margin: 0 0 10px;
  color: #124b38;
  font-size: .95rem;
  font-weight: 800;
}
.report-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
}
.report-detail-list div {
  min-width: 0;
}
.report-detail-list dt {
  color: #6b7c72;
  font-size: .78rem;
  font-weight: 700;
}
.report-detail-list dd {
  margin: 2px 0 0;
  color: #163f30;
  overflow-wrap: anywhere;
}
.report-detail-title {
  margin-bottom: 8px;
  font-weight: 800;
  color: #123f2d;
}
.report-detail-text,
.report-timeline__note {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.report-detail-empty {
  color: #6b7280;
  background: #f7fbf8;
  border: 1px dashed #cfe7da;
  border-radius: 10px;
  padding: 12px;
}
.report-attachments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.report-attachment {
  border: 1px solid #edf3ef;
  border-radius: 10px;
  padding: 10px;
  background: #fbfdfc;
}
.report-attachment__name {
  font-weight: 800;
  color: #163f30;
  overflow-wrap: anywhere;
}
.report-attachment__meta,
.report-timeline__meta {
  margin-top: 3px;
  color: #728079;
  font-size: .8rem;
}
.report-attachment__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.report-attachment.is-active {
  border-color: #16a34a;
  background: #f0fdf4;
}
.report-attachment-preview {
  margin-top: 12px;
  border: 1px solid #cfe8d8;
  border-radius: 12px;
  background: #f8fcfa;
  padding: 12px;
}
.report-attachment-preview__title {
  font-weight: 700;
  color: #075f36;
  margin-bottom: 8px;
}
.report-attachment-preview__media {
  width: 100%;
  min-height: 280px;
  border: 1px solid #dbe8df;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-attachment-preview__media img {
  display: block;
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.report-attachment-preview__media iframe {
  width: 100%;
  height: min(62vh, 620px);
  border: 0;
  background: #fff;
}
.report-attachment-preview__empty {
  color: #667085;
  text-align: center;
  padding: 24px;
}
.report-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.report-timeline__item {
  position: relative;
  padding: 10px 10px 10px 16px;
  border-left: 3px solid #0f9152;
  border-radius: 8px;
  background: #fbfdfc;
}
.report-timeline__title {
  color: #123f2d;
  font-weight: 800;
}
.report-timeline__note {
  margin-top: 4px;
  color: #3f5449;
}
.report-modal-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .report-modal__dialog {
    width: min(100vw - 18px, 100%);
    max-height: 90vh;
    margin-top: 5vh;
  }
  .report-detail-grid,
  .report-detail-list {
    grid-template-columns: 1fr;
  }
  .report-modal__header,
  .report-modal__body,
  .report-modal__footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}
