/* =============================================================
   M Exchange — bespoke layer (mx.css)
   Loaded AFTER styles.css. Additive, override-only refinements on
   the shared "future city" system + transparency-window specifics:
   gate mark · status pills · rate table · step rail · verify card ·
   star topology figure · concept banner. No inputs, no wallets.
   ============================================================= */

:root {
  --read: #dee5f2;
  --measure: 66ch;
}

/* ===================== typography · measure · rhythm ===================== */
.section-copy { color: var(--muted); max-width: 62ch; line-height: 1.8; }
body.zh .section-copy { max-width: 40rem; line-height: 2.0; letter-spacing: 0.02em; }
.warm-prose { max-width: var(--measure); }
.warm-prose p { color: var(--read); font-size: 1.07rem; line-height: 1.86; margin: 0 0 1.05em; }
body.zh .warm-prose p { font-size: 1.08rem; line-height: 2.02; letter-spacing: 0.015em; }
.hero-copy { line-height: 1.72; }
body.zh .hero-copy { font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 2.0; letter-spacing: 0.02em; max-width: 30em; }
h1, h2, h3, .hero-title { text-wrap: balance; }
p, li { text-wrap: pretty; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.section-heading { margin-bottom: clamp(26px, 3.4vw, 44px); }
body.zh .section-heading h2 { line-height: 1.42; }
body.zh .notice { line-height: 1.9; }

a:focus-visible, .button:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--gold-bright); outline-offset: 3px; border-radius: 6px;
}

.definition-card, .assurance-item, .pricing-card {
  transition: transform 0.32s cubic-bezier(0.16,0.84,0.32,1), border-color 0.32s ease, box-shadow 0.32s ease;
}
.definition-card:hover, .assurance-item:hover, .pricing-card:hover {
  transform: translateY(-4px); border-color: var(--line-gold); box-shadow: var(--shadow-soft);
}
@media (prefers-reduced-motion: reduce) {
  .definition-card:hover, .assurance-item:hover, .pricing-card:hover { transform: none; }
}

/* ===================== concept banner (D1 · constant) ===================== */
.concept-banner {
  margin: 18px 0 0; padding: 12px 18px;
  border: 1px solid var(--line-gold); border-radius: 12px;
  background: rgba(227,189,99,0.07);
  color: var(--muted); font-size: 0.86rem; line-height: 1.75;
  max-width: 64ch;
}
.concept-banner strong { color: var(--gold-bright); font-weight: 600; }
body.zh .concept-banner { font-size: 0.88rem; line-height: 1.95; max-width: 42rem; }

/* ===================== gate mark (hero ornament, pure CSS) ===================== */
.gate-mark { display: block; width: clamp(104px, 11vw, 128px); height: auto; margin: -10px 0 14px -8px; filter: drop-shadow(0 0 20px rgba(227,189,99,0.16)); }
.gate-mark-legacy { display: inline-grid; grid-template-columns: 12px 76px 12px; gap: 0 10px; margin-bottom: 22px; }
.gate-mark-legacy i { display: block; background: linear-gradient(180deg, #e3bd63, #b8862e); border-radius: 2px; }
.gate-mark-legacy .lintel { grid-column: 1 / -1; height: 8px; margin-bottom: 2px; border-radius: 3px;
  background: linear-gradient(90deg, #b8862e, #f7e6ac 50%, #b8862e); }
.gate-mark-legacy .pillar { height: 46px; width: 12px; }
.gate-mark-legacy .void { background: none; }

/* ===================== status pills (S1 legs) ===================== */
.status-pill {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.68rem;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.status-pill.now { color: #0f1a0d; background: linear-gradient(135deg, #cfe3a8, #9fc56b); }
.status-pill.soon { color: var(--gold-bright); border: 1px solid var(--line-gold); background: rgba(227,189,99,0.08); }
.status-pill.later { color: var(--muted); border: 1px solid rgba(255,255,255,0.18); }
.leg-route { margin-top: 14px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.78rem; color: var(--muted); letter-spacing: 0.05em; }
.leg-route b { color: var(--gold-bright); font-weight: 600; }

/* ===================== rate table (S3 · illustrative) ===================== */
.rate-wrap { position: relative; overflow-x: auto; margin-top: clamp(14px, 2.4vw, 26px); -webkit-overflow-scrolling: touch; }
.rate-table { width: 100%; border-collapse: collapse; font-size: 0.98rem; min-width: 520px; }
.rate-table th, .rate-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.rate-table thead th {
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-bright); border-bottom: 1px solid var(--line-gold);
}
.rate-table td.num { font-family: "IBM Plex Mono", ui-monospace, monospace; color: #f3e7c4; }
.rate-table td { color: var(--read); }
body.zh .rate-table { line-height: 1.85; }
.illustrative-tag {
  display: inline-block; margin-left: 10px; padding: 2px 10px; border-radius: 999px;
  border: 1px dashed var(--line-gold); color: var(--gold-bright);
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  vertical-align: middle;
}
.tx-metrics { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-top: 22px; }
.tx-metric {
  border: 1px solid rgba(255,255,255,0.10); border-radius: 14px; padding: 18px 20px;
  background: linear-gradient(165deg, rgba(13,22,40,0.85), rgba(7,13,26,0.9));
}
.tx-metric .k { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.tx-metric .v { margin-top: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.9rem; color: #f3e7c4; line-height: 1.1; }
.tx-metric .v small { font-size: 0.95rem; color: var(--muted); font-family: "Inter", sans-serif; }

/* ===================== step rail (S2 · seven steps) ===================== */
.step-rail { counter-reset: step; display: grid; gap: 0; margin-top: clamp(16px, 2.6vw, 28px); }
.step-item { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 0 18px; padding: 0 0 26px; }
.step-item::before {
  counter-increment: step; content: counter(step);
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.85rem; color: #1a1305;
  background: linear-gradient(135deg, #caa64a, #f3e3a6);
  box-shadow: 0 0 0 4px rgba(227,189,99,0.10);
}
.step-item::after {
  content: ""; position: absolute; left: 16px; top: 38px; bottom: 2px; width: 2px;
  background: linear-gradient(180deg, rgba(227,189,99,0.45), rgba(227,189,99,0.08));
}
.step-item:last-child { padding-bottom: 0; }
.step-item:last-child::after { display: none; }
.step-item h3 { grid-column: 2; grid-row: 1; margin: 5px 0 6px; font-size: 1.04rem; color: #f3e7c4; font-weight: 600; }
.step-item p { grid-column: 2; margin: 0; color: var(--muted); font-size: 0.94rem; line-height: 1.75; max-width: 58ch; }
body.zh .step-item p { line-height: 1.95; }
.step-item.gold h3 { color: var(--gold-bright); }
.pricing-card.lead { border-color: rgba(227,189,99,0.42); box-shadow: 0 0 0 1px rgba(227,189,99,0.10), 0 22px 56px rgba(0,0,0,0.42); }

/* ===================== verify card (S4) ===================== */
.verify-card {
  border: 1px solid var(--line-gold); border-radius: 18px;
  padding: clamp(22px, 3.4vw, 36px);
  background:
    radial-gradient(120% 140% at 85% -20%, rgba(227,189,99,0.13), transparent 55%),
    linear-gradient(165deg, rgba(13,22,40,0.92), rgba(7,13,26,0.95));
  box-shadow: 0 0 0 1px rgba(227,189,99,0.08), 0 24px 60px rgba(0,0,0,0.45);
  max-width: 720px;
}
.verify-card .vc-domain {
  font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 1.02rem; color: var(--gold-bright);
  letter-spacing: 0.04em; word-break: break-all;
}
.verify-card p { color: var(--muted); line-height: 1.8; }
body.zh .verify-card p { line-height: 1.95; }

/* ===================== star topology figure (S5) ===================== */
.star-figure { display: block; width: 100%; max-width: 560px; height: auto; margin: 26px auto 8px; }
.star-figure text { font-family: "IBM Plex Mono", ui-monospace, monospace; }
.figure-caption { text-align: center; color: var(--muted); font-size: 0.84rem; line-height: 1.7; max-width: 56ch; margin: 0 auto; }
body.zh .figure-caption { font-size: 0.86rem; line-height: 1.9; }

/* ===================== FAQ (S7) ===================== */
.faq-list { max-width: 760px; margin-top: clamp(14px, 2.4vw, 26px); }
.faq-list details {
  border: 1px solid rgba(255,255,255,0.10); border-radius: 14px;
  background: linear-gradient(165deg, rgba(13,22,40,0.7), rgba(7,13,26,0.8));
  padding: 0; margin-bottom: 12px; overflow: hidden;
}
.faq-list summary {
  cursor: pointer; list-style: none; padding: 17px 20px;
  color: #f3e7c4; font-weight: 600; font-size: 1.0rem; line-height: 1.6;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--gold-bright); font-family: "IBM Plex Mono", monospace; font-size: 1.1rem; flex: none; transition: transform 0.25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details[open] { border-color: var(--line-gold); }
.faq-list .faq-body { padding: 0 20px 18px; color: var(--muted); line-height: 1.8; font-size: 0.95rem; max-width: 66ch; }
body.zh .faq-list .faq-body { line-height: 1.95; }

/* ===================== partner columns (S6) ===================== */
@media (min-width: 761px) { #partners .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.partner-mail { display: inline-block; margin-top: 14px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.9rem; color: var(--gold-bright); text-decoration: none; border-bottom: 1px solid rgba(227,189,99,0.4); padding-bottom: 2px; }
.partner-mail:hover { color: #f7e6ac; border-color: #f7e6ac; }

/* ===================== spec note · captions (shared pattern) ===================== */
.spec-note {
  display: block; margin: 16px 0 0; padding: 11px 16px;
  border-left: 2px solid var(--line-gold); background: rgba(227,189,99,0.06);
  color: var(--muted); font-size: 0.84rem; line-height: 1.7; border-radius: 0 8px 8px 0; max-width: 64ch;
}
body.zh .spec-note { font-size: 0.86rem; line-height: 1.9; max-width: 42rem; }

/* ===================== family strip (closing) ===================== */
.family-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.family-links a {
  color: var(--muted); text-decoration: none; padding: 8px 16px; border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.78rem; letter-spacing: 0.06em;
}
.family-links a:hover { color: var(--gold-bright); border-color: var(--line-gold); }

/* ===================== v2 · hero panel card (uses native .hero-inner 2-col grid) ===================== */
.hero-chips { grid-column: 1 / -1; }
.panel-card {
  border: 1px solid var(--line-gold); border-radius: 18px;
  background:
    radial-gradient(130% 120% at 82% -12%, rgba(227,189,99,0.11), transparent 56%),
    linear-gradient(168deg, rgba(13,22,40,0.96), rgba(6,11,22,0.98));
  box-shadow: 0 0 0 1px rgba(227,189,99,0.07), 0 28px 70px rgba(0,0,0,0.5);
  padding: clamp(20px, 2.6vw, 30px);
}
.pc-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid rgba(227,189,99,0.18); }
.pc-title { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-bright); }
.pc-commit { display: flex; gap: clamp(20px, 3vw, 38px); flex-wrap: wrap; padding: 18px 2px 6px; }
.pc-commit .k { display: block; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.pc-commit .v { display: block; margin-top: 6px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.7rem, 2.4vw, 2.1rem); color: #f3e7c4; line-height: 1.05; }
.pc-commit .ks { display: block; margin-top: 4px; font-size: 0.76rem; color: var(--muted); }
.pc-recon { margin-top: 12px; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 16px; background: rgba(255,255,255,0.02); }
.pc-recon .row { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.pc-recon .ck { display: block; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); line-height: 1.5; }
.pc-recon .cv { display: block; margin-top: 5px; font-size: 0.84rem; color: #f3e7c4; }
.pc-recon .eq { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; color: var(--gold-bright); }
.pc-note { margin: 14px 2px 0; color: var(--muted); font-size: 0.79rem; line-height: 1.75; }
.pc-note b { color: var(--gold-bright); font-weight: 600; }
body.zh .pc-note { line-height: 1.9; }
.pc-cta { margin-top: 16px; }
.hero-chips { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px 24px; margin-top: clamp(26px, 3.4vw, 42px); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.hero-chips .chip small { display: block; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-bright); opacity: 0.85; }
.hero-chips .chip strong { display: block; margin-top: 5px; color: #e8edf6; font-size: 0.9rem; font-weight: 600; line-height: 1.5; }

/* ===================== v2 · step track (horizontal seven steps) ===================== */
.step-track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0 6px; margin-top: clamp(28px, 3.6vw, 46px); }
.st-node { position: relative; text-align: center; padding: 0 4px; }
.st-node::before { content: ""; position: absolute; top: 27px; left: calc(-50% + 33px); right: calc(50% + 33px); height: 1px; background: linear-gradient(90deg, rgba(227,189,99,0.12), rgba(227,189,99,0.45)); }
.st-node:first-child::before { display: none; }
.st-icon { position: relative; width: 54px; height: 54px; margin: 0 auto; border-radius: 50%; border: 1px solid var(--line-gold); display: grid; place-items: center; color: var(--gold-bright); background: radial-gradient(120% 120% at 30% 20%, rgba(227,189,99,0.13), rgba(227,189,99,0.03)); }
.st-icon svg { width: 24px; height: 24px; }
.st-node.gold .st-icon { background: linear-gradient(135deg, #caa64a, #f3e3a6); color: #1a1305; border-color: transparent; box-shadow: 0 0 0 4px rgba(227,189,99,0.12); }
.st-num { display: block; margin-top: 10px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.6rem; letter-spacing: 0.18em; color: var(--muted); }
.st-node h3 { margin: 5px 0 4px; font-size: 0.94rem; color: #f3e7c4; font-weight: 600; }
.st-node.gold h3 { color: var(--gold-bright); }
.st-node p { margin: 0; font-size: 0.76rem; color: var(--muted); line-height: 1.62; }
body.zh .st-node p { line-height: 1.78; }
@media (max-width: 1060px) {
  .step-track { grid-template-columns: repeat(4, 1fr); gap: 28px 6px; }
  .st-node::before { display: none; }
  .st-node:not(:nth-child(4n+1))::before { display: block; }
}
@media (max-width: 620px) {
  .step-track { grid-template-columns: repeat(2, 1fr); gap: 26px 10px; }
  .st-node::before { display: none; }
  .st-node:nth-child(even)::before { display: block; }
}
.return-lane { margin-top: clamp(24px, 3.2vw, 38px); padding-top: 18px; border-top: 1px dashed rgba(227,189,99,0.35); display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 0.88rem; line-height: 1.7; }
.return-lane svg { flex: none; width: 30px; height: 16px; color: var(--gold-bright); }
.return-lane b { color: #f3e7c4; font-weight: 600; }
body.zh .return-lane { line-height: 1.9; }

/* ===================== v2 · console band (light paper section) ===================== */
.console-band { background: linear-gradient(180deg, #f7f1e1, #f0e7d0); color: #20283a; padding: clamp(56px, 9vw, 108px) 0; }
.js .console-band .reveal, .js .console-band .reveal.in { opacity: 1 !important; transform: none !important; transition: none !important; }
.console-band .kicker { color: #8a6a1f; }
.console-band h2 { color: #1f3a5f; }
.console-band .section-copy { color: #5b6472; }
.console-band .illustrative-tag { border-color: #c9a24a; color: #8a6a1f; }
.console-band .spec-note { border-left-color: #c9a24a; background: rgba(201,162,74,0.10); color: #5b6472; }
.console-band .spec-note strong { color: #1f3a5f; }
.console-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: clamp(26px, 3.4vw, 42px); }
@media (max-width: 1080px) { .console-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .console-grid { grid-template-columns: 1fr; } }
.console-card { display: flex; flex-direction: column; background: #fdfbf3; border: 1px solid #e3d8ba; border-radius: 16px; padding: 22px 24px 18px; box-shadow: 0 14px 34px rgba(31,42,63,0.07); }
.console-card .ck { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.64rem; letter-spacing: 0.15em; text-transform: uppercase; color: #8a6a1f; }
.console-card .cv { margin-top: 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.5rem, 2vw, 1.9rem); color: #1f3a5f; line-height: 1.12; }
body.zh .console-card .cv { font-size: clamp(1.3rem, 1.8vw, 1.55rem); font-weight: 600; }
.console-card .cd { margin: 9px 0 0; color: #6b7280; font-size: 0.84rem; line-height: 1.7; }
body.zh .console-card .cd { line-height: 1.88; }
.console-card .cl { margin-top: auto; padding-top: 14px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.74rem; letter-spacing: 0.05em; color: #8a6a1f; text-decoration: none; }
.console-card .cl:hover { color: #1f3a5f; }
.console-card.gold { border-color: #c9a24a; box-shadow: 0 0 0 1px rgba(201,162,74,0.25), 0 18px 40px rgba(31,42,63,0.10); }
.mini-rate { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 0.8rem; }
.mini-rate th { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: #8a6a1f; text-align: left; padding: 0 8px 7px 0; border-bottom: 1px solid #c9a24a; }
.mini-rate td { padding: 8px 8px 8px 0; border-bottom: 1px solid #e8dec2; color: #374151; vertical-align: top; }
.mini-rate td.num { font-family: "IBM Plex Mono", ui-monospace, monospace; color: #1f3a5f; white-space: nowrap; }
.mini-rate tr:last-child td { border-bottom: none; }

/* ===================== a11y · responsive ===================== */
@media (forced-colors: active) {
  .button, .definition-card, .pricing-card, .assurance-item, .verify-card, .tx-metric { border-color: CanvasText; }
}
.menu-button { min-width: 44px; min-height: 44px; }
@media (max-width: 600px) {
  .section-band { padding: clamp(46px, 12vw, 74px) 0; }
  .hero { padding-top: clamp(82px, 22vw, 120px); padding-bottom: clamp(52px, 14vw, 92px); }
  .step-item p { max-width: none; }
}
@media (max-width: 520px) {
  .hero-actions .button { width: 100%; justify-content: center; }
  .rate-table { font-size: 0.9rem; }
  .rate-table th, .rate-table td { padding: 11px 12px; }
}

/* ===================== mpay · phone mockups · journey · dual money ===================== */
.phone-frame { display: block; width: 100%; max-width: 230px; margin: 0 auto; filter: drop-shadow(0 26px 54px rgba(0,0,0,0.5)); }
.hero-phone { position: relative; display: grid; justify-items: center; }
.hero-phone::before { content: ""; position: absolute; inset: -14% -10%; background: radial-gradient(58% 50% at 50% 44%, rgba(227,189,99,0.17), transparent 72%); pointer-events: none; }
.hero-phone .phone-frame { max-width: clamp(240px, 23vw, 290px); }
.hero-phone .illu-note { margin-top: 14px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.journey-phones { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2.6vw, 32px); margin-top: clamp(28px, 3.6vw, 46px); }
@media (max-width: 1060px) { .journey-phones { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; } }
@media (max-width: 560px) { .journey-phones { grid-template-columns: 1fr; } }
.jp-item { text-align: center; }
.jp-num { display: block; margin: 16px 0 4px; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.62rem; letter-spacing: 0.18em; color: var(--gold-bright); }
.jp-item h3 { margin: 0 0 6px; font-size: 1.0rem; color: #f3e7c4; font-weight: 600; }
.jp-item p { margin: 0 auto; max-width: 30ch; font-size: 0.82rem; color: var(--muted); line-height: 1.7; text-align: center; }
body.zh .jp-item p { line-height: 1.85; }
.dual-money { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; max-width: 600px; }
@media (max-width: 520px) { .dual-money { grid-template-columns: 1fr; } }
.money-chip { border: 1px solid var(--line-gold); border-radius: 14px; padding: 16px 18px; background: linear-gradient(165deg, rgba(13,22,40,0.9), rgba(7,13,26,0.92)); }
.money-chip .mk { display: block; font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-bright); }
.money-chip .mv { display: block; margin-top: 7px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; color: #f3e7c4; }
.money-chip .md { display: block; margin-top: 5px; font-size: 0.8rem; color: var(--muted); line-height: 1.65; }
.phone-frame text { font-family: "Inter", "Noto Sans SC", -apple-system, sans-serif; }
