/* LaurenceYang Commercial Space & Satellite Internet Research OS — novice-first Workbench shell, August 2026. */
:root {
  color-scheme: light;
  --jr-color-background: #f5f7f3 !important;
  --jr-color-surface: #ffffff !important;
  --jr-color-surface-subtle: #f2f7f3 !important;
  --jr-color-surface-strong: #0d2a1d !important;
  --jr-color-text: #142219 !important;
  --jr-color-text-muted: #647269 !important;
  --jr-color-border: #dfe8e1 !important;
  --jr-color-border-strong: #bcd1c2 !important;
  --jr-color-primary: #246b49 !important;
  --jr-color-primary-hover: #1b573a !important;
  --jr-color-primary-active: #123e29 !important;
  --jr-color-primary-soft: #e8f3eb !important;
  --jr-color-focus: #439c6d !important;
  --jr-color-positive: #28734e !important;
  --jr-color-negative: #a94942 !important;
  --jr-color-warning: #8c641e !important;
  --jr-color-info: #356e56 !important;

  --bg: #f5f7f3 !important;
  --surface: #ffffff !important;
  --surface-2: #f3f7f3 !important;
  --surface-3: #e8f2eb !important;
  --line: #dfe8e1 !important;
  --line-hi: #bdd0c1 !important;
  --ink: #142219 !important;
  --dim: #5f6f65 !important;
  --faint: #7d8b82 !important;
  --gold: #246b49 !important;
  --gold-d: #1b573a !important;
  --sage: #28734e !important;
  --sage-d: #1f5d40 !important;
  --sky: #3f775e !important;
  --plum: #536e60 !important;
  --clay: #a94942 !important;
  --clay-d: #87362f !important;
  --radius: 16px;
  --radius-sm: 11px;
  --wb-forest: #0d2a1d;
  --wb-forest-2: #133a28;
  --wb-emerald: #2f7d55;
  --wb-mint: #d9eddf;
  --wb-ivory: #fbfcf9;
  --wb-shadow: 0 24px 70px rgba(16, 51, 34, 0.12);
}

html { color-scheme: light !important; }
body {
  background: var(--bg) !important;
  letter-spacing: -0.005em;
}
body::before {
  opacity: 1 !important;
  background:
    radial-gradient(circle at 86% -8%, rgba(67, 156, 109, 0.13), transparent 34rem),
    radial-gradient(circle at -8% 96%, rgba(188, 209, 194, 0.18), transparent 34rem) !important;
}
h1, h2, h3, h4 { color: var(--ink); }
button, input, summary { font: inherit; }
svg { stroke-linecap: round; stroke-linejoin: round; }

/* App shell */
.app {
  grid-template-columns: 264px minmax(0, 1fr) !important;
  grid-template-rows: 72px minmax(0, 1fr) 38px !important;
  background: transparent;
}
.side {
  grid-column: 1;
  grid-row: 1 / 4 !important;
  background: linear-gradient(180deg, #0c281b 0%, #103421 100%) !important;
  border-right: 0 !important;
  color: #eff7f1;
  box-shadow: 10px 0 40px rgba(13, 42, 29, 0.08);
}
.brand {
  min-height: 72px;
  padding: 15px 18px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.brand .mk { width: 40px !important; height: 40px !important; border-radius: 13px !important; }
.brand .nm {
  color: #fff;
  font-family: var(--ff-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}
.brand .nm small {
  color: rgba(229, 244, 234, 0.62) !important;
  font-size: 9px !important;
  letter-spacing: 0.16em !important;
}
nav {
  padding: 14px 12px 20px !important;
  scrollbar-color: rgba(255,255,255,.18) transparent;
}
nav .grp {
  color: rgba(229, 244, 234, 0.48) !important;
  padding: 13px 12px 7px !important;
  font-size: 9px !important;
  letter-spacing: 0.18em !important;
}
nav a {
  min-height: 42px !important;
  margin-bottom: 3px !important;
  padding: 9px 11px !important;
  border-radius: 10px !important;
  color: rgba(239, 247, 241, 0.72) !important;
  font-size: 13px !important;
  font-weight: 540 !important;
  letter-spacing: 0 !important;
}
nav a svg { width: 18px !important; height: 18px !important; stroke-width: 1.7 !important; }
nav a:hover {
  background: rgba(229, 244, 234, 0.08) !important;
  color: #fff !important;
}
nav a.on {
  background: rgba(159, 213, 179, 0.16) !important;
  color: #c8ead5 !important;
}
nav a.on::before {
  left: -1px !important;
  top: 11px !important;
  bottom: 11px !important;
  width: 2px !important;
  background: #75c696 !important;
}
nav a .ct {
  color: rgba(229, 244, 234, 0.62) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}
.nav-new {
  margin-left: auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: #c8e8d3;
  color: #123e29;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.nav-advanced {
  margin: 9px 0 3px;
  border: 1px solid rgba(229, 244, 234, 0.11);
  border-radius: 12px;
  background: rgba(5, 22, 14, 0.18);
  overflow: hidden;
}
.nav-advanced > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  list-style: none;
  cursor: pointer;
  color: rgba(239, 247, 241, 0.78);
  font-size: 12px;
  font-weight: 650;
}
.nav-advanced > summary::-webkit-details-marker { display: none; }
.nav-advanced > summary::before {
  content: "+";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #9fd5b3;
  font-size: 16px;
  line-height: 1;
}
.nav-advanced[open] > summary::before { content: "−"; }
.nav-advanced > summary span:first-child { margin-right: auto; }
.nav-count { color: rgba(229, 244, 234, 0.42); font-size: 10px; font-weight: 500; }
.nav-advanced-links {
  padding: 2px 6px 7px;
  border-top: 1px solid rgba(229, 244, 234, 0.08);
}
.nav-advanced-links a { min-height: 38px !important; padding: 8px 9px !important; font-size: 12px !important; }
.nav-advanced-links a svg { width: 16px !important; height: 16px !important; }
.watch {
  flex: 0 0 auto;
  max-height: 34vh;
  padding: 0 14px 14px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
  overflow: auto;
}
.watch > summary {
  min-height: 46px;
  margin: 0 !important;
  list-style: none;
  cursor: pointer;
  color: rgba(229, 244, 234, 0.55) !important;
}
.watch > summary::-webkit-details-marker { display: none; }
.watch > summary::after { content: "+"; font-size: 15px; color: #9fd5b3; }
.watch[open] > summary::after { content: "−"; }
.watch > summary span:last-child { display: none; }
.watch .wrow { color: rgba(239, 247, 241, 0.78); }
.watch .wrow:hover { background: rgba(255,255,255,.07) !important; }
.watch .wrow .tk small, .watch .wl-empty { color: rgba(229, 244, 234, 0.48) !important; }

.top {
  grid-column: 2;
  grid-row: 1;
  padding: 0 28px !important;
  gap: 16px !important;
  border-bottom: 1px solid rgba(188, 209, 194, 0.64) !important;
  background: rgba(251, 252, 249, 0.9) !important;
  backdrop-filter: blur(18px);
  z-index: 50;
}
.search { max-width: 600px !important; }
.search input {
  height: 44px;
  padding-left: 44px !important;
  border-color: transparent !important;
  border-radius: 12px !important;
  background: #eef3ee !important;
  box-shadow: inset 0 0 0 1px rgba(36, 107, 73, 0.03);
}
.search input:focus {
  border-color: #74ad8d !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(67,156,109,.12);
}
.search .sd { background: #fff !important; box-shadow: var(--wb-shadow) !important; }
.top .right { gap: 10px !important; }
.top-help {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 9px;
  color: var(--dim);
  font-size: 12px;
  font-weight: 650;
}
.top-help:hover { color: var(--gold); background: var(--surface-2); }
.market-menu { position: relative; }
.market-menu > summary {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  list-style: none;
  cursor: pointer;
  color: var(--dim);
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}
.market-menu > summary::-webkit-details-marker { display: none; }
.market-menu > summary::after { content: "⌄"; margin-left: 7px; color: var(--faint); }
.market-menu .mkt {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 90;
  width: max-content;
  padding: 5px !important;
  border-color: var(--line-hi) !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(13,42,29,.14);
}
.mkt button { min-height: 34px !important; color: var(--dim) !important; }
.mkt button.on { background: var(--gold) !important; color: #fff !important; }
.top .clk { display: none !important; }
.top .iconbtn {
  width: 40px !important;
  height: 40px !important;
  border-color: transparent !important;
  background: transparent !important;
}
.top .iconbtn:hover { background: var(--surface-2) !important; }
.top .iconbtn .dotn { display: none; }
.top .av {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: var(--wb-forest) !important;
}

.main {
  grid-column: 2;
  grid-row: 2;
  padding: clamp(22px, 2.6vw, 38px) !important;
}
.main > * { max-width: 1440px; margin-left: auto; margin-right: auto; }
.status {
  grid-column: 2;
  grid-row: 3;
  min-width: 0;
  padding: 8px 28px !important;
  border-top-color: rgba(188, 209, 194, 0.62) !important;
  background: rgba(251, 252, 249, 0.94) !important;
  color: #76857b !important;
  font-size: 10px !important;
}
.status .rt { gap: 24px !important; }
.status button.si {
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

/* Shared premium component pass */
.ph { margin-bottom: 26px !important; }
.ph h1 { font-size: clamp(28px, 3vw, 38px) !important; letter-spacing: -0.035em !important; }
.ph .sub { max-width: 760px; line-height: 1.6; }
.card, .kpi, .rep, .doc, .modal {
  border-color: var(--line) !important;
  box-shadow: 0 1px 0 rgba(20,34,25,.02);
}
.card { padding: 21px 22px !important; }
.card .ct { color: #718077 !important; letter-spacing: .11em !important; }
.btn {
  min-height: 42px;
  border-color: var(--line-hi) !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-weight: 650 !important;
  box-shadow: 0 1px 2px rgba(13,42,29,.04);
}
.btn:hover { border-color: var(--gold) !important; color: var(--gold) !important; transform: translateY(-1px); }
.btn.pri {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(36,107,73,.18);
}
.btn.pri:hover { background: var(--gold-d) !important; color: #fff !important; }
.btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tabs { gap: 0 !important; }
.tab { border-bottom-width: 3px !important; }
.tab.on { color: var(--gold) !important; }
.company-tabs {
  position: relative;
  align-items: center;
  overflow: visible !important;
}
.company-tabs > .tab {
  min-height: 48px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
}
.company-tabs > .tab.on { border-bottom-color: var(--gold); }
.company-more { position: relative; margin-left: auto; }
.company-more > summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  list-style: none;
  cursor: pointer;
  color: var(--dim);
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}
.company-more > summary::-webkit-details-marker { display: none; }
.company-more > summary::after { content: "⌄"; margin-left: 8px; color: var(--faint); }
.company-more.has-active > summary { border-color: #9fc8ad; color: var(--gold); background: var(--surface-2); }
.company-more-menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 35;
  width: 230px;
  padding: 6px;
  border: 1px solid var(--line-hi);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(13,42,29,.14);
}
.company-more-menu .tab {
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 0 !important;
  border-radius: 8px;
  background: transparent;
  text-align: left;
}
.company-more-menu .tab:hover, .company-more-menu .tab.on { background: var(--surface-3); color: var(--gold); }
tbody tr:hover td { background: #f5f9f5 !important; }
.kpi::after { background: var(--gold) !important; }
.rep:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 30px rgba(13,42,29,.08); }
.note { background: #f7f9f6 !important; border-color: var(--line) !important; }

/* Novice-first home */
.wb-home {
  display: flex;
  flex-direction: column;
  gap: clamp(42px, 5vw, 72px);
  padding-bottom: 24px;
}
.wb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(11,35,25,.12);
  border-radius: 30px;
  background: linear-gradient(145deg, #0b271a 0%, #123c28 72%, #174931 100%);
  box-shadow: var(--wb-shadow);
}
.wb-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 78px);
  color: #eff7f1;
}
.wb-eyebrow, .wb-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wb-emerald);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.wb-eyebrow { color: #a8d9ba; }
.wb-eyebrow > span { width: 24px; height: 1px; background: #79c696; }
.wb-hero h1 {
  max-width: 720px;
  margin-top: 18px;
  color: #fff;
  font-family: var(--ff-serif);
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 560;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.wb-lede {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(235,247,239,.75);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}
.wb-question {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
  padding: 7px 7px 7px 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.wb-question > svg { width: 21px; height: 21px; fill: none; stroke: #668074; stroke-width: 1.8; }
.wb-question input {
  min-width: 0;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
}
.wb-question input::placeholder { color: #87958c; }
.wb-question input[aria-invalid="true"]::placeholder { color: var(--clay); }
.wb-question button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  background: var(--wb-emerald);
  color: #fff;
  font-size: 13px;
  font-weight: 720;
}
.wb-question button:hover { background: #246b49; }
.wb-question button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.wb-prompt-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.wb-prompt-row > span { margin-right: 2px; color: rgba(229,244,234,.48); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.wb-prompt-row button {
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(229,244,234,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(239,247,241,.72);
  font-size: 11px;
}
.wb-prompt-row button:hover { border-color: rgba(159,213,179,.55); color: #fff; background: rgba(159,213,179,.09); }
.wb-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  color: rgba(229,244,234,.58);
  font-size: 10px;
  letter-spacing: .02em;
}
.wb-trust-row span { display: inline-flex; align-items: center; gap: 5px; }
.wb-trust-row svg { width: 13px; height: 13px; fill: none; stroke: #8cd0a7; stroke-width: 2.2; }
.wb-hero-media { position: relative; min-height: 560px; background: #214f3a; }
.wb-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.64) contrast(.97); }
.wb-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,35,25,.02), rgba(11,35,25,.74)); mix-blend-mode: multiply; }
.wb-proof-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 17px;
  background: rgba(9,35,23,.78);
  color: #fff;
  backdrop-filter: blur(14px);
}
.wb-proof-kicker { color: #a8d9ba; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.wb-proof-flow { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-family: var(--ff-serif); font-size: 19px; }
.wb-proof-flow i { flex: 1; height: 1px; background: rgba(200,232,211,.45); }
.wb-proof-card p { margin-top: 9px; color: rgba(239,247,241,.66); font-size: 11px; line-height: 1.55; }

.wb-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.wb-section-head h2, .wb-method h2, .wb-advanced-callout h2 {
  margin-top: 8px;
  font-family: var(--ff-serif);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.wb-section-head > p { max-width: 310px; color: var(--dim); font-size: 13px; line-height: 1.6; }
.wb-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.wb-path {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: start;
  gap: 15px;
  min-height: 194px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 5px 22px rgba(13,42,29,.035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.wb-path:hover { transform: translateY(-4px); border-color: #9fc8ad; box-shadow: 0 18px 42px rgba(13,42,29,.09); }
.wb-path-primary { background: linear-gradient(145deg, #eef7f0 0%, #fff 74%); border-color: #bfdcc8; }
.wb-path-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--surface-3);
  color: var(--gold);
}
.wb-path-icon svg, .wb-path-arrow { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.wb-path-copy { display: flex; flex-direction: column; min-width: 0; }
.wb-path-copy small { color: var(--gold); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.wb-path-copy strong { margin-top: 8px; font-family: var(--ff-serif); font-size: 21px; font-weight: 620; }
.wb-path-copy > span { margin-top: 9px; color: var(--dim); font-size: 12px; line-height: 1.6; }
.wb-path-arrow { align-self: center; color: #8ba394; transition: transform .2s ease; }
.wb-path:hover .wb-path-arrow { transform: translateX(3px); color: var(--gold); }

.wb-method {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,.78fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid #d3e4d8;
  border-radius: 26px;
  background: linear-gradient(145deg, #eff7f1 0%, #f9fbf7 100%);
}
.wb-method-copy > p { max-width: 640px; margin-top: 16px; color: var(--dim); font-size: 14px; line-height: 1.7; }
.wb-steps { display: grid; gap: 0; margin-top: 27px; list-style: none; }
.wb-steps li { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 15px; padding: 16px 0; border-top: 1px solid rgba(36,107,73,.13); }
.wb-steps li > span { color: var(--gold); font-family: var(--ff-mono); font-size: 10px; font-weight: 700; }
.wb-steps strong { font-size: 13px; }
.wb-steps p { margin-top: 3px; color: var(--dim); font-size: 12px; line-height: 1.55; }
.wb-text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 14px; color: var(--gold); font-size: 12px; font-weight: 700; }
.wb-text-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.wb-method-art { position: relative; min-height: 390px; display: grid; place-items: center; }
.wb-method-art > img { width: min(100%, 500px); height: auto; }
.wb-method-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 360px;
  margin: auto;
  padding: 12px 14px;
  border: 1px solid rgba(36,107,73,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(13,42,29,.1);
}
.wb-method-note img { width: 50px; height: 50px; object-fit: contain; filter: sepia(.3) hue-rotate(70deg) saturate(.7); }
.wb-method-note div { display: flex; flex-direction: column; gap: 3px; }
.wb-method-note strong { font-size: 12px; }
.wb-method-note span { color: var(--dim); font-size: 10px; line-height: 1.45; }

.wb-workspace {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(13,42,29,.045);
}
.wb-workspace > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 86px;
  padding: 18px 24px;
  list-style: none;
  cursor: pointer;
}
.wb-workspace > summary::-webkit-details-marker { display: none; }
.wb-workspace > summary > span:first-child { display: flex; flex-direction: column; gap: 4px; }
.wb-workspace > summary small { color: var(--gold); font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.wb-workspace > summary strong { font-family: var(--ff-serif); font-size: 21px; font-weight: 600; }
.wb-summary-action { display: inline-flex; align-items: center; gap: 10px; color: var(--dim); font-size: 11px; }
.wb-summary-action svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.8; transition: transform .2s ease; }
.wb-workspace[open] .wb-summary-action svg { transform: rotate(180deg); }
.wb-workspace-body { padding: 0 24px 24px; border-top: 1px solid var(--line); }
.wb-mini-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 20px 0; }
.wb-mini-stats > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 17px; border-radius: 14px; background: var(--surface-2); }
.wb-mini-stats small { color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.wb-mini-stats strong { grid-column: 2; grid-row: 1 / 3; align-self: center; font-family: var(--ff-serif); font-size: 27px; color: var(--gold); }
.wb-mini-stats > div > span { color: var(--faint); font-size: 10px; }
.wb-inline-button { min-height: 32px; border: 0; background: transparent; color: var(--gold); font-size: 10px; font-weight: 700; }
.wb-table-card { min-width: 0; }
.scroll { overflow-x: auto; }

.wb-advanced-callout {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) auto;
  align-items: center;
  gap: clamp(24px,4vw,54px);
  padding: 28px clamp(24px,4vw,48px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.wb-advanced-callout > img { width: 190px; height: 145px; object-fit: contain; }
.wb-advanced-callout h2 { max-width: 720px; font-size: clamp(24px,2.5vw,34px); }
.wb-advanced-callout p { max-width: 720px; margin-top: 10px; color: var(--dim); font-size: 12px; line-height: 1.65; }
.wb-advanced-callout .btn { align-self: center; }

/* Chat becomes a guided first step rather than a specialist screen. */
.wb-chat-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr) 260px;
  gap: 28px;
  align-items: center;
  max-width: 980px !important;
  margin: 0 auto 28px !important;
  padding: 30px 34px;
  border: 1px solid #d1e3d6;
  border-radius: 22px;
  background: linear-gradient(145deg,#eef7f0,#fff);
}
.wb-chat-head h1 { margin-top: 7px; font-family: var(--ff-serif); font-size: clamp(30px,4vw,46px); font-weight: 580; letter-spacing: -.04em; }
.wb-chat-head p { max-width: 620px; margin-top: 11px; color: var(--dim); font-size: 13px; line-height: 1.65; }
.wb-chat-head > img { width: 250px; height: 170px; object-fit: contain; }
.wb-chat-privacy { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--gold); font-size: 10px; font-weight: 650; }
.wb-chat-privacy svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.wb-chat-clear { position: absolute; top: 18px; right: 18px; min-height: 36px !important; padding: 7px 10px !important; font-size: 10px !important; }
.chat, .chatin, .suggest { max-width: 900px !important; }
.msg .ma { background: var(--wb-forest) !important; color: #fff !important; }
.msg.a .ma { background: var(--wb-forest) !important; }
.msg.u .ma { background: var(--wb-emerald) !important; }
.msg .mc { border-radius: 15px !important; box-shadow: 0 8px 24px rgba(13,42,29,.04); }
.chatin input { min-height: 58px; padding-left: 20px !important; background: #fff !important; box-shadow: 0 8px 28px rgba(13,42,29,.07); }
.chatin .snd { background: var(--gold) !important; }
.chatin .snd svg { stroke: #fff !important; }

@media (max-width: 1180px) {
  .wb-hero { grid-template-columns: minmax(0,1fr) 360px; }
  .wb-path-grid { grid-template-columns: 1fr; }
  .wb-path { min-height: 0; }
  .wb-method { grid-template-columns: 1fr 330px; }
  .wb-advanced-callout { grid-template-columns: 150px minmax(0,1fr); }
  .wb-advanced-callout > img { width: 150px; }
  .wb-advanced-callout .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 930px) {
  .wb-hero { grid-template-columns: 1fr; }
  .wb-hero-copy { min-height: 520px; }
  .wb-hero-media { min-height: 320px; max-height: 380px; }
  .wb-hero-media > img { object-position: center 56%; }
  .wb-method { grid-template-columns: 1fr; }
  .wb-method-art { min-height: 330px; }
  .wb-method-art > img { max-width: 400px; }
  .wb-chat-head { grid-template-columns: 1fr; }
  .wb-chat-head > img { display: none; }
}

@media (min-width: 781px) and (max-width: 900px) {
  .app {
    grid-template-columns: minmax(0,1fr) !important;
    grid-template-rows: 62px minmax(0,1fr) auto !important;
  }
  .side {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 120;
    width: min(310px,88vw) !important;
    transform: translateX(-100%);
    transition: transform .25s var(--ease);
  }
  .app.nav-open .side { transform: none; box-shadow: 0 0 60px rgba(13,42,29,.2); }
  .burger { display: grid !important; }
  .top { grid-column: 1; grid-row: 1; padding: 0 14px !important; }
  .main { grid-column: 1; grid-row: 2; padding: 18px !important; }
  .status { grid-column: 1; grid-row: 3; padding: 8px 16px !important; }
  .scrim { position: fixed; inset: 0; z-index: 110; display: none !important; background: rgba(8,30,19,.32); }
  .app.nav-open .scrim { display: block !important; }
  .top-help, .market-menu, .top .iconbtn { display: none !important; }
  .top .right { margin-left: 0 !important; }
  .search { max-width: none !important; }
}

@media (max-width: 780px) {
  .app {
    grid-template-columns: minmax(0,1fr) !important;
    grid-template-rows: 62px minmax(0,1fr) auto !important;
  }
  .side {
    grid-row: 1 / 4 !important;
    width: min(310px, 88vw) !important;
  }
  .top { grid-column: 1; grid-row: 1; padding: 0 14px !important; }
  .main { grid-column: 1; grid-row: 2; padding: 16px !important; }
  .status { grid-column: 1; grid-row: 3; padding: 8px 16px !important; }
  .top-help, .market-menu { display: none; }
  .top .right { margin-left: 0 !important; }
  .top .iconbtn { display: none !important; }
  .top .av { width: 34px !important; height: 34px !important; }
  .company-tabs { flex-wrap: wrap; }
  .company-tabs > .tab { min-height: 42px; padding: 9px 12px; font-size: 12px; }
  .company-more { margin-left: 0; }
  .search { max-width: none !important; }
  .search input { height: 40px; font-size: 16px; }
  .wb-question input, .chatin input, .field input, .field select, .rep-search { font-size: 16px !important; }
  .wb-home { gap: 36px; }
  .wb-hero { min-height: 0; border-radius: 22px; }
  .wb-hero-copy { min-height: 0; padding: 36px 24px; }
  .wb-hero h1 { font-size: clamp(38px,11vw,54px); }
  .wb-lede { font-size: 15px; }
  .wb-trust-row { gap: 9px 14px; }
  .wb-hero-media { min-height: 290px; }
  .wb-proof-card { left: 15px; right: 15px; bottom: 15px; }
  .wb-section-head { align-items: flex-start; flex-direction: column; }
  .wb-section-head > p { max-width: none; }
  .wb-method { padding: 30px 22px; border-radius: 21px; }
  .wb-workspace > summary { align-items: flex-start; flex-direction: column; }
  .wb-summary-action { width: 100%; justify-content: space-between; }
  .wb-workspace-body { padding: 0 14px 14px; }
  .wb-mini-stats { grid-template-columns: 1fr; }
  .wb-advanced-callout { grid-template-columns: 1fr; padding: 24px; }
  .wb-advanced-callout > img { display: none; }
  .wb-advanced-callout .btn { grid-column: 1; }
  .wb-chat-head { padding: 27px 22px; }
  .wb-chat-clear { position: static; justify-self: start; }
}

@media (max-width: 560px) {
  .wb-question { grid-template-columns: 21px minmax(0,1fr); padding: 8px 10px 8px 14px; }
  .wb-question button { grid-column: 1 / 3; width: 100%; }
  .wb-prompt-row > span { width: 100%; }
  .wb-path { grid-template-columns: auto minmax(0,1fr); padding: 19px; }
  .wb-path-arrow { display: none; }
  .wb-method-art { min-height: 280px; }
  .wb-method-note { position: relative; margin-top: -30px; }
  .wb-proof-flow { font-size: 16px; }
  .status .si:nth-child(2) { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .wb-path:hover { transform: none; }
}
