:root {
  color-scheme: dark;
  --cf-font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --cf-font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --cf-font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;

  --cf-bg: #050608;
  --cf-bg-elevated: #090a0d;
  --cf-shell: linear-gradient(180deg, rgba(10, 11, 14, 0.992), rgba(5, 6, 8, 0.998));
  --cf-panel: linear-gradient(180deg, rgba(13, 15, 19, 0.985), rgba(8, 9, 12, 0.995));
  --cf-panel-light: linear-gradient(180deg, rgba(246, 248, 252, 0.992), rgba(232, 237, 245, 0.992));
  --cf-panel-dark: linear-gradient(180deg, rgba(13, 14, 18, 0.988), rgba(8, 9, 11, 0.996));
  --cf-card-dark: linear-gradient(180deg, rgba(17, 19, 24, 0.99), rgba(10, 11, 14, 0.996));
  --cf-card-dark-raised: linear-gradient(180deg, rgba(22, 24, 30, 0.988), rgba(12, 13, 17, 0.996));
  --cf-card-light: linear-gradient(180deg, rgba(253, 254, 255, 0.992), rgba(238, 242, 248, 0.995));
  --cf-badge: linear-gradient(180deg, rgba(130, 110, 255, 0.1), rgba(130, 110, 255, 0.04));
  --cf-logo-well: linear-gradient(180deg, rgba(14, 16, 21, 0.992), rgba(7, 8, 10, 0.998));
  --cf-plaque-blue: radial-gradient(circle at 26% 24%, rgba(132, 150, 255, 0.12), transparent 36%), radial-gradient(circle at 72% 74%, rgba(245, 248, 255, 0.08), transparent 36%);

  --cf-border-shell: rgba(255, 255, 255, 0.2);
  --cf-border-panel: rgba(255, 255, 255, 0.14);
  --cf-border-card: rgba(255, 255, 255, 0.16);
  --cf-border-card-light: rgba(23, 34, 56, 0.2);
  --cf-border-pill: rgba(255, 255, 255, 0.12);
  --cf-border-accent: rgba(130, 110, 255, 0.42);
  --cf-border-accent-strong: rgba(130, 110, 255, 0.62);
  --cf-border-focus: rgba(130, 110, 255, 0.88);

  --cf-text: #f5f7fb;
  --cf-text-soft: #dfe5f0;
  --cf-text-body: #c6cfdd;
  --cf-text-meta: #9ba8bb;
  --cf-text-faint: #707e92;
  --cf-text-dark: #111827;
  --cf-text-dark-soft: #334155;
  --cf-text-dark-meta: #64748b;
  --cf-blue: #8d83ff;
  --cf-blue-bright: #f1efff;
  --cf-blue-soft: rgba(130, 110, 255, 0.1);
  --cf-blue-soft-strong: rgba(130, 110, 255, 0.16);
  --cf-amber: rgba(230, 220, 90, 0.92);
  --cf-amber-soft: rgba(230, 220, 90, 0.12);
  --cf-green: #65a67a;
  --cf-green-soft: rgba(101, 166, 122, 0.14);

  --cf-radius-shell: 24px;
  --cf-radius-panel: 20px;
  --cf-radius-card: 16px;
  --cf-radius-pill: 999px;
  --cf-shadow-shell: 0 12px 30px rgba(0, 0, 0, 0.28);
  --cf-shadow-panel: 0 10px 24px rgba(0, 0, 0, 0.2);
  --cf-shadow-card: 0 8px 18px rgba(0, 0, 0, 0.18);
  --cf-shadow-button: 0 8px 16px rgba(0, 0, 0, 0.14);
  --cf-shell-width: min(calc(100vw - 28px), 1624px);
  --cf-shell-height: min(93vh, 972px);
  --cf-shell-min-height: clamp(680px, 90vh, 900px);
  --cf-stage-pad: clamp(14px, 1.25vw, 18px);
  --cf-shell-pad: clamp(18px, 1.5vw, 24px);
  --cf-panel-pad: clamp(20px, 1.8vw, 28px);
  --cf-grid-gap: clamp(10px, 1.1vw, 14px);
  --cf-card-pad: 14px 16px;
  --cf-control-height: 34px;
  --cf-hero-height: clamp(144px, 16.5vh, 178px);
  --cf-brand-col-width: clamp(106px, 9.4vw, 138px);
  --cf-action-col-width: clamp(268px, 18vw, 314px);
  --cf-nav-zone-height: clamp(40px, 4.2vh, 48px);
  --cf-ops-card-height: clamp(94px, 10.5vh, 116px);
  --cf-active-zone-height: clamp(270px, 31vh, 330px);
  --cf-footer-height: 28px;
  --cf-kicker-size: 11px;
  --cf-body-size: 13.25px;
  --cf-surface-card-height: clamp(64px, 7.4vh, 82px);
  --cf-active-pad-bottom: clamp(14px, 1.6vh, 22px);
  --cf-footer-gap: clamp(10px, 1.2vh, 16px);
}

/* ConceptFlow brandmark uplift: slightly larger, crisper shell logo across walkthrough screens. */
.cf-brandmark {
  width: clamp(94px, 7.3vw, 116px) !important;
  min-height: clamp(94px, 7.3vw, 116px) !important;
  padding: 7px !important;
}

.cf-brandmark img {
  width: min(100%, 78px) !important;
  max-height: 78px !important;
  image-rendering: auto;
  transform: translateZ(0);
}

.cf-fullscreen-active .cf-brandmark {
  width: clamp(84px, 6.4vw, 100px) !important;
  min-height: clamp(84px, 6.4vw, 100px) !important;
  padding: 6px !important;
}

.cf-fullscreen-active .cf-brandmark img {
  width: min(100%, 68px) !important;
  max-height: 68px !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, #08090b 0%, var(--cf-bg-elevated) 18%, var(--cf-bg) 100%);
  color: var(--cf-text);
  font-family: var(--cf-font-sans);
  font-size: var(--cf-body-size);
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: tabular-nums lining-nums;
}

html.conceptflow-resources-view,
body.conceptflow-resources-view {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

html.conceptflow-resources-view {
  --cf-shell-height: min(94vh, 984px);
  --cf-shell-min-height: clamp(700px, 92vh, 920px);
  --cf-footer-height: 24px;
  --cf-footer-gap: 6px;
}

html.cf-demo-mode,
body.cf-demo-mode {
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, #08090b 0%, var(--cf-bg-elevated) 18%, var(--cf-bg) 100%);
}

.cf-demo-mode .cf-stage {
  width: 100vw;
  min-height: 100dvh;
  height: 100dvh;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
}

.cf-demo-mode .cf-app-shell {
  width: 100vw;
  max-width: none;
  min-height: 100dvh;
  height: 100dvh;
  padding: clamp(12px, 1vw, 16px);
  border-radius: 0;
}

.cf-demo-mode .cf-main {
  min-height: 0;
}

.cf-demo-mode .cf-panel,
.cf-demo-mode .cf-hero,
.cf-demo-mode .cf-nav {
  border-radius: 0;
}

.cf-demo-mode .cf-panel-body--active,
.cf-demo-mode .cf-panel-body--overview,
.cf-demo-mode .cf-overview-stack,
.cf-demo-mode .cf-active-panel-scroll {
  min-height: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 64%);
  opacity: 0.003;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-text:active,
.cf-skip-link:focus,
.cf-skip-link:active {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  white-space: normal;
}

:focus-visible {
  outline: 2px solid var(--cf-border-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(130, 110, 255, 0.16);
}

.cf-stage {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: var(--cf-stage-pad);
  overflow: hidden;
}

.conceptflow-resources-view .cf-stage {
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  align-items: flex-start;
}

.cf-skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--cf-card-dark-raised);
  border: 1px solid var(--cf-border-focus);
  color: var(--cf-text);
  box-shadow: var(--cf-shadow-button);
}

.cf-presentation-active,
.cf-presentation-active body {
  overflow: hidden;
}

.cf-presentation-stage {
  width: 100vw;
  min-height: 100vh;
  padding: clamp(24px, 2.4vw, 40px);
  overflow: auto;
  justify-content: center;
  align-items: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cf-presentation-stage::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.cf-presentation-shell {
  width: min(calc(100vw - 40px), 1560px);
  max-width: 1560px;
  min-height: max(calc(100vh - 48px), var(--cf-shell-min-height));
  margin: 0 auto;
}

.cf-immersive-stage {
  width: 100vw;
  min-height: 100vh;
  padding: 18px;
  overflow: auto;
  justify-content: center;
  align-items: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cf-immersive-stage::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.cf-immersive-shell {
  width: min(calc(100vw - 36px), 1560px);
  min-height: max(calc(100vh - 36px), var(--cf-shell-min-height));
  margin: 0 auto;
  padding: clamp(28px, 2.8vw, 40px);
  border-radius: 30px;
}

.cf-immersive-active .cf-brand-pills,
.cf-immersive-active .cf-footer,
.cf-immersive-active .cf-nav-summary {
  display: none;
}

.cf-immersive-active .cf-hero {
  padding-bottom: 24px;
}

.cf-immersive-active .cf-main {
  gap: 18px;
}

.cf-immersive-active .cf-nav {
  margin-top: 16px;
}

.cf-app-shell {
  width: var(--cf-shell-width);
  background: var(--cf-shell);
  border: 1px solid var(--cf-border-shell);
  border-radius: var(--cf-radius-shell);
  box-shadow: var(--cf-shadow-shell), inset 0 1px 0 rgba(255, 255, 255, 0.024);
  padding: var(--cf-shell-pad);
  min-height: var(--cf-shell-min-height);
  height: var(--cf-shell-height);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.conceptflow-resources-view .cf-app-shell {
  height: var(--cf-shell-height);
  min-height: var(--cf-shell-min-height);
  overflow: hidden;
}

.cf-app-shell:focus-visible,
.cf-main:focus-visible {
  outline-offset: 6px;
}

.cf-hero,
.cf-panel,
.cf-nav {
  position: relative;
  isolation: isolate;
  border: 1px solid var(--cf-border-panel);
  border-radius: var(--cf-radius-panel);
  box-shadow: var(--cf-shadow-panel), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  background: var(--cf-panel);
}

.cf-hero::before,
.cf-panel::before,
.cf-nav::before,
.cf-metric-card::before,
.cf-report-card::before,
.cf-resource-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0) 40%);
  opacity: 0.38;
}

.cf-hero,
.cf-panel {
  padding: var(--cf-panel-pad);
  scroll-margin-top: 28px;
}

.cf-hero {
  margin-bottom: var(--cf-grid-gap);
  min-height: var(--cf-hero-height);
  padding: clamp(12px, 1.15vw, 16px);
  display: grid;
  gap: 6px;
}

.cf-brand-row {
  display: grid;
  grid-template-columns: minmax(106px, var(--cf-brand-col-width)) minmax(0, 1fr) minmax(268px, var(--cf-action-col-width));
  gap: clamp(12px, 1.2vw, 18px);
  align-items: center;
}

.cf-brand-column {
  display: grid;
  gap: 8px;
  align-content: start;
}

.cf-brandmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(82px, 6.2vw, 96px);
  min-height: clamp(82px, 6.2vw, 96px);
  padding: 6px;
  border-radius: 14px;
  background:
    var(--cf-plaque-blue),
    var(--cf-logo-well);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cf-brandmark img {
  width: min(100%, 64px);
  max-height: 64px;
  display: block;
  filter: none;
}

:fullscreen .cf-stage,
:-webkit-full-screen .cf-stage,
:-ms-fullscreen .cf-stage {
  width: 100vw;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px);
  overflow: auto;
  justify-content: center;
  align-items: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

:fullscreen .cf-stage::-webkit-scrollbar,
:-webkit-full-screen .cf-stage::-webkit-scrollbar,
:-ms-fullscreen .cf-stage::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

:fullscreen .cf-app-shell,
:-webkit-full-screen .cf-app-shell,
:-ms-fullscreen .cf-app-shell {
  width: min(calc(100vw - 36px), 1580px);
  max-width: 1660px;
  min-height: calc(100vh - 36px);
  margin: 0 auto;
}

.cf-fullscreen-active,
:fullscreen,
:-webkit-full-screen,
:-ms-fullscreen {
  --cf-stage-pad: clamp(8px, 0.8vw, 14px);
  --cf-shell-pad: clamp(12px, 1vw, 16px);
  --cf-panel-pad: clamp(12px, 1vw, 16px);
  --cf-grid-gap: clamp(5px, 0.6vw, 8px);
  --cf-hero-height: clamp(122px, 13.6vh, 146px);
  --cf-nav-zone-height: clamp(34px, 3.6vh, 40px);
  --cf-ops-card-height: clamp(74px, 8.4vh, 90px);
  --cf-active-zone-height: clamp(252px, 39vh, 372px);
  --cf-surface-card-height: clamp(54px, 5.8vh, 66px);
  --cf-active-pad-bottom: clamp(10px, 1.1vh, 14px);
}

.cf-fullscreen-active .cf-stage {
  padding: 3px;
}

.cf-fullscreen-active .cf-app-shell {
  width: calc(100vw - 6px);
  max-width: none;
  height: calc(100vh - 6px);
  min-height: calc(100vh - 6px);
  padding: clamp(6px, 0.72vw, 10px);
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-fullscreen-active .cf-hero {
  min-height: var(--cf-hero-height);
  padding: 8px 10px;
  gap: 3px;
}

.cf-fullscreen-active .cf-brand-row {
  grid-template-columns: minmax(92px, 104px) minmax(0, 1fr) minmax(232px, 260px);
  gap: 8px;
}

.cf-fullscreen-active .cf-brandmark {
  width: clamp(72px, 5.4vw, 82px);
  min-height: clamp(72px, 5.4vw, 82px);
  padding: 4px;
  border-radius: 12px;
}

.cf-fullscreen-active .cf-brandmark img {
  width: min(100%, 58px);
  max-height: 58px;
}

.cf-fullscreen-active .cf-brand-pills {
  display: none;
}

.cf-fullscreen-active .cf-site-title {
  font-size: clamp(19px, 1.22vw, 23px);
  line-height: 0.98;
}

.cf-fullscreen-active .cf-site-tagline,
.cf-fullscreen-active .cf-site-summary {
  display: none;
}

.cf-fullscreen-active .cf-site-summary {
  max-width: 60ch;
}

.cf-fullscreen-active .cf-action-cluster {
  min-height: auto;
  padding: 0;
  gap: 3px;
  min-width: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  align-self: start;
  justify-self: end;
}

.cf-fullscreen-active .cf-action-head {
  gap: 6px;
}

.cf-fullscreen-active .cf-action-status,
.cf-fullscreen-active .cf-action-hint {
  font-size: 10.75px;
}

.cf-fullscreen-active .cf-action-group {
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
}

.cf-fullscreen-active .cf-action-utility {
  justify-content: flex-end;
}

.cf-fullscreen-active .cf-action-utility .cf-toolbar-btn--secondary {
  width: auto;
}

.cf-fullscreen-active .cf-nav {
  margin-top: 0;
  padding: 4px 7px;
  min-height: var(--cf-nav-zone-height);
  grid-template-columns: 1fr;
}

.cf-fullscreen-active .cf-nav-summary {
  font-size: 9px;
}

.cf-fullscreen-active .cf-main {
  margin-top: 3px;
}

.cf-fullscreen-active .cf-hero,
.cf-fullscreen-active .cf-nav,
.cf-fullscreen-active .cf-panel {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-fullscreen-active .cf-hero::before,
.cf-fullscreen-active .cf-nav::before,
.cf-fullscreen-active .cf-panel::before {
  opacity: 0.24;
}

.cf-fullscreen-active .cf-panel-head {
  margin-bottom: 4px;
}

.cf-fullscreen-active .cf-panel-copy {
  max-width: 46ch;
  font-size: 11px;
}

.cf-fullscreen-active .cf-brand-copy .cf-kicker,
.cf-fullscreen-active .cf-action-head,
.cf-fullscreen-active .cf-action-status,
.cf-fullscreen-active .cf-action-hint,
.cf-fullscreen-active .cf-nav-head,
.cf-fullscreen-active .cf-panel-copy {
  display: none;
}

.cf-fullscreen-active .cf-ops-layer,
.cf-fullscreen-active .cf-surface-grid {
  gap: 5px;
}

.cf-fullscreen-active .cf-nav-list {
  justify-content: flex-start;
}

.cf-fullscreen-active .cf-ops-item {
  padding: 9px 10px;
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.cf-fullscreen-active .cf-ops-copy {
  font-size: 11px;
}

.cf-fullscreen-active .cf-surface-card {
  min-height: 76px;
  padding: 8px 9px;
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-fullscreen-active .cf-surface-card-copy {
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cf-fullscreen-active .cf-metric-grid--overview {
  gap: 5px;
}

.cf-fullscreen-active .cf-metric-grid--overview .cf-metric-card {
  min-height: 96px;
}

.cf-fullscreen-active .cf-support-grid {
  gap: 5px;
}

.cf-fullscreen-active .cf-support-card {
  padding: 8px 10px;
}

.cf-brand-pills {
  display: none;
}

.cf-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cf-text-soft);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.cf-brand-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
  padding-top: 0;
}

.cf-kicker,
.cf-eyebrow,
.cf-metric-label,
.cf-artifact-label {
  margin: 0 0 6px;
  color: var(--cf-blue-bright);
  font-size: var(--cf-kicker-size);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cf-site-title {
  margin: 0;
  font-family: var(--cf-font-display);
  font-size: clamp(28px, 1.7vw, 34px);
  line-height: 1.02;
  letter-spacing: -0.032em;
  color: var(--cf-text);
  text-wrap: balance;
}

.cf-site-tagline {
  display: none;
}

.cf-site-summary {
  margin: 0;
  color: #c2cedd;
  max-width: 42ch;
  font-size: 11.5px;
  line-height: 1.35;
  text-wrap: pretty;
}

.cf-action-cluster {
  display: grid;
  gap: 4px;
  min-width: 268px;
  align-content: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cf-action-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cf-action-status {
  margin: 0;
  color: #c2cedd;
  font-size: 12.5px;
  line-height: 1.42;
  display: none;
}

.cf-report-scope-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.cf-report-scope-label {
  grid-column: 1 / -1;
  color: var(--cf-text-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-report-scope-select {
  min-width: 0;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(12, 13, 17, 0.92);
  color: var(--cf-text);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cf-fullscreen-active .cf-report-scope-select,
.cf-fullscreen-active .cf-toolbar-btn,
.cf-fullscreen-active .cf-nav-list a {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 10.75px;
  letter-spacing: 0.08em;
}

.cf-report-scope-submit {
  display: none;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid rgba(130, 110, 255, 0.52);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.12), rgba(130, 110, 255, 0.05));
  color: var(--cf-blue-bright);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), var(--cf-shadow-button);
}

html:not(.cf-js) .cf-report-scope-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cf-js .cf-report-scope-submit {
  display: none;
}

.cf-report-scope-select:hover,
.cf-report-scope-select:focus-visible {
  border-color: rgba(130, 110, 255, 0.68);
  background: rgba(16, 17, 22, 0.96);
}

.cf-action-hint {
  margin: -4px 0 0;
  color: #d0d9e6;
  font-size: 11.25px;
  font-weight: 600;
  line-height: 1.34;
  display: none;
}

.cf-kicker--action,
.cf-kicker--nav {
  margin-bottom: 0;
  color: var(--cf-text-soft);
}

.cf-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid var(--cf-border-accent);
  background: rgba(130, 110, 255, 0.12);
  color: var(--cf-blue-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: none;
}

.cf-status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b7afff, #8d83ff);
  box-shadow: none;
}

.cf-action-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding-top: 0;
}

.cf-action-primary,
.cf-action-utility {
  display: flex;
  align-items: center;
}

.cf-action-primary {
  min-width: 0;
}

.cf-action-utility {
  justify-content: flex-start;
  min-height: 30px;
}

.conceptflow-resources-view .cf-action-head {
  gap: 6px;
}

.conceptflow-resources-view .cf-status-pill {
  min-height: 24px;
  padding: 4px 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
  color: #c7d3e0;
  font-size: 9.25px;
  letter-spacing: 0.14em;
}

.conceptflow-resources-view .cf-status-pill::before {
  width: 6px;
  height: 6px;
  background: rgba(130, 110, 255, 0.92);
}

.conceptflow-resources-view .cf-action-group {
  gap: 6px;
}

.cf-toolbar-btn,
.cf-nav-list a,
.cf-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--cf-control-height);
  padding: 8px 13px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid var(--cf-border-pill);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.012));
  color: var(--cf-text-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.cf-toolbar-btn:hover,
.cf-nav-list a:hover,
.cf-inline-link:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.048);
  color: var(--cf-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cf-toolbar-btn:focus-visible,
.cf-nav-list a:focus-visible,
.cf-inline-link:focus-visible {
  outline: 2px solid rgba(130, 110, 255, 0.92);
  outline-offset: 3px;
}

.cf-nav-list a.is-active {
  border-color: rgba(130, 110, 255, 0.82);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.24), rgba(130, 110, 255, 0.12));
  color: #f4f1ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cf-toolbar-btn--primary {
  width: 100%;
  min-height: 38px;
  justify-content: center;
  padding-inline: 16px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--cf-text-soft);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: none;
}

#cf-fullscreen-toggle {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--cf-text-soft);
  box-shadow: none;
}

.cf-toolbar-btn--primary:hover,
.cf-toolbar-btn--primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  box-shadow: none;
}

#cf-fullscreen-toggle:hover,
#cf-fullscreen-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #f5f7fb;
  box-shadow: 0 0 0 2px rgba(130, 110, 255, 0.08);
}

#cf-fullscreen-toggle:focus-visible {
  outline-color: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cf-toolbar-btn--primary[aria-pressed="true"],
.cf-fullscreen-active .cf-toolbar-btn--primary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: var(--cf-text-soft);
  font-weight: 700;
  box-shadow: none;
}

#cf-fullscreen-toggle[aria-pressed="true"] {
  border-color: rgba(130, 110, 255, 0.42);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.12), rgba(130, 110, 255, 0.05));
  color: #f4f1ff;
  box-shadow: none;
}

#cf-fullscreen-toggle[aria-pressed="true"]:focus-visible {
  outline-color: rgba(246, 235, 110, 0.96);
}

.cf-toolbar-btn--secondary {
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.14), rgba(130, 110, 255, 0.05));
  border-color: rgba(130, 110, 255, 0.58);
  color: var(--cf-blue-bright);
}

.cf-toolbar-btn--secondary:hover,
.cf-toolbar-btn--secondary:focus-visible {
  border-color: rgba(130, 110, 255, 0.76);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.18), rgba(130, 110, 255, 0.08));
}

.cf-toolbar-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--cf-control-height);
  padding: 8px 13px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid rgba(130, 110, 255, 0.46);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.08), rgba(130, 110, 255, 0.03));
  color: var(--cf-text-soft);
  box-shadow: none;
  cursor: default;
  white-space: nowrap;
}

.cf-action-utility .cf-toolbar-btn--secondary,
.cf-action-utility .cf-toolbar-chip {
  min-height: 32px;
  padding: 7px 12px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.cf-action-utility .cf-toolbar-btn--secondary {
  border-color: rgba(130, 110, 255, 0.56);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.16), rgba(130, 110, 255, 0.08));
  color: #f1efff;
  font-weight: 700;
}

.cf-action-utility .cf-toolbar-btn--secondary:hover,
.cf-action-utility .cf-toolbar-btn--secondary:focus-visible {
  border-color: rgba(130, 110, 255, 0.66);
  box-shadow: 0 0 0 2px rgba(130, 110, 255, 0.08);
}

.cf-action-utility .cf-toolbar-chip {
  color: #c2cedd;
  border-color: rgba(130, 110, 255, 0.24);
  background: rgba(130, 110, 255, 0.045);
}

.cf-toolbar-btn.is-current {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--cf-text-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
  cursor: default;
  pointer-events: none;
}

.conceptflow-resources-view.cf-fullscreen-active #cf-fullscreen-toggle {
  width: auto;
  min-height: 30px;
  padding: 5px 10px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--cf-text-soft);
  font-size: 10.75px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
}

.conceptflow-resources-view.cf-fullscreen-active #cf-fullscreen-toggle:hover,
.conceptflow-resources-view.cf-fullscreen-active #cf-fullscreen-toggle:focus-visible {
  border-color: rgba(130, 110, 255, 0.42);
  background: rgba(130, 110, 255, 0.08);
  color: #f5f2ff;
  box-shadow: 0 0 0 2px rgba(130, 110, 255, 0.08);
}

.cf-nav {
  margin-top: 2px;
  padding: 10px 14px;
  min-height: var(--cf-nav-zone-height);
  background: linear-gradient(180deg, rgba(17, 18, 23, 0.972), rgba(11, 12, 15, 0.985));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.cf-nav-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  margin-bottom: 0;
}

.cf-nav-summary {
  margin: 0;
  color: #c2cedd;
  font-size: 10px;
  letter-spacing: 0.01em;
}

.cf-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.conceptflow-resources-view .cf-hero {
  min-height: var(--cf-hero-height);
  gap: 6px;
  padding: clamp(12px, 1.15vw, 16px);
}

.conceptflow-resources-view .cf-brand-row {
  grid-template-columns: minmax(106px, var(--cf-brand-col-width)) minmax(0, 1fr) minmax(268px, var(--cf-action-col-width));
  gap: clamp(12px, 1.2vw, 18px);
  align-items: center;
}

.conceptflow-resources-view .cf-brandmark {
  width: clamp(82px, 6.2vw, 96px);
  min-height: clamp(82px, 6.2vw, 96px);
  padding: 6px;
}

.conceptflow-resources-view .cf-site-title {
  font-size: clamp(28px, 1.7vw, 34px);
}

.conceptflow-resources-view .cf-brand-pills,
.conceptflow-resources-view .cf-site-summary {
  display: none;
}

.conceptflow-resources-view .cf-status-pill {
  display: none;
}

.conceptflow-resources-view .cf-site-tagline {
  display: none;
}

.conceptflow-resources-view .cf-ops-layer {
  display: none;
}

.conceptflow-resources-view .cf-action-cluster {
  min-height: auto;
  gap: 4px;
  padding: 0;
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: none;
}

.conceptflow-resources-view .cf-nav {
  min-height: var(--cf-nav-zone-height);
  margin-top: 0;
  padding: 7px 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-hero {
  min-height: var(--cf-hero-height);
  padding: 10px 12px;
  gap: 4px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-brand-row {
  grid-template-columns: minmax(118px, 136px) minmax(0, 1fr) minmax(264px, 296px);
  gap: 12px;
  align-items: center;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-brandmark {
  width: clamp(98px, 7.1vw, 112px);
  min-height: clamp(98px, 7.1vw, 112px);
  padding: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-brandmark img {
  width: min(100%, 78px);
  max-height: 78px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-site-title {
  font-size: clamp(24px, 1.55vw, 30px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-action-cluster {
  min-height: auto;
  max-width: none;
  gap: 4px;
  padding: 0;
  justify-self: end;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-nav {
  min-height: var(--cf-nav-zone-height);
  padding: 7px 10px;
}

.cf-fullscreen-active .cf-browser-toolbar {
  padding: 7px 9px;
  gap: 7px;
}

.cf-fullscreen-active .cf-browser-panel.cf-panel--dark .cf-browser-toolbar,
.cf-fullscreen-active .cf-browser-panel.cf-panel--dark .cf-browser-table-wrap {
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link,
.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link--current {
  min-height: 26px;
  padding: 4px 8px;
  box-shadow: none;
}

.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link--current {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cf-text-soft);
}

.cf-fullscreen-active .cf-nav-list a.is-active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 5px;
  overflow: hidden;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-console-grid {
  grid-template-columns: minmax(250px, 278px) minmax(0, 1fr);
  gap: 6px;
  flex: 1 1 auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 5px;
  overflow: hidden;
  padding-bottom: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 6px;
  min-height: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-path,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-results {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  padding: 7px 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td {
  font-size: 11.5px;
  line-height: 1.24;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:last-child {
  font-size: 10.5px;
}

.conceptflow-resources-view .cf-panel-head {
  margin-bottom: 8px;
}

.conceptflow-resources-view .cf-main {
  min-height: 0;
  overflow: hidden;
}

.cf-main {
  display: grid;
  gap: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 8px;
}

.conceptflow-resources-view .cf-main {
  gap: 12px;
  overflow: visible;
}

.conceptflow-resources-view .cf-main,
.conceptflow-resources-view .cf-panel,
.conceptflow-resources-view .cf-panel-body--active,
.conceptflow-resources-view .cf-browser-panel,
.conceptflow-resources-view .cf-browser-panel .cf-panel-body,
.conceptflow-resources-view .cf-browser-scroll,
.conceptflow-resources-view .cf-browser-table-stack {
  min-height: 0;
}

.cf-js .cf-main > .cf-panel {
  display: none;
  min-height: 0;
  visibility: hidden;
}

.conceptflow-resources-view.cf-js .cf-main > .cf-panel {
  display: block;
  min-height: 0;
  visibility: visible;
}

.cf-js .cf-main > .cf-panel.is-panel-active {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
  visibility: visible;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.32) transparent;
}

.cf-ops-layer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.cf-ops-item {
  position: relative;
  padding: 11px 12px;
  min-height: var(--cf-ops-card-height);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--cf-card-dark);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.cf-ops-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 45%);
}

.cf-ops-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}

.cf-ops-kicker,
.cf-ops-meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-ops-kicker {
  color: var(--cf-text-soft);
  font-weight: 700;
}

.cf-ops-copy {
  margin: 0;
  color: var(--cf-text-body);
  font-size: 11.5px;
  line-height: 1.34;
}

.cf-ops-meta {
  margin: 8px 0 0;
  color: #c2cedd;
  font-family: var(--cf-font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-ops-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cf-ops-pill--ready {
  color: #d8ffe3;
  border-color: rgba(101, 166, 122, 0.58);
  background: rgba(101, 166, 122, 0.16);
}

.cf-ops-pill--sync {
  color: #f3f0ff;
  border-color: rgba(130, 110, 255, 0.6);
  background: rgba(130, 110, 255, 0.17);
}

.cf-command-deck,
.cf-ops-rail,
.cf-latest-card,
.cf-signal-card {
  position: relative;
  border-radius: var(--cf-radius-card);
  border: 1px solid var(--cf-border-card);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cf-command-deck,
.cf-ops-rail,
.cf-latest-card {
  background: var(--cf-card-dark);
}

.cf-command-deck::before,
.cf-ops-rail::before,
.cf-latest-card::before,
.cf-signal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.042), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0) 42%);
}

.cf-command-deck {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 24px 26px;
  min-height: clamp(190px, 24vh, 240px);
}

.cf-command-copy h3,
.cf-rail-head h3,
.cf-latest-card h3 {
  margin: 0;
  font-family: var(--cf-font-sans);
  font-size: clamp(24px, 2.1vw, 30px);
  letter-spacing: -0.022em;
  color: var(--cf-text);
}

.cf-command-copy p,
.cf-signal-detail {
  margin: 12px 0 0;
  color: var(--cf-text-body);
}

.cf-command-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid var(--cf-border-accent);
  background: rgba(130, 110, 255, 0.1);
  color: var(--cf-blue-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cf-command-actions {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 12px;
}

.cf-inline-link--gold {
  background: linear-gradient(180deg, rgba(91, 130, 200, 0.12), rgba(91, 130, 200, 0.06));
  border-color: rgba(91, 130, 200, 0.24);
  color: var(--cf-blue-bright);
}

.cf-ops-rail {
  display: grid;
  gap: 18px;
  padding: 22px 22px 20px;
  align-content: start;
  min-height: clamp(190px, 24vh, 240px);
}

.cf-rail-head {
  display: grid;
  gap: 6px;
}

.cf-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cf-signal-card {
  background: var(--cf-card-dark-raised);
  padding: 14px 14px 12px;
}

.cf-signal-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--cf-text-meta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cf-signal-value {
  display: block;
  color: var(--cf-text);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 780;
  letter-spacing: -0.02em;
}

.cf-latest-card {
  padding: 16px 18px 14px;
}

.cf-latest-card .cf-eyebrow {
  margin-bottom: 10px;
}

.cf-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 8px;
}

.cf-panel-head h2,
.cf-resource-card h3,
.cf-report-card h3 {
  margin: 0;
  font-family: var(--cf-font-sans);
  font-size: clamp(18px, 1.2vw, 21px);
  letter-spacing: -0.024em;
  color: var(--cf-text);
}

.cf-card-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  color: var(--cf-text-meta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cf-panel-copy,
.cf-resource-card p,
.cf-report-card p,
.cf-page-content,
.cf-entry-content {
  color: var(--cf-text-body);
}

.cf-panel-copy {
  font-size: 12.5px;
  line-height: 1.35;
  max-width: 54ch;
}

.cf-metric-grid,
.cf-report-grid,
.cf-resource-grid {
  display: grid;
  gap: var(--cf-grid-gap);
}

.cf-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cf-report-grid,
.cf-resource-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 1fr;
}

.cf-panel-body {
  min-height: 0;
}

.cf-panel-body--active {
  height: 100%;
  min-height: var(--cf-active-zone-height);
  overflow: hidden;
}

.cf-panel-body--overview {
  display: grid;
}

.cf-overview-stack {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 6px;
  align-content: start;
  height: 100%;
  min-height: 0;
}

.cf-panel-body--overview .cf-active-panel-scroll {
  padding-bottom: 0;
}

.cf-panel-body--overview .cf-surface-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(72px, 1fr);
}

.cf-metric-grid--overview .cf-metric-card {
  min-height: 110px;
}

.cf-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--cf-grid-gap);
}

.cf-support-card {
  position: relative;
  display: grid;
  gap: 4px;
  align-content: start;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(17, 19, 24, 0.84), rgba(10, 11, 14, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

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

.cf-support-card-title {
  margin: 0;
  font-size: 11px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--cf-text);
}

.cf-support-card-copy {
  margin: 0;
  font-size: 10px;
  line-height: 1.26;
  color: var(--cf-text-body);
}

.cf-support-card-meta {
  margin: 0;
  color: var(--cf-text-meta);
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cf-browser-console-grid {
  display: grid;
  gap: 8px;
  min-height: 0;
  height: 100%;
}

.cf-browser-context-panel {
  min-height: 0;
}

.cf-browser-context-card {
  display: grid;
  gap: 8px;
  align-content: start;
  height: 100%;
  padding: 12px 14px;
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(18, 20, 25, 0.92), rgba(10, 11, 14, 0.98));
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-browser-context-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  color: var(--cf-text);
}

.cf-browser-context-copy,
.cf-browser-context-path {
  margin: 0;
  color: var(--cf-text-body);
  font-size: 11px;
  line-height: 1.35;
}

.cf-browser-context-stats {
  display: grid;
  gap: 6px;
  margin: 0;
}

.cf-browser-context-stats div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cf-browser-context-stats div:first-child {
  border-top: 0;
  padding-top: 0;
}

.cf-browser-context-stats dt {
  margin: 0;
  color: var(--cf-text-meta);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-browser-context-stats dd {
  margin: 0;
  color: var(--cf-text);
  font-size: 18px;
  font-weight: 780;
  line-height: 1;
}

.cf-panel-body--overview .cf-surface-card {
  grid-column: span 4;
}

.cf-panel-body--overview .cf-surface-card:first-child {
  grid-column: 1 / -1;
  min-height: 96px;
  padding: 12px 14px;
}

.cf-panel-body--overview .cf-surface-card:first-child .cf-surface-card-copy {
  white-space: normal;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cf-metric-card,
.cf-resource-card {
  position: relative;
  padding: var(--cf-card-pad);
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--cf-card-dark);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cf-report-card {
  position: relative;
  padding: var(--cf-card-pad);
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(43, 61, 95, 0.22);
  background: var(--cf-card-light);
  box-shadow: 0 18px 40px rgba(7, 14, 24, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cf-metric-card--engaged {
  background:
    linear-gradient(180deg, rgba(230, 220, 90, 0.12), rgba(24, 24, 29, 0.96)),
    var(--cf-card-dark-raised);
}

.cf-metric-card--status {
  background:
    linear-gradient(180deg, rgba(130, 110, 255, 0.16), rgba(23, 24, 29, 0.96)),
    var(--cf-card-dark-raised);
}

.cf-metric-card--complete {
  background:
    linear-gradient(180deg, rgba(95, 157, 115, 0.14), rgba(22, 24, 28, 0.96)),
    var(--cf-card-dark-raised);
}

.cf-metric-value {
  display: block;
  margin: 4px 0 10px;
  font-size: clamp(2.24rem, 3.05vw, 3.48rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.028em;
  color: var(--cf-text);
}

.cf-metric-detail,
.cf-report-actions time,
.cf-report-path {
  color: var(--cf-text-meta);
}

.cf-report-card h3,
.cf-report-card strong {
  color: var(--cf-text-dark);
}

.cf-report-card p,
.cf-report-card .cf-report-path,
.cf-report-card .cf-report-actions time {
  color: var(--cf-text-dark-meta);
}

.cf-report-card .cf-inline-link {
  color: var(--cf-text-dark);
  border-color: rgba(130, 110, 255, 0.3);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.08), rgba(255, 255, 255, 0.52));
}

.cf-report-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: var(--cf-radius-pill);
  background: var(--cf-badge);
  border: 1px solid rgba(130, 110, 255, 0.24);
  color: #6558dd;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 0;
}

.cf-report-actions--dense {
  gap: 10px;
  margin-top: 2px;
}

.cf-report-actions--dense .cf-inline-link {
  min-height: 34px;
  padding: 10px 14px;
  font-size: 13px;
}

.cf-resource-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 8px;
  min-height: clamp(150px, 21vh, 210px);
}

.cf-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

.cf-report-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
  min-height: clamp(150px, 21vh, 210px);
}

.cf-report-card--content,
.cf-resource-card--content {
  min-height: clamp(250px, 32vh, 380px);
}

.cf-card-body {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 8px;
}

.cf-report-card--content .cf-card-body,
.cf-resource-card--content .cf-card-body,
.cf-latest-card .cf-panel-list {
  gap: 12px;
}

.cf-card-title {
  margin: 0;
}

.cf-card-copy {
  margin: 0;
}

.cf-panel-stream,
.cf-panel-list {
  display: grid;
  gap: 14px;
  min-height: 0;
}

.cf-panel-list {
  grid-auto-rows: minmax(120px, auto);
}

.cf-panel-list-item {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--cf-card-dark-raised);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.cf-panel-list-head,
.cf-thread-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.cf-panel-list-title,
.cf-thread-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

.cf-panel-list-copy,
.cf-thread-copy,
.cf-report-excerpt {
  margin: 0;
  color: var(--cf-text-body);
  font-size: 14px;
  line-height: 1.55;
}

.cf-panel-list-meta,
.cf-thread-meta,
.cf-report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--cf-text-meta);
  font-family: var(--cf-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-thread-meta {
  margin: 0;
}

.cf-compact-active .cf-brandmark {
  width: 150px;
  min-height: 150px;
}

.cf-compact-active .cf-brand-pills,
.cf-compact-active .cf-site-summary {
  display: none;
}

.cf-compact-active .cf-hero {
  padding: 24px 26px;
}

.cf-compact-active .cf-nav {
  margin-top: 16px;
  min-height: 72px;
}

.cf-compact-active .cf-ops-layer {
  margin-top: 14px;
}

.cf-compact-active .cf-ops-item {
  min-height: 124px;
}

.cf-ready-meta {
  color: var(--cf-text-meta);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-ready-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cf-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-ready-pill--ready,
.cf-ready-pill--available {
  border-color: rgba(101, 166, 122, 0.46);
  background: rgba(101, 166, 122, 0.12);
  color: #d8ffe3;
}

.cf-ready-pill--waiting,
.cf-ready-pill--queued {
  border-color: rgba(230, 220, 90, 0.52);
  background: rgba(230, 220, 90, 0.12);
  color: rgba(248, 242, 176, 0.98);
}

.cf-ready-pill--local,
.cf-ready-pill--indexable {
  border-color: rgba(130, 110, 255, 0.52);
  background: rgba(130, 110, 255, 0.12);
  color: var(--cf-blue-bright);
}

.cf-metric-card:hover,
.cf-report-card:hover,
.cf-resource-card:hover,
.cf-command-deck:hover,
.cf-ops-rail:hover,
.cf-latest-card:hover,
.cf-signal-card:hover,
.cf-metric-card:focus-within,
.cf-report-card:focus-within,
.cf-resource-card:focus-within,
.cf-command-deck:focus-within,
.cf-ops-rail:focus-within,
.cf-latest-card:focus-within,
.cf-signal-card:focus-within {
  transform: translateY(-2px);
}

.cf-metric-card:hover,
.cf-metric-card:focus-within,
.cf-command-deck:hover,
.cf-command-deck:focus-within,
.cf-ops-rail:hover,
.cf-ops-rail:focus-within,
.cf-latest-card:hover,
.cf-latest-card:focus-within,
.cf-signal-card:hover,
.cf-signal-card:focus-within,
.cf-resource-card:hover,
.cf-resource-card:focus-within {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cf-report-card:hover,
.cf-report-card:focus-within {
  box-shadow: 0 20px 42px rgba(7, 14, 24, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border-color: rgba(130, 110, 255, 0.3);
}

.cf-panel--light {
  background: var(--cf-panel-light);
  border-color: rgba(39, 57, 90, 0.22);
  box-shadow: 0 22px 58px rgba(5, 12, 22, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.cf-panel--light::before {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 46%);
}

.cf-panel--light .cf-panel-head h2 {
  color: var(--cf-text-dark);
}

.cf-panel--light .cf-panel-copy {
  color: var(--cf-text-dark-soft);
}

.cf-panel--light .cf-eyebrow {
  color: #5c51ce;
}

.cf-panel--light .cf-report-badge {
  background: rgba(91, 130, 200, 0.09);
  border-color: rgba(91, 130, 200, 0.22);
  color: var(--cf-blue);
}

.cf-panel--dark {
  background: var(--cf-panel-dark);
}

.cf-panel--dark .cf-panel-copy {
  color: var(--cf-text-meta);
}

.cf-panel--dark .cf-panel-head h2 {
  color: var(--cf-text);
}

.cf-panel--dark .cf-eyebrow {
  color: #b7afff;
}

.cf-panel--dark .cf-report-card h3,
.cf-panel--dark .cf-report-card strong,
.cf-panel--dark .cf-report-card .cf-card-kicker,
.cf-panel--dark .cf-report-card .cf-report-path,
.cf-panel--dark .cf-report-card .cf-report-actions time {
  color: var(--cf-text-dark);
}

@media (min-width: 1180px) {
  .cf-report-grid,
  .cf-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cf-mono {
  font-family: var(--cf-font-mono);
}

.cf-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: var(--cf-footer-height);
  margin-top: var(--cf-footer-gap);
  padding-top: 0;
  color: #c2cedd;
  font-size: 10.5px;
}

.cf-footer strong {
  color: #eef2f8;
  margin-right: 8px;
}

.cf-footer-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cf-footer a {
  color: #c2cedd;
  border-bottom: 1px solid transparent;
}

.cf-footer a:hover,
.cf-footer a:focus-visible {
  color: #eef2f8;
  border-bottom-color: rgba(130, 110, 255, 0.56);
}

.cf-active-panel-scroll {
  height: 100%;
  min-height: 0;
  overflow: auto;
  padding-bottom: var(--cf-active-pad-bottom);
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.32) transparent;
}

.cf-active-panel-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.cf-active-panel-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.cf-active-panel-scroll::-webkit-scrollbar-thumb {
  background: rgba(180, 180, 200, 0.32);
  border-radius: 999px;
}

.cf-active-panel-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(190, 180, 255, 0.48);
}

.cf-surface-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-height: 100%;
  align-content: start;
}

.cf-surface-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 4px;
  min-height: var(--cf-surface-card-height);
  padding: 10px 12px;
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--cf-card-dark);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.cf-panel--light .cf-surface-card {
  background: var(--cf-card-light);
  border-color: rgba(43, 61, 95, 0.2);
  box-shadow: 0 12px 24px rgba(7, 14, 24, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cf-panel--light .cf-surface-card-title {
  color: var(--cf-text-dark);
}

.cf-panel--light .cf-surface-card-copy,
.cf-panel--light .cf-surface-card-meta {
  color: var(--cf-text-dark-meta);
}

.cf-surface-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.cf-surface-card-title {
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.cf-surface-card-copy {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  color: var(--cf-text-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-surface-card-meta {
  margin: 0;
  color: var(--cf-text-meta);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-surface-card .cf-ready-pill {
  min-height: 22px;
  padding: 3px 7px;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.cf-browser-panel .cf-panel-copy .cf-mono {
  white-space: nowrap;
}

.cf-browser-scroll {
  display: grid;
  gap: 12px;
}

.conceptflow-resources-view .cf-panel-body--active,
.conceptflow-resources-view .cf-browser-panel,
.conceptflow-resources-view .cf-browser-panel .cf-panel-body,
.conceptflow-resources-view .cf-browser-scroll {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.conceptflow-resources-view .cf-browser-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.conceptflow-resources-view .cf-browser-panel .cf-panel-body {
  display: grid;
}

.conceptflow-resources-view .cf-browser-scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cf-browser-panel .cf-panel-head {
  margin-bottom: 10px;
}

.cf-browser-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 14px;
  border: 1px solid rgba(43, 61, 95, 0.2);
  background: var(--cf-card-light);
  box-shadow: 0 8px 18px rgba(7, 14, 24, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.cf-fullscreen-active .cf-browser-toolbar {
  padding: 6px 8px;
  gap: 6px;
}

.cf-browser-panel.cf-panel--dark .cf-browser-toolbar,
.cf-browser-panel.cf-panel--dark .cf-browser-table-wrap,
.cf-browser-panel.cf-panel--dark .cf-browser-summary-card,
.cf-browser-panel.cf-panel--dark .cf-browser-item {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--cf-card-dark-raised);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-browser-panel.cf-panel--dark .cf-browser-crumb {
  border-color: rgba(130, 110, 255, 0.28);
  background: rgba(130, 110, 255, 0.12);
  color: #f1efff;
}

.cf-browser-panel.cf-panel--dark .cf-browser-crumb.is-current {
  background: rgba(255, 255, 255, 0.06);
  color: var(--cf-text);
}

.cf-browser-panel.cf-panel--dark .cf-browser-path,
.cf-browser-panel.cf-panel--dark .cf-browser-results,
.cf-browser-panel.cf-panel--dark .cf-browser-empty,
.cf-browser-panel.cf-panel--dark .cf-browser-item-copy,
.cf-browser-panel.cf-panel--dark .cf-browser-item-meta {
  color: var(--cf-text-meta);
}

.cf-browser-panel.cf-panel--dark .cf-browser-results strong,
.cf-browser-panel.cf-panel--dark .cf-browser-item-title,
.cf-browser-panel.cf-panel--dark .cf-browser-table-head h3 {
  color: var(--cf-text);
}

.cf-browser-toolbar-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.cf-browser-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.cf-browser-crumb {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: var(--cf-radius-pill);
  border: 1px solid rgba(43, 61, 95, 0.18);
  background: rgba(130, 110, 255, 0.08);
  color: var(--cf-blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-browser-crumb.is-current {
  color: var(--cf-text-dark);
  background: rgba(17, 24, 39, 0.06);
}

.cf-browser-path {
  margin: 0;
  color: var(--cf-text-dark-meta);
  font-size: 10px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-browser-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cf-browser-toolbar-actions .cf-inline-link {
  min-height: 28px;
  padding: 5px 8px;
  border-color: rgba(43, 61, 95, 0.22);
  background: rgba(255, 255, 255, 0.84);
  color: var(--cf-text-dark-soft);
  box-shadow: none;
}

.cf-browser-toolbar-actions .cf-inline-link:hover,
.cf-browser-toolbar-actions .cf-inline-link:focus-visible {
  border-color: rgba(130, 110, 255, 0.44);
  background: rgba(255, 255, 255, 0.92);
  color: var(--cf-text-dark);
  box-shadow: 0 0 0 4px rgba(130, 110, 255, 0.12);
}

.cf-browser-panel.cf-panel--dark .cf-browser-toolbar-actions .cf-inline-link {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cf-text-soft);
}

.cf-browser-panel.cf-panel--dark .cf-browser-toolbar-actions .cf-inline-link:hover,
.cf-browser-panel.cf-panel--dark .cf-browser-toolbar-actions .cf-inline-link:focus-visible {
  border-color: rgba(130, 110, 255, 0.5);
  background: rgba(130, 110, 255, 0.08);
  color: #f1efff;
}

.cf-browser-toolbar-actions .cf-inline-link--current {
  min-height: 28px;
  padding: 5px 8px;
  border-color: rgba(130, 110, 255, 0.56);
  background: linear-gradient(180deg, rgba(130, 110, 255, 0.12), rgba(130, 110, 255, 0.05));
  color: #f3f0ff;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cf-browser-summary {
  display: grid;
  gap: 10px;
}

.cf-browser-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cf-browser-summary-card,
.cf-browser-item {
  position: relative;
  padding: 14px 16px;
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(43, 61, 95, 0.2);
  background: var(--cf-card-light);
  box-shadow: 0 12px 24px rgba(7, 14, 24, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cf-browser-table-wrap {
  border-radius: var(--cf-radius-card);
  border: 1px solid rgba(43, 61, 95, 0.2);
  background: var(--cf-card-light);
  box-shadow: 0 8px 18px rgba(7, 14, 24, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.32) transparent;
}

.cf-browser-table-wrap::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.cf-browser-table-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.cf-browser-table-wrap::-webkit-scrollbar-thumb {
  background: rgba(180, 180, 200, 0.32);
  border-radius: 999px;
}

.cf-browser-table-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(190, 180, 255, 0.48);
}

.cf-browser-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
}

.conceptflow-resources-view .cf-browser-table {
  table-layout: fixed;
}

.cf-browser-table th,
.cf-browser-table td {
  padding: 9px 12px;
  border-bottom: 1px solid rgba(43, 61, 95, 0.14);
  text-align: left;
  vertical-align: top;
}

.cf-browser-table thead th {
  color: #334155;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.68);
  position: sticky;
  top: 0;
  z-index: 1;
}

.cf-browser-table tbody th,
.cf-browser-table tbody td {
  color: #0f172a;
  font-size: 12.5px;
  line-height: 1.35;
}

.cf-browser-table tbody td:last-child {
  white-space: nowrap;
  color: var(--cf-text-dark-meta);
}

.cf-browser-link {
  color: var(--cf-blue);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.conceptflow-resources-view .cf-browser-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-browser-link:hover {
  color: var(--cf-text-dark);
}

.cf-browser-table tbody tr:hover {
  background: rgba(130, 110, 255, 0.045);
}

.cf-browser-table-stack {
  display: grid;
  gap: 10px;
}

.cf-browser-table-section {
  display: grid;
  gap: 6px;
  min-height: 0;
}

.conceptflow-resources-view .cf-browser-table-stack {
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding-bottom: 40px;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.32) transparent;
}

.conceptflow-resources-view .cf-browser-table-section {
  grid-template-rows: auto auto;
}

.conceptflow-resources-view .cf-browser-table-wrap {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.cf-browser-panel.cf-panel--dark .cf-browser-table thead th {
  background: rgba(11, 13, 18, 0.98);
  color: #b9c7dc;
}

.cf-browser-panel.cf-panel--dark .cf-browser-table th,
.cf-browser-panel.cf-panel--dark .cf-browser-table td {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.cf-browser-panel.cf-panel--dark .cf-browser-table tbody th,
.cf-browser-panel.cf-panel--dark .cf-browser-table tbody td {
  color: var(--cf-text-soft);
}

.cf-browser-panel.cf-panel--dark .cf-browser-table tbody td:last-child {
  color: var(--cf-text-meta);
}

.cf-browser-panel.cf-panel--dark .cf-browser-link {
  color: #d9d4ff;
}

.cf-browser-panel.cf-panel--dark .cf-browser-link:hover {
  color: #ffffff;
}

.cf-browser-panel.cf-panel--dark .cf-browser-table tbody tr:hover {
  background: rgba(130, 110, 255, 0.08);
}

.cf-browser-table-head h3 {
  margin: 0;
  color: var(--cf-text-dark);
  font-size: 13px;
  line-height: 1.35;
}

.cf-browser-empty {
  display: grid;
  gap: 4px;
  color: var(--cf-text-dark-meta);
}

.cf-browser-filters {
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(43, 61, 95, 0.2);
  background: var(--cf-card-light);
  box-shadow: 0 12px 24px rgba(7, 14, 24, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cf-browser-fieldset {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(160px, 0.7fr)) auto;
  gap: 10px;
  align-items: end;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.cf-browser-filter-field {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.cf-browser-filter-field--search {
  min-width: 0;
}

.cf-browser-filter-label {
  margin: 0;
  color: var(--cf-text-dark-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-browser-input,
.cf-browser-select {
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid rgba(43, 61, 95, 0.2);
  background: rgba(255, 255, 255, 0.78);
  color: var(--cf-text-dark);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cf-browser-input::placeholder {
  color: var(--cf-text-dark-meta);
}

.cf-browser-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.cf-browser-submit {
  min-width: 92px;
}

.cf-browser-results {
  margin: -2px 0 0;
  color: var(--cf-text-dark-meta);
  font-size: 11px;
  line-height: 1.35;
}

.cf-browser-results strong {
  color: var(--cf-text-dark);
}

.cf-browser-summary-value {
  display: block;
  margin: 2px 0 4px;
  color: var(--cf-text-dark);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cf-browser-summary-copy {
  margin: 0;
  color: var(--cf-text-dark-meta);
  font-size: 12px;
  line-height: 1.35;
}

.cf-browser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.cf-browser-item {
  display: grid;
  gap: 8px;
}

.cf-browser-item--empty {
  grid-column: 1 / -1;
}

.cf-browser-item-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.cf-browser-item-title {
  margin: 0;
  color: var(--cf-text-dark);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.cf-browser-item-copy {
  margin: 0;
  color: var(--cf-text-dark-meta);
  font-size: 11px;
  line-height: 1.45;
  word-break: break-word;
}

.cf-browser-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--cf-text-dark-meta);
  font-family: var(--cf-font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 1366px) {
  .cf-stage {
    padding: clamp(22px, 2vw, 28px);
  }

  .cf-app-shell {
    min-height: 708px;
  }
}

@media (min-width: 1440px) {
  .cf-brand-row {
    grid-template-columns: 210px minmax(0, 1fr) 360px;
  }

  .cf-nav {
    padding: 14px 18px;
  }
}

@media (min-width: 1920px) {
  .cf-app-shell {
    min-height: 812px;
    height: var(--cf-shell-height);
  }

  .cf-ops-layer {
    gap: 10px;
  }
}

@media (min-width: 2560px) {
  .cf-stage {
    padding: 56px 64px;
  }

  .cf-app-shell {
    max-width: 1560px;
  }
}

@media (max-width: 1180px) {
  .cf-brand-row {
    grid-template-columns: 1fr;
  }

  .cf-nav {
    grid-template-columns: 1fr;
  }

  .cf-ops-layer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-js .cf-main > .cf-panel.is-panel-active {
    min-height: 0;
  }

  .cf-brand-copy {
    padding-top: 0;
  }

  .cf-action-cluster {
    min-width: 0;
  }

  .cf-report-scope-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-action-group {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    justify-content: flex-start;
    padding-top: 0;
  }

  .cf-action-primary,
  .cf-action-utility,
  .cf-action-group > * {
    width: 100%;
  }

  .cf-action-primary,
  .cf-action-utility {
    justify-content: stretch;
  }

  .cf-action-utility .cf-toolbar-btn--secondary,
  .cf-action-utility .cf-toolbar-chip {
    width: 100%;
    justify-content: center;
  }

  .cf-metric-grid {
    grid-template-columns: 1fr;
  }

  .cf-surface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-browser-toolbar {
    grid-template-columns: 1fr;
  }

  .cf-browser-toolbar-actions {
    justify-content: flex-start;
  }

  .cf-browser-table {
    min-width: 640px;
  }

  .cf-browser-filters {
    padding: 12px 14px;
  }

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

  .cf-browser-filter-actions {
    justify-content: flex-start;
  }

  .cf-nav-list {
    justify-content: flex-start;
  }
}

@media (min-width: 1181px) {
  .cf-fullscreen-active .cf-surface-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-active-panel-scroll {
    display: grid;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(68px, 1fr);
    height: 100%;
    align-content: stretch;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card {
    grid-column: span 4;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:first-child {
    grid-column: 1 / -1;
    min-height: 92px;
  }
}

@media (max-width: 900px) {
  .conceptflow-resources-view .cf-stage {
    padding: 16px;
  }

  .conceptflow-resources-view .cf-app-shell {
    width: min(calc(100vw - 32px), 1540px);
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .conceptflow-resources-view .cf-browser-table-wrap {
    overflow: auto;
  }

  .conceptflow-resources-view .cf-browser-table {
    min-width: 680px;
  }
}

@media (max-height: 900px) {
  :root {
    --cf-shell-height: min(94vh, 920px);
    --cf-stage-pad: 18px;
    --cf-shell-pad: 18px;
    --cf-panel-pad: 18px;
    --cf-hero-height: clamp(200px, 23vh, 228px);
    --cf-nav-zone-height: clamp(50px, 5.5vh, 60px);
    --cf-ops-card-height: clamp(88px, 10vh, 108px);
    --cf-active-zone-height: clamp(240px, 31vh, 290px);
    --cf-surface-card-height: clamp(64px, 7.2vh, 78px);
    --cf-footer-height: 26px;
  }

  .cf-app-shell {
    height: var(--cf-shell-height);
  }
}

@media (max-height: 780px) {
  :root {
    --cf-shell-height: 94vh;
    --cf-stage-pad: 16px;
    --cf-shell-pad: 18px;
    --cf-panel-pad: 18px;
    --cf-hero-height: clamp(186px, 21.5vh, 214px);
    --cf-nav-zone-height: clamp(48px, 5.2vh, 56px);
    --cf-ops-card-height: clamp(82px, 9.4vh, 98px);
    --cf-active-zone-height: clamp(210px, 30vh, 250px);
    --cf-surface-card-height: clamp(60px, 7vh, 74px);
    --cf-footer-height: 24px;
  }

  .cf-brandmark {
    width: 144px;
    min-height: 144px;
  }

  .cf-site-title {
    font-size: clamp(34px, 2vw, 40px);
  }

  .cf-brand-pills,
  .cf-brand-pills {
    display: none;
  }

  .cf-site-summary {
    line-height: 1.58;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow: auto;
  }

  .cf-stage {
    padding: 14px;
    height: auto;
    overflow: visible;
  }

  .cf-app-shell {
    width: min(calc(100vw - 20px), 100%);
    min-height: auto;
    height: auto;
    padding: 18px 16px;
    overflow: visible;
  }

  .cf-hero,
  .cf-panel {
    padding: 14px 12px;
  }

  .cf-brandmark {
    width: min(100%, 88px);
    min-height: 88px;
    padding: 7px;
  }

  .cf-brandmark img {
    max-height: 58px;
  }

  .cf-brand-pills {
    gap: 4px;
    display: none;
  }

  .cf-meta-pill,
  .cf-kicker,
  .cf-eyebrow,
  .cf-status-pill {
    letter-spacing: 0.14em;
  }

  .cf-meta-pill {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .conceptflow-resources-view .cf-kicker {
    display: none;
  }

  .conceptflow-resources-view .cf-hero {
    min-height: auto;
    padding: 7px 8px;
  }

  .cf-fullscreen-active .cf-stage {
    padding: 8px;
  }

  .cf-fullscreen-active .cf-app-shell {
    width: calc(100vw - 10px);
    min-height: calc(100vh - 10px);
    height: auto;
    padding: 10px 8px 12px;
    border-radius: 18px;
  }

  .cf-fullscreen-active .cf-hero {
    padding: 8px 8px 6px;
    gap: 3px;
  }

  .cf-fullscreen-active .cf-brand-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-brandmark {
    display: none;
  }

  .cf-fullscreen-active .cf-brandmark img {
    width: min(100%, 44px);
    max-height: 44px;
  }

  .cf-fullscreen-active .cf-brand-copy {
    gap: 2px;
  }

  .cf-fullscreen-active .cf-site-title {
    font-size: clamp(20px, 5.2vw, 24px);
  }

  .cf-fullscreen-active .cf-site-tagline,
  .cf-fullscreen-active .cf-site-summary {
    display: none;
  }

  .cf-fullscreen-active .cf-site-summary {
    max-width: 100%;
  }

  .cf-fullscreen-active .cf-action-cluster {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: auto;
    gap: 4px;
    padding: 0;
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .cf-fullscreen-active .cf-action-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-nav {
    padding: 6px 8px;
  }

  .cf-fullscreen-active .cf-nav-list {
    gap: 5px;
  }

  .cf-fullscreen-active .cf-nav-list a {
    min-height: 32px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .cf-fullscreen-active .cf-surface-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-surface-card {
    min-height: 92px;
    padding: 8px;
  }

  .cf-fullscreen-active .cf-surface-card-title {
    font-size: 11px;
  }

  .cf-fullscreen-active .cf-surface-card-copy {
    font-size: 10px;
    line-height: 1.2;
  }

  .cf-fullscreen-active .cf-surface-card-meta {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .cf-fullscreen-active .cf-ops-layer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-ops-item {
    min-height: 72px;
    padding: 8px;
    border-radius: 16px;
  }

  .cf-fullscreen-active .cf-ops-item-head {
    gap: 6px;
    margin-bottom: 4px;
  }

  .cf-fullscreen-active .cf-ops-kicker,
  .cf-fullscreen-active .cf-ops-meta {
    letter-spacing: 0.1em;
  }

  .cf-fullscreen-active .cf-ops-kicker {
    font-size: 9px;
  }

  .cf-fullscreen-active .cf-ops-copy {
    font-size: 10px;
    line-height: 1.25;
  }

  .cf-fullscreen-active .cf-ops-meta {
    margin-top: 4px;
    font-size: 8px;
  }

  .cf-fullscreen-active .cf-ops-pill {
    min-height: 18px;
    padding: 2px 6px;
    font-size: 8px;
  }

  .conceptflow-resources-view .cf-brand-row {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .conceptflow-resources-view .cf-brandmark {
    width: 68px;
    min-height: 68px;
    padding: 5px;
  }

  .conceptflow-resources-view .cf-brand-copy {
    gap: 2px;
  }

  .conceptflow-resources-view .cf-action-cluster {
    grid-column: 1 / -1;
  }

  .conceptflow-resources-view .cf-site-title {
    font-size: clamp(24px, 6.2vw, 30px);
  }

  .conceptflow-resources-view .cf-site-tagline {
    display: none;
  }

  .conceptflow-resources-view .cf-nav {
    margin-top: 0;
    padding: 8px 10px;
  }

  .conceptflow-resources-view .cf-nav-summary {
    display: none;
  }

  .conceptflow-resources-view .cf-action-cluster {
    gap: 6px;
    padding: 8px 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-hero {
    padding: 5px 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-brand-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-brandmark {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-brandmark img {
    width: min(100%, 42px);
    max-height: 42px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-brand-copy {
    gap: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-site-title {
    font-size: clamp(18px, 4.7vw, 21px);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-action-cluster {
    gap: 3px;
    padding: 0;
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-nav {
    padding: 5px 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section {
    min-height: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
    height: 100%;
    overflow: auto;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tr {
    padding: 6px 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
    font-size: 11px;
    line-height: 1.24;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label],
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label] {
    gap: 2px;
    margin-top: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label]::before,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label]::before {
    font-size: 8.5px;
    letter-spacing: 0.1em;
  }

  .cf-fullscreen-active .cf-report-scope-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-fullscreen-active .cf-report-scope-label {
    display: none;
  }

  .cf-fullscreen-active .cf-report-scope-select,
  .cf-fullscreen-active .cf-action-group .cf-toolbar-btn {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 10.5px;
  }

  .cf-site-summary,
  .cf-site-tagline {
    display: none;
  }

  .conceptflow-resources-view .cf-browser-toolbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-action-cluster {
    gap: 10px;
    padding: 14px 12px 12px;
  }

  .cf-action-head {
    gap: 10px;
    margin-bottom: 2px;
  }

  .cf-action-status,
  .cf-action-hint {
    line-height: 1.42;
  }

  .cf-action-status {
    margin-top: 2px;
  }

  .cf-action-hint {
    display: none;
  }

  .conceptflow-resources-view .cf-action-status {
    display: none;
  }

  .cf-fullscreen-active .cf-action-hint {
    display: none;
  }

  .cf-report-scope-form {
    gap: 10px;
  }

  .cf-report-scope-select:focus-visible {
    border-color: rgba(255, 255, 255, 0.54);
    box-shadow: none;
    outline: 2px solid rgba(130, 110, 255, 0.9);
    outline-offset: 3px;
  }

  .cf-action-group {
    grid-template-columns: 1fr;
    margin-top: 2px;
  }

  .cf-action-utility .cf-toolbar-btn--secondary {
    width: 100%;
    justify-content: center;
  }

  .cf-action-status,
  .cf-action-hint,
  .cf-panel-copy {
    font-size: 12.75px;
  }

  .cf-action-head,
  .cf-nav-head {
    align-items: flex-start;
  }

  .cf-nav {
    padding: 14px 14px;
  }

  .cf-hero,
  .cf-panel,
  .cf-nav {
    border-color: rgba(255, 255, 255, 0.24);
  }

  .cf-panel-head {
    margin-bottom: 14px;
  }

  .cf-command-deck,
  .cf-ops-rail,
  .cf-latest-card,
  .cf-metric-card,
  .cf-report-card,
  .cf-resource-card,
  .cf-surface-card {
    padding: 18px 16px;
  }

  .cf-metric-grid,
  .cf-report-grid,
  .cf-resource-grid,
  .cf-ops-layer {
    gap: 14px;
  }

  .cf-ops-layer {
    grid-template-columns: 1fr;
  }

  .cf-surface-grid {
    grid-template-columns: 1fr;
  }

  .cf-browser-summary-grid,
  .cf-browser-grid {
    grid-template-columns: 1fr;
  }

  .cf-browser-table {
    min-width: 0;
  }

  .cf-browser-fieldset {
    grid-template-columns: 1fr;
  }

  .cf-browser-toolbar-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 8px;
  }

  .cf-browser-toolbar-actions .cf-inline-link {
    justify-content: flex-start;
    min-height: 34px;
  }

  .cf-nav-list a.is-active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 0 0 3px rgba(130, 110, 255, 0.16);
  }

  .conceptflow-resources-view .cf-browser-results {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .conceptflow-resources-view .cf-browser-path {
    display: none;
  }

  .conceptflow-resources-view .cf-browser-table {
    table-layout: auto;
  }

  .conceptflow-resources-view .cf-browser-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .conceptflow-resources-view .cf-browser-table,
  .conceptflow-resources-view .cf-browser-table tbody,
  .conceptflow-resources-view .cf-browser-table tr,
  .conceptflow-resources-view .cf-browser-table th,
  .conceptflow-resources-view .cf-browser-table td {
    display: block;
    width: 100%;
  }

  .conceptflow-resources-view .cf-browser-table tr {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .conceptflow-resources-view .cf-browser-table th,
  .conceptflow-resources-view .cf-browser-table td {
    padding: 0;
    border: 0;
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .conceptflow-resources-view .cf-browser-table th[data-label],
  .conceptflow-resources-view .cf-browser-table td[data-label] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    align-items: start;
    margin-top: 6px;
  }

  .conceptflow-resources-view .cf-browser-table th[data-label]:first-child {
    margin-top: 0;
  }

  .conceptflow-resources-view .cf-browser-table th[data-label]::before,
  .conceptflow-resources-view .cf-browser-table td[data-label]::before {
    content: attr(data-label);
    color: #9ba8bb;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .conceptflow-resources-view .cf-browser-link {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .conceptflow-resources-view .cf-browser-table td:last-child {
    white-space: normal;
  }

  .conceptflow-resources-view .cf-browser-toolbar-actions {
    gap: 6px;
  }

  .conceptflow-resources-view .cf-browser-toolbar-actions .cf-inline-link {
    min-height: 32px;
    font-size: 10.5px;
    letter-spacing: 0.08em;
  }

  .conceptflow-resources-view .cf-browser-toolbar-actions .cf-inline-link--current {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .cf-js .cf-main > .cf-panel,
  .cf-js .cf-main > .cf-panel.is-panel-active {
    display: block;
    height: auto;
    overflow: visible;
  }

  .cf-card-footer {
    gap: 10px;
    padding-top: 12px;
  }

  .cf-report-actions {
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .cf-stage {
    padding: 6px;
  }

  .cf-app-shell {
    width: calc(100vw - 6px);
    padding: 10px 8px;
    border-radius: 12px;
  }

  .cf-hero,
  .cf-panel {
    padding: 10px 8px;
  }

  .cf-brand-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-brandmark {
    display: none;
  }

  .cf-brand-copy {
    gap: 2px;
  }

  .cf-site-title {
    font-size: clamp(18px, 7vw, 24px);
  }

  .cf-site-summary {
    display: none;
  }

  .cf-action-cluster {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
    justify-self: stretch;
  }

  html.cf-fullscreen-active,
  body.cf-fullscreen-active {
    height: 100dvh;
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-stage {
    height: 100dvh;
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-app-shell {
    height: calc(100dvh - 4px);
    min-height: calc(100dvh - 4px);
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-hero {
    padding: 4px 5px 4px;
    gap: 1px;
  }

  .cf-fullscreen-active .cf-brand-row {
    grid-template-columns: minmax(0, 1fr) minmax(164px, 54vw);
    gap: 4px;
    align-items: start;
  }

  .cf-fullscreen-active .cf-brand-copy {
    gap: 1px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-site-title {
    font-size: clamp(14px, 4.2vw, 16px);
    line-height: 1;
  }

  .cf-fullscreen-active .cf-action-cluster {
    grid-column: auto;
    width: auto;
    justify-self: end;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3px 4px;
  }

  .cf-fullscreen-active .cf-report-scope-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .cf-fullscreen-active .cf-action-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
  }

  .cf-fullscreen-active .cf-action-primary,
  .cf-fullscreen-active .cf-action-utility {
    width: auto;
  }

  .cf-fullscreen-active .cf-report-scope-select,
  .cf-fullscreen-active .cf-action-group .cf-toolbar-btn,
  .cf-fullscreen-active .cf-nav-list a {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .cf-fullscreen-active .cf-main {
    min-height: 0;
    overflow: hidden;
    margin-top: 3px;
  }

  .cf-fullscreen-active .cf-js .cf-main > .cf-panel.is-panel-active {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-panel-body--active,
  .cf-fullscreen-active .cf-panel-body--overview,
  .cf-fullscreen-active .cf-overview-stack,
  .cf-fullscreen-active .cf-active-panel-scroll {
    min-height: 0;
  }

  .cf-fullscreen-active .cf-overview-stack {
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-active-panel-scroll {
    height: 100%;
    overflow: auto;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-active-panel-scroll {
    display: grid;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-grid {
    height: 100%;
    grid-auto-rows: minmax(84px, 1fr);
    align-content: stretch;
  }

  .cf-fullscreen-active .cf-ops-layer {
    display: none;
  }

  .cf-fullscreen-active .cf-panel-head {
    margin-bottom: 4px;
  }

  .cf-fullscreen-active .cf-panel-head h2 {
    font-size: 17px;
  }

  .cf-fullscreen-active .cf-nav {
    padding: 3px 4px;
  }

  .cf-fullscreen-active .cf-nav-list {
    flex-wrap: nowrap;
    overflow: auto;
    gap: 3px;
    padding-bottom: 2px;
  }

  .cf-fullscreen-active .cf-nav-list::-webkit-scrollbar {
    display: none;
  }

  .cf-fullscreen-active .cf-surface-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cf-fullscreen-active .cf-surface-card {
    min-height: 68px;
    padding: 8px 9px;
  }

  .cf-fullscreen-active .cf-surface-card-title {
    font-size: 10.5px;
  }

  .cf-fullscreen-active .cf-surface-card-copy {
    font-size: 9.25px;
    line-height: 1.16;
    -webkit-line-clamp: 1;
  }

  .cf-fullscreen-active .cf-surface-card-meta {
    font-size: 7.25px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:nth-child(n + 2) {
    display: none;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:first-child {
    min-height: 70px;
    padding: 8px 9px;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:nth-child(2),
  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:nth-child(3) {
    display: block;
    min-height: 60px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-card {
    min-height: 58px;
    padding: 7px 8px 6px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-card-kicker {
    margin-bottom: 3px;
    font-size: 7.5px;
    letter-spacing: 0.12em;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-value {
    font-size: 16px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-detail {
    display: none;
  }

  .cf-fullscreen-active .cf-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .cf-fullscreen-active .cf-support-card {
    padding: 6px 7px;
    gap: 3px;
  }

  .cf-fullscreen-active .cf-support-card-title {
    font-size: 10px;
  }

  .cf-fullscreen-active .cf-support-card-copy {
    font-size: 9px;
    line-height: 1.18;
  }

  .cf-fullscreen-active .cf-support-card-meta {
    font-size: 7px;
  }

  .cf-fullscreen-active .cf-browser-console-grid {
    grid-template-columns: 1fr;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-js .cf-main > .cf-panel.is-panel-active,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel .cf-panel-body,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
    min-height: 0;
    height: 100%;
    overflow: hidden;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
    height: 100%;
    min-height: 0;
    overflow: auto;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-context-panel {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section:first-child .cf-browser-table-wrap {
    max-height: 124px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tr {
    padding: 4px 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
    font-size: 10px;
    line-height: 1.15;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label],
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label] {
    gap: 2px;
    margin-top: 3px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label]::before,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label]::before {
    font-size: 8px;
    letter-spacing: 0.08em;
  }
}

.cf-browser-ops-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(108px, auto);
  gap: 6px;
  grid-column: 1 / -1;
}

.cf-browser-ops-card {
  display: grid;
  gap: 5px;
  align-content: start;
  min-height: 108px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(15, 17, 22, 0.96), rgba(9, 10, 13, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.cf-browser-ops-value {
  color: var(--cf-text);
  font-size: 20px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cf-browser-ops-copy,
.cf-browser-ops-meta {
  margin: 0;
}

.cf-browser-ops-copy {
  color: var(--cf-text-body);
  font-size: 11px;
  line-height: 1.32;
}

.cf-browser-ops-meta {
  color: var(--cf-text-meta);
  font-size: 8.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Final restraint/density overrides to keep windowed and fullscreen states in the same visual system. */
@media (min-width: 641px) {
  :root {
    --cf-shell-width: min(calc(100vw - 12px), 1760px);
    --cf-shell-height: min(97vh, 1024px);
    --cf-shell-min-height: calc(100vh - 12px);
    --cf-stage-pad: 6px;
    --cf-shell-pad: 10px;
    --cf-panel-pad: 12px;
    --cf-grid-gap: 6px;
    --cf-hero-height: clamp(118px, 13.2vh, 142px);
    --cf-nav-zone-height: clamp(36px, 3.6vh, 40px);
    --cf-active-zone-height: clamp(300px, 45vh, 432px);
    --cf-footer-gap: 4px;
  }

  .cf-stage {
    padding: var(--cf-stage-pad);
  }

  .cf-app-shell {
    width: var(--cf-shell-width);
    min-height: var(--cf-shell-min-height);
    height: var(--cf-shell-height);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  }

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

  .cf-fullscreen-active .cf-app-shell {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .cf-hero,
  .cf-panel,
  .cf-nav {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  }

  .cf-hero::before,
  .cf-panel::before,
  .cf-nav::before,
  .cf-metric-card::before,
  .cf-report-card::before,
  .cf-resource-card::before {
    opacity: 0.1;
  }

  .cf-hero {
    min-height: var(--cf-hero-height);
    padding: 8px 10px;
    gap: 3px;
  }

  .cf-brand-row {
    grid-template-columns: minmax(92px, 104px) minmax(0, 1fr) minmax(232px, 272px);
    gap: 8px;
  }

  .cf-brandmark {
    width: 74px;
    min-height: 74px;
    padding: 4px;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .cf-brandmark img {
    width: min(100%, 56px);
    max-height: 56px;
  }

  .cf-brand-pills,
  .cf-brand-copy .cf-kicker,
  .cf-site-tagline,
  .cf-site-summary,
  .cf-action-head,
  .cf-action-status,
  .cf-action-hint,
  .cf-nav-head {
    display: none;
  }

  .cf-site-title {
    font-size: clamp(20px, 1.28vw, 24px);
    line-height: 1;
  }

  .cf-brand-copy {
    gap: 2px;
    align-content: center;
  }

  .cf-action-cluster {
    min-height: auto;
    padding: 0;
    gap: 4px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    align-self: start;
    justify-self: end;
    max-width: none;
  }

  .cf-report-scope-form {
    gap: 4px;
  }

  .cf-action-group {
    grid-template-columns: auto auto;
    gap: 4px;
    justify-content: flex-end;
  }

  .cf-nav {
    padding: 4px 7px;
  }

  .cf-nav-list {
    justify-content: flex-start;
  }

  .cf-main {
    margin-top: 4px;
  }

  .cf-surface-card,
  .cf-metric-card,
  .cf-support-card,
  .cf-browser-context-card,
  .cf-browser-ops-card,
  .cf-browser-table-wrap,
  .cf-browser-toolbar {
    box-shadow: none;
  }

  .cf-surface-card:hover,
  .cf-surface-card:focus-within,
  .cf-metric-card:hover,
  .cf-metric-card:focus-within,
  .cf-support-card:hover,
  .cf-support-card:focus-within,
  .cf-browser-ops-card:hover,
  .cf-browser-ops-card:focus-within {
    transform: none;
    box-shadow: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-console-grid {
    grid-template-columns: minmax(248px, 276px) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
    min-height: 0;
    height: 100%;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th {
    background: rgba(11, 13, 18, 0.985);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
    padding: 6px 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td {
    font-size: 11px;
    line-height: 1.18;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:nth-child(3) {
    color: var(--cf-text-body);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.025);
  }
}

@media (max-width: 640px) {
  .cf-brand-column {
    display: none;
  }

  .cf-brand-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cf-site-title {
    font-size: 18px;
    line-height: 1.05;
  }

  .cf-action-cluster {
    padding: 8px 10px 8px;
  }

  .cf-panel-copy {
    display: none;
  }

  .cf-fullscreen-active .cf-brand-column {
    display: none;
  }

  .cf-fullscreen-active .cf-hero {
    position: sticky;
    top: 0;
    z-index: 42;
    padding: 4px 6px 3px;
    gap: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cf-fullscreen-active .cf-brand-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    align-items: start;
  }

  .cf-fullscreen-active .cf-brand-copy {
    gap: 1px;
    justify-self: start;
  }

  .cf-fullscreen-active .cf-site-title {
    display: none;
  }

  .cf-fullscreen-active .cf-action-cluster {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 4px;
    justify-self: stretch;
  }

  .cf-fullscreen-active .cf-report-scope-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-action-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(112px, 1fr));
    gap: 4px;
  }

  .cf-fullscreen-active .cf-action-group .cf-toolbar-btn,
  .cf-fullscreen-active .cf-report-scope-select {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .cf-fullscreen-active .cf-action-group .cf-toolbar-btn {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
  }

  .cf-fullscreen-active .cf-nav {
    position: sticky;
    top: 41px;
    z-index: 41;
    margin-top: 0;
    padding: 3px 6px 4px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .cf-fullscreen-active .cf-nav-list {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-nav-list a {
    min-height: 28px;
    padding-inline: 8px;
    font-size: 10px;
  }

  .cf-fullscreen-active .cf-main {
    overflow: auto;
  }

  .cf-fullscreen-active .cf-js .cf-main > .cf-panel.is-panel-active {
    display: block;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .cf-fullscreen-active .cf-panel-head {
    margin-bottom: 4px;
  }

  .cf-fullscreen-active .cf-panel-head .cf-eyebrow {
    display: none;
  }

  .cf-fullscreen-active .cf-panel-head h2 {
    font-size: 15px;
    line-height: 1.1;
  }

  .cf-fullscreen-active .cf-overview-stack {
    grid-template-rows: none;
    gap: 5px;
    align-content: start;
    height: auto;
  }

  .cf-fullscreen-active .cf-overview-stack > .cf-metric-grid--overview {
    order: 1;
  }

  .cf-fullscreen-active .cf-overview-stack > .cf-active-panel-scroll {
    order: 2;
  }

  .cf-fullscreen-active .cf-overview-stack > .cf-support-grid {
    order: 3;
  }

  .cf-fullscreen-active .cf-panel-body--overview,
  .cf-fullscreen-active .cf-panel-body--overview .cf-active-panel-scroll,
  .cf-fullscreen-active .cf-overview-stack {
    height: auto;
    overflow: visible;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 5px;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card {
    display: grid;
    grid-column: auto;
    width: 100%;
    min-height: 52px;
    padding: 7px 8px;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:nth-child(n + 1) {
    display: grid;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:nth-child(n + 7) {
    display: none;
  }

  .cf-fullscreen-active .cf-panel-body--overview .cf-surface-card:first-child {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  .cf-fullscreen-active .cf-surface-card-copy {
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-metric-grid--overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-card {
    min-height: 52px;
  }

  .cf-fullscreen-active .cf-support-grid {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-js .cf-main > .cf-panel.is-panel-active,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel .cf-panel-body,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    gap: 5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar {
    padding: 6px 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link {
    min-height: 28px;
    font-size: 9.5px;
    justify-content: center;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-stack {
    height: auto;
    grid-template-rows: auto auto;
    gap: 10px;
    overflow: visible;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section {
    display: block;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section + .cf-browser-table-section {
    margin-top: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-section:first-child .cf-browser-table-wrap {
    max-height: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tr,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
    display: block;
    width: 100%;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tr {
    padding: 7px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
    padding: 0;
    font-size: 10px;
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label],
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    margin-top: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label]::before,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label]::before {
    content: attr(data-label);
    color: #9ba8bb;
    font-size: 7.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-stamp--empty {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-ops-strip {
    display: none;
  }
}

.cf-stage {
  padding: 20px;
  background:
    radial-gradient(circle at top left, rgba(104, 129, 154, 0.16), transparent 34%),
    linear-gradient(180deg, #0a0d10 0%, #0d1115 100%);
}

.cf-app-shell {
  width: min(100%, 1760px);
  background: #0c1014;
  border: 1px solid rgba(214, 223, 232, 0.08);
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.cf-hero.cf-appbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 14px 18px;
  background: rgba(10, 14, 18, 0.92);
  border-bottom: 1px solid rgba(214, 223, 232, 0.08);
  backdrop-filter: blur(18px);
}

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

.cf-appbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cf-appbar-brand .cf-brandmark {
  width: 52px;
  height: 52px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(214, 223, 232, 0.08);
  box-shadow: none;
}

.cf-appbar-brand .cf-brandmark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cf-appbar-brand-copy {
  display: grid;
  gap: 2px;
}

.cf-appbar-kicker {
  margin: 0;
  color: #93a1af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cf-appbar .cf-site-title {
  margin: 0;
  color: #edf2f7;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.cf-appbar-nav {
  min-width: 0;
}

.cf-appbar-nav .cf-nav-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.cf-appbar-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.cf-appbar .cf-nav-list a,
.cf-appbar .cf-toolbar-btn,
.cf-appbar .cf-report-scope-select {
  min-height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.1);
  background: #11171d;
  color: #d9e0e7;
  box-shadow: none;
}

.cf-appbar .cf-nav-list a {
  padding: 9px 14px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
}

.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] {
  background: #171e25;
  color: #f3f6f9;
  border-color: rgba(214, 223, 232, 0.16);
}

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

.cf-appbar .cf-report-scope-select {
  min-width: 196px;
  padding: 0 36px 0 14px;
  font-size: 12.5px;
  font-weight: 600;
}

.cf-appbar .cf-toolbar-btn {
  padding: 10px 14px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cf-appbar .cf-toolbar-btn--primary {
  background: #e4ebf2;
  border-color: rgba(228, 235, 242, 0.82);
  color: #0f1419;
}

.cf-appbar .cf-toolbar-btn--primary:hover,
.cf-appbar .cf-toolbar-btn--primary:focus-visible {
  background: #edf3f8;
  color: #0b1014;
}

.cf-appbar .cf-toolbar-btn--secondary {
  background: #11171d;
  color: #dce3ea;
}

.cf-appbar .cf-toolbar-btn--secondary.is-current,
.cf-appbar .cf-toolbar-btn--secondary[aria-current="page"] {
  background: #171e25;
  border-color: rgba(214, 223, 232, 0.16);
  color: #f3f6f9;
  pointer-events: none;
}

.cf-main {
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
}

.cf-main > .cf-panel {
  min-height: clamp(520px, 72vh, 920px);
}

.cf-panel,
.cf-metric-card,
.cf-surface-card,
.cf-support-card,
.cf-browser-toolbar,
.cf-browser-summary-card,
.cf-browser-detail-card,
.cf-browser-master-panel,
.cf-browser-table-section {
  box-shadow: none !important;
}

.cf-panel {
  border-radius: 22px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #0f1419;
}

.cf-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.cf-panel-head h2 {
  margin: 0;
  color: #eef3f7;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.cf-panel-copy {
  max-width: 56ch;
  margin: 0;
  color: #9eacba;
  font-size: 13.5px;
  line-height: 1.5;
}

.cf-overview-stack--executive {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  min-height: calc(100% - 4px);
}

.cf-overview-stack--executive .cf-active-panel-scroll {
  height: auto;
  overflow: visible;
}

.cf-metric-grid--overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cf-metric-card {
  min-height: 112px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #11171d;
}

.cf-metric-value {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
}

.cf-surface-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cf-surface-card,
.cf-support-card {
  min-height: 130px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #11171d;
}

.cf-surface-card-title,
.cf-support-card-title {
  font-size: 15px;
  line-height: 1.2;
}

.cf-surface-card-copy,
.cf-support-card-copy,
.cf-metric-detail {
  color: #9eacba;
}

.cf-command-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.cf-command-strip-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.cf-command-strip-actions .cf-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.1);
  background: #11171d;
  color: #dde4ea;
}

.cf-command-strip-signals .cf-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#reports .cf-surface-grid,
#resources .cf-surface-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#reports .cf-surface-card,
#resources .cf-surface-card {
  min-height: 118px;
}

.cf-browser-panel .cf-panel-head {
  margin-bottom: 14px;
}

.cf-browser-scroll {
  display: grid;
  gap: 14px;
}

.cf-browser-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-toolbar-main,
.cf-browser-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cf-browser-toolbar-main {
  flex-wrap: wrap;
}

.cf-browser-toolbar-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cf-browser-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-browser-path,
.cf-browser-results {
  margin: 0;
}

.cf-browser-workbench {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 260px;
  gap: 14px;
  align-items: stretch;
}

.cf-browser-summary-rail,
.cf-browser-detail-rail {
  display: grid;
  gap: 12px;
  align-content: start;
}

.cf-browser-summary-card,
.cf-browser-detail-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-master-panel {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-width: 0;
  min-height: clamp(520px, 70vh, 860px);
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-master-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.cf-browser-master-head h3 {
  margin: 0;
  color: #eef3f7;
  font-size: 20px;
  line-height: 1.05;
}

.cf-browser-master-copy {
  max-width: 40ch;
  margin: 0;
  color: #9eacba;
  font-size: 13px;
  line-height: 1.45;
}

.cf-browser-table-stack--workbench {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

.cf-browser-table-section {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  border-radius: 16px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #0f1419;
  overflow: hidden;
}

.cf-browser-table-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(214, 223, 232, 0.08);
}

.cf-browser-table-head h3 {
  margin: 0;
  font-size: 14px;
}

.cf-browser-table-wrap {
  min-height: 0;
  overflow: auto;
}

.cf-browser-table {
  width: 100%;
  border-collapse: collapse;
}

.cf-browser-table th,
.cf-browser-table td {
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.35;
  border-bottom: 1px solid rgba(214, 223, 232, 0.06);
}

.cf-browser-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #121922;
  color: #9caaba;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-browser-table tbody tr:last-child th,
.cf-browser-table tbody tr:last-child td {
  border-bottom: 0;
}

.cf-browser-node-surface .cf-browser-table-section {
  min-height: clamp(420px, 66vh, 760px);
}

.cf-browser-mobile-groups {
  display: none;
}

.cf-browser-mobile-group {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

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

.cf-browser-mobile-group-head h3 {
  margin: 0;
  font-size: 14px;
}

.cf-browser-mobile-list {
  display: grid;
  gap: 8px;
}

.cf-browser-mobile-row {
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-top: 1px solid rgba(214, 223, 232, 0.08);
}

.cf-browser-mobile-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.cf-browser-mobile-row-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.cf-browser-mobile-type {
  color: #93a1af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.cf-browser-mobile-copy,
.cf-browser-mobile-meta {
  margin: 0;
  color: #9eacba;
  font-size: 12px;
  line-height: 1.4;
}

.cf-browser-ops-value {
  display: block;
  margin-top: 8px;
  color: #edf2f7;
  font-size: 18px;
  line-height: 1.15;
}

.cf-browser-ops-copy,
.cf-browser-ops-meta,
.cf-browser-context-copy {
  color: #9eacba;
}

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

.cf-fullscreen-active .cf-app-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

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

.cf-fullscreen-active .cf-main {
  padding: 12px;
}

.cf-fullscreen-active .cf-main > .cf-panel {
  min-height: calc(100vh - 112px);
}

.cf-fullscreen-active .cf-browser-master-panel {
  min-height: calc(100vh - 220px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table {
  display: table;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody {
  display: table-row-group;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tr {
  display: table-row;
  padding: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead {
  display: table-header-group;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  display: table-cell;
  width: auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th[data-label]::before,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label]::before {
  content: none;
}

@media (max-width: 1100px) {
  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cf-appbar-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .cf-appbar-nav .cf-nav-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .cf-appbar-controls {
    flex-wrap: wrap;
  }

  .cf-browser-workbench {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .cf-browser-detail-rail {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1500px) {
  .cf-appbar-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cf-appbar-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .cf-appbar-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.cf-apps-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  min-height: 0;
}

.cf-app-library-section,
.cf-app-ui-section {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(130, 110, 255, 0.22);
  border-radius: var(--cf-radius-card);
  background: rgba(10, 16, 27, 0.72);
  box-shadow: var(--cf-shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.cf-app-ui-section {
  grid-column: 1 / -1;
  min-height: min(42vh, 520px);
}

.cf-app-library-head,
.cf-app-card-head,
.cf-app-ui-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cf-app-library-head h3,
.cf-app-card h3 {
  margin: 0;
  color: var(--cf-text);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.cf-app-card-list {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(180, 180, 200, 0.32) transparent;
}

.cf-app-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cf-app-card-copy {
  margin: 0;
  color: var(--cf-text-body);
  font-size: 12px;
  line-height: 1.45;
}

.cf-app-card-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 10px;
  margin: 0;
}

.cf-app-card-meta div {
  display: grid;
  gap: 3px;
}

.cf-app-card-meta dt {
  color: var(--cf-text-meta);
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-app-card-meta dd {
  margin: 0;
  color: var(--cf-text-soft);
  font-size: 11px;
  line-height: 1.35;
}

.cf-app-card-controls {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.cf-app-card-controls summary {
  cursor: pointer;
  padding: 9px 11px;
  color: var(--cf-text-soft);
  font-size: 11px;
  line-height: 1.2;
}

.cf-app-card-controls form {
  padding: 0 11px 11px;
}

.cf-app-control-row,
.cf-app-card-actions,
.cf-app-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-app-card .cf-inline-link,
.cf-app-pagination .cf-inline-link,
.cf-app-ui-toolbar .cf-inline-link {
  min-height: 32px;
  padding: 6px 10px;
  font-size: 10px;
}

.cf-app-pagination {
  align-self: end;
}

.cf-app-pagination .is-active {
  border-color: rgba(130, 110, 255, 0.78);
  background: rgba(130, 110, 255, 0.18);
  color: #f4f1ff;
}

.cf-app-ui-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  min-height: 0;
}

.cf-app-ui-toolbar {
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.cf-app-ui-toolbar strong {
  color: var(--cf-text);
  font-size: 13px;
}

.cf-app-ui-frame {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 1px solid rgba(110, 130, 255, 0.32);
  border-radius: 12px;
  background: #070b12;
}

@media (max-width: 960px) {
  .cf-apps-workspace {
    grid-template-columns: 1fr;
  }

  .cf-app-ui-section {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .cf-stage {
    padding: 0;
  }

  .cf-app-shell {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .cf-hero.cf-appbar {
    padding: 12px;
  }

  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .cf-appbar-brand .cf-brandmark {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 12px;
  }

  .cf-appbar .cf-site-title {
    font-size: 19px;
  }

  .cf-appbar-kicker {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .cf-appbar-controls {
    justify-content: stretch;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .cf-appbar .cf-report-scope-select,
  .cf-appbar .cf-toolbar-btn {
    width: 100%;
    min-width: 0;
  }

  .cf-main {
    padding: 12px;
  }

  .cf-main > .cf-panel {
    min-height: auto;
  }

  .cf-panel-head {
    display: grid;
    gap: 8px;
    align-items: start;
  }

  .cf-panel-head h2 {
    font-size: 21px;
  }

  .cf-metric-grid--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-surface-grid,
  #reports .cf-surface-grid,
  #resources .cf-surface-grid,
  .cf-command-strip-signals .cf-support-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-surface-card,
  .cf-support-card,
  #reports .cf-surface-card,
  #resources .cf-surface-card {
    min-height: auto;
  }

  .cf-command-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-command-strip-actions {
    flex-wrap: wrap;
  }

  .cf-browser-toolbar {
    padding: 10px 12px;
  }

  .cf-browser-toolbar-main,
  .cf-browser-toolbar-actions {
    width: 100%;
  }

  .cf-browser-workbench {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-browser-summary-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-browser-master-panel {
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    gap: 8px;
  }

  .cf-browser-master-head {
    display: none;
  }

  .cf-browser-table-stack--workbench,
  .cf-browser-node-surface {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .cf-browser-table-section,
  .cf-browser-node-surface .cf-browser-table-section {
    min-height: 0;
    border: 0;
    background: transparent;
  }

  .cf-browser-table-head {
    padding: 0;
    border-bottom: 0;
  }

  .cf-browser-table-head h3 {
    color: #93a1af;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cf-browser-table-wrap,
  .cf-browser-node-surface .cf-browser-table-wrap,
  .cf-browser-detail-rail {
    display: none;
  }

  .cf-browser-mobile-groups {
    display: grid;
    gap: 10px;
  }

  .cf-browser-mobile-group {
    padding: 12px;
  }

  .cf-fullscreen-active .cf-main {
    padding: 10px;
  }

  .cf-fullscreen-active .cf-main > .cf-panel,
  .cf-fullscreen-active .cf-browser-master-panel {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .cf-appbar-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-report-scope-form--compact {
    grid-column: 1 / -1;
  }

  .cf-appbar-nav .cf-nav-list {
    gap: 6px;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select {
    min-height: 36px;
    font-size: 11.5px;
  }

  .cf-browser-summary-rail {
    grid-template-columns: minmax(0, 1fr);
  }
}

html.cf-fullscreen-active,
body.cf-fullscreen-active {
  background: #0b0f13;
}

.cf-appbar-row {
  grid-template-columns: auto auto minmax(470px, max-content);
  justify-content: space-between;
}

.cf-appbar-nav {
  justify-self: center;
}

.cf-appbar-nav .cf-nav-list {
  width: auto;
}

.cf-appbar-controls {
  display: grid;
  grid-template-columns: minmax(228px, 248px) auto auto;
}

.cf-appbar .cf-toolbar-btn,
.cf-appbar .cf-report-scope-select {
  white-space: nowrap;
}

.cf-appbar .cf-report-scope-select {
  min-width: 228px;
  max-width: 248px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-command-strip-actions {
  align-items: flex-start;
  flex-wrap: wrap;
}

.cf-command-strip-actions .cf-inline-link {
  align-self: flex-start;
  min-height: 40px;
}

.cf-browser-workbench {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) 280px;
}

.cf-browser-table-stack--single {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}

.cf-browser-summary-rail .cf-browser-table-section {
  min-height: clamp(320px, 50vh, 620px);
}

.cf-browser-summary-card h3,
.cf-browser-detail-card .cf-browser-ops-value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-browser-context-path,
.cf-browser-ops-meta {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.cf-fullscreen-active .cf-app-shell {
  border: 0;
  box-shadow: none;
  background: #0b0f13;
}

.cf-fullscreen-active .cf-main {
  padding: 0;
}

.cf-fullscreen-active .cf-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cf-fullscreen-active .cf-panel-head {
  margin: 0;
  padding: 18px 20px 10px;
}

.cf-fullscreen-active .cf-panel-body {
  padding: 0 20px 20px;
  background: transparent;
}

@media (max-width: 1500px) {
  .cf-appbar-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cf-appbar-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .cf-appbar-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 860px) {
  .cf-appbar-controls {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .cf-browser-toolbar-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cf-browser-toolbar-actions .cf-inline-link {
    width: 100%;
    min-height: 36px;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-fullscreen-active .cf-panel-head {
    padding: 14px 10px 8px;
  }

  .cf-fullscreen-active .cf-panel-body {
    padding: 0 10px 10px;
  }
}

body:not(.cf-fullscreen-active) .cf-stage {
  padding: 8px;
  background:
    linear-gradient(180deg, #0b0f13 0%, #0c1116 100%);
}

body:not(.cf-fullscreen-active) .cf-app-shell {
  border-radius: 14px;
  border-color: rgba(214, 223, 232, 0.06);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.cf-browser-workbench {
  grid-template-columns: minmax(360px, 0.95fr) minmax(640px, 1.75fr) 240px;
  gap: 16px;
}

.cf-browser-summary-rail {
  gap: 10px;
}

.cf-browser-context-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 12px;
}

.cf-browser-context-stats div {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.cf-browser-context-stats dt {
  margin-bottom: 4px;
}

.cf-browser-context-stats dd {
  font-size: 18px;
  line-height: 1;
}

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

.cf-browser-table thead th:nth-child(1),
.cf-browser-table tbody th {
  width: 31%;
}

.cf-browser-table thead th:nth-child(2),
.cf-browser-table tbody td:nth-child(2) {
  width: 16%;
}

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

.cf-browser-table thead th:nth-child(4),
.cf-browser-table tbody td:nth-child(4) {
  width: 22%;
}

.cf-browser-table thead th,
.cf-browser-table tbody th,
.cf-browser-table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-browser-table tbody td:nth-child(3) {
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.cf-browser-mobile-surface,
.cf-browser-mobile-summary {
  display: none;
}

@media (max-width: 860px) {
  .cf-hero.cf-appbar {
    padding: 8px 10px;
  }

  .cf-appbar-row {
    gap: 8px;
  }

  .cf-appbar-brand {
    gap: 8px;
  }

  .cf-appbar-brand .cf-brandmark {
    width: 34px;
    height: 34px;
    padding: 4px;
    border-radius: 10px;
  }

  .cf-appbar-kicker {
    display: none;
  }

  .cf-appbar .cf-site-title {
    font-size: 16px;
  }

  .cf-appbar-controls {
    gap: 6px;
    align-items: stretch;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select {
    min-height: 34px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-browser-summary-rail {
    display: grid;
    gap: 6px;
  }

  .cf-browser-detail-rail {
    display: none;
  }

  .cf-browser-summary-card {
    display: none;
  }

  .cf-browser-master-panel {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .cf-browser-master-head {
    display: none;
  }

  .cf-browser-table-stack--single {
    gap: 6px;
  }

  .cf-browser-table-section {
    border: 0;
    background: transparent;
  }

  .cf-browser-table-head {
    padding: 0 2px;
    border-bottom: 0;
  }

  .cf-browser-table-wrap {
    display: none;
  }

  .cf-browser-mobile-surface {
    display: grid;
    gap: 10px;
  }

  .cf-browser-mobile-summary {
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #10161c;
  }

  .cf-browser-mobile-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  .cf-browser-mobile-summary-head h3 {
    margin: 4px 0 0;
    font-size: 18px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

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

  .cf-browser-mobile-stats span {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 12px;
    background: #131a22;
    color: #a7b4c2;
    font-size: 11px;
    line-height: 1.2;
  }

  .cf-browser-mobile-stats strong {
    color: #eef3f7;
    font-size: 14px;
    line-height: 1;
  }

  .cf-browser-mobile-summary-meta {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .cf-browser-mobile-groups {
    gap: 10px;
  }

  .cf-browser-mobile-group {
    padding: 12px;
  }

  .cf-browser-mobile-group-head {
    align-items: center;
  }

  .cf-browser-mobile-group-head h3 {
    min-width: 0;
  }

  .cf-browser-mobile-row-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-browser-link,
  .cf-browser-mobile-copy {
    overflow-wrap: anywhere;
  }

  .cf-browser-mobile-type {
    justify-self: start;
  }
}

.cf-browser-resource-shell {
  display: grid;
  gap: 14px;
}

.cf-browser-summary-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 14px;
  align-items: end;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-summary-band-main h3 {
  margin: 4px 0 0;
  color: #eef3f7;
  font-size: 22px;
  line-height: 1.1;
}

.cf-browser-summary-band-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cf-browser-summary-band-stats div {
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: #131a22;
}

.cf-browser-summary-band-stats dt {
  margin: 0 0 4px;
  color: #93a1af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-browser-summary-band-stats dd {
  margin: 0;
  color: #eef3f7;
  font-size: 17px;
  line-height: 1;
}

.cf-browser-desktop-surface {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 300px;
  gap: 14px;
  min-height: clamp(620px, 76vh, 980px);
}

.cf-browser-index-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
}

.cf-browser-resource-group {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  min-height: 0;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cf-browser-group-head h3 {
  margin: 0;
  color: #eef3f7;
  font-size: 14px;
  line-height: 1.2;
}

.cf-browser-group-desktop {
  min-height: 0;
}

.cf-browser-group-desktop .cf-browser-table-wrap {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #0f1419;
}

.cf-browser-group-mobile {
  display: none;
}

.cf-browser-preview-rail {
  display: grid;
  gap: 12px;
  align-content: start;
}

.cf-browser-preview-rail .cf-browser-detail-card {
  min-height: 0;
}

.cf-browser-mobile-list-wrap {
  display: grid;
  gap: 8px;
}

body:not(.cf-fullscreen-active) .cf-stage {
  padding: 8px;
  background: linear-gradient(180deg, #0b0f13 0%, #0c1116 100%);
}

body:not(.cf-fullscreen-active) .cf-app-shell {
  border-radius: 14px;
  border-color: rgba(214, 223, 232, 0.06);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

@media (max-width: 860px) {
  .cf-appbar-brand-copy {
    min-width: 0;
  }

  .cf-appbar-row {
    gap: 6px;
  }

  .cf-appbar-nav .cf-nav-list {
    gap: 6px;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select {
    min-height: 32px;
    font-size: 10.5px;
    padding-left: 9px;
    padding-right: 9px;
  }

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

  .cf-browser-summary-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .cf-browser-summary-band-main h3 {
    font-size: 18px;
  }

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

  .cf-browser-desktop-surface {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 10px;
  }

  .cf-browser-index-stack {
    grid-template-rows: none;
    gap: 10px;
  }

  .cf-browser-resource-group {
    padding: 12px;
    gap: 8px;
  }

  .cf-browser-preview-rail,
  .cf-browser-group-desktop {
    display: none;
  }

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

  .cf-browser-group-head {
    align-items: flex-start;
  }

  .cf-browser-group-head h3 {
    overflow-wrap: anywhere;
  }

  .cf-browser-mobile-list-wrap {
    border-radius: 14px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #0f1419;
    padding: 10px 12px;
  }

  .cf-browser-mobile-list {
    gap: 10px;
  }

  .cf-browser-mobile-row {
    padding: 10px 0;
  }

  .cf-browser-mobile-row-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-browser-mobile-type {
    justify-self: start;
  }

  .cf-browser-link,
  .cf-browser-mobile-copy,
  .cf-browser-mobile-meta {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cf-toolbar-btn,
  .cf-nav-list a,
  .cf-inline-link,
  .cf-metric-card,
  .cf-report-card,
  .cf-resource-card,
  .cf-command-deck,
  .cf-ops-rail,
  .cf-latest-card,
  .cf-signal-card {
    transition: none !important;
  }
}

:focus-visible {
  outline: 2px solid rgba(214, 223, 232, 0.3);
  outline-offset: 2px;
  box-shadow: none;
}

.cf-toolbar-btn:focus-visible,
.cf-nav-list a:focus-visible,
.cf-inline-link:focus-visible,
.cf-report-scope-select:focus-visible {
  outline: 2px solid rgba(214, 223, 232, 0.28);
  outline-offset: 2px;
  box-shadow: none;
}

body.cf-fullscreen-active .cf-footer {
  display: none;
}

body:not(.cf-fullscreen-active) .cf-stage {
  padding: 0;
}

body:not(.cf-fullscreen-active) .cf-app-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.cf-appbar .cf-nav-list a.is-active,
.cf-appbar .cf-nav-list a[aria-current] {
  background: #dfe6ed;
  border-color: rgba(223, 230, 237, 0.92);
  color: #0f1419;
}

.cf-browser-scroll {
  grid-template-rows: auto auto 1fr;
  min-height: 0;
}

.cf-browser-resource-shell {
  grid-template-rows: auto 1fr;
  min-height: 0;
}

.cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1fr) 288px;
}

.cf-browser-index-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
}

.cf-browser-resource-group {
  min-height: 0;
}

.cf-browser-group-desktop,
.cf-browser-group-desktop .cf-browser-table-wrap {
  min-height: 0;
  height: 100%;
}

.cf-browser-group-desktop .cf-browser-table-wrap {
  overflow: auto;
}

.cf-browser-table th,
.cf-browser-table td {
  padding-top: 9px;
  padding-bottom: 9px;
}

.cf-fullscreen-active .cf-panel-head {
  padding-top: 12px;
  padding-bottom: 8px;
}

.cf-fullscreen-active .cf-panel-copy {
  font-size: 12.5px;
  line-height: 1.35;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100vh - 150px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  min-height: 100%;
  grid-template-rows: auto auto minmax(120px, 1fr);
}

.cf-fullscreen-active .cf-command-strip {
  align-self: stretch;
}

.cf-fullscreen-active .cf-command-strip-signals,
.cf-fullscreen-active .cf-command-strip-signals .cf-support-grid {
  height: 100%;
}

.cf-fullscreen-active .cf-command-strip-signals .cf-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.cf-fullscreen-active .cf-support-card {
  min-height: 120px;
}

.cf-fullscreen-active .cf-appbar {
  border-bottom-color: rgba(214, 223, 232, 0.05);
}

.cf-fullscreen-active .cf-appbar .cf-toolbar-btn--primary,
.cf-fullscreen-active .cf-appbar .cf-toolbar-btn--secondary,
.cf-fullscreen-active .cf-appbar .cf-report-scope-select {
  border-color: rgba(214, 223, 232, 0.12);
  box-shadow: none;
}

.cf-fullscreen-active .cf-appbar .cf-toolbar-btn--primary {
  background: #dfe6ed;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-panel .cf-panel-body,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-shell,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  min-height: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  height: calc(100vh - 126px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  height: calc(100vh - 286px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  overflow: auto;
  min-height: 0;
}

.cf-nav-list a.is-active,
.cf-appbar .cf-nav-list a.is-active,
.cf-appbar .cf-nav-list a[aria-current] {
  border-color: rgba(214, 223, 232, 0.22);
  box-shadow: none;
}

.cf-toolbar-btn--secondary,
.cf-toolbar-btn--secondary:hover,
.cf-toolbar-btn--secondary:focus-visible {
  background: #11171d;
  border-color: rgba(214, 223, 232, 0.12);
  color: #dce3ea;
  box-shadow: none;
}

#cf-fullscreen-toggle:hover,
#cf-fullscreen-toggle:focus-visible,
#cf-fullscreen-toggle[aria-pressed="true"],
.cf-fullscreen-active .cf-appbar .cf-toolbar-btn--primary {
  background: #dfe6ed;
  border-color: rgba(223, 230, 237, 0.92);
  color: #0f1419;
  box-shadow: none;
}

.cf-appbar-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
}

.cf-appbar-nav {
  justify-self: start;
}

.cf-appbar-controls {
  grid-template-columns: minmax(220px, 236px) auto;
  gap: 8px;
  justify-content: end;
}

.cf-hero.cf-appbar {
  padding: 10px 14px;
}

.cf-appbar-brand .cf-brandmark {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 12px;
}

.cf-appbar .cf-site-title {
  font-size: 22px;
}

.cf-appbar .cf-nav-list a,
.cf-appbar .cf-toolbar-btn,
.cf-appbar .cf-report-scope-select {
  min-height: 36px;
  border-radius: 11px;
  font-size: 12px;
}

.cf-appbar .cf-toolbar-btn {
  width: auto;
}

.cf-appbar .cf-report-scope-select {
  min-width: 220px;
  max-width: 236px;
}

body:not(.cf-fullscreen-active) .cf-stage {
  background: linear-gradient(180deg, #0b0f13 0%, #0c1116 100%);
}

body:not(.cf-fullscreen-active) .cf-main {
  padding-left: 0;
  padding-right: 0;
}

.cf-main > .cf-panel {
  min-height: clamp(480px, 68vh, 860px);
}

.cf-panel-head {
  margin-bottom: 12px;
}

.cf-panel-copy {
  font-size: 12.5px;
  line-height: 1.4;
}

.cf-metric-card {
  min-height: 96px;
  padding: 14px;
}

.cf-surface-card,
.cf-support-card {
  min-height: 104px;
  padding: 14px;
}

.cf-fullscreen-active .cf-panel-head {
  padding: 4px 10px 2px;
}

.cf-fullscreen-active .cf-panel-body {
  padding: 0 10px 10px;
}

.cf-fullscreen-active .cf-stage {
  padding: 0;
  justify-content: stretch;
}

.cf-fullscreen-active .cf-app-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
}

.cf-fullscreen-active .cf-appbar-brand-copy {
  display: none;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100vh - 84px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
  min-height: 0;
}

.cf-fullscreen-active .cf-command-strip {
  align-items: start;
}

.cf-fullscreen-active .cf-command-strip-signals,
.cf-fullscreen-active .cf-command-strip-signals .cf-support-grid {
  height: auto;
}

.cf-fullscreen-active .cf-command-strip-signals .cf-support-grid {
  align-items: start;
}

.cf-fullscreen-active .cf-support-card {
  min-height: 92px;
}

.cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
  width: 26px;
  height: 26px;
  padding: 3px;
  border-radius: 8px;
}

.cf-fullscreen-active .cf-appbar-kicker {
  display: none;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  padding: 4px 8px;
}

.conceptflow-resources-view .cf-browser-toolbar {
  padding: 8px 10px;
  border-radius: 14px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-panel-copy {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: calc(100vh - 72px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1.35fr) 300px;
  height: calc(100vh - 160px);
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  height: 100%;
  gap: 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop .cf-browser-table-wrap {
  height: 100%;
  min-height: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
  overflow: auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar {
  padding: 6px 8px;
  border-radius: 12px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  padding: 10px 12px;
  gap: 10px;
}

.cf-browser-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0f1419;
}

.cf-browser-table tbody tr:hover {
  background: rgba(214, 223, 232, 0.035);
}

.cf-browser-mobile-disclosure {
  border: 1px solid rgba(214, 223, 232, 0.08);
  border-radius: 14px;
  background: #0f1419;
}

.cf-browser-mobile-disclosure-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
}

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

.cf-browser-mobile-disclosure-title {
  color: #eef3f7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.cf-browser-mobile-disclosure .cf-browser-mobile-list-wrap {
  border: 0;
  border-top: 1px solid rgba(214, 223, 232, 0.08);
  border-radius: 0;
  background: transparent;
  padding: 10px 12px;
}

@media (max-width: 860px) {
  .cf-appbar-controls {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cf-appbar .cf-site-title {
    font-size: 15px;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select {
    min-height: 31px;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cf-browser-toolbar {
    gap: 8px;
    padding: 8px 10px;
  }

  .cf-browser-toolbar-main {
    display: none;
  }

  .cf-browser-toolbar-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-browser-toolbar-actions .cf-inline-link {
    min-width: 0;
    min-height: 32px;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cf-fullscreen-active #overview .cf-command-strip {
    display: none;
  }

  .cf-fullscreen-active #overview .cf-panel-head {
    padding-top: 10px;
    padding-bottom: 6px;
  }

  .cf-fullscreen-active #overview .cf-panel-copy {
    display: none;
  }

  .cf-fullscreen-active #overview .cf-metric-card,
  .cf-fullscreen-active #overview .cf-surface-card {
    padding: 12px;
  }

  .cf-fullscreen-active #overview .cf-surface-card-copy {
    display: none;
  }

  .cf-fullscreen-active #overview .cf-surface-card-meta,
  .cf-fullscreen-active #overview .cf-metric-detail {
    font-size: 10px;
    line-height: 1.25;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    height: auto;
  }

  .conceptflow-resources-view .cf-browser-summary-band-main h3 {
    font-size: 17px;
  }

  .conceptflow-resources-view .cf-browser-summary-band-stats dd {
    font-size: 15px;
  }

  .conceptflow-resources-view .cf-browser-desktop-surface {
    grid-template-columns: minmax(0, 1fr);
  }

  .conceptflow-resources-view .cf-browser-index-stack {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .cf-hero.cf-appbar {
    padding: 6px 8px;
  }

  .cf-appbar-brand {
    display: none;
  }

  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-appbar-nav {
    order: 2;
    justify-self: stretch;
  }

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

  body:not(.cf-fullscreen-active) .cf-hero.cf-appbar {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select {
    min-height: 30px;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cf-fullscreen-active .cf-panel-head {
    padding: 8px 10px 4px;
  }

  .cf-fullscreen-active .cf-panel-body {
    padding: 0 10px 10px;
  }

  .cf-panel-body--overview .cf-surface-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cf-panel-body--overview .cf-surface-card {
    min-width: 0;
  }

  .cf-fullscreen-active #overview .cf-active-panel-scroll {
    display: grid;
  }

  .cf-fullscreen-active #overview .cf-surface-card:last-child {
    display: none;
  }

  .cf-browser-toolbar {
    padding: 6px 8px;
  }

  .cf-browser-resource-group {
    padding: 10px;
    gap: 6px;
  }

  .cf-browser-mobile-disclosure-summary {
    padding: 10px 12px;
  }

  .cf-browser-mobile-disclosure-title {
    font-size: 13px;
  }

  .cf-browser-mobile-list-wrap {
    padding: 8px 10px;
  }

  .cf-browser-mobile-row {
    padding: 8px 0;
  }

  .cf-browser-summary-band {
    padding: 10px;
    gap: 8px;
  }

  .conceptflow-resources-view .cf-browser-summary-band-main h3 {
    font-size: 16px;
  }

  .conceptflow-resources-view .cf-browser-summary-band-stats dd {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .cf-appbar-controls {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cf-report-scope-form--compact {
    grid-column: auto;
  }

  .cf-appbar .cf-report-scope-select {
    min-width: 0;
    max-width: none;
  }
}

#overview .cf-panel-copy {
  max-width: 44ch;
}

.cf-overview-stack--executive {
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
}

.cf-metric-grid--overview {
  order: 1;
}

.cf-overview-workbench {
  order: 2;
}

.cf-overview-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 10px;
  min-height: clamp(360px, 48vh, 560px);
  align-items: stretch;
}

.cf-overview-command-card,
.cf-overview-ops-card,
.cf-overview-signal-card {
  border: 1px solid rgba(214, 223, 232, 0.08);
  border-radius: 16px;
  background: #11171d;
}

.cf-overview-command-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 8px;
  min-height: 0;
  padding: 12px;
  align-self: stretch;
}

.cf-overview-command-head,
.cf-overview-ops-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cf-overview-command-head h3 {
  margin: 4px 0 0;
  color: #eef3f7;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.cf-overview-command-copy,
.cf-overview-ops-card-copy,
.cf-overview-signal-copy {
  margin: 0;
  color: #9eacba;
}

.cf-overview-command-copy {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cf-overview-command-telemetry {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: stretch;
  grid-auto-rows: minmax(82px, 1fr);
}

.cf-overview-command-telemetry-item {
  display: grid;
  gap: 4px;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.07);
  background: #10161c;
  align-content: start;
}

.cf-overview-command-telemetry-value {
  color: #eef3f7;
  font-size: 12px;
  line-height: 1.25;
}

.cf-overview-command-rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.cf-overview-command-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cf-overview-command-meta > div {
  display: grid;
  gap: 4px;
}

.cf-overview-command-value,
.cf-overview-signal-value {
  color: #eef3f7;
  font-size: 14px;
  line-height: 1.2;
}

.cf-overview-command-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.cf-overview-command-actions .cf-inline-link {
  min-width: 0;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
}

.cf-overview-sideband {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  grid-template-rows: none;
  gap: 10px;
  min-height: 0;
  align-content: stretch;
  height: 100%;
}

.cf-overview-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: stretch;
  grid-auto-rows: minmax(100px, 1fr);
}

.cf-overview-ops-card:first-child {
  grid-column: 1 / -1;
}

.cf-overview-ops-card {
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 10px;
}

.cf-overview-ops-card-title {
  margin: 0;
  color: #eef3f7;
  font-size: 14px;
  line-height: 1.2;
}

.cf-overview-ops-card-meta {
  margin: 0;
  color: #cad4de;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-overview-signal-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: stretch;
  gap: 10px;
  grid-auto-rows: minmax(100px, 1fr);
}

.cf-overview-signal-card {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 10px;
}

.cf-fullscreen-active #overview .cf-panel-head {
  padding-top: 2px;
  padding-bottom: 0;
}

.cf-fullscreen-active #overview .cf-panel-copy {
  display: none;
}

.cf-fullscreen-active #overview .cf-overview-workbench {
  min-height: calc(100vh - 168px);
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-appbar-brand {
    display: none;
  }

  .cf-fullscreen-active .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
    align-items: center;
  }

  .cf-fullscreen-active .cf-appbar-nav {
    order: 1;
    justify-self: start;
    min-width: 0;
  }

  .cf-fullscreen-active .cf-appbar-controls {
    order: 2;
    grid-template-columns: minmax(118px, 144px) auto;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list {
    width: auto;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-fullscreen-active .cf-appbar .cf-report-scope-select {
    min-height: 26px;
    font-size: 9px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 8px;
  }

  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 4px 6px;
  }

  .cf-fullscreen-active .cf-panel-head {
    padding: 4px 8px 1px;
  }

  .cf-fullscreen-active .cf-panel-body {
    padding: 0 8px 8px;
  }

  .cf-overview-workbench {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    gap: 6px;
  }

  .cf-overview-command-card {
    gap: 6px;
    padding: 8px;
  }

  .cf-overview-command-head h3 {
    font-size: 18px;
  }

  .cf-overview-command-copy {
    font-size: 10px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
  }

  .cf-overview-command-telemetry {
    display: none;
  }

  .cf-overview-command-rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .cf-overview-command-meta {
    display: none;
  }

  .cf-overview-command-value {
    font-size: 12px;
  }

  .cf-overview-command-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-overview-command-actions .cf-inline-link {
    min-height: 28px;
    font-size: 9px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cf-fullscreen-active #overview .cf-overview-command-actions .cf-inline-link:last-child {
    display: none;
  }

  .cf-overview-sideband {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 4px;
  }

  .cf-overview-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    grid-auto-rows: minmax(76px, 1fr);
  }

  .cf-overview-ops-card {
    padding: 8px;
    gap: 4px;
  }

  .cf-overview-ops-card:first-child {
    grid-column: 1 / -1;
  }

  .cf-overview-ops-card-title {
    font-size: 13px;
  }

  .cf-overview-ops-card-copy {
    display: none;
  }

  .cf-overview-ops-card-meta {
    font-size: 9px;
    line-height: 1.2;
  }

  .cf-overview-signal-band {
    display: none;
  }

  .cf-overview-signal-card {
    min-height: 0;
    padding: 10px;
    gap: 6px;
  }

  .cf-overview-signal-value {
    font-size: 11px;
  }

  .cf-overview-signal-copy {
    display: none;
  }

  .cf-fullscreen-active #overview .cf-overview-ops-card:nth-child(3),
  .cf-fullscreen-active #overview .cf-overview-ops-card:nth-child(n + 3),
  .cf-fullscreen-active #overview .cf-overview-signal-card:last-child {
    display: none;
  }

  .cf-fullscreen-active #overview .cf-overview-workbench {
    min-height: auto;
  }

  .cf-fullscreen-active #overview .cf-metric-grid--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active #overview .cf-metric-card {
    min-height: 62px;
    padding: 8px;
  }

  .cf-fullscreen-active #overview .cf-metric-detail {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar {
    padding: 4px 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
    padding: 8px;
  }
}

@media (max-width: 560px) {
  .cf-overview-command-head {
    gap: 8px;
  }

  .cf-overview-command-head h3 {
    font-size: 16px;
  }

  .cf-overview-command-meta,
  .cf-overview-ops-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-overview-ops-card:first-child {
    grid-column: auto;
  }
}

body:not(.cf-fullscreen-active) .cf-stage {
  padding: 0;
}

body:not(.cf-fullscreen-active) .cf-app-shell {
  width: 100%;
  max-width: none;
  border-radius: 0;
  overflow: visible;
}

body:not(.cf-fullscreen-active) .cf-hero.cf-appbar {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}

body:not(.cf-fullscreen-active) .cf-footer {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

#cf-fullscreen-toggle,
#cf-fullscreen-toggle:hover,
#cf-fullscreen-toggle:focus-visible {
  background: #11171d !important;
  border-color: rgba(214, 223, 232, 0.12) !important;
  color: #dce3ea !important;
  box-shadow: none !important;
}

#cf-fullscreen-toggle[aria-pressed="true"],
.cf-fullscreen-active #cf-fullscreen-toggle,
.cf-fullscreen-active #cf-fullscreen-toggle:hover,
.cf-fullscreen-active #cf-fullscreen-toggle:focus-visible {
  background: #171e25 !important;
  border-color: rgba(214, 223, 232, 0.18) !important;
  color: #eef3f7 !important;
  box-shadow: none !important;
}

.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-head {
  display: none;
}

.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-body {
  padding-top: 8px;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100vh - 60px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  gap: 6px;
}

.cf-fullscreen-active .cf-overview-workbench {
  min-height: calc(100vh - 126px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  padding: 8px 10px;
}

.cf-fullscreen-active .cf-appbar-brand {
  gap: 8px;
}

.cf-fullscreen-active .cf-appbar-brand-copy {
  display: grid;
  gap: 1px;
}

.cf-fullscreen-active .cf-appbar .cf-site-title {
  font-size: 14px;
}

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

.cf-fullscreen-active .cf-appbar-row {
  gap: 8px;
}

.cf-fullscreen-active .cf-appbar-controls {
  grid-template-columns: minmax(180px, 196px) auto;
  gap: 6px;
}

.cf-fullscreen-active .cf-appbar .cf-report-scope-select {
  min-width: 180px;
  max-width: 196px;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  padding: 2px 6px;
}

.cf-fullscreen-active .cf-appbar .cf-nav-list a,
.cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
.cf-fullscreen-active .cf-appbar .cf-report-scope-select {
  min-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 9px;
}

.cf-fullscreen-active .cf-metric-card {
  min-height: 82px;
  padding: 12px;
  border-radius: 14px;
}

.cf-fullscreen-active .cf-overview-command-card {
  grid-template-rows: auto auto auto auto;
  gap: 6px;
  padding: 10px;
}

.cf-fullscreen-active .cf-overview-command-copy {
  -webkit-line-clamp: 1;
}

.cf-fullscreen-active .cf-overview-command-telemetry {
  gap: 6px;
  grid-auto-rows: minmax(54px, auto);
}

.cf-fullscreen-active .cf-overview-command-telemetry-item,
.cf-fullscreen-active .cf-overview-ops-card,
.cf-fullscreen-active .cf-overview-signal-card {
  padding: 8px;
}

.cf-fullscreen-active .cf-overview-sideband {
  grid-template-columns: minmax(0, 1fr) 184px;
}

.cf-fullscreen-active .cf-overview-ops-grid,
.cf-fullscreen-active .cf-overview-signal-band {
  grid-auto-rows: minmax(82px, auto);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1.5fr) 250px;
  height: calc(100vh - 128px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar {
  padding: 4px 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  padding: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card:last-child {
  display: none;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-body {
    padding-top: 6px;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-overview-command-card {
    grid-template-rows: auto auto auto;
    align-self: start;
    gap: 5px;
    padding: 8px;
  }

  .cf-fullscreen-active .cf-overview-command-copy {
    display: none;
  }

  .cf-fullscreen-active .cf-overview-command-actions {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-overview-sideband {
    gap: 4px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-overview-ops-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    align-content: start;
  }

  .cf-fullscreen-active .cf-overview-ops-card:first-child {
    grid-column: auto;
  }

  .conceptflow-resources-view .cf-browser-summary-band,
  .conceptflow-resources-view .cf-browser-desktop-surface {
    display: none;
  }

  .conceptflow-resources-view .cf-browser-mobile-surface {
    display: grid;
    gap: 8px;
  }

  .conceptflow-resources-view .cf-browser-mobile-summary {
    padding: 10px;
    gap: 8px;
    border-radius: 14px;
  }

  .conceptflow-resources-view .cf-browser-mobile-summary-head {
    align-items: flex-start;
  }

  .conceptflow-resources-view .cf-browser-mobile-summary-head h3 {
    font-size: 16px;
  }

  .conceptflow-resources-view .cf-browser-mobile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .conceptflow-resources-view .cf-browser-mobile-stats span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .conceptflow-resources-view .cf-browser-mobile-stats strong {
    font-size: 13px;
  }

  .conceptflow-resources-view .cf-browser-mobile-summary-meta {
    font-size: 10px;
  }

  .conceptflow-resources-view .cf-browser-mobile-groups {
    display: grid;
    gap: 8px;
  }

  .conceptflow-resources-view .cf-browser-mobile-disclosure-summary {
    padding: 8px 10px;
  }

  .conceptflow-resources-view .cf-browser-mobile-disclosure .cf-browser-mobile-list-wrap {
    padding: 6px 10px;
  }

  .conceptflow-resources-view .cf-browser-mobile-row {
    padding: 6px 0;
  }

  .cf-fullscreen-active .cf-appbar-brand-copy,
  .cf-fullscreen-active .cf-appbar-brand .cf-brandmark {
    display: none;
  }

  .cf-fullscreen-active .cf-appbar-row {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-appbar-controls {
    grid-template-columns: minmax(112px, 132px) auto;
  }

  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 2px 4px;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-fullscreen-active .cf-appbar .cf-report-scope-select {
    min-height: 24px;
    font-size: 8.5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
  }

  .cf-fullscreen-active .cf-metric-card,
  .cf-fullscreen-active .cf-overview-ops-card,
  .cf-fullscreen-active .cf-browser-mobile-summary,
  .cf-fullscreen-active .cf-browser-mobile-disclosure {
    border-radius: 12px;
  }

  .cf-fullscreen-active .cf-metric-card {
    min-height: 56px;
    padding: 7px;
  }

  .cf-fullscreen-active .cf-overview-ops-card {
    padding: 7px;
  }

  .cf-fullscreen-active .cf-overview-command-actions .cf-inline-link {
    min-height: 24px;
    font-size: 8.5px;
  }
}

.cf-appbar-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cf-commandbar-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.cf-commandbar-utility {
  display: grid;
  grid-template-columns: minmax(188px, 212px) auto;
  align-items: center;
  gap: 8px;
}

.cf-commandbar-selector {
  min-width: 0;
}

.cf-commandbar-selector .cf-report-scope-select {
  width: 100%;
}

.cf-appbar .cf-site-title {
  font-size: 18px;
}

.cf-appbar-kicker {
  font-size: 9px;
}

#cf-fullscreen-toggle {
  min-width: 76px;
}

.cf-fullscreen-active .cf-appbar-brand-copy {
  display: grid;
  gap: 1px;
}

.cf-fullscreen-active .cf-appbar .cf-site-title {
  font-size: 16px;
}

.cf-fullscreen-active .cf-appbar-kicker {
  display: block;
  font-size: 8px;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  padding: 3px 8px;
}

.cf-fullscreen-active .cf-appbar .cf-nav-list a,
.cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
.cf-fullscreen-active .cf-appbar .cf-report-scope-select {
  min-height: 30px;
  border-radius: 9px;
}

.cf-executive-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  grid-template-areas:
    "brief status"
    "signals status";
  gap: 10px;
  align-items: stretch;
}

.cf-executive-brief,
.cf-executive-status-rail,
.cf-executive-signal-rail {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #11171d;
  min-height: 0;
}

.cf-executive-brief {
  grid-area: brief;
  align-content: start;
}

.cf-executive-status-rail {
  grid-area: status;
  align-content: start;
}

.cf-executive-signal-rail {
  grid-area: signals;
  align-content: start;
}

.cf-executive-brief-head,
.cf-executive-status-head,
.cf-executive-signal-head,
.cf-executive-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.cf-executive-section-head {
  align-items: end;
}

.cf-executive-section-head h3,
.cf-executive-brief-title,
.cf-executive-status-title {
  margin: 0;
  color: #eef3f7;
}

.cf-executive-brief-title {
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.cf-executive-brief-copy,
.cf-executive-status-copy,
.cf-executive-signal-copy {
  margin: 0;
  color: #9eacba;
}

.cf-executive-brief-copy {
  font-size: 12px;
  line-height: 1.45;
}

.cf-executive-brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-executive-brief-actions .cf-inline-link {
  min-height: 34px;
  padding-left: 12px;
  padding-right: 12px;
}

.cf-executive-brief-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.cf-executive-brief-strip-item {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 12px;
  background: #10161c;
  border: 1px solid rgba(214, 223, 232, 0.07);
}

.cf-executive-brief-strip-item dt {
  margin: 0;
  color: #93a1af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-executive-brief-strip-item dd {
  margin: 0;
  color: #eef3f7;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cf-executive-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cf-executive-status-card,
.cf-executive-signal-card {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.07);
  background: #10161c;
}

.cf-executive-status-meta,
.cf-executive-signal-value {
  color: #eef3f7;
  font-size: 13px;
  line-height: 1.2;
}

.cf-executive-status-title {
  font-size: 14px;
  line-height: 1.2;
}

.cf-executive-status-copy,
.cf-executive-signal-copy {
  font-size: 11px;
  line-height: 1.35;
}

.cf-executive-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100vh - 62px);
}

.cf-fullscreen-active .cf-executive-workbench {
  min-height: calc(100vh - 154px);
}

.cf-fullscreen-active .cf-executive-brief,
.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  padding: 10px;
  border-radius: 14px;
}

.cf-fullscreen-active .cf-executive-brief-strip-item,
.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card {
  padding: 8px;
}

.cf-fullscreen-active .cf-executive-brief-copy {
  font-size: 11px;
}

@media (max-width: 860px) {
  .cf-appbar-brand {
    display: none;
  }

  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
  }

  .cf-commandbar-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-appbar-nav {
    justify-self: stretch;
    min-width: 0;
  }

  .cf-appbar-nav .cf-nav-list {
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .cf-appbar-nav .cf-nav-list::-webkit-scrollbar {
    display: none;
  }

  .cf-appbar-nav .cf-nav-list li {
    flex: 0 0 auto;
  }

  .cf-commandbar-utility {
    grid-template-columns: minmax(118px, 128px) auto;
    gap: 6px;
  }

  .cf-hero.cf-appbar,
  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 4px 6px;
  }

  .cf-appbar .cf-nav-list a,
  .cf-appbar .cf-toolbar-btn,
  .cf-appbar .cf-report-scope-select,
  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-fullscreen-active .cf-appbar .cf-report-scope-select {
    min-height: 26px;
    font-size: 9px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 8px;
  }

  #cf-fullscreen-toggle {
    min-width: 58px;
  }

  .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brief"
      "status"
      "signals";
    gap: 8px;
  }

  .cf-executive-brief,
  .cf-executive-status-rail,
  .cf-executive-signal-rail {
    padding: 10px;
    gap: 8px;
  }

  .cf-executive-brief-title {
    font-size: 16px;
  }

  .cf-executive-brief-copy {
    display: none;
  }

  .cf-executive-brief-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-executive-brief-actions .cf-inline-link:last-child {
    display: none;
  }

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

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

  .cf-executive-signal-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-fullscreen-active .cf-executive-workbench {
    min-height: auto;
  }

  .cf-fullscreen-active .cf-executive-status-grid article:nth-child(n + 3),
  .cf-fullscreen-active .cf-executive-signal-grid article:nth-child(n + 3) {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    padding: 8px;
    border-radius: 12px;
  }

  .cf-fullscreen-active .cf-executive-status-card,
  .cf-fullscreen-active .cf-executive-signal-card,
  .cf-fullscreen-active .cf-executive-brief-strip-item {
    padding: 7px;
    border-radius: 10px;
  }
}

/* Direct theme pass: denser overview, clearer fullscreen semantics, and tighter resource scanning. */
#overview .cf-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  align-items: end;
  gap: 12px;
}

#overview .cf-panel-copy {
  max-width: none;
  margin: 0;
  justify-self: end;
  font-size: 11px;
  line-height: 1.42;
}

.cf-browser-link,
.cf-browser-context-path,
.cf-browser-mobile-summary-meta,
.cf-browser-mobile-copy {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cf-browser-link {
  display: inline-block;
  max-width: 100%;
}

.cf-browser-table th,
.cf-browser-table td {
  line-height: 1.24;
}

.cf-browser-table thead th {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cf-fullscreen-active .cf-appbar .cf-nav-list a,
.cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
.cf-fullscreen-active .cf-appbar .cf-report-scope-select {
  min-height: 30px;
  border-radius: 9px;
  font-size: 10.5px;
}

.cf-fullscreen-active #cf-fullscreen-toggle {
  min-width: 94px;
}

.cf-fullscreen-active .cf-panel-head {
  margin-bottom: 8px;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100vh - 74px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  grid-template-rows: auto minmax(0, 1fr);
  gap: 7px;
}

.cf-fullscreen-active .cf-metric-grid--overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.cf-fullscreen-active .cf-metric-grid--overview .cf-metric-card {
  min-height: 78px;
  padding: 10px 11px;
}

.cf-fullscreen-active .cf-metric-grid--overview .cf-card-kicker {
  font-size: 8.75px;
  letter-spacing: 0.14em;
}

.cf-fullscreen-active .cf-metric-grid--overview .cf-metric-value {
  margin: 5px 0;
  font-size: clamp(1.58rem, 1.9vw, 2.18rem);
}

.cf-fullscreen-active .cf-metric-grid--overview .cf-metric-detail {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  font-size: 9.75px;
  line-height: 1.26;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cf-fullscreen-active .cf-executive-workbench {
  grid-template-columns: minmax(0, 1.18fr) minmax(276px, 0.84fr) minmax(208px, 0.68fr);
  grid-template-areas: "brief status signals";
  gap: 7px;
  min-height: 0;
  align-items: start;
}

.cf-fullscreen-active .cf-executive-brief,
.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  gap: 7px;
  padding: 8px 9px;
  align-content: start;
}

.cf-fullscreen-active .cf-executive-brief-title {
  font-size: clamp(17px, 1.32vw, 21px);
}

.cf-fullscreen-active .cf-executive-brief-copy,
.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
}

.cf-fullscreen-active .cf-executive-brief-copy {
  font-size: 10.75px;
  line-height: 1.36;
  -webkit-line-clamp: 3;
}

.cf-fullscreen-active .cf-executive-brief-actions {
  gap: 6px;
}

.cf-fullscreen-active .cf-executive-brief-actions .cf-inline-link {
  min-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}

.cf-fullscreen-active .cf-executive-brief-strip {
  gap: 6px;
}

.cf-fullscreen-active .cf-executive-brief-strip-item,
.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card {
  padding: 7px 8px;
}

.cf-fullscreen-active .cf-executive-status-grid {
  gap: 6px;
}

.cf-fullscreen-active .cf-executive-status-meta,
.cf-fullscreen-active .cf-executive-signal-value {
  font-size: 11.5px;
}

.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  font-size: 9.75px;
  line-height: 1.24;
  -webkit-line-clamp: 2;
}

.cf-fullscreen-active .cf-executive-signal-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: calc(100vh - 60px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-shell {
  gap: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 8px;
  padding: 8px 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main h3 {
  font-size: 18px;
  line-height: 1.05;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-context-copy {
  font-size: 10px;
  line-height: 1.28;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats {
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats div {
  padding: 8px 9px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats dt {
  font-size: 9px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats dd {
  font-size: 14px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-context-path {
  font-size: 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1.72fr) 236px;
  height: calc(100vh - 138px);
  gap: 9px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  gap: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group {
  padding: 9px;
  gap: 7px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-head h3 {
  font-size: 13px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  grid-template-rows: repeat(3, minmax(110px, 1fr));
  gap: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  padding: 9px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop .cf-browser-table-wrap,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
  overflow: auto;
  scrollbar-width: thin;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1.22;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th {
  font-size: 9.5px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:hover,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:focus-within {
  background: rgba(130, 110, 255, 0.055);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary-meta,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-copy {
  font-size: 10px;
  line-height: 1.28;
}

@media (max-width: 1320px) {
  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-areas:
      "brief brief"
      "status signals";
  }

  .cf-fullscreen-active .cf-executive-brief-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  #overview .cf-panel-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  #overview .cf-panel-copy {
    display: none;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-fullscreen-active .cf-appbar .cf-report-scope-select {
    min-height: 28px;
    font-size: 9.5px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-width: 88px;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: auto;
  }

  .cf-fullscreen-active .cf-metric-grid--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-card {
    min-height: 70px;
    padding: 9px 10px;
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-value {
    margin: 4px 0;
    font-size: clamp(1.24rem, 5.5vw, 1.62rem);
  }

  .cf-fullscreen-active .cf-metric-grid--overview .cf-metric-detail {
    font-size: 8.75px;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brief"
      "status";
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-signal-rail {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail {
    padding: 8px;
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-brief-copy {
    font-size: 9.5px;
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-executive-brief-strip-item:nth-child(n + 3),
  .cf-fullscreen-active .cf-executive-status-grid article:nth-child(n + 3) {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    height: calc(100vh - 52px);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
    padding: 8px 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main h3 {
    font-size: 16px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    padding: 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats span {
    font-size: 9.75px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    padding: 10px 11px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-copy {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* Final density and audit-target pass: mobile command bar fit, clearer fullscreen control, and denser resources. */
body:not(.cf-fullscreen-active) .cf-stage {
  padding: 0;
  min-height: 100vh;
  background: #06090d;
}

body:not(.cf-fullscreen-active) .cf-app-shell {
  width: 100vw;
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body:not(.cf-fullscreen-active) .cf-hero.cf-appbar {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

body:not(.cf-fullscreen-active) .cf-footer {
  display: none;
}

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

.cf-fullscreen-active .cf-app-shell {
  border-radius: 0 !important;
}

.cf-fullscreen-active .cf-hero.cf-appbar {
  padding: 2px 10px 4px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.cf-fullscreen-active .cf-main {
  padding-top: 0;
}

.cf-executive-context-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.cf-executive-context-chip {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #11171d;
}

.cf-executive-context-label {
  margin: 0;
  color: #93a1af;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cf-executive-context-value {
  margin: 0;
  color: #eef3f7;
  font-size: 13px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cf-executive-context-note {
  margin: 0;
  color: #8d9aa7;
  font-size: 10px;
  line-height: 1.25;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cf-executive-brief-meta {
  margin: 4px 0 0;
  color: #96a5b3;
  font-size: 10px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cf-executive-operational-row {
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #11171d;
}

.cf-executive-operational-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.cf-executive-operational-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  min-height: 94px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.07);
  background: #10161c;
}

.cf-executive-operational-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cf-executive-operational-value {
  color: #eef3f7;
  font-size: 12px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cf-executive-operational-copy {
  margin: 0;
  color: #93a1af;
  font-size: 10px;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cf-browser-mobile-disclosure-meta,
.cf-browser-detail-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.cf-browser-mobile-disclosure-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  border: 1px solid rgba(214, 223, 232, 0.1);
  background: rgba(214, 223, 232, 0.04);
  color: #eef3f7;
  font-family: var(--cf-font-mono);
  font-size: 10px;
  line-height: 1;
}

.cf-browser-detail-actions .cf-inline-link {
  min-height: 28px;
  padding: 0 10px;
  font-size: 9.5px;
}

.cf-browser-row-action {
  min-height: 24px;
  padding: 0 9px;
  font-size: 9px;
  white-space: nowrap;
}

.cf-browser-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1.84fr) 212px;
  height: auto;
  align-items: start;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  grid-template-rows: none;
  grid-auto-rows: minmax(0, auto);
  gap: 7px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  gap: 6px;
  padding: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card .cf-browser-ops-value {
  font-size: 12px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-ops-copy,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-ops-meta {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table {
  table-layout: fixed;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th:first-child,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:first-child {
  width: 31%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(2) {
  width: 14%;
  color: #c9d5df;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(3) {
  width: 37%;
  color: #e5edf4;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(4) {
  width: 17%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(5) {
  width: 10%;
  text-align: right;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th {
  vertical-align: top;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-link {
  display: inline-flex;
  max-width: 100%;
  color: #f0ecff;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-link:hover,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-link:focus-visible {
  color: #ffffff;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label="Description"] {
  color: #d3dde6;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:hover,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:focus-within {
  background: rgba(130, 110, 255, 0.08);
  box-shadow: inset 2px 0 0 rgba(130, 110, 255, 0.52);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
  gap: 8px;
  min-height: calc(100dvh - 88px);
}

.cf-fullscreen-active #overview .cf-panel-head {
  display: none;
}

.cf-fullscreen-active .cf-executive-context-strip {
  grid-template-columns: minmax(0, 1.12fr) repeat(4, minmax(0, 0.92fr));
  gap: 7px;
}

.cf-fullscreen-active .cf-executive-context-chip {
  min-height: 0;
  padding: 8px 9px;
  border-radius: 12px;
}

.cf-fullscreen-active .cf-executive-context-value {
  font-size: 12px;
}

.cf-fullscreen-active .cf-executive-context-note {
  font-size: 9.5px;
}

.cf-fullscreen-active .cf-executive-workbench {
  min-height: auto;
}

.cf-fullscreen-active .cf-executive-brief {
  padding: 9px;
}

.cf-fullscreen-active .cf-executive-brief-title {
  font-size: clamp(15px, 1.15vw, 18px);
}

.cf-fullscreen-active .cf-executive-brief-meta {
  font-size: 9px;
}

.cf-fullscreen-active .cf-executive-brief-copy {
  -webkit-line-clamp: 2;
}

.cf-fullscreen-active .cf-executive-brief-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cf-fullscreen-active .cf-executive-operational-row {
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 8px 9px;
}

.cf-fullscreen-active .cf-executive-operational-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  grid-auto-rows: minmax(88px, 1fr);
}

.cf-fullscreen-active .cf-executive-operational-card {
  min-height: 88px;
  padding: 8px 9px;
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid {
  grid-auto-rows: minmax(88px, 1fr);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop .cf-browser-table-wrap,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table-wrap {
  position: relative;
  height: auto;
  min-height: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #121922;
}

@media (max-width: 860px) {
  .cf-nav-label--short {
    display: inline;
  }

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

  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 2px 6px 4px;
  }

  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    align-items: stretch;
  }

  .cf-commandbar-main,
  .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-appbar-nav {
    min-width: 0;
  }

  .cf-appbar-nav .cf-nav-list,
  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    display: flex;
    width: 100%;
    gap: 5px;
    padding-bottom: 1px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cf-appbar-nav .cf-nav-list::-webkit-scrollbar,
  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list::-webkit-scrollbar {
    display: none;
  }

  .cf-appbar-nav .cf-nav-list li,
  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list li {
    flex: 0 0 auto;
    min-width: 0;
    scroll-snap-align: start;
  }

  .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-nav-list a {
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 9px;
    line-height: 1;
  }

  .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select {
    min-height: 28px;
    font-size: 9px;
  }

  #cf-fullscreen-toggle,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    width: 100%;
    min-width: 0;
    min-height: 28px;
    font-size: 9px;
  }

  .cf-fullscreen-active .cf-panel-head {
    margin-bottom: 6px;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    grid-template-rows: auto auto auto;
    gap: 5px;
    min-height: auto;
  }

  .cf-executive-context-strip,
  .cf-fullscreen-active .cf-executive-context-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-context-chip:nth-child(n + 5) {
    display: none;
  }

  .cf-executive-context-chip,
  .cf-fullscreen-active .cf-executive-context-chip {
    padding: 7px 8px;
    gap: 3px;
  }

  .cf-executive-context-value,
  .cf-fullscreen-active .cf-executive-context-value {
    font-size: 11px;
  }

  .cf-executive-context-note,
  .cf-fullscreen-active .cf-executive-context-note {
    font-size: 8.75px;
    -webkit-line-clamp: 1;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-brief {
    gap: 5px;
    padding: 7px 8px;
  }

  .cf-fullscreen-active .cf-executive-brief-title {
    font-size: 13px;
  }

  .cf-fullscreen-active .cf-executive-brief-meta {
    font-size: 8px;
  }

  .cf-fullscreen-active .cf-executive-brief-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-brief-strip-item dd {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 1.18;
  }

  .cf-executive-operational-row,
  .cf-fullscreen-active .cf-executive-operational-row {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 6px 7px;
    gap: 5px;
  }

  .cf-executive-operational-grid,
  .cf-fullscreen-active .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-operational-row .cf-executive-section-head h3 {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-operational-grid article:nth-child(n + 3) {
    display: none;
  }

  .cf-executive-operational-card,
  .cf-fullscreen-active .cf-executive-operational-card {
    min-height: 74px;
    padding: 7px 8px;
  }

  .cf-executive-operational-copy,
  .cf-fullscreen-active .cf-executive-operational-copy {
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    gap: 8px;
    padding: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary-head h3 {
    font-size: 15px;
    line-height: 1.1;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats span {
    padding: 7px 8px;
    font-size: 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats strong {
    font-size: 12px;
  }

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

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 7px 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-preview {
    color: #8c9aa8;
    font-size: 8px;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-title {
    font-size: 12px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure .cf-browser-mobile-list-wrap {
    padding: 5px 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    gap: 5px;
    padding: 5px 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-type {
    font-size: 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-copy {
    -webkit-line-clamp: 1;
  }
}

@media (min-width: 861px) {
  .cf-nav-label--short {
    display: none;
  }

  .cf-nav-label--full {
    display: inline;
  }
}

@media print {
  body {
    background: #fff;
    color: #111;
  }

  body::before,
  .cf-nav,
  .cf-action-group {
    display: none !important;
  }

  .cf-stage,
  .cf-app-shell {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: none;
    background: #fff;
  }

  .cf-hero,
  .cf-panel,
  .cf-metric-card,
  .cf-report-card,
  .cf-resource-card {
    color: #111;
    background: #fff;
    border-color: #d7dde3;
    box-shadow: none;
  }
}

/* Final refinement pass: compact top controls, single-screen mobile overview, and fuller resource density. */
.cf-browser-mobile-quickgrid {
  display: none;
}

.cf-fullscreen-active .cf-executive-operational-row {
  gap: 6px;
  padding: 7px 8px;
}

.cf-fullscreen-active .cf-executive-operational-grid {
  gap: 6px;
  grid-auto-rows: minmax(64px, auto);
}

.cf-fullscreen-active .cf-executive-operational-card {
  min-height: 64px;
  gap: 4px;
  padding: 7px 8px;
}

.cf-fullscreen-active .cf-executive-operational-head {
  gap: 6px;
}

.cf-fullscreen-active .cf-executive-operational-value {
  font-size: 11px;
}

.cf-fullscreen-active .cf-executive-operational-copy {
  font-size: 9px;
  line-height: 1.18;
  -webkit-line-clamp: 1;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  min-height: calc(100dvh - 84px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-shell {
  min-height: 100%;
  align-content: start;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  gap: 8px;
  padding: 10px 12px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main h3 {
  font-size: clamp(17px, 1.35vw, 20px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-context-copy {
  max-width: 54ch;
  font-size: 10px;
  line-height: 1.32;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats div {
  padding: 8px 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats dd {
  font-size: 15px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  min-height: calc(100dvh - 232px);
  grid-template-columns: minmax(0, 1.72fr) 232px;
  gap: 10px;
  align-items: stretch;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  height: 100%;
  gap: 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group {
  height: 100%;
  gap: 8px;
  padding: 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop {
  display: grid;
  min-height: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  align-content: stretch;
  grid-auto-rows: minmax(0, 1fr);
  gap: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  align-content: start;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th:first-child,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:first-child {
  width: 34%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(2) {
  width: 13%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(3) {
  width: 29%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(4) {
  width: 14%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(5) {
  width: 10%;
}

@media (max-width: 860px) {
  body:not(.cf-fullscreen-active) .cf-stage {
    padding: 0;
  }

  body:not(.cf-fullscreen-active) .cf-app-shell {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 2px 4px 3px;
  }

  .cf-fullscreen-active .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
    align-items: start;
  }

  .cf-fullscreen-active .cf-commandbar-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
    align-items: stretch;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-appbar .cf-toolbar-btn,
  .cf-fullscreen-active .cf-appbar .cf-report-scope-select {
    min-height: 24px;
    font-size: 8.5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 7px;
  }

  .cf-fullscreen-active .cf-commandbar-selector {
    min-width: 0;
  }

  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select {
    min-width: 0;
    padding-right: 22px;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle {
    width: auto;
    min-width: 72px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    min-height: calc(100dvh - 92px);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-context-strip {
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-context-chip:nth-child(n + 4) {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-context-chip {
    padding: 6px 7px;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail {
    padding: 7px;
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-brief-strip {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-brief-strip-item:nth-child(n + 3) {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-status-grid {
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-status-card {
    padding: 7px;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-operational-row {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    gap: 7px;
    padding: 7px;
  }

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

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 7px 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcard {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #10161c;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcopy {
    margin: 0;
    color: #96a5b3;
    font-size: 9px;
    line-height: 1.24;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickactions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickactions .cf-inline-link {
    min-height: 24px;
    font-size: 8.5px;
  }
}

/* Validation follow-up: fill fullscreen boards and stop resource rail clipping. */
.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100dvh - 76px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  min-height: calc(100dvh - 96px);
  grid-template-rows: auto minmax(168px, 0.7fr) minmax(220px, 1fr);
}

.cf-fullscreen-active .cf-executive-operational-row {
  min-height: 168px;
}

.cf-fullscreen-active .cf-executive-workbench {
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-brief,
.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  height: 100%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1.6fr) 286px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  overflow: auto;
  padding-right: 2px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail .cf-browser-ops-value {
  overflow-wrap: anywhere;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail .cf-browser-ops-value.cf-mono {
  font-size: 10.5px;
  line-height: 1.28;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail .cf-browser-ops-copy {
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:nth-child(even) {
  background: rgba(214, 223, 232, 0.02);
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 70px);
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    min-height: calc(100dvh - 88px);
    grid-template-rows: auto minmax(0, 1fr);
  }

  .cf-fullscreen-active .cf-executive-workbench {
    min-height: calc(100dvh - 320px);
    align-content: stretch;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail {
    height: 100%;
  }

  .cf-fullscreen-active .cf-executive-brief-copy {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-executive-brief-title {
    font-size: 14px;
  }

  .cf-fullscreen-active .cf-executive-status-title,
  .cf-fullscreen-active .cf-executive-status-meta,
  .cf-fullscreen-active .cf-executive-status-copy {
    overflow-wrap: anywhere;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link {
    min-height: 24px;
    padding: 0 10px;
    font-size: 8.5px;
    border-radius: 999px;
    box-shadow: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-preview,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcard .cf-browser-ops-value {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickgrid {
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcard {
    gap: 4px;
    padding: 7px;
    border-radius: 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcopy {
    -webkit-line-clamp: 1;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickactions .cf-inline-link {
    min-height: 22px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 8px;
  }
}

/* Structural rewrite: flatten fullscreen panel chrome, collapse report package on mobile, and move resource details into a drawer. */
.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active::before {
  display: none;
}

.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-head {
  display: none;
}

.cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-body {
  padding: 0;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100dvh - 56px);
}

.cf-fullscreen-active .cf-overview-stack--executive {
  min-height: calc(100dvh - 64px);
  grid-template-rows: auto auto;
  gap: 9px;
}

.cf-fullscreen-active .cf-executive-context-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.cf-fullscreen-active .cf-executive-context-chip {
  padding: 8px 10px;
}

.cf-fullscreen-active .cf-executive-workbench {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.94fr) minmax(220px, 0.7fr);
  gap: 8px;
  align-items: start;
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-brief,
.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  height: auto;
  min-height: 0;
  padding: 9px 10px;
  gap: 8px;
}

.cf-executive-brief-disclosure {
  display: grid;
  gap: 8px;
}

.cf-executive-brief-disclosure > summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  cursor: pointer;
}

.cf-executive-brief-disclosure > summary::-webkit-details-marker {
  display: none;
}

.cf-executive-brief-summary-copy,
.cf-executive-brief-detail,
.cf-executive-brief-summary-meta {
  display: grid;
}

.cf-executive-brief-summary-copy {
  gap: 3px;
  min-width: 0;
}

.cf-executive-brief-summary-meta {
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.cf-executive-brief-summary-scope {
  color: #94a4b3;
  font-size: 10px;
  line-height: 1.2;
}

.cf-executive-brief-detail {
  gap: 8px;
}

.cf-executive-brief-disclosure:not([open]) .cf-executive-brief-detail {
  display: none;
}

.cf-fullscreen-active .cf-executive-brief-title {
  font-size: clamp(16px, 1.15vw, 19px);
}

.cf-fullscreen-active .cf-executive-brief-copy {
  font-size: 10.25px;
  line-height: 1.34;
  -webkit-line-clamp: 2;
}

.cf-fullscreen-active .cf-executive-brief-actions .cf-inline-link {
  min-height: 28px;
  font-size: 9.75px;
}

.cf-fullscreen-active .cf-executive-brief-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid {
  gap: 6px;
  grid-auto-rows: auto;
}

.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card {
  min-height: 0;
  padding: 8px 9px;
}

.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  -webkit-line-clamp: 2;
}

.cf-fullscreen-active .cf-executive-operational-row {
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
}

.cf-fullscreen-active .cf-executive-operational-grid {
  gap: 7px;
  grid-auto-rows: auto;
}

.cf-fullscreen-active .cf-executive-operational-card {
  min-height: 0;
  padding: 8px 9px;
}

.cf-fullscreen-active .cf-executive-operational-copy {
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
  min-height: calc(100dvh - 62px);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100dvh - 168px);
  gap: 8px;
  align-items: start;
}

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

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

.cf-browser-preview-drawer {
  display: grid;
  gap: 0;
  min-height: 0;
  align-self: start;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-browser-preview-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  list-style: none;
  cursor: pointer;
}

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

.cf-browser-preview-toggle-meta {
  color: #94a4b3;
  font-size: 10px;
  line-height: 1.2;
}

.cf-browser-preview-drawer:not([open]) .cf-browser-preview-rail {
  display: none;
}

.cf-browser-preview-drawer:not([open]) {
  padding-bottom: 0;
}

.cf-browser-preview-drawer[open] .cf-browser-preview-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 0 10px 10px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  overflow: visible;
  align-content: start;
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th:first-child,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:first-child {
  width: 36%;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table {
  table-layout: auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(3) {
  width: 31%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td:nth-child(4) {
  width: 16%;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr {
  height: auto;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 64px);
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    min-height: calc(100dvh - 72px);
    grid-template-rows: auto auto;
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-context-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-context-chip:nth-child(n + 4) {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brief"
      "status"
      "ops";
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-signal-rail {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-brief,
  .cf-fullscreen-active .cf-executive-status-rail {
    padding: 8px;
    gap: 6px;
  }

  .cf-executive-brief-disclosure > summary {
    gap: 8px;
  }

  .cf-executive-brief-summary-meta {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-brief-title {
    font-size: 14px;
  }

  .cf-fullscreen-active .cf-executive-brief-copy {
    font-size: 9.25px;
  }

  .cf-fullscreen-active .cf-executive-brief-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .cf-fullscreen-active .cf-executive-brief-actions .cf-inline-link:last-child {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-brief-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-brief-strip-item {
    padding: 6px 7px;
  }

  .cf-fullscreen-active .cf-executive-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-status-card {
    padding: 7px;
  }

  .cf-fullscreen-active .cf-executive-operational-row {
    display: grid;
    padding: 0;
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-operational-row .cf-executive-section-head {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-operational-grid article:nth-child(n + 5) {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-operational-card {
    min-height: 78px;
    padding: 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions .cf-inline-link {
    min-height: 22px;
    padding: 0 9px;
    font-size: 8.25px;
  }

  .cf-browser-preview-drawer {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcard .cf-browser-ops-value {
    white-space: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickcopy {
    -webkit-line-clamp: 2;
  }
}

/* Board layout rewrite: fill the lower executive region with real runtime signal. */
.cf-fullscreen-active .cf-executive-operational-row {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.88fr) minmax(260px, 0.88fr);
  gap: 8px;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
}

.cf-executive-board-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
  min-height: 0;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.cf-executive-board-panel .cf-executive-section-head {
  align-items: end;
}

.cf-executive-board-panel .cf-executive-section-head h3 {
  font-size: 12px;
  line-height: 1.1;
}

.cf-executive-board-panel--coverage .cf-executive-operational-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(88px, 1fr);
  gap: 7px;
}

.cf-executive-board-list {
  display: grid;
  gap: 7px;
  align-content: start;
}

.cf-executive-board-item {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 8px 9px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.07);
  background: #11171d;
}

.cf-executive-board-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cf-executive-board-item-value {
  color: #eef3f7;
  font-size: 11px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cf-executive-board-item-copy {
  margin: 0;
  color: #95a3b1;
  font-size: 9px;
  line-height: 1.22;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  min-width: 0;
  padding: 8px 9px;
  border-radius: 12px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161c;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow .cf-browser-ops-value {
  display: -webkit-box;
  margin: 0;
  color: #eef3f7;
  font-size: 11px;
  line-height: 1.18;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow .cf-browser-mobile-quickcopy {
  margin: 0;
  color: #92a1af;
  font-size: 8.75px;
  line-height: 1.18;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow .cf-browser-mobile-quickactions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow .cf-inline-link {
  min-height: 22px;
  padding: 0 8px;
  font-size: 8px;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-executive-operational-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .cf-executive-board-panel {
    padding: 8px;
    gap: 6px;
  }

  .cf-executive-board-panel--resources {
    display: none;
  }

  .cf-executive-board-panel--coverage .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(74px, auto);
    gap: 5px;
  }

  .cf-executive-board-panel--coverage .cf-executive-operational-grid article:nth-child(n + 5) {
    display: none;
  }

  .cf-executive-board-panel--recent .cf-executive-board-item:nth-child(n + 3) {
    display: none;
  }

  .cf-executive-board-item {
    padding: 7px;
    gap: 4px;
  }

  .cf-executive-board-item-value {
    font-size: 10px;
  }

  .cf-executive-board-item-copy {
    font-size: 8.5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickrow {
    padding: 7px 8px;
    border-radius: 10px;
  }
}

/* Final viewport-fit pass: prioritize the command surface and tighten mobile/fullscreen density. */
.cf-executive-mobile-board {
  display: none;
}

#cf-fullscreen-toggle[data-fullscreen-state="windowed"] {
  border-color: rgba(214, 223, 232, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: #c7d2dc;
}

#cf-fullscreen-toggle[data-fullscreen-state="windowed"]:focus-visible {
  outline: 1px solid rgba(214, 223, 232, 0.3);
  outline-offset: 2px;
  box-shadow: none;
}

.cf-fullscreen-active .cf-executive-context-strip {
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 0.8fr));
  gap: 8px;
}

.cf-fullscreen-active .cf-executive-context-chip:nth-child(n + 4) {
  display: none;
}

.cf-fullscreen-active .cf-executive-context-chip:first-child {
  border-color: rgba(214, 223, 232, 0.14);
  background: linear-gradient(180deg, rgba(18, 25, 34, 0.98), rgba(14, 19, 27, 0.98));
}

.cf-fullscreen-active .cf-executive-context-chip:first-child .cf-executive-context-value {
  font-size: clamp(18px, 1.3vw, 24px);
}

.cf-fullscreen-active .cf-executive-context-chip:not(:first-child) {
  background: #10161c;
}

.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  border-color: rgba(214, 223, 232, 0.07);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar {
  gap: 8px;
  padding: 6px 8px;
  border-radius: 12px;
  background: #0f151b;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-results {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main .cf-browser-context-copy {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-context-path {
  margin: 0;
  color: #8e9cab;
  font-size: 10px;
  line-height: 1.2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats div {
  padding: 8px 10px;
  border-radius: 12px;
  background: #141b23;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-head {
  margin-bottom: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-head h3 {
  font-size: 15px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom-color: rgba(214, 223, 232, 0.08);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:nth-child(even) {
  background: rgba(214, 223, 232, 0.025);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-row-action {
  border-color: rgba(126, 206, 161, 0.26);
  background: rgba(51, 122, 86, 0.14);
  color: #dff5e6;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-row-action:hover,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-row-action:focus-visible {
  border-color: rgba(126, 206, 161, 0.4);
  background: rgba(51, 122, 86, 0.2);
}

@media (max-width: 860px) {
  .cf-appbar-brand {
    display: none;
  }

  .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-commandbar-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 4px;
    align-items: stretch;
  }

  .cf-appbar-nav .cf-nav-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
  }

  .cf-appbar .cf-nav-list a,
  .cf-commandbar-selector .cf-report-scope-select,
  #cf-fullscreen-toggle {
    min-height: 32px;
    border-radius: 12px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 2px 4px 4px;
  }

  .cf-fullscreen-active .cf-appbar-brand {
    display: none;
  }

  .cf-fullscreen-active .cf-appbar-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-commandbar-main,
  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list li {
    min-width: 0;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    padding: 0 4px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: stretch;
  }

  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 32px;
    border-radius: 12px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .cf-fullscreen-active .cf-main > .cf-panel.is-panel-active > .cf-panel-head {
    display: none;
  }

  .cf-fullscreen-active .cf-panel-body--overview,
  .cf-fullscreen-active .cf-overview-stack--executive {
    min-height: auto;
  }

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

  .cf-fullscreen-active .cf-executive-context-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-context-chip {
    padding: 6px 7px;
    gap: 2px;
  }

  .cf-fullscreen-active .cf-executive-context-value {
    font-size: 11px;
    line-height: 1.12;
  }

  .cf-fullscreen-active .cf-executive-context-note {
    font-size: 8px;
    line-height: 1.18;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brief"
      "mobileboard";
    gap: 5px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-executive-brief {
    padding: 7px;
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-brief-disclosure > summary {
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-brief-title {
    font-size: 13px;
    line-height: 1.02;
  }

  .cf-fullscreen-active .cf-executive-brief-summary-scope,
  .cf-fullscreen-active .cf-executive-brief-meta {
    font-size: 8.5px;
  }

  .cf-fullscreen-active .cf-executive-brief-detail,
  .cf-fullscreen-active details[data-mobile-collapsible] .cf-executive-brief-detail,
  .cf-fullscreen-active details[data-mobile-collapsible][open] .cf-executive-brief-detail {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail,
  .cf-fullscreen-active .cf-executive-operational-row {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-mobile-board {
    display: grid;
    min-height: 0;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #10161c;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(84px, auto);
    gap: 6px;
    height: auto;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 0;
    padding: 7px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-value {
    font-size: 11px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-copy {
    font-size: 8.25px;
    line-height: 1.16;
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-toolbar-actions,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-results,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary-meta,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickgrid {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll {
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    padding: 7px 8px;
    gap: 6px;
    border-radius: 12px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main h3,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary-head h3 {
    font-size: 13px;
    line-height: 1.08;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats div,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats span {
    padding: 6px 7px;
    border-radius: 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 7px 8px;
    gap: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-preview {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 24ch;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-title {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-count,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-meta .cf-ready-pill {
    font-size: 8px;
  }
}

/* Next pass: dedicated mobile executive IA + height-filling desktop board + quieter mode control. */
.cf-executive-mobile-summary {
  display: none;
}

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

#cf-fullscreen-toggle {
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 650;
}

#cf-fullscreen-toggle::after {
  content: attr(data-mode-label);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 18px;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  border: 1px solid rgba(214, 223, 232, 0.12);
  background: rgba(214, 223, 232, 0.04);
  color: #9eb0c1;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#cf-fullscreen-toggle[aria-pressed="true"]::after {
  border-color: rgba(126, 206, 161, 0.28);
  background: rgba(51, 122, 86, 0.14);
  color: #d8f3e1;
}

.cf-fullscreen-active .cf-overview-stack--executive {
  grid-template-rows: auto minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.cf-fullscreen-active .cf-executive-context-strip {
  grid-template-columns: minmax(0, 1.42fr) repeat(3, minmax(0, 0.86fr));
}

.cf-fullscreen-active .cf-executive-context-chip:nth-child(4) {
  display: grid;
}

.cf-fullscreen-active .cf-executive-context-chip:first-child .cf-executive-context-value {
  font-size: clamp(22px, 1.42vw, 28px);
}

.cf-fullscreen-active .cf-executive-operational-row {
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-board-panel {
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-board-panel--coverage .cf-executive-operational-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-list,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-list {
  grid-template-rows: repeat(4, minmax(0, 1fr));
  height: 100%;
  align-content: stretch;
}

.cf-fullscreen-active .cf-executive-board-item,
.cf-fullscreen-active .cf-executive-operational-card {
  height: 100%;
  align-content: start;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr {
  transition: background 160ms ease, box-shadow 160ms ease;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:hover {
  background: rgba(214, 223, 232, 0.05);
  box-shadow: inset 0 1px 0 rgba(214, 223, 232, 0.04);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th {
  color: #d7e0e8;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:nth-child(3) {
  color: #b7c4d0;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-row-action {
  min-width: 54px;
  min-height: 24px;
  border-radius: 999px;
}

@media (max-width: 860px) {
  .cf-fullscreen-active #overview > .cf-panel-head,
  .cf-fullscreen-active .conceptflow-resources-view #overview > .cf-panel-head,
  .conceptflow-resources-view.cf-fullscreen-active #overview > .cf-panel-head {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-context-strip,
  .cf-fullscreen-active .cf-executive-brief {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "mobile-summary"
      "mobileboard"
      "mobileactivity";
    min-height: calc(100dvh - 112px);
    gap: 5px;
    align-content: stretch;
  }

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

  .cf-fullscreen-active .cf-executive-mobile-summary {
    display: grid;
    gap: 6px;
    padding: 7px;
    border-radius: 12px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #10161c;
  }

  .cf-executive-mobile-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }

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

  .cf-executive-mobile-summary-title {
    margin: 0;
    color: #eef3f7;
    font-size: 14px;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .cf-executive-mobile-summary-meta {
    margin: 0;
    color: #97a7b6;
    font-size: 8.75px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .cf-executive-mobile-summary-strip div {
    display: grid;
    gap: 3px;
    padding: 6px 7px;
    border-radius: 10px;
    background: #141b23;
  }

  .cf-executive-mobile-summary-strip dt {
    margin: 0;
    color: #93a3b1;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .cf-executive-mobile-summary-strip dd {
    margin: 0;
    color: #eef3f7;
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-executive-mobile-summary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .cf-executive-mobile-summary-actions .cf-inline-link {
    min-height: 26px;
    padding: 0 8px;
    font-size: 8px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board {
    display: grid;
    align-self: stretch;
    padding: 5px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 5px;
    align-content: stretch;
    height: 100%;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid article:nth-child(n + 3) {
    display: grid;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 84px;
    grid-template-rows: auto auto auto;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-head {
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-card-kicker {
    margin-bottom: 0;
    font-size: 7.75px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-ready-pill {
    min-height: 20px;
    padding: 0 7px;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-value {
    font-size: 10px;
    line-height: 1.14;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-copy {
    font-size: 7.75px;
    line-height: 1.12;
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity {
    display: grid;
    align-self: stretch;
    gap: 5px;
    padding: 5px;
    border-radius: 12px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: #10161c;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    height: 100%;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item {
    padding: 7px;
    min-height: 72px;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-value {
    font-size: 9px;
    line-height: 1.16;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-copy {
    font-size: 7.75px;
    line-height: 1.12;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 120px;
  }

  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 30px;
    font-size: 7.75px;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle::after {
    min-width: 22px;
    min-height: 16px;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups .cf-browser-mobile-disclosure:first-child {
    border-color: rgba(214, 223, 232, 0.09);
    background: #10161c;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure[open] .cf-browser-mobile-list {
    padding: 0 8px 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "head action"
      "meta action";
    gap: 3px 8px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(214, 223, 232, 0.08);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row:last-child {
    border-bottom: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head {
    grid-area: head;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    align-items: start;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-copy {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-meta {
    grid-area: meta;
    margin: 0;
    color: #9bb0bf;
    font-size: 8px;
    line-height: 1.18;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-type {
    align-self: start;
    padding-top: 1px;
    color: #97a8b8;
    font-size: 7.5px;
    letter-spacing: 0.12em;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-actions {
    grid-area: action;
    align-self: center;
    justify-self: end;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-actions .cf-browser-row-action {
    min-width: 52px;
    min-height: 22px;
    font-size: 7.75px;
  }
}

/* Final closure pass: remove forced dead zones and compress the mounted-resource shell. */
.cf-executive-mobile-secondary {
  display: none;
}

.cf-browser-summary-band-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.cf-browser-summary-band-actions .cf-inline-link {
  min-height: 28px;
  padding: 0 10px;
  font-size: 9px;
}

.cf-browser-summary-band-actions .cf-browser-context-path {
  margin: 0;
  min-width: 0;
  color: #8f9eac;
  font-size: 9.5px;
  line-height: 1.2;
}

.cf-fullscreen-active .cf-panel-body--overview,
.cf-fullscreen-active .cf-overview-stack--executive,
.cf-fullscreen-active .cf-executive-workbench {
  min-height: 0 !important;
  height: auto !important;
}

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

.cf-fullscreen-active .cf-executive-workbench {
  gap: 6px;
  align-items: stretch;
}

.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 {
  padding: 7px 8px;
  gap: 6px;
}

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

.cf-fullscreen-active .cf-executive-brief-actions .cf-inline-link {
  min-height: 26px;
  padding: 0 9px;
  font-size: 9px;
}

.cf-fullscreen-active .cf-executive-brief-strip {
  gap: 5px;
}

.cf-fullscreen-active .cf-executive-brief-strip-item,
.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card,
.cf-fullscreen-active .cf-executive-operational-card,
.cf-fullscreen-active .cf-executive-board-item {
  min-height: 72px;
  padding: 7px 8px;
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid,
.cf-fullscreen-active .cf-executive-operational-grid {
  gap: 5px;
  grid-auto-rows: minmax(72px, auto);
}

.cf-fullscreen-active .cf-executive-operational-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.cf-fullscreen-active .cf-executive-board-panel {
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-list,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-list {
  grid-template-rows: repeat(3, minmax(72px, auto));
  gap: 5px;
  height: auto;
}

.cf-fullscreen-active .cf-executive-board-item-value,
.cf-fullscreen-active .cf-executive-operational-value {
  font-size: 11px;
  line-height: 1.18;
}

.cf-fullscreen-active .cf-executive-board-item-copy,
.cf-fullscreen-active .cf-executive-operational-copy,
.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  font-size: 9px;
  line-height: 1.18;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  padding: 7px 9px;
  gap: 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main {
  gap: 3px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-main h3 {
  font-size: 16px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats {
  grid-template-columns: repeat(4, minmax(72px, 1fr));
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats div {
  padding: 6px 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-toggle {
  padding: 6px 8px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
  padding: 7px;
  gap: 5px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card:nth-child(n + 5) {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  padding: 6px 8px;
  font-size: 10.5px;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-overview-stack--executive {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "mobile-summary"
      "mobileboard"
      "mobileactivity";
    gap: 4px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary {
    display: grid;
    padding: 6px 7px;
    gap: 5px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-actions {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-strip {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-strip div {
    padding: 5px 6px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board {
    padding: 4px;
  }

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

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card {
    min-height: 72px;
    padding: 6px;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity {
    display: grid;
    grid-area: mobileactivity;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    border-radius: 12px;
    background: #10161c;
  }

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

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item {
    min-height: 64px;
    padding: 6px;
  }

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

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    padding: 6px 7px;
    gap: 5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats span {
    padding: 5px 6px;
    font-size: 8.75px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 6px 7px;
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "head type action"
      "meta meta action";
    gap: 2px 6px;
    padding: 6px 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head {
    display: block;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-type {
    grid-area: type;
    align-self: center;
    white-space: nowrap;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-meta {
    font-size: 7.5px;
    line-height: 1.15;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-actions .cf-browser-row-action {
    min-width: 46px;
    min-height: 20px;
    font-size: 7px;
  }
}

/* Architectural rewrite: viewport-filling executive board and denser resource index surfaces. */
#cf-fullscreen-toggle[data-fullscreen-state="windowed"] {
  border-color: rgba(214, 223, 232, 0.1);
  background: rgba(255, 255, 255, 0.018);
  color: #aab8c5;
}

#cf-fullscreen-toggle[data-fullscreen-state="windowed"]::after {
  opacity: 0.72;
  border-color: rgba(214, 223, 232, 0.08);
  background: rgba(214, 223, 232, 0.025);
  color: #90a0af;
}

.cf-fullscreen-active .cf-panel-body--overview {
  min-height: calc(100dvh - 64px) !important;
  height: calc(100dvh - 64px);
  overflow: hidden;
}

.cf-fullscreen-active .cf-overview-stack--executive {
  height: 100%;
  min-height: 0 !important;
  grid-template-rows: auto minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: 6px;
  align-content: stretch;
}

.cf-fullscreen-active .cf-executive-workbench,
.cf-fullscreen-active .cf-executive-operational-row {
  min-height: 0;
  height: 100%;
}

.cf-fullscreen-active .cf-executive-workbench {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) minmax(0, 0.86fr);
  grid-template-areas: "brief status signals";
  gap: 6px;
  align-items: stretch;
}

.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-board-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  align-content: stretch;
}

.cf-fullscreen-active .cf-executive-brief-disclosure {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-brief-detail {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 6px;
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-brief-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.cf-fullscreen-active .cf-executive-brief-strip {
  align-content: stretch;
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid,
.cf-fullscreen-active .cf-executive-operational-grid,
.cf-fullscreen-active .cf-executive-board-list {
  height: 100%;
  min-height: 0;
}

.cf-fullscreen-active .cf-executive-status-grid,
.cf-fullscreen-active .cf-executive-signal-grid {
  grid-auto-rows: minmax(0, 1fr);
}

.cf-fullscreen-active .cf-executive-operational-row {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
  gap: 6px;
  align-items: stretch;
}

.cf-fullscreen-active .cf-executive-board-panel--coverage .cf-executive-operational-grid {
  grid-auto-rows: minmax(0, 1fr);
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-list,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-list {
  grid-auto-rows: minmax(0, 1fr);
}

.cf-fullscreen-active .cf-executive-board-item,
.cf-fullscreen-active .cf-executive-operational-card,
.cf-fullscreen-active .cf-executive-status-card,
.cf-fullscreen-active .cf-executive-signal-card {
  height: 100%;
  min-height: 0;
  align-content: start;
}

.cf-fullscreen-active .cf-executive-board-item-copy,
.cf-fullscreen-active .cf-executive-operational-copy,
.cf-fullscreen-active .cf-executive-status-copy,
.cf-fullscreen-active .cf-executive-signal-copy {
  -webkit-line-clamp: 3;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-actions {
  gap: 6px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-actions .cf-inline-link {
  min-height: 24px;
  padding: 0 8px;
  font-size: 8.5px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats dt,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-head h3,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-toggle .cf-card-kicker {
  color: #c7d5e2;
  font-weight: 700;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table thead th {
  border-bottom: 1px solid rgba(214, 223, 232, 0.1);
  background: #131a22;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody tr:nth-child(even) {
  background: rgba(214, 223, 232, 0.03);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:first-child .cf-browser-link,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody th .cf-browser-link {
  font-weight: 650;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label="Description"] {
  color: #dbe5ec;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label="Timestamp"] {
  color: #b6c4cf;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 1px 4px 3px;
  }

  .cf-fullscreen-active .cf-appbar-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    grid-template-areas:
      "nav toggle"
      "select select";
    gap: 3px;
    align-items: center;
  }

  .cf-fullscreen-active .cf-commandbar-main,
  .cf-fullscreen-active .cf-commandbar-utility {
    display: contents;
  }

  .cf-fullscreen-active .cf-appbar-nav {
    grid-area: nav;
    min-width: 0;
  }

  .cf-fullscreen-active .cf-commandbar-selector {
    grid-area: select;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle {
    grid-area: toggle;
    width: 100%;
    min-width: 0;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    overflow: visible;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list li {
    min-width: 0;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 26px;
    padding: 0 6px;
    border-radius: 10px;
    font-size: 7.25px;
    letter-spacing: 0.03em;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle::after {
    min-width: 20px;
    min-height: 14px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 6.5px;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 76px) !important;
    height: calc(100dvh - 76px);
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    grid-template-rows: minmax(0, 1fr);
    height: 100%;
    gap: 4px;
  }

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

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "mobile-summary"
      "mobileboard"
      "mobileactivity";
    grid-template-rows: auto minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px;
    align-content: stretch;
    height: 100%;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary {
    display: grid;
    padding: 5px 6px;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-title {
    font-size: 12px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-meta,
  .cf-fullscreen-active .cf-executive-mobile-summary-strip dd {
    font-size: 8px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-actions,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail,
  .cf-fullscreen-active .cf-executive-operational-row {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-mobile-board,
  .cf-fullscreen-active .cf-executive-mobile-activity {
    display: grid;
    height: 100%;
    min-height: 0;
    padding: 4px;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-list {
    height: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item {
    min-height: 0;
    height: 100%;
    padding: 6px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-value,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-value {
    font-size: 10px;
    line-height: 1.14;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-copy,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-copy {
    font-size: 7.5px;
    line-height: 1.14;
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    padding: 5px 6px;
    gap: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary-head h3 {
    font-size: 12px;
    line-height: 1.06;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats {
    gap: 4px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-stats span {
    padding: 4px 5px;
    font-size: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 3px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure {
    border-radius: 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 5px 6px;
    gap: 5px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-title {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-list {
    display: grid;
    gap: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "head action"
      "type meta";
    gap: 2px 6px;
    padding: 5px 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head {
    grid-area: head;
    display: block;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-type {
    grid-area: type;
    align-self: end;
    font-size: 7px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-meta {
    grid-area: meta;
    justify-self: start;
    font-size: 7px;
    line-height: 1.1;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-actions {
    grid-area: action;
  }
}

/* Mobile corrective pass: preserve compact shell without flattening the layout tree. */
@media (max-width: 860px) {
  .cf-fullscreen-active .cf-appbar-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    align-items: stretch;
    grid-template-areas: none;
  }

  .cf-fullscreen-active .cf-commandbar-main,
  .cf-fullscreen-active .cf-commandbar-utility {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .cf-fullscreen-active .cf-appbar-nav,
  .cf-fullscreen-active .cf-commandbar-selector,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    grid-area: auto;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 108px;
    align-items: stretch;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 28px;
    padding: 0 6px;
    border-radius: 10px;
    font-size: 8px;
    letter-spacing: 0.03em;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle::after {
    min-width: 20px;
    min-height: 14px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 6.5px;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 88px) !important;
    height: auto;
    overflow: hidden;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    height: auto;
    min-height: 100%;
    grid-template-rows: auto auto !important;
    gap: 4px;
    align-content: start;
  }

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

  .cf-fullscreen-active .cf-executive-workbench {
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "mobile-summary"
      "mobileboard"
      "mobileactivity";
    grid-template-rows: auto auto auto;
    gap: 4px;
    align-content: start;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary {
    display: grid;
  }

  .cf-fullscreen-active .cf-executive-mobile-board,
  .cf-fullscreen-active .cf-executive-mobile-activity {
    height: auto;
    min-height: 0;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-list {
    height: auto;
    grid-auto-rows: minmax(78px, auto);
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item {
    height: auto;
    min-height: 78px;
  }
}

/* Design requirement pass: stronger hierarchy, denser resources, cleaner mobile fullscreen shell. */
.cf-fullscreen-active .cf-executive-operational-row {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1.12fr) minmax(0, 0.84fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

.cf-fullscreen-active .cf-executive-board-panel--coverage {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  background: #10171f;
  border-color: rgba(214, 223, 232, 0.1);
}

.cf-fullscreen-active .cf-executive-board-panel--recent {
  grid-column: 3;
  grid-row: 1;
  background: #0f151c;
  border-color: rgba(214, 223, 232, 0.06);
}

.cf-fullscreen-active .cf-executive-board-panel--resources {
  grid-column: 3;
  grid-row: 2;
  background: #0f151c;
  border-color: rgba(214, 223, 232, 0.06);
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-list,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-list {
  grid-auto-rows: minmax(0, 1fr);
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-item,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-item {
  background: #111820;
  border-color: rgba(214, 223, 232, 0.05);
}

.cf-fullscreen-active .cf-executive-brief {
  background: #10171f;
  border-color: rgba(214, 223, 232, 0.1);
}

.cf-fullscreen-active .cf-executive-status-rail,
.cf-fullscreen-active .cf-executive-signal-rail {
  background: #0f151c;
}

.cf-fullscreen-active .cf-executive-brief-summary-copy .cf-card-kicker,
.cf-fullscreen-active .cf-executive-section-head .cf-card-kicker {
  color: #d0dde8;
}

.cf-fullscreen-active .cf-executive-brief-title,
.cf-fullscreen-active .cf-executive-section-head h3 {
  color: #f4f8fb;
}

.cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-section-head h3,
.cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-section-head h3 {
  font-size: 11px;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
  grid-template-rows: minmax(0, 1fr) auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 0;
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop .cf-browser-table-wrap {
  height: 100%;
  max-height: calc(100dvh - 300px);
  overflow: auto;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-drawer:not([open]) .cf-browser-preview-rail {
  display: none;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-toggle {
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(214, 223, 232, 0.08);
  background: #10161d;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table th,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.16;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:nth-child(4),
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table tbody td:nth-child(5) {
  font-family: var(--cf-font-mono);
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-table td[data-label="Description"] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-row-action {
  min-width: 42px;
  min-height: 22px;
  padding: 0 7px;
  font-size: 8px;
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-panel,
  .conceptflow-resources-view.cf-fullscreen-active .cf-panel {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 84px) !important;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    gap: 3px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary,
  .cf-fullscreen-active .cf-executive-mobile-board,
  .cf-fullscreen-active .cf-executive-mobile-activity {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: #0d1319;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary {
    padding: 4px 6px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-list {
    grid-auto-rows: minmax(74px, auto);
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 3px;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 26px;
    font-size: 7.5px;
    border-radius: 9px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: #0d1319;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: #0d1319;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 5px 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-preview,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head .cf-browser-link,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Final executive hierarchy pass: promote one desktop summary band, fill fullscreen mobile, and reclaim resource height. */
.cf-executive-desktop-summary {
  display: none;
}

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

.conceptflow-resources-view.cf-fullscreen-active .cf-panel-body--active {
  min-height: calc(100dvh - 64px);
  height: calc(100dvh - 64px);
  overflow: hidden;
}

.conceptflow-resources-view.cf-fullscreen-active .cf-browser-scroll,
.conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-shell {
  height: 100%;
  min-height: 0;
}

@media (min-width: 861px) {
  .cf-fullscreen-active .cf-executive-context-strip {
    display: none;
  }

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

  .cf-fullscreen-active .cf-executive-desktop-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "copy status actions"
      "strip strip strip";
    gap: 10px 14px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(214, 223, 232, 0.1);
    background: linear-gradient(180deg, #121922 0%, #0f151d 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-copy {
    grid-area: copy;
    min-width: 0;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-copy .cf-card-kicker {
    margin: 0 0 6px;
    color: #c6d3de;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-title {
    margin: 0;
    color: #f4f8fb;
    font-size: 24px;
    line-height: 1.06;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-meta {
    margin: 4px 0 0;
    color: #9eb0c0;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-status {
    grid-area: status;
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 6px;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-scope {
    color: #9fb0bf;
    font-size: 11px;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-actions {
    grid-area: actions;
    display: flex;
    align-items: start;
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-actions .cf-inline-link {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 9px;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-strip {
    grid-area: strip;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-item {
    min-width: 0;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(214, 223, 232, 0.08);
    background: rgba(8, 12, 17, 0.5);
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-item dt {
    margin: 0 0 4px;
    color: #91a2b1;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary-item dd {
    margin: 0;
    color: #e7eef4;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    grid-template-areas: "status signals";
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    padding: 12px;
    border-color: rgba(214, 223, 232, 0.09);
    background: #0f151c;
  }

  .cf-fullscreen-active .cf-executive-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-signal-grid {
    grid-auto-rows: minmax(0, 1fr);
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-status-card,
  .cf-fullscreen-active .cf-executive-signal-card,
  .cf-fullscreen-active .cf-executive-board-panel {
    padding: 10px 12px;
  }

  .cf-fullscreen-active .cf-executive-status-card,
  .cf-fullscreen-active .cf-executive-signal-card {
    background: #111820;
  }

  .cf-fullscreen-active .cf-executive-operational-row {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-board-panel--coverage {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .cf-fullscreen-active .cf-executive-board-panel--recent {
    grid-column: 2;
    grid-row: 1;
  }

  .cf-fullscreen-active .cf-executive-board-panel--resources {
    grid-column: 2;
    grid-row: 2;
  }

  .cf-fullscreen-active .cf-executive-board-panel--coverage .cf-executive-operational-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-board-panel--recent .cf-executive-board-list,
  .cf-fullscreen-active .cf-executive-board-panel--resources .cf-executive-board-list {
    gap: 8px;
  }

  .cf-fullscreen-active .cf-executive-board-item,
  .cf-fullscreen-active .cf-executive-operational-card {
    padding: 10px 12px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band {
    padding: 10px 12px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats {
    gap: 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-summary-band-stats > div {
    padding: 8px 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-desktop-surface {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-index-stack {
    gap: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-resource-group {
    padding: 10px 12px;
    gap: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-group-desktop .cf-browser-table-wrap {
    max-height: calc(100dvh - 420px);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-drawer {
    display: grid;
    min-height: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-toggle {
    min-height: 30px;
    padding: 6px 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-preview-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card {
    padding: 10px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-detail-card .cf-browser-ops-value {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-hero.cf-appbar {
    padding: 0 2px 2px;
  }

  .cf-fullscreen-active .cf-appbar-row {
    gap: 3px;
  }

  .cf-fullscreen-active .cf-commandbar-main,
  .cf-fullscreen-active .cf-commandbar-utility {
    gap: 3px;
  }

  .cf-fullscreen-active .cf-commandbar-utility {
    grid-template-columns: minmax(0, 1fr) 94px;
  }

  .cf-fullscreen-active .cf-appbar-nav .cf-nav-list {
    gap: 3px;
  }

  .cf-fullscreen-active .cf-appbar .cf-nav-list a,
  .cf-fullscreen-active .cf-commandbar-selector .cf-report-scope-select,
  .cf-fullscreen-active #cf-fullscreen-toggle {
    min-height: 24px;
    padding: 0 6px;
    font-size: 7px;
    border-radius: 9px;
  }

  .cf-fullscreen-active #cf-fullscreen-toggle::after {
    min-width: 18px;
    min-height: 12px;
    font-size: 6px;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 72px) !important;
    height: calc(100dvh - 72px);
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-panel-body--active {
    min-height: calc(100dvh - 72px);
    height: calc(100dvh - 72px);
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    height: 100%;
    min-height: 0;
    gap: 2px;
  }

  .cf-fullscreen-active .cf-executive-desktop-summary {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    height: 100%;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 2px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary {
    padding: 4px 6px;
    gap: 3px;
    border-top: 0;
    border-bottom: 1px solid rgba(214, 223, 232, 0.08);
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-title {
    font-size: 11px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-meta,
  .cf-fullscreen-active .cf-executive-mobile-summary-strip dt,
  .cf-fullscreen-active .cf-executive-mobile-summary-strip dd {
    font-size: 7.25px;
  }

  .cf-fullscreen-active .cf-executive-mobile-summary-actions {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-mobile-board,
  .cf-fullscreen-active .cf-executive-mobile-activity {
    padding: 3px;
    border-top: 0;
    border-bottom: 0;
    background: #0c1218;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 3px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-card {
    padding: 6px;
    grid-template-rows: auto auto auto;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-head,
  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-copy {
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-ready-pill {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity {
    display: none;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 3px;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 3px;
    min-height: 0;
    padding: 6px;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-head {
    gap: 4px;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-value {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cf-fullscreen-active .cf-executive-mobile-activity .cf-executive-board-item-copy {
    -webkit-line-clamp: 2;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-summary {
    padding: 4px 6px;
    gap: 3px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-quickgrid {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-groups {
    gap: 1px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-disclosure-summary {
    padding: 4px 6px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-list {
    gap: 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "head action"
      "meta meta";
    gap: 2px 6px;
    padding: 4px 0;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head {
    display: grid;
    gap: 2px;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-row-head .cf-browser-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-copy {
    display: none;
  }

  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-type,
  .conceptflow-resources-view.cf-fullscreen-active .cf-browser-mobile-meta {
    font-size: 6.75px;
    line-height: 1.1;
  }
}

/* Fullscreen authority layer: keep manual executive layout in control after generated patch CSS loads. */
.cf-fullscreen-active #overview > .cf-panel-head,
.cf-fullscreen-active .cf-browser-panel > .cf-panel-head {
  display: none !important;
}

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

@media (min-width: 861px) {
  .cf-fullscreen-active .cf-executive-desktop-summary {
    display: grid !important;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    grid-template-rows: auto minmax(0, 1fr) !important;
  }

  .cf-fullscreen-active .cf-executive-workbench {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas: "status signals" !important;
    grid-template-rows: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    justify-self: stretch !important;
  }

  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    width: 100% !important;
    min-height: 0 !important;
  }
}

@media (max-width: 860px) {
  .cf-fullscreen-active .cf-executive-desktop-summary {
    display: none !important;
  }

  .cf-fullscreen-active .cf-panel-body--overview {
    min-height: calc(100dvh - 72px) !important;
    height: calc(100dvh - 72px) !important;
  }

  .cf-fullscreen-active .cf-overview-stack--executive {
    grid-template-rows: minmax(0, 1fr) !important;
  }

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

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

  .cf-fullscreen-active .cf-executive-mobile-activity,
  .cf-fullscreen-active .cf-executive-status-rail,
  .cf-fullscreen-active .cf-executive-signal-rail {
    display: none !important;
  }

  .cf-fullscreen-active .cf-executive-mobile-board .cf-executive-operational-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

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

/* Final brandmark uplift override. Keep the shield a bit larger across all live shell variants. */
.cf-brandmark {
  width: clamp(108px, 8.4vw, 132px) !important;
  min-height: clamp(108px, 8.4vw, 132px) !important;
  padding: 8px !important;
}

.cf-brandmark img {
  width: min(100%, 88px) !important;
  max-height: 88px !important;
}

.cf-fullscreen-active .cf-brandmark {
  width: clamp(96px, 7.2vw, 114px) !important;
  min-height: clamp(96px, 7.2vw, 114px) !important;
  padding: 7px !important;
}

.cf-fullscreen-active .cf-brandmark img {
  width: min(100%, 78px) !important;
  max-height: 78px !important;
}
}
