body[data-reports-page="index"] #bostic-app-content.theme-original-report-page {
  --reports-landing-surface: #fff;
  --reports-landing-surface-soft: #f5f7fa;
  --reports-landing-border: #dfe4eb;
  --reports-landing-text: #202734;
  --reports-landing-muted: #667085;
  --reports-landing-accent: #ffa11d;
  --reports-landing-info: #2878d0;
  --reports-landing-success: #16865a;
  --reports-landing-danger: #d84a4a;
  --reports-landing-warning: #b66a00;
}

body[data-pc-theme="dark"][data-reports-page="index"] #bostic-app-content.theme-original-report-page,
html[data-pc-theme="dark"] body[data-reports-page="index"] #bostic-app-content.theme-original-report-page {
  --reports-landing-surface: #171c25;
  --reports-landing-surface-soft: #202632;
  --reports-landing-border: #343c4b;
  --reports-landing-text: #f3f6f9;
  --reports-landing-muted: #aeb8c7;
  --reports-landing-info: #67aaf0;
  --reports-landing-success: #51c694;
  --reports-landing-danger: #ff7979;
  --reports-landing-warning: #ffc267;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero {
  overflow: visible !important;
  border: 1px solid var(--reports-landing-border) !important;
  border-top: 4px solid var(--reports-landing-accent) !important;
  background: var(--reports-landing-surface) !important;
  box-shadow: 0 14px 34px rgb(24 32 48 / 8%);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero .card-body {
  padding: clamp(1.35rem, 3vw, 2rem);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.86fr) minmax(25rem, 1.14fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-width: 0;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-intro,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command {
  min-width: 0;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-heading h2 {
  color: var(--reports-landing-text);
  overflow-wrap: anywhere;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero .reports-hub-title-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  color: #5a3600;
  background: color-mix(in srgb, var(--reports-landing-accent) 88%, #fff);
  box-shadow: none;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero .reports-hub-title-icon::after {
  content: none;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-lead {
  max-width: 38rem;
  margin-top: 1rem;
  color: var(--reports-landing-muted) !important;
  line-height: 1.65;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command {
  display: grid;
  gap: 1rem;
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: 1px solid var(--reports-landing-border);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command .reports-project-context {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command .reports-context-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.45rem;
  color: #5a3600;
  background: color-mix(in srgb, var(--reports-landing-accent) 88%, #fff);
  box-shadow: none;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command .reports-hero-actions {
  align-items: center;
  justify-content: flex-start;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command .reports-hero-actions .btn {
  min-height: 2.75rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-list-panel {
  overflow: visible;
  border: 1px solid var(--reports-landing-border);
  background: var(--reports-landing-surface);
  box-shadow: 0 12px 30px rgb(24 32 48 / 7%);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-list-panel > .card-header {
  border-bottom: 1px solid var(--reports-landing-border);
  background: var(--reports-landing-surface) !important;
  padding: 1.1rem 1.25rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-list-panel > .card-body {
  background: var(--reports-landing-surface);
  padding: 1.25rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-toolbar {
  margin-inline: 0;
  padding: 1rem;
  border: 1px solid var(--reports-landing-border);
  border-radius: 0.5rem;
  background: var(--reports-landing-surface-soft);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-toolbar .form-label {
  color: var(--reports-landing-text);
  font-weight: 700;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-history-table {
  border-color: var(--reports-landing-border);
  border-radius: 0.5rem;
  background: var(--reports-landing-surface);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table {
  min-width: 62rem;
  table-layout: fixed;
  color: var(--reports-landing-text);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th {
  border-bottom: 1px solid var(--reports-landing-border);
  background: var(--reports-landing-surface-soft);
  color: var(--reports-landing-muted);
  padding: 0.85rem 0.75rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(1) { width: 6rem; }
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(2) { width: 14rem; }
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(3) { width: 9rem; }
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(4),
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(5) { width: 6rem; }
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(6) { width: 10rem; }
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table th:nth-child(7) { width: 12.5rem; }

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table td {
  padding: 0.95rem 0.75rem;
  border-color: var(--reports-landing-border);
  background: var(--reports-landing-surface);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table tbody tr:hover td {
  background: color-mix(in srgb, var(--reports-landing-accent) 4%, var(--reports-landing-surface));
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-ring {
  --reports-table-score-tone: var(--reports-landing-accent);
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: conic-gradient(
    var(--reports-table-score-tone) calc(var(--reports-table-score, 0) * 3.6deg),
    var(--reports-landing-border) 0
  );
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-ring::before {
  content: "";
  position: absolute;
  inset: 0.34rem;
  border-radius: 50%;
  background: var(--reports-landing-surface);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-ring.is-empty {
  --reports-table-score-tone: var(--reports-landing-muted) !important;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  color: var(--reports-landing-text);
  line-height: 1;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-value strong {
  font-size: 0.92rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-score-value small {
  color: var(--reports-landing-muted);
  font-size: 0.56rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-date {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report strong,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report small,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-date strong,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-date small {
  min-width: 0;
  overflow-wrap: anywhere;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report strong,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-date strong {
  color: var(--reports-landing-text);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report small,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-date small {
  color: var(--reports-landing-muted);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-report small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.4rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action {
  display: inline-flex;
  flex: 0 0 2.5rem;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  border-radius: 0.45rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action > i {
  font-size: 1.08rem;
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-view {
  color: var(--reports-landing-info);
  border-color: color-mix(in srgb, var(--reports-landing-info) 38%, var(--reports-landing-border));
  background: color-mix(in srgb, var(--reports-landing-info) 11%, var(--reports-landing-surface));
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-audit {
  color: var(--reports-landing-success);
  border-color: color-mix(in srgb, var(--reports-landing-success) 40%, var(--reports-landing-border));
  background: color-mix(in srgb, var(--reports-landing-success) 11%, var(--reports-landing-surface));
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-neutral {
  color: var(--reports-landing-muted);
  border-color: var(--reports-landing-border);
  background: var(--reports-landing-surface-soft);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-view:hover,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-view:focus-visible {
  color: #fff;
  border-color: var(--reports-landing-info);
  background: var(--reports-landing-info);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-audit:hover,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-audit:focus-visible {
  color: #fff;
  border-color: var(--reports-landing-success);
  background: var(--reports-landing-success);
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-neutral:hover,
body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action.is-neutral:focus-visible {
  color: var(--reports-landing-text);
  border-color: var(--reports-landing-muted);
  background: color-mix(in srgb, var(--reports-landing-muted) 16%, var(--reports-landing-surface));
}

body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-icon-action:focus-visible {
  outline: 2px solid var(--reports-landing-accent);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--reports-landing-accent) 22%, transparent);
}

@media (max-width: 1199.98px) {
  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command {
    padding-top: 1.25rem;
    padding-left: 0;
    border-top: 1px solid var(--reports-landing-border);
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-heading {
    align-items: flex-start;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-command .reports-hero-actions {
    align-items: stretch;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-toolbar {
    padding: 0.85rem;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table tr {
    margin: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--reports-landing-border);
    border-radius: 0.5rem;
    background: var(--reports-landing-surface-soft);
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table tr:last-child {
    border-bottom: 1px solid var(--reports-landing-border);
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table td {
    grid-template-columns: minmax(5.75rem, 0.36fr) minmax(0, 1fr);
    background: transparent;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table tbody tr:hover td {
    background: transparent;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-actions {
    display: grid;
    grid-template-columns: repeat(4, 2.75rem);
    justify-content: start !important;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table-actions .reports-table-icon-action {
    flex: 0 0 2.75rem !important;
    width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
  }
}

@media (max-width: 389.98px) {
  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-workspace-heading {
    display: grid;
  }

  body[data-reports-page="index"] #bostic-app-content.theme-original-report-page .reports-table td {
    grid-template-columns: minmax(5.25rem, 0.34fr) minmax(0, 1fr);
  }
}

