:root {
  color-scheme: light;
  --paper: #f5f3ed;
  --surface: #faf9f5;
  --ink: #242722;
  --muted: #666a61;
  --line: #d8d8ce;
  --accent: #b94721;
  --accent-dark: #973718;
  --accent-soft: #eee1d5;
  --night: #252b25;
  --night-muted: #b5bdb0;
  --night-line: #454d42;
  --font: "Inter", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --radius: 7px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
button:focus-visible, a:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button, a { transition: background-color .18s, color .18s, border-color .18s; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.page-shell { max-width: 1440px; margin: 0 auto; padding: 0 64px; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 12px 18px; background: var(--ink); color: var(--surface); z-index: 20; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 27px; font-weight: 750; letter-spacing: -1.3px; line-height: 1; }
.wordmark-period { color: var(--accent); }
.primary-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 26px; }
.primary-nav a { font-size: 13px; color: var(--muted); text-decoration: none; }
.primary-nav a:hover { color: var(--ink); text-decoration: underline; }
.primary-nav span { margin-left: 2px; }
.header-cta { display: flex; align-items: center; gap: 30px; text-decoration: none; border: 1px solid var(--ink); padding: 10px 16px; border-radius: var(--radius); font-size: 12px; font-weight: 600; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 66px; padding: 68px 0 58px; align-items: center; }
.hero-copy { min-width: 0; padding-top: 8px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; line-height: 1.5; letter-spacing: 1.1px; font-weight: 500; margin-bottom: 27px; color: var(--muted); }
.small-cross { color: var(--accent); font-size: 22px; line-height: 12px; font-family: var(--font); }
.hero h1 { font-size: clamp(66px, 7.9vw, 111px); line-height: 1.01; letter-spacing: -.066em; font-weight: 570; margin: 0 0 29px -6px; }
.hero h1 span { color: var(--accent); }
.hero-description { max-width: 450px; font-size: 18px; line-height: 1.7; color: var(--muted); letter-spacing: -.22px; margin-bottom: 31px; }
.hero-actions, .release-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 20px; border-radius: var(--radius); font-size: 12px; font-weight: 600; text-decoration: none; min-height: 49px; }
.button-primary { color: #fffaf3; background: var(--accent); border: 1px solid var(--accent); }
.button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-dark { color: var(--surface); background: var(--ink); border: 1px solid var(--ink); }
.button-dark:hover { background: #3a4435; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--accent); text-decoration: underline; }
.text-link span { font-size: 16px; }
.bootstrap-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 34px; max-width: 420px; }
.status-dot, .connection-dot { width: 6px; height: 6px; flex: 0 0 6px; display: inline-block; border-radius: 50%; background: var(--accent); }
.bootstrap-note .status-dot { margin-top: 7px; }
.bootstrap-note p { font-size: 11px; line-height: 1.8; color: var(--muted); margin: 0; }
.bootstrap-note strong { color: var(--ink); font-weight: 500; }
.hero-footnote { margin-top: 53px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 16px; justify-content: space-between; color: #74776d; font-family: var(--mono); font-size: 8px; letter-spacing: .7px; }
.hero-instrument { min-width: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.diagram-label { display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: 1px; color: var(--muted); padding: 0 8px; margin-bottom: 6px; }
.workflow-graphic { width: 100%; height: auto; max-height: 310px; margin-bottom: 18px; }
.network-panel { background: var(--night); border-radius: 10px; padding: 23px 25px 18px; color: #f2f3eb; scroll-margin-top: 24px; }
.panel-heading, .release-card-heading, .checksum-heading, .terminal-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.panel-heading h2 { font-size: 11px; font-weight: 550; margin: 0; letter-spacing: .15px; }
.refresh-button { background: transparent; border: 1px solid #66715f; color: #d2d9cb; border-radius: 5px; padding: 5px 7px; font: 11px var(--font); min-height: 30px; }
.refresh-button:hover { background: #3c4738; }
.connection-state { display: flex; align-items: center; gap: 7px; color: var(--night-muted); font-size: 10px; margin: 13px 0 15px; }
.connection-dot { background: #9eaa95; width: 5px; height: 5px; flex-basis: 5px; }
.connection-state[data-state="ready"] .connection-dot { background: #acc292; }
.connection-state[data-state="unavailable"] .connection-dot, .connection-state[data-state="stale"] .connection-dot { background: #e0a471; }
.network-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 13px 0 17px; border-bottom: 1px solid var(--night-line); }
.metric-label { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: 1px; color: var(--night-muted); margin-bottom: 8px; }
.network-stats strong { display: block; font-family: var(--mono); font-size: clamp(20px, 2.1vw, 29px); letter-spacing: -.7px; line-height: 1.2; font-weight: 400; overflow-wrap: anywhere; }
.network-details { margin: 16px 0; }
.network-details div, .release-facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 8px; font-size: 10px; }
.network-details dt { color: var(--night-muted); }
.network-details dd { margin: 0; text-align: right; }
.panel-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--night-line); padding-top: 13px; font-size: 8px; color: var(--night-muted); }
.panel-footer a { flex: 0 0 auto; color: #e9ede2; text-decoration: none; font-size: 10px; }
.panel-footer a:hover { text-decoration: underline; }
.noscript-note { font-size: 11px; color: var(--night-muted); margin: 15px 0 0; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px 0; gap: 24px; }
.principles p { display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; margin: 0; align-items: center; }
.principle-symbol { grid-row: span 2; font-size: 28px; color: var(--accent); line-height: 1; }
.principles strong { font-size: 12px; font-weight: 550; }
.principles p > span:last-child { color: var(--muted); font-size: 10px; }
.section-space { padding-top: 92px; }
.section-topline { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-topline .eyebrow { margin: 0; }
.small-link { font-size: 11px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 36px; }
h2 { font-weight: 530; letter-spacing: -.047em; line-height: 1.08; }
.section-heading-row h2, .contribution-intro h2, .release-main h2 { font-size: clamp(32px, 3.7vw, 50px); margin-bottom: 0; }
.section-heading-row p { color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 345px; margin: 0 0 3px; }
.path-tabs { display: inline-flex; gap: 4px; border: 1px solid var(--line); padding: 4px; border-radius: 8px; margin: 0 0 26px; background: #eeede6; }
.path-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid transparent; border-radius: 5px; padding: 9px 16px; background: transparent; color: var(--muted); font-size: 12px; min-height: 39px; }
.path-tabs button[aria-selected="true"] { color: var(--ink); background: var(--surface); border-color: #d8d9cf; box-shadow: 0 1px 2px #20282008; }
.path-tabs button:hover { color: var(--ink); }
.path-heading { font-size: 18px; margin-bottom: 16px; margin-top: 30px; }
.tabs-ready .path-heading { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.start-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.start-card { padding: 24px 26px 27px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); display: flex; flex-direction: column; align-items: flex-start; }
.card-index { display: flex; justify-content: space-between; width: 100%; margin-bottom: 43px; color: var(--muted); font-family: var(--mono); font-size: 10px; }
.card-index span:last-child { color: var(--accent); font-family: var(--font); font-size: 21px; line-height: 16px; }
.start-card h3 { font-size: 21px; letter-spacing: -.7px; line-height: 1.25; font-weight: 550; margin-bottom: 14px; }
.start-card p { font-size: 12px; line-height: 1.85; color: var(--muted); margin-bottom: 25px; }
.start-card .text-link { margin-top: auto; font-size: 11px; }
.agent-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 40px; background: #eceee5; border: 1px solid #d3d9c9; border-radius: 9px; padding: 31px; }
.code-label, .mini-label { font-family: var(--mono); font-size: 9px; letter-spacing: .8px; color: var(--muted); }
.agent-intro h3 { font-size: 25px; font-weight: 550; line-height: 1.3; letter-spacing: -.7px; margin: 17px 0 14px; }
.agent-intro p { max-width: 395px; font-size: 12px; color: var(--muted); line-height: 1.85; margin-bottom: 23px; }
.agent-terminal { min-width: 0; background: var(--night); color: #e9eee3; border-radius: 7px; padding: 19px 21px; align-self: center; }
.terminal-heading { color: var(--night-muted); font: 8px var(--mono); letter-spacing: .8px; padding-bottom: 16px; border-bottom: 1px solid var(--night-line); }
.copy-button { background: none; border: 0; padding: 5px 0; color: inherit; font-size: 10px; line-height: 1.5; font-family: var(--font); }
.copy-button:hover { text-decoration: underline; }
.agent-terminal pre { font: 12px/2.3 var(--mono); overflow-x: auto; margin: 20px 0; }
.agent-terminal pre a { text-decoration: none; }
.agent-terminal pre a:hover { text-decoration: underline; }
.http-method { color: #dbaa83; padding-right: 15px; }
.agent-terminal p { font-size: 9px; color: var(--night-muted); margin: 0; line-height: 1.9; }
.agent-note { font-size: 11px; color: var(--muted); max-width: 890px; margin: 16px 0 0; }
.agent-note a { color: var(--ink); }
.contribution-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); gap: 90px; }
.contribution-intro .eyebrow { margin-bottom: 27px; }
.contribution-intro h2 { margin-bottom: 24px; }
.contribution-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.85; max-width: 295px; margin-bottom: 27px; }
.reward-list { min-width: 0; padding-top: 10px; }
.reward-item { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 31px; padding: 28px 0; border-top: 1px solid var(--line); }
.reward-amount { color: var(--accent); font-size: 56px; font-weight: 480; line-height: 1; letter-spacing: -3px; }
.reward-amount span { display: block; font: 10px var(--mono); letter-spacing: 1px; margin-top: 10px; color: var(--muted); }
.reward-copy h3 { font-size: 19px; font-weight: 550; letter-spacing: -.5px; margin: 12px 0 13px; line-height: 1.35; }
.reward-copy p { color: var(--muted); font-size: 12px; line-height: 1.85; margin-bottom: 0; }
.reward-copy strong { font-weight: 550; color: var(--ink); }
.reward-copy .text-link { margin-top: 16px; font-size: 11px; }
.reward-footnote { margin: 0; border-top: 1px solid var(--line); padding-top: 17px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.release-section { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 90px; align-items: center; padding-bottom: 85px; border-bottom: 1px solid var(--line); }
.release-main h2 { margin-bottom: 22px; }
.release-main > p:not(.eyebrow) { max-width: 455px; font-size: 13px; color: var(--muted); line-height: 1.85; margin-bottom: 26px; }
.release-card { border: 1px solid var(--line); border-radius: 9px; background: var(--surface); padding: 27px; min-width: 0; }
.release-card-heading { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.release-version { font: 10px var(--mono); color: var(--accent); padding: 4px 8px; border: 1px solid #dbc4b1; background: #f3e9df; border-radius: 5px; }
.release-facts { margin: 19px 0 23px; }
.release-facts div { font-size: 11px; margin-top: 10px; }
.release-facts dt { color: var(--muted); }
.release-facts dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.release-facts a { text-decoration: none; }
.release-facts a:hover { text-decoration: underline; }
.checksum-heading { margin-bottom: 8px; }
#release-checksum { display: block; font: 10px/1.9 var(--mono); overflow-wrap: anywhere; background: #eeeee7; padding: 13px 14px; border-radius: 5px; min-height: 61px; }
.release-status { color: var(--muted); font-size: 9px; line-height: 1.7; margin: 13px 0 0; }
.transparency-section { padding-top: 69px; }
.transparency-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.plain-card { padding: 25px 0 8px; border-top: 1px solid var(--line); }
.plain-card h3 { font-size: 23px; font-weight: 520; letter-spacing: -.7px; line-height: 1.3; margin: 18px 0; }
.plain-card > p { color: var(--muted); font-size: 11px; line-height: 1.85; margin-bottom: 0; }
.allocation-bar { display: flex; gap: 3px; height: 24px; border-radius: 4px; overflow: hidden; margin: 24px 0 20px; }
.allocation-bar span:first-child { width: 80%; background: var(--accent); }
.allocation-bar span:nth-child(2) { width: 10%; background: #9a6d49; }
.allocation-bar span:nth-child(3) { width: 10%; background: #c7b89d; }
.allocation-legend { margin: 0 0 22px; }
.allocation-legend div { display: flex; justify-content: space-between; gap: 15px; font-size: 11px; margin-top: 10px; }
.allocation-legend dt { color: var(--muted); display: flex; align-items: center; gap: 8px; }
.allocation-legend dt span { display: block; height: 6px; width: 6px; background: var(--accent); border-radius: 1px; }
.allocation-legend div:nth-child(2) dt span { background: #9a6d49; }
.allocation-legend div:nth-child(3) dt span { background: #c7b89d; }
.allocation-legend dd { margin: 0; font-family: var(--mono); font-size: 10px; }
.allocation-card .text-link { font-size: 10px; }
.transparency-note { border-top: 1px solid var(--line); margin: 30px 0 0; padding-top: 19px; color: var(--muted); font-size: 10px; line-height: 1.9; }
.transparency-note a { color: var(--ink); white-space: normal; }
.closing-section { padding: 83px 0 78px; text-align: center; }
.closing-section .eyebrow { justify-content: center; margin-bottom: 23px; }
.closing-section h2 { font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; margin-bottom: 30px; }
.closing-section > div { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.site-footer { border-top: 1px solid var(--line); padding: 37px 0 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand p { color: var(--muted); font-size: 11px; margin: 15px 0 13px; }
.footer-stage { font: 8px var(--mono); color: var(--muted); letter-spacing: .25px; }
.site-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer nav h2 { font-size: 10px; letter-spacing: .1px; font-weight: 600; margin: 3px 0 8px; }
.site-footer nav a { color: var(--muted); font-size: 10px; text-decoration: none; }
.site-footer nav a:hover { color: var(--ink); text-decoration: underline; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 32px); background: var(--ink); color: var(--surface); padding: 11px 18px; border-radius: var(--radius); font-size: 12px; z-index: 15; box-shadow: 0 5px 25px #0002; }
.copy-fallback { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 20px; width: min(500px, calc(100% - 32px)); box-shadow: 0 10px 60px #0003; z-index: 16; }
.copy-fallback > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; margin-bottom: 12px; }
.copy-fallback textarea { display: block; width: 100%; resize: vertical; font: 12px/1.7 var(--mono); padding: 10px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 5px; }
.clipboard-field { position: fixed; left: -9999px; top: 0; }
@media (min-width: 1600px) { .page-shell { max-width: 1500px; padding: 0 80px; } .hero { padding-top: 83px; padding-bottom: 73px; gap: 87px; } .hero h1 { font-size: 119px; } }
@media (max-width: 1150px) { .page-shell { padding: 0 40px; } .hero { gap: 36px; padding-top: 54px; } .hero h1 { font-size: 8.1vw; } .hero-description { font-size: 16px; } .hero-actions { gap: 20px; } .button { gap: 20px; padding: 13px 17px; font-size: 11px; } .hero-footnote { margin-top: 39px; font-size: 7px; } .network-panel { padding: 21px; } .network-stats { gap: 16px; } .contribution-section, .release-section { gap: 55px; } .start-card { padding: 23px; } .start-card h3 { font-size: 19px; } .agent-layout { gap: 25px; padding: 27px; } .agent-terminal { padding: 18px; } .transparency-grid { gap: 25px; } }
@media (max-width: 860px) { .page-shell { padding: 0 28px; } .site-header { min-height: 87px; gap: 20px; } .primary-nav { gap: 20px; margin-right: 6px; } .primary-nav a { font-size: 12px; } .header-cta { padding: 9px 12px; gap: 20px; font-size: 11px; } .hero { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 27px; align-items: start; } .hero h1 { font-size: 8.3vw; margin-left: -3px; } .hero .eyebrow { font-size: 8px; letter-spacing: .6px; margin-bottom: 22px; } .hero-description { font-size: 14px; margin-bottom: 25px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; } .bootstrap-note { margin-top: 24px; } .hero-footnote { display: block; font-size: 7px; margin-top: 31px; line-height: 1.9; } .hero-footnote span { display: block; } .workflow-graphic { margin-bottom: 11px; } .diagram-label { font-size: 7px; } .network-panel { padding: 17px; } .network-stats { gap: 12px; } .network-stats strong { font-size: 20px; } .panel-heading h2 { font-size: 10px; } .refresh-button span { display: none; } .refresh-button { font-size: 16px; padding: 0 6px; } .connection-state { margin-top: 10px; font-size: 9px; } .metric-label { font-size: 7px; } .network-details div { font-size: 9px; } .panel-footer { font-size: 7px; align-items: flex-end; } .panel-footer a { font-size: 9px; } .principles { gap: 15px; padding: 24px 0; } .principles p { column-gap: 7px; grid-template-columns: 25px 1fr; } .principles strong { font-size: 10px; } .principles p > span:last-child { font-size: 9px; } .principle-symbol { font-size: 24px; } .section-space { padding-top: 65px; } .section-heading-row { gap: 30px; } .section-heading-row h2, .contribution-intro h2, .release-main h2 { font-size: 35px; } .section-heading-row p { font-size: 11px; max-width: 275px; } .start-cards { gap: 12px; } .start-card { padding: 18px; } .card-index { margin-bottom: 31px; } .start-card h3 { font-size: 18px; } .start-card p { font-size: 11px; line-height: 1.8; } .start-card .text-link { font-size: 10px; gap: 8px; } .agent-layout { grid-template-columns: 1fr; gap: 25px; } .agent-intro p { max-width: 100%; } .agent-terminal { width: 100%; } .contribution-section { grid-template-columns: 1fr 1.4fr; gap: 38px; } .reward-item { grid-template-columns: 84px minmax(0, 1fr); gap: 20px; } .reward-amount { font-size: 45px; } .reward-copy h3 { font-size: 17px; } .reward-copy p { font-size: 11px; } .mini-label { font-size: 8px; } .contribution-intro > p:not(.eyebrow) { font-size: 12px; } .release-section { gap: 40px; padding-bottom: 60px; } .release-card { padding: 20px; } .release-actions { gap: 20px; } .release-facts div { font-size: 10px; gap: 12px; } .transparency-grid { gap: 22px; } .plain-card h3 { font-size: 21px; } .plain-card > p { font-size: 10px; } .allocation-legend div { font-size: 10px; } .allocation-card .text-link { font-size: 9px; gap: 8px; } .site-footer { grid-template-columns: 1.7fr 1fr 1fr; gap: 30px; } .site-footer nav:last-child { grid-column: 2; } .footer-brand { grid-row: span 2; } .footer-stage { font-size: 7px; } }
@media (max-width: 620px) { .page-shell { padding: 0 22px; } .site-header { min-height: 82px; gap: 14px; flex-wrap: wrap; padding: 22px 0 18px; } .wordmark { font-size: 25px; } .wordmark img { width: 29px; height: 29px; } .primary-nav { order: 3; width: 100%; margin: 4px 0 0; justify-content: space-between; } .primary-nav a { font-size: 11px; } .header-cta { margin-left: auto; font-size: 10px; padding: 8px 11px; } .hero { grid-template-columns: 1fr; gap: 39px; padding: 42px 0 36px; } .hero-copy { padding: 0; } .hero .eyebrow { font-size: 8px; margin-bottom: 23px; letter-spacing: .75px; } .hero h1 { font-size: clamp(57px, 12.2vw, 78px); line-height: 1.02; margin-bottom: 23px; } .hero-description { font-size: 15px; line-height: 1.8; max-width: 380px; margin-bottom: 23px; } .hero-actions { flex-direction: row; align-items: center; gap: 23px; } .button { min-height: 46px; padding: 12px 15px; font-size: 10px; gap: 18px; } .hero-actions .text-link { font-size: 10px; gap: 8px; } .bootstrap-note { margin-top: 26px; } .bootstrap-note p { font-size: 10px; } .hero-footnote { display: flex; margin-top: 28px; padding-top: 17px; font-size: 6px; letter-spacing: .5px; } .hero-instrument { max-width: 470px; width: 100%; margin: 0 auto; } .diagram-label { font-size: 8px; padding: 0; } .workflow-graphic { max-height: 245px; margin: 0 auto 7px; } .network-panel { padding: 23px; } .panel-heading h2 { font-size: 11px; } .refresh-button { padding: 4px 8px; font-size: 11px; } .refresh-button span { display: inline; } .connection-state { font-size: 10px; margin-top: 14px; } .metric-label { font-size: 8px; } .network-stats strong { font-size: 28px; } .network-details div { font-size: 10px; } .panel-footer { font-size: 8px; } .panel-footer a { font-size: 10px; } .principles { grid-template-columns: 1fr; gap: 22px; padding: 27px 0; } .principles p { grid-template-columns: 28px 1fr; column-gap: 14px; } .principles strong { font-size: 12px; } .principles p > span:last-child { font-size: 10px; } .principle-symbol { font-size: 27px; } .section-space { padding-top: 58px; } .section-topline { align-items: flex-start; gap: 15px; margin-bottom: 22px; } .section-topline .eyebrow { font-size: 8px; max-width: 200px; } .small-link { font-size: 9px; gap: 5px; text-align: right; } .section-heading-row { display: block; margin-bottom: 25px; } .section-heading-row h2, .contribution-intro h2, .release-main h2 { font-size: 37px; letter-spacing: -.05em; } .section-heading-row p { margin: 20px 0 0; max-width: 350px; font-size: 12px; } .path-tabs { width: 100%; margin-bottom: 18px; } .path-tabs button { flex: 1; padding: 9px 12px; font-size: 11px; gap: 14px; } .start-cards { grid-template-columns: 1fr; gap: 14px; } .start-card { padding: 23px; } .card-index { margin-bottom: 24px; } .start-card h3 { font-size: 22px; margin-bottom: 12px; } .start-card p { font-size: 12px; line-height: 1.8; margin-bottom: 22px; } .start-card .text-link { font-size: 11px; } .agent-layout { padding: 22px; gap: 23px; } .agent-intro h3 { font-size: 24px; } .agent-terminal { padding: 17px; } .terminal-heading { font-size: 7px; gap: 10px; } .terminal-heading .copy-button { font-size: 9px; } .agent-terminal pre { font-size: 10px; } .http-method { padding-right: 8px; } .agent-terminal p { font-size: 8px; } .agent-note { font-size: 10px; } .contribution-section { grid-template-columns: 1fr; gap: 25px; } .contribution-intro .eyebrow { font-size: 8px; margin-bottom: 22px; } .contribution-intro > p:not(.eyebrow) { max-width: 350px; margin-bottom: 21px; } .reward-item { grid-template-columns: 80px minmax(0, 1fr); gap: 20px; padding: 27px 0; } .reward-amount { font-size: 43px; } .reward-amount span { font-size: 9px; } .reward-copy h3 { font-size: 18px; margin-top: 10px; } .reward-copy p { font-size: 11px; } .reward-copy .text-link { font-size: 10px; gap: 8px; } .reward-footnote { font-size: 9px; } .release-section { grid-template-columns: 1fr; gap: 31px; padding-bottom: 54px; } .release-main .eyebrow { font-size: 8px; margin-bottom: 22px; } .release-main > p:not(.eyebrow) { font-size: 12px; margin-bottom: 23px; } .release-actions { gap: 23px; } .release-card { padding: 25px; } .release-facts div { font-size: 11px; } .release-version { font-size: 10px; } .release-status { font-size: 9px; } .transparency-grid { grid-template-columns: 1fr; gap: 20px; } .plain-card { padding-top: 23px; } .plain-card h3 { font-size: 25px; margin: 16px 0; } .plain-card > p { font-size: 12px; max-width: 370px; } .plain-card .mini-label { font-size: 9px; } .allocation-legend div { font-size: 12px; margin-top: 13px; } .allocation-card .text-link { font-size: 11px; } .allocation-bar { height: 27px; margin-top: 22px; } .transparency-note { font-size: 10px; margin-top: 20px; } .closing-section { padding: 62px 0; } .closing-section .eyebrow { font-size: 7px; letter-spacing: .7px; } .closing-section h2 { font-size: 55px; } .closing-section > div { gap: 22px; flex-direction: column; } .closing-section .button { font-size: 11px; } .closing-section .text-link { font-size: 11px; } .site-footer { grid-template-columns: 1fr 1fr; padding: 30px 0; gap: 29px; } .footer-brand { grid-column: 1 / -1; grid-row: auto; } .footer-brand p { font-size: 11px; } .footer-stage { font-size: 7px; } .site-footer nav:last-child { grid-column: 1; } .site-footer nav h2, .site-footer nav a { font-size: 11px; } .site-footer nav { gap: 10px; } }
@media (max-width: 360px) { .page-shell { padding: 0 18px; } .hero h1 { font-size: 54px; } .hero-actions { gap: 16px; } .hero-actions .button { padding: 12px; gap: 12px; font-size: 9px; } .hero-actions .text-link { font-size: 9px; } .network-panel { padding: 20px; } .network-stats strong { font-size: 24px; } .agent-layout { padding: 18px; } .agent-terminal { padding: 14px; } .agent-terminal pre { font-size: 9px; } .reward-item { grid-template-columns: 70px minmax(0, 1fr); gap: 18px; } .reward-amount { font-size: 39px; } .reward-copy .mini-label { font-size: 7px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
.wallet-settings{border-bottom:1px solid var(--line);margin-top:19px;padding:0 0 16px}.wallet-settings summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:11px;color:var(--muted);list-style:none;padding:8px 0}.wallet-settings summary::-webkit-details-marker{display:none}.wallet-settings summary span{font-size:18px;color:var(--accent)}.wallet-settings[open] summary span{transform:rotate(45deg)}.wallet-settings summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wallet-settings-content{padding-top:12px}.wallet-settings dl{display:grid;grid-template-columns:1fr 1fr;gap:13px 40px;margin:0 0 23px;font-size:11px}.wallet-settings dl div{display:flex;justify-content:space-between;align-items:baseline;gap:25px;min-width:0}.wallet-settings dt{color:var(--muted);flex-shrink:0}.wallet-settings dd{margin:0;text-align:right;font-family:var(--mono);font-size:10px;overflow-wrap:anywhere;min-width:0}.wallet-settings dd a{text-decoration:none}.wallet-settings dd a:hover{text-decoration:underline}.wallet-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.wallet-actions .button{font-size:11px;min-height:42px;padding:10px 15px}.wallet-actions .copy-button{color:var(--ink);font-size:11px}.wallet-actions .text-link{font-size:11px}#wallet-status{font-size:10px;color:var(--muted);line-height:1.8;margin:17px 0 0}@media(max-width:620px){.wallet-settings dl{grid-template-columns:1fr;gap:13px}.wallet-actions{gap:18px}.wallet-settings summary{font-size:11px}.wallet-settings dd{font-size:9px}}
.hero h1 .settlement{font-size:.72em;letter-spacing:-.055em;white-space:nowrap}.hero-footnote{color:var(--muted)}.reward-copy .node-target{font-size:10px;border-left:2px solid var(--line);padding-left:11px;margin-top:16px;line-height:1.8}
#chain-id{font-size:26px}@media(max-width:860px){#chain-id{font-size:17px}}@media(max-width:620px){#chain-id{font-size:21px}}@media(max-width:360px){#chain-id{font-size:17px}}
