/* Getting Started UX component
   Source: references-cleanup/ux_prototypes/getting-started-top-third-prototype.wp-fragment.html
   Keep page content markup-only; these rules provide the presentation layer. */
.bf-gs-ux-prototype {
  color-scheme: light dark;
  --page: #f7f5f0;
  --surface: #fffdfa;
  --surface-soft: #faf7f0;
  --text: #233241;
  --muted: #627283;
  --border: #ded6ca;
  --line: #e7dfd3;
  --blue: #3f73a6;
  --teal: #4f9d92;
  --red: #bd625a;
  --amber: #c38c38;
  --green: #5aa46a;
  --shadow: 0 10px 26px rgba(50, 63, 75, 0.06);
  --icon-compass: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m15 9-2 6-4 2 2-6 4-2Z'/%3E%3C/svg%3E");
  --icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
  --icon-flow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8c3-3 5 3 8 0s5-3 8 0'/%3E%3Cpath d='M4 15c3-3 5 3 8 0s5-3 8 0'/%3E%3C/svg%3E");
  --icon-leaf: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 20c8-1 13-6 14-15-9 1-14 6-14 15Z'/%3E%3Cpath d='M5 20c4-5 8-8 14-15'/%3E%3C/svg%3E");
  --icon-bolt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l0-7Z'/%3E%3C/svg%3E");
  --icon-mineral: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 5v8l-8 5-8-5V8l8-5Z'/%3E%3Cpath d='M12 3v18M4 8l8 5 8-5'/%3E%3C/svg%3E");
  --icon-alert: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 2.8 19h18.4L12 3Z'/%3E%3Cpath d='M12 9v4M12 17h.01'/%3E%3C/svg%3E");
  --icon-pulse: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l2-6 4 12 2-6h6'/%3E%3C/svg%3E");
  --detail-icon: var(--icon-compass);
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 24px 72px;
  color: var(--text);
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
html[data-theme="light"] .bf-gs-ux-prototype {
  color-scheme: light;
}
html[data-theme="dark"] .bf-gs-ux-prototype {
  color-scheme: dark;
  --page: #0f1724;
  --surface: #182226;
  --surface-soft: #20292d;
  --text: #edf4f2;
  --muted: #aebdc4;
  --border: #3d484d;
  --line: #303b41;
  --blue: #80b8f7;
  --teal: #70c5b8;
  --red: #e0837b;
  --amber: #d9ab55;
  --green: #84c98c;
  --shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}
@media (prefers-color-scheme: dark) {
  html[data-theme="system"] .bf-gs-ux-prototype,
  html:not([data-theme]) .bf-gs-ux-prototype {
    color-scheme: dark;
    --page: #0f1724;
    --surface: #182226;
    --surface-soft: #20292d;
    --text: #edf4f2;
    --muted: #aebdc4;
    --border: #3d484d;
    --line: #303b41;
    --blue: #80b8f7;
    --teal: #70c5b8;
    --red: #e0837b;
    --amber: #d9ab55;
    --green: #84c98c;
    --shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  }
}
.bf-gs-ux-prototype *,
.bf-gs-ux-prototype *::before,
.bf-gs-ux-prototype *::after { box-sizing: border-box; }
.bf-gs-ux-prototype a {
  color: var(--blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
.bf-gs-ux-prototype h1,
.bf-gs-ux-prototype h2,
.bf-gs-ux-prototype h3,
.bf-gs-ux-prototype strong {
  color: var(--text) !important;
}
.bf-gs-ux-prototype p,
.bf-gs-ux-prototype li,
.bf-gs-ux-prototype figcaption,
.bf-gs-ux-prototype span {
  color: inherit;
}
.bf-gs-page-title {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.bf-gs-visual-stack {
  display: grid;
  gap: 22px;
  margin: 0 0 28px;
}
.bf-gs-trajectory-stack {
  margin-top: -4px;
}
.bf-gs-visual-panel {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.bf-gs-visual-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  color-scheme: light;
}
html[data-theme="dark"] .bf-gs-visual-panel img {
  color-scheme: dark;
}
html[data-theme="light"] .bf-gs-visual-panel img {
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  html[data-theme="system"] .bf-gs-visual-panel img,
  html:not([data-theme]) .bf-gs-visual-panel img {
    color-scheme: dark;
  }
}
.bf-gs-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 4px 0;
  color: var(--muted);
  font-size: 0.96rem;
}
.bf-gs-caption-single {
  display: block;
}
.bf-gs-caption-single > span {
  display: block;
  max-width: none;
}
.bf-gs-caption strong {
  color: var(--text);
  font-weight: 700;
}
.bf-gs-wizard-cta {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  margin: 0 0 28px;
  padding: 13px 16px;
  color: var(--text) !important;
  text-decoration: none !important;
  background: var(--surface);
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 11%, var(--surface)), color-mix(in srgb, var(--teal) 8%, var(--surface)));
  border-radius: 8px;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--blue) 22%, transparent), 0 6px 18px rgba(35, 50, 65, 0.07);
  transition-property: transform, box-shadow;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.bf-gs-wizard-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--blue) 34%, transparent), 0 9px 22px rgba(35, 50, 65, 0.11);
}
.bf-gs-wizard-cta:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--blue) 48%, transparent);
  outline-offset: 3px;
}
.bf-gs-wizard-icon {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 4 5 5L8.5 20.5a2.12 2.12 0 0 1-3-3L17 6Z'/%3E%3Cpath d='m14 5 5 5'/%3E%3Cpath d='M6 3v4M4 5h4M19 14v4M17 16h4'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.bf-gs-wizard-copy,
.bf-gs-wizard-title,
.bf-gs-wizard-description,
.bf-gs-wizard-kicker {
  display: block;
}
.bf-gs-wizard-kicker {
  margin-bottom: 1px;
  color: var(--muted) !important;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bf-gs-wizard-title {
  color: var(--text) !important;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  text-wrap: balance;
}
.bf-gs-wizard-badge {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.12rem 0.42rem;
  vertical-align: 0.08em;
  color: var(--blue) !important;
  background: color-mix(in srgb, var(--blue) 11%, transparent);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bf-gs-wizard-description {
  margin-top: 2px;
  color: var(--muted) !important;
  font-size: 0.92rem;
  line-height: 1.35;
  text-wrap: pretty;
}
.bf-gs-wizard-arrow {
  color: var(--blue) !important;
  font-size: 1.45rem;
  line-height: 1;
  transition-property: transform;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.bf-gs-wizard-cta:hover .bf-gs-wizard-arrow,
.bf-gs-wizard-cta:focus-visible .bf-gs-wizard-arrow {
  transform: translateX(3px);
}
.bf-gs-orientation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: stretch;
  margin: 28px 0;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-orientation h2,
.bf-gs-starter-path h2,
.bf-gs-tool-strip h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: 0;
}
.bf-gs-orientation p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.04rem;
}
.bf-gs-orientation p:last-child { margin-bottom: 0; }
.bf-gs-safety-panel {
  padding: 20px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-safety-panel h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.bf-gs-safety-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}
.bf-gs-safety-panel li + li { margin-top: 8px; }
.bf-gs-starter-path {
  position: relative;
  overflow: hidden;
  margin: 32px 0;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.bf-gs-starter-path > * {
  position: relative;
}
.bf-gs-section-kicker {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bf-gs-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.bf-gs-path-step {
  --step-accent: var(--blue);
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  min-height: 0;
  padding: 14px;
  color: var(--text);
  text-decoration: none;
  background:
    linear-gradient(140deg,
      color-mix(in srgb, var(--step-accent) 12%, var(--surface-soft)) 0%,
      color-mix(in srgb, var(--surface-soft) 78%, transparent) 48%,
      color-mix(in srgb, var(--surface-soft) 36%, transparent) 100%);
  border: 1px solid color-mix(in srgb, var(--step-accent) 28%, var(--line));
  border-radius: 8px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.bf-gs-path-step:nth-child(1) { --step-accent: var(--amber); }
.bf-gs-path-step:nth-child(2) { --step-accent: var(--teal); }
.bf-gs-path-step:nth-child(3) { --step-accent: var(--green); }
.bf-gs-path-step:nth-child(4) { --step-accent: var(--blue); }
.bf-gs-path-step:nth-child(5) { --step-accent: var(--red); }
.bf-gs-path-step:nth-child(6) { --step-accent: var(--teal); }
.bf-gs-path-step:hover,
.bf-gs-path-step:focus-visible {
  color: var(--text);
  border-color: color-mix(in srgb, var(--step-accent) 52%, var(--line));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--step-accent) 14%, transparent);
  outline: 2px solid color-mix(in srgb, var(--step-accent) 22%, transparent);
  outline-offset: 3px;
  transform: translateY(-1px);
}
.bf-gs-step-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bf-gs-step-number {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--step-accent) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--step-accent) 46%, var(--line));
  color: color-mix(in srgb, var(--step-accent) 80%, var(--text));
  font-weight: 800;
  font-size: 0.84rem;
}
.bf-gs-path-step h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.18;
  letter-spacing: 0;
}
.bf-gs-path-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.bf-gs-step-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 0;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 46%, transparent);
  border-radius: 0;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
}
.bf-gs-step-tag.blue,
.bf-gs-step-tag.teal,
.bf-gs-step-tag.green,
.bf-gs-step-tag.red,
.bf-gs-step-tag.amber { color: var(--blue); }
.bf-gs-step-tag:hover,
.bf-gs-step-tag:focus-visible {
  border-color: currentColor;
  outline: 2px solid color-mix(in srgb, currentColor 18%, transparent);
  outline-offset: 2px;
}
.bf-gs-tool-strip {
  margin: 32px 0 0;
  padding: 24px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-dependency-band {
  margin: 28px 0 32px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-dependency-band h2 {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: 0;
}
.bf-gs-dependency-band > p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
}
.bf-gs-dependency-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 16px;
  border-top: 1px solid var(--line);
}
.bf-gs-dependency-card {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  min-height: 0;
  padding: 11px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--text);
  text-decoration: none;
}
.bf-gs-dependency-card.teal,
.bf-gs-dependency-card.green,
.bf-gs-dependency-card.amber,
.bf-gs-dependency-card.red { border-color: var(--line); }
.bf-gs-dependency-card strong {
  font-size: 0.98rem;
  line-height: 1.2;
  color: var(--blue) !important;
}
.bf-gs-dependency-card span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}
.bf-gs-dependency-card:hover,
.bf-gs-dependency-card:focus-visible {
  color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 16%, transparent);
  outline-offset: 4px;
}
.bf-gs-dependency-card > br { display: none; }
.bf-gs-tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.bf-gs-path-grid > br,
.bf-gs-tool-grid > br,
.bf-gs-dependency-grid > br,
.bf-gs-detail-list > br,
.bf-gs-toc-grid > br,
.bf-gs-dep-row > br,
.bf-gs-mini-grid > br,
.bf-gs-link-row > br,
.bf-gs-note-grid > br,
.bf-gs-next-grid > br {
  display: none;
}
.bf-gs-tool-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.bf-gs-tool-link:hover,
.bf-gs-tool-link:focus-visible {
  border-color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 24%, transparent);
  outline-offset: 2px;
}
.bf-gs-detail-sections {
  margin: 34px 0 0;
}
.bf-gs-detail-intro {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
}
.bf-gs-toc {
  margin: 0 0 18px;
  padding: 14px 0 16px;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.bf-gs-toc h3 {
  margin: 0 0 12px;
  font-size: 1.02rem;
  letter-spacing: 0;
}
.bf-gs-toc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bf-gs-toc-link {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 36%, transparent);
  border-radius: 0;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}
.bf-gs-toc-link:hover,
.bf-gs-toc-link:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 20%, transparent);
  outline-offset: 2px;
}
.bf-gs-detail-list,
.bf-gs-detail-list > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
}
.bf-gs-detail {
  --detail-accent: var(--blue);
  --detail-icon: var(--icon-compass);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: clip;
}
.bf-gs-detail.dep-orientation { --detail-accent: var(--blue); --detail-icon: var(--icon-compass); }
.bf-gs-detail.dep-pacing { --detail-accent: var(--amber); --detail-icon: var(--icon-clock); }
.bf-gs-detail.dep-lymph { --detail-accent: var(--teal); --detail-icon: var(--icon-flow); }
.bf-gs-detail.dep-diet { --detail-accent: var(--green); --detail-icon: var(--icon-leaf); }
.bf-gs-detail.dep-redox { --detail-accent: var(--red); --detail-icon: var(--icon-bolt); }
.bf-gs-detail.dep-minerals { --detail-accent: var(--blue); --detail-icon: var(--icon-mineral); }
.bf-gs-detail.dep-safety { --detail-accent: var(--amber); --detail-icon: var(--icon-alert); }
.bf-gs-detail.dep-withdrawal { --detail-accent: var(--red); }
.bf-gs-detail.dep-flow { --detail-accent: var(--teal); --detail-icon: var(--icon-flow); }
.bf-gs-detail.dep-autonomic { --detail-accent: var(--red); --detail-icon: var(--icon-pulse); }
.bf-gs-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--detail-accent) 12%, var(--surface-soft)) 0%,
      color-mix(in srgb, var(--detail-accent) 6%, var(--surface-soft)) 38%,
      var(--surface-soft) 100%);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
}
.bf-gs-detail summary::-webkit-details-marker { display: none; }
.bf-gs-detail summary::before {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid color-mix(in srgb, var(--detail-accent) 62%, var(--border));
  border-radius: 8px;
  background-color: color-mix(in srgb, var(--detail-accent) 82%, var(--text));
  background-image: var(--detail-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}
.bf-gs-detail summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 12px;
}
.bf-gs-detail[open] summary {
  border-bottom: 1px solid var(--line);
}
.bf-gs-detail[open] summary::after { content: "-"; }
.bf-gs-detail-body {
  padding: 18px;
}
.bf-gs-detail-body p {
  margin: 0 0 12px;
  color: var(--muted);
}
.bf-gs-detail-body p:last-child { margin-bottom: 0; }
.bf-gs-block-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}
.bf-gs-meta-item {
  padding: 0 12px 0 0;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}
.bf-gs-meta-item:last-child { border-right: 0; }
.bf-gs-meta-item strong {
  display: block;
  margin: 0 0 4px;
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bf-gs-meta-item span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}
.bf-gs-dep-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin: 0 0 16px;
  padding: 9px 0 11px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.bf-gs-dep-label {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bf-gs-dep-chip {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0 0 2px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 38%, transparent);
  border-radius: 0;
  color: var(--blue);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none !important;
}
.bf-gs-dep-chip:hover,
.bf-gs-dep-chip:focus-visible {
  border-color: currentColor;
  color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 16%, transparent);
  outline-offset: 2px;
}
.bf-gs-source-part {
  margin: 0;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.bf-gs-source-part:last-child { margin-bottom: 0; }
.bf-gs-source-part h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.bf-gs-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 0;
}
.bf-gs-mini-card {
  padding: 14px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-mini-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.bf-gs-mini-card p {
  margin: 0;
  font-size: 0.96rem;
}
.bf-gs-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.bf-gs-link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.bf-gs-link-chip:hover,
.bf-gs-link-chip:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  outline: 2px solid color-mix(in srgb, var(--blue) 20%, transparent);
  outline-offset: 2px;
}
.bf-gs-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.bf-gs-note {
  padding: 14px;
  border: 1px solid var(--border);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: var(--surface);
}
.bf-gs-note.amber { border-left-color: var(--amber); }
.bf-gs-note.red { border-left-color: var(--red); }
.bf-gs-note.green { border-left-color: var(--green); }
.bf-gs-note strong {
  display: block;
  margin-bottom: 6px;
}
.bf-gs-context-panel {
  margin: 24px 0 0;
  padding: 22px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
}
.bf-gs-context-panel h2 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.18;
}
.bf-gs-context-panel p {
  margin: 0 0 12px;
  color: var(--muted);
}
.bf-gs-context-panel p:last-child { margin-bottom: 0; }
.bf-gs-subheading {
  margin: 18px 0 8px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}
.bf-gs-plain-list,
.bf-gs-dose-list,
.bf-gs-watch-list {
  margin: 10px 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}
.bf-gs-plain-list li + li,
.bf-gs-dose-list li + li,
.bf-gs-watch-list li + li {
  margin-top: 8px;
}
.bf-gs-dose-list {
  columns: 2;
  column-gap: 28px;
}
.bf-gs-watch-list {
  padding: 12px 14px 12px 1.35rem;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-left: 5px solid var(--amber);
  border-radius: 8px;
}
.bf-gs-original-block {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.62;
}
.bf-gs-original-block p {
  margin: 0;
  color: inherit;
}
.bf-gs-original-block p + p {
  margin-top: 0.85rem;
}
.bf-gs-original-block strong {
  color: inherit !important;
}
.bf-gs-original-block em {
  color: inherit;
}
.bf-gs-original-block a {
  color: var(--blue);
  font-weight: 700;
}
.bf-gs-original-block span[style*="color:#e60000"],
.bf-gs-original-block span[style*="color: #e60000"] {
  color: var(--red) !important;
  font-weight: 700;
}
.bf-gs-original-callout {
  padding: 16px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
#gs-starter-schedules,
#gs-starter-ordering {
  scroll-margin-top: 96px;
}
.bf-gs-next-steps {
  margin: 34px 0 0;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.bf-gs-next-card {
  padding: 18px;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-next-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}
.bf-gs-next-card p {
  margin: 0 0 12px;
  color: var(--muted);
}
.bf-gs-next-card p:last-child { margin-bottom: 0; }
.bf-gs-implementation-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.93rem;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 14px 18px;
  align-items: end;
  margin: 18px 0 0;
  padding: 16px;
  min-height: 0 !important;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) > input,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) > .wdt-timeline-item {
  display: none !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) > .wpDataTablesFilter.wpDataTablesWrapper {
  display: block !important;
  grid-column: 1;
  grid-row: 1;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .wpDataTableFilterBox,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .wpDataTableFilterSection,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .column-region {
  float: none !important;
  width: 220px !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .wpDataTableFilterSection label {
  display: block;
  margin: 0 0 7px !important;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  min-width: 0 !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle {
  min-height: 42px;
  padding: 8px 12px;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px;
  color: var(--text) !important;
  box-shadow: none !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle .filter-option {
  padding: 0 34px 0 12px !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle .filter-option-inner,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  width: 100% !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .bootstrap-select > .dropdown-toggle .caret {
  right: 14px;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) > .wpDataTablesWrapper.wpDataTableID-76 {
  display: flex !important;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: end;
  justify-content: flex-end;
  align-items: end;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .dt-buttons {
  display: flex !important;
  justify-content: flex-end;
  gap: 10px;
  width: auto !important;
  margin: 0 !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .dt-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px !important;
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  color: var(--blue) !important;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: none !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .dt-button:hover,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .dt-button:focus {
  background: color-mix(in srgb, var(--blue) 10%, var(--surface) 90%) !important;
  border-color: var(--blue) !important;
}
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .wpDataTablesWrapper.wpDataTableID-76 .clear,
.bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) table.wpDataTableID-76 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 900px) {
  .bf-gs-orientation { grid-template-columns: 1fr; }
  .bf-gs-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bf-gs-dependency-grid { grid-template-columns: 1fr; }
  .bf-gs-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bf-gs-block-meta,
  .bf-gs-mini-grid,
  .bf-gs-note-grid,
  .bf-gs-next-grid { grid-template-columns: 1fr; }
  .bf-gs-meta-item {
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .bf-gs-meta-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .bf-gs-dose-list { columns: 1; }
  .bf-gs-caption { display: block; }
  .bf-gs-caption span { display: block; }
  .bf-gs-caption span + span { margin-top: 4px; }
}
@media (max-width: 720px) {
  .bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) {
    grid-template-columns: 1fr;
  }
  .bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) > .wpDataTablesWrapper.wpDataTableID-76 {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
  .bf-gs-ux-prototype .wpdt-c:has(table.wpDataTableID-76) .dt-buttons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .bf-gs-ux-prototype { padding: 24px 14px 56px; }
  .bf-gs-visual-panel { padding: 10px; }
  .bf-gs-wizard-cta {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 14px;
  }
  .bf-gs-wizard-icon {
    width: 40px;
    height: 40px;
  }
  .bf-gs-wizard-arrow { display: none; }
  .bf-gs-wizard-badge {
    margin-left: 0.28rem;
    font-size: 0.64rem;
  }
  .bf-gs-orientation,
  .bf-gs-dependency-band,
  .bf-gs-tool-strip { padding: 18px; }
  .bf-gs-path-grid,
  .bf-gs-dependency-grid,
  .bf-gs-tool-grid { grid-template-columns: 1fr; }
  .bf-gs-dependency-card {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .bf-gs-path-step { min-height: 0; }
  .bf-gs-page-title { text-align: left; }
}


