:root {
  color-scheme: dark;
  --black: #080809;
  --carbon: #101012;
  --raised: #171719;
  --steel: #27282c;
  --line: #34353a;
  --ivory: #f4f1e9;
  --white: #ffffff;
  --muted: #a7a7ac;
  --dim: #74757b;
  --red: #f02f2a;
  --red-dark: #9d211e;
  --green: #2ed182;
  --cyan: #62bde8;
  --amber: #efbd5b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--black); color: var(--ivory); }
body, button, input { font: inherit; letter-spacing: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, summary { font: inherit; }
.content-wide { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.content-narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 50; height: 72px; background: rgba(8, 8, 9, .97); border-bottom: 1px solid var(--line); }
.site-header-inner { width: min(1280px, calc(100% - 40px)); height: 100%; margin: auto; display: grid; grid-template-columns: 220px minmax(0, 1fr) 220px; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 9px; color: var(--ivory); text-decoration: none; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand > span { font: 900 17px/1 "Arial Narrow", Inter, sans-serif; }
.brand > small { align-self: flex-start; margin-top: 6px; padding: 2px 4px; color: var(--black); background: var(--red); font-size: 7px; font-weight: 900; }
.site-nav { justify-self: center; display: flex; align-items: center; height: 100%; }
.site-nav a { height: 100%; display: flex; align-items: center; padding: 0 14px; border-bottom: 2px solid transparent; color: #b9b9bd; text-decoration: none; font-size: 11px; font-weight: 700; }
.site-nav a:hover, .site-nav a.active { color: var(--white); border-color: var(--red); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.text-action, .back-link { color: #d2d2d5; text-decoration: none; font-size: 11px; font-weight: 800; }
.text-action:hover, .back-link:hover { color: var(--white); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--red); border-radius: 4px; color: var(--white); background: var(--red); text-decoration: none; font-size: 11px; font-weight: 900; cursor: pointer; }
.button:hover { background: #ff423c; border-color: #ff423c; }
.button.secondary { background: rgba(8, 8, 9, .64); border-color: rgba(255, 255, 255, .48); }
.button.secondary:hover { background: var(--ivory); border-color: var(--ivory); color: var(--black); }
.button.compact { min-height: 36px; padding: 0 14px; }
.button.full { width: 100%; }
.eyebrow { margin: 0 0 14px; color: var(--red); font: 900 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(46, 209, 130, .12); }

.home-hero { position: relative; isolation: isolate; height: calc(100svh - 112px); min-height: 610px; max-height: 820px; display: flex; align-items: center; overflow: hidden; background: #171719 url("/static/cataldex-campus-command.png") center 48% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .48); }
.home-hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--red); }
.hero-content { padding-bottom: 38px; text-shadow: 0 3px 28px #000; }
.home-hero h1 { max-width: 780px; margin: 0; font: 900 96px/.9 "Arial Narrow", Inter, sans-serif; }
.hero-lede { max-width: 670px; margin: 22px 0 0; color: var(--white); font-size: 22px; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-fine { margin: 14px 0 0; color: #d0d0d2; font-size: 10px; }
.hero-tape { position: absolute; left: 0; right: 0; bottom: 0; min-height: 52px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-left: 7px; background: rgba(8, 8, 9, .9); border-top: 1px solid rgba(255, 255, 255, .24); }
.hero-tape span { min-width: 0; display: flex; align-items: center; padding: 0 20px; overflow: hidden; border-right: 1px solid var(--line); color: #c7c7ca; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.proof-strip { min-height: 78px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--carbon); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { color: var(--dim); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.proof-strip strong { margin-top: 5px; font-size: 12px; }

.section { padding-top: 100px; padding-bottom: 100px; }
.intro-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr); gap: 96px; align-items: start; }
.section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { margin: 0; max-width: 720px; font: 850 48px/1 "Arial Narrow", Inter, sans-serif; }
.section-copy > p:not(.eyebrow), .two-column p, .membership-callout p, .disclosure-band p, .evidence-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.process-stack { border-top: 1px solid var(--line); }
.process-stack article { min-height: 108px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.process-stack article > span { color: var(--red); font: 900 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.process-stack h3 { margin: 0 0 6px; font-size: 16px; }
.process-stack p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.dark-band { background: var(--carbon); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-stage { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.inline-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 14px; color: var(--white); text-decoration: none; font-size: 11px; font-weight: 900; }
.inline-link span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--red); }
.dashboard-preview { min-width: 0; overflow: hidden; border: 1px solid #46474d; border-radius: 6px; background: #0a0a0b; box-shadow: 0 28px 70px rgba(0, 0, 0, .42); }
.preview-top { height: 50px; display: grid; grid-template-columns: 1fr auto 9px; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.preview-top span, .preview-top strong { overflow: hidden; font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; white-space: nowrap; text-overflow: ellipsis; }
.preview-top strong { color: var(--muted); }
.preview-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.preview-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.preview-metrics div { min-height: 92px; display: flex; flex-direction: column; justify-content: center; padding: 12px 17px; border-right: 1px solid var(--line); }
.preview-metrics div:last-child { border-right: 0; }
.preview-metrics small { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.preview-metrics b { margin-top: 8px; overflow: hidden; color: var(--ivory); font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.preview-chart { height: 185px; display: flex; align-items: flex-end; gap: 9px; padding: 24px 18px 0; border-bottom: 1px solid var(--line); }
.preview-chart span { flex: 1; min-width: 4px; background: var(--red); border-top: 3px solid #ff6a64; }
.preview-chart span:nth-child(1) { height: 28%; }
.preview-chart span:nth-child(2) { height: 45%; }
.preview-chart span:nth-child(3) { height: 37%; }
.preview-chart span:nth-child(4) { height: 64%; }
.preview-chart span:nth-child(5) { height: 54%; }
.preview-chart span:nth-child(6) { height: 81%; }
.preview-chart span:nth-child(7) { height: 68%; }
.preview-chart span:nth-child(8) { height: 92%; }
.preview-chart span:nth-child(9) { height: 78%; }
.preview-chart span:nth-child(10) { height: 96%; }
.preview-chart span:nth-child(3n + 1) { background: var(--cyan); border-color: #9adaf7; }
.preview-chart span:nth-child(4n + 2) { background: var(--green); border-color: #7ae6ad; }
.preview-ledger p { min-height: 44px; display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 0; padding: 0 18px; border-bottom: 1px solid #222327; font-size: 9px; }
.preview-ledger p:last-child { border-bottom: 0; }
.preview-ledger b { color: var(--red); }
.preview-ledger span { overflow: hidden; color: var(--muted); white-space: nowrap; text-overflow: ellipsis; }
.preview-ledger em { color: var(--green); font-style: normal; text-transform: uppercase; }
.membership-callout { display: grid; grid-template-columns: 1.1fr auto .75fr; gap: 58px; align-items: center; }
.price-lockup { display: flex; align-items: center; gap: 12px; padding: 0 50px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.price-lockup strong { font: 900 70px/.9 "Arial Narrow", Inter, sans-serif; }
.price-lockup sup { color: var(--red); font-size: 23px; }
.price-lockup span { color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; }

.page-hero { min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 100px; padding-bottom: 76px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 940px; margin: 0; font: 900 68px/.96 "Arial Narrow", Inter, sans-serif; }
.page-hero > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.feature-index { padding-top: 20px; padding-bottom: 100px; }
.feature-index article { display: grid; grid-template-columns: 64px minmax(240px, .65fr) minmax(260px, 1fr) minmax(260px, .8fr); gap: 34px; align-items: start; padding: 46px 0; border-bottom: 1px solid var(--line); }
.feature-index article > span, .method-flow article > b, .security-grid article > span { color: var(--red); font: 900 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature-index h2 { margin: 0; font: 800 27px/1 "Arial Narrow", Inter, sans-serif; }
.feature-index p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.feature-index ul { margin: 0; padding: 0; list-style: none; }
.feature-index li { min-height: 28px; padding: 7px 0 7px 14px; border-bottom: 1px solid #222327; color: #c8c8cc; font-size: 10px; position: relative; }
.feature-index li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; background: var(--green); }
.two-column { display: grid; grid-template-columns: 1fr .82fr; gap: 110px; align-items: center; }

.methodology-hero { min-height: 500px; }
.method-flow { padding-bottom: 100px; }
.method-flow article { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 30px; padding: 52px 0; border-bottom: 1px solid var(--line); }
.method-flow article > div { max-width: 900px; }
.method-flow article span { color: var(--dim); font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.method-flow h2 { margin: 9px 0 13px; font: 850 34px/1 "Arial Narrow", Inter, sans-serif; }
.method-flow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.source-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.source-chips span { padding: 7px 9px; border: 1px solid var(--line); color: #c8c8cb !important; background: var(--carbon); font-size: 8px !important; }
.disclosure-band { padding: 65px 0; background: #181213; border-top: 1px solid #50211f; border-bottom: 1px solid #50211f; }
.disclosure-band > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.disclosure-band p { margin: 0; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }

.integration-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 14px; padding-bottom: 100px; }
.integration-grid article { min-height: 420px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--carbon); }
.integration-grid article.available { border-top: 4px solid var(--red); }
.integration-top { display: flex; justify-content: space-between; gap: 12px; color: var(--dim); font-size: 9px; font-weight: 900; }
.integration-top em { color: var(--green); font-style: normal; text-transform: uppercase; }
.integration-grid h2 { margin: 80px 0 14px; font: 850 30px/1 "Arial Narrow", Inter, sans-serif; }
.integration-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.integration-grid ul { margin: 24px 0 0; padding: 0; list-style: none; }
.integration-grid li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 10px; }

.pricing-layout { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 85px; align-items: start; padding-bottom: 100px; }
.price-panel { position: sticky; top: 94px; padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: 6px; background: var(--carbon); }
.price-panel > span { color: var(--dim); font-size: 9px; font-weight: 900; }
.price { display: flex; align-items: baseline; margin: 55px 0 24px; }
.price sup { color: var(--red); font-size: 25px; font-weight: 900; }
.price strong { font: 900 82px/.8 "Arial Narrow", Inter, sans-serif; }
.price small { margin-left: 9px; color: var(--muted); }
.price-panel p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-panel > small { display: block; margin-top: 14px; color: var(--dim); font-size: 9px; line-height: 1.5; }
.included-list h2 { margin: 0 0 24px; font: 850 32px/1 "Arial Narrow", Inter, sans-serif; }
.included-list > div { min-height: 102px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.included-list span { color: var(--red); font: 900 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.included-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.included-list strong { display: block; margin-bottom: 5px; color: var(--ivory); font-size: 13px; }
.faq { padding-bottom: 100px; }
.faq h2 { margin: 0 0 25px; font: 850 34px/1 "Arial Narrow", Inter, sans-serif; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 0; cursor: pointer; font-size: 13px; font-weight: 800; }
.faq details p { max-width: 760px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }

.security-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-bottom: 100px; background: var(--line); border: 1px solid var(--line); }
.security-grid article { min-height: 260px; padding: 28px; background: var(--carbon); }
.security-grid h2 { margin: 65px 0 12px; font: 850 24px/1 "Arial Narrow", Inter, sans-serif; }
.security-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.legal-wrap { padding-top: 110px; padding-bottom: 120px; }
.legal-wrap h1 { margin: 0; font: 900 62px/.95 "Arial Narrow", Inter, sans-serif; }
.legal-date { margin: 16px 0 48px; color: var(--dim); font-size: 10px; text-transform: uppercase; }
.legal-copy { border-top: 1px solid var(--line); }
.legal-copy h2 { margin: 42px 0 10px; font: 800 22px/1 "Arial Narrow", Inter, sans-serif; }
.legal-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; }

.site-footer { border-top: 1px solid var(--line); background: #070708; }
.footer-main { width: min(1180px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; padding: 62px 0; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main p { max-width: 260px; color: var(--dim); font-size: 11px; line-height: 1.5; }
.footer-main strong { margin-bottom: 6px; color: var(--dim); font-size: 9px; text-transform: uppercase; }
.footer-main > div > a:not(.brand) { color: #c5c5c8; text-decoration: none; font-size: 10px; }
.footer-main > div > a:hover { color: var(--white); }
.risk-footer { min-height: 76px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 60px; padding: 14px max(24px, calc((100% - 1180px) / 2)); border-top: 1px solid var(--line); }
.risk-footer span { color: var(--dim); font-size: 9px; white-space: nowrap; }
.risk-footer p { margin: 0; color: #74757b; font-size: 8px; line-height: 1.55; }

.auth-page .site-header, .auth-page .site-footer { display: none; }
.auth-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(500px, 1.1fr); }
.auth-visual { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: 44px 54px; background: #151516 url("/static/cataldex-campus-command.png") 58% center / cover no-repeat; position: relative; isolation: isolate; }
.auth-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .5); }
.auth-visual > div { display: flex; flex-direction: column; align-items: flex-start; }
.auth-visual .eyebrow { margin-top: 140px; }
.auth-visual h1 { margin: 0; font: 900 58px/.94 "Arial Narrow", Inter, sans-serif; text-shadow: 0 3px 28px #000; }
.auth-visual p:not(.eyebrow) { max-width: 500px; color: #d0d0d3; font-size: 13px; line-height: 1.65; text-shadow: 0 2px 16px #000; }
.auth-visual > small { color: #c2c2c4; font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.auth-form-wrap { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 50px max(40px, 10vw); background: var(--black); }
.back-link { position: absolute; top: 35px; left: max(40px, 10vw); }
.auth-heading h2 { margin: 0; font: 850 40px/1 "Arial Narrow", Inter, sans-serif; }
.auth-heading > p:not(.eyebrow) { margin: 10px 0 25px; color: var(--muted); font-size: 12px; }
.auth-form { display: grid; gap: 14px; }
.auth-form label:not(.check-row) { display: grid; gap: 7px; color: #c7c7ca; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.auth-form input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 0 13px; outline: 0; border: 1px solid var(--line); border-radius: 3px; background: var(--carbon); color: var(--white); }
.auth-form input:focus { border-color: var(--red); }
.check-row { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 10px; align-items: start; color: var(--muted); font-size: 10px; line-height: 1.5; }
.check-row input { width: 15px; height: 15px; accent-color: var(--red); }
.form-alert, .workspace-alert { padding: 11px 13px; border-left: 3px solid var(--red); color: var(--white); background: #401616; font-size: 10px; }
.form-alert.success, .workspace-alert.success { border-color: var(--green); background: #123325; }
.auth-alternative { margin: 20px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.auth-alternative a, .auth-legal a { color: var(--white); }
.auth-legal { margin: 20px 0 0; color: var(--dim); font-size: 8px; line-height: 1.5; text-align: center; }

.member-shell { min-height: 100svh; display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.member-sidebar { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; padding: 22px 18px; background: #09090a; border-right: 1px solid var(--line); }
.member-sidebar nav { display: grid; gap: 2px; margin-top: 46px; }
.member-sidebar nav a { padding: 11px 12px; border-left: 2px solid transparent; color: var(--muted); text-decoration: none; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.member-sidebar nav a:hover, .member-sidebar nav a.active { border-color: var(--red); color: var(--white); background: var(--carbon); }
.member-sidebar-foot { margin-top: auto; display: grid; gap: 5px; padding-top: 18px; border-top: 1px solid var(--line); }
.member-sidebar-foot span { overflow: hidden; font-size: 11px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.member-sidebar-foot small { overflow: hidden; color: var(--dim); font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.member-sidebar-foot button { margin-top: 13px; padding: 7px 0; border: 0; color: var(--muted); background: transparent; font-size: 9px; text-align: left; cursor: pointer; }
.member-workspace { min-width: 0; padding-bottom: 80px; background: #0c0c0e; }
.member-topbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 34px; border-bottom: 1px solid var(--line); background: #0a0a0b; }
.member-topbar > div { display: grid; gap: 4px; }
.member-topbar span { color: var(--dim); font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.member-topbar strong { font-size: 12px; }
.member-topbar a { color: var(--muted); font-size: 9px; text-decoration: none; text-transform: uppercase; }
.topbar-actions { display: flex; align-items: center; gap: 16px; }
.topbar-actions form { margin: 0; }
.topbar-actions button { padding: 0; border: 0; color: var(--dim); background: transparent; font-size: 9px; text-transform: uppercase; cursor: pointer; }
.topbar-actions button:hover { color: var(--white); }
.workspace-alert { margin: 18px 34px 0; }
.member-overview { min-height: 265px; display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 50px; align-items: center; padding: 38px 40px; border-bottom: 1px solid var(--line); background: var(--carbon); }
.member-overview h1 { max-width: 760px; margin: 0; font: 850 42px/1 "Arial Narrow", Inter, sans-serif; }
.member-overview > div > p:last-child { max-width: 700px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.membership-badge { min-height: 130px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--amber); border-radius: 5px; background: #131315; }
.membership-badge.active, .membership-badge.trialing { border-top-color: var(--green); }
.membership-badge span, .membership-badge small { color: var(--dim); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.membership-badge strong { margin: 8px 0 5px; font-size: 17px; text-transform: capitalize; }
.member-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.member-metrics article { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 18px 24px; border-right: 1px solid var(--line); background: #101012; }
.member-metrics article:last-child { border-right: 0; }
.member-metrics span, .member-metrics small { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.member-metrics strong { margin: 7px 0 5px; font-size: 14px; }
.member-section { padding: 44px 34px 0; scroll-margin-top: 10px; }
.member-section-head { min-height: 54px; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.member-section-head > div { display: flex; gap: 12px; }
.member-section-head span { color: var(--red); font: 800 9px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.member-section-head h2 { margin: 0; font: 800 21px/1 "Arial Narrow", Inter, sans-serif; }
.member-section-head p { margin: 2px 0 0; color: var(--dim); font-size: 9px; }
.member-panel { border: 1px solid var(--line); border-radius: 5px; background: var(--carbon); }
.panel-toolbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.panel-toolbar > div:first-child { display: grid; gap: 5px; }
.panel-toolbar strong { font-size: 12px; }
.panel-toolbar small { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.action-group { display: flex; align-items: center; gap: 8px; }
.availability-note { color: var(--dim); font-size: 9px; }
.quiet-button { min-height: 32px; padding: 0 11px; border: 1px solid var(--line); border-radius: 3px; color: #d0d0d3; background: transparent; font-size: 9px; cursor: pointer; }
.quiet-button:hover { border-color: var(--red); color: var(--white); }
.link-button { display: inline-flex; align-items: center; text-decoration: none; }
.connection-row, .roadmap-row { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 18px; border-bottom: 1px solid #242529; }
.connection-row > div, .roadmap-row { min-width: 0; }
.connection-row span, .roadmap-row > span { color: var(--red); font-size: 9px; font-weight: 900; }
.connection-row strong, .connection-row small { display: block; }
.connection-row strong { margin: 4px 0; font-size: 11px; }
.connection-row small, .roadmap-row small { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.roadmap-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; }
.roadmap-row:last-child { border-bottom: 0; }
.roadmap-row strong { font-size: 10px; }
.empty-state { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border-bottom: 1px solid var(--line); }
.empty-state strong { font-size: 11px; }
.empty-state p { margin: 5px 0 0; color: var(--dim); font-size: 9px; }
.billing-panel { min-height: 175px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.billing-panel > div { padding: 26px; }
.billing-panel > div + div { border-left: 1px solid var(--line); }
.billing-panel span { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.billing-panel h3 { margin: 9px 0; font: 850 30px/1 "Arial Narrow", Inter, sans-serif; }
.billing-panel h3 small { color: var(--dim); font-size: 11px; }
.billing-panel p { max-width: 520px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.billing-panel > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.billing-panel > div:last-child > strong { text-transform: capitalize; font-size: 11px; }
.control-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.control-grid article { min-height: 180px; padding: 22px; background: var(--carbon); }
.control-grid span { color: var(--red); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.control-grid h3 { margin: 40px 0 8px; font: 800 18px/1 "Arial Narrow", Inter, sans-serif; }
.control-grid p { margin: 0; color: var(--dim); font-size: 9px; line-height: 1.55; }

@media (max-width: 1080px) {
  .site-header-inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .site-nav a { padding-inline: 9px; }
  .intro-grid, .product-stage { gap: 50px; }
  .membership-callout { grid-template-columns: 1fr auto; }
  .membership-callout > div:last-child { grid-column: 1 / -1; }
  .feature-index article { grid-template-columns: 48px minmax(210px, .7fr) 1.3fr; }
  .feature-index ul { grid-column: 2 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .integration-grid { grid-template-columns: 1fr 1fr; }
  .integration-grid article:first-child { grid-column: 1 / -1; min-height: 320px; }
  .auth-form-wrap { padding-inline: 55px; }
  .member-metrics { grid-template-columns: 1fr 1fr; }
  .member-metrics article:nth-child(2) { border-right: 0; }
  .member-metrics article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .control-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .content-wide, .content-narrow { width: min(100% - 32px, 680px); }
  .site-header { height: auto; min-height: 104px; }
  .site-header-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto; gap: 8px; padding: 11px 0 0; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; overflow-x: auto; border-top: 1px solid var(--line); }
  .site-nav a { flex: 1 0 auto; height: 38px; justify-content: center; padding-inline: 13px; font-size: 9px; }
  .header-actions .text-action { display: none; }
  .home-hero { height: calc(100svh - 144px); min-height: 570px; background-position: 60% center; }
  .home-hero h1 { font-size: 70px; }
  .hero-lede { font-size: 18px; }
  .hero-tape { grid-template-columns: 1fr 1fr; }
  .hero-tape span:nth-child(n + 3) { display: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 68px; border-bottom: 1px solid var(--line); }
  .proof-strip div:nth-child(even) { border-right: 0; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .intro-grid, .product-stage, .two-column, .evidence-grid, .disclosure-band > div { grid-template-columns: 1fr; gap: 42px; }
  .section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { font-size: 39px; }
  .membership-callout { grid-template-columns: 1fr; gap: 34px; }
  .price-lockup { padding: 24px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .page-hero { min-height: 390px; }
  .page-hero h1 { font-size: 50px; }
  .feature-index article { grid-template-columns: 46px minmax(0, 1fr); gap: 20px; }
  .feature-index article > p, .feature-index ul { grid-column: 2; }
  .integration-grid, .security-grid { grid-template-columns: 1fr; }
  .integration-grid article:first-child { grid-column: auto; }
  .pricing-layout { grid-template-columns: 1fr; gap: 60px; }
  .price-panel { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .risk-footer { grid-template-columns: 1fr; gap: 8px; }
  .risk-footer span { white-space: normal; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-visual { min-height: 320px; padding: 26px 30px; }
  .auth-visual .eyebrow { margin-top: 60px; }
  .auth-visual h1 { font-size: 42px; }
  .auth-form-wrap { min-height: 620px; padding: 80px 30px 50px; }
  .back-link { top: 28px; left: 30px; margin: 0; }
  .member-shell { grid-template-columns: 1fr; }
  .member-sidebar { position: relative; height: auto; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; padding: 13px 16px; }
  .member-sidebar nav { margin: 0; display: flex; justify-self: end; overflow-x: auto; }
  .member-sidebar nav a { white-space: nowrap; }
  .member-sidebar-foot { display: none; }
  .member-overview { grid-template-columns: 1fr; gap: 25px; }
  .membership-badge { max-width: 320px; }
  .member-section { padding-inline: 18px; }
  .member-topbar { padding-inline: 20px; }
  .workspace-alert { margin-inline: 18px; }
}

@media (max-width: 560px) {
  .site-header-inner { grid-template-columns: 1fr auto; }
  .brand img { width: 34px; height: 34px; }
  .brand > span { font-size: 15px; }
  .header-actions .button { min-height: 34px; padding-inline: 11px; }
  .site-nav { width: 100%; }
  .site-nav a { padding-inline: 10px; }
  .home-hero { min-height: 530px; background-position: 65% center; }
  .home-hero h1 { font-size: 54px; }
  .hero-lede { font-size: 15px; }
  .hero-fine { max-width: 280px; }
  .proof-strip strong { font-size: 10px; }
  .proof-strip div { padding-inline: 16px; }
  .section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { font-size: 33px; }
  .dashboard-preview { margin-inline: -6px; }
  .preview-top { grid-template-columns: minmax(0, 1fr) 9px; }
  .preview-top strong { display: none; }
  .preview-metrics div { min-height: 78px; padding-inline: 10px; }
  .preview-metrics b { font-size: 9px; }
  .preview-chart { height: 145px; gap: 5px; }
  .preview-ledger p { grid-template-columns: 68px minmax(0, 1fr); }
  .preview-ledger em { display: none; }
  .page-hero { min-height: 350px; padding-top: 68px; padding-bottom: 55px; }
  .page-hero h1 { font-size: 39px; }
  .page-hero > p:last-child { font-size: 13px; }
  .feature-index article { grid-template-columns: 36px minmax(0, 1fr); padding-block: 36px; }
  .feature-index ul { display: block; }
  .method-flow article { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; }
  .method-flow h2 { font-size: 27px; }
  .integration-grid article { min-height: 340px; padding: 22px; }
  .integration-grid h2 { margin-top: 56px; }
  .security-grid article { min-height: 220px; }
  .pricing-layout { padding-bottom: 70px; }
  .price strong { font-size: 68px; }
  .included-list > div { grid-template-columns: 36px minmax(0, 1fr); }
  .legal-wrap { padding-top: 72px; }
  .legal-wrap h1 { font-size: 46px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .auth-visual { min-height: 290px; }
  .auth-visual h1 { font-size: 34px; }
  .auth-visual p:not(.eyebrow) { display: none; }
  .auth-form-wrap { padding-inline: 20px; }
  .back-link { left: 20px; }
  .auth-heading h2 { font-size: 34px; }
  .member-sidebar { display: block; }
  .member-sidebar .brand { margin-bottom: 10px; }
  .member-sidebar nav { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .member-sidebar nav a { min-width: 0; padding: 8px 2px; font-size: 7px; text-align: center; white-space: normal; }
  .member-topbar { min-height: 58px; }
  .topbar-actions { gap: 9px; }
  .topbar-actions a, .topbar-actions button { font-size: 7px; }
  .member-overview { min-height: 0; padding: 30px 20px; }
  .member-overview h1 { font-size: 34px; }
  .member-metrics { grid-template-columns: 1fr; }
  .member-metrics article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .member-section-head { display: block; }
  .member-section-head p { margin: 7px 0 12px 30px; }
  .panel-toolbar { align-items: flex-start; flex-direction: column; }
  .action-group { width: 100%; flex-direction: column; align-items: stretch; }
  .roadmap-row { grid-template-columns: 70px minmax(0, 1fr); }
  .roadmap-row small { grid-column: 2; }
  .billing-panel { grid-template-columns: 1fr; }
  .billing-panel > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .control-grid { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .site-nav a { padding-inline: 5px; font-size: 8px; }
}
