:root {
  --acid: #a0ff06;
  --acid-soft: #c0ff5a;
  --ink: #050505;
  --panel: #0d0f0b;
  --panel-2: #12140f;
  --line: #292c26;
  --line-soft: #1b1d19;
  --text: #f5f6f1;
  --muted: #94998d;
  --dim: #5e6359;
  --red: #ff5f6d;
  --orange: #ffb649;
  --font: "Rubik", "Inter", "Segoe UI", sans-serif;
  --display: "Arial Black", "Helvetica Neue", sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 75% 4%, rgba(160, 255, 6, .08), transparent 25rem),
    #050505;
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
::selection { color: #050505; background: var(--acid); }

.noise {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.demo-banner {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-bottom: 1px solid rgba(160, 255, 6, .22);
  background: rgba(160, 255, 6, .07);
  color: var(--acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.banner-detail { color: #777d70; letter-spacing: .08em; }
.pulse-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 0 rgba(160, 255, 6, .55);
  animation: pulse 1.8s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(160, 255, 6, 0); } }

.site-header {
  height: 76px;
  max-width: var(--max);
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-inline: 1px solid var(--line-soft);
  background: rgba(5, 5, 5, .86);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand-mark { width: 27px; height: 27px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-9deg); }
.brand-mark i { width: 7px; display: block; border-radius: 1px; background: var(--acid); }
.brand-mark i:nth-child(1) { height: 13px; }
.brand-mark i:nth-child(2) { height: 22px; }
.brand-mark i:nth-child(3) { height: 27px; }
.brand-word { font-family: var(--display); font-size: 23px; line-height: 1; letter-spacing: -.06em; }
.brand-product { margin-left: 2px; padding-left: 11px; border-left: 1px solid #343832; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.primary-nav { display: flex; align-items: center; gap: 28px; flex: 1; }
.primary-nav a, .primary-nav button {
  position: relative;
  padding: 28px 0 25px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.primary-nav a:hover, .primary-nav button:hover, .primary-nav .active { color: white; }
.primary-nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--acid);
  box-shadow: 0 0 12px rgba(160, 255, 6, .55);
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.network-pill {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.network-indicator { width: 6px; height: 6px; border-radius: 50%; background: #596057; }
.network-pill.online .network-indicator { background: var(--acid); box-shadow: 0 0 8px rgba(160, 255, 6, .65); }
.wallet-button {
  height: 39px;
  padding: 0 18px;
  border: 0;
  border-radius: 99px;
  background: var(--acid);
  color: #090909;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.wallet-button:hover { transform: translateY(-1px); box-shadow: 0 9px 25px rgba(160, 255, 6, .2); }

.ticker-shell { overflow: hidden; border-block: 1px solid var(--line-soft); background: #080908; }
.market-ticker { height: 34px; display: flex; align-items: center; width: max-content; animation: ticker 50s linear infinite; }
.market-ticker:hover { animation-play-state: paused; }
.ticker-item { display: flex; align-items: center; gap: 8px; padding: 0 20px; border-right: 1px solid var(--line-soft); font-size: 10px; white-space: nowrap; }
.ticker-item b { letter-spacing: .08em; }
.ticker-item span { color: var(--muted); font-variant-numeric: tabular-nums; }
.ticker-item em { font-style: normal; font-weight: 800; }
.positive { color: var(--acid) !important; }
.negative { color: var(--red) !important; }
@keyframes ticker { to { transform: translateX(-50%); } }

main { min-height: 70vh; }
.view { max-width: var(--max); margin: auto; border-inline: 1px solid var(--line-soft); }
.hero-grid { min-height: 625px; display: grid; grid-template-columns: 1.03fr .97fr; border-bottom: 1px solid var(--line-soft); }
.hero-copy {
  position: relative;
  padding: 108px 6.7vw 65px;
  overflow: hidden;
  border-right: 1px solid var(--line-soft);
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.eyebrow { margin: 0 0 18px; color: var(--acid); font-size: 10px; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; display: inline-block; margin: 0 10px 3px 0; background: var(--acid); }
.hero-copy h1, .section-heading h2, .how-intro h2, .modal h2 {
  margin: 0;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: -.055em;
}
.hero-copy h1 { position: relative; max-width: 680px; font-size: clamp(46px, 5.1vw, 76px); line-height: .98; }
.hero-copy h1 em { color: var(--acid); font-style: normal; }
.hero-lede { position: relative; max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-actions { position: relative; display: flex; gap: 12px; margin-top: 34px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s, border-color .2s, background .2s, box-shadow .2s;
}
.button-primary { border: 1px solid var(--acid); background: var(--acid); color: #050505; box-shadow: 0 13px 34px rgba(160, 255, 6, .12); }
.button-primary:hover { transform: translateY(-2px); background: var(--acid-soft); box-shadow: 0 17px 38px rgba(160, 255, 6, .23); }
.button-ghost { border: 1px solid var(--line); background: #0c0d0b; color: white; }
.button-ghost:hover { border-color: #596053; transform: translateY(-2px); }
.trust-row { position: relative; display: flex; gap: 23px; margin-top: 52px; color: #71766d; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.trust-row b { margin-right: 4px; color: var(--acid); }

.hero-terminal { position: relative; min-width: 0; margin: 42px; align-self: center; overflow: hidden; border: 1px solid #33372f; border-radius: 23px; background: linear-gradient(145deg, rgba(160,255,6,.06), transparent 32%), #0c0e0b; box-shadow: 0 40px 90px rgba(0,0,0,.5); }
.terminal-glow { position: absolute; width: 220px; height: 220px; top: -130px; right: -60px; border-radius: 50%; background: rgba(160,255,6,.11); filter: blur(55px); }
.terminal-topline { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #697064; font: 800 9px/1 var(--font); letter-spacing: .18em; }
.live-label { display: flex; align-items: center; gap: 6px; color: var(--acid); }
.live-label i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.featured-token { display: flex; align-items: center; gap: 12px; padding: 22px 20px 8px; }
.token-art { position: relative; width: 52px; height: 52px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; font-family: var(--display); font-size: 22px; color: #050505; }
.token-art i { position: absolute; width: 38px; height: 8px; right: -9px; bottom: 3px; transform: rotate(-38deg); background: rgba(255,255,255,.32); }
.art-acid { background: radial-gradient(circle at 35% 28%, #e2ffad, transparent 22%), linear-gradient(145deg, #beff43, #68b300); }
.art-violet { background: radial-gradient(circle at 30% 25%, #e8d4ff, transparent 21%), linear-gradient(145deg, #c986ff, #5932a6); color: white; }
.art-ember { background: radial-gradient(circle at 33% 26%, #fff2bd, transparent 20%), linear-gradient(145deg, #ffb354, #be2a20); }
.art-aqua { background: radial-gradient(circle at 30% 25%, white, transparent 18%), linear-gradient(145deg, #4effdc, #087c9b); }
.art-sun { background: radial-gradient(circle at 30% 25%, #fff, transparent 17%), linear-gradient(145deg, #ffe959, #f18014); }
.art-ice { background: radial-gradient(circle at 35% 28%, white, transparent 17%), linear-gradient(145deg, #bcefff, #3e6eba); }
.art-rose { background: radial-gradient(circle at 32% 25%, white, transparent 17%), linear-gradient(145deg, #ff9bc9, #9d2255); color: white; }
.art-mono { background: radial-gradient(circle at 35% 28%, #fff, transparent 16%), linear-gradient(145deg, #aaa, #292929); color: white; }
.featured-token > div:nth-child(2) { min-width: 0; flex: 1; }
.muted-label { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.featured-token h2 { margin: 4px 0 0; font-size: 16px; }
.featured-token h2 small { color: var(--muted); font-size: 10px; }
.change { font-size: 11px; font-weight: 900; font-variant-numeric: tabular-nums; }
#heroChart { width: 100%; height: 180px; display: block; }
.terminal-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 20px; border-block: 1px solid var(--line); }
.terminal-stats div { padding: 13px 0; text-align: center; }
.terminal-stats div + div { border-left: 1px solid var(--line); }
.terminal-stats span, .terminal-stats strong { display: block; }
.terminal-stats span { margin-bottom: 5px; color: var(--dim); font-size: 8px; text-transform: uppercase; }
.terminal-stats strong { font-size: 12px; }
.terminal-cta { width: calc(100% - 40px); height: 42px; display: flex; align-items: center; justify-content: space-between; margin: 15px 20px 20px; padding: 0 17px; border: 1px solid #39402f; border-radius: 9px; background: #151811; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.terminal-cta:hover { border-color: var(--acid); color: var(--acid); }

.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-soft); background: #080908; }
.stats-bar > div { padding: 24px 30px; }
.stats-bar > div + div { border-left: 1px solid var(--line-soft); }
.stats-bar span, .stats-bar strong { display: block; }
.stats-bar span { margin-bottom: 5px; color: var(--dim); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stats-bar strong { font-size: 22px; font-variant-numeric: tabular-nums; }

.markets-section { padding: 74px 38px 88px; border-bottom: 1px solid var(--line-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .how-intro h2 { font-size: clamp(34px, 4vw, 55px); }
.search-wrap { width: 330px; height: 45px; display: flex; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid var(--line); border-radius: 99px; background: #0b0c0a; }
.search-wrap svg { width: 16px; fill: none; stroke: var(--dim); stroke-width: 2; }
.search-wrap input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: white; font-size: 11px; }
.search-wrap input::placeholder { color: #5c6258; }
.filter-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 31px 0 22px; }
.segmented, .status-filter { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line-soft); border-radius: 10px; background: #090a08; }
.segmented button, .status-filter button, .timeframes button {
  height: 31px;
  padding: 0 13px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--dim);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.segmented button:hover, .status-filter button:hover, .segmented .active, .status-filter .active { background: #20231d; color: white; }
.token-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.token-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.018), transparent), #0a0b09; cursor: pointer; transition: transform .22s, border-color .22s, background .22s; }
.token-card:hover { transform: translateY(-4px); border-color: #42483d; background: #0d0f0b; }
.card-head { display: flex; align-items: center; gap: 11px; padding: 15px; }
.card-head .token-art { width: 43px; height: 43px; border-radius: 12px; font-size: 17px; }
.card-identity { min-width: 0; flex: 1; }
.card-identity strong, .card-identity span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-identity strong { font-size: 12px; }
.card-identity span { margin-top: 3px; color: var(--dim); font-size: 9px; }
.verified-check { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid rgba(160,255,6,.25); border-radius: 50%; color: var(--acid); font-size: 9px; }
.mini-chart { width: 100%; height: 72px; display: block; }
.card-numbers { display: grid; grid-template-columns: 1.25fr 1fr; padding: 3px 15px 13px; }
.card-numbers span, .card-numbers strong { display: block; }
.card-numbers span { margin-bottom: 3px; color: var(--dim); font-size: 8px; text-transform: uppercase; }
.card-numbers strong { font-size: 12px; font-variant-numeric: tabular-nums; }
.card-progress { padding: 12px 15px 14px; border-top: 1px solid var(--line-soft); }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--dim); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.progress-label b { color: #aab0a4; }
.progress-track, .curve-track { height: 4px; overflow: hidden; border-radius: 99px; background: #242720; }
.progress-track i, .curve-track i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #6da500, var(--acid)); box-shadow: 0 0 8px rgba(160,255,6,.4); }
.graduated .progress-track i { background: var(--acid); }
.card-footer { display: flex; justify-content: space-between; padding: 10px 15px; border-top: 1px solid var(--line-soft); color: #62675f; font-size: 8px; }
.card-footer b { color: var(--acid); }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line); border-radius: 15px; text-align: center; }
.empty-state > span { color: var(--acid); font: 50px var(--display); }
.empty-state h3 { margin: 12px 0 4px; text-transform: uppercase; }
.empty-state p { margin: 0; color: var(--muted); }

.how-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; padding: 96px 48px; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 15% 50%, rgba(160,255,6,.06), transparent 28rem); }
.how-intro p:last-child { max-width: 460px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-soft); border-radius: 16px; background: #090a08; }
.steps-grid article { position: relative; min-height: 265px; padding: 25px 22px; }
.steps-grid article + article { border-left: 1px solid var(--line-soft); }
.step-number { position: absolute; top: 17px; right: 17px; color: #3c4039; font: 11px var(--display); }
.step-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 48px; border: 1px solid #3e4438; border-radius: 13px; background: rgba(160,255,6,.06); color: var(--acid); font-size: 22px; }
.steps-grid h3 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.risk-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 48px; background: #0a0b09; }
.risk-strip > div { display: flex; align-items: center; gap: 16px; }
.risk-icon { width: 33px; height: 33px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #594d22; border-radius: 50%; color: var(--orange); font-weight: 900; }
.risk-strip p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.risk-strip strong { color: white; }
.risk-strip button { border: 0; background: none; color: var(--acid); font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; white-space: nowrap; }

/* Trading view */
.coin-view { padding: 26px 28px 70px; background: #070807; }
.coin-breadcrumb { display: flex; gap: 8px; margin-bottom: 19px; color: var(--dim); font-size: 10px; text-transform: uppercase; }
.coin-breadcrumb a:hover { color: var(--acid); }
.coin-breadcrumb b { color: #aeb3aa; }
.coin-header { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.coin-header .token-art { width: 62px; height: 62px; border-radius: 17px; }
.coin-title { min-width: 0; flex: 1; }
.coin-title-row { display: flex; align-items: center; gap: 9px; }
.coin-title h1 { margin: 0; font: clamp(23px, 3vw, 35px)/1 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.coin-title h1 span { color: var(--muted); font-size: .42em; letter-spacing: .02em; }
.coin-title p { max-width: 720px; margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.token-badges { display: flex; gap: 7px; }
.token-badges span, .verified-badge { padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.token-badges .curve-badge { border-color: rgba(160,255,6,.25); color: var(--acid); }
.header-metrics { display: flex; gap: 25px; }
.header-metrics div { min-width: 88px; }
.header-metrics span, .header-metrics strong { display: block; }
.header-metrics span { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.header-metrics strong { margin-top: 4px; font-size: 13px; }
.trading-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 12px; }
.chart-column { min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.trade-column { display: flex; flex-direction: column; gap: 12px; }
.panel { border: 1px solid var(--line-soft); border-radius: 13px; background: #0a0b09; }
.chart-panel { min-height: 505px; overflow: hidden; }
.chart-toolbar { height: 71px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line-soft); }
.chart-toolbar > div:first-child { display: flex; align-items: baseline; gap: 10px; }
.price-label { color: var(--dim); font-size: 9px; text-transform: uppercase; }
#chartPrice { font-size: 20px; }
.timeframes { display: flex; gap: 2px; }
.timeframes button { height: 28px; padding: 0 9px; }
.timeframes .active { background: #20231d; color: white; }
.main-chart-wrap { position: relative; height: 434px; }
#mainChart { width: 100%; height: 100%; display: block; cursor: crosshair; }
.chart-tooltip { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: rgba(6,7,6,.9); color: #bfc4b9; font: 9px/1.55 monospace; pointer-events: none; }
.panel-heading { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid var(--line-soft); }
.panel-heading h3 { margin: 0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.panel-heading > span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.trade-table-wrap { max-height: 270px; overflow: auto; }
.trade-table { width: 100%; border-collapse: collapse; font-size: 9px; font-variant-numeric: tabular-nums; }
.trade-table th { position: sticky; top: 0; z-index: 1; padding: 9px 13px; background: #0c0d0b; color: var(--dim); text-align: left; font-size: 8px; text-transform: uppercase; }
.trade-table td { padding: 9px 13px; border-top: 1px solid var(--line-soft); color: #a8ada3; white-space: nowrap; }
.trade-table .trade-type { font-weight: 900; text-transform: uppercase; }
.wallet-cell { color: #737970 !important; font-family: monospace; }
.order-panel { position: sticky; top: 10px; padding: 12px; }
.side-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 16px; padding: 4px; border-radius: 10px; background: #070807; }
.side-tabs button { height: 35px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.side-tabs .buy.active { background: var(--acid); color: #060606; }
.side-tabs .sell.active { background: var(--red); color: white; }
.balance-row { display: flex; justify-content: space-between; margin: 0 3px 8px; color: var(--dim); font-size: 8px; text-transform: uppercase; }
.balance-row span:last-child { color: #9fa59b; }
.amount-field { display: block; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: #0d0f0c; }
.amount-field > span:first-child { display: block; margin-bottom: 4px; color: var(--dim); font-size: 8px; text-transform: uppercase; }
.amount-input-row { display: flex; align-items: center; }
.amount-input-row input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: white; font-size: 22px; font-weight: 700; }
.amount-input-row input::-webkit-inner-spin-button { appearance: none; }
.amount-input-row b { color: #a9aea4; font-size: 10px; }
.quick-amounts { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-top: 7px; }
.quick-amounts button { height: 25px; border: 1px solid var(--line-soft); border-radius: 6px; background: #0e100d; color: var(--muted); font-size: 8px; cursor: pointer; }
.quick-amounts button:hover { border-color: #495043; color: white; }
.quote-box { margin: 15px 2px; }
.quote-box div { display: flex; justify-content: space-between; padding: 5px 0; color: var(--dim); font-size: 9px; }
.quote-box strong { color: #aeb3a9; font-weight: 600; }
.order-submit { width: 100%; border-radius: 9px; }
.order-note { display: flex; align-items: center; gap: 7px; margin: 10px 2px 1px; color: #686d64; font-size: 8px; line-height: 1.4; }
.order-note i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); }
.curve-panel, .contract-panel { padding-bottom: 14px; }
.curve-panel .panel-heading, .contract-panel .panel-heading { margin-bottom: 15px; }
.curve-panel .panel-heading > span { color: var(--acid); font-size: 10px; font-weight: 900; }
.curve-track { margin: 0 15px; height: 6px; }
.curve-scale { display: flex; justify-content: space-between; margin: 7px 15px 14px; color: var(--dim); font-size: 7px; text-transform: uppercase; }
.curve-details { display: grid; grid-template-columns: 1fr 1fr; margin: 0 15px; }
.curve-details div + div { padding-left: 15px; border-left: 1px solid var(--line-soft); }
.curve-details span, .curve-details strong { display: block; }
.curve-details span { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.curve-details strong { margin-top: 4px; font-size: 10px; text-transform: capitalize; }
.verified-badge { color: var(--acid) !important; border-color: rgba(160,255,6,.23); }
.contract-address { width: calc(100% - 30px); height: 35px; display: flex; align-items: center; justify-content: space-between; margin: 0 15px 13px; padding: 0 10px; border: 1px solid var(--line); border-radius: 7px; background: #0d0f0c; color: var(--muted); cursor: pointer; }
.contract-address span { max-width: 220px; overflow: hidden; text-overflow: ellipsis; font: 9px monospace; }
.contract-address b { color: var(--acid); font-size: 8px; text-transform: uppercase; }
.safety-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 6px; padding: 0 15px; color: #858b80; font-size: 8px; }
.safety-list i { margin-right: 3px; color: var(--acid); font-style: normal; }

.site-footer { max-width: var(--max); min-height: 112px; display: flex; align-items: center; gap: 35px; margin: auto; padding: 28px 32px; border-inline: 1px solid var(--line-soft); border-top: 1px solid var(--line-soft); color: var(--dim); }
.footer-brand { opacity: .75; }
.site-footer p { flex: 1; font-size: 10px; }
.site-footer > div { display: flex; gap: 18px; font-size: 9px; text-transform: uppercase; }
.site-footer button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-transform: uppercase; }
.site-footer a:hover, .site-footer button:hover { color: var(--acid); }

/* Modals */
.modal { width: min(620px, calc(100vw - 30px)); max-height: calc(100vh - 35px); padding: 0; overflow: auto; border: 1px solid #3e4439; border-radius: 18px; background: #0b0c0a; color: white; box-shadow: 0 40px 120px black; }
.modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.modal form, .risk-modal > div { position: relative; padding: 35px; }
.modal-close { position: absolute; top: 15px; right: 16px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: #121410; color: var(--muted); font-size: 19px; line-height: 1; cursor: pointer; }
.modal h2 { font-size: 35px; }
.modal-lede, .risk-modal > div > p { margin: 10px 0 27px; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; gap: 12px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.modal label { display: block; margin-bottom: 12px; }
.modal label > span, .modal summary { display: block; margin-bottom: 7px; color: #858a81; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.modal input:not([type="checkbox"]), .modal textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #10120f; color: white; font-size: 11px; resize: vertical; }
.modal input:focus, .modal textarea:focus { border-color: rgba(160,255,6,.55); }
.modal details { margin: 4px 0 17px; border-block: 1px solid var(--line-soft); }
.modal summary { padding: 13px 0 7px; cursor: pointer; }
.modal summary span { float: right; color: var(--dim); }
.modal details .form-grid { padding-top: 7px; }
.launch-summary { display: grid; grid-template-columns: 1fr 1fr; margin: 18px 0; border: 1px solid var(--line-soft); border-radius: 10px; }
.launch-summary div { padding: 11px 13px; }
.launch-summary div:nth-child(even) { border-left: 1px solid var(--line-soft); }
.launch-summary div:nth-child(n+3) { border-top: 1px solid var(--line-soft); }
.launch-summary span, .launch-summary strong { display: block; }
.launch-summary span { color: var(--dim); font-size: 8px; text-transform: uppercase; }
.launch-summary strong { margin-top: 4px; font-size: 11px; }
.risk-check { display: flex !important; align-items: flex-start; gap: 9px; padding: 12px; border: 1px solid #4b4020; border-radius: 8px; background: rgba(255,182,73,.035); }
.risk-check input { accent-color: var(--acid); }
.risk-check span { margin: 0 !important; color: #9da198 !important; line-height: 1.45; text-transform: none !important; }
.modal-submit { width: 100%; border-radius: 9px; }
.modal-note { margin: 10px 0 0; color: var(--dim); font-size: 8px; text-align: center; }
.risk-modal ul { margin: 22px 0 25px; padding: 0; list-style: none; }
.risk-modal li { padding: 12px 0; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 11px; line-height: 1.55; }
.risk-modal li strong { color: white; }
.risk-modal .button { width: 100%; }

/* Creation flow */
.create-modal { width: min(1080px, calc(100vw - 28px)); height: min(790px, calc(100vh - 28px)); max-height: none; overflow: hidden; border-color: #42483d; border-radius: 22px; background: #080908; }
.create-modal form { height: 100%; display: flex; flex-direction: column; padding: 0; }
.create-header { height: 82px; display: flex; align-items: center; gap: 18px; padding: 0 30px; border-bottom: 1px solid var(--line); background: #0b0c0a; }
.create-header > div:first-child { flex: 1; }
.create-kicker { display: block; margin-bottom: 6px; color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .24em; }
.create-header h2 { font-size: 25px; letter-spacing: -.04em; }
.create-header .modal-close { position: static; flex: 0 0 auto; }
.demo-chip { height: 29px; display: flex; align-items: center; gap: 8px; padding: 0 11px; border: 1px solid rgba(160,255,6,.18); border-radius: 99px; background: rgba(160,255,6,.04); color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.create-shell { min-height: 0; display: grid; flex: 1; grid-template-columns: 330px 1fr; }
.create-preview { position: relative; min-height: 0; display: flex; flex-direction: column; padding: 23px; overflow: hidden; border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 32%, rgba(160,255,6,.075), transparent 15rem), #080908; }
.create-preview::before { content: ""; position: absolute; inset: 0; opacity: .8; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(black, transparent 82%); }
.preview-topline { position: relative; display: flex; justify-content: space-between; color: var(--dim); font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.preview-topline span:first-child { color: var(--acid); }
.preview-art { position: relative; width: 184px; height: 184px; display: grid; flex: 0 0 auto; place-items: center; margin: 35px auto 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 43px; box-shadow: 0 35px 70px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.2); color: #050505; font: 68px var(--display); }
.preview-art::after { content: ""; position: absolute; width: 110px; height: 20px; right: -23px; bottom: 20px; transform: rotate(-38deg); background: rgba(255,255,255,.28); }
.preview-art b { position: absolute; top: 15px; right: 17px; font: 8px var(--font); letter-spacing: .13em; }
.preview-identity { position: relative; text-align: center; }
.preview-identity > span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.preview-identity h3 { max-width: 270px; margin: 7px auto 9px; overflow: hidden; text-overflow: ellipsis; font: 21px/1.1 var(--display); letter-spacing: -.035em; text-transform: uppercase; white-space: nowrap; }
.preview-identity p { min-height: 48px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.preview-market { position: relative; display: grid; grid-template-columns: 1fr 1fr; margin-top: 22px; padding-block: 13px; border-block: 1px solid var(--line); }
.preview-market div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.preview-market span, .preview-market strong { display: block; }
.preview-market span { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.preview-market strong { margin-top: 4px; font-size: 9px; }
.preview-curve { position: relative; height: 4px; margin: 13px 0; overflow: hidden; border-radius: 9px; background: #242720; }
.preview-curve i { width: 1.65%; height: 100%; display: block; background: var(--acid); box-shadow: 0 0 7px rgba(160,255,6,.6); }
.preview-trust { position: relative; display: flex; justify-content: space-between; gap: 4px; color: #798074; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.preview-trust span::first-letter { color: var(--acid); }
.preview-note { position: relative; margin: auto 0 0; color: var(--dim); font-size: 7px; text-align: center; }
.create-workspace { min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.create-steps { height: 74px; display: flex; align-items: center; padding: 0 31px; border-bottom: 1px solid var(--line-soft); background: #0a0b09; }
.create-steps button { display: flex; align-items: center; gap: 9px; padding: 0; border: 0; background: none; color: var(--dim); text-align: left; cursor: pointer; }
.create-steps button > b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #363a33; border-radius: 50%; font-size: 8px; }
.create-steps button > span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.create-steps button small { display: block; margin-top: 3px; color: #4e534b; font-size: 7px; font-weight: 600; text-transform: none; }
.create-steps > i { height: 1px; flex: 1; margin: 0 15px; background: #2a2d27; }
.create-steps button.active, .create-steps button.complete { color: white; }
.create-steps button.active > b { border-color: var(--acid); background: var(--acid); color: #050505; box-shadow: 0 0 15px rgba(160,255,6,.16); }
.create-steps button.complete > b { border-color: rgba(160,255,6,.45); color: var(--acid); }
.create-panel { min-height: 0; flex: 1; padding: 25px 32px 20px; overflow-y: auto; }
.create-panel-heading { margin-bottom: 21px; }
.create-panel-heading > span { color: var(--acid); font-size: 7px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.create-panel-heading h3 { margin: 6px 0 5px; font: 22px/1 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.create-panel-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.create-panel label { position: relative; margin-bottom: 14px; }
.create-panel label > span { display: flex; align-items: center; justify-content: space-between; }
.create-panel label > span b { color: var(--acid); font-size: 7px; font-weight: 900; }
.create-panel label > small { position: absolute; right: 2px; bottom: -11px; color: #51564e; font-size: 7px; }
.create-panel input:not([type="checkbox"]), .create-panel textarea { min-height: 43px; border-radius: 9px; background: #0d0f0c; }
.create-panel textarea { min-height: 82px; }
.prefixed-input { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: #0d0f0c; }
.prefixed-input:focus-within { border-color: rgba(160,255,6,.55); }
.prefixed-input i { padding-left: 12px; color: var(--acid); font-size: 12px; font-style: normal; font-weight: 900; }
.prefixed-input input { border: 0 !important; background: transparent !important; }
.character-count { bottom: 7px !important; right: 10px !important; }
.character-count b { color: #777d72; }
.art-picker { margin: 22px 0 13px; padding: 0; border: 0; }
.art-picker legend { width: 100%; margin-bottom: 11px; color: #858a81; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.art-picker legend span { float: right; color: #52574f; font-size: 7px; text-transform: none; }
.palette-options { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.palette-options label { display: flex; align-items: center; flex-direction: column; gap: 5px; margin: 0; padding: 7px 4px; border: 1px solid var(--line-soft); border-radius: 9px; background: #0b0c0a; cursor: pointer; }
.palette-options label:hover, .palette-options label.selected { border-color: rgba(160,255,6,.48); background: rgba(160,255,6,.035); }
.palette-options input { position: absolute; opacity: 0; pointer-events: none; }
.palette-options i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #080808; font-size: 9px; font-style: normal; font-weight: 900; }
.palette-options .art-violet, .palette-options .art-rose, .palette-options .art-mono { color: white; }
.palette-options span { margin: 0 !important; color: #70766c !important; font-size: 7px !important; text-transform: uppercase; }
.social-details { margin-top: 14px !important; border: 1px solid var(--line-soft) !important; border-radius: 9px; }
.social-details summary { min-height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 8px 11px !important; list-style: none; }
.social-details summary::-webkit-details-marker { display: none; }
.social-details summary > span { color: #a5aaa0; }
.social-details summary small { display: block; margin-top: 2px; color: var(--dim); font-size: 7px; text-transform: none; }
.social-details summary b { color: var(--acid); font-size: 7px; }
.social-grid { grid-template-columns: repeat(3, 1fr); padding: 4px 10px 1px !important; border-top: 1px solid var(--line-soft); }
.initial-buy-card { padding: 18px; border: 1px solid #363c31; border-radius: 13px; background: linear-gradient(145deg, rgba(160,255,6,.055), transparent 45%), #0d0f0c; }
.initial-buy-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.initial-buy-title span, .initial-buy-title strong { display: block; }
.initial-buy-title div span { color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.initial-buy-title div strong { margin-top: 3px; color: var(--dim); font-size: 8px; font-weight: 600; }
.initial-buy-title > span { color: var(--acid); font-size: 9px; font-weight: 800; }
.initial-buy-input { height: 61px; display: flex !important; align-items: center; margin: 0 !important; padding: 0 15px; border: 1px solid #3c4237; border-radius: 10px; background: #090a08; }
.initial-buy-input input { min-width: 0; flex: 1; border: 0 !important; background: transparent !important; font-size: 24px !important; font-weight: 800; }
.initial-buy-input b { color: #acb1a7; font-size: 11px; }
.buy-presets { display: flex; gap: 6px; margin-top: 8px; }
.buy-presets button { height: 27px; flex: 1; border: 1px solid var(--line); border-radius: 6px; background: #11130f; color: var(--muted); font-size: 8px; cursor: pointer; }
.buy-presets button:hover, .buy-presets button.active { border-color: rgba(160,255,6,.4); color: var(--acid); }
.buy-impact { display: flex; justify-content: space-between; margin-top: 17px; color: var(--dim); font-size: 8px; text-transform: uppercase; }
.buy-impact strong { color: #aeb4a9; }
.buy-impact-track { height: 4px; margin-top: 7px; overflow: hidden; border-radius: 9px; background: #242720; }
.buy-impact-track i { width: 1.65%; height: 100%; display: block; background: var(--acid); }
.economics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.economics-grid article { padding: 13px; border: 1px solid var(--line-soft); border-radius: 9px; background: #0b0c0a; }
.economics-grid span { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.economics-grid strong { display: block; margin-top: 4px; font-size: 11px; }
.economics-grid p { margin: 4px 0 0; color: #5f655b; font-size: 7px; }
.wallet-readiness { min-height: 56px; display: flex; align-items: center; gap: 24px; margin-top: 12px; padding: 0 13px; border: 1px solid var(--line-soft); border-radius: 9px; }
.wallet-readiness > div { display: flex; align-items: center; gap: 8px; }
.wallet-readiness i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #3a3f36; border-radius: 50%; color: var(--acid); font-size: 7px; font-style: normal; }
.wallet-readiness span, .wallet-readiness strong { display: block; }
.wallet-readiness span { color: var(--dim); font-size: 7px; text-transform: uppercase; }
.wallet-readiness strong { margin-top: 2px; color: #979d92; font-size: 8px; text-transform: none; }
.wallet-readiness button { margin-left: auto; border: 0; background: none; color: var(--acid); font-size: 7px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.review-card { overflow: hidden; border: 1px solid #363c31; border-radius: 13px; background: #0c0e0b; }
.review-coin { display: flex; align-items: center; gap: 11px; padding: 14px; border-bottom: 1px solid var(--line-soft); }
.review-coin .token-art { width: 45px; height: 45px; border-radius: 12px; font-size: 16px; }
.review-coin > div:nth-child(2) { min-width: 0; flex: 1; }
.review-coin > div:nth-child(2) span { display: block; color: var(--acid); font-size: 8px; font-weight: 900; }
.review-coin > div:nth-child(2) strong { display: block; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; font-size: 11px; text-transform: uppercase; white-space: nowrap; }
.review-coin > b { padding: 5px 8px; border: 1px solid rgba(160,255,6,.2); border-radius: 99px; color: var(--acid); font-size: 7px; text-transform: uppercase; }
.review-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.review-card dl div { display: flex; justify-content: space-between; padding: 10px 13px; border-top: 1px solid var(--line-soft); }
.review-card dl div:nth-child(-n+2) { border-top: 0; }
.review-card dl div:nth-child(even) { border-left: 1px solid var(--line-soft); }
.review-card dt { color: var(--dim); font-size: 8px; }
.review-card dd { margin: 0; color: #abb0a6; font-size: 8px; }
.launch-warning { display: flex; gap: 12px; margin-top: 12px; padding: 12px; border: 1px solid #514523; border-radius: 9px; background: rgba(255,182,73,.035); }
.launch-warning > span { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #665727; border-radius: 50%; color: var(--orange); font-size: 10px; font-weight: 900; }
.launch-warning strong { font-size: 9px; }
.launch-warning p { margin: 3px 0 0; color: #7f847b; font-size: 8px; line-height: 1.5; }
.create-panel .risk-check { margin: 12px 0 0; }
.signing-note { display: flex; align-items: center; gap: 8px; margin: 10px 2px 0; color: var(--dim); font-size: 7px; }
.create-footer { min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 10px 31px; border-top: 1px solid var(--line); background: #0b0c0a; }
.create-footer > span { flex: 1; color: var(--dim); font-size: 8px; }
.create-footer .button { min-width: 132px; min-height: 41px; }
.create-back { border: 1px solid var(--line); background: #10120f; color: #b6bbb1; }
.create-footer .modal-submit { width: auto; }
.toast-region { position: fixed; right: 18px; bottom: 18px; z-index: 1000; display: flex; flex-direction: column; gap: 8px; }
.toast { min-width: 260px; max-width: 370px; padding: 13px 15px; border: 1px solid #3b4036; border-radius: 9px; background: rgba(14,16,12,.96); box-shadow: 0 15px 45px rgba(0,0,0,.45); color: #c9cdc4; font-size: 10px; animation: toast-in .25s ease-out; }
.toast strong { display: block; margin-bottom: 3px; color: var(--acid); font-size: 9px; text-transform: uppercase; }
.toast.error strong { color: var(--red); }
@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } }

@media (max-width: 1100px) {
  .token-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-terminal { margin: 30px 25px; }
  .hero-copy { padding-inline: 45px; }
  .trading-layout { grid-template-columns: minmax(0, 1fr) 310px; }
  .how-section { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .site-header { height: 65px; padding: 0 16px; gap: 20px; }
  .primary-nav { display: none; }
  .header-actions { margin-left: auto; }
  .network-text { display: none; }
  .network-pill { width: 35px; padding: 0; justify-content: center; }
  .brand-product { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 30px 55px; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .hero-terminal { width: calc(100% - 40px); max-width: 600px; margin: 35px auto; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stats-bar > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
  .stats-bar > div:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .markets-section { padding: 58px 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .search-wrap { width: 100%; }
  .filter-row { align-items: stretch; flex-direction: column; overflow-x: auto; }
  .segmented, .status-filter { width: max-content; }
  .token-grid { grid-template-columns: repeat(2, 1fr); }
  .how-section { padding: 70px 25px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: auto; }
  .steps-grid article + article { border-left: 0; border-top: 1px solid var(--line-soft); }
  .step-icon { margin-bottom: 24px; }
  .risk-strip { align-items: flex-start; flex-direction: column; padding: 25px; }
  .coin-view { padding: 20px 14px 50px; }
  .coin-header { align-items: flex-start; flex-wrap: wrap; }
  .header-metrics { width: 100%; padding-top: 15px; border-top: 1px solid var(--line-soft); }
  .trading-layout { grid-template-columns: 1fr; }
  .trade-column { grid-row: 1; }
  .order-panel { position: static; }
  .chart-column { grid-row: 2; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; }
  .site-footer p { min-width: 50%; }
  .create-modal { width: calc(100vw - 16px); height: calc(100vh - 16px); }
  .create-shell { grid-template-columns: 1fr; overflow-y: auto; }
  .create-preview { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .preview-art { width: 105px; height: 105px; margin: 14px auto 10px; border-radius: 27px; font-size: 38px; }
  .preview-art::after { width: 65px; height: 12px; bottom: 10px; }
  .preview-identity h3 { font-size: 16px; }
  .preview-identity p { min-height: auto; }
  .preview-market, .preview-curve, .preview-trust, .preview-note { display: none; }
  .create-workspace { min-height: 620px; }
  .create-steps { padding-inline: 18px; }
  .create-panel { padding-inline: 20px; }
  .create-footer { padding-inline: 18px; }
}
@media (max-width: 540px) {
  .demo-banner { padding: 0 8px; font-size: 8px; }
  .banner-detail { display: none; }
  .wallet-button { padding: 0 13px; font-size: 9px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 35px; }
  .hero-terminal { width: calc(100% - 24px); }
  .stats-bar > div { padding: 19px 16px; }
  .stats-bar strong { font-size: 18px; }
  .token-grid { grid-template-columns: 1fr; }
  .status-filter { width: 100%; }
  .status-filter button { flex: 1; }
  .steps-grid article { padding: 23px 20px; }
  .form-grid.two { grid-template-columns: 1fr; }
  .modal form, .risk-modal > div { padding: 28px 20px; }
  .create-modal form { padding: 0; }
  .create-header { height: 70px; padding: 0 16px; }
  .create-header h2 { font-size: 20px; }
  .demo-chip { display: none; }
  .create-steps button > span { display: none; }
  .create-steps > i { margin-inline: 8px; }
  .palette-options { grid-template-columns: repeat(3, 1fr); }
  .social-grid { grid-template-columns: 1fr; }
  .economics-grid { grid-template-columns: 1fr; }
  .wallet-readiness { align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 12px; }
  .wallet-readiness button { margin-left: 0; }
  .review-card dl { grid-template-columns: 1fr; }
  .review-card dl div, .review-card dl div:nth-child(-n+2) { border-top: 1px solid var(--line-soft); }
  .review-card dl div:first-child { border-top: 0; }
  .review-card dl div:nth-child(even) { border-left: 0; }
  .create-footer > span { display: none; }
  .create-footer .button { min-width: 0; flex: 1; }
  .coin-title h1 { font-size: 23px; }
  .token-badges { width: 100%; }
  .header-metrics { justify-content: space-between; gap: 10px; }
  .header-metrics div { min-width: auto; }
  .chart-panel { min-height: 410px; }
  .main-chart-wrap { height: 340px; }
  .chart-toolbar { padding: 0 11px; }
  #chartPrice { font-size: 14px; }
  .price-label { display: none; }
  .trade-table th:nth-child(5), .trade-table td:nth-child(5), .trade-table th:nth-child(6), .trade-table td:nth-child(6) { display: none; }
  .site-footer > div { width: 100%; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
