/*
 * Manual authority overrides.
 * Loaded after generated-patches.css so intentional theme decisions win over auto-generated patch bundles.
 */

:root {
  --cf-authority-app-bg: #06080c;
  --cf-authority-surface: #0b0f15;
  --cf-authority-surface-elevated: #10151d;
  --cf-authority-surface-soft: #121923;
  --cf-authority-text: #eef3f7;
  --cf-authority-text-soft: #c8d0d8;
  --cf-authority-text-muted: #92a0ae;
  --cf-authority-border: rgba(255, 255, 255, 0.54);
  --cf-authority-border-soft: rgba(255, 255, 255, 0.18);
  --cf-authority-border-panel: rgba(255, 255, 255, 0.12);
  --cf-authority-accent: rgba(130, 110, 255, 0.9);
  --cf-authority-accent-border: rgba(130, 110, 255, 0.66);
  --cf-authority-accent-soft: rgba(130, 110, 255, 0.16);
  --cf-authority-fullscreen: rgba(230, 220, 90, 0.96);
  --cf-authority-fullscreen-soft: rgba(230, 220, 90, 0.16);
  --cf-authority-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
  --cf-authority-header-height: 74px;
  --cf-authority-header-pad-x: 18px;
  --cf-authority-header-pad-y: 10px;
  --cf-authority-control-height: 36px;
  --cf-authority-control-radius: 12px;
  --cf-authority-panel-radius: 20px;
  --cf-authority-card-radius: 16px;
  --cf-authority-panel-pad: 22px;
  --cf-authority-card-pad: 14px;
  --cf-authority-gap: 14px;
  --cf-authority-gap-tight: 10px;
  --cf-authority-gap-compact: 8px;
  --cf-authority-body-size: 13px;
  --cf-authority-meta-size: 10px;
  --cf-authority-label-size: 10px;
  --cf-authority-label-track: 0.16em;
}

/* Brandmark uplift: keep the cF shield larger and sharper without altering the shell layout. */
.cf-appbar-brand .cf-brandmark,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex: 0 0 56px !important;
  padding: 4px !important;
}

.cf-appbar-brand .cf-brandmark img,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.cf-nav-loading .cf-appbar-nav,
.cf-nav-loading .cf-appbar-nav a {
  cursor: progress !important;
}

.cf-nav-loading .cf-appbar-nav a {
  opacity: 0.82 !important;
}

.cf-webcodex-loading-panel .cf-page-content {
  padding: 4px 22px 22px !important;
}

.cf-webcodex-loading-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(16, 21, 29, 0.96), rgba(10, 14, 20, 0.98));
  color: var(--cf-authority-text-soft);
  box-shadow: var(--cf-authority-shadow);
}

.cf-webcodex-loading-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(130, 110, 255, 0.7));
  box-shadow: 0 0 0 4px rgba(130, 110, 255, 0.14);
}

.cf-webcodex-loading-card strong {
  color: var(--cf-authority-text);
  font-size: 15px;
  letter-spacing: 0.01em;
}

html,
body {
  background: var(--cf-authority-app-bg) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.3) rgba(12, 16, 22, 0.35);
}

@media (min-width: 768px) {
  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    flex: 0 0 70px !important;
    padding: 5px !important;
    border-radius: 16px !important;
    transform-origin: center center !important;
    animation: cf-logo-activation 660ms cubic-bezier(0.22, 0.82, 0.22, 1) 1 both !important;
    will-change: opacity, transform, filter !important;
  }

  .cf-appbar-brand .cf-brandmark img,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

/*
 * Final cascade guard for long public pages. Keep this at the true end of this
 * stylesheet so expanding accordions lengthen the page and expose the footer.
 */
html:has(body.page-id-103),
html:has(body.page-id-108),
html:has(body.page-id-117),
body.page-id-103,
body.page-id-108,
body.page-id-117 {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-main > .cf-panel.is-panel-active,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-panel-body,
body.page-id-103 .cf-panel-body--overview,
body.page-id-103 .cf-page-content,
body.page-id-108 .cf-stage,
body.page-id-108 .cf-app-shell,
body.page-id-108 .cf-main,
body.page-id-108 .cf-main > .cf-panel,
body.page-id-108 .cf-main > .cf-panel.is-panel-active,
body.page-id-108 .cf-panel,
body.page-id-108 .cf-panel-body,
body.page-id-108 .cf-panel-body--overview,
body.page-id-108 .cf-page-content,
body.page-id-117 .cf-stage,
body.page-id-117 .cf-app-shell,
body.page-id-117 .cf-main,
body.page-id-117 .cf-main > .cf-panel,
body.page-id-117 .cf-main > .cf-panel.is-panel-active,
body.page-id-117 .cf-panel,
body.page-id-117 .cf-panel-body,
body.page-id-117 .cf-panel-body--overview,
body.page-id-117 .cf-page-content {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}

body.page-id-103 .cf-footer,
body.page-id-108 .cf-footer,
body.page-id-117 .cf-footer {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  clear: both !important;
  margin-top: 24px !important;
}

body.page-id-108 .cf-main,
body.page-id-117 .cf-main {
  padding-bottom: clamp(220px, 18vh, 320px) !important;
}

body.page-id-103,
body.page-id-108,
body.page-id-117 {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(180, 180, 210, 0.46) rgba(8, 11, 16, 0.68) !important;
}

body.page-id-103::-webkit-scrollbar,
body.page-id-108::-webkit-scrollbar,
body.page-id-117::-webkit-scrollbar {
  width: 9px;
}

body.page-id-103::-webkit-scrollbar-track,
body.page-id-108::-webkit-scrollbar-track,
body.page-id-117::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.96), rgba(13, 17, 24, 0.92));
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

body.page-id-103::-webkit-scrollbar-thumb,
body.page-id-108::-webkit-scrollbar-thumb,
body.page-id-117::-webkit-scrollbar-thumb {
  border: 2px solid rgba(8, 11, 16, 0.88);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(190, 190, 220, 0.5), rgba(130, 110, 255, 0.34));
}

body.page-id-103::-webkit-scrollbar-thumb:hover,
body.page-id-108::-webkit-scrollbar-thumb:hover,
body.page-id-117::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(215, 215, 235, 0.62), rgba(150, 132, 255, 0.5));
}

/*
 * Final cascade guard for long public pages. Keep this after the shell and
 * brand overrides so expanding accordions lengthen the page and expose footer.
 */
html:has(body.page-id-103),
html:has(body.page-id-108),
body.page-id-103,
body.page-id-108 {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-main > .cf-panel.is-panel-active,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-panel-body,
body.page-id-103 .cf-panel-body--overview,
body.page-id-103 .cf-page-content,
body.page-id-108 .cf-stage,
body.page-id-108 .cf-app-shell,
body.page-id-108 .cf-main,
body.page-id-108 .cf-main > .cf-panel,
body.page-id-108 .cf-main > .cf-panel.is-panel-active,
body.page-id-108 .cf-panel,
body.page-id-108 .cf-panel-body,
body.page-id-108 .cf-panel-body--overview,
body.page-id-108 .cf-page-content {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}

body.page-id-103 .cf-footer,
body.page-id-108 .cf-footer {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  clear: both !important;
  margin-top: 24px !important;
}

/*
 * Long-form report/page flow safeguards.
 * These routes contain expanding accordions and large benchmark tables. They
 * must lengthen the document and push the footer down instead of inheriting the
 * app shell's fixed-height workstation behavior.
 */
html:has(body.page-id-103),
html:has(body.page-id-108),
body.page-id-103,
body.page-id-108 {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-main > .cf-panel.is-panel-active,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-panel-body,
body.page-id-103 .cf-panel-body--overview,
body.page-id-103 .cf-page-content,
body.page-id-108 .cf-stage,
body.page-id-108 .cf-app-shell,
body.page-id-108 .cf-main,
body.page-id-108 .cf-main > .cf-panel,
body.page-id-108 .cf-main > .cf-panel.is-panel-active,
body.page-id-108 .cf-panel,
body.page-id-108 .cf-panel-body,
body.page-id-108 .cf-panel-body--overview,
body.page-id-108 .cf-page-content {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}

body.page-id-103 .cf-app-shell,
body.page-id-108 .cf-app-shell {
  min-height: 100vh !important;
}

body.page-id-103 .cf-footer,
body.page-id-108 .cf-footer {
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  clear: both !important;
  margin-top: 24px !important;
}

body.page-id-103 .cf-yoloe-benchmark-active-table-wrap {
  margin-bottom: 18px !important;
}

.cf-yoloe-benchmark-gallery {
  display: grid;
  gap: 16px;
  padding: 4px var(--cf-authority-panel-pad) 0;
}

.cf-yoloe-config-parameters {
  display: grid;
  gap: 8px;
  justify-items: end;
  margin-left: auto;
  max-width: min(440px, 100%);
  padding: 8px 0 2px;
}

.cf-yoloe-config-parameters h3 {
  margin: 0;
  color: var(--cf-authority-text);
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cf-yoloe-config-parameters ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-inline-start: 18px;
  color: var(--cf-authority-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

.cf-yoloe-config-parameters__meta {
  margin: 0;
  color: var(--cf-authority-text-muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

.cf-yoloe-input-corpora-copy {
  margin: 0;
  color: var(--cf-authority-text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.cf-yoloe-section-map {
  display: grid;
  gap: 8px;
  margin: 2px 0 4px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(16, 21, 29, 0.92), rgba(8, 11, 16, 0.94));
}

.cf-yoloe-section-map ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf-yoloe-section-map a {
  display: grid;
  gap: 3px;
  min-height: 54px;
  padding: 9px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: var(--cf-authority-text);
  text-decoration: none;
}

.cf-yoloe-section-map a:hover,
.cf-yoloe-section-map a:focus-visible {
  border-color: rgba(130, 110, 255, 0.72);
  background: rgba(130, 110, 255, 0.12);
}

.cf-yoloe-section-map span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.cf-yoloe-section-map em {
  color: var(--cf-authority-text-muted);
  font-size: 10px;
  font-style: normal;
  line-height: 1.25;
}

.cf-yoloe-benchmark-gallery__head {
  display: grid;
  gap: 6px;
  max-width: min(72ch, 100%);
}

.cf-yoloe-benchmark-gallery__stage {
  display: grid;
  grid-template-columns: minmax(84px, 96px) minmax(0, 460px) minmax(84px, 96px);
  gap: 8px;
  align-items: center;
  perspective: 1800px;
  justify-content: center;
}

.cf-yoloe-benchmark-gallery__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: 96px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--cf-authority-border);
  background: rgba(11, 16, 23, 0.92);
  color: var(--cf-authority-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cf-yoloe-benchmark-gallery__nav:hover,
.cf-yoloe-benchmark-gallery__nav:focus-visible {
  border-color: rgba(130, 110, 255, 0.76);
  background: rgba(130, 110, 255, 0.14);
  transform: translateY(-1px);
}

.cf-yoloe-benchmark-gallery__track {
  position: relative;
  width: min(100%, 460px);
  min-height: 272px;
  justify-self: center;
  overflow: visible;
  transform-style: preserve-3d;
}

.cf-yoloe-benchmark-gallery__slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(48vw, 440px);
  margin: 0;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition:
    transform 420ms cubic-bezier(0.22, 0.82, 0.22, 1),
    opacity 320ms ease,
    filter 320ms ease;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(16, 21, 29, 0.98), rgba(8, 11, 16, 0.98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cf-yoloe-benchmark-gallery__media {
  aspect-ratio: 16 / 9;
  background: #05070a;
  overflow: hidden;
}

.cf-yoloe-benchmark-gallery__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020304;
}

.cf-yoloe-benchmark-gallery__caption {
  display: grid;
  gap: 4px;
  padding: 9px 11px 11px;
}

.cf-yoloe-benchmark-gallery__caption strong {
  color: var(--cf-authority-text);
  font-size: 15px;
  line-height: 1.2;
}

.cf-yoloe-benchmark-gallery__caption span,
.cf-yoloe-benchmark-gallery__active-summary {
  color: var(--cf-authority-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

.cf-yoloe-benchmark-gallery__active-meta {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

.cf-yoloe-benchmark-gallery__active-label {
  margin: 0;
  color: var(--cf-authority-text);
  font-size: 13px;
  font-weight: 700;
}

.cf-yoloe-class-browser {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.cf-yoloe-class-browser__summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--cf-authority-border);
  background: rgba(11, 16, 23, 0.94);
  color: var(--cf-authority-text);
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.cf-yoloe-class-browser__summary::-webkit-details-marker {
  display: none;
}

.cf-yoloe-class-browser[open] .cf-yoloe-class-browser__summary {
  border-color: rgba(130, 110, 255, 0.78);
  background: rgba(130, 110, 255, 0.14);
}

.cf-yoloe-class-browser__body {
  display: grid;
  gap: 10px;
}

.cf-yoloe-class-browser__label {
  color: var(--cf-authority-text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cf-yoloe-class-browser__search {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--cf-authority-border);
  background: rgba(7, 10, 15, 0.96);
  color: var(--cf-authority-text);
  font-size: 13px;
}

.cf-yoloe-class-browser__search::placeholder {
  color: var(--cf-authority-text-muted);
}

.cf-yoloe-class-browser__count {
  margin: 0;
  color: var(--cf-authority-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

.cf-yoloe-class-browser__table-wrap {
  max-height: 520px;
}

.cf-yoloe-class-browser__table th:first-child,
.cf-yoloe-class-browser__table td:first-child {
  width: 68px !important;
}

.cf-yoloe-benchmark-active-table-wrap {
  margin-top: 2px;
}

.cf-yoloe-benchmark-active-table caption {
  caption-side: top;
  padding-bottom: 10px;
}

.cf-yoloe-secondary-section {
  display: grid;
  gap: 6px;
}

.cf-yoloe-secondary-section:has(> .cf-yoloe-secondary-disclosure[open]) + .cf-yoloe-secondary-section {
  margin-top: 16px;
}

.cf-yoloe-secondary-disclosure {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.cf-yoloe-secondary-disclosure[open] + .cf-yoloe-secondary-disclosure,
.cf-yoloe-secondary-disclosure[open] + .cf-yoloe-class-browser {
  margin-top: 16px;
}

.cf-yoloe-secondary-disclosure__summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--cf-authority-border);
  background: rgba(11, 16, 23, 0.94);
  color: var(--cf-authority-text);
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.cf-yoloe-secondary-disclosure__summary::-webkit-details-marker {
  display: none;
}

.cf-yoloe-secondary-disclosure[open] .cf-yoloe-secondary-disclosure__summary {
  border-color: rgba(130, 110, 255, 0.78);
  background: rgba(130, 110, 255, 0.14);
}

.cf-yoloe-gallery-data {
  display: none !important;
}

body.page-id-103,
body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-panel-body,
body.page-id-103 .cf-panel-body--overview,
body.page-id-103 .cf-page-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-main > .cf-panel.is-panel-active {
  grid-template-rows: auto auto !important;
}

body.page-id-103 .cf-panel-body--overview {
  align-content: start !important;
}

.cf-depth-qdrant-benchmark-page {
  display: block;
  gap: 16px;
}

.cf-depth-qdrant-benchmark-page .cf-page-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cf-depth-qdrant-benchmark-page .cf-yoloe-secondary-section,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-corpora"] {
  margin-top: 0 !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-summary"] > .cf-yoloe-secondary-disclosure {
  padding: 18px 18px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(18, 23, 31, 0.98) 0%, rgba(7, 10, 15, 0.98) 100%) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22) !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure {
  position: relative !important;
  padding: 22px 22px 18px !important;
  border-color: rgba(130, 110, 255, 0.34) !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 4px !important;
  border-radius: 22px 0 0 22px !important;
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.9), rgba(84, 189, 255, 0.9)) !important;
  pointer-events: none !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure > summary {
  font-size: 18px !important;
  font-weight: 820 !important;
  letter-spacing: 0.03em !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure .cf-browser-table caption {
  color: var(--cf-authority-text) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure .cf-browser-table tbody th {
  color: var(--cf-authority-text-muted) !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] > .cf-yoloe-secondary-disclosure > .cf-browser-table-wrap,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-summary"] > .cf-yoloe-secondary-disclosure > .cf-browser-table-wrap {
  margin-top: 14px !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-summary"] table.cf-browser-table {
  table-layout: auto !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table th:nth-child(1),
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table td:nth-child(1) {
  width: 34% !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table th:nth-child(2),
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table td:nth-child(2) {
  width: 66% !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-method"] table.cf-browser-table tbody td {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-yoloe-secondary-disclosure,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-yoloe-secondary-disclosure {
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 22px !important;
  background: rgba(9, 12, 18, 0.82) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18) !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-yoloe-secondary-disclosure > .cf-yoloe-secondary-section {
  margin-top: 18px !important;
  padding: 14px 14px 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] h4 {
  margin: 0 0 10px !important;
  color: var(--cf-authority-text) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  letter-spacing: 0.01em !important;
}

.cf-depth-qdrant-benchmark-page .cf-yoloe-config-parameters__meta {
  margin: 0 !important;
  padding: 0 0 10px !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-corpora"] {
  padding: 0 2px !important;
}

.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-corpora"] h3,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] h3,
.cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] h3 {
  margin: 0 0 10px !important;
  color: var(--cf-authority-text) !important;
  font-size: 18px !important;
  font-weight: 760 !important;
  letter-spacing: 0.01em !important;
}

@media (min-width: 1280px) {
  .cf-depth-qdrant-benchmark-page {
    display: block;
  }
}

@media (min-width: 1280px) {
  body.page-id-103 .cf-page-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 720px);
    gap: 14px 24px;
    align-items: start;
  }

  body.page-id-103 .cf-yoloe-section-map {
    grid-column: 1;
  }

  body.page-id-103 .cf-yoloe-config-parameters {
    grid-column: 2;
    gap: 5px;
    margin-left: 0;
    max-width: min(720px, 50vw);
    padding-top: 2px;
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-corpora"],
  body.page-id-103 .cf-yoloe-benchmark-gallery,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-summary"],
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"],
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] {
    grid-column: 1 / -1;
  }

  body.page-id-103 .cf-yoloe-config-parameters ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 18px;
    font-size: 11px;
    line-height: 1.25;
  }

  body.page-id-103 .cf-yoloe-config-parameters__meta {
    font-size: 10px;
    line-height: 1.25;
  }
}

@media (max-width: 1279px) {
  .cf-yoloe-section-map ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-depth-qdrant-benchmark-page .cf-yoloe-section-map ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .cf-yoloe-benchmark-gallery__stage {
    gap: 10px;
  }

  .cf-yoloe-benchmark-gallery__stage {
    grid-template-columns: 1fr;
  }

  .cf-yoloe-benchmark-gallery__nav {
    width: 100%;
  }

  .cf-yoloe-benchmark-gallery__track {
    min-height: 200px;
  }

  .cf-yoloe-benchmark-gallery__slide {
    width: min(84vw, 380px);
  }
}

@media (max-width: 900px) {
  .cf-yoloe-benchmark-gallery__stage {
    grid-template-columns: minmax(72px, 88px) minmax(0, 1fr) minmax(72px, 88px);
    gap: 8px;
    align-items: center;
  }

  .cf-yoloe-benchmark-gallery__nav {
    max-width: 88px;
    min-height: 42px;
    padding: 0 10px;
  }

  .cf-yoloe-benchmark-gallery__track {
    min-height: 0;
    width: 100%;
  }

  .cf-yoloe-benchmark-gallery__slide {
    position: relative;
    left: auto;
    top: auto;
    display: none;
    width: min(100%, 420px);
    margin-inline: auto;
    transform: none !important;
  }

  .cf-yoloe-benchmark-gallery__slide[data-offset="0"] {
    display: block;
  }
}

@media (max-width: 720px) {
  .cf-yoloe-benchmark-gallery {
    padding-inline: 8px;
    gap: 10px;
  }

  .cf-yoloe-benchmark-gallery__stage {
    gap: 6px;
  }

  .cf-yoloe-benchmark-gallery__track {
    min-height: 0;
  }

  .cf-yoloe-benchmark-gallery__nav {
    max-width: 80px;
    min-height: 40px;
    font-size: 11px;
  }

  .cf-yoloe-benchmark-gallery__slide {
    width: min(100%, 340px);
  }
}

@media (max-width: 720px) {
  .cf-depth-qdrant-benchmark-page .cf-browser-table,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table {
    display: block !important;
    width: 100% !important;
    table-layout: auto !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table caption,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table caption {
    display: block !important;
    padding: 0 0 10px !important;
    text-align: left !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table thead,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody {
    display: grid !important;
    gap: 10px !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody tr,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody tr {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
    border: 1px solid var(--cf-authority-border) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.025) !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody th,
  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody td,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody th,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td {
    display: flex !important;
    grid-column: 1 / -1 !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--cf-authority-text) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: right !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody th::before,
  .cf-depth-qdrant-benchmark-page .cf-browser-table tbody td::before,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody th::before,
  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td::before {
    flex: 0 0 46%;
    color: var(--cf-authority-text-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody th:nth-child(1)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody th:nth-child(1)::before {
    content: "GPU";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(2)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(2)::before {
    content: "Variant";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(3)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(3)::before {
    content: "FPS";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(4)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(4)::before {
    content: "Mean Request Seconds";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(5)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(5)::before {
    content: "Mean Frame Seconds";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(6)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(6)::before {
    content: "Mean Depth";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(7)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(7)::before {
    content: "Depth Std";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(8)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(8)::before {
    content: "Depth Min";
  }

  .cf-depth-qdrant-benchmark-page .cf-depth-benchmark-active-table tbody td:nth-child(9)::before,
  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-lane"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(9)::before {
    content: "Depth Max";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody th:nth-child(1)::before {
    content: "Corpus";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(2)::before {
    content: "GPU";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(3)::before {
    content: "Variant";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(4)::before {
    content: "FPS";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(5)::before {
    content: "Mean Request Seconds";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(6)::before {
    content: "Mean Frame Seconds";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(7)::before {
    content: "Mean Depth";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(8)::before {
    content: "Depth Std";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(9)::before {
    content: "Depth Min";
  }

  .cf-depth-qdrant-benchmark-page section[aria-labelledby="depth-qdrant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(10)::before {
    content: "Depth Max";
  }
}

@media (max-width: 720px) {
  body.page-id-103 .cf-yoloe-benchmark-active-table,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table {
    display: block !important;
    width: 100% !important;
    table-layout: auto !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table caption,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table caption,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table caption {
    display: block !important;
    padding: 0 0 10px !important;
    text-align: left !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table thead,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table thead,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody {
    display: grid !important;
    gap: 10px !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody tr,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody tr,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody tr {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
    border: 1px solid var(--cf-authority-border) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.025) !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody th,
  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody th,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody th,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td {
    display: flex !important;
    grid-column: 1 / -1 !important;
    justify-content: space-between !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--cf-authority-text) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: right !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody th::before,
  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody th::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody th::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td::before {
    flex: 0 0 46%;
    color: var(--cf-authority-text-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody th:nth-child(1)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody th:nth-child(1)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody th:nth-child(1)::before {
    content: "Variant";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(2)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(3)::before {
    content: "2080 Ti FPS";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(3)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(4)::before {
    content: "2080 Ti Mean Detections";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(4)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(5)::before {
    content: "2080 Ti Max Detections";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(5)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(6)::before {
    content: "4060 Ti FPS";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(6)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(7)::before {
    content: "4060 Ti Mean Detections";
  }

  body.page-id-103 .cf-yoloe-benchmark-active-table tbody td:nth-child(7)::before,
  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(8)::before {
    content: "4060 Ti Max Detections";
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-corpus"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(2)::before {
    content: "Corpus";
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(2)::before {
    content: "GPU";
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(3)::before {
    content: "Mean FPS";
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(4)::before {
    content: "Mean Detections";
  }

  body.page-id-103 section[aria-labelledby="yoloe-variant-benchmarks-by-variant"] > .cf-browser-table-wrap > .cf-browser-table tbody td:nth-child(5)::before {
    content: "Max Detections Seen";
  }
}

/* Final authority-shell override: larger shield without changing the header balance. */
.cf-appbar-brand .cf-brandmark,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
  width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex: 0 0 56px !important;
  padding: 4px !important;
  border-radius: 14px !important;
}

.cf-appbar-brand .cf-brandmark img,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (min-width: 768px) {
  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    flex: 0 0 70px !important;
    padding: 5px !important;
  }
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background: rgba(12, 16, 22, 0.18);
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(180, 180, 200, 0.28);
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(190, 180, 255, 0.48);
}

:where(a, button, select, summary, [tabindex]):focus-visible {
  outline: 2px solid rgba(130, 110, 255, 0.92) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.cf-stage {
  padding: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(130, 110, 255, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 28%),
    linear-gradient(180deg, #070a0e 0%, #05070a 100%) !important;
}

.cf-app-shell {
  width: 100% !important;
  max-width: none !important;
  min-height: 100dvh !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cf-main {
  gap: var(--cf-authority-gap) !important;
  padding: 16px var(--cf-authority-header-pad-x) 18px !important;
}

.cf-main > .cf-panel {
  min-height: 0 !important;
}

.cf-panel {
  border-radius: var(--cf-authority-panel-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background:
    linear-gradient(180deg, rgba(15, 20, 28, 0.96) 0%, rgba(10, 14, 20, 0.98) 100%) !important;
  box-shadow: var(--cf-authority-shadow) !important;
}

.cf-panel-head {
  align-items: flex-start !important;
  gap: 18px !important;
  padding: var(--cf-authority-panel-pad) var(--cf-authority-panel-pad) 0 !important;
}

.cf-panel-head h2 {
  margin: 0 !important;
  color: var(--cf-authority-text) !important;
  font-size: clamp(30px, 2vw, 38px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

.cf-panel-copy {
  max-width: 72ch !important;
  margin: 0 !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.cf-eyebrow,
.cf-card-kicker,
.cf-browser-selected-report-label,
.cf-browser-table thead th,
.cf-executive-package-kicker,
.cf-browser-group-head h3 + .cf-ready-pill {
  letter-spacing: var(--cf-authority-label-track) !important;
  text-transform: uppercase !important;
}

.cf-eyebrow,
.cf-card-kicker,
.cf-browser-selected-report-label,
.cf-executive-package-kicker {
  margin: 0 !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: var(--cf-authority-label-size) !important;
  font-weight: 700 !important;
}

.cf-mono,
.cf-executive-status-meta,
.cf-executive-signal-value,
.cf-browser-context-path,
.cf-browser-mobile-path,
.cf-browser-preview-toggle-meta,
.cf-browser-path,
.cf-browser-stamp,
.cf-browser-ops-meta,
.cf-executive-desktop-summary-meta,
.cf-executive-mobile-summary-meta {
  font-size: var(--cf-authority-meta-size) !important;
  line-height: 1.35 !important;
}

.cf-ready-pill {
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid var(--cf-authority-accent-border) !important;
  background: rgba(130, 110, 255, 0.14) !important;
  color: var(--cf-authority-text) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.cf-ready-pill--ready,
.cf-ready-pill--available,
.cf-ready-pill--complete,
.cf-ready-pill--sync,
.cf-ready-pill--engaged,
.cf-ready-pill--status {
  border-color: var(--cf-authority-accent-border) !important;
  background: rgba(130, 110, 255, 0.16) !important;
}

.cf-ready-pill--waiting,
.cf-ready-pill--queued,
.cf-ready-pill--local,
.cf-ready-pill--indexable {
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.cf-hero.cf-appbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 40 !important;
  min-height: var(--cf-authority-header-height) !important;
  padding: var(--cf-authority-header-pad-y) var(--cf-authority-header-pad-x) !important;
  background: rgba(5, 8, 12, 0.92) !important;
  border-bottom: 1px solid var(--cf-authority-border-panel) !important;
  backdrop-filter: blur(18px) saturate(110%);
}

.cf-appbar-row {
  display: grid !important;
  grid-template-areas: "brand nav controls" !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: start !important;
}

.cf-commandbar-main {
  display: contents !important;
}

.cf-appbar-mobile {
  display: none !important;
}

.cf-appbar-brand {
  grid-area: brand !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  align-self: start !important;
  min-width: 0 !important;
}

.cf-appbar-brand .cf-brandmark {
  width: 44px !important;
  height: 44px !important;
  padding: 5px !important;
  border-radius: 12px !important;
  border: 1px solid var(--cf-authority-border-soft) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cf-appbar-brand-copy {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  align-content: center !important;
}

.cf-appbar-kicker {
  margin: 0 !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}

.cf-appbar .cf-site-title {
  margin: 0 !important;
  color: var(--cf-authority-text) !important;
  font-size: clamp(24px, 1.65vw, 30px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.05em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cf-appbar-nav {
  grid-area: nav !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.cf-appbar-nav .cf-nav-list {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}

.cf-appbar .cf-nav-list li {
  min-width: 0 !important;
}

.cf-appbar-controls {
  grid-area: controls !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  align-self: start !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
}

.cf-appbar .cf-nav-list a,
.cf-appbar .cf-toolbar-btn,
.cf-appbar .cf-report-scope-select {
  min-height: var(--cf-authority-control-height) !important;
  height: var(--cf-authority-control-height) !important;
  border-radius: var(--cf-authority-control-radius) !important;
  border: 1px solid var(--cf-authority-border) !important;
  background: rgba(11, 16, 23, 0.94) !important;
  color: var(--cf-authority-text) !important;
  box-shadow: none !important;
}

.cf-appbar .cf-nav-list a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

.cf-appbar .cf-nav-list a:hover,
.cf-appbar .cf-nav-list a:focus-visible,
.cf-appbar .cf-nav-list a.is-active,
.cf-appbar .cf-nav-list a[aria-current] {
  border-color: rgba(130, 110, 255, 0.72) !important;
  background: rgba(130, 110, 255, 0.14) !important;
  color: #f5f7fb !important;
}

.cf-report-scope-form--compact {
  margin: 0 !important;
}

.cf-commandbar-selector {
  flex: 0 1 214px !important;
  min-width: 188px !important;
}

.cf-appbar .cf-report-scope-select {
  min-width: 196px !important;
  max-width: 214px !important;
  padding: 0 36px 0 12px !important;
  appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.86) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: var(--cf-authority-text) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

.cf-appbar .cf-toolbar-btn {
  padding: 0 12px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

.cf-appbar-mobile-top,
.cf-appbar-mobile-bottom {
  display: grid !important;
  align-items: center !important;
  gap: 10px !important;
}

.cf-appbar-mobile-top {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.cf-appbar-mobile-bottom {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

#cf-fullscreen-toggle::after {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  min-height: 20px !important;
  margin-left: 8px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
}

#cf-fullscreen-toggle[aria-pressed="true"] {
  border-color: var(--cf-authority-border) !important;
  background: rgba(11, 16, 23, 0.94) !important;
  color: var(--cf-authority-text) !important;
}

#cf-fullscreen-toggle[aria-pressed="true"]::after {
  border-color: rgba(230, 220, 90, 1) !important;
  background: rgba(230, 220, 90, 0.96) !important;
  color: #151200 !important;
}

#cf-fullscreen-toggle[aria-pressed="false"] {
  border-color: var(--cf-authority-border) !important;
  background: rgba(11, 16, 23, 0.94) !important;
}

#cf-fullscreen-toggle[aria-pressed="false"]::after {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--cf-authority-text-soft) !important;
}

.cf-panel-body--overview {
  padding: 0 var(--cf-authority-panel-pad) var(--cf-authority-panel-pad) !important;
}

.cf-overview-stack--executive {
  gap: var(--cf-authority-gap) !important;
}

.cf-executive-context-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap-tight) !important;
}

.cf-executive-context-chip,
.cf-executive-desktop-summary,
.cf-executive-brief,
.cf-executive-status-rail,
.cf-executive-signal-rail,
.cf-executive-board-panel,
.cf-executive-mobile-summary,
.cf-executive-mobile-board,
.cf-executive-mobile-activity,
.cf-browser-summary-band,
.cf-browser-mobile-summary,
.cf-browser-mobile-compactbar,
.cf-browser-mobile-detail,
.cf-browser-resource-group,
.cf-browser-preview-drawer,
.cf-browser-detail-card {
  border-radius: var(--cf-authority-card-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background:
    linear-gradient(180deg, rgba(16, 21, 29, 0.98) 0%, rgba(12, 16, 22, 0.98) 100%) !important;
  box-shadow: none !important;
}

.cf-executive-context-chip {
  min-height: 60px !important;
  padding: 12px 14px !important;
}

.cf-executive-context-label,
.cf-executive-context-note,
.cf-executive-status-copy,
.cf-executive-signal-copy,
.cf-executive-operational-copy,
.cf-executive-board-item-copy,
.cf-browser-ops-copy,
.cf-browser-mobile-copy,
.cf-browser-results,
.cf-surface-card-copy,
.cf-surface-card-meta,
.cf-support-card-copy,
.cf-support-card-meta {
  color: var(--cf-authority-text-soft) !important;
  font-size: var(--cf-authority-body-size) !important;
  line-height: 1.42 !important;
}

.cf-executive-context-value,
.cf-executive-desktop-summary-title,
.cf-executive-brief-title,
.cf-executive-mobile-summary-title,
.cf-browser-summary-band h3,
.cf-browser-mobile-summary h3 {
  color: var(--cf-authority-text) !important;
  letter-spacing: -0.03em !important;
}

.cf-executive-desktop-summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) auto !important;
  gap: 14px 18px !important;
  align-items: start !important;
  padding: 18px 20px !important;
}

.cf-overview-desktop {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-areas:
    "summary summary"
    "status signals"
    "runtime runtime" !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: var(--cf-authority-gap) !important;
  min-height: 0 !important;
}

.cf-overview-mobile {
  display: grid !important;
  gap: var(--cf-authority-gap) !important;
  min-height: 0 !important;
}

.cf-overview-desktop .cf-executive-desktop-summary {
  grid-area: summary !important;
}

.cf-overview-desktop .cf-executive-status-rail {
  grid-area: status !important;
}

.cf-overview-desktop .cf-executive-signal-rail {
  grid-area: signals !important;
}

.cf-overview-desktop .cf-executive-operational-row {
  grid-area: runtime !important;
}

.cf-executive-desktop-state-line,
.cf-executive-brief-state-line,
.cf-executive-mobile-state-line {
  margin: 2px 0 10px !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.cf-executive-desktop-summary-title {
  margin: 2px 0 4px !important;
  font-size: clamp(24px, 1.8vw, 30px) !important;
  line-height: 1 !important;
}

.cf-executive-desktop-summary-copy .cf-card-kicker {
  display: none !important;
}

.cf-executive-desktop-summary-strip,
.cf-executive-brief-strip {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap-compact) !important;
}

.cf-executive-desktop-summary-item,
.cf-executive-brief-strip-item {
  min-height: 56px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cf-executive-workbench {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  grid-template-areas: "status signals" !important;
  gap: var(--cf-authority-gap) !important;
  min-height: 0 !important;
}

.cf-executive-brief {
  display: none !important;
}

.cf-executive-brief-summary {
  padding: 18px 20px !important;
}

.cf-executive-brief-detail {
  padding: 0 20px 18px !important;
}

.cf-executive-status-rail {
  grid-area: status !important;
  min-height: 0 !important;
  padding: 16px !important;
}

.cf-executive-status-rail .cf-executive-section-head--secondary {
  margin-top: 12px !important;
}

.cf-executive-section-head {
  display: grid !important;
  grid-template-columns: auto auto !important;
  justify-content: center !important;
  align-items: end !important;
  margin-bottom: 12px !important;
}

.cf-executive-section-head h3,
.cf-browser-group-head h3 {
  margin: 0 !important;
  color: var(--cf-authority-text) !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

.cf-executive-status-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(84px, auto) !important;
  gap: var(--cf-authority-gap-tight) !important;
}

.cf-executive-status-card:first-child {
  grid-column: 1 / -1 !important;
}

.cf-executive-operational-grid,
.cf-executive-board-list,
.cf-support-grid,
.cf-surface-grid {
  gap: var(--cf-authority-gap-tight) !important;
}

.cf-executive-signal-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(84px, auto) !important;
}

.cf-executive-status-card,
.cf-executive-operational-card,
.cf-executive-board-item,
.cf-surface-card,
.cf-support-card {
  min-height: 78px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cf-executive-status-copy,
.cf-executive-operational-copy,
.cf-executive-board-item-copy,
.cf-browser-ops-copy,
.cf-browser-mobile-copy,
.cf-browser-description {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.cf-executive-operational-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
  align-items: start !important;
}

.cf-executive-board-panel {
  padding: 16px !important;
  align-self: start !important;
}

.cf-executive-board-panel--coverage {
  display: none !important;
}

.cf-executive-mobile-summary,
.cf-executive-mobile-board,
.cf-executive-mobile-activity {
  display: none !important;
}

.cf-browser-panel > .cf-panel-head {
  padding-bottom: 0 !important;
}

.cf-browser-scroll {
  padding: 0 var(--cf-authority-panel-pad) var(--cf-authority-panel-pad) !important;
}

.cf-browser-resource-shell,
.cf-browser-desktop-surface,
.cf-browser-index-stack,
.cf-browser-group-desktop,
.cf-browser-table-wrap {
  min-height: 0 !important;
}

.cf-browser-resource-shell {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-browser-desktop-shell {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: var(--cf-authority-gap) !important;
  min-height: 0 !important;
}

.cf-browser-mobile-shell {
  display: grid !important;
  gap: var(--cf-authority-gap) !important;
  min-height: 0 !important;
}

.cf-browser-summary-band {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr) !important;
  gap: 18px !important;
  padding: 14px 16px !important;
  margin-bottom: 10px !important;
}

.cf-browser-summary-band h3,
.cf-browser-mobile-summary h3 {
  margin: 4px 0 6px !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
}

.cf-browser-mobile-compactbar h3 {
  margin: 4px 0 2px !important;
  color: var(--cf-authority-text) !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

.cf-browser-mobile-shell-label {
  margin: 0 0 4px !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.cf-browser-summary-band-actions {
  display: grid !important;
  gap: 8px !important;
  align-items: start !important;
  justify-items: start !important;
}

.cf-browser-summary-band-actions .cf-inline-link {
  width: auto !important;
  justify-self: start !important;
}

.cf-browser-summary-band-stats,
.cf-browser-mobile-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.cf-browser-summary-band-stats > div,
.cf-browser-mobile-stats > span {
  min-height: 58px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cf-browser-summary-band-stats dt,
.cf-browser-mobile-stats span {
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.cf-browser-summary-band-stats dd,
.cf-browser-mobile-stats strong {
  display: block !important;
  margin: 4px 0 0 !important;
  color: var(--cf-authority-text) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.cf-browser-desktop-surface {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 12px !important;
}

.cf-browser-index-stack {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.cf-browser-resource-group {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  padding: 12px !important;
}

.cf-browser-group-head {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.cf-browser-table-wrap {
  overflow: auto !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(7, 10, 15, 0.96) !important;
}

.cf-browser-table {
  table-layout: fixed !important;
}

.cf-browser-table th:nth-child(1),
.cf-browser-table td:nth-child(1) {
  width: 32% !important;
}

.cf-browser-table th:nth-child(2),
.cf-browser-table td:nth-child(2) {
  width: 15% !important;
}

.cf-browser-table th:nth-child(3),
.cf-browser-table td:nth-child(3) {
  width: 31% !important;
}

.cf-browser-table th:nth-child(4),
.cf-browser-table td:nth-child(4) {
  width: 12% !important;
}

.cf-browser-table th:nth-child(5),
.cf-browser-table td:nth-child(5) {
  width: 10% !important;
}

.cf-browser-table th,
.cf-browser-table td {
  padding: 10px 12px !important;
  overflow: hidden !important;
}

.cf-browser-table thead th {
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.cf-browser-table tbody th,
.cf-browser-table tbody td {
  height: auto !important;
  min-height: 42px !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 12px !important;
  line-height: 1.32 !important;
  vertical-align: top !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.cf-browser-table tbody th {
  color: var(--cf-authority-text) !important;
  font-weight: 600 !important;
}

.cf-browser-link {
  display: block !important;
  overflow: hidden !important;
  color: var(--cf-authority-text) !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.cf-browser-description {
  color: var(--cf-authority-text-soft) !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.cf-browser-description-copy,
.cf-browser-description-source {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cf-browser-description-copy {
  display: -webkit-box !important;
  line-height: 1.24 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  white-space: normal !important;
}

.cf-browser-stamp {
  font-size: 11px !important;
  white-space: nowrap !important;
}

.cf-browser-description-source,
.cf-browser-ops-copy--source {
  margin-top: 4px !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.cf-browser-description-source {
  display: none !important;
}

.cf-browser-table-action {
  width: 92px !important;
  text-align: right !important;
}

.cf-inline-link,
.cf-browser-row-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid var(--cf-authority-accent-border) !important;
  background: rgba(130, 110, 255, 0.12) !important;
  color: var(--cf-authority-text) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.cf-inline-link--gold {
  border-color: rgba(230, 220, 90, 0.9) !important;
  background: rgba(230, 220, 90, 0.12) !important;
  color: #fff6b1 !important;
}

.cf-browser-preview-drawer {
  display: grid !important;
  padding: 14px !important;
}

.cf-browser-preview-toggle {
  display: grid !important;
  grid-template-columns: auto auto !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.cf-browser-preview-toggle::-webkit-details-marker {
  display: none !important;
}

.cf-browser-preview-rail {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding-top: 10px !important;
}

.cf-browser-detail-card {
  min-height: 90px !important;
  padding: 10px 12px !important;
}

.cf-browser-detail-card--io {
  grid-column: 1 / -1 !important;
}

.cf-browser-ops-value {
  display: -webkit-box !important;
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cf-browser-detail-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 8px !important;
}

.cf-browser-detail-io-row + .cf-browser-detail-io-row {
  margin-top: 8px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.cf-browser-mobile-summary,
.cf-browser-mobile-groups,
.cf-browser-mobile-quickgrid,
.cf-browser-mobile-table-panel,
.cf-browser-mobile-compactbar,
.cf-browser-mobile-detail,
.cf-browser-group-mobile {
  display: none !important;
}

.cf-fullscreen-active .cf-stage {
  padding: 0 !important;
}

.cf-fullscreen-active .cf-app-shell {
  min-height: 100dvh !important;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  border-radius: 0 !important;
}

.cf-fullscreen-active .cf-main {
  height: calc(100dvh - var(--cf-authority-header-height)) !important;
  padding: 12px 16px 16px !important;
  overflow: hidden !important;
}

.cf-fullscreen-active .cf-browser-panel > .cf-panel-head {
  display: none !important;
}

.cf-fullscreen-active #overview > .cf-panel-head {
  display: flex !important;
  padding: 0 18px 8px !important;
  gap: 10px !important;
  align-items: flex-end !important;
}

.cf-fullscreen-active #overview > .cf-panel-head h2 {
  font-size: clamp(30px, 2vw, 36px) !important;
}

.cf-fullscreen-active #overview > .cf-panel-head .cf-panel-copy {
  max-width: 78ch !important;
  font-size: 12.5px !important;
}

.cf-fullscreen-active .cf-panel-body--overview,
.conceptflow-resources-view.cf-fullscreen-active .cf-panel-body--active {
  height: calc(100dvh - var(--cf-authority-header-height) - 28px) !important;
  min-height: calc(100dvh - var(--cf-authority-header-height) - 28px) !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.cf-fullscreen-active .cf-overview-stack--executive {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: 8px !important;
  height: 100% !important;
  align-content: start !important;
}

.cf-fullscreen-active .cf-overview-desktop {
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  height: 100% !important;
}

.cf-fullscreen-active .cf-overview-mobile {
  grid-template-rows: auto auto auto !important;
  height: 100% !important;
}

.cf-fullscreen-active .cf-executive-context-strip {
  display: none !important;
}

.cf-fullscreen-active .cf-executive-operational-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(86px, auto) !important;
  gap: 8px !important;
  align-self: start !important;
  align-items: start !important;
  height: auto !important;
}

.cf-fullscreen-active .cf-executive-board-panel--coverage {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  min-height: 0 !important;
  padding: 10px !important;
}

.cf-fullscreen-active .cf-executive-brief {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) auto auto !important;
  gap: 8px 12px !important;
  padding: 8px 10px !important;
}

.cf-fullscreen-active .cf-executive-brief .cf-executive-brief-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.cf-fullscreen-active .cf-executive-desktop-summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) auto auto !important;
  align-self: start !important;
  gap: 10px 16px !important;
  padding: 10px 14px !important;
}

.cf-fullscreen-active .cf-executive-desktop-summary-actions,
.cf-fullscreen-active .cf-executive-desktop-summary-strip {
  display: none !important;
}

.cf-fullscreen-active .cf-executive-workbench {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-areas: "status signals" !important;
  grid-template-rows: auto !important;
  min-height: 0 !important;
  gap: 8px !important;
  align-self: start !important;
}

.cf-fullscreen-active .cf-executive-status-rail {
  display: grid !important;
  grid-template-rows: auto auto auto !important;
  min-height: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
  align-self: stretch !important;
  height: 100% !important;
}

.cf-fullscreen-active .cf-executive-desktop-summary-title {
  font-size: clamp(22px, 1.5vw, 28px) !important;
}

.cf-fullscreen-active .cf-executive-desktop-summary-item {
  min-height: 50px !important;
  padding: 8px 10px !important;
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(64px, auto) !important;
  align-content: start !important;
  height: 100% !important;
}

.cf-fullscreen-active .cf-executive-status-card:first-child {
  grid-column: 1 / -1 !important;
}

.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card {
  min-height: 64px !important;
  padding: 7px 9px !important;
}

.cf-fullscreen-active .cf-executive-operational-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: 74px !important;
  gap: 6px !important;
  align-self: start !important;
  align-items: start !important;
  height: auto !important;
}

.cf-fullscreen-active .cf-executive-operational-row .cf-executive-operational-grid,
.cf-fullscreen-active .cf-executive-operational-row .cf-executive-operational-card {
  display: none !important;
}

.cf-fullscreen-active .cf-executive-board-panel {
  display: contents !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cf-fullscreen-active .cf-executive-board-panel .cf-executive-section-head {
  display: none !important;
}

.cf-fullscreen-active .cf-executive-board-panel .cf-executive-board-list {
  display: contents !important;
}

.cf-fullscreen-active .cf-executive-board-panel .cf-executive-board-item {
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  padding: 6px 8px !important;
  align-content: start !important;
  overflow: hidden !important;
}

.cf-fullscreen-active .cf-executive-operational-row .cf-executive-board-item:nth-child(n + 4) {
  display: none !important;
}

.cf-fullscreen-active .cf-executive-board-item-copy,
.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  height: 100% !important;
  overflow: auto !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-shell {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  min-height: 100% !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-shell {
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  height: 100% !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  display: none !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  min-height: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: start !important;
  gap: 10px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group {
  padding: 8px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td {
  height: 30px !important;
  font-size: 10.5px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-description-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-drawer {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  grid-column: 1 / -1 !important;
  min-height: 0 !important;
  padding: 3px 5px !important;
  overflow: hidden !important;
  align-self: start !important;
  height: auto !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(38px, auto) !important;
  gap: 4px !important;
  max-height: none !important;
  padding-top: 6px !important;
  overflow: visible !important;
  align-content: start !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card--io {
  grid-column: 1 / -1 !important;
  display: none !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  min-height: 0 !important;
  padding: 2px 4px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card .cf-browser-ops-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
  max-height: none !important;
  height: 100% !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-shell {
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  height: 100% !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-compactbar-meta {
  display: none !important;
}

@media (max-width: 1100px) {
  .cf-panel-head {
    flex-direction: column !important;
  }

  .cf-executive-context-strip,
  .cf-executive-operational-row,
  .cf-browser-index-stack,
  .cf-browser-preview-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-browser-summary-band {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 860px) {
  :root {
    --cf-authority-header-height: 68px;
    --cf-authority-header-pad-x: 12px;
    --cf-authority-header-pad-y: 3px;
    --cf-authority-control-height: 28px;
    --cf-authority-control-radius: 10px;
    --cf-authority-panel-pad: 14px;
    --cf-authority-card-pad: 10px;
    --cf-authority-gap: 8px;
  }

  .cf-hero.cf-appbar {
    padding: 2px 6px !important;
  }

  .cf-appbar-mobile,
  .cf-fullscreen-active .cf-appbar-mobile {
    display: grid !important;
    gap: 4px !important;
  }

  .cf-appbar-brand,
  .cf-fullscreen-active .cf-appbar-brand {
    display: flex !important;
    gap: 6px !important;
    align-items: center !important;
    flex: 0 1 118px !important;
  }

  .cf-appbar-brand-copy,
  .cf-fullscreen-active .cf-appbar-brand-copy,
  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    display: grid !important;
  }

  .cf-appbar-brand-copy,
  .cf-fullscreen-active .cf-appbar-brand-copy {
    min-width: 0 !important;
    gap: 2px !important;
    overflow: hidden !important;
  }

  .cf-appbar-brand-copy .cf-appbar-kicker {
    display: none !important;
  }

  .cf-appbar-kicker {
    display: block !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 6.5px !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-appbar-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 34px !important;
  }

  .cf-appbar-mobile-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) auto !important;
    gap: 4px !important;
    align-items: center !important;
  }

  .cf-appbar-mobile-top,
  .cf-appbar-mobile-bottom {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 4px !important;
  }

  .cf-appbar .cf-site-title {
    display: block !important;
    font-size: 9.5px !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
  }

  .cf-appbar-nav {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cf-appbar-nav .cf-nav-list {
    justify-content: center !important;
    gap: 3px !important;
    align-items: center !important;
  }

  .cf-commandbar-main {
    display: contents !important;
  }

  .cf-appbar .cf-site-title {
    display: none !important;
  }

  .cf-appbar-mobile .cf-site-title {
    display: block !important;
  }

  .cf-appbar-kicker {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    font-size: 5px !important;
    letter-spacing: 0.09em !important;
    line-height: 1.05 !important;
  }

  .cf-appbar-brand .cf-brandmark {
    width: 12px !important;
    height: 20px !important;
    padding: 1px !important;
    border-radius: 6px !important;
  }

  .cf-appbar-mobile .cf-appbar-brand {
    gap: 4px !important;
  }

  .cf-appbar-mobile .cf-appbar-brand-copy {
    gap: 0 !important;
  }

  .cf-appbar-mobile .cf-appbar-kicker {
    font-size: 4.5px !important;
    letter-spacing: 0.08em !important;
  }

  .cf-appbar-mobile .cf-site-title {
    font-size: 8.5px !important;
    line-height: 0.96 !important;
  }

  .cf-appbar-mobile .cf-nav-label--full {
    display: none !important;
  }

  .cf-appbar-mobile .cf-nav-label--short {
    display: inline !important;
  }

  .cf-appbar-nav .cf-nav-list {
    display: flex !important;
    justify-content: center !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
    padding-bottom: 0 !important;
    gap: 4px !important;
  }

  .cf-appbar-controls {
    display: grid !important;
    grid-template-columns: minmax(0, 108px) auto !important;
    align-items: center !important;
    justify-content: end !important;
    gap: 4px !important;
    width: 100% !important;
    min-width: 0 !important;
    align-self: center !important;
  }

  .cf-commandbar-selector {
    width: 108px !important;
    flex: 0 0 108px !important;
    min-width: 0 !important;
  }

  .cf-appbar .cf-nav-list a {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 5px !important;
    font-size: 7.5px !important;
    letter-spacing: 0.01em !important;
    height: 20px !important;
    min-height: 20px !important;
    border-radius: 10px !important;
  }

  .cf-appbar .cf-report-scope-select {
    min-width: 0 !important;
    width: 108px !important;
    flex: 0 0 108px !important;
    padding: 0 16px 0 5px !important;
    font-size: 6.25px !important;
    background-position:
      calc(100% - 12px) calc(50% - 2px),
      calc(100% - 8px) calc(50% - 2px) !important;
    background-size: 5px 5px, 5px 5px !important;
  }

  .cf-appbar .cf-toolbar-btn {
    min-width: 50px !important;
    flex: 0 0 auto !important;
    padding: 0 5px !important;
    font-size: 6.5px !important;
    height: 20px !important;
    min-height: 20px !important;
  }

  #cf-fullscreen-toggle::after {
    min-width: 20px !important;
    min-height: 16px !important;
    margin-left: 4px !important;
    padding: 0 5px !important;
    font-size: 7.5px !important;
  }

  .cf-main {
    padding: 6px !important;
  }

  .cf-panel-head {
    gap: 8px !important;
    padding: 12px 12px 0 !important;
  }

  .cf-panel-head h2 {
    font-size: 18px !important;
    line-height: 0.98 !important;
  }

  html:not(.conceptflow-resources-view) #overview > .cf-panel-head {
    display: none !important;
  }

  html:not(.conceptflow-resources-view) #overview > .cf-panel-body--overview {
    padding-top: 10px !important;
  }

  .cf-executive-context-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-executive-workbench,
  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "mobile-summary"
      "mobile-board"
      "mobile-activity" !important;
    grid-template-rows: auto auto auto !important;
  }

  .cf-executive-mobile-summary {
    grid-area: mobile-summary !important;
  }

  .cf-executive-mobile-board {
    grid-area: mobile-board !important;
  }

  .cf-executive-mobile-activity {
    grid-area: mobile-activity !important;
  }

  .cf-executive-desktop-summary,
  .cf-executive-brief,
  .cf-executive-status-rail,
  .cf-executive-signal-rail,
  .cf-executive-operational-row,
  .cf-browser-desktop-surface {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary,
  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail,
  .cf-fullscreen-active .cf-executive-operational-row,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
    display: none !important;
  }

  .cf-executive-mobile-summary,
  .cf-executive-mobile-board,
  .cf-browser-mobile-summary,
  .cf-browser-mobile-compactbar,
  .cf-browser-mobile-detail,
  .cf-browser-mobile-groups {
    display: grid !important;
  }

  .cf-executive-mobile-activity {
    display: none !important;
  }

  .cf-executive-mobile-signals {
    display: none !important;
  }

  .cf-executive-mobile-summary,
  .cf-browser-mobile-summary,
  .cf-browser-mobile-compactbar,
  .cf-browser-mobile-detail {
    gap: 5px !important;
    padding: 6px !important;
  }

  .cf-browser-mobile-compactbar {
    padding: 4px 5px !important;
  }

  .cf-executive-mobile-summary-actions {
    display: none !important;
  }

  .cf-executive-mobile-summary-meta {
    display: none !important;
  }

  .cf-executive-mobile-summary-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4px !important;
  }

  .cf-executive-mobile-summary-recent {
    margin: 0 !important;
    display: grid !important;
    gap: 2px !important;
    padding: 6px 7px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-executive-mobile-summary-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: start !important;
  }

  .cf-executive-mobile-summary-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 4px !important;
  }

  .cf-executive-mobile-summary-head .cf-ready-pill {
    justify-self: end !important;
    min-width: 72px !important;
    padding: 0 7px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 9px !important;
  }

  .cf-executive-mobile-state-line {
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 11.5px !important;
    line-height: 1.28 !important;
  }

  .cf-executive-mobile-summary .cf-card-kicker,
  .cf-executive-mobile-summary .cf-executive-package-kicker {
    font-size: 7.5px !important;
    letter-spacing: 0.1em !important;
    line-height: 1.1 !important;
  }

  .cf-executive-mobile-summary-title,
  .cf-browser-mobile-summary h3 {
    font-size: 9px !important;
  }

  .cf-browser-mobile-summary h3,
  .cf-browser-mobile-compactbar h3 {
    font-size: 9px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-selected-report-label {
    display: none !important;
  }

  .cf-browser-mobile-summary-meta {
    display: none !important;
  }

  .cf-browser-summary-band {
    display: none !important;
  }

  .cf-browser-mobile-compactbar-meta {
    margin: 0 !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 8px !important;
    line-height: 1.12 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-mobile-compactbar-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: start !important;
  }

  .cf-browser-mobile-counterbar {
    display: none !important;
  }

  .cf-browser-mobile-counterpill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 22px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--cf-authority-text-soft) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
  }

  .cf-browser-mobile-counterpill:nth-child(n + 3) {
    display: none !important;
  }

  .cf-browser-mobile-shell-label {
    display: none !important;
  }

  .cf-browser-mobile-path {
    display: none !important;
  }

  .cf-browser-mobile-stats span {
    min-height: 38px !important;
    padding: 5px 7px !important;
    font-size: 8.5px !important;
  }

  .cf-browser-mobile-stats strong {
    font-size: 10px !important;
  }

  .cf-executive-mobile-board .cf-executive-operational-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(54px, auto) !important;
    gap: 4px !important;
  }

  .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 54px !important;
    padding: 5px 6px !important;
  }

  .cf-executive-mobile-board .cf-executive-operational-copy {
    -webkit-line-clamp: 2 !important;
    font-size: 9px !important;
    line-height: 1.18 !important;
  }

  .cf-executive-mobile-activity {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
  }

  .cf-executive-mobile-activity .cf-executive-board-item:last-child {
    grid-column: 1 / -1 !important;
  }

  .cf-executive-mobile-activity .cf-executive-board-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
  }

  .cf-executive-mobile-activity .cf-executive-board-item {
    min-height: 46px !important;
    padding: 5px 6px !important;
  }

  .cf-executive-mobile-activity .cf-executive-board-item-copy {
    -webkit-line-clamp: 1 !important;
  }

  .cf-browser-summary-band,
  .cf-browser-desktop-surface {
    display: none !important;
  }

  .cf-browser-mobile-surface,
  .cf-browser-mobile-summary,
  .cf-browser-mobile-compactbar,
  .cf-browser-mobile-detail,
  .cf-browser-mobile-groups,
  .cf-browser-mobile-table-panel {
    display: grid !important;
  }

  .cf-browser-mobile-surface {
    gap: 5px !important;
    align-content: start !important;
  }

  .cf-browser-group-mobile {
    display: block !important;
  }

  .cf-browser-mobile-groups {
    gap: 5px !important;
  }

  .cf-browser-mobile-compactdetail {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 5px !important;
    align-items: start !important;
    padding: 5px 6px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-mobile-compactdetail-copy {
    min-width: 0 !important;
  }

  .cf-browser-mobile-compactdetail-title {
    display: block !important;
    margin-top: 2px !important;
    overflow: hidden !important;
    color: var(--cf-authority-text) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-mobile-compactdetail-meta {
    margin: 3px 0 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-size: 8px !important;
  }

  .cf-browser-mobile-compactdetail-actions {
    align-self: center !important;
  }

  .cf-browser-mobile-compactdetail .cf-browser-ops-copy--source {
    display: none !important;
  }

  .cf-browser-mobile-table-panel {
    display: grid !important;
    gap: 5px !important;
    padding: 5px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-mobile-table-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .cf-browser-mobile-table-head h3 {
    margin: 0 !important;
    color: var(--cf-authority-text) !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .cf-browser-mobile-table-subhead {
    margin: 4px 0 0 !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
  }

  .cf-browser-mobile-table-wrap {
    overflow: auto !important;
    max-height: 138px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(7, 10, 15, 0.96) !important;
  }

  .cf-browser-mobile-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  .cf-browser-mobile-table thead th {
    padding: 6px 7px !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 8.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    text-align: left !important;
  }

  .cf-browser-mobile-table tbody th,
  .cf-browser-mobile-table tbody td {
    padding: 4px 6px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    vertical-align: top !important;
    color: var(--cf-authority-text-soft) !important;
    font-size: 9px !important;
    line-height: 1.16 !important;
  }

  .cf-browser-mobile-table tbody th {
    width: 60% !important;
    color: var(--cf-authority-text) !important;
    font-weight: 600 !important;
  }

  .cf-browser-mobile-table tbody td:nth-child(2) {
    width: 18% !important;
  }

  .cf-browser-mobile-table-head .cf-ready-pill,
  .cf-browser-mobile-table-copy,
  .cf-browser-mobile-table-meta {
    display: none !important;
  }

  .cf-browser-mobile-table-action .cf-inline-link {
    min-height: 22px !important;
    height: 22px !important;
    padding: 0 7px !important;
    font-size: 8px !important;
  }

  .cf-browser-mobile-table tbody td:nth-child(3) {
    width: 22% !important;
  }

  .cf-browser-mobile-table-copy {
    display: block !important;
    margin-top: 3px !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-mobile-table-meta {
    display: block !important;
    margin-top: 2px !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .cf-browser-mobile-table-action {
    text-align: right !important;
  }

  .cf-browser-mobile-table-action .cf-browser-row-action {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: 8.5px !important;
  }

  .cf-browser-mobile-disclosure {
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    overflow: hidden !important;
  }

  .cf-browser-mobile-disclosure-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 12px !important;
    list-style: none !important;
  }

  .cf-browser-mobile-disclosure-summary::-webkit-details-marker {
    display: none !important;
  }

  .cf-browser-mobile-disclosure-title {
    color: var(--cf-authority-text) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
  }

  .cf-browser-mobile-disclosure-preview,
  .cf-browser-mobile-row .cf-browser-link,
  .cf-browser-mobile-copy {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
  }

  .cf-browser-mobile-disclosure-preview,
  .cf-browser-mobile-copy {
    -webkit-line-clamp: 1 !important;
  }

  .cf-browser-mobile-list {
    display: grid !important;
    gap: 0 !important;
    padding: 0 10px 8px !important;
  }

  .cf-browser-mobile-row {
    display: grid !important;
    gap: 4px !important;
    padding: 8px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  .cf-browser-mobile-row-head {
    align-items: start !important;
  }

  .cf-browser-mobile-row .cf-browser-link {
    -webkit-line-clamp: 1 !important;
  }

  .cf-browser-mobile-actions {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .cf-fullscreen-active .cf-main {
    height: calc(100dvh - var(--cf-authority-header-height)) !important;
    padding: 6px !important;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    grid-template-rows: auto auto auto !important;
    gap: 6px !important;
  }

  .cf-fullscreen-active .cf-executive-context-strip {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-mobile-board,
  .cf-fullscreen-active .cf-executive-operational-row {
    display: grid !important;
  }

  .cf-fullscreen-active .cf-executive-brief {
    display: none !important;
  }

  .cf-fullscreen-active #overview > .cf-panel-head .cf-panel-copy {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-operational-row {
    display: grid !important;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-auto-rows: minmax(60px, auto) !important;
    gap: 4px !important;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 60px !important;
    padding: 5px 6px !important;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-copy {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary .cf-ready-pill,
  .cf-fullscreen-active .cf-executive-mobile-board .cf-ready-pill {
    padding: 0 8px !important;
    font-size: 9px !important;
    white-space: nowrap !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-shell-label,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-selected-report-label {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-counterpill {
    min-height: 20px !important;
    font-size: 8px !important;
    padding: 0 6px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active #overview > .cf-panel-head {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-table-wrap {
    max-height: 132px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    padding: 0 0 8px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-detail .cf-browser-detail-card {
    min-height: 0 !important;
    padding: 8px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card--io {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card .cf-browser-ops-copy,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card .cf-browser-ops-meta {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-actions {
    gap: 4px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-detail .cf-browser-ops-value {
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-drawer .cf-browser-detail-card:nth-of-type(n + 2) {
  display: none !important;
}

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-description-source {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 9px !important;
    line-height: 1.08 !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
    max-height: 158px !important;
  }

  .cf-viewport-mobile .cf-desktop-only {
    display: none !important;
  }

  .cf-viewport-desktop .cf-mobile-only {
    display: none !important;
  }
}

@media (max-width: 430px) {
  :root {
    --cf-authority-header-height: 54px;
  }

  .cf-hero.cf-appbar,
  .cf-fullscreen-active .cf-hero.cf-appbar {
    min-height: 54px !important;
    padding: 2px 6px !important;
  }

  .cf-appbar-row,
  .cf-fullscreen-active .cf-appbar-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 4px !important;
    min-height: 32px !important;
  }

  .cf-appbar-brand,
  .cf-fullscreen-active .cf-appbar-brand {
    min-height: 26px !important;
    align-self: center !important;
    flex: 0 1 88px !important;
  }

  .cf-brandmark,
  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    height: 24px !important;
    min-height: 24px !important;
  }

  .cf-appbar-brand-copy,
  .cf-fullscreen-active .cf-appbar-brand-copy {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
  }

  .cf-appbar-kicker {
    max-width: 48px !important;
    font-size: 5.5px !important;
    line-height: 1 !important;
  }

  .cf-appbar .cf-site-title {
    font-size: 8px !important;
    line-height: 1 !important;
  }

  .cf-appbar-nav,
  .cf-fullscreen-active .cf-appbar-nav {
    align-self: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cf-appbar-nav .cf-nav-list,
  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    justify-content: center !important;
    gap: 2px !important;
  }

  .cf-appbar .cf-nav-list a {
    padding: 0 4px !important;
    font-size: 6.5px !important;
    height: 22px !important;
    min-height: 22px !important;
  }

  .cf-appbar .cf-nav-label--full {
    display: none !important;
  }

  .cf-appbar .cf-nav-label--short {
    display: inline !important;
  }

  .cf-appbar-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 3px !important;
  }

  .cf-appbar-mobile-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) auto !important;
    gap: 3px !important;
    align-items: center !important;
  }

  .cf-appbar-mobile .cf-appbar-brand {
    gap: 3px !important;
  }

  .cf-appbar-mobile .cf-appbar-brand-copy {
    gap: 0 !important;
  }

  .cf-appbar-mobile .cf-appbar-kicker {
    font-size: 4px !important;
    letter-spacing: 0.08em !important;
  }

  .cf-appbar-mobile .cf-site-title {
    font-size: 8px !important;
    line-height: 0.96 !important;
  }

  .cf-appbar-mobile .cf-nav-label--full {
    display: none !important;
  }

  .cf-appbar-mobile .cf-nav-label--short {
    display: inline !important;
  }

  .cf-commandbar-selector {
    width: 102px !important;
    flex: 0 0 102px !important;
  }

  .cf-appbar .cf-report-scope-select {
    width: 102px !important;
    max-width: 102px !important;
    padding: 0 16px 0 6px !important;
    font-size: 6.5px !important;
  }

  .cf-appbar .cf-toolbar-btn {
    min-width: 54px !important;
    padding: 0 5px !important;
    font-size: 6.5px !important;
    height: 22px !important;
    min-height: 22px !important;
  }

  #cf-fullscreen-toggle::after {
    margin-left: 3px !important;
    padding: 0 4px !important;
  }

  .cf-executive-mobile-summary-strip {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
  }
}

@media (min-width: 1280px) {
  .cf-overview-desktop {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
      "summary summary summary summary summary summary summary summary summary summary summary summary"
      "status status status status status status signals signals signals signals signals signals"
      "runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime" !important;
    gap: var(--cf-authority-gap) !important;
  }

  .cf-executive-desktop-summary {
    grid-column: 1 / -1 !important;
  }

  .cf-executive-status-rail {
    grid-column: 1 / span 6 !important;
  }

  .cf-executive-signal-rail {
    grid-column: 7 / -1 !important;
  }

  .cf-executive-operational-row {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cf-browser-desktop-shell {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    gap: var(--cf-authority-gap) !important;
  }

  .cf-browser-summary-band {
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr) !important;
  }

  .cf-browser-index-stack {
    grid-column: 1 / span 8 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-browser-preview-drawer {
    grid-column: 1 / -1 !important;
  }
}

@media (min-width: 900px) and (max-width: 1279px) {
  .cf-app-shell {
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh !important;
    height: auto !important;
  }

  .cf-stage {
    height: auto !important;
    min-height: 100dvh !important;
    overflow: auto !important;
  }

  .cf-main {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 14px 14px 16px !important;
  }

  .cf-overview-desktop {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "summary summary"
      "status signals"
      "runtime runtime" !important;
  }

  .cf-executive-operational-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-browser-desktop-shell {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--cf-authority-gap) !important;
  }

  .cf-browser-summary-band {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr !important;
  }

  .cf-browser-index-stack {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-browser-preview-drawer {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 899px) {
  html,
  body {
    height: auto !important;
    min-height: 100% !important;
    overflow: auto !important;
  }

  .cf-stage {
    width: 100% !important;
    height: auto !important;
    min-height: 100dvh !important;
    padding: 8px !important;
    overflow: auto !important;
    align-items: flex-start !important;
  }

  .cf-app-shell {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 100dvh !important;
    overflow: visible !important;
  }

  .cf-main {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 8px !important;
  }

  .cf-hero.cf-appbar {
    min-height: 96px !important;
    padding: 8px 10px !important;
  }

  .cf-appbar-row {
    display: none !important;
  }

  .cf-appbar-mobile {
    display: grid !important;
    gap: 6px !important;
  }

  .cf-appbar-mobile-brandrow,
  .cf-appbar-mobile-navrow,
  .cf-appbar-mobile-controlsrow {
    display: grid !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .cf-appbar-mobile-brandrow {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-appbar-mobile-navrow .cf-nav-list {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
  }

  .cf-appbar-mobile-controlsrow {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .cf-appbar-mobile-controlsrow .cf-commandbar-selector,
  .cf-appbar-mobile-controlsrow .cf-report-scope-select,
  .cf-appbar-mobile-controlsrow .cf-toolbar-btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .cf-appbar-mobile-controlsrow .cf-toolbar-btn {
    height: 32px !important;
    min-height: 32px !important;
  }

  .cf-appbar-mobile-controlsrow .cf-report-scope-select {
    padding-right: 30px !important;
  }

  .cf-executive-context-strip,
  .cf-executive-mobile-summary-strip {
    grid-template-columns: 1fr !important;
  }

  .cf-overview-desktop,
  .cf-executive-desktop-summary,
  .cf-executive-status-rail,
  .cf-executive-signal-rail,
  .cf-executive-operational-row,
  .cf-browser-desktop-surface,
  .cf-browser-summary-band {
    display: none !important;
  }

  .cf-overview-mobile {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: var(--cf-authority-gap) !important;
  }

  .cf-executive-mobile-summary,
  .cf-executive-mobile-board,
  .cf-executive-mobile-summary-strip,
  .cf-browser-mobile-summary,
  .cf-browser-mobile-compactbar,
  .cf-browser-mobile-groups,
  .cf-browser-mobile-detail,
  .cf-browser-mobile-table-panel {
    display: grid !important;
  }

  .cf-executive-mobile-summary {
    gap: 8px !important;
    padding: 12px !important;
  }

  .cf-executive-mobile-summary-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .cf-executive-mobile-summary-title {
    font-size: 17px !important;
  }

  .cf-executive-mobile-summary-meta {
    display: block !important;
  }

  .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }

  .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 0 !important;
    padding: 8px 10px !important;
  }

  .cf-executive-mobile-summary-strip {
    gap: 6px !important;
  }

  .cf-executive-mobile-summary-recent {
    min-height: 0 !important;
  }

  .cf-executive-mobile-activity,
  .cf-appbar-mobile-top,
  .cf-appbar-mobile-bottom {
    display: none !important;
  }

  .cf-browser-mobile-surface {
    display: grid !important;
    gap: 8px !important;
  }

  .cf-browser-mobile-compactbar {
    gap: 6px !important;
    padding: 8px !important;
  }

  .cf-browser-mobile-compactbar-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .cf-browser-mobile-groups {
    gap: 8px !important;
  }

  .cf-browser-mobile-table-panel {
    padding: 8px !important;
  }

  .cf-browser-mobile-table-wrap {
    max-height: none !important;
    overflow: visible !important;
  }

  .cf-browser-mobile-table thead th,
  .cf-browser-mobile-table tbody th,
  .cf-browser-mobile-table tbody td {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .cf-browser-mobile-compactdetail {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  .cf-browser-mobile-compactdetail-title {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

.cf-ai-work-layer,
.cf-reports-workspace {
  display: grid !important;
  gap: 12px !important;
}

.cf-ai-work-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.cf-ai-work-card,
.cf-report-list-card,
.cf-ai-output-panel,
.cf-resource-list-card-shell,
.cf-resource-list-card {
  border-radius: var(--cf-authority-card-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background:
    linear-gradient(180deg, rgba(16, 21, 29, 0.98) 0%, rgba(12, 16, 22, 0.98) 100%) !important;
  box-shadow: none !important;
}

.cf-ai-work-card,
.cf-report-list-card,
.cf-resource-list-card {
  min-height: 0 !important;
  padding: 12px !important;
}

.cf-ai-work-card-head,
.cf-report-list-card-head,
.cf-resource-list-card-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.cf-ai-work-card-meta,
.cf-report-list-card-source,
.cf-report-list-card-meta,
.cf-resource-list-card-meta,
.cf-ai-output-meta,
.cf-ai-output-status {
  display: block !important;
  margin: 6px 0 0 !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

.cf-ai-work-card-copy,
.cf-report-list-card-copy,
.cf-ai-output-copy,
.cf-resource-list-card-copy {
  margin: 8px 0 0 !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: var(--cf-authority-body-size) !important;
  line-height: 1.42 !important;
}

.cf-ai-work-layer .cf-executive-section-head,
.cf-reports-workspace .cf-executive-section-head {
  margin-bottom: 0 !important;
}

.cf-reports-workspace-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.cf-reports-tab {
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  border: 1px solid var(--cf-authority-border) !important;
  background: rgba(11, 16, 23, 0.92) !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.cf-reports-tab.is-active,
.cf-reports-tab[aria-selected="true"] {
  border-color: var(--cf-authority-accent-border) !important;
  background: rgba(130, 110, 255, 0.14) !important;
  color: #f5f7fb !important;
}

.cf-reports-workspace-panels {
  display: grid !important;
  gap: 12px !important;
}

.cf-reports-workspace-panel[hidden] {
  display: none !important;
}

.cf-reports-workspace-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

.cf-report-item-list,
.cf-resource-list-cards {
  display: grid !important;
  gap: 10px !important;
}

.cf-report-list-card-actions,
.cf-ai-output-actions,
.cf-resource-list-card-actions,
.cf-browser-row-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 10px !important;
}

.cf-ai-output-panel {
  padding: 14px !important;
}

.cf-ai-output-copy {
  -webkit-line-clamp: 4 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
}

.cf-resource-list-card-shell {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cf-resource-list-card-head {
  margin: 0 !important;
}

.cf-resource-list-card-type {
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.cf-resource-list-card-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.cf-resource-list-card-copy {
  -webkit-line-clamp: 2 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
}

.cf-resource-list-card-actions .cf-browser-row-action--secondary,
.cf-browser-row-actions .cf-browser-row-action--secondary {
  border-color: rgba(130, 110, 255, 0.32) !important;
  background: rgba(130, 110, 255, 0.08) !important;
}

.cf-ai-work-card .cf-ready-pill,
.cf-report-list-card .cf-ready-pill,
.cf-resource-list-card .cf-ready-pill {
  white-space: nowrap !important;
}

@media (min-width: 1280px) {
  .cf-ai-work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cf-reports-workspace-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr) !important;
  }
}

@media (min-width: 900px) and (max-width: 1279px) {
  .cf-ai-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-reports-workspace-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 899px) {
  .cf-ai-work-grid,
  .cf-reports-workspace-grid,
  .cf-resource-list-cards {
    grid-template-columns: 1fr !important;
  }

  .cf-reports-workspace-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
  }

  .cf-reports-tab {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    min-height: 32px !important;
  }

  .cf-resource-list-card {
    padding: 10px !important;
  }

  .cf-resource-list-card-copy {
    -webkit-line-clamp: 1 !important;
  }

  .cf-resource-list-card-actions,
  .cf-report-list-card-actions,
  .cf-ai-output-actions {
    gap: 4px !important;
  }
}

/* Shared route viewport and single-tree responsive architecture. */
.cf-route-viewport {
  min-width: 0 !important;
}

.cf-overview-shell {
  display: grid !important;
  gap: var(--cf-authority-gap) !important;
  min-width: 0 !important;
}

.cf-executive-summary,
.cf-executive-status-band,
.cf-executive-runtime-row {
  min-width: 0 !important;
}

.cf-executive-summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) auto !important;
  gap: 14px 18px !important;
  align-items: start !important;
  padding: 18px 20px !important;
  border-radius: var(--cf-authority-card-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background: linear-gradient(180deg, rgba(16, 21, 29, 0.98) 0%, rgba(12, 16, 22, 0.98) 100%) !important;
}

.cf-executive-summary-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 4px !important;
}

.cf-executive-state-line {
  margin: 2px 0 10px !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.cf-executive-summary-title {
  margin: 2px 0 4px !important;
  color: var(--cf-authority-text) !important;
  font-size: clamp(24px, 1.8vw, 30px) !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

.cf-executive-summary-meta,
.cf-executive-summary-scope {
  color: var(--cf-authority-text-soft) !important;
  font-size: var(--cf-authority-meta-size) !important;
  line-height: 1.35 !important;
}

.cf-executive-summary-status {
  display: grid !important;
  gap: 8px !important;
  justify-items: end !important;
  align-content: start !important;
}

.cf-executive-summary-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.cf-executive-summary-strip {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap-compact) !important;
  margin: 0 !important;
}

.cf-executive-summary-item {
  min-height: 56px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.cf-executive-summary-item dt {
  margin: 0 !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  letter-spacing: var(--cf-authority-label-track) !important;
  text-transform: uppercase !important;
}

.cf-executive-summary-item dd {
  margin: 4px 0 0 !important;
  color: var(--cf-authority-text) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

.cf-executive-status-band {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-executive-status-band > * {
  min-width: 0 !important;
}

.cf-executive-runtime-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-executive-runtime-row .cf-executive-board-panel {
  min-width: 0 !important;
}

.cf-browser-desktop-shell {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-browser-summary-band {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-browser-index-stack {
  grid-column: 1 / span 8 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-browser-preview-drawer {
  grid-column: 1 / -1 !important;
}

.cf-browser-preview-rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: var(--cf-authority-gap) !important;
}

.cf-browser-table {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
}

.cf-browser-table-head,
.cf-browser-table-body {
  display: grid !important;
  min-width: 0 !important;
}

.cf-browser-table-row {
  display: grid !important;
  grid-template-columns: minmax(160px, 1.15fr) 96px minmax(220px, 1.25fr) 118px 96px !important;
  min-height: 38px !important;
  align-items: center !important;
  gap: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.cf-browser-table-row--head {
  min-height: 34px !important;
  border-top: 0 !important;
}

.cf-browser-table-row--head span {
  padding: 8px 10px !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.cf-browser-cell {
  min-width: 0 !important;
  padding: 8px 10px !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

.cf-browser-cell--resource,
.cf-browser-cell--type,
.cf-browser-stamp,
.cf-browser-table-action {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cf-browser-description-copy,
.cf-browser-description-source {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cf-browser-description-copy {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

@media (min-width: 900px) and (max-width: 1279px) {
  .cf-overview-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-executive-summary,
  .cf-ai-work-layer,
  .cf-executive-status-band,
  .cf-executive-runtime-row {
    grid-column: 1 / -1 !important;
  }

  .cf-executive-status-band,
  .cf-executive-runtime-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-executive-runtime-row .cf-executive-board-panel:last-child {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-desktop-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-browser-summary-band,
  .cf-browser-index-stack,
  .cf-browser-preview-drawer {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-summary-band {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-index-stack {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 899px) {
  .cf-hero.cf-appbar {
    min-height: 96px !important;
    padding: 8px 10px !important;
  }

  .cf-appbar-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    align-items: start !important;
  }

  .cf-appbar-brand,
  .cf-appbar-nav,
  .cf-appbar-controls {
    width: 100% !important;
    min-width: 0 !important;
  }

  .cf-appbar-nav .cf-nav-list {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  .cf-appbar-controls {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  .cf-commandbar-selector,
  .cf-appbar .cf-report-scope-select,
  .cf-appbar .cf-toolbar-btn {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .cf-overview-shell {
    grid-template-columns: 1fr !important;
  }

  .cf-executive-summary {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .cf-executive-summary-status {
    justify-items: start !important;
  }

  .cf-executive-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-executive-status-band,
  .cf-executive-runtime-row {
    grid-template-columns: 1fr !important;
  }

  .cf-ai-work-grid {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-desktop-shell {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-summary-band {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .cf-browser-index-stack {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-preview-rail {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-table-wrap {
    max-height: none !important;
    overflow: visible !important;
  }

  .cf-browser-table {
    display: block !important;
    width: 100% !important;
  }

  .cf-browser-table thead {
    display: none !important;
  }

  .cf-browser-table tbody {
    display: grid !important;
    gap: 8px !important;
  }

  .cf-browser-table tbody tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
    padding: 10px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-table tbody th,
  .cf-browser-table tbody td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .cf-browser-table tbody th {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-table tbody td:nth-child(2) {
    grid-column: 1 / 2 !important;
  }

  .cf-browser-table tbody td:nth-child(3) {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-table tbody td:nth-child(4) {
    grid-column: 1 / 2 !important;
  }

  .cf-browser-table tbody td:nth-child(5) {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
  }

  .cf-browser-table .cf-browser-link {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-description-copy,
  .cf-browser-description-source {
    display: block !important;
  }
}

/* Decisive structural remediation: one active server-rendered route and width-driven layout. */
.cf-js .cf-main > .cf-panel,
.cf-main > .cf-panel.is-panel-active {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.cf-main > .cf-panel[hidden] {
  display: none !important;
}

.cf-appbar-row {
  min-height: 54px !important;
}

@media (min-width: 1280px) {
  .cf-overview-shell {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
      "hero hero hero hero hero hero hero hero hero hero hero hero"
      "summary summary summary summary summary summary summary summary summary summary summary summary"
      "posture posture posture posture posture posture signals signals signals signals signals signals"
      "aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork"
      "runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime" !important;
    align-content: stretch !important;
  }

  .cf-executive-summary {
    grid-area: hero !important;
  }

  .cf-executive-context-strip {
    grid-area: summary !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .cf-executive-status-band {
    display: contents !important;
  }

  .cf-executive-status-band .cf-executive-status-rail {
    grid-area: posture !important;
  }

  .cf-executive-status-band .cf-executive-signal-rail {
    grid-area: signals !important;
  }

  .cf-ai-work-layer {
    grid-area: aiwork !important;
  }

  .cf-executive-runtime-row {
    grid-area: runtime !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cf-panel-body--overview {
    overflow: visible !important;
  }
}

@media (min-width: 900px) and (max-width: 1279px) {
  .cf-overview-shell {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cf-executive-summary,
  .cf-executive-context-strip,
  .cf-executive-status-band,
  .cf-ai-work-layer,
  .cf-executive-runtime-row {
    grid-column: 1 / -1 !important;
  }

  .cf-executive-context-strip,
  .cf-executive-status-band,
  .cf-executive-runtime-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 899px) {
  :root {
    --cf-authority-header-height: 108px;
    --cf-authority-control-height: 40px;
    --cf-authority-panel-pad: 16px;
    --cf-authority-card-pad: 14px;
    --cf-authority-gap: 10px;
  }

  .cf-stage,
  .cf-main,
  .cf-panel,
  .cf-panel-body,
  .cf-panel-body--overview,
  .cf-overview-shell,
  .cf-browser-scroll,
  .cf-browser-resource-shell {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .cf-hero.cf-appbar {
    min-height: 108px !important;
    padding: 10px !important;
  }

  .cf-appbar-row {
    grid-template-areas:
      "brand"
      "nav"
      "controls" !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  .cf-appbar-brand {
    min-height: 28px !important;
    gap: 8px !important;
  }

  .cf-appbar-brand .cf-brandmark {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
  }

  .cf-appbar-kicker {
    display: block !important;
    font-size: 8px !important;
    letter-spacing: 0.14em !important;
  }

  .cf-appbar .cf-site-title {
    display: block !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .cf-appbar-nav .cf-nav-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    justify-content: flex-start !important;
  }

  .cf-appbar .cf-nav-list a {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
  }

  .cf-appbar-controls {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px !important;
  }

  .cf-commandbar-selector,
  .cf-appbar .cf-report-scope-select {
    width: 100% !important;
    min-width: 0 !important;
  }

  .cf-appbar .cf-report-scope-select,
  .cf-appbar .cf-toolbar-btn {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 12px !important;
  }

  .cf-appbar .cf-toolbar-btn {
    min-width: 118px !important;
  }

  .cf-panel-head {
    padding: 16px 16px 0 !important;
  }

  .cf-panel-head h2 {
    font-size: 28px !important;
  }

  .cf-panel-copy,
  .cf-executive-state-line,
  .cf-executive-status-copy,
  .cf-executive-signal-copy,
  .cf-executive-board-item-copy,
  .cf-ai-work-card-copy,
  .cf-report-list-card-copy {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
  }

  .cf-overview-shell {
    grid-template-columns: 1fr !important;
  }

  .cf-executive-summary,
  .cf-executive-context-chip,
  .cf-executive-status-rail,
  .cf-executive-signal-rail,
  .cf-ai-work-layer,
  .cf-executive-board-panel,
  .cf-browser-summary-band,
  .cf-browser-resource-group,
  .cf-browser-preview-drawer {
    padding: 14px !important;
  }

  .cf-executive-summary-title {
    font-size: 22px !important;
  }

  .cf-executive-context-strip,
  .cf-executive-status-band,
  .cf-executive-runtime-row,
  .cf-ai-work-grid,
  .cf-browser-desktop-shell,
  .cf-browser-summary-band,
  .cf-browser-index-stack,
  .cf-browser-preview-rail {
    grid-template-columns: 1fr !important;
  }

  .cf-browser-summary-band {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-index-stack,
  .cf-browser-preview-drawer {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-table {
    display: grid !important;
    gap: 8px !important;
  }

  .cf-browser-table-head {
    display: none !important;
  }

  .cf-browser-table-body {
    display: grid !important;
    gap: 8px !important;
  }

  .cf-browser-table-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-cell {
    padding: 0 !important;
    border: 0 !important;
  }

  .cf-browser-cell--resource {
    grid-column: 1 / -1 !important;
  }

  .cf-browser-cell--type {
    grid-column: 1 / 2 !important;
  }

  .cf-browser-description {
    grid-column: 1 / -1 !important;
    margin-top: 6px !important;
  }

  .cf-browser-stamp {
    grid-column: 1 / 2 !important;
  }

  .cf-browser-table-action {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    margin-top: 8px !important;
  }

  .cf-reports-workspace-tabs {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
  }

  .cf-reports-tab {
    flex: 1 1 calc(50% - 4px) !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .cf-browser-panel,
  .cf-browser-panel *,
  .cf-reports-workspace,
  .cf-reports-workspace * {
    min-width: 0 !important;
  }

  .cf-browser-panel h2,
  .cf-browser-summary-band h3,
  .cf-browser-context-path,
  .cf-browser-ops-value,
  .cf-browser-description-copy,
  .cf-browser-description-source,
  .cf-report-list-card-source,
  .cf-ai-output-meta {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-context-path,
  .cf-browser-ops-value,
  .cf-report-list-card-source,
  .cf-ai-output-meta,
  .cf-browser-panel .cf-mono {
    white-space: nowrap !important;
  }

  .cf-browser-panel .cf-mono {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media (max-width: 420px) {
  .cf-panel-head h2 {
    font-size: 24px !important;
    line-height: 1.05 !important;
  }

  .cf-appbar-controls {
    grid-template-columns: 1fr !important;
  }

  .cf-appbar .cf-toolbar-btn {
    width: 100% !important;
  }
}

/* Final structural guardrails: the new route trees own layout; fullscreen only owns state. */
.cf-fullscreen-active .cf-executive-context-strip {
  display: grid !important;
}

.cf-appbar-brand .cf-brandmark,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  flex: 0 0 44px !important;
}

.cf-appbar-brand .cf-brandmark img,
.cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
  width: auto !important;
  max-width: 32px !important;
  height: auto !important;
  max-height: 32px !important;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  min-height: 74px !important;
  padding: 10px 18px !important;
}

.cf-fullscreen-active .cf-appbar-row {
  min-height: 44px !important;
  align-items: center !important;
}

.cf-overview-shell,
.cf-executive-summary,
.cf-executive-context-strip,
.cf-executive-status-band,
.cf-executive-status-rail,
.cf-executive-signal-rail,
.cf-ai-work-layer,
.cf-ai-work-grid,
.cf-executive-runtime-row,
.cf-executive-board-panel,
.cf-reports-workspace,
.cf-browser-desktop-shell,
.cf-browser-index-stack,
.cf-browser-preview-drawer,
.cf-browser-preview-rail {
  position: static !important;
  transform: none !important;
}

.cf-executive-summary,
.cf-executive-context-chip,
.cf-executive-status-card,
.cf-executive-signal-card,
.cf-ai-work-card,
.cf-executive-board-item,
.cf-report-list-card,
.cf-ai-output-panel,
.cf-browser-table-row,
.cf-browser-detail-card {
  min-width: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.cf-executive-summary-meta,
.cf-executive-status-meta,
.cf-executive-signal-value,
.cf-executive-board-item-meta,
.cf-ai-work-card-meta,
.cf-report-list-card-source,
.cf-ai-output-meta,
.cf-browser-panel .cf-mono {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (min-width: 1280px) {
  .cf-fullscreen-active .cf-panel-body--overview {
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-overview-shell {
    gap: 10px !important;
  }

  .cf-fullscreen-active .cf-executive-summary,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail,
  .cf-fullscreen-active .cf-ai-work-layer,
  .cf-fullscreen-active .cf-executive-board-panel {
    padding: 12px !important;
  }

  .cf-fullscreen-active .cf-executive-context-chip {
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  .cf-fullscreen-active .cf-executive-status-grid,
  .cf-fullscreen-active .cf-executive-signal-grid,
  .cf-fullscreen-active .cf-ai-work-grid,
  .cf-fullscreen-active .cf-executive-board-list {
    gap: 8px !important;
  }

  .cf-fullscreen-active .cf-ai-work-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .cf-fullscreen-active .cf-ai-work-card {
    min-height: 92px !important;
    padding: 10px !important;
  }

  .cf-fullscreen-active .cf-ai-work-card-copy,
  .cf-fullscreen-active .cf-executive-status-copy,
  .cf-fullscreen-active .cf-executive-signal-copy,
  .cf-fullscreen-active .cf-executive-board-item-copy {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }
}

.conceptflow-resources-view.cf-fullscreen-active .cf-main,
.conceptflow-resources-view.cf-fullscreen-active .cf-panel-body--active {
  overflow: auto !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel > .cf-panel-head {
  display: flex !important;
  padding: 0 18px 8px !important;
  gap: 10px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel > .cf-panel-head h2 {
  font-size: 22px !important;
  line-height: 1.1 !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel > .cf-panel-head .cf-panel-copy {
  display: block !important;
  max-width: 78ch !important;
  font-size: 12px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  display: grid !important;
  padding: 10px 12px !important;
  margin-bottom: 8px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band h3 {
  font-size: 18px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-shell {
  height: auto !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: auto auto auto !important;
  align-content: start !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group {
  grid-template-rows: auto auto !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-body,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-row {
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-drawer {
  overflow: visible !important;
}

@media (max-width: 899px) {
  .cf-fullscreen-active .cf-main,
  .cf-fullscreen-active .cf-panel,
  .cf-fullscreen-active .cf-panel-body,
  .cf-fullscreen-active .cf-panel-body--overview,
  .conceptflow-resources-view.cf-fullscreen-active .cf-panel-body--active {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .cf-fullscreen-active .cf-overview-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
  }

  .cf-fullscreen-active .cf-ai-work-grid {
    grid-template-columns: 1fr !important;
  }

  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    flex-basis: 28px !important;
  }

  .cf-appbar-brand .cf-brandmark img,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
    max-width: 20px !important;
    max-height: 20px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel > .cf-panel-head {
    display: flex !important;
    padding: 12px 16px 0 !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel > .cf-panel-head .cf-panel-copy {
    display: none !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
    display: grid !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
    grid-template-columns: 1fr !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-body {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-row {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
}

/* Localized final pass: Reports density, resource clarity, and narrow route flow. */
.cf-reports-workspace-lenses {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.cf-reports-context-banner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  padding: 14px 16px !important;
  border-radius: var(--cf-authority-section-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background: rgba(16, 21, 29, 0.72) !important;
}

.cf-reports-context-banner h3 {
  margin: 4px 0 0 !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
}

.cf-reports-context-copy {
  max-width: 82ch !important;
  margin: 8px 0 0 !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
}

.cf-reports-context-meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
}

.cf-reports-context-meta > div {
  min-width: 0 !important;
  padding: 10px !important;
  border-radius: 14px !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background: rgba(255, 255, 255, 0.025) !important;
}

.cf-reports-context-meta dt {
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.cf-reports-context-meta dd {
  margin: 5px 0 0 !important;
  overflow: hidden !important;
  color: var(--cf-authority-text) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.cf-reports-lens-card {
  display: grid !important;
  min-height: 92px !important;
  padding: 10px !important;
  border-radius: var(--cf-authority-card-radius) !important;
  border: 1px solid var(--cf-authority-border-panel) !important;
  background: rgba(16, 21, 29, 0.82) !important;
}

.cf-reports-lens-card-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.cf-reports-lens-card-meta {
  display: block !important;
  margin-top: 7px !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
}

.cf-reports-lens-card-copy {
  display: -webkit-box !important;
  margin: 7px 0 0 !important;
  overflow: hidden !important;
  color: var(--cf-authority-text-soft) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.cf-reports-workspace-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr) !important;
}

.cf-report-list-card,
.cf-ai-output-panel {
  min-height: 124px !important;
}

.cf-browser-table {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(5, 8, 12, 0.92) !important;
}

.cf-browser-table-row {
  min-height: 42px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.cf-browser-table-row--head {
  min-height: 44px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border-bottom-color: rgba(255, 255, 255, 0.16) !important;
}

.cf-browser-table-row:not(.cf-browser-table-row--head):nth-child(even) {
  background: rgba(255, 255, 255, 0.018) !important;
}

.cf-browser-table-action .cf-inline-link,
.cf-browser-row-action,
.cf-action-pill {
  min-height: 28px !important;
  border-color: rgba(130, 110, 255, 0.62) !important;
  background: rgba(130, 110, 255, 0.12) !important;
}

@media (min-width: 1280px) {
  .cf-fullscreen-active .cf-executive-summary {
    min-height: 156px !important;
    align-items: start !important;
  }

  .cf-fullscreen-active .cf-executive-signal-rail {
    align-content: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-signal-grid {
    height: calc(100% - 34px) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    align-content: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-signal-card {
    min-height: 0 !important;
  }

  .cf-reports-workspace {
    align-content: start !important;
  }

  .cf-reports-workspace-panels {
    min-height: 270px !important;
  }
}

@media (max-width: 1279px) {
  .cf-reports-context-banner {
    grid-template-columns: 1fr !important;
  }

  .cf-reports-workspace-lenses {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 899px) {
  .cf-overview-shell {
    display: grid !important;
  }

  .cf-executive-summary {
    order: 1 !important;
  }

  .cf-executive-context-strip {
    order: 2 !important;
  }

  .cf-fullscreen-active .cf-executive-status-band,
  .cf-executive-status-band {
    display: grid !important;
    order: 3 !important;
    grid-template-columns: 1fr !important;
  }

  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail,
  .cf-executive-status-rail,
  .cf-executive-signal-rail {
    display: grid !important;
    min-width: 0 !important;
  }

  .cf-ai-work-layer {
    order: 4 !important;
  }

  .cf-executive-runtime-row {
    order: 5 !important;
  }

  .cf-reports-workspace-lenses {
    grid-template-columns: 1fr !important;
  }

  .cf-reports-context-meta {
    grid-template-columns: 1fr !important;
  }

  .cf-reports-workspace-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-ai-output-panel,
  .cf-ai-output-card,
  .cf-executive-signal-card,
  .cf-executive-signal-head,
  .cf-executive-signal-value,
  .cf-executive-signal-copy {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .cf-executive-signal-head {
    flex-wrap: wrap !important;
  }

  .cf-executive-signal-head .cf-ready-pill {
    max-width: 100% !important;
  }

  .cf-reports-lens-card {
    min-height: 0 !important;
  }

  .cf-browser-preview-drawer:not([open]) {
    padding: 0 !important;
  }

  .cf-browser-preview-drawer:not([open]) > summary {
    border-radius: 16px !important;
    border: 1px solid var(--cf-authority-border-panel) !important;
    background: rgba(16, 21, 29, 0.82) !important;
  }

  .cf-browser-table-wrap,
  .cf-browser-table,
  .cf-browser-table-body {
    display: grid !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .cf-browser-table-body {
    gap: 8px !important;
  }

  .cf-browser-table-row:not(.cf-browser-table-row--head) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "resource action"
      "type action"
      "description description"
      "stamp stamp" !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 4px 10px !important;
    min-height: 112px !important;
    padding: 10px 12px !important;
    align-items: start !important;
  }

  .cf-browser-cell,
  .cf-browser-cell--resource,
  .cf-browser-cell--type,
  .cf-browser-description,
  .cf-browser-stamp,
  .cf-browser-table-action {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .cf-browser-cell--resource {
    grid-area: resource !important;
  }

  .cf-browser-cell--type {
    grid-area: type !important;
  }

  .cf-browser-description {
    grid-area: description !important;
    margin: 0 !important;
  }

  .cf-browser-stamp {
    grid-area: stamp !important;
  }

  .cf-browser-table-action {
    grid-area: action !important;
    align-self: center !important;
    justify-self: end !important;
  }

  .cf-browser-link,
  .cf-browser-cell--type,
  .cf-browser-stamp,
  .cf-browser-description-copy,
  .cf-browser-description-source {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .cf-browser-row-actions {
    justify-content: flex-end !important;
    margin-top: 4px !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-row:not(.cf-browser-table-row--head),
  .conceptflow-resources-view .cf-browser-table-row:not(.cf-browser-table-row--head) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "resource action"
      "type action"
      "description description"
      "stamp stamp" !important;
    grid-template-rows: auto auto auto auto !important;
    min-height: 112px !important;
    height: auto !important;
    gap: 4px 10px !important;
    padding: 10px 12px !important;
    align-items: start !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-cell--resource,
  .conceptflow-resources-view .cf-browser-cell--resource {
    grid-area: resource !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-cell--type,
  .conceptflow-resources-view .cf-browser-cell--type {
    grid-area: type !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-description,
  .conceptflow-resources-view .cf-browser-description {
    grid-area: description !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-stamp,
  .conceptflow-resources-view .cf-browser-stamp {
    grid-area: stamp !important;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-action,
  .conceptflow-resources-view .cf-browser-table-action {
    grid-area: action !important;
    align-self: center !important;
    justify-self: end !important;
  }
}

/* Final localized remediation: correct the four verified visual failures without broad restyling. */
.cf-browser-mobile-surface {
  display: none !important;
}

@media (min-width: 1280px) {
  .cf-fullscreen-active #overview > .cf-panel-head {
    display: none !important;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    height: calc(100dvh - var(--cf-authority-header-height) - 28px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .cf-fullscreen-active .cf-overview-shell {
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: 116px 68px minmax(236px, 1fr) 104px 86px !important;
    grid-template-areas:
      "hero hero hero hero hero hero hero hero hero hero hero hero"
      "summary summary summary summary summary summary summary summary summary summary summary summary"
      "posture posture posture posture posture posture signals signals signals signals signals signals"
      "aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork aiwork"
      "runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime runtime" !important;
    gap: 8px !important;
    align-content: stretch !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-summary {
    grid-area: hero !important;
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px 14px !important;
    padding: 12px 14px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-state-line {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .cf-fullscreen-active .cf-executive-package-kicker {
    margin-top: 2px !important;
  }

  .cf-fullscreen-active .cf-executive-summary-title {
    margin: 0 !important;
    font-size: 25px !important;
    line-height: 1 !important;
  }

  .cf-fullscreen-active .cf-executive-summary-meta {
    white-space: nowrap !important;
  }

  .cf-fullscreen-active .cf-executive-summary-actions {
    grid-column: 1 / -1 !important;
    display: flex !important;
    gap: 6px !important;
    margin-top: 0 !important;
  }

  .cf-fullscreen-active .cf-executive-summary-actions .cf-inline-link {
    min-height: 25px !important;
    height: 25px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  .cf-fullscreen-active .cf-executive-context-strip {
    grid-area: summary !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-context-chip {
    min-height: 0 !important;
    height: 68px !important;
    padding: 9px 12px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-status-band {
    display: contents !important;
  }

  .cf-fullscreen-active .cf-executive-status-rail {
    grid-area: posture !important;
  }

  .cf-fullscreen-active .cf-executive-signal-rail {
    grid-area: signals !important;
  }

  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 11px 12px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-status-grid,
  .cf-fullscreen-active .cf-executive-signal-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 8px !important;
    align-content: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-status-card,
  .cf-fullscreen-active .cf-executive-signal-card {
    min-height: 0 !important;
    padding: 8px 10px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-ai-work-layer {
    grid-area: aiwork !important;
    min-height: 0 !important;
    height: 104px !important;
    padding: 10px 12px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-ai-work-layer .cf-executive-section-head {
    display: flex !important;
    min-height: 18px !important;
  }

  .cf-fullscreen-active .cf-ai-work-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 8px !important;
    min-height: 0 !important;
  }

  .cf-fullscreen-active .cf-ai-work-card {
    min-height: 0 !important;
    height: 66px !important;
    padding: 8px !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-ai-work-card-meta {
    margin-top: 4px !important;
    white-space: nowrap !important;
  }

  .cf-fullscreen-active .cf-ai-work-card-copy,
  .cf-fullscreen-active .cf-executive-board-item-copy,
  .cf-fullscreen-active .cf-executive-status-copy,
  .cf-fullscreen-active .cf-executive-signal-copy {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .cf-fullscreen-active .cf-executive-runtime-row {
    grid-area: runtime !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    height: 86px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-executive-runtime-row .cf-executive-board-panel {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 86px !important;
    min-height: 0 !important;
    padding: 9px 10px !important;
    overflow: hidden !important;
    border: 1px solid var(--cf-authority-border-panel) !important;
    border-radius: var(--cf-authority-card-radius) !important;
    background: rgba(16, 21, 29, 0.84) !important;
  }

  .cf-fullscreen-active .cf-executive-runtime-row .cf-executive-section-head {
    display: flex !important;
  }

  .cf-fullscreen-active .cf-executive-runtime-row .cf-executive-board-list {
    display: grid !important;
    min-height: 0 !important;
  }

  .cf-fullscreen-active .cf-executive-runtime-row .cf-executive-board-item {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
}

@media (max-width: 899px) {
  html.cf-fullscreen-active,
  body.cf-fullscreen-active,
  html.cf-fullscreen-active body {
    height: auto !important;
    min-height: 100% !important;
    overflow: auto !important;
  }

  .cf-fullscreen-active .cf-hero.cf-appbar,
  .cf-hero.cf-appbar {
    height: auto !important;
    min-height: 128px !important;
    padding: 8px 10px !important;
  }

  .cf-fullscreen-active .cf-appbar-row,
  .cf-appbar-row {
    display: grid !important;
    grid-template-areas:
      "brand"
      "nav"
      "controls" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px !important;
    min-height: 0 !important;
    align-items: start !important;
  }

  .cf-fullscreen-active .cf-appbar-brand,
  .cf-appbar-brand {
    grid-area: brand !important;
    width: 100% !important;
    min-height: 28px !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark,
  .cf-appbar-brand .cf-brandmark {
    width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    flex: 0 0 28px !important;
    padding: 3px !important;
    border-radius: 9px !important;
  }

  .cf-fullscreen-active .cf-appbar-brand-copy,
  .cf-appbar-brand-copy {
    display: grid !important;
    gap: 1px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .cf-fullscreen-active .cf-appbar-kicker,
  .cf-appbar-kicker {
    display: block !important;
    max-width: none !important;
    overflow: hidden !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 7px !important;
    line-height: 1 !important;
    letter-spacing: 0.13em !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-site-title,
  .cf-appbar .cf-site-title {
    display: block !important;
    overflow: hidden !important;
    font-size: 17px !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .cf-fullscreen-active .cf-appbar-nav,
  .cf-appbar-nav {
    grid-area: nav !important;
    width: 100% !important;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list,
  .cf-appbar-nav .cf-nav-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-nav-list a {
    width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    border-radius: 12px !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-label--full,
  .cf-appbar .cf-nav-label--full {
    display: inline !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-label--short,
  .cf-appbar .cf-nav-label--short {
    display: none !important;
  }

  .cf-fullscreen-active .cf-appbar-controls,
  .cf-appbar-controls {
    grid-area: controls !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px !important;
    width: 100% !important;
    align-items: center !important;
  }

  .cf-fullscreen-active .cf-commandbar-selector,
  .cf-commandbar-selector {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-report-scope-select,
  .cf-appbar .cf-report-scope-select {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 28px 0 10px !important;
    font-size: 12px !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-toolbar-btn {
    width: auto !important;
    min-width: 118px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .cf-fullscreen-active .cf-main,
  .cf-main {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 10px !important;
  }

  #reports > .cf-panel-head,
  .cf-fullscreen-active #reports > .cf-panel-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 14px 14px 0 !important;
    overflow: hidden !important;
  }

  #reports > .cf-panel-head h2 {
    max-width: 100% !important;
    overflow: visible !important;
    font-size: 23px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  .cf-reports-context-banner {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 14px !important;
  }

  .cf-reports-context-banner h3 {
    font-size: 28px !important;
    line-height: 1.05 !important;
  }

  .cf-reports-workspace-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }

  .cf-reports-tab {
    min-height: 38px !important;
    white-space: normal !important;
  }

  .cf-executive-status-band,
  .cf-fullscreen-active .cf-executive-status-band {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .cf-executive-status-rail,
  .cf-executive-signal-rail,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 14px !important;
    overflow: visible !important;
  }

  .cf-executive-status-grid,
  .cf-executive-signal-grid,
  .cf-fullscreen-active .cf-executive-status-grid,
  .cf-fullscreen-active .cf-executive-signal-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    gap: 10px !important;
  }

  .cf-executive-status-card,
  .cf-executive-signal-card,
  .cf-fullscreen-active .cf-executive-status-card,
  .cf-fullscreen-active .cf-executive-signal-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 12px !important;
    overflow: visible !important;
  }

  .conceptflow-resources-view .cf-browser-desktop-shell,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-shell {
    display: none !important;
  }

  .conceptflow-resources-view .cf-browser-mobile-surface,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-surface {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .cf-browser-mobile-context,
  .cf-browser-mobile-mounted-details {
    display: grid !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: var(--cf-authority-card-radius) !important;
    border: 1px solid var(--cf-authority-border-panel) !important;
    background: rgba(16, 21, 29, 0.84) !important;
  }

  .cf-browser-mobile-context h3 {
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--cf-authority-text) !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    text-overflow: ellipsis !important;
  }

  .cf-browser-mobile-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .cf-browser-mobile-stats > div {
    min-width: 0 !important;
    padding: 10px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-mobile-stats dt {
    color: var(--cf-authority-text-muted) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
  }

  .cf-browser-mobile-stats dd {
    margin: 6px 0 0 !important;
    color: var(--cf-authority-text) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-shell {
    display: grid !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid var(--cf-authority-border-panel) !important;
    border-radius: var(--cf-authority-card-radius) !important;
    background: rgba(16, 21, 29, 0.8) !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-head h3 {
    margin: 0 !important;
    color: var(--cf-authority-text) !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .conceptflow-resources-view .cf-resource-list-cards {
    display: grid !important;
    gap: 10px !important;
  }

  .conceptflow-resources-view .cf-resource-list-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "head action"
      "copy copy"
      "meta meta" !important;
    gap: 8px 10px !important;
    min-height: 0 !important;
    padding: 12px !important;
    overflow: hidden !important;
  }

  .conceptflow-resources-view .cf-resource-list-card > .cf-resource-list-card-head {
    grid-area: head !important;
    display: grid !important;
    gap: 4px !important;
    align-self: start !important;
    min-width: 0 !important;
  }

  .conceptflow-resources-view .cf-resource-list-card .cf-browser-link {
    overflow: hidden !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-copy {
    grid-area: copy !important;
    margin: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-meta {
    grid-area: meta !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .conceptflow-resources-view .cf-resource-list-card-actions {
    grid-area: action !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  .cf-browser-mobile-mounted-details-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .cf-browser-mobile-compactdetail {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    padding: 12px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.03) !important;
  }

  .cf-browser-mobile-compactdetail-title,
  .cf-browser-mobile-compactdetail-meta {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 420px) {
  .cf-fullscreen-active .cf-hero.cf-appbar,
  .cf-hero.cf-appbar {
    min-height: 128px !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-site-title,
  .cf-appbar .cf-site-title {
    font-size: 15px !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-nav-list a {
    padding: 0 6px !important;
    font-size: 10px !important;
  }

  .cf-fullscreen-active .cf-appbar-controls,
  .cf-appbar-controls {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-toolbar-btn {
    width: 100% !important;
  }
}

/* gpt-4o-mini blocker remediation: unmistakable report context, literal tables, and strict narrow flow. */
.cf-reports-active-context-pill {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  min-height: 24px !important;
  margin: 8px 0 0 !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(130, 110, 255, 0.72) !important;
  background: rgba(130, 110, 255, 0.16) !important;
  color: var(--cf-authority-text) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

@media (min-width: 900px) {
  .cf-browser-table-wrap {
    overflow: hidden !important;
  }

  table.cf-browser-table {
    display: table !important;
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .cf-browser-table-head {
    display: table-header-group !important;
  }

  .cf-browser-table-body {
    display: table-row-group !important;
  }

  table.cf-browser-table .cf-browser-table-row {
    display: table-row !important;
    height: 42px !important;
    min-height: 42px !important;
    border: 0 !important;
  }

  table.cf-browser-table th,
  table.cf-browser-table td {
    display: table-cell !important;
    height: 42px !important;
    padding: 8px 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: var(--cf-authority-text-soft) !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    vertical-align: middle !important;
  }

  table.cf-browser-table thead th {
    height: 40px !important;
    color: var(--cf-authority-text-muted) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  table.cf-browser-table th:nth-child(1) {
    width: 31% !important;
  }

  table.cf-browser-table th:nth-child(2) {
    width: 13% !important;
  }

  table.cf-browser-table th:nth-child(3) {
    width: 32% !important;
  }

  table.cf-browser-table th:nth-child(4) {
    width: 14% !important;
  }

  table.cf-browser-table th:nth-child(5) {
    width: 10% !important;
    text-align: center !important;
  }

  table.cf-browser-table tbody th {
    color: var(--cf-authority-text) !important;
    font-weight: 750 !important;
  }

  table.cf-browser-table .cf-browser-table-action {
    text-align: center !important;
  }

  table.cf-browser-table .cf-browser-row-actions {
    justify-content: center !important;
    margin: 0 !important;
  }

  table.cf-browser-table .cf-browser-link,
  table.cf-browser-table .cf-browser-cell--type,
  table.cf-browser-table .cf-browser-stamp,
  table.cf-browser-table .cf-browser-description-copy,
  table.cf-browser-table .cf-browser-description-source {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  table.cf-browser-table .cf-browser-description-copy {
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}

@media (min-width: 1280px) {
  .cf-fullscreen-active .cf-executive-signal-rail {
    align-content: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-signal-grid {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    height: 100% !important;
    min-height: 0 !important;
    align-content: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-signal-card {
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) !important;
    min-height: 0 !important;
    height: 100% !important;
    align-content: start !important;
  }
}

@media (max-width: 899px) {
  .cf-overview-shell,
  .cf-fullscreen-active .cf-overview-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    gap: 12px !important;
  }

  .cf-overview-shell > *,
  .cf-fullscreen-active .cf-overview-shell > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .cf-executive-summary,
  .cf-fullscreen-active .cf-executive-summary {
    order: 1 !important;
  }

  .cf-executive-context-strip,
  .cf-fullscreen-active .cf-executive-context-strip {
    order: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-executive-status-band,
  .cf-fullscreen-active .cf-executive-status-band {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-ai-work-layer,
  .cf-fullscreen-active .cf-ai-work-layer {
    order: 4 !important;
  }

  .cf-executive-runtime-row,
  .cf-fullscreen-active .cf-executive-runtime-row {
    order: 5 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-browser-mobile-mounted-details {
    margin-bottom: 18px !important;
  }
}

/* gpt-4o-mini blocker remediation round 2: make the remaining blockers visually unambiguous. */
.cf-reports-context-banner {
  border-color: rgba(130, 110, 255, 0.42) !important;
  box-shadow: inset 3px 0 0 rgba(130, 110, 255, 0.78) !important;
}

.cf-reports-active-context-pill {
  min-height: 28px !important;
  padding: 0 12px !important;
  border-color: rgba(130, 110, 255, 0.88) !important;
  background: rgba(130, 110, 255, 0.24) !important;
  font-size: 10.5px !important;
}

.cf-reports-context-banner h3 {
  color: #f7f8ff !important;
}

@media (min-width: 900px) {
  table.cf-browser-table {
    border-color: rgba(255, 255, 255, 0.34) !important;
    background: rgba(5, 8, 12, 0.98) !important;
  }

  table.cf-browser-table thead th {
    height: 46px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.065) !important;
    color: #dfe6ef !important;
  }

  table.cf-browser-table th,
  table.cf-browser-table td {
    height: 46px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  table.cf-browser-table th:last-child,
  table.cf-browser-table td:last-child {
    border-right: 0 !important;
  }

  table.cf-browser-table tbody tr:nth-child(even) th,
  table.cf-browser-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.035) !important;
  }

  table.cf-browser-table tbody tr:hover th,
  table.cf-browser-table tbody tr:hover td {
    background: rgba(130, 110, 255, 0.08) !important;
  }

  .cf-browser-resource-group {
    border-color: rgba(255, 255, 255, 0.22) !important;
  }
}

@media (min-width: 1280px) {
  .cf-fullscreen-active .cf-executive-signal-rail {
    min-height: 100% !important;
  }

  .cf-fullscreen-active .cf-executive-signal-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    height: 100% !important;
    min-height: 0 !important;
    gap: 8px !important;
  }

  .cf-fullscreen-active .cf-executive-signal-card {
    min-height: 0 !important;
    height: 100% !important;
    padding: 9px 11px !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
  }
}

@media (max-width: 899px) {
  .cf-reports-workspace,
  .cf-reports-workspace-panels,
  .cf-report-item-list,
  .cf-reports-workspace-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .cf-report-list-card,
  .cf-ai-output-panel,
  .cf-ai-output-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .cf-report-list-card-copy,
  .cf-ai-output-copy,
  .cf-reports-lens-card-copy {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
  }

  .cf-report-list-card-source,
  .cf-report-list-card-meta,
  .cf-ai-output-meta,
  .cf-ai-output-status {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .cf-executive-summary,
  .cf-fullscreen-active .cf-executive-summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-executive-summary-status,
  .cf-fullscreen-active .cf-executive-summary-status,
  .cf-executive-summary-actions,
  .cf-fullscreen-active .cf-executive-summary-actions {
    justify-items: start !important;
    justify-content: start !important;
  }
}

/* Final executive minimalist override. This intentionally wins over prior audit patches. */
.cf-report-scope-form > button.screen-reader-text {
  display: none !important;
}

.cf-executive-state-line,
.cf-executive-package-kicker,
.cf-reports-workspace-lenses {
  display: none !important;
}

#overview .cf-panel-copy,
#reports .cf-panel-copy,
#resources .cf-panel-copy,
.cf-reports-context-copy,
.cf-browser-results {
  max-width: 52ch !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.cf-executive-status-copy,
.cf-executive-signal-copy,
.cf-ai-work-card-copy,
.cf-report-list-card-copy,
.cf-ai-output-copy,
.cf-browser-description-copy,
.cf-browser-mobile-copy,
.cf-reports-context-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.cf-executive-summary,
.cf-reports-context-banner {
  min-height: 0 !important;
  padding: 16px 18px !important;
}

.cf-executive-status-card,
.cf-executive-signal-card,
.cf-ai-work-card,
.cf-report-list-card,
.cf-ai-output-card {
  gap: 7px !important;
}

.cf-report-list-card-source,
.cf-report-list-card-meta,
.cf-ai-output-meta,
.cf-ai-output-status,
.cf-browser-context-path,
.cf-browser-path {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 899px) {
  #overview .cf-panel-copy,
  #reports .cf-panel-copy,
  #resources .cf-panel-copy,
  .cf-reports-context-copy,
  .cf-browser-results {
    max-width: 100% !important;
    font-size: 13px !important;
  }

  .cf-report-list-card-copy,
  .cf-ai-output-copy,
  .cf-browser-mobile-copy,
  .cf-reports-context-copy {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }
}

/* App shell footer: legacy CSS hid the footer in both normal and fullscreen modes. */
.cf-app-shell,
.cf-fullscreen-active .cf-app-shell,
body:not(.cf-fullscreen-active) .cf-app-shell {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
}

.cf-footer,
body.cf-fullscreen-active .cf-footer,
body:not(.cf-fullscreen-active) .cf-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px var(--cf-authority-header-pad-x) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(12, 16, 22, 0.82), rgba(7, 10, 14, 0.96)) !important;
  color: var(--cf-authority-text-muted) !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.cf-footer-brand,
.cf-footer-status,
.cf-footer-meta {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 9px !important;
}

.cf-footer-brand {
  flex: 0 1 auto !important;
}

.cf-footer-authority {
  color: var(--cf-authority-text-muted) !important;
  letter-spacing: 0.14em !important;
}

.cf-footer strong {
  color: var(--cf-authority-text) !important;
  margin: 0 !important;
}

.cf-footer-status {
  flex: 1 1 auto !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.cf-footer-status > span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.cf-footer-pill {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  min-height: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  border: 1px solid rgba(130, 110, 255, 0.45) !important;
  border-radius: 999px !important;
  background: rgba(130, 110, 255, 0.12) !important;
  color: #dfe3ff !important;
  font-size: 9px !important;
  letter-spacing: 0.12em !important;
}

.cf-footer-route {
  max-width: 24ch !important;
  color: var(--cf-authority-text-soft) !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

.cf-footer-meta {
  flex: 0 1 auto !important;
  justify-content: center !important;
}

.cf-footer a {
  display: inline-flex !important;
  min-height: 22px !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: var(--cf-authority-text-soft) !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0.04em !important;
}

.cf-footer a:hover,
.cf-footer a:focus-visible {
  border-color: rgba(130, 110, 255, 0.66) !important;
  color: var(--cf-authority-text) !important;
}

.cf-footer-copyright {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: rgba(200, 208, 216, 0.9) !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.cf-footer-copyright:hover,
.cf-footer-copyright:focus-visible {
  background: rgba(130, 110, 255, 0.12) !important;
}

.cf-footer-mail-icon {
  width: 13px !important;
  height: 10px !important;
  flex: 0 0 auto !important;
  fill: none !important;
  stroke: rgba(255, 255, 255, 0.94) !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.35 !important;
}

@media (max-width: 899px) {
  .cf-footer,
  body.cf-fullscreen-active .cf-footer,
  body:not(.cf-fullscreen-active) .cf-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 8px 10px !important;
  }

  .cf-footer-brand,
  .cf-footer-status,
  .cf-footer-meta {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .cf-footer-authority,
  .cf-footer-route {
    display: none !important;
  }
}

body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-page-content,
body.page-id-108 .cf-stage,
body.page-id-108 .cf-app-shell,
body.page-id-108 .cf-main,
body.page-id-108 .cf-main > .cf-panel,
body.page-id-108 .cf-panel,
body.page-id-108 .cf-page-content,
body.page-id-117 .cf-stage,
body.page-id-117 .cf-app-shell,
body.page-id-117 .cf-main,
body.page-id-117 .cf-main > .cf-panel,
body.page-id-117 .cf-panel,
body.page-id-117 .cf-page-content {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.page-id-103 .cf-app-shell,
body.page-id-108 .cf-app-shell,
body.page-id-117 .cf-app-shell {
  min-height: 100dvh !important;
}

body.page-id-103 .cf-main,
body.page-id-108 .cf-main,
body.page-id-117 .cf-main {
  padding-bottom: 28px !important;
}

body.page-id-103 .cf-footer,
body.page-id-108 .cf-footer,
body.page-id-117 .cf-footer {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  margin-top: 12px !important;
}

/*
 * Browser dark-mode normalization.
 * CONCEPTFlow already owns a dark executive palette; Chrome/Windows dark mode
 * should not auto-darken native controls or make the authored surfaces harsher.
 */
:root,
html,
body,
.cf-stage,
.cf-app-shell {
  color-scheme: only light !important;
}

:where(input, select, textarea, button) {
  color-scheme: only light !important;
}

.cf-report-scope-select,
.cf-report-scope-select option {
  background-color: #10161d !important;
  color: var(--cf-authority-text) !important;
}

html,
body {
  background-color: var(--cf-authority-app-bg) !important;
}

@keyframes cf-logo-activation {
  0% {
    opacity: 0;
    transform: scale(0.97);
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  58% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}

@media (min-width: 768px) {
  .cf-appbar-brand .cf-brandmark,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    width: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    flex: 0 0 66px !important;
    padding: 6px !important;
    border-radius: 16px !important;
    transform-origin: center center !important;
    animation: cf-logo-activation 660ms cubic-bezier(0.22, 0.82, 0.22, 1) 1 both !important;
    will-change: opacity, transform, filter !important;
  }

  .cf-appbar-brand .cf-brandmark img,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
  }
}

/*
 * Final cascade guard for long public pages. Keep this at the true end of this
 * stylesheet so expanding accordions lengthen the page and expose the footer.
 */
html:has(body.page-id-103),
html:has(body.page-id-108),
html:has(body.page-id-117),
body.page-id-103,
body.page-id-108,
body.page-id-117 {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.page-id-103 .cf-stage,
body.page-id-103 .cf-app-shell,
body.page-id-103 .cf-main,
body.page-id-103 .cf-main > .cf-panel,
body.page-id-103 .cf-main > .cf-panel.is-panel-active,
body.page-id-103 .cf-panel,
body.page-id-103 .cf-panel-body,
body.page-id-103 .cf-panel-body--overview,
body.page-id-103 .cf-page-content,
body.page-id-108 .cf-stage,
body.page-id-108 .cf-app-shell,
body.page-id-108 .cf-main,
body.page-id-108 .cf-main > .cf-panel,
body.page-id-108 .cf-main > .cf-panel.is-panel-active,
body.page-id-108 .cf-panel,
body.page-id-108 .cf-panel-body,
body.page-id-108 .cf-panel-body--overview,
body.page-id-108 .cf-page-content,
body.page-id-117 .cf-stage,
body.page-id-117 .cf-app-shell,
body.page-id-117 .cf-main,
body.page-id-117 .cf-main > .cf-panel,
body.page-id-117 .cf-main > .cf-panel.is-panel-active,
body.page-id-117 .cf-panel,
body.page-id-117 .cf-panel-body,
body.page-id-117 .cf-panel-body--overview,
body.page-id-117 .cf-page-content {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}

body.page-id-103 .cf-footer,
body.page-id-108 .cf-footer,
body.page-id-117 .cf-footer {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  clear: both !important;
  margin-top: 24px !important;
}

body.page-id-108 .cf-main {
  padding-bottom: clamp(220px, 18vh, 320px) !important;
}

body.page-id-103,
body.page-id-108,
body.page-id-117 {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(180, 180, 210, 0.46) rgba(8, 11, 16, 0.68) !important;
}

body.page-id-103::-webkit-scrollbar,
body.page-id-108::-webkit-scrollbar,
body.page-id-117::-webkit-scrollbar {
  width: 9px;
}

body.page-id-103::-webkit-scrollbar-track,
body.page-id-108::-webkit-scrollbar-track,
body.page-id-117::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.96), rgba(13, 17, 24, 0.92));
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

body.page-id-103::-webkit-scrollbar-thumb,
body.page-id-108::-webkit-scrollbar-thumb,
body.page-id-117::-webkit-scrollbar-thumb {
  border: 2px solid rgba(8, 11, 16, 0.88);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(190, 190, 220, 0.5), rgba(130, 110, 255, 0.34));
}

body.page-id-103::-webkit-scrollbar-thumb:hover,
body.page-id-108::-webkit-scrollbar-thumb:hover,
body.page-id-117::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(215, 215, 235, 0.62), rgba(150, 132, 255, 0.5));
}

/*
 * Site-wide public content flow guard.
 * Future WordPress pages/posts receive document-level vertical scrolling by
 * default so long content, expanding sections, and the footer remain reachable.
 */
html:has(body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active)),
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-stage,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-app-shell,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-main,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-main > .cf-panel,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-main > .cf-panel.is-panel-active,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-panel,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-panel-body,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-panel-body--overview,
body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-page-content {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) .cf-footer {
  display: flex !important;
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  clear: both !important;
  margin-top: 24px !important;
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active) {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(180, 180, 210, 0.46) rgba(8, 11, 16, 0.68) !important;
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active)::-webkit-scrollbar {
  width: 9px;
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active)::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.96), rgba(13, 17, 24, 0.92));
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active)::-webkit-scrollbar-thumb {
  border: 2px solid rgba(8, 11, 16, 0.88);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(190, 190, 220, 0.5), rgba(130, 110, 255, 0.34));
}

body.conceptflow-shell.wp-singular:not(.cf-fullscreen-active)::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(215, 215, 235, 0.62), rgba(150, 132, 255, 0.5));
}

body.page-id-103 .cf-yoloe-benchmark-gallery,
body.page-id-108 .cf-yoloe-benchmark-gallery {
  display: grid;
  gap: 16px;
  padding: 4px var(--cf-authority-panel-pad) 0;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__shell,
body.page-id-108 .cf-yoloe-benchmark-gallery__shell {
  display: grid;
  gap: 12px;
  max-width: min(100%, 1180px);
  margin-inline: auto;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--cf-authority-border-panel);
  background:
    linear-gradient(180deg, rgba(16, 21, 30, 0.98), rgba(8, 11, 16, 0.98));
  box-shadow: var(--cf-authority-shadow);
}

body.page-id-103 .cf-yoloe-benchmark-gallery__focus,
body.page-id-108 .cf-yoloe-benchmark-gallery__focus {
  display: grid;
  gap: 10px;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__focus-frame,
body.page-id-108 .cf-yoloe-benchmark-gallery__focus-frame {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--cf-authority-border-soft);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 6, 9, 0.08), rgba(4, 6, 9, 0.94)),
    linear-gradient(135deg, rgba(130, 110, 255, 0.1), rgba(255, 255, 255, 0.03));
  aspect-ratio: 16 / 9;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__video,
body.page-id-108 .cf-yoloe-benchmark-gallery__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020304;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__nav,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: min(960px, 100%);
  margin: 4px auto 0;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid var(--cf-authority-border);
  background:
    linear-gradient(180deg, rgba(14, 19, 27, 0.96), rgba(8, 11, 16, 0.98));
  color: var(--cf-authority-text);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button:hover,
body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button:focus-visible,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button:hover,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button:focus-visible,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button:hover,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button:focus-visible {
  border-color: rgba(130, 110, 255, 0.62);
  background: rgba(130, 110, 255, 0.1);
  transform: translateY(-1px);
}

body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button span,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button span,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button span {
  color: var(--cf-authority-text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button strong,
body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button strong,
body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button strong {
  color: var(--cf-authority-text);
  font-size: 12px;
  line-height: 1.18;
  text-wrap: balance;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__active-meta,
body.page-id-108 .cf-yoloe-benchmark-gallery__active-meta {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__active-label,
body.page-id-108 .cf-yoloe-benchmark-gallery__active-label {
  margin: 0;
  color: var(--cf-authority-text);
  font-size: 13px;
  font-weight: 700;
}

body.page-id-103 .cf-yoloe-benchmark-gallery__active-summary,
body.page-id-108 .cf-yoloe-benchmark-gallery__active-summary {
  color: var(--cf-authority-text-soft);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 720px) {
  body.page-id-103 .cf-yoloe-benchmark-gallery,
  body.page-id-108 .cf-yoloe-benchmark-gallery {
    padding-inline: 8px;
    gap: 10px;
  }

  body.page-id-103 .cf-yoloe-benchmark-gallery__shell,
  body.page-id-108 .cf-yoloe-benchmark-gallery__shell {
    padding: 12px;
    gap: 10px;
  }

  body.page-id-103 .cf-yoloe-benchmark-gallery__nav,
  body.page-id-108 .cf-yoloe-benchmark-gallery__nav,
  body.page-id-117 .cf-yoloe-benchmark-gallery__nav {
    grid-template-columns: 1fr;
  }

  body.page-id-103 .cf-yoloe-benchmark-gallery__nav-button,
  body.page-id-108 .cf-yoloe-benchmark-gallery__nav-button,
  body.page-id-117 .cf-yoloe-benchmark-gallery__nav-button {
    min-height: 54px;
  }
}
