@font-face {
  font-family: "Cataldex Sans";
  src: url("/static/fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Cataldex Display";
  src: url("/static/fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #090b0e;
  --carbon: #101318;
  --raised: #171b21;
  --steel: #2b3038;
  --line: #303740;
  --ivory: #f2f0e9;
  --paper: #e7e6df;
  --white: #ffffff;
  --muted: #a9adb4;
  --dim: #737983;
  --red: #f0443e;
  --red-dark: #b72e2a;
  --green: #3bd28b;
  --cyan: #4fc1e8;
  --amber: #f0ba58;
  font-family: "Cataldex Sans", Arial, sans-serif;
}

html { background: var(--black); }
body { background: var(--black); font-family: "Cataldex Sans", Arial, sans-serif; }
body, button, input { font-family: "Cataldex Sans", Arial, sans-serif; }
body:not(.member-page) main { overflow: clip; }

.content-wide { width: min(1240px, calc(100% - 64px)); }
.content-narrow { width: min(860px, calc(100% - 64px)); }

.brand { gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; }
.brand-mark img { width: 38px; height: 38px; }
.brand-name { display: grid; gap: 1px; }
.brand-name b { font: 600 22px/.86 "Cataldex Display", "Arial Narrow", sans-serif; }
.brand-name small { color: #8f969f; font: 700 6px/1 "Cataldex Sans", Arial, sans-serif; text-transform: uppercase; }
.brand > em { align-self: flex-start; margin-top: 2px; padding: 3px 5px; color: var(--black); background: var(--red); font-size: 6px; font-style: normal; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 100; height: 78px; background: rgba(9, 11, 14, .96); border-bottom-color: #262c33; backdrop-filter: blur(14px); }
.site-header-inner { width: min(1360px, calc(100% - 48px)); grid-template-columns: 260px minmax(0, 1fr) 260px; }
.site-nav a { padding-inline: 16px; border-bottom-width: 3px; color: #b9bec5; font-size: 10px; font-weight: 750; }
.site-nav a:hover, .site-nav a.active { color: var(--white); border-color: var(--red); }
.header-actions { gap: 19px; }
.text-action, .back-link { font-size: 10px; }

.button { min-height: 46px; gap: 15px; padding: 0 20px; border-radius: 2px; font-size: 10px; font-weight: 800; text-transform: uppercase; transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.compact { min-height: 38px; }
.button.secondary { background: rgba(9, 11, 14, .74); border-color: #7d848c; }
.eyebrow { margin-bottom: 17px; font: 800 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.status-dot { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(59, 210, 139, .12); }

.home-hero { height: calc(100svh - 78px); min-height: 650px; max-height: 860px; align-items: center; background: #101318 url("/static/cataldex-command-studio.webp") center center / cover no-repeat; }
.home-hero::before { width: 4px; background: var(--red); }
.hero-shade { background: rgba(0, 0, 0, .12); }
.hero-content { z-index: 2; padding-bottom: 52px; text-shadow: 0 2px 28px #000; }
.hero-brandline { margin: 0 0 28px; color: #d9dde0; font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-brandline span { padding-inline: 8px; color: var(--red); }
.home-hero h1 { max-width: 690px; font: 600 98px/.82 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.home-hero h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 590px; margin-top: 25px; color: #f2f3f3; font-size: 17px; line-height: 1.55; }
.hero-actions { margin-top: 29px; }
.hero-fine { color: #bfc4ca; font-size: 9px; }

.hero-session { position: absolute; z-index: 2; right: max(34px, calc((100% - 1240px) / 2)); top: 72px; width: 244px; padding: 18px 0; border-top: 2px solid var(--red); border-bottom: 1px solid rgba(255, 255, 255, .28); color: var(--white); background: rgba(7, 9, 12, .74); box-shadow: 0 18px 40px rgba(0, 0, 0, .28); }
.hero-session > div:first-child { display: grid; grid-template-columns: auto 1fr 8px; align-items: center; gap: 9px; padding: 0 16px 14px; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.hero-session span, .hero-session strong, .hero-session dt, .hero-session dd { font: 750 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.hero-session span { color: var(--red); }
.hero-session strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.live-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: live-pulse 1.8s ease-out infinite; }
.hero-session dl { display: grid; grid-template-columns: 1fr auto; row-gap: 11px; margin: 15px 16px 18px; }
.hero-session dt { color: #969da6; }
.hero-session dd { margin: 0; color: #edf0f2; }
.mini-market-line { height: 38px; display: flex; align-items: end; gap: 5px; padding-inline: 16px; }
.mini-market-line i { flex: 1; height: 25%; background: var(--cyan); animation: market-bars 4s ease-in-out infinite alternate; transform-origin: bottom; }
.mini-market-line i:nth-child(2) { height: 50%; animation-delay: -2.2s; }
.mini-market-line i:nth-child(3) { height: 38%; background: var(--red); animation-delay: -1.1s; }
.mini-market-line i:nth-child(4) { height: 70%; background: var(--green); animation-delay: -3.3s; }
.mini-market-line i:nth-child(5) { height: 58%; animation-delay: -.7s; }
.mini-market-line i:nth-child(6) { height: 84%; background: var(--green); animation-delay: -2.7s; }
.mini-market-line i:nth-child(7) { height: 66%; background: var(--red); animation-delay: -1.7s; }
.mini-market-line i:nth-child(8) { height: 94%; background: var(--green); animation-delay: -3.8s; }

.hero-tape { min-height: 58px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-left: 4px; background: rgba(9, 11, 14, .96); border-top-color: #3a414a; }
.hero-tape span { padding-inline: 24px; border-right-color: #30363e; color: #c5c9ce; font-size: 8px; }

.proof-strip { min-height: 94px; background: var(--ivory); border-color: #c9c7bf; color: var(--black); }
.proof-strip div { position: relative; padding-inline: 32px; border-right-color: #cbc9c1; }
.proof-strip div::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.proof-strip div:hover::before { transform: scaleX(1); }
.proof-strip span { color: #74777b; font-size: 7px; }
.proof-strip strong { margin-top: 7px; font-size: 11px; }

.section { padding-top: 112px; padding-bottom: 112px; }
.light-band { width: 100%; color: #101216; background: var(--ivory); }
.intro-grid { grid-template-columns: minmax(300px, .86fr) minmax(450px, 1.14fr); gap: 110px; }
.section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { font: 600 56px/.9 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.section-copy > p:not(.eyebrow), .two-column p, .membership-callout p, .disclosure-band p, .evidence-grid p { font-size: 13px; line-height: 1.75; }
.light-band .section-copy > p:not(.eyebrow) { color: #595e64; }
.ink-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 14px; color: var(--black); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.ink-link span { color: var(--red); font-size: 18px; }
.plain-steps { border-top: 1px solid #bbbcb7; }
.plain-steps article { min-height: 126px; display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 20px; align-items: center; border-bottom: 1px solid #bbbcb7; }
.plain-steps article > span { color: var(--red); font: 600 20px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.plain-steps h3 { margin: 0 0 7px; font: 600 25px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.plain-steps p { max-width: 590px; margin: 0; color: #60656a; font-size: 11px; line-height: 1.6; }

.command-band { color: var(--ivory); background: #0d1014; border-top: 1px solid #2b323a; border-bottom: 1px solid #2b323a; }
.product-stage { grid-template-columns: .72fr 1.28fr; gap: 86px; }
.inline-link { gap: 20px; font-size: 10px; text-transform: uppercase; }
.inline-link span { width: auto; height: auto; border: 0; font-size: 18px; }
.dashboard-preview { border: 1px solid #454d56; border-radius: 2px; background: #080a0d; box-shadow: 26px 30px 0 #171b20; }
.preview-top { height: 54px; border-bottom-color: #30363f; }
.preview-top span, .preview-top strong { font-size: 7px; }
.preview-metrics { border-bottom-color: #30363f; }
.preview-metrics div { min-height: 88px; border-right-color: #30363f; }
.preview-metrics small { font-size: 7px; }
.preview-metrics b { font-size: 11px; }
.preview-body { display: grid; grid-template-columns: minmax(0, 1fr) 150px; border-bottom: 1px solid #30363f; }
.preview-chart { height: 184px; border-bottom: 0; }
.preview-side { display: flex; flex-direction: column; justify-content: center; padding: 18px; border-left: 1px solid #30363f; }
.preview-side > span { color: var(--red); font: 800 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.preview-side > strong { margin: 7px 0; font: 600 37px/.9 "Cataldex Display", "Arial Narrow", sans-serif; }
.preview-side > small { color: #8d949c; font-size: 7px; line-height: 1.7; text-transform: uppercase; }
.preview-side > b { align-self: flex-start; margin-top: 15px; padding: 6px 8px; color: var(--black); background: var(--green); font-size: 9px; }
.preview-ledger p { min-height: 48px; }

.signal-rail { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 26px; overflow: hidden; color: var(--black); background: var(--red); }
.signal-rail span { flex: 0 0 auto; font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.signal-rail i { width: 3px; height: 3px; flex: 0 0 3px; background: var(--black); transform: rotate(45deg); }

.membership-callout { grid-template-columns: 1.08fr auto .78fr; gap: 62px; }
.plan-pair { width: 350px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.plan-pair > div { min-width: 0; padding: 22px; }
.plan-pair > div + div { border-left: 1px solid var(--line); background: #14181d; }
.plan-pair span, .plan-pair small { display: block; color: var(--dim); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.plan-pair strong { display: block; margin: 11px 0 8px; font: 600 38px/.85 "Cataldex Display", "Arial Narrow", sans-serif; }
.plan-pair > div:last-child strong { color: var(--red); }

.page-hero { min-height: 470px; padding-top: 118px; padding-bottom: 84px; }
.page-hero::before { content: "CATALDEX / MARKET SYSTEMS"; margin-bottom: 26px; color: #6e747d; font: 750 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.page-hero h1 { max-width: 1010px; font: 600 76px/.88 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.page-hero > p:last-child { max-width: 690px; color: #abb0b7; font-size: 14px; }

.feature-index, .method-flow, .integration-grid, .pricing-layout, .security-grid, .faq { position: relative; color: #111317; background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.feature-index { padding-top: 24px; padding-bottom: 116px; }
.feature-index article { min-height: 235px; grid-template-columns: 64px minmax(210px, .62fr) minmax(260px, 1fr) minmax(250px, .82fr); padding-block: 50px; border-bottom-color: #bfc0bb; }
.feature-index article > span, .method-flow article > b, .security-grid article > span { font: 600 20px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.feature-index h2 { color: #111317; font: 600 34px/.95 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.feature-index p { color: #5a5e63; font-size: 12px; }
.feature-index li { border-bottom-color: #c6c7c2; color: #353a3f; font-size: 9px; }
.feature-index li::before { background: var(--red); }
.two-column { gap: 120px; }

.methodology-hero { min-height: 530px; }
.method-flow { padding-top: 24px; padding-bottom: 110px; }
.method-flow article { grid-template-columns: 76px minmax(0, 1fr); padding-block: 58px; border-bottom-color: #bfc0bb; }
.method-flow article > div { max-width: 920px; }
.method-flow article span { color: #72767a; }
.method-flow h2 { color: #111317; font: 600 39px/.95 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.method-flow p { color: #575c61; font-size: 12px; }
.source-chips span { border-color: #bfc0bb; color: #363b40 !important; background: #f7f6f0; }
.disclosure-band { padding-block: 78px; color: #111317; background: var(--red); border: 0; }
.disclosure-band > div { grid-template-columns: .8fr 1.2fr; }
.disclosure-band .eyebrow { color: #111317; }
.disclosure-band p { color: #1e2226; }
.evidence-grid { gap: 110px; }

.integration-grid { grid-template-columns: 1.25fr .875fr .875fr; gap: 16px; padding-top: 10px; padding-bottom: 110px; }
.integration-grid article { min-height: 420px; border-color: #b6b8b4; border-radius: 2px; background: #f5f4ee; }
.integration-grid article.available { color: var(--ivory); border: 0; border-top: 4px solid var(--red); background: #101318; }
.integration-top { color: #676c71; }
.available .integration-top { color: #8d939a; }
.integration-grid h2 { color: #111317; font: 600 36px/.95 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.integration-grid article.available h2 { color: var(--ivory); }
.integration-grid p { color: #5e6267; }
.integration-grid article.available p { color: #adb1b7; }
.integration-grid li { border-bottom-color: #343a42; }

.pricing-layout { grid-template-columns: 410px minmax(0, 1fr); gap: 95px; padding-top: 12px; padding-bottom: 110px; }
.price-panel { top: 104px; border: 0; border-top: 4px solid var(--red); border-radius: 2px; color: var(--ivory); background: #101318; box-shadow: 18px 18px 0 #cdcdc7; }
.price { margin-top: 60px; }
.price strong { font: 600 92px/.75 "Cataldex Display", "Arial Narrow", sans-serif; }
.price-panel p { color: #acb1b7; }
.tier-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 20px; }
.tier-card { min-height: 650px; display: flex; flex-direction: column; padding: 38px; border: 1px solid #b8bab6; border-top: 4px solid #111317; background: #f7f6f0; }
.tier-card.pro-tier { color: var(--ivory); border: 0; border-top: 4px solid var(--red); background: #101318; box-shadow: 15px 17px 0 #ccccc6; }
.tier-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.tier-heading span { font: 800 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.tier-heading em { padding: 6px 8px; color: #4d5359; border: 1px solid #c4c5c0; font-size: 7px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.pro-tier .tier-heading span { color: var(--red); }
.pro-tier .tier-heading em { color: var(--green); border-color: #384139; }
.tier-card .price { margin: 72px 0 26px; }
.tier-card .price strong { color: #111317; }
.tier-card.pro-tier .price strong { color: var(--ivory); }
.tier-card > p { min-height: 62px; margin: 0; color: #5c6166; font-size: 12px; line-height: 1.65; }
.tier-card.pro-tier > p { color: #adb2b8; }
.tier-features { display: grid; gap: 0; margin: 28px 0 34px; padding: 0; list-style: none; }
.tier-features li { min-height: 42px; display: flex; align-items: center; padding: 9px 0 9px 20px; border-bottom: 1px solid #c7c8c3; color: #34393e; font-size: 10px; position: relative; }
.tier-features li::before { content: ""; position: absolute; left: 1px; width: 6px; height: 6px; background: var(--red); }
.pro-tier .tier-features li { color: #d0d3d6; border-bottom-color: #333940; }
.tier-card .button { margin-top: auto; }
.tier-card > small { display: block; min-height: 39px; margin-top: 14px; color: #74787c; font-size: 8px; line-height: 1.55; }
.pro-tier > small { color: #7e848c; }
.pricing-note { min-height: 118px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 34px; padding-block: 28px; color: #111317; background: var(--red); box-shadow: 0 0 0 100vmax var(--red); clip-path: inset(0 -100vmax); }
.pricing-note strong { font: 600 27px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.pricing-note p { max-width: 820px; margin: 0; font-size: 12px; line-height: 1.6; }
.included-list h2 { font: 600 39px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.included-list > div { min-height: 112px; border-bottom-color: #bfc0bb; }
.included-list span { font: 600 18px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.included-list p { color: #5c6065; }
.included-list strong { color: #111317; }
.faq { padding-top: 55px; padding-bottom: 110px; }
.faq h2 { font: 600 39px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.faq details { border-top-color: #bfc0bb; }
.faq details:last-child { border-bottom-color: #bfc0bb; }
.faq details p { color: #5c6065; }

.security-grid { gap: 1px; margin-bottom: 0; padding-bottom: 110px; border-color: #bfc0bb; background: #bfc0bb; }
.security-grid article { min-height: 280px; color: #111317; background: #f3f2ec; }
.security-grid h2 { margin-top: 72px; color: #111317; font: 600 29px/.95 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.security-grid p { color: #5e6267; }

.site-footer { background: #080a0d; }
.footer-main { width: min(1240px, calc(100% - 64px)); padding-block: 70px; }
.footer-main p { color: #868c94; }
.footer-main strong { color: #737a83; }
.risk-footer { padding-inline: max(32px, calc((100% - 1240px) / 2)); }

.auth-shell { grid-template-columns: minmax(420px, 1.12fr) minmax(450px, .88fr); }
.auth-visual { padding: 42px 52px; background: #111318 url("/static/cataldex-command-studio.webp") center / cover no-repeat; }
.auth-visual::before { background: rgba(0, 0, 0, .28); }
.auth-visual .eyebrow { margin-top: 150px; }
.auth-visual h1 { font: 600 64px/.88 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.auth-form-wrap { color: #111317; background: var(--ivory); }
.back-link { color: #4f555b; }
.auth-heading h2 { font: 600 46px/.95 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.auth-heading > p:not(.eyebrow) { color: #656a70; }
.auth-form label:not(.check-row) { color: #40454a; }
.auth-form input:not([type="checkbox"]) { border-color: #c0c1bc; border-radius: 2px; color: #111317; background: #ffffff; }
.check-row { color: #5f6469; }
.auth-alternative, .auth-legal { color: #6d7176; }
.auth-alternative a, .auth-legal a { color: #111317; }

.member-sidebar { background: #080a0d; }
.member-sidebar nav a { font-size: 9px; }
.member-page { overflow-x: hidden; }
.member-shell, .member-sidebar, .member-workspace { min-width: 0; }
.member-workspace { background: #0d1014; }
.member-topbar { background: #090b0e; }
.member-overview { background: #13171c; }
.member-overview h1 { font: 600 50px/.92 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.membership-badge, .member-panel { border-radius: 2px; }
.membership-badge.free { border-top-color: var(--cyan); }
.member-section-head h2 { font: 600 25px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.billing-panel h3 { font: 600 37px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.billing-panel { align-items: stretch; }
.billing-panel .plan-summary { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; }
.billing-panel .plan-summary.is-current::before { content: "CURRENT"; position: absolute; top: 16px; right: 18px; padding: 5px 7px; color: var(--black); background: var(--green); font-size: 6px; font-weight: 800; }
.billing-panel .plan-summary > em { margin-top: 13px; color: var(--green); font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.billing-panel .plan-summary > strong { margin-top: 14px; font-size: 9px; text-transform: uppercase; }
.billing-panel .plan-summary .button, .billing-panel .plan-summary .availability-note { margin-top: 14px; }
.control-grid h3 { font: 600 22px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }

.trading-connect-banner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; border: 1px solid #33404a; border-left: 4px solid var(--cyan); background: #11171d; }
.trading-connect-banner.is-hidden { display: none; }
.trading-connect-banner strong { font-size: 12px; }
.trading-connect-banner p { margin: 6px 0 0; color: var(--dim); font-size: 9px; line-height: 1.55; }
.paper-trading-board { border: 1px solid var(--line); background: #0b0e12; }
.paper-trading-board.is-disconnected .paper-account-strip, .paper-trading-board.is-disconnected .member-trading-grid { opacity: .42; }
.paper-trading-board.has-error { border-top-color: var(--red); }
.paper-statusbar { min-height: 58px; display: grid; grid-template-columns: minmax(190px, 1.2fr) repeat(3, minmax(120px, .7fr)); align-items: stretch; border-bottom: 1px solid var(--line); background: #0a0d10; }
.paper-statusbar > div { min-width: 0; display: grid; align-content: center; gap: 4px; padding: 11px 16px; border-right: 1px solid var(--line); }
.paper-statusbar > div:last-child { border-right: 0; }
.paper-statusbar > div:first-child { grid-template-columns: 8px auto minmax(0, 1fr); align-items: center; column-gap: 8px; }
.paper-statusbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--dim); }
.paper-statusbar i.is-online { background: var(--green); box-shadow: 0 0 0 4px rgba(59, 210, 139, .12); }
.paper-statusbar span { color: var(--dim); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.paper-statusbar > div:first-child strong { overflow: hidden; color: var(--ivory); font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }
.paper-statusbar > div:not(:first-child) strong { overflow: hidden; color: var(--ivory); font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.paper-account-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.paper-account-strip article { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 17px 19px; border-right: 1px solid var(--line); }
.paper-account-strip article:last-child { border-right: 0; }
.paper-account-strip span, .paper-account-strip small { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.paper-account-strip strong { margin: 9px 0 6px; font: 600 25px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.is-positive { color: var(--green) !important; }
.is-negative { color: var(--red) !important; }
.member-trading-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 1px; background: var(--line); }
.member-market-panel { min-width: 0; background: #0f1317; }
.member-market-panel > header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.member-market-panel > header > div { display: grid; gap: 5px; }
.member-market-panel > header span { color: var(--red); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.member-market-panel > header strong { font-size: 11px; }
.member-market-panel > header small { color: var(--dim); font-size: 8px; }
.member-position-table { overflow-x: auto; }
.position-row { min-width: 720px; min-height: 48px; display: grid; grid-template-columns: .75fr 1fr .8fr .8fr 1fr 1.2fr; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid #252b32; }
.position-row:last-child { border-bottom: 0; }
.position-row span { overflow: hidden; color: #b9bec4; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.position-row .position-symbol { color: var(--ivory); font-size: 10px; font-weight: 800; }
.position-head { min-height: 36px; background: #0b0e12; }
.position-head span { color: #6f7680; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.member-order-feed { max-height: 410px; overflow-y: auto; }
.member-order-row { min-height: 66px; display: grid; grid-template-columns: minmax(82px, .65fr) minmax(110px, 1fr) auto; align-items: center; gap: 13px; padding: 10px 16px; border-bottom: 1px solid #252b32; }
.member-order-row:last-child { border-bottom: 0; }
.order-identity, .order-detail { min-width: 0; display: grid; gap: 5px; }
.order-identity { grid-template-columns: auto minmax(0, 1fr); align-items: center; }
.order-side { padding: 4px 5px; color: var(--black); background: var(--dim); font-size: 6px; font-weight: 900; }
.order-side.buy { background: var(--green); }
.order-side.sell { color: var(--white); background: var(--red); }
.order-symbol { overflow: hidden; color: var(--ivory); font-size: 10px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.order-detail > span:first-child { color: #b9bec4; font-size: 8px; }
.order-time { color: var(--dim); font-size: 7px; }
.order-status { color: var(--amber); font-size: 7px; font-weight: 800; text-align: right; text-transform: uppercase; }
.status-filled { color: var(--green); }
.status-canceled, .status-rejected, .status-expired { color: var(--red); }
.member-data-empty { min-height: 90px; display: flex; align-items: center; padding: 18px; color: var(--dim); font-size: 9px; }

.member-focus-strip { min-height: 54px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 9px 18px; border-block: 1px solid var(--line); background: #090c0f; }
.member-focus-strip > span, .member-focus-strip > small { color: var(--dim); font-size: 7px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.member-focus-strip > div { min-width: 0; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.member-focus-strip > div > i { color: var(--dim); font-size: 8px; font-style: normal; }
.focus-candidate { flex: 0 0 auto; display: grid; grid-template-columns: auto auto; align-items: center; gap: 7px; min-height: 30px; padding: 5px 9px; border-left: 2px solid #66707a; background: #12171c; }
.focus-candidate.bullish { border-left-color: var(--green); }
.focus-candidate.bearish { border-left-color: var(--red); }
.focus-symbol { color: var(--ivory); font-size: 9px; font-weight: 900; }
.focus-score { color: var(--dim); font-size: 6px; font-weight: 800; }

.member-intelligence-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(340px, 1.2fr) minmax(270px, .85fr); gap: 1px; margin-bottom: 1px; background: var(--line); }
.member-command-panel { min-width: 0; border: 1px solid var(--line); border-radius: 2px; background: #0f1317; }
.member-intelligence-grid .member-command-panel { border: 0; border-radius: 0; }
.member-command-panel > header { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 17px; border-bottom: 1px solid var(--line); background: #0b0f13; }
.member-command-panel > header > div { min-width: 0; display: grid; gap: 5px; }
.member-command-panel > header span { color: var(--red); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.member-command-panel > header strong { overflow: hidden; color: var(--ivory); font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.member-command-panel > header small { color: var(--dim); font-size: 7px; white-space: nowrap; }
.member-scan-grid { display: grid; grid-template-columns: 1fr 1fr; }
.member-scan-grid > div { min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 12px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-scan-grid > div:nth-child(even) { border-right: 0; }
.member-scan-grid > div span:first-child { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.member-scan-grid > div span:last-child { color: var(--ivory); font: 600 24px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.member-signal-list, .member-source-list { max-height: 444px; overflow-y: auto; }
.member-signal { min-height: 82px; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 13px; align-items: center; padding: 12px 15px; border-bottom: 1px solid #252b32; }
.member-signal:last-child { border-bottom: 0; }
.member-signal-score { display: grid; justify-items: center; gap: 4px; padding: 8px 4px; border: 1px solid #343b43; }
.member-signal-score span:first-child { color: var(--ivory); font: 600 22px/1 "Cataldex Display", "Arial Narrow", sans-serif; }
.member-signal-score span:last-child { color: var(--dim); font-size: 6px; text-transform: uppercase; }
.member-signal.bullish .member-signal-score { border-color: rgba(59, 210, 139, .45); }
.member-signal.bullish .member-signal-score span:first-child { color: var(--green); }
.member-signal.bearish .member-signal-score { border-color: rgba(229, 82, 74, .5); }
.member-signal.bearish .member-signal-score span:first-child { color: var(--red); }
.member-signal-copy { min-width: 0; }
.member-signal-copy h3 { margin: 0; color: #d9dcdf; font-size: 9px; line-height: 1.42; }
.member-signal-copy p { margin: 7px 0 0; color: var(--dim); font-size: 7px; line-height: 1.45; }
.member-source-row { min-height: 60px; display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 9px 14px; border-bottom: 1px solid #252b32; }
.member-source-row:last-child { border-bottom: 0; }
.member-source-row > i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.member-source-row > i.is-warning { background: var(--amber); }
.member-source-row > i.is-down { background: var(--red); }
.member-source-row > div { min-width: 0; display: grid; gap: 5px; }
.member-source-row > div span:first-child { overflow: hidden; color: #d8dbde; font-size: 8px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.member-source-row > div span:last-child, .member-source-row > span:last-child { color: var(--dim); font-size: 7px; }
.member-catalyst-panel { border-radius: 0; }
.member-catalyst-list { display: grid; grid-template-columns: 1fr 1fr; }
.member-catalyst-list article { min-height: 108px; padding: 15px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.member-catalyst-list article:nth-child(even) { border-right: 0; }
.member-catalyst-list article > div { display: flex; justify-content: space-between; gap: 12px; color: var(--dim); font-size: 6px; text-transform: uppercase; }
.member-catalyst-list h3 { margin: 13px 0 9px; color: #d8dbdf; font-size: 9px; line-height: 1.45; }
.member-catalyst-list small { color: var(--red); font-size: 7px; }

.member-engine-rail, .member-learning-board { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); background: #0b0f13; }
.member-engine-rail article, .member-learning-board > div { min-height: 106px; display: flex; flex-direction: column; justify-content: center; padding: 15px 17px; border-right: 1px solid var(--line); }
.member-engine-rail article:last-child, .member-learning-board > div:last-child { border-right: 0; }
.member-engine-rail span, .member-engine-rail small, .member-learning-board span, .member-learning-board small { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.member-engine-rail strong, .member-learning-board strong { margin: 9px 0 7px; color: var(--ivory); font: 600 18px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.member-engine-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 16px; margin-top: 16px; }
.member-activity-list { max-height: 390px; overflow-y: auto; }
.member-activity-row { min-height: 72px; display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px 16px; border-bottom: 1px solid #252b32; }
.member-activity-row > i { width: 7px; height: 7px; border: 2px solid var(--cyan); border-radius: 50%; }
.member-activity-row > div { min-width: 0; }
.member-activity-row strong { color: #d9dcdf; font-size: 9px; }
.member-activity-row p { margin: 6px 0 0; color: var(--dim); font-size: 8px; line-height: 1.4; }
.member-activity-row > span { color: var(--dim); font-size: 7px; white-space: nowrap; }
.execution-truth-list > div { min-height: 67px; display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 11px 16px; border-bottom: 1px solid #252b32; }
.execution-truth-list > div:last-child { border-bottom: 0; }
.execution-truth-list i { width: 7px; height: 7px; border-radius: 50%; background: #626b75; }
.execution-truth-list i.is-live { background: var(--green); }
.execution-truth-list span { color: var(--dim); font-size: 8px; }
.execution-truth-list strong { color: var(--ivory); font-size: 8px; text-align: right; text-transform: uppercase; }

.member-risk-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.member-risk-grid article { min-height: 176px; padding: 19px; background: #0f1317; }
.member-risk-grid span { color: var(--red); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.member-risk-grid h3 { margin: 24px 0 12px; color: var(--ivory); font: 600 22px/1 "Cataldex Display", "Arial Narrow", sans-serif; text-transform: uppercase; }
.member-risk-grid p { margin: 0; color: var(--dim); font-size: 9px; line-height: 1.55; }
.member-risk-disclosure { margin: 13px 0 0; color: var(--dim); font-size: 8px; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(59, 210, 139, .5); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(59, 210, 139, 0); }
}

@keyframes market-bars {
  from { transform: scaleY(.62); }
  to { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0s !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-header-inner { grid-template-columns: 230px minmax(0, 1fr) 210px; }
  .site-nav a { padding-inline: 10px; }
  .home-hero h1 { font-size: 84px; }
  .hero-session { display: none; }
  .intro-grid, .product-stage { gap: 60px; }
  .section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { font-size: 49px; }
  .feature-index article { grid-template-columns: 52px minmax(200px, .7fr) 1.3fr; }
  .feature-index ul { grid-column: 2 / -1; }
  .integration-grid { grid-template-columns: 1fr 1fr; }
  .integration-grid article:first-child { grid-column: 1 / -1; }
  .pricing-layout:not(.tier-layout) { grid-template-columns: 360px minmax(0, 1fr); gap: 65px; }
  .paper-account-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .paper-account-strip article:nth-child(3) { border-right: 0; }
  .paper-account-strip article:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .member-trading-grid { grid-template-columns: 1fr; }
  .member-intelligence-grid { grid-template-columns: 1fr 1fr; }
  .member-intelligence-grid .sources-panel { grid-column: 1 / -1; }
  .member-source-list { display: grid; grid-template-columns: 1fr 1fr; }
  .member-source-row:nth-child(odd) { border-right: 1px solid #252b32; }
}

@media (max-width: 820px) {
  .content-wide, .content-narrow { width: min(100% - 32px, 700px); }
  .site-header { min-height: 106px; }
  .site-header-inner { width: calc(100% - 28px); grid-template-columns: 1fr auto; padding-top: 10px; }
  .site-nav { border-top-color: #2a3037; }
  .site-nav a { font-size: 8px; }
  .home-hero { height: calc(100svh - 106px); min-height: 620px; max-height: 760px; background-position: 46% center; }
  .hero-content { padding-bottom: 72px; }
  .home-hero h1 { font-size: 72px; }
  .hero-lede { max-width: 510px; font-size: 15px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 82px; border-bottom: 1px solid #cbc9c1; }
  .intro-grid, .product-stage, .two-column, .evidence-grid { grid-template-columns: 1fr; }
  .section { padding-block: 86px; }
  .product-stage { gap: 48px; }
  .membership-callout { grid-template-columns: 1fr auto; }
  .membership-callout > div:last-child { grid-column: 1 / -1; }
  .page-hero h1 { font-size: 60px; }
  .feature-index article { grid-template-columns: 48px minmax(0, 1fr); }
  .feature-index article > p, .feature-index ul { grid-column: 2; }
  .method-flow article { grid-template-columns: 56px minmax(0, 1fr); }
  .disclosure-band > div { grid-template-columns: 1fr; gap: 40px; }
  .integration-grid, .security-grid { grid-template-columns: 1fr; }
  .integration-grid article:first-child { grid-column: auto; }
  .pricing-layout, .tier-layout { grid-template-columns: 1fr; gap: 34px; }
  .price-panel { position: static; box-shadow: 12px 12px 0 #cdcdc7; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-visual { min-height: 340px; }
  .auth-visual .eyebrow { margin-top: 72px; }
  .auth-form-wrap { min-height: 620px; }
  .member-overview h1 { font-size: 43px; }
  .member-shell, .member-sidebar, .member-workspace { width: 100%; max-width: 100vw; }
  .member-sidebar { overflow: hidden; }
  .member-sidebar nav { min-width: 0; max-width: calc(100vw - 32px); }
  .paper-statusbar { grid-template-columns: 1fr 1fr; }
  .paper-statusbar > div:nth-child(2) { border-right: 0; }
  .paper-statusbar > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .paper-account-strip { grid-template-columns: 1fr 1fr; }
  .paper-account-strip article, .paper-account-strip article:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .paper-account-strip article:nth-child(even) { border-right: 0; }
  .paper-account-strip article:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .member-intelligence-grid, .member-engine-layout { grid-template-columns: 1fr; }
  .member-intelligence-grid .sources-panel { grid-column: auto; }
  .member-engine-rail, .member-learning-board { grid-template-columns: 1fr 1fr; }
  .member-engine-rail article:nth-child(2), .member-learning-board > div:nth-child(2) { border-right: 0; }
  .member-engine-rail article:nth-child(-n + 2), .member-learning-board > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .member-risk-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-mark, .brand-mark img { width: 34px; height: 34px; }
  .brand-name b { font-size: 19px; }
  .brand-name small { display: none; }
  .brand > em { margin-left: -4px; }
  .header-actions { gap: 9px; }
  .header-actions .text-action { display: none; }
  .site-nav a { padding-inline: 10px; }
  .home-hero { min-height: 590px; background-position: 47% center; }
  .hero-shade { background: rgba(0, 0, 0, .23); }
  .hero-brandline { margin-bottom: 20px; }
  .home-hero h1 { font-size: 57px; }
  .hero-lede { max-width: 330px; font-size: 13px; line-height: 1.5; }
  .hero-actions { max-width: 300px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-fine { max-width: 300px; }
  .hero-tape { min-height: 72px; grid-template-columns: 1fr 1fr; }
  .hero-tape span { min-height: 36px; padding-inline: 10px; font-size: 6px; }
  .proof-strip div { padding-inline: 17px; }
  .proof-strip strong { font-size: 9px; }
  .section { padding-block: 70px; }
  .section-copy h2, .two-column h2, .membership-callout h2, .disclosure-band h2, .evidence-grid h2 { font-size: 39px; }
  .plain-steps article { grid-template-columns: 44px minmax(0, 1fr); min-height: 116px; gap: 12px; }
  .plain-steps h3 { font-size: 21px; }
  .dashboard-preview { margin-inline: 0; box-shadow: 10px 12px 0 #171b20; }
  .preview-body { grid-template-columns: 1fr; }
  .preview-side { min-height: 120px; border-left: 0; border-top: 1px solid #30363f; }
  .preview-chart { height: 140px; }
  .signal-rail { justify-content: flex-start; padding-inline: 18px; gap: 15px; }
  .signal-rail span:nth-of-type(n + 4), .signal-rail i:nth-of-type(n + 4) { display: none; }
  .membership-callout { grid-template-columns: 1fr; gap: 32px; }
  .membership-callout > div:last-child { grid-column: auto; }
  .plan-pair { width: 100%; }
  .page-hero { min-height: 380px; padding-top: 72px; padding-bottom: 58px; }
  .page-hero h1 { font-size: 46px; }
  .page-hero > p:last-child { font-size: 12px; }
  .feature-index article { grid-template-columns: 34px minmax(0, 1fr); gap: 16px; padding-block: 38px; }
  .feature-index h2 { font-size: 28px; }
  .feature-index article > p, .feature-index ul { grid-column: 1 / -1; }
  .method-flow article { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding-block: 42px; }
  .method-flow h2 { font-size: 31px; }
  .integration-grid article { min-height: 340px; }
  .pricing-layout { padding-bottom: 80px; }
  .price strong { font-size: 78px; }
  .tier-card { min-height: 610px; padding: 26px 22px; }
  .tier-card .price { margin-top: 56px; }
  .pricing-note { grid-template-columns: 1fr; gap: 8px; }
  .security-grid { padding-bottom: 80px; }
  .security-grid article { min-height: 230px; }
  .auth-visual { min-height: 300px; padding: 25px 22px; }
  .auth-visual h1 { font-size: 42px; }
  .auth-form-wrap { padding-inline: 22px; }
  .back-link { left: 22px; }
  .auth-heading h2 { font-size: 39px; }
  .member-overview h1 { font-size: 38px; }
  .member-sidebar nav { display: flex; gap: 2px; overflow-x: auto; }
  .member-sidebar nav a { flex: 0 0 auto; padding-inline: 9px; white-space: nowrap; }
  .trading-connect-banner { align-items: stretch; flex-direction: column; }
  .paper-statusbar { grid-template-columns: 1fr; }
  .paper-statusbar > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .paper-statusbar > div:last-child { border-bottom: 0; }
  .paper-account-strip article { min-height: 94px; padding-inline: 14px; }
  .paper-account-strip strong { font-size: 22px; }
  .member-order-row { grid-template-columns: 1fr auto; }
  .order-detail { grid-column: 1; }
  .order-status { grid-column: 2; grid-row: 1 / 3; }
  .member-focus-strip { grid-template-columns: 1fr; gap: 7px; }
  .member-focus-strip > small { display: none; }
  .member-source-list, .member-catalyst-list { grid-template-columns: 1fr; }
  .member-source-row:nth-child(odd), .member-catalyst-list article { border-right: 0; }
  .member-engine-rail, .member-learning-board, .member-risk-grid { grid-template-columns: 1fr; }
  .member-engine-rail article, .member-engine-rail article:nth-child(2), .member-learning-board > div, .member-learning-board > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .member-engine-rail article:last-child, .member-learning-board > div:last-child { border-bottom: 0; }
}

@media (max-width: 360px) {
  .brand-name b { font-size: 17px; }
  .brand > em { display: none; }
  .site-nav a { padding-inline: 6px; font-size: 7px; }
  .home-hero h1 { font-size: 51px; }
}
