/* ghc-api project site — no external fonts or frontend framework */
:root {
  --ink: #0a1220;
  --ink-soft: #263247;
  --muted: #637087;
  --line: #dfe6f0;
  --line-strong: #c9d5e5;
  --paper: #f7f9fc;
  --white: #ffffff;
  --blue: #126bff;
  --blue-dark: #0754d8;
  --blue-pale: #eaf2ff;
  --cyan: #00a9c5;
  --green: #1b9b68;
  --violet: #7857e8;
  --danger: #d74949;
  --navy: #091120;
  --navy-2: #0e1a2e;
  --shadow-sm: 0 10px 30px rgba(21, 40, 76, .07);
  --shadow-lg: 0 30px 90px rgba(18, 49, 99, .14);
  --radius: 18px;
  --radius-lg: 28px;
  --shell: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background-image: linear-gradient(rgba(67, 97, 145, .034) 1px, transparent 1px), linear-gradient(90deg, rgba(67, 97, 145, .034) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
img, svg { max-width: 100%; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid rgba(18, 107, 255, .35); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 12px; }
.content-shell { width: var(--shell); margin-inline: auto; }
.content-shell.narrow { max-width: 900px; }
.section-pad { position: relative; padding: 112px 0; }
.section-kicker { display: block; margin-bottom: 15px; color: var(--blue); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6.1vw, 82px); }
h2 { margin-bottom: 20px; font-size: clamp(36px, 4.5vw, 58px); }
h3 { font-size: 22px; }
p { color: var(--muted); }
.reveal { animation: rise-in .7s cubic-bezier(.22, .78, .2, 1) both; }
.reveal-delay-sm { animation-delay: .08s; }
.reveal-delay { animation-delay: .16s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(205, 215, 229, .72); background: rgba(247, 249, 252, .82); backdrop-filter: blur(18px) saturate(145%); }
.nav-shell { width: var(--shell); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-name { font-size: 19px; font-weight: 780; letter-spacing: -.035em; }
.brand-mark { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; border: 1px solid #bfcdea; border-radius: 10px; background: linear-gradient(145deg, #fff, #e9f1ff); box-shadow: inset 0 0 0 1px #fff, 0 5px 14px rgba(31, 78, 160, .12); color: var(--blue); font: 800 13px/1 monospace; }
.brand-mark i { width: 5px; height: 1px; background: var(--cyan); position: relative; }
.brand-mark i::after { content: ""; position: absolute; top: -2px; right: -1px; width: 4px; height: 4px; border-top: 1px solid var(--cyan); border-right: 1px solid var(--cyan); transform: rotate(45deg); }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a { padding: 9px 13px; border-radius: 9px; color: #3e4a60; font-size: 14px; font-weight: 650; transition: color .2s, background .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); background: var(--blue-pale); }
.site-nav .language-link { min-width: 46px; margin-left: 8px; border: 1px solid var(--line-strong); text-align: center; background: var(--white); color: var(--ink); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

/* Shared controls */
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 750; line-height: 1.2; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #357fff); box-shadow: 0 10px 24px rgba(18, 107, 255, .24); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(18, 107, 255, .32); }
.button-secondary { border-color: var(--line-strong); background: rgba(255,255,255,.72); color: var(--ink); }
.button-secondary:hover { border-color: #9fb4d3; background: #fff; }
.button-secondary.dark { border-color: #34455f; background: #111d30; color: #e8eef8; }
.button-danger { border: 0; color: #fff; background: var(--danger); }
.text-link { color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link span { margin-left: 5px; transition: margin .2s; }
.text-link:hover span { margin-left: 9px; }

/* Hero */
.hero { min-height: 780px; padding-top: 115px; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: 6%; bottom: 0; left: 6%; height: 1px; background: linear-gradient(90deg, transparent, #cbd9ec, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; top: -260px; left: -280px; background: radial-gradient(circle, rgba(36, 123, 255, .16), transparent 67%); }
.hero-glow-two { width: 760px; height: 760px; right: -300px; bottom: -360px; background: radial-gradient(circle, rgba(0, 177, 204, .12), transparent 66%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); align-items: center; gap: 68px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 23px; padding: 7px 11px; border: 1px solid #c8d7ec; border-radius: 999px; background: rgba(255,255,255,.65); color: #3e506b; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(27,155,104,.1); }
.hero h1 { max-width: 770px; margin-bottom: 25px; }
.hero h1 span, .page-hero h1 span { color: var(--blue); }
.hero-lead { max-width: 710px; margin-bottom: 30px; color: #4a5870; font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-actions.center-actions { justify-content: center; }
.install-command { max-width: 500px; height: 54px; margin-top: 28px; display: flex; align-items: center; gap: 12px; padding: 0 8px 0 17px; border: 1px solid #cbd8e8; border-radius: 12px; background: rgba(255,255,255,.8); box-shadow: var(--shadow-sm); }
.install-command .prompt { color: var(--green); font: 700 16px monospace; }
.install-command code { flex: 1; color: #1c2b42; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.install-command button { padding: 7px 10px; border: 0; border-radius: 8px; background: #edf3fb; color: #52617a; font-size: 12px; font-weight: 700; }
.install-command button.copied { color: var(--green); background: #e7f7f0; }
.hero-requirement { max-width: 670px; margin: 18px 0 0; padding-left: 14px; border-left: 2px solid #9cbcf0; color: #68768b; font-size: 13px; }
.hero-requirement strong { color: #34425a; }

/* Hero console */
.hero-console { overflow: hidden; border: 1px solid #263650; border-radius: 20px; background: var(--navy); box-shadow: 0 45px 100px rgba(4, 17, 39, .28), 0 0 0 8px rgba(255,255,255,.6); color: #dce7f7; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.console-top { height: 47px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #22314a; background: #0d182a; color: #8391a7; font: 11px monospace; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #34445d; }
.window-dots i:first-child { background: #e15c63; }.window-dots i:nth-child(2) { background: #dba743; }.window-dots i:last-child { background: #49ad7a; }
.console-live { justify-self: end; color: #4fd29a; }
.console-body { padding: 27px; }
.flow-client-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.flow-client-row span { padding: 8px 5px; border: 1px solid #2a3d5c; border-radius: 7px; background: #111e32; color: #9db1ce; text-align: center; font: 700 10px monospace; letter-spacing: .04em; }
.flow-line { height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #6e82a1; font: 10px monospace; }
.flow-line i { width: 56px; height: 1px; background: linear-gradient(90deg, transparent, #2e9efa); }
.flow-line i:last-child { transform: rotate(180deg); }
.proxy-core { padding: 18px; border: 1px solid rgba(51,134,255,.58); border-radius: 13px; background: linear-gradient(140deg, rgba(21,86,187,.24), rgba(10,32,61,.74)); box-shadow: inset 0 0 30px rgba(18,107,255,.08), 0 0 32px rgba(18,107,255,.08); }
.proxy-title { display: flex; align-items: center; gap: 10px; }
.proxy-title .mini-mark { padding: 5px 7px; border-radius: 6px; background: var(--blue); font: 700 11px monospace; }
.proxy-title strong { font-size: 16px; letter-spacing: -.02em; }
.proxy-title em { margin-left: auto; padding: 3px 7px; border: 1px solid #2c966e; border-radius: 999px; color: #5cd9a5; font: normal 700 8px monospace; }
.proxy-jobs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 15px; }
.proxy-jobs span { padding: 6px; border-radius: 5px; background: rgba(6,16,31,.6); color: #8095b5; text-align: center; font: 9px monospace; }
.request-log { margin: 16px 0; border: 1px solid #1f304a; border-radius: 9px; background: #080f1d; }
.request-log div { display: grid; grid-template-columns: 70px 38px 1fr 28px; align-items: center; gap: 6px; min-height: 34px; padding: 0 10px; border-bottom: 1px solid #16243a; font: 9px monospace; }
.request-log div:last-child { border: 0; }
.request-log time { color: #586983; }.request-log code { overflow: hidden; color: #aabbd3; white-space: nowrap; text-overflow: ellipsis; }.request-log b { color: #8192ab; text-align: right; }.request-log .ok { color: #4bd49b; }
.request-log .method, .request-log .event, .request-log .token { font-weight: 800; }.request-log .method { color: #5d9dff; }.request-log .event { color: #a689ff; }.request-log .token { color: #52c6d9; }
.flow-destination { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border: 1px dashed #354865; border-radius: 8px; color: #6d819f; font: 8px monospace; }
.flow-destination b { color: #bdcce0; font-size: 10px; }

.trust-strip { overflow: hidden; padding: 21px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.trust-list { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6a778c; font-size: 13px; font-weight: 720; white-space: nowrap; }
.trust-list i { width: 3px; height: 3px; border-radius: 50%; background: #9eacc0; }

/* Principles */
.section-heading.centered { max-width: 780px; margin: 0 auto 55px; text-align: center; }
.section-heading p { max-width: 650px; margin-inline: auto; font-size: 18px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); transition: transform .25s, border-color .25s, box-shadow .25s; }
.principle-card:hover { transform: translateY(-5px); border-color: #b9cce7; box-shadow: 0 20px 50px rgba(23,52,96,.1); }
.card-index { position: absolute; right: 27px; top: 23px; color: #aab8ca; font: 700 11px monospace; }
.line-icon { width: 58px; height: 58px; margin: 20px 0 35px; position: relative; border: 1px solid #c8d8ee; border-radius: 16px; background: linear-gradient(145deg, #fff, #edf4ff); }
.line-icon::before, .line-icon::after { content: ""; position: absolute; }
.icon-feather::before { width: 22px; height: 29px; left: 18px; top: 12px; border: 2px solid var(--blue); border-left-width: 1px; border-radius: 80% 15% 80% 15%; transform: rotate(15deg); }
.icon-feather::after { width: 24px; height: 1px; top: 30px; left: 16px; background: var(--cyan); transform: rotate(-45deg); }
.icon-eye::before { width: 30px; height: 18px; left: 13px; top: 19px; border: 2px solid var(--blue); border-radius: 70% 20%; transform: rotate(45deg); }
.icon-eye::after { width: 7px; height: 7px; left: 25px; top: 25px; border-radius: 50%; background: var(--cyan); }
.icon-bridge::before { width: 29px; height: 16px; left: 13px; top: 20px; border-top: 2px solid var(--blue); border-radius: 50%; box-shadow: -5px 13px 0 -4px var(--cyan), 5px 13px 0 -4px var(--cyan); }
.icon-bridge::after { width: 34px; height: 1px; left: 11px; bottom: 14px; background: #adc2df; }
.principle-card h3 { margin-bottom: 13px; }.principle-card p { margin: 0; font-size: 15px; }

/* Architecture */
.architecture-section { background: #fff; border-block: 1px solid var(--line); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.split-heading h2 { max-width: 700px; margin: 0; }.split-heading > p { max-width: 490px; margin: 0 0 7px; font-size: 17px; }
.architecture-board { min-height: 470px; display: grid; grid-template-columns: 1fr 130px 1.05fr 130px .85fr; align-items: center; gap: 0; padding: 43px; border: 1px solid #ccd9ea; border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 50%, #f3f7ff, #f9fbfe 57%, #f4f7fb); box-shadow: var(--shadow-lg); }
.arch-label { display: block; margin-bottom: 17px; color: #8a98ab; font: 700 9px monospace; letter-spacing: .15em; }
.client-node { display: flex; align-items: center; gap: 12px; margin: 9px 0; padding: 11px; border: 1px solid #d8e2ef; border-radius: 10px; background: rgba(255,255,255,.85); }
.client-node > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #edf3fd; color: var(--blue); font: 800 12px monospace; }
.client-node span { display: flex; flex-direction: column; }.client-node strong { font-size: 12px; }.client-node small { color: #8190a5; font-size: 9px; }
.arch-connector { height: 2px; position: relative; background: linear-gradient(90deg, #9ab8e6, #1880ff); }
.arch-connector::after { content: ""; position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 2px solid var(--blue); border-right: 2px solid var(--blue); transform: rotate(45deg); }
.arch-connector span { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); color: #71839b; font: 8px monospace; white-space: nowrap; }
.connector-out { background: linear-gradient(90deg, #1880ff, #9ab8e6); }.connector-out::after { border-color: #7198d4; }
.arch-core { position: relative; z-index: 1; min-height: 350px; padding: 25px; border: 1px solid #9fc0f1; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 20px 45px rgba(36,76,139,.13); text-align: center; }
.core-orbit { width: 145px; height: 145px; margin: 4px auto 23px; display: grid; place-items: center; position: relative; border: 1px dashed #a7c2eb; border-radius: 50%; }
.core-orbit::before { content: ""; position: absolute; inset: 14px; border: 1px solid #d3e2f7; border-radius: 50%; }
.core-orbit i { width: 7px; height: 7px; position: absolute; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,169,197,.1); }.core-orbit i:nth-child(2) { top: 21px; right: 24px; }.core-orbit i:nth-child(3) { bottom: 8px; left: 53px; background: var(--blue); }.core-orbit i:nth-child(4) { top: 63px; left: -4px; background: var(--violet); }
.core-logo { width: 74px; height: 74px; z-index: 1; display: grid; place-content: center; border-radius: 19px; background: linear-gradient(145deg, var(--blue), #3b87ff); box-shadow: 0 12px 28px rgba(18,107,255,.28); color: #fff; font: 800 18px/1 monospace; }.core-logo span { color: #bbf4ff; }
.arch-core ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 0; margin: 0; list-style: none; }.arch-core li { padding: 6px; border-radius: 6px; background: #f1f5fb; color: #5c6d85; font-size: 10px; }
.arch-upstream { text-align: center; }.github-node { min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid #d2ddec; border-radius: 16px; background: #fff; }
.github-ring { width: 64px; height: 64px; margin-bottom: 17px; display: grid; place-items: center; border: 1px solid #aebfd6; border-radius: 50%; background: var(--navy); color: #fff; font: 800 15px monospace; }.github-node strong { font-size: 13px; }.github-node small { color: #8592a5; font-size: 10px; }
.account-note { margin-top: 11px; color: #77869b; font-size: 9px; }.account-note span { color: var(--green); }

/* Observability */
.observability-section { overflow: hidden; background: linear-gradient(145deg, #0a1323, #0e1b30); color: #fff; }
.observability-section::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle at 72% 45%, rgba(31,125,255,.38), transparent 31%), linear-gradient(rgba(126,156,199,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(126,156,199,.07) 1px, transparent 1px); background-size: auto, 45px 45px, 45px 45px; }
.feature-split { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.feature-copy { position: relative; z-index: 1; }.feature-copy h2 { color: #f7faff; }.feature-copy > p { color: #a6b4c9; font-size: 17px; }.feature-copy .text-link { display: inline-block; margin-top: 16px; color: #75adff; }
.check-list { padding: 0; margin: 25px 0; list-style: none; }.check-list li { position: relative; margin: 10px 0; padding-left: 27px; color: inherit; font-size: 14px; }.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: rgba(18,107,255,.15); color: #65a5ff; font-size: 10px; }
.inspector-mock { min-height: 500px; display: grid; grid-template-columns: 125px 1fr; position: relative; z-index: 1; overflow: hidden; border: 1px solid #31425d; border-radius: 18px; background: #0b1424; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.inspector-sidebar { padding: 19px 12px; border-right: 1px solid #263750; background: #0d1728; }.inspector-brand { margin-bottom: 25px; color: #abb9cf; font: 700 10px monospace; }.inspector-brand span { display: inline-block; margin-right: 5px; padding: 4px; border-radius: 4px; background: var(--blue); color: #fff; }
.inspector-tab { width: 100%; display: flex; align-items: center; gap: 7px; margin: 5px 0; padding: 8px; border-radius: 6px; color: #718199; text-align: left; font-size: 9px; }.inspector-tab i { width: 8px; height: 8px; border: 1px solid #53647d; border-radius: 2px; }.inspector-tab.active { background: #162744; color: #79aef9; }.inspector-tab.active i { border-color: var(--blue); background: var(--blue); }
.inspector-main { padding: 24px; }.inspector-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #26364e; }.inspector-head div { display: flex; gap: 9px; align-items: center; }.inspector-head span { padding: 3px 6px; border-radius: 4px; background: #173966; color: #68a9ff; font: 700 9px monospace; }.inspector-head code { color: #b9c6d9; font-size: 11px; }.inspector-head > b { padding: 4px 7px; border-radius: 4px; background: #143b31; color: #61d3a5; font: 700 9px monospace; }
.metric-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 8px; margin: 18px 0; }.metric-row div { padding: 12px; border: 1px solid #243650; border-radius: 7px; background: #101d31; }.metric-row small { display: block; color: #5f718b; font: 7px monospace; }.metric-row strong { color: #c5d2e4; font: 10px monospace; }
.code-window { overflow: hidden; border: 1px solid #263a55; border-radius: 9px; background: #080f1c; }.code-tabs { display: flex; gap: 18px; padding: 10px 14px; border-bottom: 1px solid #21314a; color: #5e718d; font-size: 8px; }.code-tabs b { color: #75acfa; }.code-window pre { margin: 0; padding: 18px; overflow: hidden; color: #71839d; font-size: 9px; line-height: 1.8; }.code-window em { color: #9a82e8; font-style: normal; }.code-window span { color: #5fb0f7; }.code-window q { color: #c48d76; }.code-window b { color: #79c39f; }

/* Workspace */
.workspace-section { background: #f2f6fb; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.feature-card { min-height: 280px; padding: 34px; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }.feature-card-wide { grid-row: span 2; min-height: 577px; background: linear-gradient(155deg, #fff, #f4f8ff); }
.feature-tag { display: inline-block; margin-bottom: 28px; padding: 5px 8px; border-radius: 5px; background: var(--blue-pale); color: var(--blue); font: 800 9px monospace; letter-spacing: .08em; }.feature-card h3 { margin-bottom: 13px; font-size: 26px; }.feature-card p { font-size: 15px; }
.session-visual { position: absolute; right: 28px; bottom: 28px; left: 28px; padding: 18px; border: 1px solid #d0dced; border-radius: 13px; background: #fff; box-shadow: 0 20px 45px rgba(33,65,114,.1); }.session-visual > div { display: flex; align-items: flex-start; gap: 11px; margin: 10px 0; }.session-visual p { margin: 1px 0; padding: 10px 12px; border-radius: 0 10px 10px 10px; background: #f2f5fa; color: #45546b; font-size: 11px; }.session-visual div:last-child p { background: #ebf3ff; }.avatar { flex: 0 0 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: #e7ebf2; color: #68768b; font: 700 9px monospace; }.avatar.agent { background: var(--blue); color: #fff; }.session-visual p i { width: 4px; height: 4px; display: inline-block; margin: 0 1px; border-radius: 50%; background: var(--blue); animation: pulse-dot 1.2s infinite; }.session-visual p i:nth-child(2) { animation-delay: .15s; }.session-visual p i:nth-child(3) { animation-delay: .3s; }@keyframes pulse-dot { 50% { opacity: .25; } }
.mini-sessions { margin-top: 24px; border: 1px solid #e1e7f0; border-radius: 10px; }.mini-sessions span { display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-bottom: 1px solid #edf0f5; color: #4f5e73; font: 10px monospace; }.mini-sessions span:last-child { border: 0; }.mini-sessions i { width: 6px; height: 6px; border-radius: 50%; background: #aab4c1; }.mini-sessions i.green { background: var(--green); }.mini-sessions small { margin-left: auto; color: #9aa6b6; }
.privacy-toggle { margin-top: 23px; display: flex; justify-content: space-between; align-items: center; padding: 10px; border: 1px solid #dce4ee; border-radius: 8px; color: #5b6a7f; font-size: 10px; }.privacy-toggle b { padding: 4px 6px; border-radius: 4px; background: #edf1f6; color: #778598; font: 800 8px monospace; }

/* Privacy panel */
.privacy-section { padding-block: 75px; background: #fff; border-block: 1px solid var(--line); }
.privacy-panel { display: grid; grid-template-columns: 90px 1fr .75fr; align-items: center; gap: 38px; padding: 35px 42px; border: 1px solid #bfd1e9; border-radius: 21px; background: linear-gradient(130deg, #f6faff, #fff); box-shadow: var(--shadow-sm); }.privacy-panel h2 { margin-bottom: 9px; font-size: 32px; }.privacy-panel p { margin: 0; font-size: 14px; }
.privacy-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 21px; background: #e9f2ff; }.privacy-icon span { width: 30px; height: 26px; position: relative; border: 2px solid var(--blue); border-radius: 7px; }.privacy-icon span::before { content: ""; position: absolute; width: 18px; height: 17px; left: 4px; top: -16px; border: 2px solid var(--blue); border-bottom: 0; border-radius: 12px 12px 0 0; }
.privacy-facts { display: grid; gap: 7px; }.privacy-facts span { display: flex; justify-content: space-between; padding: 7px 9px; border-bottom: 1px solid #e4ebf4; color: #768398; font-size: 10px; }.privacy-facts b { color: var(--green); font: 800 9px monospace; text-transform: uppercase; }

/* Roadmap preview + final */
.roadmap-preview { background: #f5f8fc; }
.roadmap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.roadmap-card { min-height: 330px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }.roadmap-status { margin-bottom: 30px; color: var(--cyan); font: 800 9px monospace; letter-spacing: .08em; text-transform: uppercase; }.roadmap-status span { width: 6px; height: 6px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,169,197,.1); }.roadmap-card > code { color: var(--blue); font-size: 12px; }.roadmap-card h3 { margin: 17px 0 13px; font-size: 27px; }.roadmap-card p { font-size: 14px; }.roadmap-card > a { display: inline-block; margin-top: 12px; color: var(--blue); font-size: 12px; font-weight: 750; }
.final-section { overflow: hidden; background: var(--navy); color: #fff; }.final-section::before { content: ""; position: absolute; width: 800px; height: 800px; right: -400px; top: -450px; border-radius: 50%; background: radial-gradient(circle, rgba(18,107,255,.27), transparent 68%); }.final-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; position: relative; }.download-card, .final-cta { min-height: 360px; padding: 42px; border: 1px solid #293a55; border-radius: var(--radius); background: #0d192b; }.download-card { display: flex; flex-direction: column; }.download-label { margin: 14px 0 0; color: #8ea0b9; font-size: 13px; }.download-number { margin: 2px 0 0; color: #fff; font-size: clamp(58px, 6vw, 84px); line-height: 1; letter-spacing: -.06em; }.download-status { margin-top: 10px; color: #72849e; font-size: 10px; }.download-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: auto; }.download-links a { color: #7cabf0; font-size: 11px; font-weight: 700; }
.final-cta { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(135deg, #10213a, #0d192b); }.final-cta h2 { margin-bottom: 13px; color: #f6f9ff; font-size: 45px; }.final-cta p { max-width: 620px; color: #92a3bb; }.final-cta .hero-actions { margin-top: 14px; }
.subscribe-bar { min-height: 130px; margin-top: 18px; padding: 24px 27px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; border: 1px solid #293a55; border-radius: var(--radius); background: rgba(13,25,43,.9); }.subscribe-bar > div { display: flex; flex-direction: column; }.subscribe-bar strong { font-size: 17px; }.subscribe-bar span { color: #8294ae; font-size: 12px; }.subscribe-form { display: grid; grid-template-columns: 1fr auto; gap: 9px; position: relative; }.subscribe-form input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #354761; border-radius: 10px; outline: 0; background: #0a1424; color: #e8eef8; }.subscribe-form input:focus { border-color: #4d8ef1; box-shadow: 0 0 0 3px rgba(18,107,255,.15); }.subscribe-form .form-status { grid-column: 1 / -1; min-height: 16px; margin: 0; color: #88a0bd; font-size: 10px; }.subscribe-form .form-status.success { color: #64d5a6; }.subscribe-form .form-status.error { color: #f08b8b; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

/* Page hero */
.page-hero { padding-top: 135px; padding-bottom: 100px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 70% 10%, rgba(18,107,255,.1), transparent 35%); text-align: center; }.page-hero::after { content: ""; position: absolute; width: 680px; height: 1px; left: 50%; bottom: 0; transform: translateX(-50%); background: linear-gradient(90deg, transparent, var(--blue), transparent); opacity: .45; }.page-hero h1 { margin-bottom: 27px; }.page-hero p { max-width: 760px; margin-inline: auto; font-size: 19px; }.page-hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }.updated-note { width: fit-content; margin-top: 28px !important; padding: 7px 12px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255,255,255,.7); color: #66758b !important; font-size: 11px !important; }.roadmap-hero .updated-note { display: flex; align-items: center; gap: 8px; }.updated-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

/* Features page */
.feature-detail { background: #fff; border-bottom: 1px solid var(--line); }.detail-heading { display: grid; grid-template-columns: 100px 1fr; gap: 30px; max-width: 970px; margin-bottom: 60px; }.detail-number { color: #a5b4c8; font: 700 13px monospace; }.detail-heading h2 { font-size: 47px; }.detail-heading p { max-width: 760px; font-size: 17px; }
.protocol-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; }.protocol-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.protocol-list article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: #f9fbfe; }.protocol-status { display: block; width: fit-content; margin-bottom: 22px; padding: 4px 6px; border-radius: 4px; font: 800 8px monospace; letter-spacing: .06em; }.protocol-status.stable { color: var(--green); background: #e7f7f0; }.protocol-status.building { color: #8a63d2; background: #f0ebfc; }.protocol-list code { color: var(--blue); font-size: 11px; }.protocol-list h3 { margin: 11px 0; font-size: 20px; }.protocol-list p { margin: 0; font-size: 13px; }
.capability-panel { padding: 34px; border-radius: 17px; background: var(--navy); color: #dfe8f5; }.capability-panel h3 { color: #fff; }.capability-panel .check-list li { color: #9aabc1; }.panel-note { margin: 30px 0 0; padding: 14px; border: 1px solid #2a405e; border-radius: 9px; background: #101e32; color: #7f92ad; font-size: 11px; }
.dark-detail { background: var(--navy); color: #fff; }.dark-detail .detail-number { color: #53657d; }.dark-detail h2 { color: #fff; }.dark-detail .detail-heading p { color: #98a9c0; }.debug-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2a3a52; border-left: 1px solid #2a3a52; }.debug-grid article { min-height: 220px; padding: 30px; border-right: 1px solid #2a3a52; border-bottom: 1px solid #2a3a52; }.debug-grid strong { color: #527bb8; font: 700 10px monospace; }.debug-grid h3 { margin: 27px 0 10px; color: #edf3fc; font-size: 19px; }.debug-grid p { color: #8293aa; font-size: 13px; }.security-callout { margin-top: 25px; display: flex; align-items: center; gap: 17px; padding: 17px 20px; border: 1px solid #664950; border-radius: 11px; background: #211a24; }.security-callout > span { flex: 0 0 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #6c3543; color: #ffc6ca; font-weight: 800; }.security-callout p { margin: 0; color: #ba9ca3; font-size: 12px; }.security-callout strong { color: #f4cbd0; }
.token-board { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); }.token-chart { min-height: 370px; padding: 35px; background: #f8fafd; }.chart-head { display: flex; justify-content: space-between; }.chart-head span { font-weight: 750; }.chart-head small { color: #8190a4; }.bars { height: 240px; display: flex; align-items: end; gap: 17px; padding-top: 45px; border-bottom: 1px solid #cad5e3; }.bars i { flex: 1; min-height: 20px; border-radius: 5px 5px 0 0; background: linear-gradient(#4b91ff, #146bff); box-shadow: inset 0 -30px 40px rgba(0,49,140,.15); }
.bars i:nth-child(1) { height: 34%; }.bars i:nth-child(2) { height: 58%; }.bars i:nth-child(3) { height: 48%; }.bars i:nth-child(4) { height: 82%; }.bars i:nth-child(5) { height: 68%; }.bars i:nth-child(6) { height: 94%; }.bars i:nth-child(7) { height: 76%; }.token-types { padding: 35px; display: grid; align-content: center; gap: 14px; background: #fff; }.token-types span { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 10px; padding: 11px; border-bottom: 1px solid #edf0f4; }.token-types i { width: 8px; height: 8px; border-radius: 50%; }.token-types i.blue { background: var(--blue); }.token-types i.cyan { background: var(--cyan); }.token-types i.violet { background: var(--violet); }.token-types i.green { background: var(--green); }.token-types b { font-size: 12px; }.token-types small { color: #8b97a8; font-size: 9px; }.token-dimensions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); padding: 12px; background: var(--navy); }.token-dimensions span { color: #8395ae; text-align: center; font: 700 9px monospace; }
.workspace-detail { background: #f2f6fb; }.workspace-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.workspace-detail-grid article { min-height: 240px; padding: 29px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.workspace-detail-grid article > span { color: var(--blue); font: 800 9px monospace; letter-spacing: .1em; }.workspace-detail-grid h3 { margin: 28px 0 11px; }.workspace-detail-grid p { font-size: 13px; }
.free-reminder { padding-block: 70px; background: #fff; }.reminder-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 45px; border: 1px solid #b9d0f1; border-radius: 20px; background: linear-gradient(135deg, #f0f6ff, #fff); }.reminder-panel h2 { margin-bottom: 10px; font-size: 35px; }.reminder-panel p { max-width: 800px; margin: 0; }

/* Roadmap page */
.roadmap-page { background: #fff; }.roadmap-lane { display: grid; grid-template-columns: 210px 1fr; gap: 50px; padding: 70px 0; border-bottom: 1px solid var(--line); }.roadmap-lane:first-child { padding-top: 0; }.lane-label { display: flex; align-items: flex-start; gap: 15px; }.lane-label small { color: #8795aa; font: 700 9px monospace; }.lane-label h2 { margin: 4px 0; font-size: 28px; }.lane-dot { flex: 0 0 11px; height: 11px; margin-top: 5px; border-radius: 50%; }.lane-dot.done { background: var(--green); box-shadow: 0 0 0 6px rgba(27,155,104,.1); }.lane-dot.building { background: var(--cyan); box-shadow: 0 0 0 6px rgba(0,169,197,.1); }
.current-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.current-card { min-height: 200px; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: #f9fbfd; }.current-card > span { color: #9cabbf; font: 700 9px monospace; }.current-card h3 { margin: 27px 0 9px; font-size: 18px; }.current-card p { margin: 0; font-size: 12px; }
.development-card { margin-bottom: 20px; padding: 34px; border: 1px solid #cad9ed; border-radius: 18px; background: linear-gradient(145deg, #fff, #f7faff); box-shadow: var(--shadow-sm); }.dev-card-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #e0e7f0; }.branch-label { display: block; margin-bottom: 5px; color: #8a99ae; font: 700 8px monospace; }.dev-card-head code { color: #4d607b; font-size: 10px; overflow-wrap: anywhere; }.dev-status { height: fit-content; padding: 5px 8px; border-radius: 999px; background: #e7f7f0; color: var(--green); font: 800 8px monospace; }.dev-body { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 40px; padding: 30px 0 20px; }.dev-body h3 { font-size: 27px; }.dev-body p { font-size: 14px; }.dev-body .check-list { color: #4f6078; }
.dev-diagram { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 25px; border: 1px solid #dce5f0; border-radius: 13px; background: #fff; }.dev-diagram span { min-width: 150px; padding: 10px; border: 1px solid #d8e2ef; border-radius: 8px; text-align: center; font-size: 11px; }.dev-diagram b { min-width: 150px; padding: 14px; border-radius: 8px; background: var(--blue); color: #fff; text-align: center; }.dev-diagram i { color: #7790b3; font: normal 8px monospace; }.dev-diagram i::before, .dev-diagram i::after { content: " ↓ "; color: #9bb7df; }
.gantt-mini { padding: 20px; border: 1px solid #dce5f0; border-radius: 13px; background: #fff; }.gantt-mini div { height: 36px; display: flex; align-items: center; border-bottom: 1px solid #edf1f5; }.gantt-mini div:last-child { border: 0; }.gantt-mini span { width: 58px; color: #77869a; font: 8px monospace; }.gantt-mini i { height: 10px; margin-right: 2px; border-radius: 3px; }.gantt-mini .g1 { width: 55px; background: var(--blue); }.gantt-mini .g2 { width: 30px; background: var(--cyan); }.gantt-mini .g3 { width: 90px; margin-left: 35px; background: var(--green); }.gantt-mini .g4 { width: 80px; margin-left: 80px; background: repeating-linear-gradient(45deg, #c2cbd7, #c2cbd7 3px, #e4e9ef 3px, #e4e9ef 6px); }.gantt-mini .wide { width: 105px; }.gantt-mini .short { width: 18px; }
.roadmap-note { display: flex; gap: 18px; margin-top: 35px; padding: 22px; border: 1px solid #d6e1ee; border-radius: 13px; background: #f7fafd; }.roadmap-note > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e5eefb; color: var(--blue); font: 800 13px serif; }.roadmap-note h3 { margin: 0 0 5px; font-size: 16px; }.roadmap-note p { margin: 0; font-size: 12px; }.roadmap-community { padding-block: 70px; }

/* Community forms */
.community-section { background: #f3f6fa; }.community-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: start; gap: 20px; }.form-panel, .subscribe-panel, .external-links { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }.form-panel { padding: 38px; }.form-heading { display: flex; gap: 16px; margin-bottom: 25px; }.form-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--blue-pale); color: var(--blue); font-weight: 800; }.form-heading h2 { margin: 0 0 6px; font-size: 28px; }.form-heading p { margin: 0; font-size: 13px; }.sensitive-warning { margin-bottom: 25px; padding: 14px 16px; border: 1px solid #f1d6ae; border-radius: 10px; background: #fff9ef; }.sensitive-warning strong { color: #925f17; font-size: 12px; }.sensitive-warning p { margin: 2px 0 0; color: #95764a; font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.field { position: relative; margin-bottom: 17px; }.field label, .subscribe-form.stacked label { display: block; margin-bottom: 7px; color: #3c4b61; font-size: 12px; font-weight: 750; }.field label small { color: #929eaf; font-weight: 500; }.field input, .field select, .field textarea, .subscribe-form.stacked input { width: 100%; padding: 11px 13px; border: 1px solid #cdd8e6; border-radius: 9px; outline: 0; background: #fbfcfe; color: var(--ink); font-size: 13px; transition: border .2s, box-shadow .2s; }.field input, .field select, .subscribe-form.stacked input { height: 45px; }.field textarea { resize: vertical; line-height: 1.6; }.field input:focus, .field select:focus, .field textarea:focus, .subscribe-form.stacked input:focus { border-color: #6da2f5; box-shadow: 0 0 0 3px rgba(18,107,255,.1); }.field-help { position: absolute; right: 8px; bottom: 8px; padding: 2px 5px; border-radius: 4px; background: rgba(255,255,255,.9); color: #97a3b3; font-size: 9px; }.form-submit-row { display: flex; align-items: center; gap: 17px; }.form-submit-row p { margin: 0; font-size: 10px; }.form-submit-row a { color: var(--blue); }.form-result { min-height: 22px; margin-top: 13px; font-size: 12px; }.form-result.success { color: var(--green); }.form-result.error { color: var(--danger); }
.community-side { display: grid; gap: 20px; }.subscribe-panel { padding: 31px; background: var(--navy); color: #fff; }.subscribe-panel h2 { font-size: 29px; }.subscribe-panel > p { color: #91a2b9; font-size: 13px; }.subscribe-form.stacked { display: grid; grid-template-columns: 1fr; margin-top: 22px; }.subscribe-form.stacked input { background: #101d30; border-color: #32445f; color: #fff; }.subscribe-form.stacked .form-status { grid-column: auto; }.subscribe-panel > ul { padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #263950; list-style: none; }.subscribe-panel > ul li { margin: 7px 0; color: #8192aa; font-size: 10px; }.subscribe-panel > ul li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.external-links { padding: 27px; }.external-links h3 { font-size: 16px; }.external-links > a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; padding: 13px 0; border-bottom: 1px solid #e9edf3; }.external-links > a:last-child { border: 0; }.external-links > a > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #edf3fb; color: #526b8f; font: 800 9px monospace; }.external-links div { display: flex; flex-direction: column; }.external-links strong { font-size: 12px; }.external-links small { color: #8c98aa; font-size: 9px; }.external-links b { color: var(--blue); }

/* Privacy policy */
.privacy-page { background: #fff; }.policy-layout { display: grid; grid-template-columns: 210px 1fr; align-items: start; gap: 70px; }.policy-nav { position: sticky; top: 105px; display: grid; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #f8fafd; }.policy-nav strong { margin-bottom: 12px; font-size: 12px; }.policy-nav a { padding: 7px 0; color: #758399; font-size: 11px; }.policy-nav a:hover { color: var(--blue); }.policy-content { max-width: 800px; }.policy-section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); }.policy-section:last-child { margin-bottom: 0; border: 0; }.policy-number { color: #9aabc0; font: 700 10px monospace; }.policy-section h2 { margin-top: 18px; font-size: 34px; }.policy-section p, .policy-section li { font-size: 15px; }.policy-section li { margin: 8px 0; color: #5f6e83; }.policy-section code { padding: 2px 5px; border-radius: 4px; background: #edf3fb; color: #355c95; font-size: .9em; }.policy-table { margin: 25px 0; border: 1px solid var(--line); border-radius: 11px; }.policy-table div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 15px; border-bottom: 1px solid var(--line); }.policy-table div:last-child { border: 0; }.policy-table strong { font-size: 12px; }.policy-table span { color: #6f7d91; font-size: 12px; }.policy-warning { padding: 15px; border-left: 3px solid #d59a3c; background: #fff8ed; color: #806438 !important; }

/* Unsubscribe */
.action-page { min-height: calc(100vh - 76px); display: grid; place-items: center; background: radial-gradient(circle at 50% 20%, rgba(18,107,255,.1), transparent 35%); }.action-shell { max-width: 700px; padding: 55px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-lg); text-align: center; }.action-icon { width: 60px; height: 60px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 17px; background: #edf3ff; color: var(--blue); font-size: 25px; }.action-shell h1 { font-size: 40px; }.action-note { margin: 25px 0; padding: 15px; border: 1px solid #d9e4f1; border-radius: 10px; background: #f7fafd; color: #65758b; font-size: 12px; }.action-shell form { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }.action-shell .form-result { flex-basis: 100%; }.action-help { margin: 25px 0 0; color: #96a1af; font-size: 10px; }

/* Footer */
.site-footer { padding: 60px 0 35px; border-top: 1px solid #1f2e44; background: #08101d; color: #d5deeb; }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-bottom: 35px; }.brand-footer { color: #f1f5fb; }.brand-footer + p { margin: 13px 0 0; color: #708098; font-size: 12px; }.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }.footer-links a { color: #90a1b9; font-size: 12px; }.footer-links a:hover { color: #fff; }.footer-disclaimer { display: flex; justify-content: space-between; gap: 35px; padding-top: 25px; border-top: 1px solid #1c2a3e; }.footer-disclaimer p { max-width: 780px; margin: 0; color: #5f7088; font-size: 10px; }.footer-disclaimer strong { color: #788aa3; font-weight: 550; }

/* Responsive */
@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.hero-console { max-width: 680px; }.architecture-board { grid-template-columns: 1fr 70px 1fr; }.arch-upstream { grid-column: 3; }.connector-out { display: none; }.feature-split { grid-template-columns: 1fr; }.inspector-mock { max-width: 780px; }.privacy-panel { grid-template-columns: 75px 1fr; }.privacy-facts { grid-column: 2; }.protocol-layout { grid-template-columns: 1fr; }.roadmap-lane { grid-template-columns: 1fr; gap: 25px; }.community-grid { grid-template-columns: 1fr; }.community-side { grid-template-columns: 1fr 1fr; }.policy-layout { grid-template-columns: 170px 1fr; gap: 35px; }
}
@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 680px); }.section-pad { padding: 78px 0; }h1 { font-size: clamp(40px, 12vw, 58px); }h2 { font-size: 36px; }
  .nav-shell { min-height: 68px; }.nav-toggle { display: block; }.site-nav { position: absolute; top: 68px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); }.site-nav.open { display: flex; }.site-nav a { padding: 11px; }.site-nav .language-link { margin: 5px 0 0; }.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 82px; }.hero-grid { gap: 50px; }.hero-lead { font-size: 17px; }.hero-console { transform: none; }.console-body { padding: 17px; }.proxy-jobs { grid-template-columns: 1fr; }.proxy-jobs span:nth-child(n+2) { display: none; }.trust-list { justify-content: flex-start; overflow: hidden; }.trust-list span:nth-of-type(n+5), .trust-list i:nth-of-type(n+4) { display: none; }
  .three-grid, .feature-grid, .roadmap-grid, .current-grid, .workspace-detail-grid, .debug-grid { grid-template-columns: 1fr; }.principle-card { min-height: 280px; }.feature-card-wide { grid-row: auto; min-height: 530px; }.split-heading { grid-template-columns: 1fr; gap: 18px; }.architecture-board { grid-template-columns: 1fr; gap: 20px; padding: 25px; }.arch-connector { width: 2px; height: 50px; margin: auto; background: linear-gradient(#9ab8e6, #1880ff); }.arch-connector::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }.arch-connector span { left: 15px; bottom: 20px; transform: none; }.arch-upstream { grid-column: auto; }.arch-core { min-height: auto; }
  .inspector-mock { min-height: 450px; grid-template-columns: 84px 1fr; }.inspector-sidebar { padding-inline: 7px; }.inspector-tab { font-size: 0; }.inspector-tab i { width: 12px; height: 12px; }.inspector-main { padding: 13px; }.metric-row { grid-template-columns: 1fr 1fr; }.metric-row div:last-child { display: none; }
  .privacy-panel { grid-template-columns: 1fr; padding: 30px; }.privacy-facts { grid-column: auto; }.privacy-icon { width: 60px; height: 60px; }.final-grid { grid-template-columns: 1fr; }.download-card, .final-cta { min-height: 320px; padding: 30px; }.subscribe-bar { grid-template-columns: 1fr; }.subscribe-form { grid-template-columns: 1fr; }.subscribe-form .form-status { grid-column: auto; }
  .detail-heading { grid-template-columns: 1fr; gap: 12px; }.detail-heading h2 { font-size: 36px; }.protocol-list { grid-template-columns: 1fr; }.token-board { grid-template-columns: 1fr; }.token-dimensions { grid-template-columns: 1fr 1fr; gap: 1px; }.token-dimensions span { padding: 6px; }.dev-body { grid-template-columns: 1fr; }.community-side { grid-template-columns: 1fr; }.field-row { grid-template-columns: 1fr; }.form-submit-row { align-items: flex-start; flex-direction: column; }.policy-layout { grid-template-columns: 1fr; }.policy-nav { position: static; grid-template-columns: 1fr 1fr; }.policy-nav strong { grid-column: 1 / -1; }.policy-table div { grid-template-columns: 1fr; gap: 4px; }.reminder-panel { align-items: flex-start; flex-direction: column; }.footer-main, .footer-disclaimer { align-items: flex-start; flex-direction: column; }.action-shell { padding: 35px 22px; }
}
@media (max-width: 460px) {
  .hero-actions .button, .page-hero-actions .button { width: 100%; }.install-command { margin-top: 19px; }.flow-client-row span:last-child { display: none; }.flow-client-row { grid-template-columns: 1fr 1fr; }.request-log div { grid-template-columns: 52px 33px 1fr 23px; }.console-top { grid-template-columns: 1fr auto; }.console-top > span:nth-child(2) { display: none; }.form-panel, .subscribe-panel { padding: 23px; }.final-cta h2 { font-size: 36px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
