:root {
  --blue: #2563eb;
  --blue-2: #4c6fff;
  --ink: #1e293b;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #fff;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  min-height: 100vh;
  background: #f8fafc;
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
}
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 72px; background: #fff; padding: 8px; z-index: 120; }

.top {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  min-height: 64px; height: 64px; padding: 0 28px;
  display: flex; align-items: center; gap: 0; flex-wrap: nowrap;
  background: #fff; border-bottom: 1px solid var(--line);
}
.brand {
  display: flex; align-items: center; gap: 10px; flex: none;
  margin-right: 48px; text-decoration: none; color: var(--ink);
  font-size: 18px; font-weight: 700; white-space: nowrap;
}
.brand b {
  width: 32px; height: 32px; border-radius: 8px;
  display: grid; place-items: center;
  color: #fff; font-size: 13px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}
.brand span { color: var(--blue); }
.nav { display: flex; gap: 4px; flex: 1; flex-wrap: nowrap; min-width: 0; }
.nav a {
  color: #64748b; text-decoration: none; border-radius: 6px;
  padding: 8px 12px; font-size: 14px; white-space: nowrap;
}
.nav a:hover { color: var(--ink); background: #f1f5f9; }
.nav a[aria-current="page"] { color: var(--blue); background: #eff6ff; font-weight: 600; }
.top-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.btn-login, .btn, .linkish {
  cursor: pointer; background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-radius: 6px;
  padding: 8px 16px; font-size: 14px; text-decoration: none;
}
.btn-primary, .btn-primary-sm, .btn-buy, .btn-sell, .btn-invest {
  cursor: pointer; color: #fff; background: var(--blue); border: none;
  border-radius: 6px; padding: 8px 16px; font-size: 14px; font-weight: 500;
}
.btn-primary-sm { border-radius: 6px; }
.btn-buy, .btn-sell, .btn-invest, #buy-go, .plan-go {
  width: 100%; padding: 14px; font-size: 15px; font-weight: 600; border-radius: 8px;
}
.btn-sell { background: #16a34a; }
.btn-invest, .plan-go { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
button:disabled { opacity: .55; cursor: not-allowed; }
.bell {
  position: relative; border: 0; background: transparent; color: var(--ink);
  font-size: 18px; cursor: pointer; width: 32px; height: 32px;
}
.bell em {
  position: absolute; top: -4px; right: -6px; background: #ef4444; color: #fff;
  font-style: normal; font-size: 10px; border-radius: 99px; padding: 1px 4px; min-width: 14px;
}
.bell em:empty { display: none; }
.user-mail { font-size: 14px; color: #334155; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lang { position: relative; }
.lang summary {
  cursor: pointer; list-style: none; font-size: 16px; color: #334155;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
}
.lang summary::-webkit-details-marker { display: none; }
.lang summary::after {
  content: ""; width: 6px; height: 6px; margin-left: 2px;
  border-right: 1.5px solid #64748b; border-bottom: 1.5px solid #64748b;
  transform: rotate(45deg) translateY(-2px);
}
.flag {
  width: 22px; height: 22px; border-radius: 50%; object-fit: cover; display: block; flex: none;
}
.lang-menu {
  position: absolute; right: 0; top: 36px; width: 220px; max-height: 320px; overflow: auto;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 6px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .12); z-index: 30;
}
.lang-menu button {
  display: flex; align-items: center; gap: 8px; width: 100%; text-align: left; border: 0; background: transparent;
  padding: 8px 10px; border-radius: 8px; cursor: pointer; white-space: nowrap; font-size: 16px;
}
.lang-menu button[aria-current="true"], .lang-menu button:hover { background: #eff6ff; color: var(--blue); }

main { padding-top: 64px; min-height: 100vh; }
.site-foot {
  text-align: center; color: #5a6681; background: #fff;
  border-top: 1px solid #f0f0fa; padding: 28px 16px 36px; font-size: 14px;
}
.site-foot nav { display: flex; justify-content: center; gap: 14px; margin: 8px 0; flex-wrap: wrap; }
.site-foot a, .site-foot .linkish { color: var(--blue); background: none; border: 0; padding: 0; }
.bottom-nav {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: #fff; border-top: 1px solid var(--line); min-height: 58px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.bottom-nav a {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; text-decoration: none; color: #94a3b8; font-size: 10px; font-weight: 500; padding: 6px 0;
}
.bottom-nav a[aria-current="page"], .bottom-nav a.is-on { color: var(--blue); }
.bottom-nav svg { display: block; }

.home-ai-token { position: relative; overflow: hidden; color: #303642; background: #fff; }
.geometric-shapes { pointer-events: none; position: absolute; inset: 0; height: 100vh; overflow: hidden; }
.shape {
  position: absolute; opacity: .22;
  background: linear-gradient(45deg, #4c6fff, #6366f1);
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  animation: blob 16s ease-in-out infinite;
}
.shape:nth-child(1) { width: 220px; height: 220px; top: 8%; left: -40px; }
.shape:nth-child(2) { width: 140px; height: 140px; top: 18%; right: 4%; animation-duration: 19s; animation-direction: reverse; border-radius: 41% 59% 45% 55% / 33% 56% 44% 67%; }
.shape:nth-child(3) { width: 90px; height: 90px; top: 62%; left: 8%; animation-duration: 12s; border-radius: 73% 27% 59% 41% / 57% 43% 57% 43%; }
.shape:nth-child(4) { width: 160px; height: 160px; bottom: 6%; right: 12%; animation-duration: 22s; opacity: .16; }
@keyframes blob {
  0% { transform: translate(0, 0) rotate(0deg) scale(.92); }
  50% { transform: translate(36px, 22px) rotate(180deg) scale(1.08); }
  100% { transform: translate(0, 0) rotate(360deg) scale(.92); }
}
.hero-section {
  min-height: calc(100vh - 64px); display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 28px 24px 20px; position: relative; z-index: 1; gap: 32px;
}
.hero-copy { max-width: 860px; flex: none; }
.hero-copy h2 { margin: 0 0 28px; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; color: #3a4356; letter-spacing: -.3px; }
.logo-xl {
  margin: 0 0 22px; font-size: clamp(3.2rem, 8vw, 6.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -1px;
  background: linear-gradient(135deg, #2b6def 0%, #4c6fff 50%, #6366f1 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.status-line {
  display: inline-grid; margin: 0 auto 36px; color: #4d5a76;
  font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 500; letter-spacing: .3px;
}
.status-line::after { content: attr(data-text); grid-area: 1 / 1; visibility: hidden; white-space: nowrap; }
.status-line span {
  grid-area: 1 / 1; overflow: hidden; white-space: nowrap; width: 0;
  border-right: 3px solid #4c6fff;
  animation: type 6.5s steps(32, end) infinite, caret .75s step-end infinite;
}
@keyframes type {
  0%, 8% { width: 0; }
  42%, 72% { width: 100%; }
  100% { width: 0; }
}
@keyframes caret { 0%, 100% { border-color: transparent; } 50% { border-color: #4c6fff; } }
.hero-copy { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.hero-actions .btn, .hero-actions .btn-primary {
  display: inline-flex; align-items: center; gap: 8px; border-radius: 12px; padding: 14px 22px;
  font-size: 1.05rem; font-weight: 600; text-decoration: none; min-width: 148px; justify-content: center;
}
.hero-actions .btn-primary { color: #fff; background: linear-gradient(135deg, #2b6def, #4c6fff); box-shadow: 0 4px 14px #4c6fff59; border: 0; width: auto; }
.hero-actions .btn { color: var(--blue-2); background: #4c6fff12; border: 1px solid #4c6fff1f; }
.hero-divider { border: 0; border-bottom: 1px dashed #4c6fff33; width: min(90%, 1200px); margin: 0 auto 28px; }
.marquee {
  overflow: hidden; flex: none; width: min(1100px, 100%); min-height: 56px; margin: 0 auto;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; gap: 18px; width: max-content; animation: ticker 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.chip {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px;
  background: #fff; border: 1px solid #e8ecf7; border-radius: 999px;
  box-shadow: 0 8px 24px rgba(76, 111, 255, .08);
}
.chip img { width: 28px; height: 28px; object-fit: contain; }
.chip b { font-size: 14px; font-weight: 600; color: #334155; }
@keyframes ticker { to { transform: translateX(-50%); } }
.extra { max-width: 1100px; margin: 0 auto; padding: 0 24px 24px; position: relative; z-index: 1; }
.extra section {
  background: rgba(255,255,255,.92); border: 1px solid #fff; border-radius: 24px;
  padding: 48px 36px; margin-bottom: 36px; box-shadow: 0 20px 80px #4c6fff14;
}
.extra h2 {
  text-align: center; font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0 0 36px;
  background: linear-gradient(135deg, #2b6def, #6366f1); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.features, .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature, .step {
  background: #fff; border: 1px solid #f0f0fa; border-radius: 20px; padding: 28px 22px; text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,.04); position: relative; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature::before, .step::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; opacity: 0;
  background: linear-gradient(90deg, #2b6def, #6366f1); transition: opacity .3s;
}
.feature:hover, .step:hover { transform: translateY(-10px); box-shadow: 0 15px 40px #4c6fff26; }
.feature:hover::before, .step:hover::before { opacity: 1; }
.feature h3, .step h3 { margin: 12px 0 8px; font-size: 1.15rem; }
.feature p, .step p { margin: 0; color: #5a6681; }
.ficon {
  width: 64px; height: 64px; margin: 0 auto; border-radius: 16px; background: #4c6fff14; color: var(--blue-2);
  display: grid; place-items: center; font-size: 26px; transition: transform .3s ease, background .3s ease;
}
.feature:hover .ficon { transform: scale(1.1); background: #4c6fff1f; }
.brand-mark { width: 48px; height: 48px; object-fit: contain; display: block; margin: 0 auto 4px; animation: bob 3.4s ease-in-out infinite; }
.brand-row { display: flex; justify-content: center; gap: 10px; min-height: 48px; align-items: center; }
.brand-row img { width: 32px; height: 32px; object-fit: contain; animation: bob 3.4s ease-in-out infinite; }
.brand-row img:nth-child(2) { animation-delay: .35s; }
.brand-row img:nth-child(3) { animation-delay: .7s; }
.brand-row img:nth-child(4) { animation-delay: 1.05s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.step-no {
  width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-weight: 700;
  background: linear-gradient(135deg, #2b6def, #6366f1);
}
.two { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; text-align: left; }
.two ul, .keys ul { margin: 12px 0 0; padding: 0; list-style: none; }
.two li, .keys li { position: relative; padding-left: 28px; margin: 10px 0; color: #424b5f; }
.two li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-2); }
.keys li::before { content: "•"; position: absolute; left: 6px; color: var(--blue-2); font-size: 1.3rem; }
.mock {
  min-height: 180px; border-radius: 16px; border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #eff6ff, #fff); box-shadow: inset 0 0 0 1px #fff;
}
.logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.logo-card {
  background: rgba(255,255,255,.85); border: 1px solid #f0f0fa; border-radius: 16px;
  padding: 22px 12px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.04); transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.logo-card img { width: 48px; height: 48px; object-fit: contain; }
.logo-card span { color: #424b5f; font-weight: 600; }
.logo-card:hover { background: #fff; transform: translateY(-6px); box-shadow: 0 15px 30px #4c6fff1a; }
.cta { text-align: center; margin-top: 28px; }
.cta a { width: auto; display: inline-flex; }

.page-content { max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px; }
.page-header { margin-bottom: 28px; }
.page-header h1 { margin: 0 0 8px; font-size: 28px; font-weight: 700; color: #0f172a; }
.page-header p, .lede { margin: 0; color: var(--muted); font-size: 15px; }
.buy-layout, .sell-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sell-layout { grid-template-columns: 1fr 320px; }
.card, .panel, .asset, .hold, .bill, .note, .prose, .chat-log {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px;
}
.card-title { font-weight: 600; border-bottom: 1px solid #f1f5f9; margin-bottom: 16px; padding-bottom: 14px; }
.price-display {
  background: linear-gradient(135deg, #eff6ff, #f0f9ff); border: 1px solid #bfdbfe; border-radius: 10px;
  display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; margin-bottom: 18px;
}
.price-display .lbl { color: var(--muted); font-size: 13px; }
.price-display .price { color: var(--blue); font-size: 28px; font-weight: 700; }
.price-display .unit { color: #94a3b8; font-size: 13px; margin-left: 6px; }
.price-tag { color: #16a34a; background: #dcfce7; border-radius: 4px; padding: 2px 8px; font-size: 12px; }
.price.tick { animation: price-tick 0.6s ease; }
@keyframes price-tick { 0% { color: #16a34a; } 100% { color: inherit; } }
.form-label { display: block; color: #0f172a; font-weight: 600; margin-bottom: 8px; }
.qty-input-row, .row-actions { display: flex; gap: 8px; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; background: #fff;
}
input:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px #eff6ff; }
.btn-max { color: var(--blue); background: #eff6ff; border: 1px solid var(--blue); border-radius: 8px; padding: 10px 14px; font-weight: 600; cursor: pointer; }
.total-preview, .invest-preview { background: #f8fafc; border-radius: 8px; padding: 14px 16px; margin: 14px 0; }
.total-row, .ip-row, .sum-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 14px; }
.total-row .k, .ip-row .k, .sum-row .k { color: var(--muted); }
.total-row.big { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 12px; }
.total-row.big .v, #buy-total { color: var(--blue); font-size: 18px; font-weight: 700; }
.pay-method { display: block; text-align: center; border: 2px solid var(--blue); color: var(--blue); background: #eff6ff; border-radius: 8px; padding: 10px; }
.notes p { color: #64748b; font-size: 14px; line-height: 1.6; }
.warn-box { background: #fffbeb; border: 1px solid #fcd34d; border-radius: 10px; padding: 20px; margin-top: 16px; }
.warn-box strong, .warn-box p { color: #92400e; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { text-align: left; color: var(--muted); background: #f8fafc; font-size: 11px; letter-spacing: .3px; text-transform: uppercase; padding: 12px 16px; }
td { padding: 13px 16px; border-bottom: 1px solid #f1f5f9; }
tr.hi td { background: #eff6ff; font-weight: 600; }
tr.hi td:first-child { border-left: 3px solid var(--blue); }
.compare { margin-top: 24px; }

.token-bar {
  color: #fff; background: linear-gradient(135deg, #1e3a5f, #2563eb); border-radius: 12px;
  display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; margin-bottom: 16px;
}
.token-bar .amt { font-size: 32px; font-weight: 700; }
.token-bar .sub, .token-bar .lbl { opacity: .8; font-size: 13px; }
.prog-bar { background: rgba(255,255,255,.2); border-radius: 100px; height: 8px; margin: 8px 0; width: 180px; }
.prog-fill { background: #fff; height: 8px; border-radius: 100px; }
.follow-row {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  background: #f8fbff; border: 1px solid #dbeafe; border-radius: 10px; padding: 14px 16px; margin-bottom: 18px;
}
.buyer-grid, .options-list { display: flex; flex-direction: column; gap: 16px; }
.buyer, .opt-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; }
.opt-top { display: flex; justify-content: space-between; gap: 12px; }
.co-av {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  color: #fff; font-weight: 700; background: #2563eb;
}
.price-lg { color: var(--blue); font-size: 22px; font-weight: 700; text-align: right; }
.meta { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 14px 0; color: #334155; font-size: 13px; }
.meta small { display: block; color: #94a3b8; font-size: 11px; letter-spacing: .3px; text-transform: uppercase; }
.cycles { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.cycles label { display: flex; gap: 4px; align-items: center; font-size: 13px; }
.sum-total { display: flex; justify-content: space-between; font-weight: 700; padding-top: 8px; }
.sum-total .v { color: #16a34a; font-size: 20px; }
.sell-summary { position: sticky; top: 84px; }
.note-text { color: #94a3b8; font-size: 12px; line-height: 1.8; margin-top: 10px; }
.notes { display: flex; flex-direction: column; gap: 12px; }
.notes div { color: #64748b; font-size: 14px; line-height: 1.6; }
.warn-box .wt { color: #92400e; font-weight: 600; margin-bottom: 8px; }
.price-line { display: flex; align-items: baseline; margin-top: 8px; }
.qty-input-row .form-input { flex: 1; width: auto; }
.pay-method { margin: 0 0 16px; }
.co-badge { display: inline-flex; align-items: center; gap: 8px; }
.co-dot {
  width: 28px; height: 28px; border-radius: 7px; background: var(--blue); color: #fff;
  display: grid; place-items: center; font-size: 10px; font-weight: 700; flex: none;
}
.co-dot.has-logo { background: #fff; border: 1px solid #e2e8f0; }
.co-dot img { width: 18px; height: 18px; object-fit: contain; display: block; }
.co-dot.is-mark { background: transparent; }
.co-dot.is-mark img { width: 28px; height: 28px; border-radius: 7px; }
.compare-lead { color: #94a3b8; font-size: 13px; margin: -8px 0 16px; }
.opt-header, .opt-co, .hc-top, .hc-bottom, .prog-head, .profile-hero { display: flex; justify-content: space-between; align-items: center; }
.opt-co { justify-content: flex-start; gap: 12px; }
.opt-co-name { font-size: 16px; font-weight: 600; }
.opt-co-type, .follow-status { color: #94a3b8; font-size: 12px; }
.opt-price { text-align: right; }
.opt-price .p { color: var(--blue); font-size: 22px; font-weight: 700; }
.opt-price .u { color: #94a3b8; font-size: 12px; }
.plan-options { display: flex; flex-wrap: wrap; gap: 8px; }
.plan-opt {
  color: #334155; background: #f8fafc; border: 1px solid var(--line); border-radius: 8px;
  min-width: 88px; padding: 8px 12px; text-align: left; cursor: pointer; display: flex; flex-direction: column; gap: 2px;
}
.plan-opt.active { background: #eff6ff; border-color: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.plan-opt-days { font-size: 12px; font-weight: 600; }
.plan-opt-price { color: var(--blue); font-size: 13px; font-weight: 600; }
.meta-lbl { color: #94a3b8; font-size: 11px; letter-spacing: .3px; text-transform: uppercase; margin-bottom: 4px; }
.opt-meta { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-bottom: 16px; }
.meta-val { font-size: 14px; font-weight: 500; }
.opt-input-row { display: flex; align-items: flex-end; gap: 12px; border-top: 1px solid #f1f5f9; padding-top: 16px; }
.sell-qty-field { flex: 1; }
.exp-return { color: #16a34a; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 6px; padding: 8px 12px; font-size: 13px; white-space: nowrap; }
.sum-rows { display: flex; flex-direction: column; gap: 12px; }
.sum-div { background: var(--line); height: 1px; margin: 4px 0; }
.sell-summary .btn-sell { margin-top: 16px; }
.follow-title { font-size: 14px; font-weight: 600; }
.follow-btn { color: var(--blue); background: #fff; border: 1px solid var(--blue); border-radius: 8px; min-width: 108px; padding: 10px 14px; font-weight: 600; cursor: pointer; }
.follow-btn.on { color: #fff; background: #16a34a; border-color: #16a34a; }
.prog-wrap { text-align: right; width: 180px; }
.token-bar .amt span { font-size: 16px; font-weight: 400; opacity: .8; }
.im-unit { color: #94a3b8; font-size: 12px; font-weight: 400; }
.page-content.narrow { max-width: 560px; }
.profile-hero { align-items: flex-start; margin-bottom: 20px; }
.profile-hero h1 { margin: 0 0 6px; font-size: 22px; }
.profile-hero p { margin: 0; color: var(--muted); font-size: 14px; }
.btn-cs { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--blue); font-size: 18px; cursor: pointer; }
.asset-card { color: #fff; background: linear-gradient(135deg, #0f172a, #1e3a5f); border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.asset-type { opacity: .7; font-size: 13px; margin-bottom: 12px; }
.asset-amt { font-size: 28px; font-weight: 700; }
.asset-sub { opacity: .6; font-size: 12px; margin-top: 4px; }
.quick-actions, .earn-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-actions { margin-top: 16px; }
.quick-actions a, .quick-actions button { border-radius: 8px; padding: 12px 10px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; }
.qa-buy { color: #fff; background: #2563eb; border: 0; }
.qa-sell { color: #fff; background: #16a34a; border: 0; }
.qa-ghost { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); font-weight: 500; }
.earn-stats { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; margin-bottom: 20px; }
.earn-label { color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.earn-value { color: #16a34a; font-size: 18px; font-weight: 700; }
.acc-menu { display: flex; flex-direction: column; gap: 10px; }
.mi { display: block; width: 100%; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px 40px 16px 16px; position: relative; cursor: pointer; }
.mi-t { display: block; color: #1e293b; font-size: 16px; font-weight: 600; }
.mi-ar { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #cbd5e1; font-size: 22px; }
.acc-panels { margin-top: 16px; }
.holding-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 24px; margin-bottom: 12px; }
.hc-name { font-weight: 600; }
.status-badge { color: #2563eb; background: #dbeafe; border-radius: 100px; padding: 3px 10px; font-size: 12px; }
.hc-meta { display: flex; flex-wrap: wrap; gap: 28px; margin: 14px 0; }
.hm-lbl { color: #94a3b8; margin-bottom: 3px; letter-spacing: .4px; text-transform: uppercase; font-size: 10px; }
.hm-val { font-size: 13px; font-weight: 500; }
.hm-warn { color: #ca8a04; font-weight: 600; }
.prog-track { background: #f1f5f9; border-radius: 100px; height: 5px; margin-top: 5px; }
.prog-bar-fill { background: #3b82f6; border-radius: 100px; height: 5px; }
.hc-bottom { border-top: 1px solid #f1f5f9; margin-top: 12px; padding-top: 12px; font-size: 13px; }
.hcb-lbl { color: var(--muted); }
.hcb-val { color: #7c3aed; font-size: 15px; font-weight: 700; }
.holdings-title { margin: 28px 0 16px; font-size: 16px; }
.sell-action-bar { display: none; }
.kyc-note { color: var(--muted); margin-top: 16px; }

.invest-grid, .plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 28px; }
.plan, .invest-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; padding: 0; }
.invest-card-top { padding: 20px 24px 0; }
.invest-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.invest-card-name, .plan h2 { margin: 0; font-size: 17px; font-weight: 700; }
.tag, .invest-tag { border-radius: 100px; padding: 3px 10px; font-size: 11px; font-weight: 600; }
.tag-short, .tag-sprint { color: #ca8a04; background: #fef9c3; }
.tag-steady, .tag-stable { color: #16a34a; background: #dcfce7; }
.tag-grow, .tag-growth { color: #2563eb; background: #dbeafe; }
.tag-long, .tag-elite { color: #7c3aed; background: #ede9fe; }
.invest-metrics { display: flex; border-top: 1px solid #f1f5f9; }
.invest-metric { flex: 1; text-align: center; padding: 14px 8px; border-right: 1px solid #f1f5f9; }
.invest-metric:last-child { border-right: 0; }
.im-val { font-size: 22px; font-weight: 700; }
.im-lbl { color: #94a3b8; font-size: 10px; letter-spacing: .4px; text-transform: uppercase; }
.invest-card-body { padding: 20px 24px 24px; }
.range-note { color: #64748b; background: #f8fafc; border-radius: 6px; padding: 8px 12px; font-size: 13px; }
.ip-token { color: #7c3aed; font-weight: 700; }
.menu { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin: 12px 0; }
.menu button, .shortcuts a { text-align: left; }
.asset-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.asset, .hold, .bill { padding: 14px; }
.split { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; }
.muted { color: var(--muted); }
.warn { color: #b91c1c; }
[hidden] { display: none !important; }

.modal { position: fixed; inset: 0; background: rgba(15, 23, 42, .45); display: grid; place-items: center; padding: 18px; z-index: 300; }
.sheet { width: min(420px, 100%); background: #fff; border-radius: 16px; padding: 22px 22px 24px; display: grid; gap: 14px; box-shadow: 0 24px 60px rgba(15, 23, 42, .18); }
.sheet-head { display: flex; align-items: center; justify-content: space-between; }
.sheet h2 { margin: 0; font-size: 22px; font-weight: 700; }
.sheet-x { border: 0; background: none; color: #94a3b8; font-size: 26px; line-height: 1; cursor: pointer; padding: 0 2px; }
.sheet .btn-primary, .sheet button.btn-primary { width: 100%; margin-top: 4px; }
.sheet label { display: grid; gap: 8px; font-size: 14px; font-weight: 600; color: #0f172a; }
.sheet label input { font-weight: 400; height: 42px; }
.sheet .req { color: #ef4444; font-style: normal; font-weight: 600; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.auth-tabs button {
  border: 1px solid #e2e8f0; background: #fff; border-radius: 10px; padding: 10px 12px; cursor: pointer; color: #334155; font-weight: 600;
}
.auth-tabs button.on { color: var(--blue); border-color: #93c5fd; background: #eff6ff; }
.code-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
.btn-code {
  height: 42px; padding: 0 14px; white-space: nowrap; cursor: pointer; font-weight: 600;
  color: var(--blue); background: #fff; border: 1px solid var(--blue); border-radius: 8px;
}
.notify {
  position: fixed; right: 18px; top: 74px; width: min(380px, calc(100% - 24px));
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 40px rgba(15,23,42,.12);
  z-index: 40; padding: 12px;
}
.notify ul { list-style: none; margin: 8px 0 0; padding: 0; max-height: 360px; overflow: auto; }
.notify button.link { border: 0; background: none; padding: 0; cursor: pointer; text-align: left; }
.toast {
  position: fixed; left: 50%; bottom: 84px; transform: translateX(-50%);
  background: #0f172a; color: #fff; padding: 10px 14px; border-radius: 999px; z-index: 50;
}
.chat-log { min-height: 320px; max-height: 52vh; overflow: auto; display: flex; flex-direction: column; gap: 8px; }
.bubble { max-width: 78%; padding: 8px 10px; border-radius: 12px; background: #f8fafc; border: 1px solid var(--line); }
.bubble.me { margin-left: auto; background: #eff6ff; }
.bubble img { display: block; width: min(220px, 100%); border-radius: 8px; }
.bubble div:empty { display: none; }
.composer { display: flex; gap: 8px; align-items: center; margin-top: 10px; }
.composer .pic {
  flex: none; width: 48px; height: 48px; padding: 0; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #2457e6; cursor: pointer;
}
.composer input { flex: 1; min-width: 0; }
.back { color: var(--blue); text-decoration: none; }

.hub-wrap { max-width: 1120px; }
.acct { display: grid; gap: 16px; }
.acct-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(255,255,255,.22), transparent 60%),
    linear-gradient(135deg, #2457e6 0%, #4c6fff 48%, #6d4aff 100%);
}
.acct-who { display: flex; align-items: center; gap: 14px; min-width: 0; }
.acct-id { min-width: 0; }
.acct-kicker { margin: 0 0 4px; font-size: 13px; color: rgba(255,255,255,.78); }
.acct-id h1 { margin: 0; font-size: 22px; letter-spacing: -0.02em; word-break: break-all; }
.acct-chips { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.chip-level, .chip-ok, .chip-wait {
  border: 0; border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 650;
}
.chip-level { background: rgba(255,255,255,.18); color: #fff; cursor: pointer; }
.chip-ok { background: #dcfce7; color: #166534; }
.chip-wait { background: rgba(255,255,255,.16); color: #fff; }
.acct-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.acct-meta span { display: block; color: rgba(255,255,255,.72); font-size: 12px; }
.acct-meta strong { font-size: 15px; }
.acct-invite {
  border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff;
  border-radius: 999px; padding: 8px 14px; cursor: pointer; white-space: nowrap;
}
.acct-assets { display: grid; grid-template-columns: 1.3fr .9fr .9fr; gap: 14px; }
.acct-actions, .total-card, .list-card, .kyc-card {
  background: #fff; border: 1px solid #e8eef5; border-radius: 18px; padding: 18px;
}
.acct-actions h3 { margin: 0 0 12px; font-size: 16px; }
.acct-action-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.acct-feed { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.avatar-lg {
  width: 64px; height: 64px; flex: none; border-radius: 18px;
  display: grid; place-items: center; color: #2457e6; font-size: 26px; font-weight: 750;
  background: #fff;
}
.btn-outline, .btn-mini {
  border: 1px solid #dbe3ee; background: #fff; color: #0f172a; border-radius: 8px; cursor: pointer;
}
.profile-card > .btn-outline { width: 100%; padding: 8px 12px; }
.stat-list { margin-top: 14px; text-align: left; }
.stat-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #f1f5f9; font-size: 14px; }
.stat-row span { color: #64748b; }
.stat-row b.up { color: #16a34a; }
.btn-vip { width: 100%; margin-top: 12px; border: 0; border-radius: 8px; padding: 10px; background: #2563eb; color: #fff; cursor: pointer; font-weight: 600; }
.text-btn { margin-top: 8px; border: 0; background: none; color: #2563eb; cursor: pointer; font-size: 13px; }
.list-head h3, .total-card h3, .kyc-card h2 { margin: 0; font-size: 16px; }
.qa {
  display: grid; place-items: center; min-height: 64px; text-align: center; border-radius: 14px; padding: 10px 12px;
  font-weight: 650; border: 1px solid #e6ebf5; background: #f8fafc; color: #0f172a;
  text-decoration: none; cursor: pointer;
}
.qa:hover { border-color: #c9d4ff; background: #fff; }
.qa-buy { background: #2563eb; border-color: #2563eb; color: #fff; }
.qa-sell { background: #16a34a; border-color: #16a34a; color: #fff; }
.bal-card { background: linear-gradient(160deg, #12233f, #1d4ed8); color: #fff; border-radius: 18px; padding: 20px; min-height: 210px; }
.bal-top, .earn-row, .bal-actions, .list-head, .split, .addr-line, .bal-line, .kyc-head, .row-line, .row-title {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.bal-amt { font-size: 36px; font-weight: 700; margin: 8px 0 4px; letter-spacing: -.02em; }
.bal-hint, .token-sub { color: rgba(255,255,255,.72); font-size: 13px; }
.eye { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 18px; }
.earn-row { justify-content: flex-start; gap: 36px; margin: 16px 0; }
.earn-row span { display: block; color: rgba(255,255,255,.7); font-size: 13px; }
.earn-row b { color: #4ade80; font-size: 18px; }
.bal-actions button { flex: 1; border-radius: 8px; padding: 10px; font-weight: 600; cursor: pointer; }
.btn-light { background: #fff; color: #0f172a; border: 0; }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.token-card { border-radius: 18px; padding: 20px; color: #fff; background: linear-gradient(160deg, #312e81, #7c3aed); min-height: 210px; }
.token-card .big { font-size: 32px; font-weight: 750; margin: 10px 0 8px; letter-spacing: -.03em; }
.token-label { opacity: .85; }
.total-card { min-height: 210px; display: flex; flex-direction: column; justify-content: center; }
.list-card { min-height: 180px; }
.total-amt { font-size: 28px; font-weight: 700; margin: 8px 0 12px; }
.split { color: #64748b; font-size: 14px; }
.list-head { margin-bottom: 4px; }
.row-line { align-items: flex-start; padding: 14px 0; border-top: 1px solid #f1f5f9; }
.row-title { justify-content: flex-start; flex-wrap: wrap; }
.row-line .sub { color: #64748b; font-size: 13px; margin-top: 4px; }
.money-neg { color: #dc2626; font-weight: 600; white-space: nowrap; }
.money-pos { color: #16a34a; font-weight: 600; white-space: nowrap; }
.pill { font-size: 12px; border-radius: 99px; padding: 2px 8px; font-weight: 600; }
.pill-ok { background: #dcfce7; color: #166534; }
.pill-run { background: #dbeafe; color: #1d4ed8; }
.pill-bad { background: #fee2e2; color: #b91c1c; }
.pill-muted { background: #f1f5f9; color: #64748b; }
.sheet-pay { width: min(520px, 100%); max-height: min(88vh, 780px); overflow: auto; }
.note-info, .note-warn { border-radius: 10px; padding: 12px 14px; font-size: 14px; line-height: 1.5; }
.note-info { background: #eff6ff; color: #1e40af; }
.note-warn { background: #fff7ed; color: #9a3412; }
.addr-box { background: #f8fafc; border-radius: 10px; padding: 12px 14px; display: grid; gap: 8px; }
.addr-line code { word-break: break-all; font-size: 13px; }
.btn-mini { padding: 4px 10px; font-size: 13px; flex: none; }
.pay-fields, .kyc-card { display: grid; gap: 12px; }
.bal-line strong { font-size: 18px; }
.btn-dark { width: 100%; background: #0f172a; color: #fff; border: 0; border-radius: 8px; padding: 12px; font-weight: 600; cursor: pointer; }
.kyc-grid, .kyc-photos { display: grid; gap: 12px; }
.kyc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kyc-photos { grid-template-columns: 1fr 1fr; }
.kyc-head { align-items: flex-start; }
.kyc-head strong { display: block; font-size: 16px; }
.photo-box { border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px; background: #f8fafc; display: grid; gap: 8px; }
.photo-label { font-size: 14px; font-weight: 600; }
.photo-preview { min-height: 120px; border-radius: 8px; background: #e8eef5; overflow: hidden; }
.photo-preview img { width: 100%; height: 160px; object-fit: cover; display: block; }
.file-pick { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: #64748b; cursor: pointer; }
.file-btn { border: 1px solid #dbe3ee; background: #fff; color: #0f172a; border-radius: 6px; padding: 4px 8px; }
.file-pick input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.back-link { display: inline-block; margin-bottom: 12px; color: #2563eb; text-decoration: none; }
.kyc-card .btn-primary, .pay-fields .btn-primary { width: 100%; }

html { background: #e7edf5; }
body { max-width: 480px; margin: 0 auto; background: #f8fafc; box-shadow: 0 0 40px rgba(15, 23, 42, 0.08); overflow-x: hidden; }
.top, .bottom-nav, .sell-action-bar {
  width: min(480px, 100%);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.top { height: 52px; padding: 0 12px; }
.brand { margin-right: 0; font-size: 15px; }
.nav { display: none; }
main { padding-top: 52px; padding-bottom: 70px; }
.bottom-nav { display: flex; }
.features, .steps, .two, .invest-grid, .plan-grid, .buy-layout, .sell-layout,
.hub-grid, .kyc-grid, .kyc-photos, .acct-hero, .acct-assets, .acct-feed { grid-template-columns: 1fr; }
.logos { grid-template-columns: repeat(2, 1fr); }
.status-line span { width: auto; white-space: normal; overflow: visible; border-right: 0; animation: none; }
.shape { opacity: .12; }
.hero-section { min-height: 0; padding: 28px 16px 12px; align-items: flex-start; }
.hero-actions { flex-direction: column; align-items: stretch; }
.hero-actions .btn, .hero-actions .btn-primary { width: 100%; }
.extra section { padding: 22px 16px; }
.page-content { padding: 20px 16px 90px; }
.acct-invite { justify-self: start; }
.user-mail { display: none; }
.page-header h1 { font-size: 22px; }
.token-bar { flex-direction: column; align-items: flex-start; gap: 12px; }
.prog-wrap { width: 100%; text-align: left; }
.sell-summary { position: static; }
.desktop-submit { display: none; }
.opt-input-row { flex-direction: column; align-items: stretch; }
.sell-action-bar { display: block; position: fixed; bottom: 58px; background: #fff; border-top: 1px solid var(--line); padding: 12px 16px; z-index: 30; }
.sell-action-bar .btn-sell { margin-top: 0; }
.site-foot { padding-bottom: 84px; }
.home { display: grid; gap: 14px; min-width: 0; padding: 14px 14px 8px; }
.home-sheet, .home-ops, .home-op, .home-marquee { min-width: 0; max-width: 100%; }
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 18px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(155deg, #2457e6, #4c6fff, #7a5cff, #4c6fff, #2457e6);
  background-size: 280% 280%;
  animation: home-shift 14s ease-in-out infinite, home-rise .7s ease both;
  box-shadow: 0 16px 36px rgba(76, 111, 255, .28);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: -40px;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent 78%);
  animation: home-grid 16s linear infinite;
  pointer-events: none;
}
.home-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  background: rgba(255,255,255,.22); filter: blur(1px);
}
.home-orb-a { width: 160px; height: 160px; top: -56px; right: -30px; animation: home-drift 9s ease-in-out infinite; }
.home-orb-b { width: 120px; height: 120px; left: -36px; bottom: -40px; background: rgba(255,255,255,.14); animation: home-drift 12s ease-in-out infinite reverse; }
.home-copy { position: relative; }
.home-kicker, .home-hero h1, .home-copy > p, .home-live, .home-go { animation: home-rise .7s ease both; }
.home-hero h1 { animation-delay: .06s; }
.home-copy > p { animation-delay: .12s; }
.home-live { animation-delay: .18s; }
.home-go { animation-delay: .24s; }
.home-kicker {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 0 0 8px; font-size: 13px; color: rgba(255,255,255,.86);
}
.home-kicker i {
  width: 8px; height: 8px; border-radius: 50%; background: #86efac;
  box-shadow: 0 0 0 0 rgba(134, 239, 172, .7);
  animation: home-pulse 1.8s ease-out infinite;
}
.home-hero h1 { margin: 0 0 8px; font-size: 26px; line-height: 1.25; letter-spacing: -.03em; color: #fff; }
.home-copy > p { margin: 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.5; }
.home-live {
  display: flex; align-items: baseline; gap: 6px; margin-top: 14px;
  padding: 8px 12px; width: fit-content; max-width: 100%;
  border-radius: 999px; background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
}
.home-live b { font-size: 18px; letter-spacing: -.02em; }
.home-live span { font-size: 12px; color: rgba(255,255,255,.82); }
.home-go {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  margin-top: 14px; min-height: 48px; border-radius: 14px;
  background: #fff; color: #2457e6; font-weight: 700; text-decoration: none;
}
.home-go::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(76,111,255,.16) 50%, transparent 72%);
  transform: translateX(-120%);
  animation: home-sheen 2.8s ease-in-out infinite;
}
.home-sheet {
  background: #fff; border: 1px solid #e6ebf5; border-radius: 18px; padding: 14px;
  animation: home-rise .7s ease both;
}
.home > .home-sheet:nth-of-type(2) { animation-delay: .1s; }
.home > .home-sheet:nth-of-type(3) { animation-delay: .16s; }
.home > .home-sheet:nth-of-type(4) { animation-delay: .22s; }
.home-sheet h2 { margin: 2px 4px 12px; font-size: 16px; }
.home-ops { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.home-op {
  display: grid; grid-template-columns: 28px 1fr; column-gap: 8px; row-gap: 2px;
  min-height: 84px; align-content: center;
  padding: 12px; border-radius: 14px; text-decoration: none;
  background: #f5f7fb; color: #0f172a;
  animation: home-rise .65s ease both;
}
.home-op:nth-child(1) { animation-delay: .16s; }
.home-op:nth-child(2) { animation-delay: .22s; }
.home-op:nth-child(3) { animation-delay: .28s; }
.home-op:nth-child(4) { animation-delay: .34s; }
.home-op:active { transform: scale(.98); }
.home-op i {
  grid-row: span 2; width: 28px; height: 28px; border-radius: 9px;
  display: grid; place-items: center; color: #2457e6; background: #e8eeff;
}
.home-op.is-sell i { color: #15803d; background: #e8f8ee; }
.home-op.is-produce i { color: #6d28d9; background: #f3e8ff; }
.home-op.is-account i { color: #0f172a; background: #e8eef5; }
.home-op b { font-size: 15px; align-self: end; }
.home-op small { color: #64748b; font-size: 12px; }
.home-marquee { overflow: hidden; }
.home-track { display: flex; width: max-content; animation: home-marquee 22s linear infinite; }
.home-set { display: flex; gap: 8px; padding-right: 8px; }
.home-chip {
  flex: none; display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 10px; border-radius: 999px; background: #f5f7fb; color: #334155; font-size: 13px;
}
.home-chip img { width: 18px; height: 18px; }
.home-points { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.home-points li {
  padding: 12px 14px; border-radius: 12px; background: #f5f7fb; font-weight: 600;
  animation: home-rise .6s ease both;
}
.home-points li:nth-child(1) { animation-delay: .2s; }
.home-points li:nth-child(2) { animation-delay: .26s; }
.home-points li:nth-child(3) { animation-delay: .32s; }
.home-points li:nth-child(4) { animation-delay: .38s; }
.home-support {
  width: 100%; margin-top: 12px; min-height: 46px; border: 0; border-radius: 12px;
  background: #eef2ff; color: #2457e6; font-weight: 700; cursor: pointer;
}
@keyframes home-shift {
  0% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}
@keyframes home-grid {
  from { background-position: 0 0; }
  to { background-position: 42px 42px; }
}
@keyframes home-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-16px, 14px, 0) scale(1.08); }
}
@keyframes home-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes home-pulse {
  0% { box-shadow: 0 0 0 0 rgba(134, 239, 172, .65); }
  70% { box-shadow: 0 0 0 8px rgba(134, 239, 172, 0); }
  100% { box-shadow: 0 0 0 0 rgba(134, 239, 172, 0); }
}
@keyframes home-sheen {
  0%, 45% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}
@keyframes home-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.app-home { display: grid; gap: 16px; padding: 8px 0 12px; }
.app-hello p { margin: 0; color: #64748b; font-size: 14px; }
.app-hello h1 { margin: 6px 0; font-size: 28px; line-height: 1.15; letter-spacing: -.03em; color: #2457e6; }
.app-status { color: #334155; }
.app-ops { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.op-tile {
  display: grid; gap: 6px; min-height: 96px; align-content: center;
  padding: 14px; border-radius: 16px; text-decoration: none;
  background: #fff; border: 1px solid #e6ebf5; color: #0f172a;
}
.op-tile strong { font-size: 16px; }
.op-tile span { color: #64748b; font-size: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.app-start { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 14px; text-decoration: none; }
.app-block h2 { margin: 8px 0 12px; font-size: 18px; }
.app-chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.app-chips .chip { flex: none; }
input, select, textarea, .btn-primary, .btn-buy, .btn-sell, .btn-invest, #buy-go, .plan-go, .qa {
  min-height: 48px; font-size: 16px;
}
.page-header { margin-bottom: 14px; }
.page-header h1 { font-size: 22px; }
.card, .panel { padding: 16px; }
#buy-go, .plan-go { position: sticky; bottom: 74px; z-index: 5; }
.buy-layout, .sell-layout, .invest-grid { display: flex; flex-direction: column; gap: 12px; }
.logo-xl { font-size: 2.6rem; letter-spacing: -0.5px; }
.hero-copy h2 { font-size: 1.2rem; }
.hero-copy { max-width: 100%; }
.top { overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
  .shape, .status-line span, .hero-copy, .marquee-track, .brand-mark, .brand-row img,
  .home-hero, .home-hero::before, .home-orb, .home-kicker, .home-kicker i, .home-hero h1,
  .home-copy > p, .home-live, .home-go, .home-go::after, .home-sheet, .home-op, .home-track, .home-points li {
    animation: none !important;
  }
  .home-set[aria-hidden="true"] { display: none; }
  .home-marquee { overflow-x: auto; }
  .status-line span { width: auto; }
}
