.theme-original-sitemap-page {
  max-width: 100%;
}

.theme-original-sitemap-page .min-w-0 {
  min-width: 0;
}

#bostic-app-content.theme-original-sitemap-page .audit-action-hero {
  position: relative;
  border-color: color-mix(in srgb, var(--bs-primary) 22%, var(--bs-border-color));
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--bs-primary) 9%, transparent), transparent 38%),
    var(--bs-card-bg);
}

#bostic-app-content.theme-original-sitemap-page .audit-action-orb {
  position: relative;
}

#bostic-app-content.theme-original-sitemap-page .audit-action-orb::after {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border: 1px solid color-mix(in srgb, var(--bs-primary) 36%, transparent);
  border-radius: 999px;
  animation: sitemap-theme-pulse 2.4s ease-in-out infinite;
}

#bostic-app-content.theme-original-sitemap-page .audit-action-beam {
  position: relative;
  height: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bs-primary) 11%, var(--bs-tertiary-bg));
}

#bostic-app-content.theme-original-sitemap-page .audit-action-beam span {
  position: absolute;
  inset: 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--bs-primary), transparent);
  animation: sitemap-theme-beam 3.2s ease-in-out infinite;
}

.sitemap-summary-tile {
  overflow: hidden;
}

.sitemap-summary-tile .card-body {
  min-height: 8.75rem;
}

.sitemap-summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  color: var(--bs-primary);
  font-size: 1.2rem;
}

.sitemap-latest-card strong {
  overflow-wrap: anywhere;
}

.sitemap-detail-hero,
.sitemap-detail-section-card {
  overflow: hidden;
}

.sitemap-detail-hero {
  border-color: color-mix(in srgb, var(--bs-primary) 18%, var(--bs-border-color));
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--bs-primary) 8%, transparent), transparent 36%),
    var(--bs-card-bg);
}

.sitemap-detail-hero-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.sitemap-detail-hero-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}

.sitemap-detail-mark {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1rem;
}

.sitemap-detail-actions {
  max-width: 34rem;
}

.sitemap-detail-meta-grid,
.sitemap-detail-metric-grid,
.sitemap-issue-grid {
  display: grid;
  gap: 0.75rem;
  min-width: 0;
}

.sitemap-detail-meta-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sitemap-detail-meta-grid > div {
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}

.sitemap-detail-meta-grid span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--bs-secondary-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sitemap-detail-meta-grid strong {
  display: block;
  min-width: 0;
  color: var(--bs-emphasis-color);
  overflow-wrap: anywhere;
}

.sitemap-detail-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.sitemap-detail-metric-card {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-width: 0;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-left-width: 0.25rem;
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}

.sitemap-detail-metric-card.severity-success { border-left-color: var(--bs-success); }
.sitemap-detail-metric-card.severity-warning { border-left-color: var(--bs-warning); }
.sitemap-detail-metric-card.severity-danger { border-left-color: var(--bs-danger); }
.sitemap-detail-metric-card.severity-info { border-left-color: var(--bs-info); }
.sitemap-detail-metric-card.severity-secondary { border-left-color: var(--bs-secondary); }

.sitemap-detail-metric-card span,
.sitemap-detail-metric-card small {
  color: var(--bs-secondary-color);
}

.sitemap-detail-metric-card strong {
  color: var(--bs-emphasis-color);
  font-size: 1.35rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid var(--bs-border-color);
  border-left-width: 0.25rem;
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact.severity-success {
  border-left-color: var(--bs-success);
  --audit-issue-accent: var(--bs-success);
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact.severity-warning {
  border-left-color: var(--bs-warning);
  --audit-issue-accent: var(--bs-warning);
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact.severity-danger {
  border-left-color: var(--bs-danger);
  --audit-issue-accent: var(--bs-danger);
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact.severity-info {
  border-left-color: var(--bs-info);
  --audit-issue-accent: var(--bs-info);
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact.severity-secondary {
  border-left-color: var(--bs-secondary);
  --audit-issue-accent: var(--bs-secondary);
}

#bostic-app-content.theme-original-sitemap-page .audit-issue-fact-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-width: 0;
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact strong,
#bostic-app-content.theme-original-sitemap-page .audit-key-fact small,
#bostic-app-content.theme-original-sitemap-page .audit-key-fact dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

#bostic-app-content.theme-original-sitemap-page .audit-key-fact small,
#bostic-app-content.theme-original-sitemap-page .sitemap-issue-label {
  color: var(--bs-secondary-color);
}

#bostic-app-content.theme-original-sitemap-page .seo-severity-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.18rem 0.48rem;
  color: var(--audit-issue-accent, var(--bs-secondary));
  background: color-mix(in srgb, var(--audit-issue-accent, var(--bs-secondary)) 11%, transparent);
  font-size: 0.72rem;
  font-weight: 700;
}

#bostic-app-content.theme-original-sitemap-page .audit-issue-fact-details {
  margin-top: 0.2rem;
}

#bostic-app-content.theme-original-sitemap-page .audit-issue-fact-details summary {
  cursor: pointer;
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 700;
}

#bostic-app-content.theme-original-sitemap-page .seo-issue-meta {
  display: grid;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
}

#bostic-app-content.theme-original-sitemap-page .seo-issue-meta div {
  min-width: 0;
}

#bostic-app-content.theme-original-sitemap-page .seo-issue-meta dt {
  color: var(--bs-secondary-color);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

#bostic-app-content.theme-original-sitemap-page .seo-issue-meta dd {
  margin: 0.1rem 0 0;
}

.sitemap-theme-mark {
  align-items: center;
  background: var(--bostic-surface-primary-soft);
  border-radius: 50%;
  color: var(--bs-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.sitemap-theme-project-list {
  display: grid;
  gap: 0.875rem;
}

.sitemap-theme-project-card {
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 1rem;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.sitemap-theme-project-card:hover,
.sitemap-theme-project-card.is-selected {
  border-color: var(--bs-primary);
}

.sitemap-theme-project-card:hover {
  transform: translateY(-1px);
}

.sitemap-theme-project-title,
.sitemap-theme-url {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sitemap-robots-card {
  overflow: hidden;
}

.sitemap-robots-grid {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
  min-width: 0;
}

.sitemap-robots-metric {
  min-width: 0;
  padding: 0.875rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}

.sitemap-robots-metric span {
  display: block;
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  margin-bottom: 0.35rem;
}

.sitemap-robots-metric strong {
  display: block;
  color: var(--bs-body-color);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.sitemap-robots-list {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.sitemap-robots-list .sitemap-issue-fact {
  min-height: 100%;
}

.sitemap-robots-url,
.sitemap-robots-token,
.sitemap-robots-empty-state,
.sitemap-robots-finding {
  min-width: 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}

.sitemap-robots-url,
.sitemap-robots-token,
.sitemap-robots-empty-state {
  display: block;
  padding: 0.75rem 0.875rem;
  overflow-wrap: anywhere;
}

.sitemap-robots-empty-state {
  color: var(--bs-secondary-color);
}

.sitemap-robots-finding {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem;
}

.sitemap-robots-finding strong,
.sitemap-robots-finding p {
  overflow-wrap: anywhere;
}

.sitemap-robots-finding p {
  margin: 0.25rem 0 0;
  color: var(--bs-secondary-color);
}

.sitemap-theme-status-orb {
  background: var(--bostic-surface-secondary-soft);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
}

.sitemap-theme-status-orb.is-active {
  animation: sitemap-theme-pulse 1.4s ease-in-out infinite;
  background: var(--bs-primary);
}

.sitemap-theme-code-row {
  align-items: center;
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.sitemap-theme-code-row code {
  max-width: 65%;
  overflow-wrap: anywhere;
  text-align: right;
}

.sitemap-theme-modal[hidden] {
  display: none;
}

.sitemap-theme-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 1100;
}

.sitemap-theme-backdrop {
  background: color-mix(in srgb, var(--bs-dark) 48%, transparent);
  inset: 0;
  position: absolute;
}

.sitemap-theme-dialog {
  max-width: min(32rem, 100%);
  position: relative;
  width: 100%;
  z-index: 1;
}

@keyframes sitemap-theme-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--bs-primary) 35%, transparent); }
  50% { box-shadow: 0 0 0 0.45rem color-mix(in srgb, var(--bs-primary) 0%, transparent); }
}

@keyframes sitemap-theme-beam {
  0% { transform: translateX(-120%); opacity: 0.18; }
  35% { opacity: 1; }
  100% { transform: translateX(240%); opacity: 0.18; }
}

@media (prefers-reduced-motion: reduce) {
  .sitemap-theme-project-card,
  .sitemap-theme-status-orb.is-active,
  #bostic-app-content.theme-original-sitemap-page .audit-action-orb::after,
  #bostic-app-content.theme-original-sitemap-page .audit-action-beam span {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .sitemap-detail-metric-grid,
  .sitemap-detail-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .sitemap-detail-hero-main,
  .sitemap-detail-actions {
    width: 100%;
  }

  .sitemap-detail-actions .btn,
  .sitemap-detail-actions a.btn {
    width: 100%;
  }

  .sitemap-detail-metric-grid,
  .sitemap-detail-meta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sitemap-theme-code-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .sitemap-theme-code-row code {
    max-width: 100%;
    text-align: left;
  }

  .sitemap-robots-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sitemap-robots-finding {
    flex-direction: column;
  }
}

/* Sitemap landing workspace */
body[data-sitemap-page="index"] #bostic-app-content.theme-original-sitemap-page {
  --sitemap-accent: #ffa11d;
  --sitemap-accent-strong: #d77900;
  --sitemap-blue: #3478c9;
  --sitemap-green: #16865a;
  --sitemap-red: #d94343;
  --sitemap-yellow: #d98a14;
  --sitemap-surface: #ffffff;
  --sitemap-surface-soft: #f4f6f9;
  --sitemap-border: #dfe4eb;
  --sitemap-text: #202734;
  --sitemap-muted: #687584;
  --sitemap-shadow: 0 12px 30px rgb(31 41 55 / 7%);
  max-width: 100%;
}

body[data-sitemap-page="index"] #bostic-app-content.theme-original-sitemap-page,
body[data-sitemap-page="index"] #bostic-app-content.theme-original-sitemap-page * {
  min-width: 0;
}

body[data-sitemap-page="index"] #bostic-app-content.theme-original-sitemap-page [hidden],
body[data-sitemap-page="index"] .sitemap-theme-modal[hidden] {
  display: none !important;
}

body[data-sitemap-page="index"] .sitemap-landing-shell {
  display: grid;
  gap: 1.25rem;
  padding-top: 1.25rem;
}

body[data-sitemap-page="index"] .sitemap-page-alert {
  margin: 0;
}

body[data-sitemap-page="index"] .sitemap-landing-shell .card,
body[data-sitemap-page="index"] .sitemap-theme-dialog {
  background: var(--sitemap-surface);
  border: 1px solid var(--sitemap-border);
  border-radius: 8px;
  box-shadow: var(--sitemap-shadow);
}

body[data-sitemap-page="index"] .sitemap-landing-shell .card-header,
body[data-sitemap-page="index"] .sitemap-theme-dialog .card-header {
  background: var(--sitemap-surface) !important;
  border-bottom: 1px solid var(--sitemap-border);
}

body[data-sitemap-page="index"] .sitemap-launch-panel {
  overflow: visible !important;
  position: relative;
}

body[data-sitemap-page="index"] .sitemap-launch-panel::before {
  background: var(--sitemap-accent);
  border-radius: 8px 0 0 8px;
  content: "";
  inset: -1px auto -1px -1px;
  position: absolute;
  width: 4px;
}

body[data-sitemap-page="index"] .sitemap-launch-panel > .card-body {
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

body[data-sitemap-page="index"] .sitemap-launch-layout {
  align-items: stretch;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(23rem, 0.88fr);
}

body[data-sitemap-page="index"] .sitemap-launch-main {
  align-content: space-between;
  display: grid;
  gap: clamp(1.25rem, 2.4vw, 2rem);
  padding: 0.25rem 0;
}

body[data-sitemap-page="index"] .sitemap-launch-heading {
  align-items: flex-start;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
}

body[data-sitemap-page="index"] .sitemap-launch-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-accent) 13%, var(--sitemap-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-accent) 42%, var(--sitemap-border));
  border-radius: 8px;
  color: var(--sitemap-accent-strong);
  display: inline-flex;
  flex: 0 0 4rem;
  font-size: 2rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

body[data-sitemap-page="index"] .sitemap-kicker-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

body[data-sitemap-page="index"] .sitemap-kicker,
body[data-sitemap-page="index"] .sitemap-console-heading span,
body[data-sitemap-page="index"] .sitemap-section-title > div > span,
body[data-sitemap-page="index"] .sitemap-latest-status-block > span {
  color: var(--sitemap-muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-sitemap-page="index"] .sitemap-launch-heading h2 {
  color: var(--sitemap-text);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.12;
  margin: 0;
}

body[data-sitemap-page="index"] .sitemap-launch-heading p {
  color: var(--sitemap-muted);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0.75rem 0 0;
  max-width: 47rem;
}

body[data-sitemap-page="index"] .sitemap-capability-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body[data-sitemap-page="index"] .sitemap-capability-row span {
  align-items: center;
  background: var(--sitemap-surface-soft);
  border: 1px solid var(--sitemap-border);
  border-radius: 7px;
  color: var(--sitemap-text);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 650;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.45rem 0.7rem;
}

body[data-sitemap-page="index"] .sitemap-capability-row i {
  color: var(--sitemap-blue);
  font-size: 1rem;
}

body[data-sitemap-page="index"] .sitemap-run-flow {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
  position: relative;
}

body[data-sitemap-page="index"] .sitemap-run-flow::before {
  background: var(--sitemap-border);
  content: "";
  height: 1px;
  inset: 0.9rem 10% auto;
  position: absolute;
}

body[data-sitemap-page="index"] .sitemap-run-flow li {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: auto minmax(0, 1fr);
  position: relative;
}

body[data-sitemap-page="index"] .sitemap-run-flow li > span {
  align-items: center;
  background: var(--sitemap-surface);
  border: 1px solid var(--sitemap-border);
  border-radius: 50%;
  color: var(--sitemap-accent-strong);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
  z-index: 1;
}

body[data-sitemap-page="index"] .sitemap-run-flow strong,
body[data-sitemap-page="index"] .sitemap-run-flow small {
  display: block;
}

body[data-sitemap-page="index"] .sitemap-run-flow strong {
  color: var(--sitemap-text);
  font-size: 0.82rem;
}

body[data-sitemap-page="index"] .sitemap-run-flow small {
  color: var(--sitemap-muted);
  font-size: 0.75rem;
  line-height: 1.4;
  margin-top: 0.12rem;
}

body[data-sitemap-page="index"] .sitemap-launch-console {
  align-content: start;
  background: transparent !important;
  border: 0 !important;
  border-inline-start: 1px solid var(--sitemap-border) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid;
  gap: 1rem;
  padding: 0.1rem 0 0.1rem clamp(1.25rem, 2.8vw, 2rem);
}

body[data-sitemap-page="index"] .sitemap-console-heading,
body[data-sitemap-page="index"] .sitemap-panel-header,
body[data-sitemap-page="index"] .sitemap-summary-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

body[data-sitemap-page="index"] .sitemap-console-heading h3,
body[data-sitemap-page="index"] .sitemap-section-title h5 {
  color: var(--sitemap-text);
  font-size: 1rem;
  margin: 0.15rem 0 0;
}

body[data-sitemap-page="index"] .sitemap-console-state,
body[data-sitemap-page="index"] .sitemap-section-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-accent) 12%, var(--sitemap-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-accent) 34%, var(--sitemap-border));
  border-radius: 8px;
  color: var(--sitemap-accent-strong);
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-size: 1.2rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

body[data-sitemap-page="index"] .sitemap-target-card {
  background: var(--sitemap-surface-soft) !important;
  border: 1px solid var(--sitemap-border) !important;
  border-radius: 8px !important;
  padding: 0.9rem !important;
}

body[data-sitemap-page="index"] .sitemap-target-card .bostic-tool-project-mark {
  background: color-mix(in srgb, var(--sitemap-accent) 14%, var(--sitemap-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-accent) 35%, var(--sitemap-border));
  border-radius: 7px;
  color: var(--sitemap-accent-strong);
}

body[data-sitemap-page="index"] .sitemap-active-run {
  align-items: flex-start;
  background: color-mix(in srgb, var(--sitemap-blue) 7%, var(--sitemap-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-blue) 28%, var(--sitemap-border));
  border-radius: 8px;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 0.9rem;
}

body[data-sitemap-page="index"] .sitemap-active-pulse {
  animation: sitemap-landing-pulse 1.6s ease-in-out infinite;
  background: var(--sitemap-blue);
  border: 3px solid color-mix(in srgb, var(--sitemap-blue) 18%, var(--sitemap-surface));
  border-radius: 50%;
  height: 0.85rem;
  margin-top: 0.25rem;
  width: 0.85rem;
}

body[data-sitemap-page="index"] .sitemap-active-run p {
  color: var(--sitemap-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0.2rem 0 0.65rem;
}

body[data-sitemap-page="index"] .sitemap-active-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body[data-sitemap-page="index"] .sitemap-launch-actions {
  border-top: 1px solid var(--sitemap-border);
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 1rem;
}

body[data-sitemap-page="index"] .sitemap-launch-actions .btn {
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

body[data-sitemap-page="index"] .sitemap-start-button i {
  font-size: 1.35rem;
}

body[data-sitemap-page="index"] .sitemap-summary-grid {
  margin-top: 0;
}

body[data-sitemap-page="index"] .sitemap-summary-grid > div {
  display: flex;
}

body[data-sitemap-page="index"] .sitemap-summary-card {
  border-top: 3px solid var(--sitemap-blue) !important;
  overflow: visible;
  width: 100%;
}

body[data-sitemap-page="index"] .sitemap-summary-card.is-completed { border-top-color: var(--sitemap-green) !important; }
body[data-sitemap-page="index"] .sitemap-summary-card.is-active { border-top-color: var(--sitemap-yellow) !important; }
body[data-sitemap-page="index"] .sitemap-summary-card.is-failed { border-top-color: var(--sitemap-red) !important; }

body[data-sitemap-page="index"] .sitemap-summary-card .card-body {
  display: grid;
  grid-template-rows: auto auto minmax(2.75rem, auto);
  min-height: 9.6rem;
  padding: 1.1rem 1.15rem 0.8rem;
}

body[data-sitemap-page="index"] .sitemap-summary-heading > div > span {
  color: var(--sitemap-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

body[data-sitemap-page="index"] .sitemap-summary-card h3 {
  color: var(--sitemap-text);
  font-size: 1.8rem;
  line-height: 1;
  margin: 0.45rem 0 0;
}

body[data-sitemap-page="index"] .sitemap-summary-card .card-body > small {
  color: var(--sitemap-muted);
  line-height: 1.4;
  margin-top: 0.45rem;
}

body[data-sitemap-page="index"] .sitemap-summary-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-blue) 10%, var(--sitemap-surface));
  border-radius: 8px;
  color: var(--sitemap-blue);
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-size: 1.2rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

body[data-sitemap-page="index"] .sitemap-summary-card.is-completed .sitemap-summary-icon { background: color-mix(in srgb, var(--sitemap-green) 11%, var(--sitemap-surface)); color: var(--sitemap-green); }
body[data-sitemap-page="index"] .sitemap-summary-card.is-active .sitemap-summary-icon { background: color-mix(in srgb, var(--sitemap-yellow) 11%, var(--sitemap-surface)); color: var(--sitemap-yellow); }
body[data-sitemap-page="index"] .sitemap-summary-card.is-failed .sitemap-summary-icon { background: color-mix(in srgb, var(--sitemap-red) 10%, var(--sitemap-surface)); color: var(--sitemap-red); }

body[data-sitemap-page="index"] .sitemap-summary-chart {
  align-self: end;
  min-height: 2.75rem;
}

body[data-sitemap-page="index"] .sitemap-latest-panel,
body[data-sitemap-page="index"] .sitemap-history-panel {
  margin-top: 0;
}

body[data-sitemap-page="index"] .sitemap-panel-header {
  min-height: 4.75rem;
  padding: 1rem 1.25rem;
}

body[data-sitemap-page="index"] .sitemap-section-title {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

body[data-sitemap-page="index"] .sitemap-latest-body {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(11rem, 0.7fr) minmax(0, 2.3fr);
  padding: 1.2rem 1.25rem;
}

body[data-sitemap-page="index"] .sitemap-latest-status-block {
  border-inline-end: 1px solid var(--sitemap-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline-end: 1rem;
}

body[data-sitemap-page="index"] .sitemap-latest-status-block strong {
  color: var(--sitemap-text);
  font-size: 1.15rem;
  margin-top: 0.35rem;
}

body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="completed"] { color: var(--sitemap-green); }
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="running"],
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="queued"],
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="retrying"],
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="delayed"] { color: var(--sitemap-yellow); }
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="failed"],
body[data-sitemap-page="index"] .sitemap-latest-status-block strong[data-status="cancelled"] { color: var(--sitemap-red); }

body[data-sitemap-page="index"] .sitemap-latest-status-block small {
  color: var(--sitemap-muted);
  line-height: 1.4;
  margin-top: 0.3rem;
}

body[data-sitemap-page="index"] .sitemap-latest-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

body[data-sitemap-page="index"] .sitemap-latest-metrics > div {
  background: var(--sitemap-surface-soft);
  border: 1px solid var(--sitemap-border);
  border-radius: 7px;
  padding: 0.75rem;
}

body[data-sitemap-page="index"] .sitemap-latest-metrics dt {
  align-items: center;
  color: var(--sitemap-muted);
  display: flex;
  font-size: 0.72rem;
  font-weight: 650;
  gap: 0.35rem;
}

body[data-sitemap-page="index"] .sitemap-latest-metrics dt i {
  color: var(--sitemap-blue);
  font-size: 0.95rem;
}

body[data-sitemap-page="index"] .sitemap-latest-metrics dd {
  color: var(--sitemap-text);
  font-size: 1rem;
  font-weight: 760;
  margin: 0.35rem 0 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="index"] .sitemap-history-panel > .card-body {
  padding: 1.25rem;
}

body[data-sitemap-page="index"] .sitemap-filter-row {
  border-bottom: 1px solid var(--sitemap-border);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(11rem, 0.32fr) minmax(16rem, 1fr);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

body[data-sitemap-page="index"] .sitemap-filter-row .form-label {
  color: var(--sitemap-text);
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

body[data-sitemap-page="index"] .sitemap-filter-row .form-control,
body[data-sitemap-page="index"] .sitemap-filter-row .form-select {
  background-color: var(--sitemap-surface-soft);
  border-color: var(--sitemap-border);
  margin-top: 0.5rem;
  min-height: 2.75rem;
}

body[data-sitemap-page="index"] .sitemap-search-control {
  display: block;
  position: relative;
}

body[data-sitemap-page="index"] .sitemap-search-control i {
  color: var(--sitemap-muted);
  font-size: 1rem;
  inset: 50% auto auto 0.85rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(-23%);
}

body[data-sitemap-page="index"] .sitemap-search-control .form-control {
  padding-inline-start: 2.4rem;
}

body[data-sitemap-page="index"] .sitemap-history-loading {
  padding: 1rem 0;
}

body[data-sitemap-page="index"] .sitemap-history-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 3rem 1rem;
  text-align: center;
}

body[data-sitemap-page="index"] .sitemap-history-empty p {
  color: var(--sitemap-muted);
  margin: 0.4rem 0 1rem;
}

body[data-sitemap-page="index"] .sitemap-empty-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-accent) 11%, var(--sitemap-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-accent) 30%, var(--sitemap-border));
  border-radius: 8px;
  color: var(--sitemap-accent-strong);
  display: inline-flex;
  font-size: 1.6rem;
  height: 3.25rem;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 3.25rem;
}

body[data-sitemap-page="index"] .sitemap-history-list {
  background: var(--sitemap-surface);
  border: 1px solid var(--sitemap-border);
  border-radius: 8px;
  overflow-x: auto;
}

body[data-sitemap-page="index"] .sitemap-history-table {
  min-width: 70rem;
  table-layout: fixed;
  width: 100%;
}

body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(1) { width: 21%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(2) { width: 10%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(3) { width: 18%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(4) { width: 18%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(5) { width: 12%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(6) { width: 11%; }
body[data-sitemap-page="index"] .sitemap-history-table th:nth-child(7) { width: 10%; }

body[data-sitemap-page="index"] .sitemap-history-table > thead > tr > th {
  background: var(--sitemap-surface) !important;
  border-bottom: 2px solid color-mix(in srgb, var(--sitemap-accent) 42%, var(--sitemap-border));
  color: var(--sitemap-muted);
  font-size: 0.72rem;
  font-weight: 720;
  padding: 0.95rem 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-sitemap-page="index"] .sitemap-history-table > tbody > tr {
  background: var(--sitemap-surface);
  transition: background-color 160ms ease;
}

body[data-sitemap-page="index"] .sitemap-history-table > tbody > tr:hover {
  background: color-mix(in srgb, var(--sitemap-accent) 5%, var(--sitemap-surface));
}

body[data-sitemap-page="index"] .sitemap-history-table > tbody > tr > td {
  border-bottom-color: var(--sitemap-border);
  padding: 1rem;
  vertical-align: middle;
}

body[data-sitemap-page="index"] .sitemap-history-table > tbody > tr:last-child > td {
  border-bottom: 0;
}

body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="completed"] > td:first-child { box-shadow: inset 3px 0 var(--sitemap-green); }
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="running"] > td:first-child,
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="queued"] > td:first-child,
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="retrying"] > td:first-child,
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="delayed"] > td:first-child { box-shadow: inset 3px 0 var(--sitemap-yellow); }
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="failed"] > td:first-child,
body[data-sitemap-page="index"] .sitemap-history-table tr[data-sitemap-row-status="cancelled"] > td:first-child { box-shadow: inset 3px 0 var(--sitemap-red); }

body[data-sitemap-page="index"] .sitemap-table-target strong,
body[data-sitemap-page="index"] .sitemap-table-target small,
body[data-sitemap-page="index"] .sitemap-table-date strong,
body[data-sitemap-page="index"] .sitemap-table-date small {
  display: block;
}

body[data-sitemap-page="index"] .sitemap-table-target strong,
body[data-sitemap-page="index"] .sitemap-table-date strong {
  color: var(--sitemap-text);
}

body[data-sitemap-page="index"] .sitemap-table-target small,
body[data-sitemap-page="index"] .sitemap-table-date small {
  color: var(--sitemap-muted);
  margin-top: 0.28rem;
}

body[data-sitemap-page="index"] .sitemap-table-target small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-sitemap-page="index"] .sitemap-table-sources,
body[data-sitemap-page="index"] .sitemap-table-coverage {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

body[data-sitemap-page="index"] .sitemap-signal-chip {
  align-items: center;
  background: var(--sitemap-surface-soft);
  border: 1px solid var(--sitemap-border);
  border-radius: 6px;
  color: var(--sitemap-muted);
  display: inline-flex;
  font-size: 0.72rem;
  gap: 0.3rem;
  padding: 0.3rem 0.45rem;
}

body[data-sitemap-page="index"] .sitemap-signal-chip strong { color: var(--sitemap-text); }
body[data-sitemap-page="index"] .sitemap-signal-chip.is-found i,
body[data-sitemap-page="index"] .sitemap-signal-chip.is-valid i { color: var(--sitemap-green); }
body[data-sitemap-page="index"] .sitemap-signal-chip.is-missing i,
body[data-sitemap-page="index"] .sitemap-signal-chip.is-broken i { color: var(--sitemap-red); }
body[data-sitemap-page="index"] .sitemap-signal-chip.is-unknown i { color: var(--sitemap-muted); }
body[data-sitemap-page="index"] .sitemap-signal-chip.is-delta i { color: var(--sitemap-yellow); }

body[data-sitemap-page="index"] .sitemap-table-health {
  display: grid;
  gap: 0.45rem;
}

body[data-sitemap-page="index"] .sitemap-table-health > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

body[data-sitemap-page="index"] .sitemap-table-health small {
  color: var(--sitemap-muted);
}

body[data-sitemap-page="index"] .sitemap-table-health .progress {
  background: var(--sitemap-surface-soft);
  height: 0.42rem;
}

body[data-sitemap-page="index"] .sitemap-table-health .progress-bar {
  background: var(--sitemap-green);
}

body[data-sitemap-page="index"] .sitemap-table-actions {
  display: flex;
  gap: 0.4rem;
  justify-content: flex-end;
}

body[data-sitemap-page="index"] .sitemap-table-icon-action {
  align-items: center;
  border: 1px solid var(--sitemap-border);
  border-radius: 7px;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  padding: 0;
  width: 2.4rem;
}

body[data-sitemap-page="index"] .sitemap-table-icon-action.is-view {
  background: color-mix(in srgb, var(--sitemap-blue) 10%, var(--sitemap-surface));
  border-color: color-mix(in srgb, var(--sitemap-blue) 30%, var(--sitemap-border));
  color: var(--sitemap-blue);
}

body[data-sitemap-page="index"] .sitemap-table-icon-action.is-rerun {
  background: color-mix(in srgb, var(--sitemap-green) 9%, var(--sitemap-surface));
  border-color: color-mix(in srgb, var(--sitemap-green) 28%, var(--sitemap-border));
  color: var(--sitemap-green);
}

body[data-sitemap-page="index"] .sitemap-table-icon-action.is-cancel {
  background: color-mix(in srgb, var(--sitemap-red) 8%, var(--sitemap-surface));
  border-color: color-mix(in srgb, var(--sitemap-red) 25%, var(--sitemap-border));
  color: var(--sitemap-red);
}

body[data-sitemap-page="index"] .sitemap-table-icon-action i {
  font-size: 1.05rem;
}

body[data-sitemap-page="index"] .sitemap-history-pagination {
  align-items: center;
  border-top: 1px solid var(--sitemap-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
}

body[data-sitemap-page="index"] .sitemap-history-pagination > small {
  color: var(--sitemap-muted);
}

body[data-sitemap-page="index"] .sitemap-history-pagination .page-link {
  align-items: center;
  background: var(--sitemap-surface);
  border-color: var(--sitemap-border);
  color: var(--sitemap-text);
  display: inline-flex;
  min-height: 2.25rem;
  justify-content: center;
  min-width: 2.25rem;
}

body[data-sitemap-page="index"] .sitemap-history-pagination .page-item.active .page-link {
  background: var(--sitemap-accent);
  border-color: var(--sitemap-accent);
  color: #291600;
}

body[data-sitemap-page="index"] .sitemap-history-pagination .page-link:disabled,
body[data-sitemap-page="index"] .sitemap-history-pagination .page-item.disabled .page-link {
  opacity: 0.46;
}

body[data-sitemap-page="index"] :is(.btn, .form-control, .form-select, .page-link, a):focus-visible {
  outline: 2px solid var(--sitemap-accent);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--sitemap-accent) 24%, transparent);
}

body[data-pc-theme="dark"][data-sitemap-page="index"] #bostic-app-content.theme-original-sitemap-page {
  --sitemap-surface: #202731;
  --sitemap-surface-soft: #151b23;
  --sitemap-border: #36404d;
  --sitemap-text: #f3f6f9;
  --sitemap-muted: #aeb8c5;
  --sitemap-accent-strong: #ffb84f;
  --sitemap-shadow: none;
}

body[data-pc-theme="dark"][data-sitemap-page="index"] .sitemap-filter-row :is(.form-control, .form-select),
body[data-pc-theme="dark"][data-sitemap-page="index"] .sitemap-filter-row :is(.form-control, .form-select):focus {
  color: var(--sitemap-text);
}

body[data-pc-theme="dark"][data-sitemap-page="index"] .sitemap-filter-row .form-control::placeholder {
  color: var(--sitemap-muted);
}

@keyframes sitemap-landing-pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--sitemap-blue) 30%, transparent); }
  50% { box-shadow: 0 0 0 0.4rem color-mix(in srgb, var(--sitemap-blue) 0%, transparent); }
}

@media (max-width: 1199.98px) {
  body[data-sitemap-page="index"] .sitemap-launch-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-launch-console {
    border-inline-start: 0 !important;
    border-top: 1px solid var(--sitemap-border) !important;
    padding: 1.5rem 0 0;
  }
}

@media (max-width: 991.98px) {
  body[data-sitemap-page="index"] .sitemap-latest-body {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-latest-status-block {
    border-bottom: 1px solid var(--sitemap-border);
    border-inline-end: 0;
    padding: 0 0 1rem;
  }

  body[data-sitemap-page="index"] .sitemap-latest-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body[data-sitemap-page="index"] .sitemap-filter-row {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-history-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-sitemap-page="index"] .sitemap-history-pagination nav,
  body[data-sitemap-page="index"] .sitemap-history-pagination .pagination {
    width: 100%;
  }

  body[data-sitemap-page="index"] .sitemap-history-pagination .pagination {
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  body[data-sitemap-page="index"] .sitemap-landing-shell {
    gap: 1rem;
    padding-top: 1rem;
  }

  body[data-sitemap-page="index"] .sitemap-launch-panel > .card-body,
  body[data-sitemap-page="index"] .sitemap-history-panel > .card-body,
  body[data-sitemap-page="index"] .sitemap-latest-body {
    padding: 1rem;
  }

  body[data-sitemap-page="index"] .sitemap-launch-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-launch-icon {
    flex-basis: 3.35rem;
    font-size: 1.65rem;
    height: 3.35rem;
    width: 3.35rem;
  }

  body[data-sitemap-page="index"] .sitemap-run-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-run-flow::before {
    display: none;
  }

  body[data-sitemap-page="index"] .sitemap-launch-actions,
  body[data-sitemap-page="index"] .sitemap-latest-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="index"] .sitemap-launch-actions .btn,
  body[data-sitemap-page="index"] .sitemap-active-actions .btn,
  body[data-sitemap-page="index"] .sitemap-panel-header > .btn {
    min-height: 44px;
    width: 100%;
  }

  body[data-sitemap-page="index"] .sitemap-panel-header {
    align-items: stretch;
    flex-direction: column;
    min-height: 0;
    padding: 1rem;
  }

  body[data-sitemap-page="index"] .sitemap-section-title {
    align-items: flex-start;
  }

  body[data-sitemap-page="index"] .sitemap-summary-card .card-body {
    min-height: 9rem;
  }

  body[data-sitemap-page="index"] .sitemap-theme-dialog .card-body {
    padding: 1rem;
  }

  body[data-sitemap-page="index"] .sitemap-theme-dialog .card-body .btn {
    min-height: 44px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-sitemap-page="index"] .sitemap-active-pulse,
  body[data-sitemap-page="index"] .sitemap-history-table > tbody > tr {
    animation: none;
    transition: none;
  }
}

/* Sitemap detail workspace */
body[data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page {
  --sitemap-detail-accent: #ffa11d;
  --sitemap-detail-blue: #3478c9;
  --sitemap-detail-green: #16865a;
  --sitemap-detail-red: #d94343;
  --sitemap-detail-yellow: #d98a14;
  --sitemap-detail-violet: #7565cf;
  --sitemap-detail-surface: #ffffff;
  --sitemap-detail-surface-soft: #f4f6f9;
  --sitemap-detail-border: #dfe4eb;
  --sitemap-detail-text: #202734;
  --sitemap-detail-muted: #687584;
  --sitemap-detail-shadow: 0 12px 30px rgb(31 41 55 / 7%);
  display: grid;
  gap: 1.25rem;
  max-width: 100%;
  padding-top: 1.25rem;
}

body[data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page,
body[data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page * {
  min-width: 0;
}

body[data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page [hidden],
body[data-sitemap-page="detail"] .sitemap-theme-modal[hidden],
body[data-sitemap-page="detail"] .sitemap-evidence-modal[hidden] {
  display: none !important;
}

body[data-sitemap-page="detail"] .sitemap-detail-command-card,
body[data-sitemap-page="detail"] .sitemap-detail-panel,
body[data-sitemap-page="detail"] .sitemap-theme-dialog {
  background: var(--sitemap-detail-surface);
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 8px;
  box-shadow: var(--sitemap-detail-shadow);
  margin: 0;
  overflow: hidden;
}

body[data-sitemap-page="detail"] .sitemap-detail-command-card > .card-body {
  padding: 1.35rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-command-layout {
  align-items: flex-start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-sitemap-page="detail"] .sitemap-detail-identity {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-command-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-detail-accent) 14%, var(--sitemap-detail-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-detail-accent) 34%, var(--sitemap-detail-border));
  border-radius: 8px;
  color: #c96f00;
  display: inline-flex;
  flex: 0 0 3.5rem;
  font-size: 1.8rem;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-eyebrow > span:first-child,
body[data-sitemap-page="detail"] .sitemap-detail-section-title > div > span,
body[data-sitemap-page="detail"] .sitemap-detail-chart-block > div > span,
body[data-sitemap-page="detail"] .sitemap-detail-table-heading span,
body[data-sitemap-page="detail"] .sitemap-detail-filter-row > div > span,
body[data-sitemap-page="detail"] .sitemap-evidence-heading > div > span,
body[data-sitemap-page="detail"] .sitemap-evidence-section-heading > div > span {
  color: var(--sitemap-detail-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-sitemap-page="detail"] .sitemap-detail-identity h2 {
  color: var(--sitemap-detail-text);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-detail-identity p {
  color: var(--sitemap-detail-muted);
  margin: 0.4rem 0 0;
  max-width: 48rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-operations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  max-width: 36rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-operations .btn,
body[data-sitemap-page="detail"] .sitemap-detail-header-actions .btn,
body[data-sitemap-page="detail"] .sitemap-detail-url-header > .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
}

body[data-sitemap-page="detail"] .sitemap-detail-operations > small {
  color: var(--sitemap-detail-muted);
  flex-basis: 100%;
  text-align: end;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile {
  border-top: 1px solid var(--sitemap-detail-border);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.25rem;
  padding-top: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div {
  border-inline-end: 1px solid var(--sitemap-detail-border);
  padding: 0.2rem 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:first-child {
  padding-inline-start: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:last-child {
  border-inline-end: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile span,
body[data-sitemap-page="detail"] .sitemap-detail-run-profile strong {
  display: block;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile span {
  align-items: center;
  color: var(--sitemap-detail-muted);
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile span i {
  color: var(--sitemap-detail-accent);
  font-size: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-run-profile strong {
  color: var(--sitemap-detail-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-sitemap-page="detail"] .sitemap-detail-alert {
  margin: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-panel-header {
  align-items: center;
  background: var(--sitemap-detail-surface);
  border-bottom: 1px solid var(--sitemap-detail-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 5rem;
  padding: 1rem 1.2rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-title {
  align-items: center;
  display: flex;
  gap: 0.85rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-detail-blue) 10%, var(--sitemap-detail-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-detail-blue) 26%, var(--sitemap-detail-border));
  border-radius: 7px;
  color: var(--sitemap-detail-blue);
  display: inline-flex;
  flex: 0 0 2.75rem;
  font-size: 1.25rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-icon.is-violet {
  background: color-mix(in srgb, var(--sitemap-detail-violet) 10%, var(--sitemap-detail-surface));
  border-color: color-mix(in srgb, var(--sitemap-detail-violet) 26%, var(--sitemap-detail-border));
  color: var(--sitemap-detail-violet);
}

body[data-sitemap-page="detail"] .sitemap-detail-section-icon.is-orange {
  background: color-mix(in srgb, var(--sitemap-detail-accent) 12%, var(--sitemap-detail-surface));
  border-color: color-mix(in srgb, var(--sitemap-detail-accent) 32%, var(--sitemap-detail-border));
  color: #c96f00;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-icon.is-green {
  background: color-mix(in srgb, var(--sitemap-detail-green) 10%, var(--sitemap-detail-surface));
  border-color: color-mix(in srgb, var(--sitemap-detail-green) 26%, var(--sitemap-detail-border));
  color: var(--sitemap-detail-green);
}

body[data-sitemap-page="detail"] .sitemap-detail-section-title h3,
body[data-sitemap-page="detail"] .sitemap-detail-table-heading h4,
body[data-sitemap-page="detail"] .sitemap-detail-filter-row h4,
body[data-sitemap-page="detail"] .sitemap-evidence-section-heading h4 {
  color: var(--sitemap-detail-text);
  margin: 0.08rem 0 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-title h3 {
  font-size: 1.05rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-section-title p {
  color: var(--sitemap-detail-muted);
  font-size: 0.82rem;
  margin: 0.22rem 0 0;
  max-width: 50rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-panel-badge {
  background: color-mix(in srgb, var(--sitemap-detail-blue) 9%, var(--sitemap-detail-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-detail-blue) 23%, var(--sitemap-detail-border));
  border-radius: 999px;
  color: var(--sitemap-detail-blue);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.38rem 0.7rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

body[data-sitemap-page="detail"] .sitemap-detail-overview-layout,
body[data-sitemap-page="detail"] .sitemap-detail-panel-body {
  padding: 1.2rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-overview-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(22rem, 0.8fr) minmax(0, 1.2fr);
}

body[data-sitemap-page="detail"] .sitemap-detail-chart-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-sitemap-page="detail"] .sitemap-detail-chart-block,
body[data-sitemap-page="detail"] .sitemap-detail-metric,
body[data-sitemap-page="detail"] .sitemap-detail-signal,
body[data-sitemap-page="detail"] .sitemap-detail-table-panel,
body[data-sitemap-page="detail"] .sitemap-evidence-summary > article,
body[data-sitemap-page="detail"] .sitemap-evidence-section,
body[data-sitemap-page="detail"] .sitemap-evidence-explanation,
body[data-sitemap-page="detail"] .sitemap-evidence-next-step {
  background: var(--sitemap-detail-surface);
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 8px;
}

body[data-sitemap-page="detail"] .sitemap-detail-chart-block {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 15rem;
  padding: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-chart-block > div:first-child {
  display: grid;
  gap: 0.2rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-chart-block > div:first-child strong {
  color: var(--sitemap-detail-text);
  font-size: 0.88rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-chart {
  align-self: center;
  height: 190px;
  width: 100%;
}

body[data-sitemap-page="detail"] .sitemap-detail-metric-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-sitemap-page="detail"] .sitemap-detail-metric {
  border-top: 3px solid var(--sitemap-detail-blue);
  display: grid;
  gap: 0.35rem;
  min-height: 7.2rem;
  padding: 0.9rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-metric.is-violet { border-top-color: var(--sitemap-detail-violet); }
body[data-sitemap-page="detail"] .sitemap-detail-metric.is-neutral { border-top-color: var(--sitemap-detail-muted); }
body[data-sitemap-page="detail"] .sitemap-detail-metric.is-success { border-top-color: var(--sitemap-detail-green); }
body[data-sitemap-page="detail"] .sitemap-detail-metric.is-danger { border-top-color: var(--sitemap-detail-red); }
body[data-sitemap-page="detail"] .sitemap-detail-metric.is-warning { border-top-color: var(--sitemap-detail-yellow); }

body[data-sitemap-page="detail"] .sitemap-detail-metric span {
  align-items: center;
  color: var(--sitemap-detail-muted);
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.35rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-metric span i {
  color: currentColor;
  font-size: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-metric strong {
  color: var(--sitemap-detail-text);
  font-size: 1.35rem;
  line-height: 1;
}

body[data-sitemap-page="detail"] .sitemap-detail-metric small {
  color: var(--sitemap-detail-muted);
}

body[data-sitemap-page="detail"] .sitemap-detail-empty {
  background: var(--sitemap-detail-surface-soft);
  border: 1px dashed var(--sitemap-detail-border);
  border-radius: 8px;
  color: var(--sitemap-detail-muted);
  padding: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-empty-large {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 3rem 1rem;
  text-align: center;
}

body[data-sitemap-page="detail"] .sitemap-detail-empty-large > i {
  color: var(--sitemap-detail-blue);
  font-size: 2.5rem;
  margin-bottom: 0.65rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-empty-large h4 {
  color: var(--sitemap-detail-text);
  margin: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-empty-large p {
  margin: 0.35rem 0 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-signal-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body[data-sitemap-page="detail"] .sitemap-detail-signal {
  border-inline-start: 3px solid var(--sitemap-detail-blue);
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-signal span {
  color: var(--sitemap-detail-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

body[data-sitemap-page="detail"] .sitemap-detail-signal strong {
  color: var(--sitemap-detail-text);
  font-size: 0.88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-sitemap-page="detail"] .sitemap-detail-two-column {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-sitemap-page="detail"] .sitemap-detail-table-panel {
  overflow: hidden;
}

body[data-sitemap-page="detail"] .sitemap-detail-table-heading {
  align-items: center;
  background: var(--sitemap-detail-surface);
  border-bottom: 1px solid var(--sitemap-detail-border);
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-table-heading h4,
body[data-sitemap-page="detail"] .sitemap-detail-filter-row h4 {
  font-size: 0.92rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-table-heading > i {
  color: var(--sitemap-detail-muted);
  font-size: 1.2rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-table-scroll {
  max-height: 26rem;
  overflow: auto;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table,
body[data-sitemap-page="detail"] .sitemap-results-table {
  color: var(--sitemap-detail-text);
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table th,
body[data-sitemap-page="detail"] .sitemap-results-table th {
  background: var(--sitemap-detail-surface-soft);
  border-bottom-color: var(--sitemap-detail-border);
  color: var(--sitemap-detail-muted);
  font-size: 0.69rem;
  font-weight: 800;
  padding: 0.72rem 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table td,
body[data-sitemap-page="detail"] .sitemap-results-table td {
  border-bottom-color: var(--sitemap-detail-border);
  padding: 0.75rem 0.8rem;
  vertical-align: middle;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table tr:last-child td,
body[data-sitemap-page="detail"] .sitemap-results-table tr:last-child td {
  border-bottom: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table {
  min-width: 34rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-compact-table th:first-child { width: 42%; }
body[data-sitemap-page="detail"] .sitemap-detail-compact-table th:last-child { width: 5rem; }

body[data-sitemap-page="detail"] .sitemap-detail-cell-title,
body[data-sitemap-page="detail"] .sitemap-detail-cell-copy,
body[data-sitemap-page="detail"] .sitemap-detail-url-link,
body[data-sitemap-page="detail"] .sitemap-detail-url-source {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-sitemap-page="detail"] .sitemap-detail-cell-title,
body[data-sitemap-page="detail"] .sitemap-detail-url-link {
  color: var(--sitemap-detail-text);
  font-weight: 700;
}

body[data-sitemap-page="detail"] .sitemap-customer-url {
  color: inherit;
  min-width: 0;
}

body[data-sitemap-page="detail"] .sitemap-customer-url-host {
  font-weight: 600;
}

body[data-sitemap-page="detail"] .sitemap-customer-url-path {
  color: inherit;
  font-weight: 850;
}

body[data-sitemap-page="detail"] .sitemap-detail-cell-copy,
body[data-sitemap-page="detail"] .sitemap-detail-url-source {
  color: var(--sitemap-detail-muted);
  font-size: 0.76rem;
  margin-top: 0.18rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-icon-action {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-detail-blue) 9%, var(--sitemap-detail-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-detail-blue) 25%, var(--sitemap-detail-border));
  border-radius: 7px;
  color: var(--sitemap-detail-blue);
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  padding: 0;
  width: 2.4rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-filter-row {
  align-items: center;
  background: var(--sitemap-detail-surface);
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-segmented .btn {
  border-radius: 7px !important;
  min-height: 2.25rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-segmented .btn.active {
  background: var(--sitemap-detail-accent);
  border-color: var(--sitemap-detail-accent);
  color: #291600;
}

body[data-sitemap-page="detail"] .sitemap-detail-filter-bar {
  align-items: end;
  background: var(--sitemap-detail-surface);
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 8px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(11rem, 0.35fr) minmax(16rem, 1fr);
  margin-bottom: 1rem;
  padding: 0.85rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-filter-bar .form-label {
  color: var(--sitemap-detail-muted);
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-filter-bar :is(.form-control, .form-select) {
  background-color: var(--sitemap-detail-surface);
  border-color: var(--sitemap-detail-border);
  color: var(--sitemap-detail-text);
  margin-top: 0.35rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-search-field > span {
  display: block;
  position: relative;
}

body[data-sitemap-page="detail"] .sitemap-detail-search-field > span > i {
  color: var(--sitemap-detail-muted);
  font-size: 1rem;
  inset-inline-start: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  z-index: 1;
}

body[data-sitemap-page="detail"] .sitemap-detail-search-field .form-control {
  padding-inline-start: 2.25rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-loading {
  background: var(--sitemap-detail-surface-soft);
  border-radius: 8px;
  padding: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-url-table {
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 8px;
}

body[data-sitemap-page="detail"] .sitemap-results-table {
  min-width: 860px;
}

body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(1) { width: 34%; }
body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(2) { width: 13%; }
body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(3) { width: 10%; }
body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(4) { width: 16%; }
body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(5) { width: 17%; }
body[data-sitemap-page="detail"] .sitemap-results-table th:nth-child(6) { width: 10%; }

body[data-sitemap-page="detail"] .sitemap-detail-pagination {
  align-items: center;
  border-top: 1px solid var(--sitemap-detail-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-pagination > p {
  color: var(--sitemap-detail-muted);
  font-size: 0.8rem;
  margin: 0;
}

body[data-sitemap-page="detail"] .sitemap-detail-pagination .page-link {
  align-items: center;
  background: var(--sitemap-detail-surface);
  border-color: var(--sitemap-detail-border);
  color: var(--sitemap-detail-text);
  display: inline-flex;
  justify-content: center;
  min-height: 2.25rem;
  min-width: 2.25rem;
}

body[data-sitemap-page="detail"] .sitemap-detail-pagination .page-item.active .page-link {
  background: var(--sitemap-detail-accent);
  border-color: var(--sitemap-detail-accent);
  color: #291600;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-band {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 161, 29, 0.32);
  border-left: 4px solid #ffa11d;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 38, 49, 0.06);
}

body[data-sitemap-page="detail"] .sitemap-preliminary-band[hidden] {
  display: none !important;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: #8c5200;
  background: rgba(255, 161, 29, 0.15);
  font-size: 24px;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-copy > span,
body[data-sitemap-page="detail"] .sitemap-preliminary-count small {
  color: #9a5b00;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-copy h3 {
  margin: 2px 0 3px;
  color: #202734;
  font-size: 16px;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-copy p {
  margin: 0;
  color: #687584;
  font-size: 13px;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-progress {
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  background: #edf1f5;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-progress .progress-bar {
  background: #ffa11d;
  transition: width 220ms ease;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-count {
  min-width: 124px;
  text-align: right;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-count strong {
  display: block;
  color: #202734;
  font-size: 25px;
  line-height: 1;
}

body[data-sitemap-page="detail"] .sitemap-preliminary-count span {
  display: block;
  margin: 4px 0 5px;
  color: #687584;
  font-size: 12px;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-band {
  border-color: rgba(255, 161, 29, 0.35);
  border-left-color: #ffa11d;
  background: #202832;
  box-shadow: none;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-copy h3,
body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-count strong {
  color: #f4f7fa;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-copy p,
body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-count span {
  color: #aeb8c5;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-preliminary-progress {
  background: #343d49;
}

@media (max-width: 575.98px) {
  body[data-sitemap-page="detail"] .sitemap-preliminary-band {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body[data-sitemap-page="detail"] .sitemap-preliminary-count {
    grid-column: 1 / -1;
    padding-top: 4px;
    text-align: left;
  }
}

body[data-sitemap-page="detail"] .sitemap-evidence-modal {
  inset: 0;
  position: fixed;
  z-index: 1110;
}

body[data-sitemap-page="detail"] .sitemap-evidence-backdrop {
  background: rgb(15 23 42 / 54%);
  inset: 0;
  position: absolute;
}

body[data-sitemap-page="detail"] .sitemap-evidence-dialog {
  background: var(--sitemap-detail-surface);
  border-inline-start: 1px solid var(--sitemap-detail-border);
  box-shadow: -20px 0 50px rgb(15 23 42 / 18%);
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  inset-block: 0;
  inset-inline-end: 0;
  max-width: min(44rem, 94vw);
  position: absolute;
  width: 100%;
}

body[data-sitemap-page="detail"] .sitemap-evidence-header {
  align-items: flex-start;
  background: var(--sitemap-detail-surface);
  border-bottom: 1px solid var(--sitemap-detail-border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.1rem 1.2rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-heading {
  align-items: flex-start;
  display: flex;
  gap: 0.8rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-icon {
  align-items: center;
  background: color-mix(in srgb, var(--sitemap-detail-accent) 13%, var(--sitemap-detail-surface));
  border: 1px solid color-mix(in srgb, var(--sitemap-detail-accent) 32%, var(--sitemap-detail-border));
  border-radius: 7px;
  color: #c96f00;
  display: inline-flex;
  flex: 0 0 2.75rem;
  font-size: 1.25rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-heading h3 {
  color: var(--sitemap-detail-text);
  font-size: 1.15rem;
  margin: 0.1rem 0 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-evidence-heading p {
  color: var(--sitemap-detail-muted);
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-evidence-close {
  align-items: center;
  background: var(--sitemap-detail-surface-soft);
  border: 1px solid var(--sitemap-detail-border);
  border-radius: 7px;
  color: var(--sitemap-detail-text);
  display: inline-flex;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-close-glyph {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

body[data-sitemap-page="detail"] .sitemap-evidence-body {
  display: grid;
  gap: 1rem;
  overflow-y: auto;
  padding: 1.2rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-summary {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-sitemap-page="detail"] .sitemap-evidence-summary > article {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-summary span,
body[data-sitemap-page="detail"] .sitemap-evidence-detail-list dt,
body[data-sitemap-page="detail"] .sitemap-evidence-next-step > span {
  color: var(--sitemap-detail-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-sitemap-page="detail"] .sitemap-evidence-summary strong {
  color: var(--sitemap-detail-text);
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-evidence-explanation,
body[data-sitemap-page="detail"] .sitemap-evidence-section,
body[data-sitemap-page="detail"] .sitemap-evidence-next-step {
  padding: 1rem;
}

body[data-sitemap-page="detail"] .sitemap-evidence-section-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

body[data-sitemap-page="detail"] .sitemap-evidence-explanation > p,
body[data-sitemap-page="detail"] .sitemap-evidence-next-step > p {
  color: var(--sitemap-detail-text);
  margin: 0.75rem 0 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-evidence-detail-list {
  display: grid;
  gap: 0;
  margin: 0.8rem 0 0;
}

body[data-sitemap-page="detail"] .sitemap-evidence-detail-list > div {
  border-top: 1px solid var(--sitemap-detail-border);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(8rem, 0.32fr) minmax(0, 1fr);
  padding: 0.75rem 0;
}

body[data-sitemap-page="detail"] .sitemap-evidence-detail-list dd {
  color: var(--sitemap-detail-text);
  margin: 0;
  overflow-wrap: anywhere;
}

body[data-sitemap-page="detail"] .sitemap-evidence-next-step {
  background: color-mix(in srgb, var(--sitemap-detail-accent) 8%, var(--sitemap-detail-surface));
  border-color: color-mix(in srgb, var(--sitemap-detail-accent) 28%, var(--sitemap-detail-border));
}

body[data-sitemap-page="detail"] .sitemap-evidence-next-step > span {
  align-items: center;
  color: #a95d00;
  display: flex;
  gap: 0.4rem;
}

body[data-sitemap-page="detail"] :is(.btn, .form-control, .form-select, .page-link, .sitemap-detail-icon-action, .sitemap-evidence-close, a):focus-visible {
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--sitemap-detail-accent) 24%, transparent);
  outline: 2px solid var(--sitemap-detail-accent);
  outline-offset: 2px;
}

body.sitemap-evidence-open {
  overflow: hidden;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page {
  --sitemap-detail-surface: #202731;
  --sitemap-detail-surface-soft: #151b23;
  --sitemap-detail-border: #36404d;
  --sitemap-detail-text: #f3f6f9;
  --sitemap-detail-muted: #aeb8c5;
  --sitemap-detail-shadow: none;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-detail-command-icon,
body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-detail-section-icon.is-orange,
body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-evidence-icon {
  color: #ffb84f;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-evidence-next-step > span {
  color: #ffbd5c;
}

body[data-pc-theme="dark"][data-sitemap-page="detail"] .sitemap-detail-filter-bar :is(.form-control, .form-select)::placeholder {
  color: var(--sitemap-detail-muted);
}

@media (max-width: 1399.98px) {
  body[data-sitemap-page="detail"] .sitemap-detail-overview-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="detail"] .sitemap-detail-chart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  body[data-sitemap-page="detail"] .sitemap-detail-command-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="detail"] .sitemap-detail-operations {
    justify-content: flex-start;
    max-width: none;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-operations > small {
    text-align: start;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile,
  body[data-sitemap-page="detail"] .sitemap-detail-metric-grid,
  body[data-sitemap-page="detail"] .sitemap-detail-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body[data-sitemap-page="detail"] .sitemap-detail-run-profile,
  body[data-sitemap-page="detail"] .sitemap-detail-metric-grid,
  body[data-sitemap-page="detail"] .sitemap-detail-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:nth-child(2) {
    border-inline-end: 0;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:nth-child(n+3) {
    border-top: 1px solid var(--sitemap-detail-border);
    margin-top: 0.75rem;
    padding-top: 0.85rem;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-two-column {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  body[data-sitemap-page="detail"] .sitemap-detail-chart-grid,
  body[data-sitemap-page="detail"] .sitemap-detail-filter-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="detail"] .sitemap-detail-filter-row,
  body[data-sitemap-page="detail"] .sitemap-detail-panel-header {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-header-actions {
    justify-content: flex-start;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-pagination .pagination {
    justify-content: space-between;
  }

  body[data-sitemap-page="detail"] .sitemap-evidence-summary {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  body[data-sitemap-page="detail"] #bostic-app-content.theme-original-sitemap-page {
    gap: 1rem;
    padding-top: 1rem;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-command-card > .card-body,
  body[data-sitemap-page="detail"] .sitemap-detail-overview-layout,
  body[data-sitemap-page="detail"] .sitemap-detail-panel-body,
  body[data-sitemap-page="detail"] .sitemap-evidence-body {
    padding: 1rem;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-identity {
    flex-direction: column;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-command-icon {
    flex-basis: 3.25rem;
    height: 3.25rem;
    width: 3.25rem;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-operations,
  body[data-sitemap-page="detail"] .sitemap-detail-operations .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-header-actions,
  body[data-sitemap-page="detail"] .sitemap-detail-header-actions .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-url-header > .btn {
    width: 100%;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-operations .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-header-actions .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-url-header > .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-segmented .btn,
  body[data-sitemap-page="detail"] .sitemap-detail-icon-action,
  body[data-sitemap-page="detail"] .sitemap-evidence-close {
    min-height: 44px;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile,
  body[data-sitemap-page="detail"] .sitemap-detail-metric-grid,
  body[data-sitemap-page="detail"] .sitemap-detail-signal-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div,
  body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:first-child {
    border-inline-end: 0;
    border-top: 1px solid var(--sitemap-detail-border);
    margin: 0;
    padding: 0.8rem 0;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-run-profile > div:first-child {
    border-top: 0;
  }

  body[data-sitemap-page="detail"] .sitemap-detail-segmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body[data-sitemap-page="detail"] .sitemap-evidence-dialog {
    max-width: 100%;
  }

  body[data-sitemap-page="detail"] .sitemap-evidence-detail-list > div {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-sitemap-page="detail"] .sitemap-evidence-dialog,
  body[data-sitemap-page="detail"] .sitemap-detail-icon-action {
    animation: none;
    transition: none;
  }
}
