:root {
  color-scheme: light;
  --bg: #f7f6f2;
  --paper: #fff;
  --ink: #181b1a;
  --muted: #696e6a;
  --line: #e0e2dc;
  --teal: #00aaa3;
  --teal-deep: #007e79;
  --teal-soft: #e7f7f4;
  --pink: #dc4c8e;
  --pink-soft: #fcebf2;
  --blue: #378aef;
  --blue-soft: #eaf2ff;
  --yellow: #edc75c;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: 14px; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button, a, input, select { touch-action: manipulation; }
button, .button-link { border: 1px solid transparent; border-radius: 8px; padding: 12px 19px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .18s, box-shadow .18s, transform .18s; }
button:disabled { opacity: .43; cursor: not-allowed; box-shadow: none; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--teal-deep); outline-offset: 4px; }
button:not(:disabled):active, .button-link:active { transform: translateY(1px); }
.primary { background: var(--ink); color: white; }
.primary:not(:disabled):hover { background: #303a37; box-shadow: 3px 3px 0 var(--teal); }
.outline { background: var(--paper); border-color: #d2d6ce; color: var(--ink); }
.outline:not(:disabled):hover { border-color: var(--teal-deep); background: var(--teal-soft); }
.button-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; text-decoration: none; }
.skip-link { position: fixed; left: 20px; top: -70px; background: white; padding: 12px 20px; z-index: 20; }
.skip-link:focus { top: 10px; }
.top { max-width: 1280px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 40px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; text-decoration: none; }
.brand img { object-fit: contain; width: 128px; height: auto; display: block; }
.top nav { display: flex; gap: 5px; padding: 5px; border: 1px solid #e2e3dd; border-radius: 11px; background: #eeeee8; }
.top nav a { font-size: 12px; font-weight: 650; text-decoration: none; padding: 9px 17px; border-radius: 7px; color: var(--muted); white-space: nowrap; transition: background .18s, color .18s; }
.top nav a:hover { color: var(--ink); background: #f7f8f3; }
.top nav a[aria-current=page] { background: white; color: var(--ink); box-shadow: 0 1px 4px #16262012; }
.top nav a[aria-current=page]::after { content: ''; display: inline-block; width: 5px; height: 5px; background: var(--teal); margin-left: 8px; border-radius: 50%; vertical-align: 2px; }
#connect { box-shadow: 3px 3px 0 var(--teal); white-space: nowrap; }
#connect span { margin-left: 12px; }
main { max-width: 1280px; margin: auto; padding: 0 40px; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: 68px; align-items: center; padding: 65px 0 56px; }
.eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: 1.8px; font-weight: 750; margin: 0 0 24px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--teal-deep); flex-shrink: 0; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
h1 { font-size: clamp(76px, 7.8vw, 108px); font-weight: 850; line-height: .96; letter-spacing: -6px; margin: 0 0 24px; position: relative; width: fit-content; }
h1 > span { color: var(--teal-deep); }
h1 sup { color: var(--pink); font-size: 65px; display: inline-block; line-height: 1; vertical-align: top; margin: 3px 0 0 20px; transform: rotate(12deg); }
.intro { font-size: 21px; line-height: 1.5; letter-spacing: -.5px; margin: 0 0 12px; }
.intro strong { font-weight: 700; }
.hero-description { color: var(--muted); max-width: 345px; font-size: 13px; line-height: 1.8; margin: 0; }
.hero-actions { display: flex; gap: 23px; align-items: center; margin-top: 25px; }
.hero-actions .primary { box-shadow: 3px 3px 0 var(--teal); }
.pilot-label { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; color: var(--muted); white-space: nowrap; }
.pilot-label .status-dot { background: var(--pink); }
.hero-visual { background: radial-gradient(circle at 60% 45%, #d4efea70, transparent 65%), linear-gradient(#181b1a06 1px, transparent 1px), linear-gradient(90deg, #181b1a06 1px, transparent 1px), #f0f0e9; background-size: auto, 22px 22px, 22px 22px, auto; border: 1px solid #e2e4db; border-radius: 16px; padding: 22px 26px 20px; position: relative; }
.visual-caption, .visual-foot { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font: 9px/1.4 ui-monospace, SFMono-Regular, monospace; letter-spacing: 1px; }
.machine-art { margin: 30px auto; background: #fefefb; border: 2px solid var(--ink); border-radius: 16px; padding: 19px; box-shadow: 9px 9px 0 var(--teal), 12px 12px 0 var(--ink), 10px 20px 30px #12262113; transform: rotate(-3deg); max-width: 312px; width: calc(100% - 26px); }
.machine-head { display: flex; justify-content: space-between; align-items: center; font: 800 10px ui-monospace, SFMono-Regular, monospace; letter-spacing: .5px; margin-bottom: 16px; }
.machine-label { font-size: 7px; letter-spacing: 1px; color: var(--muted); }
.machine-window { border-radius: 9px; background: #eaf0e9; padding: 14px 11px 12px; border: 1.5px solid var(--ink); }
.intake-label { border-bottom: 1px dashed #b7c7bd; padding-bottom: 10px; font: 8px ui-monospace, SFMono-Regular, monospace; display: flex; align-items: center; gap: 6px; letter-spacing: 1px; }
.intake-label > span:last-child { margin-left: auto; font-size: 14px; }
.coin-track { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 23px 0; }
.coin { width: 79px; height: 79px; background: var(--teal); border: 6px double #153731; color: #112d28; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; font-weight: 850; font-size: 33px; line-height: 1; box-shadow: 3px 4px 0 #193c32; }
.coin span { font-size: 7px; letter-spacing: 1.5px; margin-top: 3px; }
.mini-coin { width: 29px; height: 29px; border-radius: 50%; display: grid; place-content: center; border: 1px solid var(--ink); font-size: 17px; box-shadow: 2px 2px 0 var(--ink); }
.coin-pink { background: #ed88b0; transform: translateY(16px) rotate(-15deg); }
.coin-blue { background: #87b8f4; transform: translateY(-14px) rotate(15deg); }
.machine-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.machine-slots span { background: #ffffffb5; border: 1px solid #c5cfc4; border-radius: 4px; padding: 8px 0; text-align: center; font: 6px ui-monospace, SFMono-Regular, monospace; letter-spacing: .2px; }
.machine-slots i { display: block; height: 5px; width: 16px; margin: 0 auto 7px; background: var(--teal); border-radius: 1px; }
.machine-slots span:nth-child(2) i { background: var(--blue); }
.machine-slots span:nth-child(3) i { background: var(--pink); }
.machine-slots span:nth-child(4) i { background: var(--ink); }
.machine-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }
.dispense-slot { border-radius: 5px; background: var(--ink); border-top: 5px solid #3e4941; color: white; padding: 9px 8px; width: 100%; font: 6px ui-monospace, SFMono-Regular, monospace; letter-spacing: .6px; text-align: center; }
.arrow { width: 31px; height: 31px; flex-shrink: 0; font-size: 22px; line-height: 27px; border: 1.5px solid var(--ink); border-radius: 50%; text-align: center; background: var(--yellow); }
.visual-foot { padding-top: 12px; gap: 16px; }
.flow-dashes { flex: 1; height: 1px; border-top: 1px dashed #a5b6aa; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles > div { display: flex; gap: 13px; align-items: center; }
.principle-icon { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 9px; display: grid; place-content: center; font-size: 22px; flex-shrink: 0; }
.teal { background: var(--teal-soft); color: var(--teal-deep); }
.pink { background: var(--pink-soft); color: #b53272; }
.blue { background: var(--blue-soft); color: #2367bc; }
.principles strong, .principles small { display: block; }
.principles strong { font-size: 11px; font-weight: 650; }
.principles small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.notice { padding: 13px 17px; border: 1px solid #e6debc; border-radius: 8px; font-size: 11px; color: #776127; background: #fbf7e9; line-height: 1.7; margin-top: 27px; overflow-wrap: anywhere; }
.section { margin-top: 46px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 25px; gap: 25px; }
.section-heading .eyebrow { margin: 0 0 9px; color: var(--muted); font-size: 9px; }
h2 { font-size: 33px; line-height: 1.15; letter-spacing: -1.25px; margin: 0; font-weight: 750; }
.section-heading > p { font-size: 11px; color: var(--muted); max-width: 245px; margin: 0 0 3px; }
h3 { font-size: 23px; letter-spacing: -.7px; line-height: 1.3; margin: 0 0 25px; font-weight: 700; }
.launcher-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; align-items: start; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: 29px; box-shadow: 0 3px 12px #172e2003; min-width: 0; }
.configure { border-top: 3px solid var(--ink); }
.steps { display: flex; justify-content: space-between; margin: 0 0 32px; padding: 0; list-style: none; font-size: 11px; color: var(--muted); border-bottom: 1px solid var(--line); }
.steps li { padding: 0 3px 17px; display: flex; gap: 8px; }
.steps li.current { border-bottom: 2px solid var(--teal); color: var(--teal-deep); font-weight: 750; }
.steps li.complete { color: var(--ink); }
label { display: block; font-size: 11px; font-weight: 650; margin-bottom: 22px; }
input:not([type=checkbox]), select, textarea { display: block; width: 100%; border: 1px solid #d9ddd5; background: #fefefd; border-radius: 7px; padding: 12px; color: var(--ink); margin-top: 8px; min-width: 0; transition: border-color .18s, box-shadow .18s; }
input:not([type=checkbox]):hover, select:hover, textarea:hover { border-color: #9cab9f; }
input:disabled { background: #f1f2ee; color: var(--muted); cursor: not-allowed; }
input[readonly] { background: #f4f5f1; font: 11px/1.8 ui-monospace, SFMono-Regular, monospace; }
input[type=checkbox] { accent-color: var(--teal-deep); }
.help { font-size: 11px; color: var(--muted); line-height: 1.8; overflow-wrap: anywhere; }
.asset-box, .example { padding: 17px; background: var(--teal-soft); border: 1px solid #d4ebe5; border-radius: 8px; margin: 22px 0; display: grid; gap: 5px; }
.asset-box span { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: var(--teal-deep); }
.asset-box strong { font-size: 12px; font-weight: 650; }
.step-buttons { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 29px; }
.step-page > p { font-size: 12px; }
.facts { font-size: 11px; }
.facts div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.facts dt { color: var(--muted); }
.facts dd { text-align: right; margin: 0; font-weight: 600; }
.split-card { border: 1px solid var(--line); border-radius: 9px; margin-bottom: 15px; padding: 18px; }
.split-card h4 { margin: 0 0 16px; font-size: 12px; }
.split-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.split-inputs label { margin: 0; }
.preview { border-color: #c9e1da; background: #f7fbf9; position: sticky; top: 20px; }
.preview-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.preview-heading .eyebrow { color: var(--teal-deep); font-size: 9px; margin: 0; letter-spacing: 1.4px; }
.preview-badge { font: 8px ui-monospace, SFMono-Regular, monospace; letter-spacing: 1px; color: var(--teal-deep); padding: 4px 7px; border-radius: 4px; border: 1px solid #c4ded5; }
.preview h3 { margin-bottom: 5px; overflow-wrap: anywhere; }
.preview-description { font-size: 11px; color: var(--muted); margin: 0 0 22px; }
.route { margin: 20px 0 24px; }
.route-head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; padding: 11px 13px; border: 1px solid #d4ded6; border-radius: 7px; background: white; gap: 10px; }
.route-head strong { font-size: 12px; }
.route-head strong::before { content: '↙'; display: inline-block; margin-right: 8px; color: var(--teal-deep); }
.route-head small { color: var(--muted); font-size: 9px; }
.route-trunk { height: 16px; border-left: 1px dashed #9eafa4; margin-left: 23px; }
.route-bar { height: 7px; display: flex; border-radius: 3px; overflow: hidden; margin: 0 0 12px; gap: 2px; }
.segment-holder { background: var(--teal); }
.segment-creator { background: var(--blue); }
.segment-burn { background: var(--pink); }
.segment-protocol { background: var(--ink); }
.route-destinations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.destination { padding: 11px 8px; border: 1px solid #dce4de; border-radius: 7px; font-size: 9px; background: white; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.destination b { font-size: 20px; letter-spacing: -.75px; line-height: 1.3; font-weight: 700; }
.destination.holders { background: var(--teal-soft); border-color: #bee0d4; }
.destination:nth-child(2) { border-top: 2px solid #aecdf3; }
.destination:nth-child(3) { border-top: 2px solid #efb5ce; }
.destination:nth-child(4) { border-top: 2px solid #a2ada6; }
.destination.holders { border-top: 2px solid var(--teal); }
.protocol-fee { border-top: 1px solid #d6e3db; padding-top: 19px; font-size: 10px; }
.protocol-fee strong { display: block; margin-bottom: 10px; font-size: 11px; }
.protocol-fee div { display: flex; justify-content: space-between; padding: 4px 0; color: var(--muted); }
.protocol-fee b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.trust { background: #faf5e7; border: 1px solid #eae2c9; border-radius: 8px; padding: 16px; font-size: 11px; margin: 20px 0; }
.trust p { margin: 8px 0; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; font-weight: 400; }
.check input { margin: 3px 0 0; }
.full { width: 100%; margin-bottom: 10px; }
.launch-sequence { font-size: 12px; padding-left: 20px; }
.launch-sequence li { margin-bottom: 11px; padding-left: 4px; }
.workspace-page { min-height: calc(100svh - 270px); padding-top: 20px; }
.workspace-page h2 { font-size: 42px; letter-spacing: -1.5px; }
.workspace-page .section-heading { margin-bottom: 32px; }
.empty { padding: 64px 30px; background: #ffffff7a; border: 1px dashed #c5cfc5; text-align: center; border-radius: 12px; color: var(--muted); font-size: 12px; }
.empty-icon { display: grid; place-content: center; width: 54px; height: 54px; margin: 0 auto 21px; background: var(--teal-soft); color: var(--teal-deep); border: 1px solid #d3e7df; border-radius: 14px; font-size: 29px; }
.empty h3 { color: var(--ink); font-size: 21px; margin-bottom: 8px; }
.empty p { max-width: 350px; margin: 0 auto 22px; }
.empty .button-link { color: white; }
.vend-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 25px; margin-bottom: 20px; }
.vend-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.vend-top h3 { margin: 0 0 5px; }
.address { font: 11px ui-monospace, SFMono-Regular, monospace; overflow-wrap: anywhere; }
.badge { background: var(--teal-soft); color: var(--teal-deep); border-radius: 50px; padding: 5px 10px; font-size: 9px; font-weight: 700; white-space: nowrap; }
.vend-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 18px; }
.actions button { font-size: 12px; }
.gas-form { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 20px 0; }
.gas-form input { width: 145px!important; margin: 0!important; padding: 9px!important; }
.gas-form label { margin: 0; }
.danger { background: var(--pink-soft); border-color: #f2c4d8; color: #952c5c; }
.danger:not(:disabled):hover { background: #f9d8e6; }
.details { font-size: 11px; margin-top: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.details summary { cursor: pointer; font-weight: 700; }
.details textarea { font: 11px ui-monospace, SFMono-Regular, monospace; min-height: 80px; }
.table-scroll { overflow: auto; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); margin-top: 24px; }
table { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 620px; text-align: left; }
th { background: #eff2ed; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; padding: 16px; font-weight: 650; }
td { padding: 18px 16px; border-top: 1px solid var(--line); }
td[colspan] { text-align: center; padding: 55px 22px; color: var(--muted); }
td button { font-size: 11px; padding: 7px 10px; }
td small { display: block; color: var(--muted); }
.cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding: 5px 0 24px; }
.cost-grid > div { border-left: 2px solid var(--teal); padding-left: 17px; }
.cost-grid > div:nth-child(2) { border-color: var(--blue); }
.cost-grid > div:nth-child(3) { border-color: var(--pink); }
.cost-grid > div:nth-child(4) { border-color: var(--yellow); }
.cost-grid strong { display: block; font-size: 33px; letter-spacing: -1px; margin: 8px 0 5px; font-weight: 650; }
.cost-grid span { display: block; font-size: 10px; color: var(--muted); }
.cost-warning { color: #8b592c; font-size: 12px; margin-bottom: 0; }
#cost-summary > .help { border-top: 1px solid var(--line); padding-top: 20px; }
footer { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; margin-top: 64px; padding: 28px 0; font-size: 10px; color: var(--muted); gap: 20px; }
footer .brand img { width: 85px; }
footer p { color: var(--ink); font-weight: 600; }
footer p span { font-weight: 400; color: var(--muted); margin-left: 4px; }
.footer-network { display: flex; align-items: center; gap: 7px; font-size: 9px; }
.footer-network b { font-size: 8px; font-weight: 500; letter-spacing: 1px; margin-left: 12px; padding-left: 16px; border-left: 1px solid #d5dacf; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); padding: 15px 24px; border-radius: 10px; background: var(--ink); color: white; box-shadow: 0 10px 40px #17352c30; font-size: 12px; z-index: 10; max-width: calc(100% - 32px); overflow-wrap: anywhere; }
[hidden] { display: none!important; }
@media (max-width: 1050px) {
  .top, main { padding-left: 28px; padding-right: 28px; }
  .top nav a { padding: 8px 12px; }
  .hero { gap: 38px; }
  h1 { font-size: 86px; }
  h1 sup { font-size: 50px; margin-left: 13px; }
  .hero-visual { padding-left: 16px; padding-right: 16px; }
  .hero-actions { gap: 14px; }
  .panel { padding: 24px; }
  .route-destinations { grid-template-columns: 1fr 1fr; }
  .destination { flex-direction: row; justify-content: space-between; align-items: center; }
  .destination b { font-size: 18px; }
}
@media (max-width: 800px) {
  .top { flex-wrap: wrap; gap: 18px; padding-top: 19px; padding-bottom: 14px; }
  .top nav { order: 3; width: 100%; justify-content: space-between; }
  .top nav a { text-align: center; flex: 1; }
  .hero { gap: 30px; padding-top: 42px; }
  h1 { font-size: 76px; letter-spacing: -5px; }
  h1 sup { font-size: 42px; margin-left: 8px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .hero-visual { padding: 18px 12px; }
  .visual-caption, .visual-foot { font-size: 7px; }
  .machine-art { padding: 13px; width: calc(100% - 16px); }
  .machine-label { display: none; }
  .coin-track { gap: 10px; }
  .mini-coin { width: 23px; height: 23px; font-size: 13px; }
  .machine-slots { gap: 3px; }
  .machine-slots span { font-size: 5px; }
  .principles { gap: 16px; }
  .principles > div { align-items: flex-start; gap: 9px; }
  .principles strong { font-size: 10px; }
  .principles small { font-size: 9px; }
  .principle-icon { width: 28px; height: 28px; font-size: 18px; }
  .launcher-grid { grid-template-columns: 1fr; }
  .preview { position: static; }
  #route-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .route-destinations { grid-template-columns: 1fr 1fr; }
  .section-heading > p { max-width: 180px; }
  .vend-routes { grid-template-columns: 1fr; gap: 0; }
  .cost-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  footer { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .top, main { padding-left: 20px; padding-right: 20px; }
  .top { gap: 19px; }
  .top .brand img { width: 110px; }
  #connect { padding: 10px 12px; font-size: 11px; }
  #connect span { margin-left: 8px; }
  .top nav { gap: 1px; padding: 4px; }
  .top nav a { font-size: 10px; padding: 9px 5px; }
  .top nav a[aria-current=page]::after { display: none; }
  .top nav a[aria-current=page] { box-shadow: inset 0 -2px var(--teal), 0 1px 4px #16262012; }
  .hero { grid-template-columns: 1fr; padding: 36px 0 31px; }
  h1 { font-size: clamp(77px, 20vw, 103px); letter-spacing: -5px; margin-bottom: 22px; }
  h1 sup { font-size: 50px; margin-left: 19px; }
  .hero .eyebrow { font-size: 8px; margin-bottom: 22px; }
  .hero-visual { display: none; }
  .intro { font-size: 20px; }
  .hero-description { font-size: 12px; max-width: 305px; }
  .hero-actions { gap: 20px; }
  .hero-actions .button-link { font-size: 11px; padding: 11px 15px; gap: 17px; }
  .pilot-label { font-size: 9px; }
  .principles { grid-template-columns: 1fr; gap: 15px; padding: 20px 0; }
  .principles > div { align-items: center; gap: 12px; }
  .principles strong { font-size: 11px; }
  .principles small { font-size: 10px; }
  .principle-icon { width: 30px; height: 30px; }
  .notice { font-size: 10px; padding: 12px 14px; margin-top: 20px; }
  .section { margin-top: 31px; }
  .section-heading { gap: 14px; align-items: center; margin-bottom: 20px; }
  h2, .workspace-page h2 { font-size: 29px; letter-spacing: -1px; }
  .section-heading > p { display: none; }
  .section-heading .outline { font-size: 10px; padding: 8px 10px; }
  .panel { padding: 22px 18px; border-radius: 10px; }
  .steps { font-size: 10px; margin-bottom: 25px; }
  .steps li { gap: 6px; }
  h3 { font-size: 21px; }
  #route-preview { grid-template-columns: 1fr; gap: 0; }
  .route { margin: 17px 0 20px; }
  .route-destinations { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .destination { flex-direction: column; align-items: flex-start; padding: 9px 7px; font-size: 8px; }
  .destination b { font-size: 17px; }
  .preview-description { margin-bottom: 12px; }
  .vend-card { padding: 18px; }
  .vend-top { align-items: start; gap: 10px; }
  .vend-top h3 { font-size: 18px; }
  .facts div { gap: 14px; }
  .facts dd { max-width: 175px; }
  .workspace-page { padding-top: 12px; min-height: calc(100svh - 365px); }
  .empty { padding: 45px 22px; }
  .cost-grid { gap: 24px 15px; }
  .cost-grid > div { padding-left: 10px; }
  .cost-grid strong { font-size: 27px; }
  footer { margin-top: 40px; padding: 25px 0; gap: 20px 15px; }
  footer p { font-size: 9px; }
  footer p span { display: block; margin-left: 0; }
  .footer-network { width: 100%; justify-content: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none!important; animation: none!important; }
}
/* Published VEND identity: four colors, black outlines, confident type. */
body { background: linear-gradient(#181b1a04 1px, transparent 1px), linear-gradient(90deg, #181b1a04 1px, transparent 1px), var(--bg); background-size: 28px 28px; }
.top nav { background: transparent; border: 0; padding: 0; gap: 10px; }
.top nav a { border: 1.5px solid var(--ink); background: #fffdfa; color: var(--ink); border-radius: 6px; padding: 9px 16px; box-shadow: 3px 3px 0 var(--teal); font-weight: 750; }
.top nav a:nth-child(2) { box-shadow: 3px 3px 0 var(--pink); }
.top nav a:nth-child(3) { box-shadow: 3px 3px 0 var(--blue); }
.top nav a:nth-child(4) { box-shadow: 3px 3px 0 var(--yellow); }
.top nav a:nth-child(5) { box-shadow: 3px 3px 0 #adb5af; }
.top nav a[aria-current=page] { background: var(--ink); color: white; box-shadow: 3px 3px 0 var(--teal); }
.top nav a[aria-current=page]::after { display: none; }
.top nav a:hover { background: #eaf7f3; }
.top nav a[aria-current=page]:hover { background: #303a37; }
.hero .eyebrow { width: fit-content; padding: 6px 10px; background: var(--teal-soft); border: 1px solid var(--teal-deep); border-radius: 4px; font-size: 9px; box-shadow: 2px 2px 0 var(--teal); }
h1 { font-weight: 900; text-transform: uppercase; font-size: clamp(70px, 7.3vw, 100px); letter-spacing: -6px; }
h1 > span { color: var(--ink); text-shadow: 4px 4px 0 #00aaa345; }
h1 sup { color: var(--teal); font-size: 62px; margin-left: 26px; }
.hero-description { font-size: 14px; line-height: 1.7; }
.hero-description strong { font-size: 19px; color: var(--ink); font-weight: 700; }
.hero-actions .outline { border: 1.5px solid var(--ink); box-shadow: 3px 3px 0 var(--blue); }
.hero-actions .primary { border: 1.5px solid var(--ink); box-shadow: 3px 3px 0 var(--pink); }
.hero-pilot { display: flex; gap: 7px; align-items: center; color: var(--muted); font: 8px ui-monospace, SFMono-Regular, monospace; letter-spacing: 1px; margin-top: 21px; }
.pillars-section { border-top: 1px solid #d6dbd1; padding-top: 35px; }
.pillars-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 30px; margin-bottom: 26px; }
.pillars-heading .eyebrow { grid-column: 1 / -1; color: var(--muted); font-size: 9px; margin: 0; }
.pillars-heading h2 { font-size: 28px; letter-spacing: -1px; }
.pillars-heading > p:last-child { color: var(--muted); font-size: 11px; margin: 0; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.pillar { --accent: var(--teal); --soft: var(--teal-soft); padding: 20px 19px; border: 1.5px solid var(--ink); border-radius: 8px; background: #fffefa; box-shadow: 4px 4px 0 var(--accent); transition: transform .2s, box-shadow .2s; }
.pillar:hover { transform: translateY(-3px); box-shadow: 4px 7px 0 var(--accent); }
.pillar-pink { --accent: var(--pink); --soft: var(--pink-soft); }
.pillar-blue { --accent: var(--blue); --soft: var(--blue-soft); }
.pillar-yellow { --accent: var(--yellow); --soft: #fbf2d6; }
.pillar-top { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-bottom: 22px; font-size: 8px; font-weight: 650; white-space: nowrap; }
.pillar-top > span:last-child { font-size: 18px; line-height: 1; color: var(--ink); background: var(--soft); border: 1px solid #192d2420; padding: 5px; border-radius: 5px; }
.pillar h3 { font-size: 23px; font-weight: 800; line-height: 1.13; letter-spacing: -.8px; margin: 0 0 17px; }
.pillar p { color: #656b65; font-size: 11px; line-height: 1.85; margin: 0; }
.pillar small { color: var(--muted); font-size: 8px; display: block; margin-top: 12px; }
.pilot-banner { background: #eaede5; border: 1px solid #d9ded2; border-radius: 10px; margin: 38px 0 0; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pilot-banner .eyebrow { color: var(--teal-deep); font-size: 8px; margin: 0 0 10px; display: block; }
.pilot-banner h3 { font-size: 21px; margin: 0 0 7px; }
.pilot-banner p { color: var(--muted); font-size: 11px; margin: 0; max-width: 630px; }
.pilot-banner .button-link { flex-shrink: 0; }
#launch-view.workspace-page { padding-top: 18px; }
#launch-view .notice { margin-top: 16px; }
#launch-view #launcher { margin-top: 29px; }
@media (max-width: 1100px) {
  .top { gap: 17px; }
  .top nav a { padding: 9px 11px; font-size: 11px; }
  .hero { gap: 35px; }
  h1 { font-size: 79px; letter-spacing: -4.5px; }
  h1 sup { font-size: 45px; margin-left: 20px; }
  .pillars { grid-template-columns: 1fr 1fr; gap: 22px; }
  .pillar { padding: 23px; }
  .pillar-top { font-size: 10px; }
  .pillar h3 { font-size: 26px; }
  .pillar p { font-size: 12px; }
}
@media (max-width: 800px) {
  .top nav { gap: 9px; }
  .top nav a { font-size: 11px; padding: 9px 8px; }
  h1 { font-size: 68px; }
  h1 sup { font-size: 35px; margin-left: 10px; }
  .intro { font-size: 18px; }
  .hero-actions { gap: 13px; }
  .hero-actions .button-link { padding: 10px 13px; font-size: 10px; gap: 14px; }
  .pillars-heading { grid-template-columns: 1fr; }
  .pillars-heading > p:last-child { display: none; }
  .pilot-banner { gap: 24px; padding: 22px; }
  .pilot-banner h3 { font-size: 20px; }
}
@media (max-width: 560px) {
  .top nav { gap: 7px; }
  .top nav a { padding: 8px 3px; font-size: 9px; box-shadow: 2px 2px 0 var(--teal); border-radius: 4px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1px; }
  h1 { font-size: clamp(65px, 18.5vw, 95px); letter-spacing: -4px; }
  h1 sup { font-size: 45px; margin-left: 21px; }
  .intro { font-size: 18px; }
  .hero-actions { gap: 17px; }
  .hero-actions .button-link { padding: 11px 16px; font-size: 11px; gap: 16px; }
  .pillars-section { padding-top: 27px; }
  .pillars-heading h2 { font-size: 26px; }
  .pillars { grid-template-columns: 1fr; gap: 19px; }
  .pillar { padding: 23px; }
  .pillar-top { margin-bottom: 18px; font-size: 11px; }
  .pillar h3 { font-size: 27px; }
  .pillar p { font-size: 12px; }
  .pillar small { font-size: 9px; }
  .pilot-banner { flex-direction: column; align-items: flex-start; padding: 22px; gap: 21px; margin-top: 30px; }
  .pilot-banner h3 { font-size: 23px; }
}

/* On the final mobile step, review routes before the launch action. */
@media (max-width: 800px) {
  .launcher-grid:has([data-page="3"]:not([hidden])) .preview { order: -1; }
}
@media (max-width: 360px) {
  h1 { font-size: 57px; letter-spacing: -3.5px; }
  h1 sup { font-size: 36px; margin-left: 16px; }
}
/* Rotating published-site narrative and the hand-drawn VEND machine. */
.hero { grid-template-columns: .95fr 1.2fr; align-items: start; gap: 36px; padding-top: 54px; padding-bottom: 48px; }
.hero-copy { min-width: 0; }
.hero-messages { display: grid; min-height: 345px; }
.hero-message { grid-area: 1 / 1; min-width: 0; }
.hero-message[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.hero-message { --slide-accent: var(--teal); --slide-soft: var(--teal-soft); }
.slide-pink { --slide-accent: var(--pink); --slide-soft: var(--pink-soft); }
.slide-blue { --slide-accent: var(--blue); --slide-soft: var(--blue-soft); }
.slide-yellow { --slide-accent: var(--yellow); --slide-soft: #fff3cf; }
.hero-message .eyebrow { background: var(--slide-accent); color: var(--ink); box-shadow: none; border-color: var(--ink); }
.hero-title { font-size: clamp(62px, 6.8vw, 94px); font-weight: 900; text-transform: uppercase; line-height: .98; letter-spacing: -5px; margin: 0 0 25px; }
.hero-title span { text-shadow: 3px 3px 0 color-mix(in srgb, var(--slide-accent) 30%, transparent); }
.hero-message .intro { font-size: 18px; }
.hero-message .hero-description { max-width: 390px; font-size: 13px; }
.hero-message .hero-description strong { font-size: 18px; }
.hero-pagination { display: flex; gap: 13px; align-items: center; margin-top: 17px; }
.hero-dots { display: flex; gap: 7px; align-items: center; }
.hero-dots button { --dot: var(--teal); width: 29px; height: 22px; border: 0; padding: 0; background: transparent; position: relative; border-radius: 3px; }
.hero-dots button:nth-child(2) { --dot: var(--pink); }
.hero-dots button:nth-child(3) { --dot: var(--blue); }
.hero-dots button:nth-child(4) { --dot: var(--yellow); }
.hero-dots button::after { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; transform: translate(-50%, -50%); border-radius: 999px; background: var(--dot); opacity: .35; transition: opacity .2s, width .2s; }
.hero-dots button[aria-pressed=true]::after { opacity: 1; width: 29px; }
.hero-dots button:hover::after { opacity: 1; }
.slide-count { color: var(--muted); font: 9px ui-monospace, SFMono-Regular, monospace; letter-spacing: 1px; }
#hero-rotation { padding: 0; width: 28px; height: 28px; border: 1px solid var(--line); background: #ffffff70; font-size: 12px; color: var(--muted); }
.vintage-visual { min-width: 0; margin: 0 -15px 0 0; }
.vintage-visual img { width: 100%; height: auto; display: block; border: 1.5px solid var(--ink); border-radius: 16px; mix-blend-mode: multiply; }
.vintage-caption { margin: 18px 22px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 12px; font: 8px ui-monospace, SFMono-Regular, monospace; letter-spacing: 1px; color: var(--muted); }
@media (max-width: 1050px) {
 .hero { grid-template-columns: 1fr 1.05fr; gap: 20px; }
 .hero-title { font-size: 74px; }
 .hero-messages { min-height: 340px; }
 .hero-title sup { font-size: 40px; margin-left: 15px; }
}
@media (max-width: 800px) {
 .hero { grid-template-columns: 1fr; gap: 22px; }
 .hero-messages { min-height: 315px; }
 .vintage-visual { max-width: 620px; margin: 0 auto; width: 100%; }
 .hero-message .hero-description { max-width: 440px; }
}
@media (max-width: 560px) {
 .hero { padding-top: 34px; padding-bottom: 12px; gap: 28px; }
 .hero-messages { min-height: 305px; }
 .hero-title { font-size: clamp(57px, 18vw, 82px); letter-spacing: -4px; }
 .hero-message .intro { font-size: 17px; }
 .hero-message .hero-description { font-size: 12px; }
 .hero-title sup { font-size: 36px; margin-left: 15px; }
 .hero-pagination { margin-top: 13px; }
 .vintage-caption { margin: 12px 4px 0; gap: 8px; font-size: 7px; letter-spacing: .5px; }
 .hero-dots button { width: 32px; height: 32px; }
}
/* Native modal: focus containment, Escape and backdrop dismissal. */
body.wallet-modal-open { overflow: hidden; }
.wallet-dialog { width: min(440px, calc(100vw - 32px)); max-height: calc(100svh - 40px); overflow: auto; padding: 28px; color: var(--ink); border: 2px solid var(--ink); border-radius: 16px; background: #fffefa; box-shadow: 7px 7px 0 var(--teal), 0 28px 90px #101b2440; }
.wallet-dialog::backdrop { background: #17241c65; backdrop-filter: blur(5px); }
.wallet-modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.wallet-modal-head img { height: auto; }
.wallet-close { display: grid; place-content: center; width: 32px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 23px; font-weight: 400; }
.wallet-dialog .eyebrow { color: var(--teal-deep); font-size: 9px; margin-bottom: 10px; }
.wallet-dialog h2 { font-size: 30px; letter-spacing: -1px; }
.wallet-intro { color: var(--muted); font-size: 12px; margin: 10px 0 22px; }
.wallet-options { display: grid; gap: 10px; }
.wallet-option { display: flex; align-items: center; gap: 13px; width: 100%; padding: 15px; border: 1px solid #d3dbd0; background: white; color: var(--ink); text-align: left; border-radius: 9px; }
.wallet-option:hover { background: var(--teal-soft); border-color: var(--teal-deep); box-shadow: 3px 3px 0 #c2e5dc; }
.wallet-option > img, .wallet-option > span:first-child { width: 30px; height: 30px; object-fit: contain; font-size: 25px; }
.wallet-option strong { font-size: 13px; overflow-wrap: anywhere; }
.wallet-detected { font-size: 9px; color: var(--muted); margin-left: auto; white-space: nowrap; }
.wallet-message { font-size: 12px; color: var(--teal-deep); overflow-wrap: anywhere; }
.wallet-message:empty { display: none; }
.wallet-footnote { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.wallet-mobile-help { color: var(--muted); font-size: 10px; line-height: 1.7; margin-bottom: 0; }
.wallet-empty { margin: 0; padding: 20px; background: #f0f3ed; border-radius: 9px; font-size: 12px; color: var(--muted); }
.wallet-connected { padding: 17px; border-radius: 10px; border: 1px solid #c7e1d7; background: var(--teal-soft); margin-bottom: 20px; }
.wallet-connected-name, .wallet-network { display: block; font-size: 10px; color: var(--teal-deep); }
.wallet-address { display: block; font: 12px/1.8 ui-monospace, SFMono-Regular, monospace; overflow-wrap: anywhere; margin: 7px 0; user-select: all; }
.wallet-account-actions { display: flex; gap: 8px; margin: 14px 0; }
.wallet-account-actions button { font-size: 10px; padding: 9px 12px; }
.wallet-connected .full { margin: 0; }
@media (max-width: 560px) { .wallet-dialog { padding: 23px 20px; } .wallet-modal-head { margin-bottom: 25px; } }
.hero-messages { min-height: 390px; }
.hero-message:not([hidden]) { animation: vend-message-in .3s ease-out; }
@keyframes vend-message-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
#connect.wallet-is-connected { background: var(--teal-soft); color: var(--ink); border: 1px solid var(--ink); }
.wallet-connected [data-admin], .wallet-connected [data-admin-v2] { margin: 0 0 10px; text-align: left; border-color: var(--teal-deep); color: var(--teal-deep); }
.admin-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
#admin-form fieldset { border: 0; padding: 0; margin: 0 0 22px; }
#admin-form legend { font-size: 18px; font-weight: 750; margin-bottom: 17px; }
.admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 23px; }
.admin-fields input { font-size: 12px; }
#admin-json-inputs { margin-bottom: 24px; }
#admin-json-inputs textarea { min-height: 140px; font: 12px/1.8 ui-monospace,monospace; }
.admin-contract { display: grid; grid-template-columns: 1fr auto; gap: 11px; border-bottom: 1px solid var(--line); padding: 21px 0; }
.admin-contract code { grid-column: 1 / -1; overflow-wrap: anywhere; font-size: 12px; }
.admin-contract details { grid-column: 1 / -1; font-size: 11px; }
.admin-contract summary { cursor: pointer; color: var(--muted); }
.admin-contract pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: 16px; border-radius: 8px; background: var(--bg); }
.admin-handoff { margin-top: 25px; }
.admin-handoff p { font-size: 12px; color: var(--muted); }
@media(max-width:560px) { .admin-fields { grid-template-columns: 1fr; } .admin-contract strong { font-size: 12px; } }
.wallet-alternatives > summary { font-size: 12px; font-weight: 650; cursor: pointer; padding: 5px 0 12px; }

.vintage-caption > span:last-of-type { text-align: right; }

/* Closed pilot access and prepared infrastructure setup. */
.launch-unavailable { opacity: .65; }
.launch-locked { max-width: 700px; margin: 28px auto; padding: clamp(28px, 5vw, 60px); }
.launch-locked h2 { font-size: clamp(38px, 6vw, 64px); line-height: 1.05; letter-spacing: -2px; margin: 18px 0; }
.launch-locked > p { max-width: 490px; }
.launch-locked .eyebrow { color: var(--teal-deep); }
.launch-locked .button-link { margin: 12px 0 0 8px; }
.admin-settings { margin: 0 0 22px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.admin-settings > summary { cursor: pointer; font-weight: 750; margin-bottom: 12px; }
.admin-settings legend { display: none; }
.admin-fields small { display: block; margin-top: 7px; line-height: 1.5; font-weight: 400; }
#admin-setup-summary { margin: 24px 0; }
#admin-setup-summary h3 { font-size: 26px; margin: 0 0 12px; }
#admin-setup-summary > p { max-width: 760px; }
.admin-prepared-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 25px; margin: 25px 0; }
.admin-prepared-facts dt { color: var(--muted); font-size: 11px; }
.admin-prepared-facts dd { margin: 5px 0 0; font: 11px/1.6 ui-monospace, monospace; overflow-wrap: anywhere; }
.admin-setup-gaps { padding-left: 20px; margin: 20px 0 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; }
.admin-setup-gaps p { font-size: 12px; color: var(--muted); margin: 5px 0; }
@media(max-width:600px) { .admin-prepared-facts, .admin-setup-gaps { grid-template-columns: 1fr; } .launch-locked .button-link { margin-left: 0; } }

.admin-guided-setup { margin: 28px 0; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #f3f5ee; }
.setup-note { margin-top: 18px; padding: 16px 18px; border: 1px solid #d9ded2; border-radius: 8px; background: #fffefa; }
.setup-note strong { display: block; margin-bottom: 6px; font-size: 14px; }
.setup-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.setup-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.setup-step { min-width: 0; background: var(--paper); padding: 22px; border: 1px solid var(--line); border-radius: 12px; }
.setup-step h4 { margin: 14px 0 8px; font-size: 20px; }
.setup-step p { color: var(--muted); }
.setup-step label { display: block; margin: 18px 0 12px; }
.setup-step input { width: 100%; margin-top: 6px; }
.setup-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.cloudflare-status { white-space: pre-wrap; }
.origin-bindings { font-size: 11px; }.origin-bindings dd { margin: 2px 0 12px; overflow-wrap: anywhere; }
.origin-review,.origin-status { overflow-wrap: anywhere; }
@media(max-width:760px) { .setup-steps { grid-template-columns: 1fr; }.admin-guided-setup { padding: 16px; } }

.deployment-guide { margin-top: 30px; }
.deployment-explanation { margin: 14px 0; grid-column: 1 / -1; }
.deployment-explanation > div + div { margin-top: 16px; }
.deployment-explanation dt { font-weight: 700; font-size: 13px; color: var(--ink); }
.deployment-explanation dd { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.service-wallet-row { display: grid; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.service-wallet-row code { overflow-wrap: anywhere; font-size: 12px; color: var(--muted); }
.service-wallet-row button { justify-self: start; }

/* Bare-bones EOA pre-pilot. */
.early-pilot-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 24px; align-items: start; }
.early-pilot-main { border-top: 3px solid var(--blue); }
.early-pilot-main > p, .early-pilot-side p, .early-pilot-list { color: var(--muted); font-size: 13px; }
.early-pilot-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 24px 0; }
.early-pilot-facts div { min-width: 0; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: #fffefa; }
.early-pilot-facts dt { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.early-pilot-facts dd { margin: 5px 0 0; font: 11px/1.65 ui-monospace, SFMono-Regular, monospace; overflow-wrap: anywhere; }
.early-pilot-side { background: #f7fbf9; border-color: #c9e1da; }
.early-pilot-list { padding-left: 20px; }
.early-pilot-list li { margin-bottom: 10px; }

/* Public factory V2 admin tab. */
.admin-v2-flow-board { margin: 18px 0 22px; }
.admin-v2-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .3fr); gap: 18px; align-items: stretch; }
.admin-v2-overview > div, .admin-v2-progress-card, .admin-v2-context-grid > article { min-width: 0; background: var(--paper); border: 1.5px solid var(--ink); border-radius: 8px; padding: 15px 18px; box-shadow: 3px 3px 0 #dfe4dd; }
.admin-v2-overview h3, .admin-v2-context-grid h3 { margin: 0 0 6px; font-size: 20px; }
.admin-v2-overview p, .admin-v2-context-grid p, .admin-v2-side-rail > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.admin-v2-progress-card { display: grid; align-content: center; gap: 6px; background: var(--teal-soft); border-color: var(--teal-deep); box-shadow: 4px 4px 0 var(--teal); }
.admin-v2-progress-card span { color: var(--teal-deep); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.admin-v2-progress-card strong { font-size: 30px; line-height: 1; }
.admin-v2-progress-card small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.admin-v2-route-strip { display: flex; align-items: center; gap: 9px; margin: 14px 0 16px; padding: 9px; overflow-x: auto; border: 1.5px solid var(--ink); border-radius: 8px; background: #fffefa; box-shadow: 3px 3px 0 var(--yellow); scrollbar-width: thin; }
.admin-v2-route-strip span { flex: 0 0 auto; padding: 6px 8px; border: 1px solid #d5dbd2; border-radius: 6px; background: white; font-size: 10px; font-weight: 750; white-space: nowrap; }
.admin-v2-route-strip b { flex: 0 0 auto; color: var(--teal-deep); font-size: 8px; letter-spacing: .8px; text-transform: uppercase; white-space: nowrap; }
.admin-v2-map { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .32fr); gap: 18px; align-items: start; }
.admin-v2-spine { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.admin-v2-flow-group { min-width: 0; padding: 9px; border: 1.5px solid var(--ink); border-radius: 8px; background: #fffefa; box-shadow: 3px 3px 0 #dfe4dd; }
.admin-v2-flow-group-head { min-height: 58px; }
.admin-v2-flow-group h3 { margin: 0 0 3px; font-size: 14px; letter-spacing: -.2px; }
.admin-v2-flow-group p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.admin-v2-flow-buttons { display: grid; gap: 6px; }
.admin-v2-flow-group:not(:last-child) .admin-v2-flow-buttons::after { content: '→'; display: none; }
.admin-v2-node { width: 100%; min-width: 0; min-height: 48px; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 7px; padding: 7px; border: 1.5px solid #d7ddd4; border-radius: 7px; background: white; color: var(--ink); text-align: left; box-shadow: none; }
.admin-v2-node:hover { border-color: var(--teal-deep); background: var(--teal-soft); box-shadow: 2px 2px 0 #c2e5dc; }
.admin-v2-node.complete { border-color: #1c875f; background: #f5fff9; }
.admin-v2-node.next { border-color: var(--blue); background: var(--blue-soft); box-shadow: 3px 3px 0 var(--blue); }
.admin-v2-step-dot { display: grid; place-content: center; width: 22px; height: 22px; border: 1.5px solid var(--ink); border-radius: 999px; background: white; font-size: 9px; font-weight: 850; }
.admin-v2-node.complete .admin-v2-step-dot { background: #1c875f; color: white; border-color: #1c875f; }
.admin-v2-node.next .admin-v2-step-dot { background: white; border-color: var(--blue); color: #235fae; }
.admin-v2-node-copy { min-width: 0; display: grid; gap: 1px; }
.admin-v2-node-copy strong { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 10px; line-height: 1.18; }
.admin-v2-node-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 7px; line-height: 1.35; text-transform: uppercase; letter-spacing: .5px; }
.admin-v2-node-state { justify-self: end; padding: 3px 4px; border: 1px solid #d7ddd4; border-radius: 4px; color: var(--muted); background: #f7f8f3; font-size: 7px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; white-space: nowrap; }
.admin-v2-node.complete .admin-v2-node-state { color: #1c875f; background: #e8f8ef; border-color: #b9e6cb; }
.admin-v2-node.next .admin-v2-node-state { color: #235fae; background: white; border-color: #b8d4f5; }
.admin-v2-side-rail { min-width: 0; padding: 11px; border: 1.5px solid var(--ink); border-radius: 8px; background: #f7fbf9; box-shadow: 3px 3px 0 var(--teal); }
.admin-v2-side-rail h3 { margin: 0 0 3px; font-size: 16px; }
.admin-v2-modules { display: grid; gap: 10px; margin-top: 13px; }
.admin-v2-module-group { min-width: 0; }
.admin-v2-module-group + .admin-v2-module-group { padding-top: 8px; border-top: 1px solid #cfe4dc; }
.admin-v2-module-group h4 { margin: 0 0 6px; font-size: 11px; }
.admin-v2-module-group p { margin: 0 0 7px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.admin-v2-module-group > div { display: flex; flex-wrap: wrap; gap: 5px; }
.admin-v2-module { min-width: 0; display: inline-grid; gap: 1px; max-width: 100%; padding: 5px 6px; border: 1px solid #d9ded2; border-radius: 6px; background: white; }
.admin-v2-module small { color: #235fae; font-size: 7px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.admin-v2-module strong { font-size: 9px; line-height: 1.15; }
.admin-v2-module code { font: 8px/1.25 ui-monospace, SFMono-Regular, monospace; color: var(--teal-deep); overflow-wrap: anywhere; }
.admin-v2-context-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 24px 0 0; }
body.admin-v2-dialog-open { overflow: hidden; }
.admin-v2-dialog { width: min(860px, calc(100vw - 32px)); max-height: calc(100svh - 40px); overflow: auto; padding: 0; color: var(--ink); border: 2px solid var(--ink); border-radius: 16px; background: #fffefa; box-shadow: 7px 7px 0 var(--blue), 0 28px 90px #101b2440; }
.admin-v2-dialog::backdrop { background: #17241c65; backdrop-filter: blur(5px); }
.admin-v2-dialog-card { padding: 28px; }
.admin-v2-dialog-card .wallet-modal-head { margin-bottom: 24px; }
.admin-v2-dialog-card h2 { font-size: 30px; letter-spacing: -1px; margin: 0; }
.admin-v2-dialog-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(290px, 1fr); gap: 24px; margin-top: 22px; }
.admin-v2-dialog-grid section { min-width: 0; }
.admin-v2-dialog-grid h3 { margin: 0 0 12px; font-size: 17px; letter-spacing: -.3px; }
.admin-v2-dialog-grid p, .admin-v2-dialog-grid dd { color: var(--muted); font-size: 12px; line-height: 1.7; }
.admin-v2-dialog-grid dl { margin: 15px 0 0; }
.admin-v2-dialog-grid dl div { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); }
.admin-v2-dialog-grid dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.admin-v2-dialog-grid dd { margin: 0; overflow-wrap: anywhere; }
.admin-v2-dialog-grid label { margin-bottom: 14px; }
.admin-v2-subprocess { display: grid; gap: 12px; }
.admin-v2-subprocess-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; padding: 12px; border: 1px solid #d9ded2; border-radius: 8px; background: #f7fbf9; }
.admin-v2-subprocess-head h3 { margin: 0 0 4px; }
.admin-v2-subprocess-head p { margin: 0; font-size: 11px; }
.admin-v2-subprocess-head strong { flex: 0 0 auto; display: grid; place-content: center; min-width: 45px; height: 34px; border: 1px solid var(--teal-deep); border-radius: 7px; background: var(--teal-soft); color: var(--teal-deep); font-size: 16px; }
.admin-v2-subgroup { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.admin-v2-subgroup h4 { margin: 0 0 3px; font-size: 12px; }
.admin-v2-subgroup p { margin: 0 0 9px; font-size: 10px; line-height: 1.5; }
.admin-v2-subgroup > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.admin-v2-subtask { width: 100%; min-width: 0; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 7px; padding: 8px; border: 1px solid #d7ddd4; border-radius: 7px; background: #fffefa; color: var(--ink); text-align: left; }
.admin-v2-subtask:hover, .admin-v2-subtask.selected { border-color: var(--teal-deep); background: var(--teal-soft); box-shadow: 2px 2px 0 #c2e5dc; }
.admin-v2-subtask.complete { border-color: #1c875f; background: #f5fff9; }
.admin-v2-subtask.blocked { opacity: .7; }
.admin-v2-subtask span:nth-child(2) { min-width: 0; display: grid; }
.admin-v2-subtask strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; line-height: 1.25; }
.admin-v2-subtask small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 7px; letter-spacing: .5px; text-transform: uppercase; }
.admin-v2-subtask b { justify-self: end; padding: 3px 4px; border: 1px solid #d7ddd4; border-radius: 4px; color: var(--muted); background: #f7f8f3; font-size: 7px; letter-spacing: .5px; text-transform: uppercase; white-space: nowrap; }
.admin-v2-subtask.complete b { color: #1c875f; background: #e8f8ef; border-color: #b9e6cb; }
.admin-v2-subtask.blocked b { color: #8b592c; background: #fbf7e9; border-color: #eadfbf; }
.admin-v2-launch-panel { padding: 14px; border: 1.5px solid var(--ink); border-radius: 8px; background: #fffefa; box-shadow: 3px 3px 0 var(--yellow); }
.admin-v2-launch-head { display: flex; justify-content: space-between; gap: 15px; align-items: start; margin-bottom: 10px; }
.admin-v2-launch-head span { color: var(--teal-deep); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.admin-v2-launch-head h3 { margin: 2px 0 0; font-size: 18px; }
.admin-v2-launch-head strong { flex: 0 0 auto; padding: 5px 7px; border: 1px solid #d9ded2; border-radius: 5px; background: white; color: var(--muted); font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.admin-v2-launch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 13px 0; }
.admin-v2-launch-grid section { padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.admin-v2-launch-grid h4 { margin: 0 0 7px; font-size: 11px; }
.admin-v2-launch-grid dl { margin: 0; }
.admin-v2-launch-grid dl div { grid-template-columns: 105px minmax(0, 1fr); padding: 7px 0; }
.admin-v2-launch-actions { display: flex; align-items: center; gap: 10px; margin: 12px 0 16px; }
.admin-v2-launch-actions button { flex: 0 0 auto; }
.admin-v2-launch-actions span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.admin-v2-inline-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: -4px 0 13px; }
.admin-v2-downstream { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.admin-v2-downstream h3 { margin: 0 0 10px; font-size: 15px; }
.admin-v2-downstream dl { margin: 0; }
.admin-v2-downstream dl div { grid-template-columns: 105px minmax(0, 1fr); padding: 8px 0; }
.admin-v2-downstream dd { font-family: ui-monospace, SFMono-Regular, monospace; font-size: 10px; }
.admin-v2-dialog-note { margin: 20px 0 0; padding: 13px 15px; border: 1px solid #e6debc; border-radius: 8px; background: #fbf7e9; color: #776127; font-size: 11px; line-height: 1.7; }
.admin-v2-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
@media(max-width:800px) {
  .top nav { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .top nav::-webkit-scrollbar { display: none; }
  .top nav a { flex: 0 0 auto; }
  .early-pilot-grid, .early-pilot-facts { grid-template-columns: 1fr; }
  .admin-v2-overview, .admin-v2-map, .admin-v2-context-grid, .admin-v2-dialog-grid, .admin-v2-dialog-grid dl div, .admin-v2-launch-grid, .admin-v2-launch-grid dl div, .admin-v2-downstream dl div { grid-template-columns: 1fr; }
  .admin-v2-spine { grid-template-columns: 1fr 1fr; }
  .admin-v2-side-rail { position: static; }
  .admin-v2-progress-card strong { font-size: 30px; }
  .admin-v2-dialog-card { padding: 23px 20px; }
  .admin-v2-subgroup > div { grid-template-columns: 1fr; }
}
@media(max-width:560px) {
  .admin-v2-overview > div, .admin-v2-progress-card, .admin-v2-context-grid > article, .admin-v2-node { padding: 18px; }
  .admin-v2-spine { grid-template-columns: 1fr; }
  .admin-v2-dialog-actions button { width: 100%; }
  .admin-v2-route-strip { gap: 8px; padding: 10px; }
  .admin-v2-route-strip span { font-size: 10px; padding: 7px 8px; }
}
