/* Launchpad art direction: an open observatory above a precise trading floor.
   This layer is local to launchpad/web; the ARCL website and its brand assets stay independent. */
:root {
  --display: "Space Grotesk", "Noto Sans SC", system-ui, sans-serif;
  --ink-3: #929bad;
  --ink-4: #79849a;
  --r: 10px;
  --gut: clamp(20px, 4.5vw, 72px);
}
body::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse at 100% 30%, #0a152438, transparent 38%), radial-gradient(ellipse at 0 75%, #26190c25, transparent 35%);
}
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 20px; color: var(--void); background: var(--gold-hi); border-radius: 5px; }
.skip-link:focus { top: 12px; }
.universe { height: 820px; pointer-events: none; opacity: .64; transition: opacity .6s; }
body[data-route="discover"] .universe { opacity: 1; }
.top { min-height: 80px; gap: 32px; padding-block: 16px; background: #030409b8; backdrop-filter: blur(22px); }
.brand { gap: 12px; flex-shrink: 0; }
.mark { width: 34px; height: 34px; }
.brand-t { font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: .06em; }
.brand-t b { display: block; margin: 6px 0 0; font: 400 8px/1 var(--mono); letter-spacing: .26em; }
.nav { gap: 8px; margin-left: 20px; }
.nav a { font-size: 13px; padding: 10px 14px; border-radius: 6px; }
.nav a.on { color: var(--gold-hi); background: #f2b25c0b; border-color: #f2b25c1c; box-shadow: none; }
.top-r { gap: 24px; }
.btn { height: 40px; border-radius: 7px; font: 500 12px/1.2 var(--display); letter-spacing: .02em; padding-inline: 18px; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.btn:not(:disabled):hover { transform: translateY(-2px); border-color: #f2b25c66; }
.btn-hot { background: linear-gradient(120deg, #ffdaad, #f2b25c); box-shadow: 0 4px 24px #f2b25c14, inset 0 1px 0 #fff6; }
.btn-hot:not(:disabled):hover { background: linear-gradient(120deg, #ffedce, #ffc477); box-shadow: 0 8px 32px #f2b25c30; }
.btn-wallet { background: #ffffff04; border-color: #d1d8e733; }
.btn-wallet .wdot { background: var(--gold); }
.btn-sm { height: 29px; padding-inline: 11px; font-size: 11px; }
.btn-block { min-height: 48px; height: auto; font-size: 14px; }
.view { max-width: 1460px; padding-top: 32px; padding-bottom: 88px; }
.view:focus { outline: none; }
body[data-route="discover"] .view { padding-top: 0; }
.preview-banner { padding-block: 8px; background: #f2b25c08; color: #a7adba; font-size: 11px; border-color: #f2b25c19; }
.preview-banner b { font-size: 9px; }
.launch-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 36px; min-height: 570px; position: relative; }
.hero-copy { position: relative; z-index: 2; padding-block: 64px 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 26px; font: 400 10px/1.4 var(--mono); letter-spacing: .15em; color: var(--gold-hi); }
.signal-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px #f2b25c88; }
.launch-hero h1 { font: 500 clamp(58px, 6.9vw, 98px)/.99 var(--display); letter-spacing: -.065em; text-wrap: initial; }
.launch-hero h1 span { display: block; }
.hero-gradient { padding-bottom: 9px; color: #e8b975; background: linear-gradient(105deg, #fff1dc, #f2b25c 68%, #c68b51); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { max-width: 370px; margin: 25px 0 30px; font: 400 15px/1.85 var(--sans); color: #a9b0be; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-launch { min-height: 49px; gap: 24px; padding: 0 22px; font-size: 14px; font-weight: 600; }
.hero-secondary { display: inline-flex; align-items: center; gap: 12px; padding-block: 13px; font: 500 13px/1.3 var(--display); color: #c0c6d3; }
.hero-secondary:hover { color: var(--gold-hi); }
.hero-secondary span { color: var(--gold); transition: transform .2s; }
.hero-secondary:hover span { transform: translateY(3px); }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; color: var(--ink-3); }
.hero-proof > span:first-child { font: 400 8px/1 var(--mono); letter-spacing: .1em; }
.arc-word { font: 600 27px/1 var(--display); letter-spacing: -.06em; color: #e0e4ef; }
.hero-proof i { height: 16px; border-left: 1px solid var(--line-2); }
.hero-proof-v4 { font: 500 13px/1 var(--display); color: #c4cad6; }
.launch-status { display: flex; align-items: center; gap: 8px; margin: 21px 0 0; color: var(--ink-3); font: 400 9px/1.6 var(--mono); letter-spacing: .06em; }
.status-dot { width: 5px; height: 5px; border: 1px solid var(--gold); border-radius: 50%; }
.hero-orbit { align-self: stretch; position: relative; min-width: 0; min-height: 440px; }
.orbit-rings { position: absolute; width: 94%; aspect-ratio: 1; left: 3%; top: 50%; transform: translateY(-53%); pointer-events: none; opacity: .65; }
.orbit-ring { position: absolute; inset: 6%; border: 1px solid #a8b8e41b; border-radius: 50%; transform: rotate(-24deg) scaleY(.55); }
.orbit-ring-a { animation: orbit-turn 46s linear infinite; }
.orbit-ring-a::after { content: ""; position: absolute; width: 5px; height: 5px; left: 49%; top: -3px; background: #ffe4bc; box-shadow: 0 0 16px #f2b25c; border-radius: 50%; }
.orbit-ring-b { inset: -2%; border-style: dashed; border-color: #a8b8e419; transform: rotate(52deg) scaleY(.73); }
.orbit-ring-c { inset: 14%; transform: rotate(38deg) scaleY(.68); border-color: #f2b25c26; }
.orbit-coordinate { position: absolute; color: #9da6b9; font: 400 8px/1.5 var(--mono); letter-spacing: .17em; }
.orbit-coordinate-top { top: 60px; right: 1%; border-top: 1px solid #a8b8e438; padding-top: 10px; width: 120px; text-align: right; }
.orbit-coordinate-bottom { bottom: 44px; left: 6%; right: 1%; display: flex; justify-content: space-between; border-bottom: 1px solid #a8b8e41f; padding-bottom: 13px; color: #747e91; }
.orbit-cross { position: absolute; left: 0; top: 22%; color: #b5bfd360; font: 300 27px/1 var(--display); }
.orbit-target { position: absolute; bottom: 87px; right: 0; padding: 16px 24px; min-width: 208px; border-left: 1px solid #f2b25c73; background: linear-gradient(110deg, #06080de8, #06080d55); backdrop-filter: blur(14px); box-shadow: -12px 0 32px #f2b25c06; }
.orbit-target-label { display: block; color: #f6d6aa; font: 400 8px/1.7 var(--mono); letter-spacing: .1em; }
.orbit-target b { display: block; margin: 8px 0; font: 500 52px/1 var(--display); letter-spacing: -.05em; }
.orbit-target-note { color: var(--ink-3); font: 400 8px/1.5 var(--mono); letter-spacing: .12em; }
.no-gl .hero-orbit::before { content: ""; position: absolute; left: 12%; top: 20%; width: 75%; aspect-ratio: 1; border-radius: 50%; background: #020309; border: 2px solid #facd91; box-shadow: 0 0 25px #f2b25c88, 8px -6px 55px #7fa6ff33, inset 0 0 22px #f2b25c22; transform: rotate(-18deg) scaleY(.65); }
.protocol-rail { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 22px 0; border-block: 1px solid var(--line); color: var(--ink-3); font: 400 9px/1.5 var(--mono); letter-spacing: .1em; }
.protocol-rail span:first-child { display: inline-flex; align-items: center; gap: 9px; color: #d2d8e4; }
.protocol-rail i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 8px #7fa6ff55; }
.protocol-section, .market-section { margin-top: 54px; scroll-margin-top: 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 26px; }
.section-number { display: block; font: 400 9px/1.5 var(--mono); letter-spacing: .16em; color: var(--gold); margin-bottom: 11px; }
.section-heading h2 { font: 500 clamp(25px, 3vw, 37px)/1.15 var(--display); letter-spacing: -.04em; }
.section-note { font: 400 10px/1.6 var(--sans); color: var(--ink-3); text-align: right; }
.protocol-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.protocol-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, #171c294d, #080b1377); overflow: hidden; transition: border-color .3s, transform .3s; }
.protocol-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -52px; top: -52px; border: 1px solid #f2b25c25; border-radius: 50%; box-shadow: 0 0 0 22px #f2b25c04, 0 0 0 44px #f2b25c03; }
.protocol-card:hover { border-color: #f2b25c55; transform: translateY(-4px); }
.protocol-index { display: block; font: 400 9px/1 var(--mono); letter-spacing: .14em; color: var(--ink-3); }
.protocol-value { display: block; margin: 22px 0 20px; font: 500 60px/1 var(--display); letter-spacing: -.06em; color: var(--gold-hi); }
.protocol-card:nth-child(2) .protocol-value { color: var(--blue-hi); }
.protocol-card h3 { font: 500 17px/1.4 var(--display); letter-spacing: -.025em; }
.protocol-card p { margin: 10px 0 0; color: var(--ink-3); font: 400 12px/1.8 var(--sans); }
.prelaunch-page .deck { margin-top: 36px; }
.prelaunch-disclosure { margin: 26px 0 0; max-width: 92ch; color: var(--ink-4); font: 400 11px/1.8 var(--sans); }
.holding-page { max-width: 840px; min-height: 520px; margin: 30px auto; padding: 50px 28px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 16px; background: radial-gradient(ellipse at 50% 10%, #17243b4d, #080b14dc 70%); }
.holding-emblem { width: 160px; margin-bottom: 25px; filter: drop-shadow(0 0 20px #f2b25c28); }
.holding-page .eyebrow { font-size: 9px; margin-bottom: 18px; }
.holding-page h1 { max-width: 18ch; font: 500 clamp(30px, 4vw, 48px)/1.13 var(--display); letter-spacing: -.04em; }
.holding-description { max-width: 47ch; color: var(--ink-3); font-size: 13px; line-height: 1.9; margin: 21px 0 27px; }
.holding-page .btn { gap: 18px; }
.stat-strip { background: #070a1180; border-radius: 10px; gap: 0; backdrop-filter: blur(16px); }
.stat { container-type: inline-size; padding: 24px 28px; background: transparent; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat dt { font: 400 9px/1.4 var(--mono); letter-spacing: .1em; margin-bottom: 12px; }
.stat dd { font: 500 clamp(18px, 16cqi, 30px)/1.25 var(--display); letter-spacing: -.035em; overflow-wrap: anywhere; }
.stat:last-child dd { color: var(--gold-hi); }
.market-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 2px; }
.market-count { font: 400 9px/1.4 var(--mono); letter-spacing: .08em; color: var(--ink-3); }
.tabs { background: #ffffff03; border-radius: 8px; padding: 4px; gap: 4px; max-width: 100%; overflow-x: auto; }
.tabs button { font: 500 11px/1 var(--display); white-space: nowrap; text-transform: none; height: 33px; padding-inline: 17px; border-radius: 5px; letter-spacing: .015em; flex-shrink: 0; }
.tabs button[aria-pressed="true"] { color: var(--gold-hi); background: #f2b25c12; box-shadow: none; }
.grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 21px; }
.card { --card-accent: var(--blue); position: relative; min-width: 0; gap: 23px; padding: 22px; border-color: #a8b8e41c; background: linear-gradient(145deg, #101724bc, #080b11ed); overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s; }
.card-near { --card-accent: var(--gold); }
.card-orbit { --card-accent: var(--hot); }
.card::before { content: ""; pointer-events: none; position: absolute; inset: 0; opacity: 0; background: radial-gradient(ellipse at 85% 0, #f2b25c12, transparent 65%); transition: opacity .25s; }
.card::after { content: ""; pointer-events: none; position: absolute; width: 64px; height: 1px; left: 22px; top: 0; background: var(--card-accent); opacity: .65; box-shadow: 0 0 15px var(--card-accent); }
.card:hover, .card:focus-visible { transform: translateY(-5px); border-color: #a8b8e454; box-shadow: 0 18px 48px #0007; background: linear-gradient(145deg, #141d2cbc, #0b0e16f5); }
.card:hover::before { opacity: 1; }
.card-h { gap: 11px; min-width: 0; }
.card .logo { width: 44px; height: 44px; border: 1px solid #ffffff26; box-shadow: inset 0 1px 0 #fff3, 0 5px 15px #0003; border-radius: 11px; }
.card-id { flex: 1; overflow: hidden; }
.card-sym { font: 600 15px/1.25 var(--display); letter-spacing: .025em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-name { font-size: 11px; margin-top: 3px; }
.card .pill { margin-left: auto; font: 400 8px/1.3 var(--mono); padding: 5px 7px; letter-spacing: .02em; border-radius: 4px; }
.card-value { display: grid; gap: 9px; }
.card-caption { font: 400 8px/1.4 var(--mono); letter-spacing: .12em; color: var(--ink-3); }
.card-mcap { font: 500 31px/1 var(--display); letter-spacing: -.04em; }
.card-chg { font-size: 10px; align-self: end; padding-bottom: 3px; }
.card-foot { gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; font-size: 9px; }
.card-foot span:nth-child(2) { margin-left: auto; }
.card-foot svg { width: 13px; height: 13px; color: var(--ink-3); margin-left: 5px; }
.card:hover .card-foot svg { color: var(--gold-hi); }
.mini { gap: 10px; }
.mini-track { height: 5px; overflow: visible; background: #a8b8e413; }
.mini-fill { position: relative; border-radius: 5px; max-width: 100%; }
.mini-fill::after { content: ""; position: absolute; right: 0; top: 1px; width: 3px; height: 3px; border-radius: 50%; background: var(--hot); box-shadow: 0 0 6px #fff7; }
.mini-fill[style="width:0.0%"]::after { display: none; }
.mini-l { font-size: 9px; letter-spacing: .01em; }
.mini-l span:first-child { color: var(--ink-2); }
.panel { background: linear-gradient(145deg, #0e1420c9, #070a12e6); border-color: #a8b8e421; box-shadow: inset 0 1px 0 #ffffff03; min-width: 0; }
.panel-h { padding: 17px 20px; font-size: 10px; color: #aeb7c8; letter-spacing: .1em; }
.deck { gap: 18px; margin-top: 40px; }
.deck-body { padding: 20px; gap: 14px; }
.deck-l div, .deck-steps li { padding-block: 3px; }
.hero:not(.launch-hero) { padding-block: 20px 12px; gap: 22px; }
.hero h1 { font-family: var(--display); letter-spacing: -.045em; font-weight: 500; font-size: clamp(32px, 4.5vw, 52px); }
.hero-sub { font-size: 14px; }
.tk-head { padding-block: 15px; margin-bottom: 22px; }
.tk-title h1 { font-family: var(--display); font-size: 32px; letter-spacing: -.035em; }
.tk, .launch { gap: 24px; }
.token-summary { container-type: inline-size; padding: 18px; }
.token-summary .stat-strip { margin-top: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.token-summary .stat { padding: 20px; }
.token-summary .stat:first-child dd { font-size: clamp(16px, 14.5cqi, 30px); }
.token-main { gap: 18px; }
.chart-box { height: 310px; }
.trade { top: 102px; border-color: #f2b25c2e; }
.trade-body, .form { padding: 20px; gap: 18px; }
.trade-seg { margin: 15px; padding: 4px; border-radius: 7px; }
.trade-seg button { height: 36px; border-radius: 4px; font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: .025em; }
.input { padding: 16px; border-color: #a8b8e425; }
.input:focus-within, .form input:focus, .form textarea:focus { border-color: #f2b25c80; box-shadow: 0 0 0 3px #f2b25c08; }
.input input { font-family: var(--display); font-size: 27px; }
.field label { font-size: 9px; letter-spacing: .07em; color: var(--ink-3); }
.quick button { height: 28px; border-radius: 5px; }
.kv { padding: 15px; gap: 12px; }
.meter { padding: 20px 14px 12px; background: radial-gradient(ellipse at 50% 0, #f2b25c08, transparent 65%); }
.meter-note { font-size: 11px; max-width: 36ch; }
.meter-track { stroke-dasharray: 2 5; }
.meter-big { font: 500 32px/1 var(--display); letter-spacing: -.04em; }
.meter-arc { filter: drop-shadow(0 0 8px #f2b25c66); }
.foot { padding-block: 30px; justify-content: space-between; font-size: 9px; letter-spacing: .025em; gap: 18px; }
.foot-sep { display: none; }
@keyframes orbit-turn { from { transform: rotate(-24deg) scaleY(.55); } to { transform: rotate(336deg) scaleY(.55); } }
@keyframes scene-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.hero-copy, .hero-orbit, .protocol-grid, .market-section { animation: scene-enter .7s ease-out both; }
.hero-orbit { animation-delay: .08s; }
html[lang="zh-CN"] .launch-hero h1 { font-family: var(--sans); font-size: clamp(44px, 5.1vw, 72px); font-weight: 700; line-height: 1.2; letter-spacing: -.04em; }
html[lang="zh-CN"] .eyebrow, html[lang="zh-CN"] .launch-status, html[lang="zh-CN"] .protocol-rail, html[lang="zh-CN"] .orbit-target-label, html[lang="zh-CN"] .orbit-target-note, html[lang="zh-CN"] .card-caption { letter-spacing: .04em; }
@media (min-width: 1600px) { .launch-hero { min-height: 630px; } .hero-orbit { min-height: 540px; } }
@media (max-width: 1100px) {
  .top { gap: 16px; } .nav { margin-left: 0; gap: 3px; } .top-r { gap: 14px; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .launch-hero { gap: 20px; } .launch-hero h1 { font-size: 76px; }
  .protocol-card { padding: 23px; } .protocol-card h3 { font-size: 16px; }
}
@media (max-width: 960px) {
  .top { padding-block: 12px 7px; row-gap: 13px; }
  .nav { justify-content: center; border-top: 1px solid #a8b8e40c; padding-top: 6px; }
  .nav a { flex: 1; text-align: center; max-width: 160px; }
  .launch-hero { min-height: 510px; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 8px; }
  .launch-hero h1 { font-size: 65px; }
  .hero-description { font-size: 13px; max-width: 32ch; }
  .hero-actions { gap: 15px; } .hero-launch { padding-inline: 17px; gap: 12px; }
  .orbit-target { right: 0; min-width: 178px; padding: 14px 18px; }
  .orbit-target b { font-size: 44px; } .orbit-coordinate { font-size: 7px; }
  .protocol-rail { font-size: 8px; gap: 15px; }
  .protocol-card { padding: 20px; } .protocol-value { font-size: 48px; }
  .stat { padding: 22px 20px; } .stat dd { font-size: clamp(18px, 16cqi, 27px); }
  .trade { position: static; }
}
@media (max-width: 720px) {
  :root { --gut: 22px; }
  .universe { height: 990px; mask-image: linear-gradient(180deg, transparent 12%, #000 33%, #000 65%, transparent 96%); -webkit-mask-image: linear-gradient(180deg, transparent 12%, #000 33%, #000 65%, transparent 96%); }
  .launch-hero { grid-template-columns: minmax(0, 1fr); gap: 0; min-height: auto; }
  .hero-copy { padding-top: 48px; padding-bottom: 0; }
  .launch-hero h1 { font-size: clamp(60px, 12vw, 84px); }
  html[lang="zh-CN"] .launch-hero h1 { font-size: clamp(43px, 9.5vw, 65px); }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero-description { max-width: 38ch; margin-top: 20px; margin-bottom: 23px; font-size: 13px; }
  .hero-proof { margin-top: 25px; }
  .hero-orbit { min-height: 305px; margin-top: -5px; }
  .orbit-rings { width: 74%; left: 13%; }
  .orbit-coordinate-top { top: 24px; right: 0; }
  .orbit-coordinate-bottom { bottom: 20px; left: 0; right: 0; }
  .orbit-target { bottom: 59px; right: 0; min-width: 180px; padding: 12px 18px; }
  .orbit-target b { font-size: 41px; }
  .orbit-cross { top: 32%; left: 4%; }
  .protocol-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding-block: 20px; font-size: 7.5px; }
  .protocol-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .protocol-card { display: grid; grid-template-columns: 90px minmax(0, 1fr); column-gap: 20px; padding: 24px; }
  .protocol-index { grid-column: 1; grid-row: 1; }
  .protocol-value { grid-column: 1; grid-row: 2 / 4; margin: 13px 0 0; font-size: 48px; }
  .protocol-card h3 { grid-column: 2; grid-row: 1 / 3; align-self: end; }
  .protocol-card p { grid-column: 2; grid-row: 3; margin-top: 9px; font-size: 11px; }
  .protocol-section, .market-section { margin-top: 36px; }
  .section-heading { align-items: start; gap: 12px; }
  .section-note { display: none; }
  .section-number { font-size: 8px; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { padding: 19px 20px; border-bottom: 1px solid var(--line); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .stat dd { font-size: clamp(18px, 16cqi, 27px); }
  .grid { gap: 12px; }
  .card { padding: 18px; gap: 20px; }
  .card-h { flex-wrap: wrap; }
  .card .pill { margin-left: 0; }
  .card-sym { font-size: 14px; }
  .card-mcap { font-size: 27px; }
  .tabs button { padding-inline: 13px; }
  .market-count { display: none; }
  .foot { justify-content: center; gap: 12px 20px; }
  .no-gl .hero-orbit::before { top: 6%; left: 22%; width: 56%; }
}
@media (max-width: 480px) {
  :root { --gut: 18px; }
  .top { gap: 10px; row-gap: 10px; }
  .top-r { gap: 10px; }
  .mark { width: 27px; height: 27px; }
  .brand { gap: 8px; } .brand-t { font-size: 16px; }
  .brand-t b { display: block; font-size: 6px; margin-top: 5px; }
  .btn-wallet { padding-inline: 10px; height: 35px; font-size: 10px; gap: 6px; }
  .lang { font-size: 9px; } .lang button { padding-inline: 3px; min-width: 20px; }
  .nav a { font-size: 12px; padding: 8px 7px; }
  .preview-banner { font-size: 10px; gap: 5px 8px; }
  .launch-hero h1 { font-size: 63px; }
  .hero-launch { font-size: 13px; gap: 14px; }
  .hero-secondary { font-size: 12px; gap: 8px; }
  .hero-actions { gap: 20px; }
  .hero-orbit { min-height: 275px; }
  .orbit-target { min-width: 168px; } .orbit-target b { font-size: 37px; }
  .protocol-card { grid-template-columns: 75px minmax(0, 1fr); padding: 21px; column-gap: 18px; }
  .protocol-value { font-size: 43px; }
  .protocol-card h3 { font-size: 15px; }
  .grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .card { padding: 22px; gap: 22px; }
  .card-h { flex-wrap: nowrap; } .card .pill { margin-left: auto; }
  .card-mcap { font-size: 32px; }
  .deck { grid-template-columns: minmax(0, 1fr); }
  .panel-h { padding: 15px 18px; } .deck-body { padding: 18px; }
  .tabs { width: 100%; } .tabs button { flex: 1; padding-inline: 10px; font-size: 10px; }
  .tk-title h1 { font-size: 27px; }
  .chart-box { height: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Second pass: a quieter opening, a ranked focal point and a more useful market. */
@media (min-width: 1101px) {
  .launch-hero { min-height: 538px; }
  .hero-copy { padding-block: 52px 45px; }
  .hero-orbit { min-height: 490px; }
}
.hero-gradient { background-image: linear-gradient(110deg, #fff3de 3%, #f6c889 43%, #cb945a 85%); }
.orbit-target { border-radius: 0 8px 8px 0; }
.orbit-target::before { content: ""; position: absolute; top: -1px; left: -3px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-hi); box-shadow: 0 0 12px var(--gold); }
.protocol-card:first-child { border-color: #f2b25c37; background: linear-gradient(135deg, #30211648, #0a0d1599); }
.protocol-card:nth-child(2)::before { border-color: #7fa6ff26; box-shadow: 0 0 0 22px #7fa6ff04, 0 0 0 44px #7fa6ff03; }
.card::before, .spotlight-lead::before { background: radial-gradient(260px circle at var(--spot-x, 85%) var(--spot-y, 0%), #f2b25c13, transparent 75%); }
.surface-lit::before { opacity: 1; }
.protocol-card.surface-lit { background-image: radial-gradient(250px circle at var(--spot-x) var(--spot-y), #f2b25c0e, transparent 75%), linear-gradient(145deg, #171c294d, #080b1377); }
.card { animation: card-arrive .4s ease-out backwards; animation-delay: calc(var(--entry, 0) * 40ms); }
.flight-section { margin-top: 45px; }
.flight-section .section-heading h2 { font-size: clamp(23px, 2.6vw, 32px); }
.flight-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 20px; }
.flight-grid-solo { grid-template-columns: minmax(0, 1fr); }
.spotlight-lead { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 120px; align-items: center; gap: 20px; padding: 26px 28px; overflow: hidden; border: 1px solid #f2b25c3d; border-radius: 12px; background: radial-gradient(ellipse at 105% 110%, #74552b2e, transparent 60%), linear-gradient(120deg, #13161de6, #0c0f18f2); transition: border-color .25s, box-shadow .25s; }
.spotlight-lead::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .2s; }
.spotlight-lead::after { content: ""; position: absolute; width: 250px; height: 250px; border: 1px solid #f2b25c0a; border-radius: 50%; right: -68px; top: -42px; box-shadow: 0 0 0 30px #f2b25c03, 0 0 0 60px #f2b25c02; pointer-events: none; }
.spotlight-lead:hover { border-color: #f2b25c85; box-shadow: 0 10px 38px #0004; }
.spotlight-lead:hover::before { opacity: 1; }
.spotlight-copy, .flight-dial, .spotlight-link { position: relative; z-index: 1; min-width: 0; }
.spotlight-kicker { display: flex; gap: 8px; align-items: center; font: 400 8px/1.5 var(--mono); letter-spacing: .1em; color: var(--gold-hi); }
.spotlight-kicker i { height: 4px; width: 4px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px #f2b25c88; }
.spotlight-identity { display: flex; align-items: center; gap: 14px; margin-top: 20px; min-width: 0; }
.spotlight-identity > div { min-width: 0; }
.spotlight-identity .logo { width: 50px; height: 50px; border-radius: 12px; border: 1px solid #ffffff26; font-size: 12px; }
.spotlight-identity h3 { font: 600 26px/1.2 var(--display); letter-spacing: -.025em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spotlight-identity p { font-size: 11px; color: var(--ink-3); margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spotlight-facts { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 23px; }
.spotlight-facts small { display: block; color: var(--ink-3); font: 400 7px/1.5 var(--mono); letter-spacing: .075em; }
.spotlight-facts b { display: block; font: 500 18px/1.3 var(--display); letter-spacing: -.025em; margin-top: 5px; }
.spotlight-facts-arrow { color: #b78b59; font-size: 17px; }
.flight-dial { width: 112px; height: 112px; justify-self: end; }
.flight-dial svg { width: 100%; height: 100%; transform: none; }
.flight-dial-fill { filter: drop-shadow(0 0 3px #f2b25c66); }
.flight-dial > div { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.flight-dial b { font: 500 23px/1 var(--display); letter-spacing: -.045em; }
.flight-dial span { font: 400 7px/1 var(--mono); letter-spacing: .04em; color: var(--ink-3); }
.spotlight-link { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #f2b25c1b; font: 500 11px/1.3 var(--display); color: #d9bd95; }
.spotlight-link svg { width: 13px; height: 13px; }
.flight-queue { min-width: 0; align-self: stretch; padding: 9px 0 0; display: flex; flex-direction: column; }
.flight-queue-label { display: flex; justify-content: space-between; padding: 0 20px 16px; font: 400 8px/1.5 var(--mono); color: var(--ink-3); letter-spacing: .08em; }
.flight-queue-label span:last-child { padding-right: 23px; }
.flight-row { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 23px 20px; flex: 1; border-top: 1px solid var(--line); border-bottom: 1px solid transparent; transition: background .2s; }
.flight-row:last-child { border-bottom-color: var(--line); }
.flight-row:hover { background: #7fa6ff07; }
.flight-rank { font: 400 10px/1 var(--mono); color: #646f83; }
.flight-row .logo { width: 34px; height: 34px; border-radius: 9px; font-size: 9px; }
.flight-row-name { flex: 1; min-width: 0; }
.flight-row-name b { display: block; font: 600 14px/1.25 var(--display); }
.flight-row-name > span { display: block; color: var(--ink-3); font-size: 10px; margin-top: 4px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.flight-row-progress { flex-shrink: 0; text-align: right; }
.flight-row-progress b { display: block; font: 500 19px/1.2 var(--display); color: var(--blue-hi); letter-spacing: -.03em; }
.flight-row-progress span { display: block; font-size: 9px; color: var(--ink-4); margin-top: 3px; }
.flight-row > svg { width: 13px; height: 13px; color: var(--ink-4); margin-left: 5px; flex-shrink: 0; }
.market-section { padding-top: 37px; border-top: 1px solid var(--line); margin-top: 42px; }
.market-search { display: flex; align-items: center; gap: 11px; width: min(100%, 310px); min-width: 0; height: 43px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; color: #727f94; background: #080b138c; }
.market-search:focus-within { border-color: #f2b25c70; box-shadow: 0 0 0 3px #f2b25c07; }
.market-search svg { flex-shrink: 0; }
.market-search input { min-width: 0; width: 100%; padding: 0; border: 0; outline: 0; font: 400 11px/1.4 var(--sans); background: transparent; color: var(--ink); }
.market-search input::placeholder { color: var(--ink-4); }
.market-filter-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 19px; }
.market-phases { display: flex; align-items: center; gap: 19px; }
.market-phases button { display: flex; align-items: center; gap: 7px; border: 0; border-bottom: 1px solid transparent; padding: 6px 0; background: none; cursor: pointer; color: var(--ink-3); font: 500 10px/1.3 var(--display); }
.market-phases button::before { content: ""; width: 4px; height: 4px; background: #657087; border-radius: 50%; }
.market-phases button[data-phase="curve"]::before { background: var(--blue); }
.market-phases button[data-phase="orbit"]::before { background: var(--gold); }
.market-phases button[aria-pressed="true"] { color: var(--ink); border-bottom-color: #f2b25c77; }
.market-phases button[aria-pressed="true"]::before { box-shadow: 0 0 0 3px #ffffff09; }
.market-filter-row .market-count { display: block; font-size: 8px; white-space: nowrap; }
.market-section .grid { margin-top: 15px; }
.market-empty { grid-column: 1/-1; min-height: 240px; padding: 38px 20px; border: 1px dashed var(--line-2); border-radius: 12px; text-align: center; background: #0a0f184d; }
.market-empty-mark { display: block; color: var(--blue-hi); font: 400 38px/1 var(--display); margin-bottom: 14px; }
.market-empty h3 { font: 500 21px/1.3 var(--display); letter-spacing: -.02em; }
.market-empty p { font-size: 12px; color: var(--ink-3); margin: 10px 0 20px; }
.journey { margin-top: 62px; padding-top: 38px; border-top: 1px solid var(--line); }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 12px 0 0; margin: 0; list-style: none; }
.journey-step { position: relative; padding: 16px 34px 12px 0; }
.journey-step:not(:last-child)::after { content: ""; position: absolute; left: 85px; right: 12px; top: 82px; height: 1px; background: linear-gradient(90deg, #f2b25c45, #7fa6ff15); }
.journey-number { display: block; font: 400 8px/1.3 var(--mono); letter-spacing: .12em; color: var(--ink-3); }
.journey-symbol { position: relative; width: 72px; height: 80px; margin: 15px 0 19px; }
.journey-symbol i { position: absolute; display: block; }
.journey-symbol-spark i:first-child { width: 32px; height: 32px; top: 24px; left: 20px; border: 1px solid #ffe0ae; transform: rotate(45deg); background: #f2b25c0b; box-shadow: 0 0 25px #f2b25c1e; }
.journey-symbol-spark i:nth-child(2) { width: 60px; height: 60px; left: 6px; top: 10px; border: 1px solid #f2b25c20; border-radius: 50%; }
.journey-symbol-spark i:nth-child(3) { width: 6px; height: 6px; top: 37px; left: 33px; border-radius: 50%; background: #ffedce; box-shadow: 0 0 18px #f2b25c77; }
.journey-symbol-rise i { width: 14px; border: 1px solid #aac4ff77; border-radius: 3px 3px 0 0; bottom: 13px; background: linear-gradient(0deg, #7fa6ff08, #7fa6ff24); transform: skewY(-15deg); }
.journey-symbol-rise i:first-child { left: 7px; height: 20px; }
.journey-symbol-rise i:nth-child(2) { left: 28px; height: 35px; }
.journey-symbol-rise i:nth-child(3) { left: 49px; height: 52px; box-shadow: 0 0 20px #7fa6ff14; }
.journey-symbol-orbit i:first-child { width: 64px; height: 27px; top: 26px; left: 4px; border: 1px solid #f2b25c99; border-radius: 50%; transform: rotate(-28deg); }
.journey-symbol-orbit i:nth-child(2) { width: 30px; height: 30px; left: 21px; top: 25px; border-radius: 50%; border: 1px solid #ffdfb0; background: #060910; box-shadow: 0 0 25px #f2b25c1a; }
.journey-symbol-orbit i:nth-child(3) { width: 5px; height: 5px; border-radius: 50%; top: 18px; right: 6px; background: #d3e1ff; box-shadow: 0 0 12px #7fa6ff88; }
.journey-step h3 { font: 500 20px/1.3 var(--display); letter-spacing: -.025em; }
.journey-step p { color: var(--ink-3); font-size: 12px; line-height: 1.8; margin: 11px 0 0; max-width: 32ch; }
.prelaunch-page .deck { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 45px; }
.foot > span:first-child { color: #c2c9d7; letter-spacing: .04em; }
@keyframes card-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { .launch-hero { min-height: 578px; } .hero-orbit { min-height: 530px; } }
@media (max-width: 1000px) {
  .flight-grid { grid-template-columns: 1.15fr 1fr; gap: 18px; }
  .spotlight-lead { padding: 23px; grid-template-columns: minmax(0, 1fr) 90px; gap: 17px; }
  .flight-dial { width: 90px; height: 90px; } .flight-dial b { font-size: 20px; }
  .spotlight-kicker { font-size: 7px; letter-spacing: .04em; }
  .spotlight-identity .logo { width: 40px; height: 40px; font-size: 10px; }
  .spotlight-identity { gap: 11px; }
  .spotlight-identity h3 { font-size: 22px; }
  .spotlight-facts { gap: 12px; }
  .flight-row { gap: 10px; padding: 21px 12px; }
  .flight-row .logo { width: 29px; height: 29px; }
  .flight-rank { font-size: 8px; }
  .flight-row-name b { font-size: 12px; }
  .flight-row-progress b { font-size: 17px; }
  .flight-queue-label { padding-inline: 12px; }
  .market-search { width: 280px; }
  .journey-step h3 { font-size: 18px; }
}
@media (max-width: 760px) {
  .flight-grid { grid-template-columns: 1fr; gap: 13px; }
  .spotlight-lead { grid-template-columns: minmax(0, 1fr) 112px; padding: 24px; }
  .flight-dial { width: 112px; height: 112px; }
  .flight-dial b { font-size: 23px; }
  .spotlight-kicker { font-size: 8px; }
  .spotlight-identity .logo { width: 48px; height: 48px; }
  .spotlight-identity h3 { font-size: 26px; }
  .flight-queue { padding: 10px 0 0; }
  .flight-row { padding: 17px 13px; }
  .flight-row .logo { width: 34px; height: 34px; }
  .flight-row-name b { font-size: 14px; }
  .flight-row-progress b { font-size: 19px; }
  .flight-queue-label { padding-bottom: 12px; }
  .market-toolbar { align-items: stretch; flex-direction: column-reverse; gap: 13px; }
  .market-search { width: 100%; height: 44px; }
  .market-toolbar .tabs { width: max-content; }
  .market-section { padding-top: 30px; }
  .journey { margin-top: 40px; padding-top: 30px; }
  .journey-step { padding-right: 20px; }
  .journey-step h3 { font-size: 16px; }
  .journey-step p { font-size: 11px; }
  .prelaunch-page .deck { gap: 18px; }
}
@media (max-width: 560px) {
  .journey-steps { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .journey-step { display: grid; grid-template-columns: 75px minmax(0, 1fr); column-gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
  .journey-step:not(:last-child)::after { display: none; }
  .journey-number { grid-column: 2; grid-row: 1; font-size: 7px; margin-bottom: 10px; }
  .journey-symbol { grid-column: 1; grid-row: 1/4; align-self: center; margin: 0; }
  .journey-step h3 { grid-column: 2; grid-row: 2; font-size: 19px; }
  .journey-step p { grid-column: 2; grid-row: 3; font-size: 11px; max-width: none; margin-top: 8px; }
  .prelaunch-page .deck { grid-template-columns: minmax(0, 1fr); margin-top: 20px; }
}
@media (max-width: 480px) {
  .flight-section { margin-top: 33px; }
  .spotlight-lead { grid-template-columns: minmax(0, 1fr) 89px; padding: 21px; gap: 15px; }
  .flight-dial { width: 89px; height: 89px; } .flight-dial b { font-size: 19px; }
  .spotlight-identity .logo { width: 38px; height: 38px; font-size: 9px; border-radius: 9px; }
  .spotlight-identity h3 { font-size: 23px; }
  .spotlight-identity p { font-size: 10px; }
  .spotlight-kicker { font-size: 7px; letter-spacing: .035em; gap: 5px; }
  .spotlight-facts { gap: 13px; margin-top: 21px; }
  .spotlight-facts small { font-size: 7px; } .spotlight-facts b { font-size: 17px; }
  .spotlight-link { font-size: 10px; }
  .market-toolbar .tabs { width: 100%; }
  .market-phases { gap: 14px; } .market-phases button { font-size: 9px; gap: 5px; }
  .market-filter-row { gap: 10px; }
  .market-filter-row .market-count { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .card:hover, .card:focus-visible, .protocol-card:hover, .btn:not(:disabled):hover { transform: none; }
}

/* Token metrics respond to their panel, which is narrower beside the trade form. */
@container (max-width: 720px) {
  .token-summary > .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .token-summary > .stat-strip > .stat { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .token-summary > .stat-strip > .stat:nth-child(2n) { border-right: 0; }
  .token-summary > .stat-strip > .stat:nth-last-child(-n+2) { border-bottom: 0; }
}
@container (max-width: 340px) {
  .token-summary > .stat-strip { grid-template-columns: minmax(0, 1fr); }
  .token-summary > .stat-strip > .stat { border-right: 0; }
  .token-summary > .stat-strip > .stat:not(:last-child) { border-bottom: 1px solid var(--line); }
}
