:root {
  --me-home-bg: #06111f;
  --me-home-panel: #0b1d31;
  --me-home-panel-2: #0f2941;
  --me-home-line: rgba(94, 234, 212, .18);
  --me-home-cyan: #2dd4bf;
  --me-home-teal: #0d9488;
  --me-home-blue: #3b82f6;
  --me-home-text: #f8fafc;
  --me-home-muted: #94a3b8;
}

/* ExTrade brand layer: official media-kit palette (#D8AE15 / #000000). */
:root {
  --me-home-bg: #050505;
  --me-home-panel: #111111;
  --me-home-panel-2: #1a1a1a;
  --me-home-line: rgba(216, 174, 21, .20);
  --me-home-cyan: #d8ae15;
  --me-home-teal: #ad8200;
  --me-home-blue: #f2d46a;
  --me-home-text: #f7f7f5;
  --me-home-muted: #a1a1aa;
}

.me8769-homepage,
.me-hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(216, 174, 21, .15), transparent 30%),
    radial-gradient(circle at 14% 18%, rgba(216, 174, 21, .08), transparent 32%),
    linear-gradient(145deg, #000 0%, #080808 54%, #111 100%) !important;
}

.me-hero::after {
  color: rgba(216, 174, 21, .055);
  -webkit-text-stroke-color: rgba(216, 174, 21, .08);
}

.me-kicker,
.me-panel-label,
.me-section-kicker,
.me-system-copy > a,
.me-market-route,
.me-mobile-section-head > span,
.me-mobile-section-head > a,
.me-mobile-market-card strong,
.me-mobile-bottom-nav a.is-active {
  color: #d8ae15 !important;
}

.me-hero-copy h1 em,
.me-mobile-hero-card h1 em {
  background: linear-gradient(100deg, #f6de7c 4%, #d8ae15 52%, #a97b00 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.me-btn-primary,
.me-mobile-primary {
  color: #050505 !important;
  background: linear-gradient(105deg, #ad8200, #d8ae15 52%, #f2d46a) !important;
  box-shadow: 0 16px 36px rgba(216, 174, 21, .20) !important;
}

.me-market-panel,
.me-system-map,
.me-mobile-hero-card,
.me-mobile-quick-grid > a,
.me-mobile-market-card {
  border-color: rgba(216, 174, 21, .24) !important;
  background: linear-gradient(145deg, rgba(24, 24, 24, .96), rgba(5, 5, 5, .98)) !important;
}

.me-status {
  border-color: rgba(216, 174, 21, .25);
  color: #f2d46a;
  background: rgba(216, 174, 21, .08);
}

.me-status i,
.me-mobile-hero-top b i {
  background: #d8ae15;
  box-shadow: 0 0 0 5px rgba(216, 174, 21, .10);
}

.me-market-row:hover {
  border-color: rgba(216, 174, 21, .30);
  background: rgba(216, 174, 21, .08);
}

.me-product-card:hover {
  border-color: rgba(216, 174, 21, .38);
}

.me-product-card strong,
.me-node i {
  color: #ad8200;
}

.me-product-spot > i,
.me-product-contract > i,
.me-product-ieo > i {
  color: #050505;
  background: linear-gradient(135deg, #ad8200, #d8ae15 55%, #f2d46a);
}

.me-system-section,
.me-risk-strip,
.me-mobile-home,
.me-mobile-bottom-nav {
  background-color: #050505 !important;
}

.me-node-line,
.me-node-branches i,
.me-node-branches::before {
  background: rgba(216, 174, 21, .38) !important;
}

.me-node-branches {
  border-top-color: rgba(216, 174, 21, .38);
}

.me-mobile-bottom-nav {
  border-top-color: rgba(216, 174, 21, .18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.me8769-homepage {
  margin: 0;
  color: var(--me-home-text);
  background: var(--me-home-bg);
  font-family: Inter, "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
}

.me8769-homepage a { text-decoration: none; }

.me8769-homepage .css-jmskxt {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.me-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.me-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(rgba(6, 17, 31, .72), rgba(6, 17, 31, .96)),
    radial-gradient(circle at 82% 28%, rgba(59, 130, 246, .26), transparent 30%),
    radial-gradient(circle at 18% 22%, rgba(45, 212, 191, .18), transparent 32%),
    #06111f;
}

.me-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(148, 163, 184, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.me-hero::after {
  content: "A";
  position: absolute;
  right: -60px;
  bottom: -190px;
  color: transparent;
  font-size: 600px;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(45, 212, 191, .08);
}

.me-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 78px;
  min-height: 700px;
  padding: 80px 0;
}

.me-kicker,
.me-section-kicker,
.me-panel-label {
  color: #5eead4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.me-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }

.me-kicker span {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--me-home-cyan), var(--me-home-blue));
}

.me-hero h1 {
  margin: 0;
  color: var(--me-home-text);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.me-hero h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #5eead4 4%, #38bdf8 52%, #60a5fa 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

.me-hero-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #b9c7d8;
  font-size: 17px;
  line-height: 1.9;
}

.me-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.me-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 150px;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 750;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.me-btn:hover { transform: translateY(-2px); }

.me-btn-primary {
  background: linear-gradient(110deg, var(--me-home-teal), var(--me-home-cyan), var(--me-home-blue));
  box-shadow: 0 18px 42px rgba(20, 184, 166, .2);
}

.me-btn-secondary {
  border-color: rgba(148, 163, 184, .28);
  background: rgba(15, 41, 65, .62);
}

.me-btn-secondary:hover { border-color: rgba(94, 234, 212, .45); }

.me-trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 38px; }

.me-trust-row span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--me-home-muted);
  font-size: 12px;
}

.me-trust-row i { color: var(--me-home-cyan); font-size: 15px; }

.me-market-panel {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(94, 234, 212, .22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(16, 46, 72, .94), rgba(7, 22, 39, .96));
  box-shadow: 0 42px 100px rgba(0, 0, 0, .44);
  backdrop-filter: blur(20px);
}

.me-market-panel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: rgba(45, 212, 191, .12);
  filter: blur(8px);
}

.me-panel-head,
.me-panel-foot,
.me-market-row { position: relative; z-index: 1; }

.me-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.me-panel-head h2 { margin: 7px 0 0; color: #f8fafc; font-size: 26px; }

.me-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(45, 212, 191, .2);
  border-radius: 999px;
  color: #99f6e4;
  background: rgba(13, 148, 136, .1);
  font-size: 11px;
  white-space: nowrap;
}

.me-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 5px rgba(52, 211, 153, .1);
}

.me-market-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 12px 14px;
  margin-top: 9px;
  border: 1px solid rgba(148, 163, 184, .12);
  border-radius: 15px;
  color: #e2e8f0 !important;
  background: rgba(4, 15, 28, .5);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.me-market-row:hover {
  transform: translateX(4px);
  border-color: rgba(94, 234, 212, .3);
  background: rgba(15, 46, 69, .74);
}

.me-coin {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.me-coin-btc { background: linear-gradient(145deg, #f59e0b, #ea580c); }
.me-coin-eth { background: linear-gradient(145deg, #818cf8, #3b82f6); }
.me-coin-ieo { background: linear-gradient(145deg, #2dd4bf, #0d9488); }
.me-market-name { display: flex; flex-direction: column; gap: 3px; }
.me-market-name b { color: #f8fafc; font-size: 14px; }
.me-market-name small { color: var(--me-home-muted); font-size: 11px; }
.me-market-route { color: #a7f3d0; font-size: 12px; }

.me-panel-foot {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.me-section { padding: 110px 0; }
.me-entry-section { background: #f6f9fc; color: #0f172a; }

.me-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}

.me-section-heading h2,
.me-system-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.14;
}

.me-section-heading p { max-width: 430px; margin: 0; color: #64748b; font-size: 15px; line-height: 1.8; }

.me-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.me-product-card {
  position: relative;
  min-height: 345px;
  padding: 35px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  color: #0f172a !important;
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.me-product-card::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -35px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(45, 212, 191, .08);
}

.me-product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(13, 148, 136, .35);
  box-shadow: 0 28px 75px rgba(15, 23, 42, .12);
}

.me-product-card > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-top: 40px;
  border-radius: 17px;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(135deg, var(--me-home-teal), var(--me-home-blue));
}

.me-product-contract > i { background: linear-gradient(135deg, #2563eb, #7c3aed); }
.me-product-ieo > i { background: linear-gradient(135deg, #0f766e, #22c55e); }
.me-card-index { position: absolute; top: 29px; right: 30px; color: #cbd5e1; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.me-product-card h3 { margin: 24px 0 11px; font-size: 23px; font-weight: 800; }
.me-product-card p { min-height: 52px; margin: 0; color: #64748b; font-size: 14px; line-height: 1.85; }
.me-product-card strong { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: #0f766e; font-size: 13px; }

.me-system-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(59, 130, 246, .18), transparent 32%),
    linear-gradient(145deg, #06111f, #09223a);
}

.me-system-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.me-system-copy h2 { color: #f8fafc; }
.me-system-copy p { max-width: 500px; margin: 24px 0; color: #9fb0c3; font-size: 16px; line-height: 1.9; }
.me-system-copy > a { display: inline-flex; align-items: center; gap: 9px; color: #5eead4; font-size: 14px; font-weight: 750; }

.me-system-map {
  min-height: 410px;
  padding: 38px;
  border: 1px solid rgba(94, 234, 212, .17);
  border-radius: 26px;
  background: rgba(5, 22, 39, .7);
  box-shadow: inset 0 0 70px rgba(59, 130, 246, .08);
}

.me-node {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  border: 1px solid rgba(148, 163, 184, .17);
  border-radius: 15px;
  color: #cbd5e1;
  background: rgba(15, 41, 65, .86);
  font-size: 13px;
  font-weight: 700;
}

.me-node i { color: #5eead4; font-size: 21px; }
.me-node-user { max-width: 210px; margin: 0 auto; }
.me-node-line { width: 1px; height: 34px; margin: 0 auto; background: linear-gradient(#2dd4bf, #3b82f6); }
.me-node-core { max-width: 270px; min-height: 80px; margin: 0 auto; border-color: rgba(94, 234, 212, .34); box-shadow: 0 15px 40px rgba(20, 184, 166, .12); }
.me-node-core img { width: 37px; height: 37px; border-radius: 10px; }

.me-node-branches { position: relative; display: flex; justify-content: space-around; width: 70%; height: 48px; margin: 0 auto; border-top: 1px solid rgba(94, 234, 212, .38); }
.me-node-branches::before { content: ""; position: absolute; left: 50%; top: -30px; width: 1px; height: 30px; background: rgba(94, 234, 212, .38); }
.me-node-branches i { display: block; width: 1px; height: 48px; background: rgba(94, 234, 212, .38); }
.me-node-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.me-risk-strip { padding: 27px 0; border-top: 1px solid rgba(148, 163, 184, .12); background: #071426; }
.me-risk-strip .me-shell { display: flex; align-items: flex-start; gap: 13px; }
.me-risk-strip i { color: #fbbf24; font-size: 18px; }
.me-risk-strip p { margin: 0; color: #94a3b8; font-size: 12px; line-height: 1.8; }
.me-risk-strip strong { color: #cbd5e1; }

.me-mobile-home,
.me-mobile-bottom-nav { display: none; }

@media (max-width: 980px) {
  .me-hero-grid { grid-template-columns: 1fr; gap: 45px; padding: 70px 0; }
  .me-market-panel { max-width: 650px; }
  .me-product-grid { grid-template-columns: 1fr; }
  .me-product-card { min-height: 280px; }
  .me-system-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  body.me8769-homepage {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
    background: #06111f;
  }
  .me8769-homepage .me-hero,
  .me8769-homepage .me-entry-section,
  .me8769-homepage .me-system-section,
  .me8769-homepage .me-risk-strip,
  .me8769-homepage .me-site-footer {
    display: none !important;
  }
  .me-mobile-home {
    display: block;
    min-height: calc(100vh - 56px);
    padding: 16px 0 32px;
    color: #f8fafc;
    background:
      radial-gradient(circle at 90% 4%, rgba(59, 130, 246, .16), transparent 28%),
      radial-gradient(circle at 5% 28%, rgba(45, 212, 191, .11), transparent 26%),
      #06111f;
  }
  .me-mobile-shell {
    width: calc(100% - 28px);
    max-width: 520px;
    margin: 0 auto;
  }
  .me-mobile-hero-card {
    position: relative;
    min-height: 330px;
    padding: 23px 22px 24px;
    overflow: hidden;
    border: 1px solid rgba(94, 234, 212, .21);
    border-radius: 25px;
    background:
      linear-gradient(145deg, rgba(13, 148, 136, .23), transparent 46%),
      linear-gradient(155deg, #0d2942 0%, #091b30 64%, #081524 100%);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .32);
  }
  .me-mobile-hero-card::after {
    content: "A";
    position: absolute;
    right: -13px;
    bottom: -62px;
    color: transparent;
    font-size: 215px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(94, 234, 212, .1);
  }
  .me-mobile-hero-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .me-mobile-hero-top > span {
    color: #5eead4;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
  }
  .me-mobile-hero-top b {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(94, 234, 212, .18);
    border-radius: 999px;
    color: #99f6e4;
    background: rgba(13, 148, 136, .12);
    font-size: 10px;
  }
  .me-mobile-hero-top b i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, .1);
  }
  .me-mobile-hero-card h1 {
    position: relative;
    z-index: 2;
    margin: 30px 0 0;
    color: #f8fafc;
    font-size: clamp(39px, 12vw, 54px);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1.05;
  }
  .me-mobile-hero-card h1 em {
    color: transparent;
    font-style: normal;
    background: linear-gradient(100deg, #5eead4, #38bdf8 56%, #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .me-mobile-hero-card > p {
    position: relative;
    z-index: 2;
    max-width: 290px;
    margin: 17px 0 0;
    color: #a9bacb;
    font-size: 13px;
    line-height: 1.75;
  }
  .me-mobile-hero-actions {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 10px;
    margin-top: 22px;
  }
  .me-mobile-hero-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
  }
  .me-mobile-primary {
    background: linear-gradient(105deg, #0d9488, #2dd4bf 48%, #3b82f6);
    box-shadow: 0 13px 28px rgba(20, 184, 166, .2);
  }
  .me-mobile-secondary {
    border-color: rgba(148, 163, 184, .24) !important;
    background: rgba(5, 17, 31, .5);
  }
  .me-mobile-orb {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
  }
  .me-mobile-orb-one {
    width: 118px;
    height: 118px;
    right: -40px;
    top: 60px;
    background: rgba(59, 130, 246, .13);
  }
  .me-mobile-orb-two {
    width: 74px;
    height: 74px;
    right: 68px;
    bottom: -32px;
    background: rgba(45, 212, 191, .12);
  }
  .me-mobile-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 28px 2px 13px;
  }
  .me-mobile-section-head h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 800;
  }
  .me-mobile-section-head > span {
    color: #5eead4;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .13em;
  }
  .me-mobile-section-head > a {
    color: #5eead4;
    font-size: 11px;
  }
  .me-mobile-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .me-mobile-quick-grid > a {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: center;
    gap: 9px;
    min-height: 78px;
    padding: 12px;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 17px;
    color: #e2e8f0 !important;
    background: linear-gradient(145deg, rgba(15, 41, 65, .9), rgba(8, 24, 41, .92));
    box-shadow: 0 10px 32px rgba(0, 0, 0, .16);
  }
  .me-mobile-quick-grid > a > i:first-child {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: #5eead4;
    background: rgba(20, 184, 166, .12);
    font-size: 19px;
  }
  .me-mobile-quick-grid > a:nth-child(2) > i:first-child { color: #93c5fd; background: rgba(59, 130, 246, .13); }
  .me-mobile-quick-grid > a:nth-child(3) > i:first-child { color: #c4b5fd; background: rgba(139, 92, 246, .13); }
  .me-mobile-quick-grid > a:nth-child(4) > i:first-child { color: #86efac; background: rgba(34, 197, 94, .12); }
  .me-mobile-quick-grid > a > span { min-width: 0; }
  .me-mobile-quick-grid b,
  .me-mobile-quick-grid small { display: block; }
  .me-mobile-quick-grid b { color: #f1f5f9; font-size: 12px; white-space: nowrap; }
  .me-mobile-quick-grid small { margin-top: 3px; overflow: hidden; color: #718096; font-size: 8px; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; }
  .me-mobile-quick-grid > a > i:last-child { color: #475569; font-size: 10px; }
  .me-mobile-market-title { margin-top: 30px; }
  .me-mobile-market-card {
    padding: 5px 14px;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 20px;
    background: linear-gradient(155deg, #0e263e, #081828);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .2);
  }
  .me-mobile-market-card > a {
    display: grid;
    grid-template-columns: 43px 1fr auto;
    align-items: center;
    gap: 11px;
    min-height: 76px;
    border-bottom: 1px solid rgba(148, 163, 184, .1);
    color: #e2e8f0 !important;
  }
  .me-mobile-market-card > a:last-child { border-bottom: 0; }
  .me-mobile-coin {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border-radius: 13px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
  }
  .me-mobile-btc { background: linear-gradient(145deg, #f59e0b, #ea580c); }
  .me-mobile-eth { background: linear-gradient(145deg, #818cf8, #3b82f6); }
  .me-mobile-ieo { background: linear-gradient(145deg, #2dd4bf, #0d9488); }
  .me-mobile-market-card > a > span:nth-child(2) b,
  .me-mobile-market-card > a > span:nth-child(2) small { display: block; }
  .me-mobile-market-card > a > span:nth-child(2) b { color: #f8fafc; font-size: 12px; }
  .me-mobile-market-card > a > span:nth-child(2) small { margin-top: 3px; color: #718096; font-size: 10px; }
  .me-mobile-market-card strong { color: #99f6e4; font-size: 10px; }
  .me-mobile-security-card {
    display: grid;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(245, 158, 11, .16);
    border-radius: 17px;
    background: rgba(120, 53, 15, .08);
  }
  .me-mobile-security-icon {
    display: grid;
    place-items: center;
    width: 41px;
    height: 41px;
    border-radius: 13px;
    color: #fbbf24;
    background: rgba(245, 158, 11, .1);
    font-size: 19px;
  }
  .me-mobile-security-card b,
  .me-mobile-security-card small { display: block; }
  .me-mobile-security-card b { color: #e2e8f0; font-size: 12px; }
  .me-mobile-security-card small { margin-top: 4px; color: #8796a8; font-size: 10px; line-height: 1.55; }
  .me-mobile-bottom-nav {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 7px 7px env(safe-area-inset-bottom);
    border-top: 1px solid rgba(94, 234, 212, .15);
    background: rgba(4, 15, 28, .96);
    box-shadow: 0 -12px 38px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px);
  }
  .me-mobile-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 50px;
    color: #64748b !important;
    font-size: 9px;
  }
  .me-mobile-bottom-nav a i { font-size: 18px; }
  .me-mobile-bottom-nav a.is-active { color: #5eead4 !important; }
  .me8769-homepage .css-jmskxt {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
  }
  .me8769-homepage .css-jmskxt > a:first-child {
    display: block !important;
    flex: 0 0 34px !important;
    width: 34px !important;
  }
  .me8769-homepage .css-jmskxt > a:first-child img {
    width: 32px !important;
    height: 32px !important;
    margin-left: 0 !important;
  }
  .me8769-homepage .css-jmskxt > .header-title {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 7px !important;
  }
  .me8769-homepage .css-jmskxt > .header-title .header-title {
    display: block !important;
    width: auto !important;
    color: #f8fafc !important;
    font-size: 16px !important;
    white-space: nowrap !important;
  }
  .me8769-homepage .css-jmskxt > .css-1tp5kus:not(.header-title),
  .me8769-homepage .css-jmskxt > .css-11y6cix {
    display: none !important;
  }
  .me8769-homepage .css-jmskxt > #nav {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .me8769-homepage #nav > .css-wu6zme + .css-wu6zme {
    display: none !important;
  }
  .me8769-homepage #nav .css-wu6zme,
  .me8769-homepage #nav .css-mu7imd {
    display: flex !important;
    align-items: center !important;
    height: 36px !important;
    margin: 0 !important;
  }
  .me8769-homepage #nav .css-15owl46 {
    padding: 0 7px !important;
  }
  .me8769-homepage #nav .css-vurnku {
    font-size: 13px !important;
    white-space: nowrap !important;
  }
  .me-shell { width: min(100% - 28px, 1180px); }
  .me-hero { min-height: 0; }
  .me-hero-grid { min-height: 0; padding: 62px 0 70px; }
  .me-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .me-hero-lead { font-size: 15px; }
  .me-btn { flex: 1 1 145px; }
  .me-trust-row { gap: 12px; }
  .me-trust-row span { flex-basis: 100%; }
  .me-market-panel { padding: 18px; border-radius: 19px; }
  .me-status { display: none; }
  .me-market-row { grid-template-columns: 44px 1fr; }
  .me-market-route { display: none; }
  .me-panel-foot { flex-direction: column; }
  .me-section { padding: 78px 0; }
  .me-section-heading { display: block; }
  .me-section-heading p { margin-top: 18px; }
  .me-product-card { min-height: 305px; padding: 28px; }
  .me-system-map { min-height: 0; padding: 25px 16px; }
  .me-node-row { gap: 7px; }
  .me-node { font-size: 11px; }
}
