:root {
  --ink: #14241f;
  --muted: #65726d;
  --green: #194d3c;
  --green-2: #2e735b;
  --mint: #dff3e9;
  --paper: #f4f7f5;
  --white: #fff;
  --line: #dce4e0;
  --warm: #fff8ed;
  --shadow: 0 22px 55px rgba(21, 56, 43, .08);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 88% 0, #dcefe5 0, transparent 27%), var(--paper); }
a { color: inherit; }
.manager-topbar { height: 68px; padding: 0 max(24px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; position: sticky; top: 0; z-index: 10; background: rgba(250,252,250,.9); border-bottom: 1px solid rgba(19,36,31,.09); backdrop-filter: blur(18px); }
.manager-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.manager-brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--green); color: #fff; font-family: Georgia, serif; }
.manager-topbar nav { display: flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 750; }
.manager-topbar nav a { text-decoration: none; color: var(--muted); }
.manager-topbar nav a:hover { color: var(--green); }
.manager-topbar nav .lab-link { padding: 9px 12px; background: var(--green); color: white; border-radius: 9px; }
main { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 90px; }
.manager-hero { display: grid; grid-template-columns: 1.45fr .72fr; gap: 72px; align-items: end; margin-bottom: 52px; }
.eyebrow { margin: 0 0 15px; color: var(--green-2); font-size: 11px; font-weight: 850; letter-spacing: .17em; }
h1 { margin: 0; max-width: 820px; font: 500 clamp(49px, 5.4vw, 76px)/.99 Georgia, "Times New Roman", serif; letter-spacing: -.047em; }
h1 em { color: var(--green-2); font-weight: 500; }
.lede { max-width: 800px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.62; }
.provider-lockup { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.provider-lockup span { height: 47px; min-width: 145px; padding: 10px 17px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 12px; }
.provider-lockup img { max-height: 25px; max-width: 112px; }
.provider-lockup span:last-child { min-width: 190px; }
.provider-lockup span:last-child img { max-width: 157px; }
.verdict { padding: 26px; color: var(--white); background: var(--green); border-radius: 20px; box-shadow: var(--shadow); }
.verdict-kicker { margin: 0 0 8px; color: #afd7c7; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.verdict h2 { margin: 0; font: 500 36px Georgia, serif; }
.verdict > p:not(.verdict-kicker,.boundary) { color: #d7eae2; line-height: 1.55; font-size: 14px; }
.verdict dl { margin: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.verdict dl div { padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.verdict dt { color: #c5ded4; font-size: 11px; }
.verdict dd { margin: 0; font-size: 12px; font-weight: 850; }
.verdict .boundary { margin: 17px 0 0; color: #a9cdbf; font-size: 11px; line-height: 1.5; }
.verdict-sources { display: flex; gap: 7px; margin-top: 14px; }
.verdict-sources a { padding: 5px 7px; color: white; text-decoration: none; background: rgba(255,255,255,.12); border-radius: 6px; font-size: 9px; font-weight: 800; }
.section { margin-top: 20px; padding: 31px; background: rgba(255,255,255,.92); border: 1px solid rgba(32,74,58,.12); border-radius: 21px; box-shadow: var(--shadow); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; padding-bottom: 23px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-heading h2 { margin: 0; font: 500 30px/1.1 Georgia, serif; letter-spacing: -.025em; }
.section-heading > p { max-width: 360px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: right; }
.flow { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr; align-items: stretch; }
.flow-step { min-width: 0; padding: 16px 14px; border: 1px solid var(--line); background: #fbfcfb; border-radius: 13px; }
.flow-step.hosted { background: #f0f8f4; border-color: #c5dfd3; }
.step-number { width: 24px; height: 24px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 7px; background: var(--green); color: white; font-size: 10px; font-weight: 900; }
.flow-step h3 { margin: 0; font-size: 13px; }
.flow-step p { min-height: 57px; margin: 8px 0 14px; color: var(--muted); font-size: 11px; line-height: 1.48; }
.flow-arrow { display: grid; place-items: center; color: #81a294; }
.citations { display: flex; gap: 5px; flex-wrap: wrap; }
.citations a, .source-note > a { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; padding: 4px 6px; color: var(--green); background: var(--mint); border-radius: 5px; text-decoration: none; font-size: 9px; font-weight: 850; }
.post-order { margin-top: 19px; padding: 15px; display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 8px; background: #f3f7f5; border: 1px solid var(--line); border-radius: 14px; }
.post-order-label { padding: 5px 9px; }
.post-order-label span { display: block; color: var(--green-2); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.post-order-label strong { display: block; margin-top: 7px; font: 500 18px Georgia, serif; }
.post-order article { padding: 9px 10px; background: white; border: 1px solid var(--line); border-radius: 9px; }
.post-order article > span { display: block; font-size: 11px; font-weight: 800; }
.post-order article small { display: block; margin: 3px 0 9px; color: var(--muted); font-size: 9px; }
.source-note { margin: 16px 0 0; padding: 12px 14px; color: var(--muted); background: var(--warm); border-left: 3px solid #d9a756; border-radius: 0 8px 8px 0; font-size: 11px; line-height: 1.55; }
.state-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.state-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfb; }
.state-card header { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.state-card header img { max-height: 24px; max-width: 135px; }
.tabby-card header img { max-width: 76px; }
.state-card header a { color: var(--green-2); font-size: 10px; font-weight: 750; }
.state-track { display: flex; align-items: center; gap: 7px; margin: 21px 0 16px; }
.state-track span { padding: 7px 9px; background: var(--mint); border-radius: 7px; font: 800 9px monospace; white-space: nowrap; }
.state-track b { color: #8da499; font-weight: 500; }
.tamara-track span { background: #ffebe6; }
.state-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.58; }
.state-card p strong { color: var(--ink); }
.normalization { margin-top: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 11px; border: 1px dashed #b7c8c0; border-radius: 12px; color: var(--muted); font-size: 11px; }
.normalization > span { color: var(--ink); font-weight: 750; }
.normalization > b { color: #8da499; }
.normalization code { margin-left: auto; color: var(--green); font-size: 10px; }
.ownership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ownership-grid article { padding: 22px; border: 1px solid var(--line); border-top: 4px solid var(--green-2); border-radius: 13px; background: #fbfcfb; }
.ownership-grid .provider-owned { border-top-color: #e5a898; }
.ownership-grid .activation-owned { border-top-color: #d5a34e; }
.owner { margin: 0 0 8px; color: var(--green-2); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.ownership-grid h3 { margin: 0; font: 500 24px Georgia, serif; }
.ownership-grid ul { min-height: 165px; margin: 18px 0; padding: 0; list-style: none; }
.ownership-grid li { position: relative; padding: 6px 0 6px 15px; color: var(--muted); font-size: 11px; line-height: 1.35; border-bottom: 1px solid #edf1ef; }
.ownership-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--green-2); font-weight: 900; }
.open-lab { color: var(--green); font-size: 12px; font-weight: 800; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.proof-grid article { padding: 20px; background: #f5f8f6; border-radius: 12px; }
.proof-grid article > span { color: var(--green-2); font-size: 9px; font-weight: 900; }
.proof-grid h3 { margin: 20px 0 7px; font-size: 14px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.production-boundary { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; margin-top: 14px; padding: 15px 18px; color: #765724; background: var(--warm); border: 1px solid #efe0c4; border-radius: 11px; }
.production-boundary strong { font-size: 12px; }
.production-boundary p { margin: 0; font-size: 11px; line-height: 1.5; }
.meeting-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.meeting-section { scroll-margin-top: 88px; }
.tabby-coverage-map { scroll-margin-top: 88px; }
.tabby-coverage-map .eyebrow { color: #176641; }
.tabby-meeting-grid article { border-top: 3px solid #6cff93; }
.meeting-grid article { min-height: 185px; padding: 17px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfb; }
.coverage-state { width: fit-content; padding: 4px 7px; border-radius: 6px; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.coverage-state.runnable { color: var(--green); background: var(--mint); }
.coverage-state.provisioned { color: #765724; background: #fff0d5; }
.meeting-grid h3 { margin: 18px 0 7px; font-size: 13px; }
.meeting-grid p { margin: 0 0 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.meeting-grid a { margin-top: auto; color: var(--green-2); font-size: 9px; font-weight: 800; }
.meeting-verdict { margin-top: 13px; padding: 14px 16px; display: grid; grid-template-columns: 125px 1fr auto; gap: 18px; align-items: center; border-radius: 11px; color: #dcefe6; background: var(--green); }
.meeting-verdict strong { color: white; font-size: 11px; }
.meeting-verdict span { font-size: 10px; line-height: 1.5; }
.meeting-verdict a { color: white; font-size: 10px; font-weight: 850; }
.tabby-verdict { color: #10281d; background: #6cff93; }
.tabby-verdict strong, .tabby-verdict a { color: #07120c; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 11px; }
th { padding: 11px 12px; color: var(--muted); background: #f1f5f3; font-size: 9px; text-align: left; text-transform: uppercase; letter-spacing: .1em; }
th:first-child { border-radius: 8px 0 0 8px; }
th:last-child { border-radius: 0 8px 8px 0; }
td { padding: 14px 12px; border-bottom: 1px solid var(--line); }
td:first-child { font-weight: 800; }
td a { color: var(--green-2); font-weight: 750; }
.source-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.source-provider { min-height: 45px; padding: 0 5px 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); }
.source-provider img { max-height: 26px; max-width: 150px; }
.source-columns > div:first-child .source-provider img { max-width: 80px; }
.source-provider span { color: var(--muted); font-size: 10px; }
.source-row { min-height: 76px; display: grid; grid-template-columns: 35px 1fr auto; gap: 12px; align-items: center; padding: 12px 5px; text-decoration: none; border-bottom: 1px solid var(--line); scroll-margin-top: 90px; }
.source-row:hover { background: #f5f8f6; }
.source-row > b { color: var(--green-2); font: 800 10px monospace; }
.source-row strong, .source-row small { display: block; }
.source-row strong { margin-bottom: 4px; font-size: 12px; }
.source-row small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.source-row i { color: #8aa296; font-style: normal; }
.access-note { margin: 21px 0 0; color: var(--muted); font-size: 10px; }
footer { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 40px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }
footer a { color: var(--green); font-weight: 750; }

@media (max-width: 1050px) {
  .manager-hero { grid-template-columns: 1fr; gap: 28px; }
  .verdict { max-width: 600px; }
  .flow { grid-template-columns: 1fr; gap: 8px; }
  .flow-arrow { transform: rotate(90deg); height: 18px; }
  .flow-step p { min-height: 0; }
  .post-order { grid-template-columns: repeat(3, 1fr); }
  .post-order-label { grid-column: 1 / -1; }
  .ownership-grid { grid-template-columns: 1fr; }
  .ownership-grid ul { min-height: 0; }
  .meeting-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  main { width: min(100% - 24px, 1280px); padding-top: 40px; }
  .manager-topbar { padding: 0 14px; }
  .manager-topbar nav > a:not(.lab-link) { display: none; }
  .manager-brand > span:last-child { display: none; }
  .section { padding: 20px; border-radius: 16px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 10px; text-align: left; }
  h1 { font-size: 45px; }
  .state-grid, .proof-grid, .source-columns { grid-template-columns: 1fr; }
  .meeting-verdict { grid-template-columns: 1fr; gap: 7px; }
  .normalization { flex-wrap: wrap; }
  .normalization code { width: 100%; margin-left: 0; overflow-wrap: anywhere; }
  .post-order { grid-template-columns: 1fr 1fr; }
  .production-boundary { grid-template-columns: 1fr; gap: 7px; }
  footer { width: min(100% - 24px, 1280px); }
}

@media (max-width: 440px) {
  .provider-lockup { align-items: stretch; flex-direction: column; }
  .provider-lockup span { min-width: 0 !important; }
  .post-order { grid-template-columns: 1fr; }
  .state-track { flex-wrap: wrap; }
  .source-row { grid-template-columns: 30px 1fr; }
  .source-row i { display: none; }
  .meeting-grid { grid-template-columns: 1fr; }
}
