:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-2: #f4f6fa;
  --line: #e3e7ee;
  --line-strong: #cbd2dd;
  --text: #111827;
  --muted: #687386;
  --accent: #2e5cff;
  --accent-2: #5f7fff;
  --positive: #16a05d;
  --negative: #d94b55;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -16%, rgba(46,92,255,.13), transparent 34rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.site-header {
  width: 100%;
  height: 72px;
  margin: 0;
  padding: 0 max(24px, calc((100% - var(--max)) / 2));
  border: 0;
  border-bottom: 1px solid rgba(203,210,221,.72);
  border-radius: 0;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(16px);
  box-shadow: none;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.brand-logo { width: 31px; height: 31px; display: block; border-radius: 9px; object-fit: cover; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-account {
  min-height: 38px; padding: 5px 10px 5px 7px; display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--surface);
}
.header-account > i { width: 25px; height: 25px; border-radius: 8px; background: linear-gradient(145deg, #2e5cff, #82a0ff); box-shadow: inset 0 0 0 5px rgba(255,255,255,.16); }
.header-account small, .header-account strong { display: block; line-height: 1.1; }
.header-account small { margin-bottom: 3px; color: var(--positive); font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.header-account strong { font: 750 9px ui-monospace, monospace; }
.theme-toggle {
  width: 38px; height: 38px; padding: 0; display: grid; place-items: center;
  border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text);
  background: var(--surface); cursor: pointer; transition: .18s ease;
}
.theme-toggle:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.theme-toggle span { grid-area: 1/1; font-size: 17px; line-height: 1; }
.theme-sun { display: none; }
.domain-link { display: inline-block; margin-top: 8px; color: var(--accent); font-size: 12px; font-weight: 750; }
.brand-mark {
  width: 24px; height: 24px; border: 2px solid var(--accent);
  border-radius: 7px; display: inline-block; position: relative;
}
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; background: var(--accent); border-radius: 99px;
}
.brand-mark::before { width: 11px; height: 2px; top: 6px; left: 5px; transform: rotate(-25deg); }
.brand-mark::after { width: 14px; height: 2px; top: 14px; left: 4px; transform: rotate(24deg); }
.nav { display: flex; gap: 4px; margin: auto; color: var(--muted); font-size: 12px; }
.nav a { padding: 9px 12px; border-radius: 8px; transition: .18s ease; }
.nav a:hover, .nav a.active { color: var(--accent); background: #edf2ff; }
.button {
  min-height: 44px; padding: 0 19px; border: 1px solid var(--line-strong);
  border-radius: 9px; color: var(--text); background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; cursor: pointer; transition: .18s ease;
}
.button:hover { transform: translateY(-1px); border-color: var(--accent); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-primary { color: #fff; border-color: var(--accent); background: var(--accent); box-shadow: 0 8px 18px rgba(46,92,255,.2); }
.button-primary:hover { color: #fff; background: #244ee3; }
.button-ghost { background: rgba(255,255,255,.8); }
.button-polymarket { color: #fff; border-color: #141820; background: #141820; }
.button-polymarket:hover { color: #fff; border-color: #2e5cff; background: #242b38; }
.button-small { min-height: 38px; padding-inline: 14px; }
.button-wide { width: 100%; }
.hero { padding: 130px 0 76px; text-align: center; }
.hero-split {
  min-height: 670px; padding: 92px 0 58px; display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 68px; align-items: center; text-align: left;
}
.hero-content { position: relative; z-index: 2; }
.hero-split h1 { max-width: 610px; margin: 22px 0; font-size: clamp(52px, 5.3vw, 76px); }
.hero-split .hero-copy { max-width: 600px; margin: 0; }
.hero-split .hero-actions, .hero-split .trust-line { justify-content: flex-start; }
.hero-animation { min-width: 0; }
.animation-window {
  min-height: 500px; position: relative; overflow: hidden; border: 1px solid #dce2ee;
  border-radius: 22px; background: linear-gradient(160deg, #fff 0%, #f3f6ff 100%);
  box-shadow: 0 30px 80px rgba(40,61,118,.15), 0 3px 10px rgba(40,61,118,.06);
}
.animation-window::before {
  content: ""; position: absolute; width: 330px; height: 330px; right: -110px; bottom: -150px;
  border-radius: 50%; background: rgba(46,92,255,.09); filter: blur(4px);
}
.animation-toolbar {
  height: 51px; padding: 0 17px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76);
}
.animation-toolbar > div { display: flex; gap: 5px; }
.animation-toolbar > div span { width: 7px; height: 7px; border-radius: 50%; background: #d2d8e2; }
.animation-toolbar b { font-size: 10px; letter-spacing: .04em; }
.animation-toolbar em { justify-self: end; padding: 5px 8px; color: var(--accent); background: #edf2ff; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 800; }
.animation-wallet {
  margin: 22px; padding: 15px; display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 11px; position: relative; border: 1px solid var(--line);
  border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(37,52,86,.06);
}
.animation-wallet small, .portfolio-head small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.animation-wallet strong { display: block; margin: 3px 0; font-size: 12px; }
.animation-wallet > div:nth-child(2) span { color: var(--muted); font-size: 9px; }
.animation-wallet button {
  height: 36px; padding: 0 13px; border: 0; border-radius: 8px; color: #fff;
  position: relative; overflow: visible; background: var(--accent); font-size: 10px; font-weight: 800;
  animation: copyButton 9s ease-in-out infinite;
}
.demo-cursor {
  width: 22px; position: absolute; left: 50%; top: 50%; z-index: 5;
  pointer-events: none; font-style: normal;
  opacity: 0; filter: drop-shadow(0 2px 2px rgba(0,0,0,.2));
  animation: cursorClick 9s ease-in-out infinite;
}
.demo-cursor svg { display: block; width: 100%; overflow: visible; }
.demo-cursor path { fill: #111827; stroke: #fff; stroke-width: 2; stroke-linejoin: round; }
.click-wave {
  width: 22px; height: 22px; position: absolute; left: 50%; top: 50%;
  pointer-events: none;
  border: 2px solid var(--accent); border-radius: 50%; opacity: 0;
  animation: clickWave 9s ease-out infinite;
}
.portfolio-card {
  margin: 0 22px; padding: 20px 20px 13px; position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.94);
}
.portfolio-head { min-height: 54px; display: flex; align-items: flex-start; justify-content: space-between; }
.portfolio-head > div { position: relative; min-width: 190px; }
.balance { display: block; position: absolute; top: 17px; left: 0; font-size: 25px; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.portfolio-gain { padding: 7px 9px; color: var(--positive); background: #eafaf2; border-radius: 8px; font-size: 10px; font-weight: 800; opacity: 0; animation: gainIn 9s ease infinite; }
.growth-chart { width: 100%; height: 145px; overflow: visible; }
.chart-line { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 650; stroke-dashoffset: 650; animation: drawChart 9s ease-in-out infinite; }
.chart-area { fill: url(#chartFill); opacity: 0; animation: areaIn 9s ease infinite; }
.chart-point { fill: #fff; stroke: var(--accent); stroke-width: 3; opacity: 0; animation: pointIn 9s ease infinite; }
.chart-labels { display: flex; justify-content: space-between; color: #9aa4b3; font-size: 8px; }
.profit-toast {
  min-width: 205px; padding: 11px 13px; position: absolute; z-index: 6;
  display: flex; align-items: center; gap: 10px; border: 1px solid #dbe3f2;
  border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 12px 35px rgba(36,51,86,.14);
  opacity: 0; transform: translateY(12px);
}
.profit-toast > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--positive); background: #eafaf2; font-weight: 900; }
.profit-toast strong, .profit-toast small { display: block; }
.profit-toast strong { font-size: 10px; }
.profit-toast small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.profit-one { right: 9px; bottom: 16px; animation: toastOne 9s ease infinite; }
.profit-two { left: 9px; top: 143px; animation: toastTwo 9s ease infinite; }
.animation-note { margin: 10px 4px 0; color: #8a94a4; text-align: right; font-size: 9px; }
@keyframes cursorClick {
  0%, 8% { opacity: 0; transform: translate(38px, 38px); }
  14% { opacity: 1; }
  25%, 31% { opacity: 1; transform: translate(0, 0); }
  34%, 100% { opacity: 0; transform: translate(0, 0); }
}
@keyframes clickWave {
  0%, 25% { opacity: 0; transform: translate(-50%, -50%) scale(.3); }
  27% { opacity: .8; }
  33%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(2.2); }
}
@keyframes copyButton {
  0%, 24%, 34%, 100% { transform: scale(1); box-shadow: none; }
  27% { transform: scale(.95); box-shadow: 0 0 0 5px rgba(46,92,255,.12); }
}
@keyframes drawChart { 0%, 30% { stroke-dashoffset: 650; } 76%, 100% { stroke-dashoffset: 0; } }
@keyframes areaIn { 0%, 36% { opacity: 0; } 76%, 100% { opacity: 1; } }
@keyframes pointIn { 0%, 73% { opacity: 0; } 78%, 100% { opacity: 1; } }
@keyframes gainIn { 0%, 65% { opacity: 0; transform: translateY(5px); } 71%, 100% { opacity: 1; transform: none; } }
@keyframes toastOne {
  0%, 36% { opacity: 0; transform: translateY(12px); }
  43%, 58% { opacity: 1; transform: none; }
  64%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes toastTwo {
  0%, 63% { opacity: 0; transform: translateY(12px); }
  70%, 89% { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; transform: translateY(-8px); }
}
.eyebrow, .kicker {
  color: var(--accent); font: 700 11px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
}
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(46,92,255,.1); }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-hero h1 {
  margin: 24px auto 22px; max-width: 920px; font-size: clamp(48px, 7vw, 88px);
  line-height: .98; letter-spacing: -.055em;
}
.hero h1 span { color: var(--accent-2); }
.hero-copy, .page-hero > p {
  max-width: 700px; margin: 0 auto; color: #5d6879; font-size: clamp(16px, 2vw, 19px); line-height: 1.7;
}
.hero-actions { margin-top: 32px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.trust-line { display: flex; justify-content: center; gap: 28px; margin-top: 27px; color: var(--muted); font-size: 12px; flex-wrap: wrap; }
.trust-line span::before { content: "✓"; color: var(--accent); margin-right: 7px; }
.copy-demo {
  border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.94);
  overflow: hidden; box-shadow: 0 22px 60px rgba(37,52,86,.09);
}
.demo-top { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
.demo-top > div { display: flex; align-items: center; }
.demo-top > span { padding: 6px 10px; color: var(--accent); background: #edf2ff; border-radius: 999px; font-weight: 700; }
.demo-body { padding: 32px; display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; }
.leader-card, .market-copy-card {
  min-height: 116px; padding: 20px; display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff;
}
.wallet-avatar {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: #111827; font: 800 12px ui-monospace, monospace;
}
.wallet-avatar.blue { background: var(--accent); }
.wallet-avatar.purple { background: #8b5cf6; }
.leader-card small, .market-copy-card small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.leader-card strong, .market-copy-card strong { display: block; margin: 4px 0; }
.leader-card span, .market-copy-card span { color: var(--muted); font-size: 11px; }
.trade-side { padding: 9px 12px; color: var(--positive); background: #eafaf2; border-radius: 8px; font-size: 12px; }
.market-thumb { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #f7931a; font-size: 11px; font-weight: 800; }
.copy-status { padding: 8px 10px; color: var(--accent); background: #edf2ff; border-radius: 8px; font-size: 11px; }
.copy-arrow { color: var(--accent); text-align: center; font-size: 22px; }
.copy-arrow span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.demo-foot { min-height: 48px; padding: 0 22px; display: flex; justify-content: center; align-items: center; gap: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.demo-foot i { width: 36px; height: 1px; background: var(--line-strong); }
.signal-stage {
  border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.92);
  overflow: hidden; box-shadow: 0 18px 50px rgba(37,52,86,.08);
}
.stage-top, .table-toolbar {
  min-height: 48px; padding: 0 18px; border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  color: var(--muted); font-size: 11px; letter-spacing: .08em;
}
.stage-top > span:first-child { color: var(--accent); font-weight: 800; }
.mono, code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.pipeline { padding: 38px; display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; }
.pipeline article { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); position: relative; box-shadow: 0 6px 18px rgba(40,52,85,.05); }
.pipeline article small { display: block; color: var(--muted); margin-bottom: 16px; letter-spacing: .09em; }
.pipeline article strong { font-size: 18px; }
.pipeline article p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.step { position: absolute; top: 14px; right: 14px; color: var(--accent); font: 700 11px ui-monospace, monospace; }
.pipeline i { height: 1px; background: var(--line-strong); position: relative; }
.pipeline i::after { content: ""; position: absolute; right: 0; top: -3px; border-left: 6px solid var(--accent); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.metrics { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.metrics { box-shadow: 0 12px 35px rgba(37,52,86,.06); }
.metrics article { padding: 27px; text-align: center; background: rgba(255,255,255,.9); border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { display: block; font: 750 28px ui-monospace, monospace; }
.metrics span { color: var(--muted); font-size: 12px; }
.stats-band {
  margin-top: 70px;
  padding: 35px 10px 10px;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(100,128,205,.24);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(75,117,255,.2), transparent 26rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,244,255,.9));
  box-shadow: 0 24px 70px rgba(35,61,120,.12);
}
.stats-band::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 180px;
  top: -125px;
  left: -100px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(74,115,255,.22);
  filter: blur(42px);
  animation: statsGlow 12s ease-in-out infinite alternate;
}
.stats-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.8) 48%, transparent 70%);
  transform: translateX(-100%);
  animation: statsSweep 11s ease-in-out infinite;
}
.stats-live-chip {
  position: absolute;
  top: 14px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font: 750 9px ui-monospace, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.stats-live-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--positive);
  box-shadow: 0 0 0 5px rgba(22,160,93,.1);
  animation: livePulse 2.2s ease-out infinite;
}
.stats-band article {
  min-width: 0;
  padding: 38px 27px 25px;
  position: relative;
  z-index: 1;
  border-right-color: rgba(100,128,205,.2);
  background: linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.08));
  opacity: 0;
  transform: translateY(14px);
  transition: transform .45s ease, opacity .45s ease, background .2s ease;
}
.stats-band.stats-visible article { opacity: 1; transform: none; }
.stats-band.stats-visible article:nth-of-type(2) { transition-delay: .08s; }
.stats-band.stats-visible article:nth-of-type(3) { transition-delay: .16s; }
.stats-band.stats-visible article:nth-of-type(4) { transition-delay: .24s; }
.stats-band article:hover { background: rgba(255,255,255,.42); }
.stats-band strong {
  color: var(--accent);
  font-size: clamp(29px, 3.6vw, 43px);
  letter-spacing: -.05em;
  text-shadow: 0 8px 24px rgba(46,92,255,.16);
  font-variant-numeric: tabular-nums;
}
.stats-band span { display: block; margin-top: 7px; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.metric-spark { height: 16px; margin-top: 17px; display: flex; align-items: end; justify-content: center; gap: 4px; opacity: .55; }
.metric-spark i { width: 3px; height: 35%; border-radius: 99px; background: var(--accent); transform-origin: bottom; animation: metricBar 3.2s ease-in-out infinite alternate; }
.metric-spark i:nth-child(2) { height: 70%; animation-delay: -.7s; }
.metric-spark i:nth-child(3) { height: 48%; animation-delay: -1.4s; }
.metric-spark i:nth-child(4) { height: 92%; animation-delay: -2.1s; }
.metric-spark i:nth-child(5) { height: 60%; animation-delay: -2.8s; }
@keyframes statsGlow { to { left: calc(100% - 260px); transform: scale(1.2); } }
@keyframes statsSweep { 0%, 64% { transform: translateX(-100%); } 88%, 100% { transform: translateX(100%); } }
@keyframes livePulse { 70%, 100% { box-shadow: 0 0 0 10px rgba(22,160,93,0); } }
@keyframes metricBar { to { transform: scaleY(.38); opacity: .45; } }
.section { padding-top: 130px; }
.section-intro { max-width: 680px; }
.centered-intro { margin-inline: auto; text-align: center; }
.section-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section h2, .cta h2, .billing-gate h2 { margin: 15px 0 18px; font-size: clamp(34px, 4.7vw, 58px); letter-spacing: -.045em; line-height: 1.06; }
.section-intro p, .split > div > p { color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 45px; }
.feature-grid article { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 10px 30px rgba(37,52,86,.055); }
.feature-index { color: var(--accent); font: 700 12px ui-monospace, monospace; }
.feature-grid h3 { margin: 65px 0 12px; font-size: 20px; }
.feature-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.consumer-steps article { min-height: 270px; }
.consumer-steps h3 { margin-top: 25px; }
.soft-icon { width: 54px; height: 54px; margin-top: 35px; display: grid; place-items: center; border-radius: 15px; color: var(--accent); background: #edf2ff; font-size: 23px; font-weight: 800; }
.wallet-preview-grid { display: grid; grid-template-columns: 1fr 1fr .85fr; gap: 12px; margin-top: 38px; }
.wallet-preview-grid article {
  min-height: 126px; padding: 20px; display: grid; grid-template-columns: auto auto 1fr auto;
  align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; box-shadow: 0 8px 26px rgba(37,52,86,.045);
}
.wallet-preview-grid .rank { color: var(--muted); font: 700 10px ui-monospace, monospace; }
.wallet-preview-grid article > div:nth-child(3) strong, .wallet-preview-grid article > div:nth-child(3) code { display: block; }
.wallet-preview-grid code { margin-top: 5px; color: var(--muted); font-size: 10px; }
.wallet-preview-grid article > b { padding: 6px 8px; color: var(--positive); background: #eafaf2; border-radius: 999px; font-size: 9px; }
.wallet-preview-grid article > small { grid-column: 3 / -1; color: var(--muted); }
.wallet-preview-grid .indexing-card { grid-template-columns: auto 1fr; background: #f3f6ff; border-style: dashed; }
.indexing-card > span { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; color: var(--accent); background: #fff; border-radius: 50%; font-size: 25px; }
.indexing-card > small { grid-column: 2 !important; line-height: 1.5; }
.leaderboard-intro { max-width: 800px; }
.leaderboard-intro h2 em { color: var(--accent); font-style: normal; }
.pill-kicker { display: inline-block; padding: 7px 11px; color: var(--accent); border: 1px solid #d7e1ff; border-radius: 999px; background: #edf2ff; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.landing-leaderboard { margin-top: 42px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 18px 50px rgba(37,52,86,.075); }
.leaderboard-status { min-height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.leaderboard-status > div { display: flex; align-items: center; color: var(--text); font-weight: 750; }
.landing-leader-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.landing-leader-table th { color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.landing-leader-table th, .landing-leader-table td { height: 72px; padding: 0 18px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
.landing-leader-table th:first-child, .landing-leader-table td:first-child { width: 55px; text-align: left; font-weight: 800; }
.landing-leader-table th:nth-child(2), .landing-leader-table td:nth-child(2) { text-align: left; }
.landing-leader-table tbody tr:hover { background: #f8faff; }
.landing-leader-table td:nth-child(2) { display: flex; align-items: center; gap: 12px; }
.landing-leader-table td:nth-child(3),
.landing-leader-table td:nth-child(4) {
  color: #078a4d !important;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.02em;
}
.leader-identity strong, .leader-identity code { display: block; }
.leader-identity code { margin-top: 4px; color: var(--muted); font-size: 9px; }
.leader-dot { width: 18px; height: 18px; flex: 0 0 18px; border-radius: 50%; background: #b7dd38; }
.leader-dot.color-2 { background: #29d36b; }
.leader-dot.color-3 { background: #38a9df; }
.leader-dot.color-4 { background: #8742d9; }
.leader-dot.color-5 { background: #e53d79; }
.leader-dot.color-6 { background: #edae38; }
.leader-dot.color-7 { background: #ef6b45; }
.leader-dot.color-8 { background: #4d70df; }
.leaderboard-more { padding: 18px; display: flex; justify-content: center; background: #f9faff; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.benefit-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--accent); background: #edf2ff; border-radius: 11px; font-size: 19px; font-weight: 800; }
.benefit-grid h3 { margin: 28px 0 9px; font-size: 17px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.comparison-section {
  margin-top: 130px; padding: 74px; border: 1px solid #d9e2fb; border-radius: 24px;
  background: linear-gradient(145deg, #f8faff 0%, #edf2ff 100%);
  box-shadow: 0 22px 60px rgba(37,52,86,.08);
}
.why-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.why-heading h2 { margin-bottom: 0; }
.why-heading h2 em { color: var(--accent); font-style: normal; }
.why-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.75; }
.why-showcase { margin-top: 48px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 14px; }
.polycopy-spotlight {
  min-width: 0; padding: 30px; color: #fff; border-radius: 18px;
  background: linear-gradient(145deg, #3567ff 0%, #254edb 100%);
  box-shadow: 0 20px 42px rgba(46,92,255,.2);
}
.spotlight-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.spotlight-mark { width: 43px; height: 43px; display: grid; place-items: center; position: relative; border-radius: 12px; background: rgba(255,255,255,.15); }
.spotlight-mark i { width: 21px; height: 2px; position: absolute; border-radius: 99px; background: #fff; transform: rotate(-24deg); }
.spotlight-mark i:last-child { transform: rotate(24deg) translateY(7px); }
.spotlight-top small, .spotlight-top strong { display: block; }
.spotlight-top small { color: #cbd8ff; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.spotlight-top strong { margin-top: 4px; font-size: 17px; }
.spotlight-top > b { padding: 7px 9px; border-radius: 999px; color: #2149c8; background: #fff; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.spotlight-flow { margin: 30px 0; padding: 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(13,42,142,.2); }
.spotlight-flow span { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 750; }
.spotlight-flow span i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 7px; font-style: normal; }
.spotlight-flow > b { color: #9db3ff; font-size: 11px; }
.spotlight-benefits { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spotlight-benefits li { padding: 15px; display: grid; grid-template-columns: auto 1fr; gap: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.08); }
.spotlight-benefits li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #2e5cff; background: #fff; font-size: 12px; font-weight: 900; }
.spotlight-benefits strong, .spotlight-benefits small { display: block; }
.spotlight-benefits strong { font-size: 11px; }
.spotlight-benefits small { margin-top: 5px; color: #cdd8ff; font-size: 8px; line-height: 1.5; }
.spotlight-bottom { margin-top: 28px; padding-top: 20px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.spotlight-bottom span strong, .spotlight-bottom span small { display: block; }
.spotlight-bottom span strong { font-size: 18px; }
.spotlight-bottom span small { margin-top: 3px; color: #cbd8ff; font-size: 8px; }
.spotlight-bottom .button { justify-self: end; color: var(--accent); border-color: #fff; background: #fff; }
.other-paths { padding: 22px; border: 1px solid #dae2f3; border-radius: 18px; background: rgba(255,255,255,.78); }
.other-paths-title { padding: 3px 3px 15px; display: flex; align-items: center; justify-content: space-between; }
.other-paths-title span { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.other-paths-title small { color: #9ba5b5; font-size: 8px; }
.other-paths article { padding: 17px 3px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border-top: 1px solid var(--line); }
.path-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #667287; background: #f1f3f7; font: 750 12px ui-monospace, monospace; }
.other-paths article strong { font-size: 12px; }
.other-paths article p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.path-cost { padding: 6px 8px; color: #a36717; border-radius: 999px; background: #fff4df; font-size: 8px; white-space: nowrap; }
.path-verdict { margin-top: 12px; padding: 18px; border-radius: 12px; background: #edf2ff; }
.path-verdict span, .path-verdict strong { display: block; }
.path-verdict span { color: var(--accent); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.path-verdict strong { margin-top: 7px; font-size: 18px; }
.category-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.category-copy h2 { margin: 15px 0 18px; font-size: clamp(34px, 4.7vw, 58px); letter-spacing: -.045em; line-height: 1.06; }
.category-copy p { color: var(--muted); line-height: 1.7; }
.category-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.category-cloud span { padding: 11px 15px; border: 1px solid #d9e1f5; border-radius: 999px; color: #3f4d64; background: #fff; font-size: 12px; }
.category-cloud span:nth-child(3n+1) { color: var(--accent); background: #edf2ff; border-color: #d7e1ff; }
.honesty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.honesty-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.honesty-grid span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 10px; font-weight: 800; }
.honesty-grid h3 { margin: 35px 0 10px; }
.honesty-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; color: #465164; }
.check-list li::before { content: "✓"; color: var(--accent); margin-right: 10px; }
.terminal { color: #e9eef7; border: 1px solid #202b3c; border-radius: 13px; background: #111827; overflow: hidden; box-shadow: 0 18px 45px rgba(17,24,39,.18); }
.terminal-head { padding: 13px 16px; border-bottom: 1px solid #263246; display: flex; gap: 6px; align-items: center; }
.terminal-head span { width: 8px; height: 8px; border-radius: 50%; background: #33404e; }
.terminal-head b { margin-left: auto; color: #93a1b5; font: 500 10px ui-monospace, monospace; }
.terminal pre { margin: 0; padding: 28px; color: #d6deea; font-size: 13px; line-height: 1.8; overflow: auto; }
.terminal em { color: #7ea0ff; font-style: normal; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; align-items: stretch; }
.price-grid article { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(37,52,86,.05); }
.price-grid article.featured { border-color: var(--accent); background: #f2f5ff; box-shadow: 0 14px 36px rgba(46,92,255,.12); }
.price-grid article.plan-card { padding: 30px; border-top-width: 3px; border-radius: 18px; }
.price-grid article.plan-starter { border-top-color: #58dce8; }
.price-grid article.plan-pro { border-top-color: var(--accent); }
.price-grid article.plan-elite { border-top-color: #9b8cff; background: linear-gradient(180deg, rgba(155,140,255,.07), var(--surface) 34%); }
.price-grid article > span { color: var(--muted); font-size: 13px; font-weight: 700; }
.price-grid article > .plan-name { color: var(--text); font-size: 15px; font-weight: 800; }
.price-grid article > strong { margin: 23px 0 15px; font-size: 40px; letter-spacing: -.04em; }
.price-grid article > strong small { color: var(--muted); font-size: 12px; letter-spacing: 0; }
.price-grid article p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-grid article .button { margin-top: auto; }
.plan-fit { min-height: 76px; margin: 5px 0 16px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.52); }
.plan-fit small { display: block; margin-bottom: 6px; color: var(--accent); font: 750 9px ui-monospace, monospace; letter-spacing: .12em; }
.plan-fit span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }
.plan-limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; }
.plan-limit-grid div { min-height: 68px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); }
.plan-limit-grid strong, .plan-limit-grid span { display: block; }
.plan-limit-grid strong { color: var(--text); font-size: 17px; letter-spacing: -.025em; }
.plan-limit-grid span { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.3; text-transform: uppercase; letter-spacing: .07em; }
.plan-pro .plan-limit-grid div { border-color: #cbd7ff; background: #eaf0ff; }
.plan-elite .plan-limit-grid div { border-color: #ddd7ff; background: #f1eeff; }
.plan-unlocks { margin: 2px 0 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-pro .plan-unlocks { color: var(--accent); }
.plan-elite .plan-unlocks { color: #755ee8; }
.plan-pro li:first-child, .plan-elite li:first-child { color: var(--text); font-weight: 800; }
.price-grid ul { flex: 1; list-style: none; padding: 0; margin: 8px 0 24px; display: grid; align-content: start; gap: 11px; color: #4f5b6d; font-size: 13px; line-height: 1.45; }
.price-grid li { display: flex; align-items: flex-start; }
.price-grid li::before { content: "✓"; width: 18px; height: 18px; flex: 0 0 18px; margin: 0 8px 0 0; display: grid; place-items: center; color: var(--positive); border-radius: 50%; background: rgba(22,160,93,.1); font-size: 10px; font-weight: 900; }
.popular { align-self: flex-start; margin: -43px 0 18px; padding: 7px 11px; color: #05251b; background: #39d98a; border-radius: 999px; font-size: 9px; letter-spacing: .1em; }
.badge-starter { color: #07333a; background: #58dce8; }
.badge-elite { color: #241852; background: #9b8cff; }
.proof-section { padding: 90px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.proof-grid blockquote { margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.proof-grid blockquote::before { content: "“"; display: block; color: var(--accent); font: 800 36px/1 Georgia, serif; }
.proof-grid strong { display: block; margin: 15px 0 10px; font-size: 16px; }
.proof-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.blog-preview-section { padding-top: 100px; }
.featured-post-card { margin-top: 38px; display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(37,52,86,.075); transition: .2s ease; }
.featured-post-card:hover { transform: translateY(-3px); border-color: #c6d4ff; box-shadow: 0 22px 55px rgba(37,52,86,.11); }
.post-art { min-height: 330px; padding: 35px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #315fff 0%, #6f8fff 100%); }
.post-art::before { content: ""; width: 280px; height: 280px; position: absolute; right: -90px; top: -100px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.045), 0 0 0 70px rgba(255,255,255,.035); }
.paper-wallet { width: 66px; height: 66px; position: absolute; left: 42px; top: 90px; z-index: 2; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: #fff; font: 850 16px ui-monospace, monospace; box-shadow: 0 12px 30px rgba(20,42,119,.2); }
.paper-arrow { position: absolute; left: 124px; top: 110px; z-index: 2; color: #cbd8ff; font-size: 25px; }
.paper-chart { width: 58%; height: 145px; padding: 17px; position: absolute; right: 25px; top: 71px; border: 1px solid rgba(255,255,255,.24); border-radius: 15px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.paper-chart > i { width: 1px; height: calc(100% - 34px); position: absolute; top: 17px; background: rgba(255,255,255,.1); }
.paper-chart > i:nth-child(1) { left: 20%; }.paper-chart > i:nth-child(2) { left: 40%; }.paper-chart > i:nth-child(3) { left: 60%; }.paper-chart > i:nth-child(4) { left: 80%; }
.paper-chart svg { width: 100%; height: 100%; position: relative; z-index: 2; overflow: visible; }
.paper-chart path { fill: none; stroke: #fff; stroke-width: 4; stroke-linecap: round; }
.post-art > b { position: absolute; left: 35px; bottom: 30px; font-size: 11px; letter-spacing: .16em; }
.post-copy { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.post-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.post-meta span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.post-meta small { color: var(--muted); font-size: 9px; }
.post-copy h3, .post-copy h2 { margin: 23px 0 15px; font-size: clamp(27px, 3.4vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.post-copy p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.post-copy > strong { margin-top: 20px; color: var(--accent); font-size: 12px; }
.post-copy > strong i { margin-left: 5px; font-style: normal; transition: .18s ease; }
.featured-post-card:hover .post-copy > strong i { margin-left: 10px; }
.blog-hero { text-align: center; }
.blog-hero h1, .blog-hero > p { margin-left: auto; margin-right: auto; }
.blog-index { padding-bottom: 50px; }
.blog-index-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.blog-page-card { margin-top: 18px; }
.blog-library-head { margin-top: 70px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.blog-story-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.blog-story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 10px 30px rgba(37,52,86,.055); transition: .2s ease; }
.blog-story-card:hover { transform: translateY(-3px); border-color: #c6d4ff; box-shadow: 0 18px 40px rgba(37,52,86,.09); }
.blog-story-card > a { height: 100%; padding: 20px; display: flex; flex-direction: column; }
.blog-story-art { height: 125px; margin: -5px -5px 20px; padding: 20px; position: relative; overflow: hidden; border-radius: 12px; color: #fff; background: linear-gradient(145deg, #244fe5, #7894ff); }
.blog-story-art span { position: relative; z-index: 2; font: 850 27px ui-monospace, monospace; }
.blog-story-art i { width: 135px; height: 135px; position: absolute; right: -30px; top: -65px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.blog-story-art i:nth-child(2) { transform: scale(.7); }.blog-story-art i:nth-child(3) { transform: scale(.4); }
.blog-story-card h2 { margin: 17px 0 11px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.blog-story-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.blog-story-card > a > strong { margin-top: auto; padding-top: 20px; color: var(--accent); font-size: 10px; }
.article-hero { padding: 90px 0 55px; text-align: center; }
.article-back { display: block; margin-bottom: 45px; color: var(--muted); font-size: 11px; text-align: left; }
.article-back:hover { color: var(--accent); }
.post-category { display: inline-block; padding: 7px 10px; color: var(--accent); border: 1px solid #d7e1ff; border-radius: 999px; background: #edf2ff; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article-hero h1 { max-width: 900px; margin: 24px auto 20px; font-size: clamp(45px, 6vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.article-hero > p { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.article-byline { margin-top: 30px; display: flex; justify-content: center; align-items: center; gap: 10px; text-align: left; }
.author-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 12px; font-weight: 850; }
.article-byline strong, .article-byline small { display: block; }
.article-byline strong { font-size: 11px; }
.article-byline small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.article-cover { height: 410px; display: flex; align-items: center; justify-content: center; gap: 25px; position: relative; overflow: hidden; border-radius: 19px; color: #fff; background: linear-gradient(135deg, #2756ef, #7d98ff); box-shadow: 0 25px 65px rgba(46,92,255,.18); }
.article-cover::before, .article-cover::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.article-cover::before { width: 360px; height: 360px; left: -120px; top: -160px; }
.article-cover::after { width: 430px; height: 430px; right: -140px; bottom: -260px; }
.cover-wallet, .cover-portfolio { padding: 16px 20px; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(255,255,255,.13); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.cover-path { width: 300px; display: flex; align-items: center; position: relative; z-index: 2; }
.cover-path::before { content: ""; width: 100%; height: 2px; position: absolute; background: rgba(255,255,255,.45); }
.cover-path i { width: 13px; height: 13px; z-index: 2; margin-left: auto; border: 3px solid #fff; border-radius: 50%; background: #5478ef; }
.article-body { width: min(720px, calc(100% - 40px)); margin: 75px auto 0; color: #354054; }
.article-body > p { margin: 0 0 24px; font-size: 16px; line-height: 1.85; }
.article-body .article-lead { color: var(--text); font-size: 21px; line-height: 1.65; }
.article-body h2 { margin: 65px 0 20px; color: var(--text); font-size: 32px; letter-spacing: -.035em; }
.article-section > p { margin: 0 0 24px; font-size: 16px; line-height: 1.85; }
.article-section > ul { padding-left: 20px; margin: 25px 0; display: grid; gap: 10px; line-height: 1.6; }
.article-section > ul li::marker { color: var(--accent); }
.article-body aside { margin: 38px -40px; padding: 28px 35px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: #edf2ff; }
.article-body aside strong, .article-body aside span { display: block; }
.article-body aside strong { color: var(--accent); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-body aside span { margin-top: 10px; color: var(--text); line-height: 1.6; }
.article-body .affiliate-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 25px; }
.affiliate-callout strong { grid-column: 1; }
.affiliate-callout span { grid-column: 1; }
.affiliate-callout a { grid-column: 2; grid-row: 1 / 3; padding: 12px 15px; border-radius: 9px; color: #fff; background: var(--accent); font-size: 10px; font-weight: 800; white-space: nowrap; }
.article-points { display: grid; gap: 10px; }
.article-points section { padding: 20px; display: grid; grid-template-columns: auto 1fr; gap: 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.article-points b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: #edf2ff; font-size: 9px; }
.article-points h3 { margin: 1px 0 6px; font-size: 15px; }
.article-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.article-body > ul { padding-left: 20px; margin: 25px 0; display: grid; gap: 10px; line-height: 1.6; }
.article-body > ul li::marker { color: var(--accent); }
.article-cta { margin: 75px -80px 0; padding: 55px; text-align: center; border: 1px solid #d7e1ff; border-radius: 18px; background: #edf2ff; }
.article-cta > span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-cta h2 { margin: 14px auto 25px; max-width: 500px; }
.article-cta-actions { display: flex; justify-content: center; gap: 9px; }
.article-cta > small { max-width: 570px; margin: 20px auto 0; display: block; color: var(--muted); font-size: 9px; line-height: 1.55; }
.article-faq { margin-top: 70px; }
.article-faq > h2 { margin-top: 12px; }
.article-faq details { margin-top: 9px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.article-faq summary { padding: 17px 18px; color: var(--text); cursor: pointer; font-size: 13px; font-weight: 750; }
.article-faq details p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-risk-note { margin-top: 45px; padding: 20px; border: 1px solid #f0d59b; border-radius: 12px; background: #fff9eb; }
.article-risk-note strong { color: #8b5a00; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.article-risk-note p { margin: 8px 0 0; color: #6f5b31; font-size: 11px; line-height: 1.65; }
.faq-section {
  margin-top: 130px;
  padding: 72px 56px 88px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(46,92,255,.1), transparent 25rem),
    var(--surface-2);
}
.faq-list { display: grid; gap: 10px; }
.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(37,52,86,.045);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.faq-list details[open] { border-color: #c8d5ff; box-shadow: 0 12px 28px rgba(37,52,86,.075); }
.faq-list summary { padding: 21px 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--accent); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 56px 22px 20px; margin: 0; color: var(--muted); line-height: 1.7; font-size: 13px; }
.transparency { margin-top: 36px; padding: 70px; display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: center; border: 1px solid #d7e1ff; border-radius: 16px; background: #edf2ff; }
.transparency h2 { margin: 15px 0; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.045em; line-height: 1.08; }
.transparency p { margin: 0; color: var(--muted); line-height: 1.7; }
.transparency ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.transparency li { padding: 14px 16px; border: 1px solid #d7e1ff; border-radius: 9px; background: #fff; font-size: 13px; font-weight: 650; }
.transparency li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.cta { margin-top: 130px; padding: 80px; text-align: center; color: #fff; border: 1px solid var(--accent); border-radius: 16px; background: var(--accent); box-shadow: 0 22px 55px rgba(46,92,255,.22); }
.cta h2 { max-width: 750px; margin-inline: auto; }
.cta .kicker { color: #dce5ff; }
.cta p { color: #dce5ff; }
.cta .button-primary { color: var(--accent); background: #fff; border-color: #fff; box-shadow: none; }
.site-footer { width: min(var(--max), calc(100% - 40px)); margin: 120px auto 0; padding: 42px 0 34px; border-top: 1px solid var(--line); color: var(--muted); display: grid; grid-template-columns: 1fr 1fr; gap: 30px; font-size: 12px; }
.footer-brand { color: var(--text); }
.site-footer > div > p { max-width: 430px; margin-top: 14px; line-height: 1.6; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--text); }
.risk { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid var(--line); }
.page-hero { padding: 110px 0 58px; }
.page-hero h1 { margin-left: 0; font-size: clamp(44px, 6vw, 72px); }
.page-hero > p { margin-left: 0; }
.page-hero.blog-hero h1, .page-hero.blog-hero > p { margin-left: auto; margin-right: auto; }
.centered { text-align: center; }
.centered h1, .centered > p { margin-left: auto; margin-right: auto; }
.notice { max-width: 520px; margin: 25px auto 0; padding: 12px; border: 1px solid #d7bc6a; border-radius: 8px; background: #fff9e6; color: #805f00; }
.table-section { padding-bottom: 30px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--surface); box-shadow: 0 12px 35px rgba(37,52,86,.055); }
.data-table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.data-table th { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.data-table th, .data-table td { padding: 15px 17px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
.data-table tbody tr:hover { background: #f7f9ff; }
.data-table th:first-child, .data-table td:first-child { text-align: left; }
.data-table td strong { display: block; margin-bottom: 4px; }
.data-table td code { color: var(--muted); font-size: 10px; }
.text-link, .text-button { color: var(--accent); font-weight: 700; }
.text-button { border: 0; background: none; cursor: pointer; padding: 0; }
.positive { color: var(--positive) !important; }
.negative { color: var(--negative) !important; }
.journal-reason { position: relative; color: #d99a32 !important; white-space: normal !important; line-height: 1.4; overflow: visible; }
.journal-reason-badge { position: relative; padding: 7px 9px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e7bc65; border-radius: 999px; color: #9a6500; background: #fff5d9; font: 800 9px ui-monospace,monospace; letter-spacing: .05em; white-space: nowrap; cursor: help; }
.journal-reason-badge i { width: 14px; height: 14px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: #c78916; font: 800 9px ui-sans-serif,sans-serif; }
.journal-reason-badge::after { content: attr(data-tooltip); width: 250px; padding: 11px 12px; position: absolute; z-index: 20; right: 0; bottom: calc(100% + 9px); border: 1px solid var(--line); border-radius: 9px; color: var(--text); background: var(--surface); box-shadow: 0 12px 32px rgba(21,31,51,.18); font: 600 11px/1.5 ui-sans-serif,system-ui,sans-serif; letter-spacing: 0; text-align: left; white-space: normal; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s ease,transform .15s ease,visibility .15s ease; pointer-events: none; }
.journal-reason-badge:hover::after, .journal-reason-badge:focus-visible::after, .journal-reason-badge:focus::after { opacity: 1; visibility: visible; transform: translateY(0); }
.journal-execution-warning { width: 15px; height: 15px; margin-left: 3px; padding: 0; position: relative; display: inline-grid; place-items: center; vertical-align: -2px; border: 0; border-radius: 50%; color: #2b1a00; background: #f0a52f; font: 850 9px ui-sans-serif,sans-serif; cursor: help; }
.journal-execution-warning::after { content: attr(data-tooltip); width: 270px; padding: 11px 12px; position: absolute; z-index: 25; right: 0; bottom: calc(100% + 9px); border: 1px solid #745421; border-radius: 9px; color: var(--text); background: var(--surface); box-shadow: 0 12px 32px rgba(21,31,51,.2); font: 600 11px/1.5 ui-sans-serif,system-ui,sans-serif; text-align: left; white-space: normal; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s ease,transform .15s ease,visibility .15s ease; pointer-events: none; }
.journal-execution-warning:hover::after, .journal-execution-warning:focus-visible::after, .journal-execution-warning:focus::after { opacity: 1; visibility: visible; transform: translateY(0); }
.journal-table { min-width: 0; table-layout: fixed; font-size: 11px; }
.journal-table th, .journal-table td { padding: 13px 8px; vertical-align: top; white-space: normal; overflow-wrap: anywhere; }
.journal-table th:nth-child(1) { width: 14%; }
.journal-table th:nth-child(2) { width: 6%; }
.journal-table th:nth-child(3) { width: 11%; }
.journal-table th:nth-child(4) { width: 24%; }
.journal-table th:nth-child(5) { width: 7%; }
.journal-table th:nth-child(6), .journal-table th:nth-child(7) { width: 12%; }
.journal-table th:nth-child(8) { width: 7%; }
.journal-table th:nth-child(9) { width: 7%; }
.journal-table .journal-account, .journal-table .journal-market, .journal-table .journal-trade { text-align: left; white-space: normal; }
.journal-table .journal-account { min-width: 0; }
.journal-table .journal-account strong, .journal-table .journal-market strong, .journal-table .journal-trade strong { margin: 0; color: var(--text); font-size: 12px; line-height: 1.4; }
.journal-table .journal-account code, .journal-table .journal-market span, .journal-table .journal-trade span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.journal-table .journal-market, .journal-table .journal-trade { min-width: 0; }
.empty-cell { color: var(--muted); text-align: center !important; padding: 32px !important; }
.table-note { margin: 22px 18px 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.screening-badge { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #7e3940; background: #fff0f1; font-size: 9px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.screening-badge.shadow_test { color: #755706; background: #fff6d9; }
.screening-badge.new_trend { color: #2449d8; background: #edf2ff; }
.screening-reason { width: 190px; margin-top: 6px; display: block; white-space: normal; color: var(--muted); font-size: 9px; line-height: 1.45; }
.wallet-directory-head { padding: 45px 0 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.wallet-directory-head h1 { margin: 9px 0 7px; font-size: clamp(34px, 4.5vw, 52px); letter-spacing: -.05em; }
.wallet-directory-head p { max-width: 650px; margin: 0; color: var(--muted); }
.wallet-directory { padding-bottom: 70px; }
.category-filter { padding: 5px; display: flex; align-items: center; gap: 4px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.category-filter a { padding: 10px 13px; display: flex; align-items: center; gap: 7px; border-radius: 8px; color: var(--muted); white-space: nowrap; font-size: 11px; font-weight: 750; }
.category-filter a:hover, .category-filter a.active { color: var(--accent); background: #edf2ff; }
.category-filter span { min-width: 18px; padding: 2px 5px; border-radius: 999px; background: var(--surface-2); color: inherit; text-align: center; font-size: 8px; }
.directory-toolbar { margin: 16px 2px 10px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
.directory-toolbar > div { display: flex; align-items: center; gap: 9px; }
.screening-explainer { margin-bottom: 12px; padding: 11px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: var(--surface-2); font-size: 10px; line-height: 1.5; }
.screening-explainer strong { flex: 0 0 auto; color: var(--text); }
.wallet-profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.wallet-profile-card { min-width: 0; padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 8px 24px rgba(37,52,86,.035); }
.profile-card-head, .profile-identity, .profile-screen { display: flex; align-items: center; }
.profile-card-head, .profile-screen { justify-content: space-between; gap: 14px; }
.profile-identity { min-width: 0; gap: 10px; }
.profile-identity > div { min-width: 0; }
.profile-identity strong, .profile-identity code { display: block; }
.profile-identity strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.profile-identity code { margin-top: 4px; color: var(--muted); font-size: 9px; }
.profile-avatar { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(145deg,var(--accent),#83a0ff); font-weight: 850; }
.profile-category { flex: 0 0 auto; padding: 5px 8px; border-radius: 999px; color: var(--accent); background: #edf2ff; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.profile-metrics { margin: 16px 0; padding: 13px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); }
.profile-metrics > div { min-width: 0; padding: 0 10px; border-right: 1px solid var(--line); }
.profile-metrics > div:first-child { padding-left: 0; }
.profile-metrics > div:last-child { padding-right: 0; border-right: 0; }
.profile-metrics span, .profile-metrics strong { display: block; }
.profile-metrics span { margin-bottom: 6px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.profile-metrics strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.profile-screen > div { min-width: 0; }
.profile-screen small { max-width: 260px; margin-top: 6px; display: block; overflow: hidden; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.profile-actions { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.profile-copy { min-width: 96px; flex: 0 0 auto; }
.profile-copy:disabled { opacity: .45; cursor: not-allowed; }
.directory-empty { grid-column: 1/-1; padding: 70px 25px; border: 1px dashed var(--line-strong); border-radius: 14px; background: var(--surface); text-align: center; }
.directory-empty h2 { margin: 10px 0 7px; }
.directory-empty p { margin: 0; color: var(--muted); }
.wallet-hero .address { display: block; color: var(--muted); word-break: break-all; }
.wallet-hero .hero-actions { justify-content: flex-start; }
.wallet-hero .button:disabled { opacity: .7; cursor: default; }
.profile-copy-warning { max-width: 720px; margin-top: 22px; padding: 14px 16px; display: grid; gap: 5px; border: 1px solid color-mix(in srgb,#d99a32 48%,var(--line)); border-radius: 11px; background: color-mix(in srgb,#d99a32 9%,var(--surface)); }
.profile-copy-warning strong { color: #b87913; font-size: 11px; }
.profile-copy-warning span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.trend-account-warning { border-color: color-mix(in srgb,#e38b2c 62%,var(--line)); background: color-mix(in srgb,#e38b2c 13%,var(--surface)); }
.trend-account-warning strong { color: #d17819; }
.trend-wallet-metrics { margin-top: -16px; }
.copy-confirm-dialog { width: min(440px,calc(100% - 28px)); padding: 25px; border: 1px solid var(--line-strong); border-radius: 16px; color: var(--text); background: var(--surface); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.copy-confirm-dialog::backdrop { background: rgba(3,7,16,.72); backdrop-filter: blur(5px); }
.copy-confirm-icon { width: 42px; height: 42px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--accent); font-size: 20px; }
.copy-confirm-dialog h2 { margin: 8px 0; font-size: 24px; letter-spacing: -.035em; }
.copy-confirm-dialog p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.copy-confirm-dialog p strong { color: var(--text); }
.copy-confirm-dialog > small { margin-top: 11px; display: block; color: var(--muted); font-size: 9px; }
.copy-confirm-actions { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.copy-confirm-actions .button { width: 100%; }
.copy-confirm-dialog .form-message { min-height: 16px; padding: 9px 0 0; }
.remove-confirm-icon { background: var(--negative); font-weight: 850; }
.remove-follow-dialog > small { color: color-mix(in srgb,var(--negative) 75%,var(--muted)); line-height: 1.5; }
.wallet-metrics { margin-bottom: 28px; }
.wallet-screening-summary { margin-bottom: 18px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.wallet-screening-summary h2 { margin: 7px 0 5px; font-size: 20px; }
.wallet-screening-summary p { margin: 0; color: var(--muted); font-size: 11px; }
.wallet-activity-intro { margin: 32px auto 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.wallet-activity-intro h2 { margin: 7px 0 4px; font-size: 24px; letter-spacing: -.035em; }
.wallet-activity-intro p, .wallet-activity-intro > small { margin: 0; color: var(--muted); font-size: 10px; }
.wallet-activity-intro > small { white-space: nowrap; }
.wallet-analysis-grid { margin-bottom: 14px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.wallet-analysis-grid article { min-width: 0; min-height: 110px; padding: 16px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.wallet-analysis-grid article:last-child { border-right: 0; }
.wallet-analysis-grid span { color: var(--muted); font-size: 9px; }
.wallet-analysis-grid strong { margin-top: 10px; overflow: hidden; color: var(--text); font: 750 19px ui-monospace,monospace; text-overflow: ellipsis; }
.wallet-analysis-grid small { margin-top: auto; padding-top: 9px; color: var(--muted); font-size: 8px; line-height: 1.35; }
.reward-summary-section { margin-bottom: 14px; padding: 17px; display: grid; grid-template-columns: minmax(190px,.8fr) minmax(0,2fr); gap: 14px 24px; align-items: center; border: 1px solid color-mix(in srgb,var(--line) 72%,#d99a32 28%); border-radius: 13px; background: linear-gradient(120deg,rgba(217,154,50,.07),transparent 42%),var(--surface); }
.reward-summary-copy h2 { margin: 7px 0 4px; font: 760 22px ui-monospace,monospace; }
.reward-summary-copy p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.reward-summary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); }
.reward-summary-grid article { min-height: 76px; padding: 12px; display: grid; gap: 5px; border-right: 1px solid var(--line); }
.reward-summary-grid article:last-child { border-right: 0; }
.reward-summary-grid span { color: var(--muted); font-size: 8px; }
.reward-summary-grid strong { font: 750 16px ui-monospace,monospace; }
.reward-summary-grid small { color: var(--muted); font-size: 8px; }
.reward-scope-note { grid-column: 1/-1; color: var(--muted); font-size: 8px; }
.behavior-summary { margin-bottom: 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.behavior-summary article { min-width: 0; padding: 15px 16px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-2); }
.behavior-summary span { color: var(--accent); font: 700 8px ui-monospace,monospace; letter-spacing: .11em; }
.behavior-summary strong { margin-top: 8px; display: block; font-size: 13px; }
.behavior-summary p { margin: 5px 0 0; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.wallet-example-section { margin-bottom: 18px; }
.wallet-section-title { margin-bottom: 11px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.wallet-section-title h2 { margin: 6px 0 0; font-size: 19px; }
.wallet-section-title > small { color: var(--muted); font-size: 9px; }
.movement-example-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.movement-example-grid article { min-width: 0; min-height: 158px; padding: 14px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.movement-example-grid article > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.movement-example-grid time { color: var(--muted); font-size: 8px; }
.trade-side { padding: 4px 6px; border-radius: 5px; color: var(--positive); background: rgba(38,198,131,.1); font: 750 8px ui-monospace,monospace; }
.trade-side.sell { color: #ffb35c; background: rgba(255,179,92,.1); }
.movement-example-grid article > a, .movement-example-grid article > strong { margin-top: 12px; display: -webkit-box; overflow: hidden; color: var(--text); font-size: 11px; font-weight: 700; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.movement-example-grid p { margin: 7px 0 0; color: var(--muted); font-size: 9px; }
.movement-example-grid b { margin-top: auto; padding-top: 10px; font: 760 17px ui-monospace,monospace; }
.wallet-closed-table { margin-bottom: 18px; }
.closed-position-toolbar { min-height: 64px; gap: 18px; letter-spacing: 0; }
.closed-position-toolbar > strong { color: var(--text); font-size: 13px; }
.closed-position-filters { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.closed-position-filters label { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 650; }
.closed-position-filters select { height: 34px; padding: 0 28px 0 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--text); background: var(--surface); font-size: 11px; }
.closed-position-filters > span { min-width: 150px; color: var(--muted); font-size: 10px; text-align: right; }
.wallet-closed-table .data-table { table-layout: fixed; font-size: 11px; }
.wallet-closed-table .data-table th, .wallet-closed-table .data-table td { padding: 13px 10px; }
.wallet-closed-table .data-table th:nth-child(1) { width: 12%; }
.wallet-closed-table .data-table th:nth-child(2) { width: 36%; }
.wallet-closed-table .data-table th:nth-child(3) { width: 12%; }
.wallet-closed-table .data-table th:nth-child(4) { width: 13%; }
.wallet-closed-table .data-table th:nth-child(5) { width: 14%; }
.wallet-closed-table .data-table th:nth-child(6) { width: 13%; }
.wallet-closed-table .data-table th:nth-child(2), .wallet-closed-table .data-table td:nth-child(2) { text-align: left; white-space: normal; line-height: 1.4; overflow-wrap: anywhere; }
.wallet-closed-table .data-table td:nth-child(2) a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wallet-closed-table .data-table a, .wallet-activity-intro + .wallet-analysis-grid ~ .table-section .data-table a { color: var(--text); font-weight: 650; }
.pricing-page { padding-bottom: 30px; }
.pricing-page .price-grid { margin-top: 20px; }
.checkout-demo-shell { min-height: calc(100vh - 72px); padding: 70px 20px; display: grid; place-items: start center; background: radial-gradient(circle at 50% 0%, rgba(99,91,255,.1), transparent 34rem), var(--bg); }
.checkout-demo-card { width: min(900px, 100%); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 28px 90px rgba(24,37,73,.15); }
.checkout-demo-brand { height: 62px; padding: 0 25px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.checkout-demo-brand > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #635bff; font-size: 11px; font-weight: 900; }
.checkout-demo-brand > strong { font-size: 11px; letter-spacing: .12em; }
.checkout-demo-brand > small { margin-left: auto; padding: 6px 8px; border-radius: 999px; color: #635bff; background: rgba(99,91,255,.1); font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.checkout-demo-grid { display: grid; grid-template-columns: 1fr 1fr; }
.checkout-demo-summary { padding: 45px; background: var(--surface-2); }
.checkout-demo-summary > a { color: var(--muted); font-size: 10px; }
.checkout-demo-summary > span { display: block; margin-top: 60px; color: var(--muted); font-size: 11px; }
.checkout-demo-summary h1 { margin: 8px 0 0; font-size: 34px; }
.checkout-demo-price { margin-top: 22px; display: flex; align-items: baseline; gap: 8px; }
.checkout-demo-price strong { font-size: 37px; letter-spacing: -.04em; }
.checkout-demo-price span, .checkout-demo-summary > p { color: var(--muted); font-size: 11px; }
.checkout-demo-summary > p { margin-top: 18px; line-height: 1.65; }
.checkout-demo-summary ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; list-style: none; }
.checkout-demo-summary li { padding: 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); }
.checkout-demo-summary li strong, .checkout-demo-summary li span { display: block; }
.checkout-demo-summary li strong { font-size: 13px; }.checkout-demo-summary li span { margin-top: 4px; color: var(--muted); font-size: 8px; }
.checkout-demo-form { padding: 45px; }
.checkout-test-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 999px; color: #8a6500; background: #fff5d6; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.checkout-test-badge i { width: 6px; height: 6px; border-radius: 50%; background: #e7aa00; }
.checkout-demo-form h2 { margin: 22px 0 8px; font-size: 25px; }
.checkout-demo-form > p { margin-bottom: 25px; color: var(--muted); font-size: 10px; }
.checkout-demo-form label { margin-top: 16px; display: block; color: var(--muted); font-size: 9px; font-weight: 700; }
.checkout-demo-form input, .checkout-card-field { width: 100%; min-height: 43px; margin-top: 7px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: var(--surface-2); }
.checkout-demo-form input { opacity: 1; }
.checkout-card-field { display: flex; align-items: center; justify-content: space-between; }
.checkout-card-field small { color: var(--muted); font-size: 8px; }
.checkout-demo-form > button { width: 100%; height: 46px; margin-top: 22px; border: 0; border-radius: 8px; color: #fff; background: #635bff; font-weight: 800; opacity: .58; cursor: not-allowed; }
.checkout-demo-note { margin-top: 12px; display: block; color: var(--muted); text-align: center; font-size: 8px; line-height: 1.5; }
.checkout-shell { width: min(680px, calc(100% - 2rem)); margin: 5rem auto; }
.checkout-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.checkout-card > strong { display: block; margin: 16px 0; font-size: 32px; }
.checkout-card > strong small { color: var(--muted); font-size: 13px; }
.checkout-card > p { color: var(--muted); line-height: 1.65; }
.checkout-legal-confirm { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 24px 0; padding: 16px; border: 1px solid var(--line); border-radius: 12px; line-height: 1.55; }
.checkout-legal-confirm input { width: 18px; height: 18px; margin-top: 2px; }
.checkout-legal-confirm a { color: var(--accent); font-weight: 700; }
.checkout-demo-foot { min-height: 48px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }
.connect-shell {
  min-height: 760px;
  padding: 105px 20px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(rgba(87,110,157,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87,110,157,.055) 1px, transparent 1px);
  background-size: 54px 54px;
}
.connect-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(24px); opacity: .52; }
.connect-orb-one { width: 420px; height: 420px; top: -8%; left: 5%; background: rgba(46,92,255,.14); }
.connect-orb-two { width: 360px; height: 360px; right: 3%; bottom: -10%; background: rgba(116,92,232,.1); }
.connect-card {
  width: min(1080px, 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  border: 1px solid rgba(86,118,180,.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(46,92,255,.11), transparent 30rem),
    rgba(255,255,255,.92);
  box-shadow: 0 28px 90px rgba(26,48,95,.17);
  backdrop-filter: blur(18px);
}
.connect-copy { padding: 64px 56px 54px; display: flex; flex-direction: column; justify-content: center; }
.connect-copy h1 { max-width: 540px; margin: 18px 0; font-size: clamp(42px, 5vw, 62px); line-height: .99; letter-spacing: -.055em; }
.connect-copy h1 span { color: var(--accent); }
.connect-copy > p, .billing-gate p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.7; }
.connect-wallet-button {
  width: min(390px, 100%);
  min-height: 58px;
  margin: 30px 0 0;
  padding: 0 21px;
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  border: 1px solid var(--accent);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(110deg, #2e5cff, #5678ff);
  box-shadow: 0 14px 30px rgba(46,92,255,.24);
  cursor: pointer;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease;
}
.connect-wallet-button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(46,92,255,.32); }
.connect-wallet-button:disabled { opacity: .65; cursor: wait; transform: none; }
.connect-wallet-coming-soon:disabled { opacity: .72; cursor: not-allowed; }
.connect-wallet-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.connect-wallet-button b { font-size: 19px; }
.connect-status { min-height: 25px; padding-top: 8px; color: var(--accent); font-size: 12px; }
.connect-legal-consent { display: grid; gap: 9px; margin: 18px 0 14px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); }
.connect-legal-consent label { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--text); font-size: 12px; line-height: 1.45; }
.connect-legal-consent input { margin-top: 2px; width: 16px; height: 16px; }
.connect-legal-consent a { color: var(--accent); font-weight: 700; }
.connect-legal-consent small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.connect-login-note { color: var(--muted); font-size: 11px; }
.connect-login-note span { color: var(--positive); margin-right: 5px; }
.connect-route { margin: 18px; padding: 24px; align-self: stretch; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-2); }
.connect-route-head { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: center; }
.connect-route-head span { color: var(--muted); font: 750 9px ui-monospace, monospace; letter-spacing: .12em; }
.connect-route-head b { color: var(--accent); font-size: 10px; }
.connect-route-step { min-height: 84px; padding: 15px; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.connect-route-step > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--accent); background: #edf2ff; font: 800 10px ui-monospace, monospace; font-style: normal; }
.connect-route-step strong, .connect-route-step span { display: block; }
.connect-route-step strong { font-size: 13px; }
.connect-route-step span { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.connect-route-step > b { padding: 5px 7px; color: var(--muted); border-radius: 999px; background: var(--surface-2); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.connect-route-step.active { border-color: #bfceff; box-shadow: 0 9px 24px rgba(46,92,255,.08); }
.connect-route-step.active > b { color: var(--accent); background: #edf2ff; }
.connect-route > em { width: 1px; height: 13px; margin-left: 33px; display: block; background: var(--line-strong); }
.connect-route-foot { margin-top: 20px; padding: 13px 15px; display: flex; justify-content: space-between; gap: 15px; border-radius: 10px; color: var(--muted); background: rgba(46,92,255,.06); font-size: 10px; }
.connect-route-foot strong { color: var(--accent); }
.connect-card-foot { min-height: 58px; padding: 14px 24px; grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.connect-card-foot span::before { content: "✓"; margin-right: 6px; color: var(--positive); }
.connect-card-foot a { margin-left: auto; color: var(--accent); font-weight: 800; }
.connect-card-foot a:hover { text-decoration: underline; }
.onboarding-shell {
  min-height: calc(100vh - 72px); padding: 54px 20px 70px; position: relative; overflow: hidden;
  display: grid; place-items: start center;
  background:
    linear-gradient(rgba(87,110,157,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87,110,157,.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(46,92,255,.11), transparent 34rem);
  background-size: 48px 48px, 48px 48px, auto;
}
.onboarding-ambient { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.onboarding-ambient-one { width: 420px; height: 420px; left: -160px; top: 8%; background: rgba(46,92,255,.14); }
.onboarding-ambient-two { width: 380px; height: 380px; right: -140px; bottom: 3%; background: rgba(106,83,220,.12); }
.onboarding-preview {
  width: min(1180px, calc(100% - 40px)); min-height: 560px; position: absolute; top: 82px;
  border: 1px solid var(--line); border-radius: 24px; opacity: .38; filter: blur(5px);
  background: var(--surface); transform: scale(.98);
}
.onboarding-preview-head { height: 54px; padding: 0 22px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line); }
.onboarding-preview-head span { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); }
.onboarding-preview-grid { padding: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.onboarding-preview-grid article {
  padding: 20px; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center;
  border: 1px solid var(--line); border-radius: 13px; background: var(--surface-2);
}
.onboarding-preview-grid i, .locked-wallet-list > article > i { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(145deg, #2e5cff, #88a2ff); }
.onboarding-preview-grid b, .onboarding-preview-grid span { display: block; }
.onboarding-preview-grid span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.onboarding-preview-grid strong { color: var(--positive); }
.onboarding-modal {
  width: min(820px, 100%); min-height: 570px; position: relative; z-index: 2; overflow: hidden;
  border: 1px solid rgba(96,122,183,.34); border-radius: 24px;
  background: rgba(255,255,255,.96); box-shadow: 0 34px 100px rgba(30,48,92,.22);
  backdrop-filter: blur(22px);
}
.onboarding-modal-head { height: 62px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.onboarding-modal-head > div { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.onboarding-modal-head > span { color: var(--muted); font-size: 10px; font-weight: 750; }
.onboarding-mark { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--accent); font-size: 12px; font-weight: 900; }
.onboarding-progress { height: 3px; background: var(--surface-2); }
.onboarding-progress i { width: 33.333%; height: 100%; display: block; background: linear-gradient(90deg, var(--accent), #849cff); transition: width .45s ease; }
.onboarding-view { display: none; padding: 42px 48px 38px; animation: onboardingIn .35s ease both; }
.onboarding-view.active { display: block; }
.onboarding-view h1 { max-width: 650px; margin: 12px 0 10px; font-size: clamp(32px, 4.2vw, 46px); line-height: 1.03; letter-spacing: -.045em; }
.onboarding-view > p, .results-heading + p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.onboarding-category-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.onboarding-choice, .onboarding-range {
  min-height: 62px; padding: 0 15px; display: grid; align-items: center; border: 1px solid var(--line);
  border-radius: 12px; color: var(--text); background: var(--surface); cursor: pointer; transition: .18s ease;
}
.onboarding-choice { grid-template-columns: 13px 1fr 20px; gap: 10px; text-align: left; font-size: 12px; font-weight: 750; }
.onboarding-choice > i { width: 8px; height: 8px; border-radius: 50%; background: var(--line-strong); }
.onboarding-choice > b, .onboarding-range > b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; color: transparent; background: var(--surface-2); font-size: 10px; }
.onboarding-choice:hover, .onboarding-range:hover { transform: translateY(-1px); border-color: #b8c7fb; }
.onboarding-choice.selected, .onboarding-range.selected { border-color: #89a0ff; background: #f2f5ff; box-shadow: 0 8px 20px rgba(46,92,255,.08); }
.onboarding-choice.selected > i { background: var(--accent); box-shadow: 0 0 0 4px rgba(46,92,255,.1); }
.onboarding-choice.selected > b, .onboarding-range.selected > b { color: #fff; background: var(--accent); }
.onboarding-action-row { margin-top: 28px; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.onboarding-action-row small { color: var(--muted); }
.onboarding-action-row small.error { color: var(--negative); }
.onboarding-action-row .button { min-width: 178px; gap: 18px; }
.onboarding-back { margin: -13px 0 20px; padding: 0; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 11px; }
.onboarding-range-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.onboarding-range { min-height: 70px; grid-template-columns: 1fr auto; text-align: left; }
.onboarding-range span, .onboarding-range small { display: block; }
.onboarding-range span { font-weight: 800; font-size: 13px; }
.onboarding-range small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.onboarding-range > b { grid-column: 2; grid-row: 1 / 3; }
.onboarding-scanning { padding-top: 75px; text-align: center; }
.onboarding-scanning h1, .onboarding-scanning > p { margin-inline: auto; }
.discovery-radar { width: 116px; height: 116px; margin: 0 auto 27px; position: relative; display: grid; place-items: center; }
.discovery-radar i { position: absolute; inset: 0; border: 1px solid rgba(46,92,255,.28); border-radius: 50%; animation: radarPulse 2s ease-out infinite; }
.discovery-radar i:nth-child(2) { animation-delay: .65s; }
.discovery-radar i:nth-child(3) { animation-delay: 1.3s; }
.discovery-radar b { width: 55px; height: 55px; display: grid; place-items: center; z-index: 2; border-radius: 17px; color: #fff; background: linear-gradient(145deg, #2e5cff, #708dff); box-shadow: 0 15px 35px rgba(46,92,255,.28); font-size: 20px; }
.scan-bar { width: min(480px, 100%); height: 7px; margin: 28px auto 19px; overflow: hidden; border-radius: 99px; background: var(--surface-2); }
.scan-bar i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--accent), #8ca3ff); transition: width .55s ease; }
.scan-facts { display: flex; justify-content: center; gap: 25px; color: var(--muted); font-size: 9px; }
.scan-facts span::before { content: "✓"; margin-right: 5px; color: var(--positive); }
.onboarding-results { padding: 31px 38px 28px; }
.results-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.results-heading h1 { margin-bottom: 0; font-size: clamp(28px, 3.6vw, 39px); }
.match-count { flex: 0 0 auto; padding: 8px 11px; border-radius: 999px; color: var(--positive); background: #ebf8f1; font-size: 10px; font-weight: 850; }
.locked-results { height: 210px; margin-top: 20px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.locked-wallet-list { padding: 8px; filter: blur(6px); opacity: .67; user-select: none; }
.locked-wallet-list article { min-height: 58px; padding: 8px 12px; display: grid; grid-template-columns: 28px 34px 1fr 50px 62px; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); background: var(--surface); }
.locked-wallet-list .wallet-rank { color: var(--muted); font: 750 9px ui-monospace, monospace; }
.locked-wallet-list > article > i { width: 30px; height: 30px; }
.locked-wallet-list strong, .locked-wallet-list small { display: block; }
.locked-wallet-list strong { font-size: 11px; }
.locked-wallet-list small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.locked-wallet-list article > b { color: var(--positive); font-size: 10px; }
.locked-wallet-list article > span:last-child { color: var(--accent); font-size: 10px; font-weight: 800; }
.results-lock { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(246,248,253,.5); backdrop-filter: blur(1px); text-align: center; }
.results-lock > span { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 12px; color: #fff; background: var(--accent); box-shadow: 0 10px 25px rgba(46,92,255,.25); }
.results-lock strong, .results-lock small { display: block; }
.results-lock strong { font-size: 14px; }
.results-lock small { max-width: 300px; margin-top: 6px; color: var(--muted); line-height: 1.45; font-size: 9px; }
.onboarding-plan-row { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.onboarding-plan { min-height: 98px; padding: 13px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); transition: .18s ease; }
.onboarding-plan:hover { transform: translateY(-2px); border-color: var(--accent); }
.onboarding-plan.featured { border-color: #91a7ff; background: #f4f6ff; }
.onboarding-plan em { position: absolute; right: 8px; top: 8px; color: var(--accent); font-size: 7px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.onboarding-plan > span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.onboarding-plan > strong { margin: 7px 0 8px; font-size: 20px; }
.onboarding-plan > strong small { color: var(--muted); font-size: 8px; font-weight: 500; }
.onboarding-plan > b { margin-top: auto; color: var(--accent); font-size: 9px; }
.onboarding-secure-note { margin-top: 13px; display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 8px; }
.onboarding-secure-note span::first-letter { color: var(--positive); }
@keyframes onboardingIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes radarPulse { 0% { opacity: .7; transform: scale(.45); } 100% { opacity: 0; transform: scale(1.18); } }
.billing-gate { padding: 45px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: 0 14px 40px rgba(37,52,86,.07); }
.dashboard-head { padding: 58px 0 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.dashboard-head h1 { margin: 11px 0 8px; font-size: 46px; line-height: 1; letter-spacing: -.05em; }
.dashboard-head p { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; }
.dashboard-head-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.dashboard-head code { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--surface); }
.overview-mode-toggle { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; font-weight: 750; cursor: pointer; user-select: none; }
.overview-mode-toggle input { width: 0; height: 0; position: absolute; opacity: 0; pointer-events: none; }
.overview-mode-toggle i { width: 42px; height: 24px; position: relative; border: 1px solid var(--line-strong); border-radius: 999px; background: #bcc5d3; box-shadow: inset 0 1px 2px rgba(0,0,0,.12); transition: background .2s ease,border-color .2s ease; }
.overview-mode-toggle i::after { content: ""; width: 20px; height: 20px; position: absolute; top: 1px; left: 1px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.28); transition: transform .2s cubic-bezier(.2,.8,.2,1); }
.overview-mode-toggle input:checked + i { border-color: #34c759; background: #34c759; }
.overview-mode-toggle input:checked + i::after { transform: translateX(18px); }
.overview-mode-toggle input:focus-visible + i { outline: 3px solid color-mix(in srgb,var(--accent) 25%,transparent); outline-offset: 2px; }
.workspace-status { display: flex; align-items: center; gap: 7px; color: var(--positive); font-size: 11px; font-weight: 800; }
.workspace-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(22,160,93,.1); }
.workspace-status.warning { color: #d99a32; }
.billing-gate { max-width: 720px; margin: 30px auto; text-align: center; }
.billing-gate small { display: block; margin-top: 20px; color: var(--muted); }
.dashboard { padding-bottom: 90px; }
.dashboard-sidebar {
  height: 48px; margin-bottom: 18px; padding: 5px; display: inline-flex; align-items: center; gap: 3px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--surface);
}
.dash-tab { width: auto; padding: 9px 15px; border: 0; border-radius: 8px; background: none; color: var(--muted); text-align: center; cursor: pointer; font-size: 12px; font-weight: 700; }
.dash-tab.active, .dash-tab:hover { color: var(--accent); background: #eaf0ff; }
.dashboard-main { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 18px; align-items: start; }
#paperOverview, #liveOverview { min-width: 0; grid-column: 1/-1; }
#paperOverview:not([hidden]), #liveOverview:not([hidden]) { display: grid; gap: 18px; }
.summary-grid { grid-column: 1/-1; display: grid; grid-template-columns: 1.25fr repeat(4,1fr); gap: 12px; }
.summary-grid article { min-height: 126px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.summary-grid article.summary-primary { color: #fff; border-color: #244ee3; background: linear-gradient(145deg,#315fff,#2449d8); }
.summary-grid span { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.summary-grid .summary-primary span, .summary-grid .summary-primary small { color: rgba(255,255,255,.7); }
.summary-grid strong { font: 760 24px ui-monospace, monospace; }
.summary-grid small { margin-top: auto; padding-top: 13px; color: var(--muted); font-size: 9px; }
.copy-coverage-note { grid-column: 1/-1; margin: -7px 3px 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.copy-coverage-note i { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #8b96aa; box-shadow: 0 0 0 3px rgba(139,150,170,.1); }
.copy-coverage-note.healthy i { background: #20b87a; box-shadow: 0 0 0 3px rgba(32,184,122,.12); }
.copy-coverage-note.warning { color: #b36b16; }
.copy-coverage-note.warning i { background: #e59a2f; box-shadow: 0 0 0 3px rgba(229,154,47,.13); }
.activity-coverage-note { margin: 0; padding: 9px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.dash-panel { margin: 0; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); overflow: hidden; }
.follow-wallet-panel, .active-follows-panel { min-height: 320px; align-self: stretch; }
.follow-wallet-panel { grid-column: 1; display: flex; flex-direction: column; }
.active-follows-panel { grid-column: 2; display: flex; flex-direction: column; }
.positions-panel { grid-column: 1; }
.activity-panel { grid-column: 2; }
.live-execution-panel { grid-column: 1/-1; }
.full-width-panel { grid-column: 1/-1; }
.live-wallet-gate { padding: 58px 24px; display: grid; justify-items: center; text-align: center; }
.live-wallet-gate[hidden] { display: none; }
.live-wallet-gate-icon { width: 48px; height: 48px; margin-bottom: 15px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 13px; color: var(--accent); background: var(--surface-2); font-size: 24px; }
.live-wallet-gate h2 { margin: 9px 0 7px; font-size: 22px; }
.live-wallet-gate p { max-width: 540px; margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.panel-title { min-height: 76px; padding: 17px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.panel-title span { color: var(--accent); font: 700 9px ui-monospace, monospace; letter-spacing: .11em; }
.panel-title h2 { margin: 5px 0 0; font-size: 17px; letter-spacing: -.02em; }
.panel-title small { color: var(--muted); font-size: 10px; white-space: nowrap; }
.follow-form { min-height: 0; padding: 20px 20px 14px; display: grid; flex: 1; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto 1fr; gap: 14px; align-items: end; }
.follow-form .wallet-address-field { grid-column: 1/-1; }
.follow-form label { color: var(--muted); font-size: 10px; }
.follow-form input { width: 100%; height: 46px; margin-top: 7px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: var(--surface-2); outline: none; }
.follow-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(46,92,255,.1); }
.follow-form .button { min-height: 42px; grid-column: 1/-1; align-self: end; }
.paper-sizing-note { grid-column: 1/-1; min-height: 46px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--surface-2); font-size: 10px; }
.paper-sizing-note a { color: var(--accent); font-weight: 700; white-space: nowrap; }
.form-message { min-height: 20px; padding: 0 20px 13px; color: var(--accent); font-size: 11px; }
.follow-wallet-panel .form-message:empty { display: none; }
.follow-list article { padding: 14px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.active-follows-panel .follow-list { min-height: 0; flex: 1; }
.follow-list article:last-child { border-bottom: 0; }
.follow-list strong, .follow-list code { display: block; }
.follow-list code { margin-top: 4px; color: var(--muted); font-size: 10px; }
.follow-list article > div:last-child { display: flex; gap: 15px; color: var(--muted); font-size: 11px; }
.active-follows-panel .empty-cell { height: 100%; min-height: 150px; display: grid; place-items: center; }
.follow-panel-footer { padding: 14px 18px; border-top: 1px solid var(--line); }
.follow-panel-footer .button { width: 100%; min-height: 42px; }
.browse-accounts-button { color: #fff; border: 1px solid #315fff; background: linear-gradient(135deg,#315fff,#2449d8); box-shadow: 0 8px 20px rgba(36,73,216,.2); }
.browse-accounts-button:hover { color: #fff; border-color: #2449d8; background: linear-gradient(135deg,#3d69ff,#294fdc); transform: translateY(-1px); }
.button-danger { color: #b42318; border: 1px solid #f3b7b1; background: #fff5f4; }
.button-danger:hover { background: #ffe9e7; }
.live-execution-panel { border-color: #cfd9ff; order: 5; }
.live-status-row { padding: 14px 19px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); background: #f8faff; }
.live-status-row code { color: var(--muted); font-size: 11px; }
.status-chip { padding: 6px 9px; border-radius: 999px; color: #40506d; background: #edf1f8; font: 700 10px ui-monospace, monospace; text-transform: uppercase; }
.status-chip.live { color: #087443; background: #dcfce9; }
.status-chip.warning { color: #8a5a00; background: #fff2cc; }
.live-config > summary { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--text); cursor: pointer; font-size: 12px; font-weight: 750; list-style: none; }
.live-config > summary::-webkit-details-marker { display: none; }
.live-config-action { min-width: 130px; padding: 8px 11px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb,var(--line) 55%,var(--accent) 45%); border-radius: 8px; color: var(--accent); background: color-mix(in srgb,var(--surface) 86%,var(--accent) 14%); box-shadow: 0 5px 16px rgba(50,85,210,.09); font-size: 10px; }
.live-config-action em { font-style: normal; }
.live-config-action em:last-child { display: none; }
.live-config[open] .live-config-action em:first-child { display: none; }
.live-config[open] .live-config-action em:last-child { display: inline; }
.live-config[open] > summary { border-bottom: 1px solid var(--line); }
.live-execution-panel { scroll-margin-top: 88px; transition: border-color .2s ease,box-shadow .2s ease; }
.live-execution-panel.live-panel-focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent),0 18px 48px rgba(42,77,199,.16); }
.live-onboarding-card { margin: 18px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; border: 1px solid #d8e1ff; border-radius: 12px; background: linear-gradient(135deg,#f3f6ff,#fff); }
.live-onboarding-card span { color: var(--accent); font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }
.live-onboarding-card h3 { margin: 6px 0 8px; font-size: 18px; }
.live-onboarding-card p { max-width: 660px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.live-delegation-consent { grid-column: 1/-1; display: grid; grid-template-columns: 18px 1fr; gap: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--text); font-size: 12px; line-height: 1.5; }
.live-delegation-consent input { width: 16px; height: 16px; margin-top: 2px; }
.live-delegation-consent a { color: var(--accent); font-weight: 700; }
.live-setup-message { grid-column: 1/-1; color: var(--accent); word-break: break-word; }
.live-policy-form { padding: 22px; display: block; border-bottom: 1px solid var(--line); }
.live-policy-heading h3 { margin: 6px 0 4px; font-size: 18px; }
.live-policy-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.live-policy-grid { margin-top: 17px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.live-policy-grid > label { min-width: 0; padding: 14px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-2); }
.live-policy-grid label > strong { color: var(--text); font-size: 12px; }
.live-policy-grid label > small { min-height: 30px; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.live-input { height: 44px; margin-top: 10px; padding: 0 11px; display: flex; align-items: center; gap: 7px; border: 1px solid var(--line-strong); border-radius: 9px; background: var(--surface); transition: border-color .16s ease,box-shadow .16s ease; }
.live-input:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent); }
.live-input b { color: var(--muted); font: 700 11px ui-monospace,monospace; }
.live-policy-form .live-input input[type="number"] { width: 100%; height: 40px; margin: 0; padding: 0; border: 0; outline: 0; color: var(--text); background: transparent; font-size: 14px; font-weight: 700; }
.live-policy-footer { margin-top: 16px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.live-policy-form .risk-confirm { display: flex; align-items: center; gap: 11px; color: var(--text); cursor: pointer; }
.live-policy-form .risk-confirm input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--accent); }
.live-policy-form .risk-confirm span { display: grid; gap: 3px; }
.live-policy-form .risk-confirm strong { font-size: 12px; }
.live-policy-form .risk-confirm small { color: var(--muted); font-size: 10px; }
.live-policy-footer .button { min-width: 210px; min-height: 46px; }
.live-follow-box:empty { display: none; }
.live-follow-box .panel-title { min-height: 58px; }
.live-follow-box .panel-title h3 { margin: 4px 0 0; font-size: 14px; }
.live-follow-box > label { min-height: 48px; padding: 10px 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
.live-follow-box input { width: 18px; height: 18px; accent-color: var(--accent); }
.positions-panel .data-table-wrap, .activity-panel .data-table-wrap { min-height: 210px; }
.paper-positions-table { table-layout: fixed; }
.paper-positions-table th:first-child, .paper-positions-table td:first-child { width: 42%; }
.paper-positions-table th:nth-child(2), .paper-positions-table td:nth-child(2) { width: 12%; }
.paper-positions-table .position-market strong { display: block; overflow-wrap: anywhere; color: var(--text); font-size: 11px; line-height: 1.45; }
.position-outcome { display: inline-flex; padding: 4px 7px; border: 1px solid color-mix(in srgb,var(--accent) 28%,var(--line)); border-radius: 6px; color: var(--accent); background: color-mix(in srgb,var(--accent) 8%,var(--surface)); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dashboard-view-setting { padding: 15px 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 6px 22px; }
.dashboard-view-setting > div:first-child { display: grid; gap: 3px; }
.dashboard-view-setting strong { font-size: 13px; }
.dashboard-view-setting small { color: var(--muted); font-size: 9px; }
.dashboard-view-setting .form-message { min-height: 0; padding: 0; grid-column: 1/-1; font-size: 9px; }
.follow-form select {
  width: 100%; height: 42px; margin-top: 7px; padding: 0 11px;
  border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: var(--surface);
}
.settings-workspace { grid-column: 1/-1; display: grid; grid-template-columns: 218px minmax(0,1fr); gap: 20px; align-items: start; }
.settings-side-menu { padding: 10px; display: grid; gap: 5px; position: sticky; top: 88px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: 0 14px 35px rgba(24,35,58,.045); }
.settings-side-menu > div { padding: 12px 11px 14px; display: grid; gap: 5px; border-bottom: 1px solid var(--line); }
.settings-side-menu > div strong { font-size: 15px; }
.settings-side-menu button { width: 100%; min-height: 43px; padding: 0 11px; display: flex; align-items: center; gap: 11px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; transition: .16s ease; }
.settings-side-menu button span { width: 22px; color: color-mix(in srgb,var(--muted) 70%,transparent); font: 700 9px ui-monospace,monospace; }
.settings-side-menu button:hover { color: var(--text); background: var(--surface-2); }
.settings-side-menu button.active { color: var(--accent); background: color-mix(in srgb,var(--accent) 10%,var(--surface)); }
.settings-tab-content, .settings-pane { min-width: 0; }
.settings-pane[hidden] { display: none; }
.settings-pane-head { margin-bottom: 14px; padding: 3px 2px; }
.settings-pane-head h2 { margin: 7px 0 5px; font-size: 23px; letter-spacing: -.025em; }
.settings-pane-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.settings-pane > .dash-panel + .dash-panel { margin-top: 16px; }
.settings-card-grid { grid-column: 1/-1; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 16px; align-items: stretch; }
.settings-card { min-width: 0; border-color: color-mix(in srgb,var(--line) 78%,var(--accent) 22%); box-shadow: 0 14px 35px rgba(24,35,58,.045); }
.settings-card .panel-title { min-height: 82px; padding: 16px 18px; }
.settings-card .panel-title h2 { font-size: 16px; }
.settings-card .panel-title p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.compact-settings-form { padding: 14px 16px 0; }
.switch-setting { min-height: 68px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); cursor: pointer; }
.switch-setting span { min-width: 0; display: grid; gap: 3px; }
.switch-setting strong { color: var(--text); font-size: 13px; }
.switch-setting small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.switch-setting input { width: 34px; height: 19px; margin: 0; position: relative; flex: 0 0 auto; appearance: none; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); cursor: pointer; transition: .18s ease; }
.switch-setting input::after { content: ""; width: 13px; height: 13px; position: absolute; top: 2px; left: 2px; border-radius: 50%; background: var(--muted); transition: .18s ease; }
.switch-setting input:checked { border-color: var(--accent); background: var(--accent); }
.switch-setting input:checked::after { left: 17px; background: #fff; }
.switch-setting input:focus-visible { outline: 3px solid color-mix(in srgb,var(--accent) 24%,transparent); outline-offset: 2px; }
.settings-master { margin-bottom: 13px; border-color: color-mix(in srgb,var(--line) 70%,var(--accent) 30%); }
.settings-field-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.paper-sizing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.settings-field-grid label, .compact-email-form label { position: relative; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .02em; }
.settings-field-grid label > span { position: absolute; z-index: 1; right: 10px; bottom: 15px; color: var(--muted); font: 700 11px ui-monospace,monospace; pointer-events: none; }
.settings-field-grid input, .compact-email-form input { width: 100%; height: 46px; margin-top: 7px; padding: 0 32px 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: var(--surface); font-size: 13px; }
.settings-field-grid select { width: 100%; height: 46px; margin-top: 7px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: var(--surface); font-size: 13px; }
.settings-field-grid input:focus, .compact-email-form input:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent); }
.paper-sizing-card .panel-title p { font-size: 12px; }
.paper-sizing-card .settings-field-grid label { font-size: 11px; }
.paper-sizing-card .settings-field-grid input,
.paper-sizing-card .settings-field-grid select { height: 46px; font-size: 13px; }
.paper-sizing-card .settings-field-grid label > span { bottom: 15px; font-size: 11px; }
.paper-sizing-card .settings-card-footer small { font-size: 11px; line-height: 1.45; }
.paper-budget-control { margin-bottom: 13px; padding: 12px 14px; grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr); align-items: end; border: 1px solid color-mix(in srgb,var(--line) 72%,var(--accent) 28%); border-radius: 10px; background: color-mix(in srgb,var(--surface-2) 88%,var(--accent) 12%); }
.paper-budget-control small { padding-bottom: 10px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.paper-sizing-switches { margin-bottom: 13px; }
.paper-sizing-switches.switch-setting-grid .switch-setting:last-child { grid-column: auto; }
.paper-sizing-grid.sizing-disabled { opacity: .42; }
.controls-disabled { opacity: .42; }
.controls-disabled input { cursor: not-allowed; }
.live-sizing-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
.settings-field-grid .wide-setting-field { grid-column: 1/-1; }
.leader-filter-control { margin-top: 10px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(230px,.7fr); gap: 9px; align-items: stretch; }
.leader-filter-switch { min-height: 70px; }
.leader-filter-grid { grid-template-columns: 1fr; }
.leader-filter-grid label { height: 100%; }
.settings-inline-note { margin: 14px 16px 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--surface-2); font-size: 12px; line-height: 1.45; }
.live-risk-confirm { margin-top: 14px; display: flex; align-items: center; gap: 11px; color: var(--text); cursor: pointer; }
.live-risk-confirm input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--accent); }
.live-risk-confirm span { display: grid; gap: 3px; }
.live-risk-confirm strong { font-size: 12px; }
.live-risk-confirm small { color: var(--muted); font-size: 10px; }
.switch-setting-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.switch-setting-grid .switch-setting:last-child { grid-column: 1/-1; }
.settings-card-footer { min-height: 58px; margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.settings-card-footer small { color: var(--muted); font-size: 11px; }
.settings-card-footer .button { min-width: 112px; }
.compact-email-form { margin: 0 16px; padding: 13px 0 15px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: end; border-top: 1px solid var(--line); }
.compact-email-form label { grid-column: 1; }
.compact-email-form input { padding-right: 10px; }
.compact-email-form > button { grid-column: 2; height: 40px; }
.compact-email-form > small { grid-column: 1/-1; color: var(--muted); font-size: 9px; }
.paper-reset-row { margin: 0 16px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.paper-reset-row > span { display: grid; gap: 3px; }
.paper-reset-row strong { font-size: 12px; }
.paper-reset-row small { color: var(--muted); font-size: 10px; }
.paper-reset-row .button { flex: 0 0 auto; }
.settings-card .form-message { min-height: 0; padding: 0 16px 12px; font-size: 11px; }
.billing-current-card { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.billing-current-card h3 { margin: 6px 0 5px; font-size: 21px; }
.billing-current-card p { margin: 0; color: var(--muted); font-size: 11px; }
.billing-current-card > strong { color: var(--accent); font: 760 25px ui-monospace,monospace; }
.billing-current-card > strong small, .settings-plan-card > strong small { color: var(--muted); font-size: 10px; }
.settings-plan-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.settings-plan-card { padding: 18px; display: flex; flex-direction: column; }
.settings-plan-card.current { border-color: color-mix(in srgb,var(--accent) 70%,var(--line)); box-shadow: inset 0 3px 0 var(--accent); }
.settings-plan-card > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.settings-plan-card .plan-name { font-size: 13px; font-weight: 800; }
.settings-plan-card > div b { padding: 4px 7px; border-radius: 999px; color: var(--accent); background: color-mix(in srgb,var(--accent) 10%,var(--surface)); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.settings-plan-card > strong { margin-top: 15px; font: 760 23px ui-monospace,monospace; }
.settings-plan-card > p { min-height: 32px; margin: 8px 0 12px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.settings-plan-card ul { margin: 0 0 18px; padding: 0; display: grid; gap: 7px; list-style: none; }
.settings-plan-card li { color: var(--muted); font-size: 9px; line-height: 1.4; }
.settings-plan-card li::before { content: "✓"; margin-right: 7px; color: var(--positive); font-weight: 800; }
.settings-plan-card .button { width: 100%; margin-top: auto; }
.settings-plan-card .button.disabled { opacity: .65; pointer-events: none; }
.settings-billing-note { margin: 12px 2px 0; color: var(--muted); font-size: 9px; }
.journal-actions { display: flex; gap: 6px; }
.journal-filters { padding: 10px 16px; display: flex; gap: 5px; border-bottom: 1px solid var(--line); }
.journal-filters button { padding: 7px 12px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; cursor: pointer; }
.journal-filters button.active { color: var(--accent); background: #edf2ff; }
.journal-filters label { margin-left: auto; display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; }
.journal-filters label + label { margin-left: 0; }
.journal-filters input { padding: 6px 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--text); background: var(--surface); }
.journal-more { width: 100%; padding: 13px; border: 0; border-top: 1px solid var(--line); color: var(--accent); background: transparent; cursor: pointer; font-weight: 750; }
.nav-toggle { display: none; }
.notification-menu { position: relative; flex: 0 0 auto; }
.notification-bell { width: 38px; height: 38px; position: relative; border: 1px solid var(--line); border-radius: 9px; color: var(--accent); background: var(--surface); cursor: pointer; }
.notification-bell span { min-width: 17px; height: 17px; padding: 0 4px; position: absolute; top: -6px; right: -6px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--negative); font-size: 8px; }
.notification-bell span[hidden] { display: none; }
.notification-panel { width: min(390px,calc(100vw - 24px)); max-height: 460px; position: absolute; z-index: 20; top: calc(100% + 12px); right: 0; overflow: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.notification-panel > div:first-child { padding: 13px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.notification-panel button { border: 0; color: var(--accent); background: transparent; cursor: pointer; font-size: 10px; }
#notificationList a { padding: 12px 13px; display: grid; gap: 4px; border-bottom: 1px solid var(--line); }
#notificationList a span, #notificationList a small, #notificationList p { color: var(--muted); font-size: 10px; }
#notificationList p { padding: 16px; }
@media (prefers-reduced-motion: reduce) {
  .demo-cursor, .click-wave, .profit-toast { display: none; }
  .animation-wallet button, .portfolio-gain, .chart-line, .chart-area, .chart-point { animation: none; }
  .stats-band::before, .stats-band::after, .stats-live-chip i, .metric-spark i, .discovery-radar i { animation: none; }
  .portfolio-gain, .chart-area, .chart-point { opacity: 1; }
  .chart-line { stroke-dashoffset: 0; }
}
@media (max-width: 850px) {
  .notification-panel { width: auto; max-height: calc(100vh - 88px); position: fixed; top: 76px; right: 12px; left: 12px; }
  .closed-position-toolbar { padding-block: 12px; align-items: flex-start; flex-direction: column; }
  .closed-position-filters { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .closed-position-filters > span { margin-left: auto; }
  .nav-toggle { margin-left: auto; display: inline-flex; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: var(--surface); }
  .site-header .nav { display: none; }
  .site-header .nav.open { width: calc(100% - 24px); padding: 10px; position: absolute; z-index: 19; top: 62px; left: 12px; display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 16px 45px rgba(0,0,0,.18); }
  .site-header .button { margin-left: auto; }
  .hero-split { min-height: auto; grid-template-columns: 1fr; gap: 52px; padding-top: 75px; text-align: center; }
  .hero-content { max-width: 720px; margin: auto; }
  .hero-split h1, .hero-split .hero-copy { margin-left: auto; margin-right: auto; }
  .hero-split .hero-actions, .hero-split .trust-line { justify-content: center; }
  .hero-animation { width: min(620px, 100%); margin: auto; }
  .pipeline { grid-template-columns: 1fr; gap: 10px; }
  .pipeline i { width: 1px; height: 25px; margin: auto; }
  .pipeline i::after { display: none; }
  .metrics, .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article { border-bottom: 1px solid var(--line); }
  .feature-grid, .price-grid, .split, .connect-shell, .benefit-grid, .honesty-grid,
  .proof-grid, .category-section, .faq-section, .transparency { grid-template-columns: 1fr; }
  .connect-card { grid-template-columns: 1fr; }
  .checkout-demo-grid { grid-template-columns: 1fr; }
  .checkout-demo-summary > span { margin-top: 35px; }
  .connect-copy { padding: 52px 44px 38px; }
  .connect-route { margin: 0 22px 22px; }
  .faq-section { padding: 52px 36px 64px; gap: 38px; }
  .copy-demo .demo-body { grid-template-columns: 1fr; gap: 12px; }
  .copy-arrow { transform: rotate(90deg); }
  .wallet-preview-grid { grid-template-columns: 1fr; }
  .section-row { align-items: flex-start; flex-direction: column; }
  .comparison-section { padding: 70px 28px 35px; }
  .why-heading, .why-showcase { grid-template-columns: 1fr; }
  .why-heading { gap: 20px; }
  .featured-post-card { grid-template-columns: 1fr; }
  .blog-story-grid { grid-template-columns: 1fr; }
  .post-art { min-height: 280px; }
  .dashboard-main { grid-template-columns: 1fr; }
  .settings-workspace { grid-template-columns: 1fr; }
  .settings-side-menu { position: static; display: flex; overflow-x: auto; }
  .settings-side-menu > div { min-width: 128px; border-right: 1px solid var(--line); border-bottom: 0; }
  .settings-side-menu button { width: auto; min-width: max-content; }
  .settings-plan-grid { grid-template-columns: 1fr 1fr; }
  .settings-card-grid { grid-template-columns: 1fr; }
  .wallet-analysis-grid { grid-template-columns: repeat(3,1fr); }
  .wallet-analysis-grid article:nth-child(3) { border-right: 0; }
  .wallet-analysis-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .movement-example-grid { grid-template-columns: 1fr 1fr; }
  .reward-summary-section { grid-template-columns: 1fr; }
  .wallet-profile-grid { grid-template-columns: 1fr; }
  .dashboard-sidebar { width: 100%; overflow-x: auto; }
  .follow-wallet-panel, .active-follows-panel, .positions-panel,
  .activity-panel, .live-execution-panel { grid-column: 1; }
  .follow-form { grid-template-columns: 1fr 1fr; }
  .live-policy-grid { grid-template-columns: 1fr 1fr; }
  .settings-form { grid-template-columns: 1fr 1fr; }
  .onboarding-modal { width: min(700px, 100%); }
  .onboarding-category-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 24px, var(--max)); }
  .site-header { width: 100%; height: 64px; padding-inline: 12px; }
  .site-header .button { min-height: 36px; padding-inline: 11px; font-size: 11px; }
  .header-account { display: none; }
  .header-account + .button { display: inline-flex; }
  .hero { padding-top: 90px; }
  .hero h1, .page-hero h1 { font-size: 44px; }
  .hero-split { padding-top: 62px; }
  .animation-window { min-height: 430px; border-radius: 16px; }
  .animation-wallet { margin: 14px; grid-template-columns: auto 1fr; }
  .animation-wallet button { grid-column: 1 / -1; }
  .demo-cursor, .click-wave { display: none; }
  .portfolio-card { margin: 0 14px; padding-inline: 14px; }
  .profit-toast { min-width: 190px; }
  .profit-two { top: 175px; }
  .metrics, .summary-grid { grid-template-columns: 1fr; }
  .wallet-directory-head { align-items: flex-start; flex-direction: column; }
  .wallet-activity-intro, .wallet-section-title { align-items: flex-start; flex-direction: column; }
  .wallet-activity-intro > small { white-space: normal; }
  .wallet-analysis-grid { grid-template-columns: 1fr 1fr; }
  .wallet-analysis-grid article, .wallet-analysis-grid article:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .wallet-analysis-grid article:nth-child(even) { border-right: 0; }
  .wallet-analysis-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .reward-summary-grid { grid-template-columns: 1fr; }
  .reward-summary-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .reward-summary-grid article:last-child { border-bottom: 0; }
  .behavior-summary, .movement-example-grid { grid-template-columns: 1fr; }
  .behavior-summary p { white-space: normal; }
  .directory-toolbar { align-items: flex-start; flex-direction: column; gap: 7px; }
  .screening-explainer { align-items: flex-start; flex-direction: column; }
  .profile-screen { align-items: flex-start; flex-direction: column; }
  .profile-actions { width: 100%; }
  .profile-actions > * { flex: 1; }
  .profile-copy { width: 100%; }
  .metrics article { border-right: 0; }
  .cta { padding: 48px 22px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .follow-form { grid-template-columns: 1fr; }
  .paper-sizing-note { align-items: flex-start; flex-direction: column; }
  .settings-field-grid, .switch-setting-grid { grid-template-columns: 1fr; }
  .leader-filter-control { grid-template-columns: 1fr; }
  .dashboard-view-setting { grid-template-columns: 1fr; }
  .dashboard-view-setting .overview-mode-toggle { margin-top: 9px; }
  .switch-setting-grid .switch-setting:last-child { grid-column: 1; }
  .settings-card-footer { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .settings-card-footer .button { width: 100%; }
  .paper-reset-row { align-items: flex-start; flex-direction: column; }
  .paper-reset-row .button { width: 100%; }
  .compact-email-form { grid-template-columns: 1fr; }
  .compact-email-form > button { grid-column: 1; width: 100%; }
  .journal-filters { flex-wrap: wrap; }
  .journal-filters label { margin-left: 0; }
  .journal-table { min-width: 820px; }
  .email-settings-form span { padding-bottom: 0; }
  .connect-shell { min-height: 720px; padding: 58px 12px; }
  .checkout-demo-shell { padding: 25px 8px; }
  .checkout-demo-card { border-radius: 15px; }
  .checkout-demo-summary, .checkout-demo-form { padding: 30px 20px; }
  .connect-card { border-radius: 18px; }
  .connect-copy { padding: 40px 22px 30px; }
  .connect-copy h1 { font-size: 40px; }
  .connect-wallet-button { min-height: 58px; }
  .connect-route { margin: 0 12px 12px; padding: 16px; }
  .connect-route-step { grid-template-columns: 34px 1fr; }
  .connect-route-step > b { display: none; }
  .connect-card-foot { align-items: flex-start; flex-wrap: wrap; gap: 9px 15px; }
  .connect-card-foot a { width: 100%; margin: 4px 0 0; }
  .live-onboarding-card, .live-policy-grid { grid-template-columns: 1fr; }
  .live-onboarding-card .button { width: 100%; }
  .live-policy-footer { align-items: flex-start; flex-direction: column; }
  .live-policy-footer .button { width: 100%; }
  .settings-plan-grid { grid-template-columns: 1fr; }
  .billing-current-card { align-items: flex-start; flex-direction: column; }
  .follow-list article, .dashboard-head { align-items: flex-start; flex-direction: column; }
  .dashboard-head-meta { align-items: flex-start; }
  .dashboard-sidebar { margin-bottom: 12px; }
  .dash-tab { padding-inline: 12px; white-space: nowrap; }
  .summary-grid article { min-height: 112px; }
  .demo-body { padding: 16px; }
  .leader-card, .market-copy-card { grid-template-columns: auto 1fr; }
  .leader-card > b, .market-copy-card > b { grid-column: 2; justify-self: start; }
  .demo-foot { display: none; }
  .transparency { padding: 35px 22px; }
  .faq-section { margin-top: 90px; padding: 38px 18px 46px; border-radius: 20px; }
  .faq-list summary { padding: 18px 16px; font-size: 14px; }
  .faq-list details p { padding: 0 42px 18px 16px; }
  .comparison-section { width: calc(100% - 16px); padding: 58px 12px 20px; border-radius: 18px; }
  .why-heading { padding-inline: 10px; }
  .polycopy-spotlight { padding: 20px; }
  .spotlight-top { grid-template-columns: auto 1fr; }
  .spotlight-top > b { display: none; }
  .spotlight-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .spotlight-flow > b { display: none; }
  .spotlight-benefits { grid-template-columns: 1fr; }
  .spotlight-bottom { grid-template-columns: 1fr 1fr; gap: 18px; }
  .spotlight-bottom .button { grid-column: 1 / -1; width: 100%; }
  .other-paths { padding: 16px; }
  .other-paths article { grid-template-columns: auto 1fr; }
  .path-cost { grid-column: 2; justify-self: start; }
  .post-copy { padding: 28px 22px; }
  .post-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .paper-wallet { left: 25px; }
  .paper-arrow { left: 104px; }
  .paper-chart { width: 63%; right: 14px; }
  .article-hero { padding-top: 65px; }
  .article-cover { height: 300px; gap: 8px; }
  .cover-wallet, .cover-portfolio { padding: 12px 9px; font-size: 7px; }
  .cover-path { width: 95px; }
  .article-body { width: calc(100% - 28px); margin-top: 50px; }
  .article-body aside { margin-inline: 0; padding: 24px; }
  .article-cta { margin-inline: 0; padding: 38px 20px; }
  .article-body .affiliate-callout { grid-template-columns: 1fr; }
  .affiliate-callout a { grid-column: 1; grid-row: auto; margin-top: 8px; text-align: center; }
  .article-cta-actions { align-items: stretch; flex-direction: column; }
  .onboarding-shell { min-height: calc(100vh - 64px); padding: 20px 8px 40px; }
  .onboarding-preview { display: none; }
  .onboarding-modal { min-height: 620px; border-radius: 18px; }
  .onboarding-modal-head { padding-inline: 16px; }
  .onboarding-view { padding: 32px 18px 26px; }
  .onboarding-view h1 { font-size: 34px; }
  .onboarding-category-grid, .onboarding-range-grid { grid-template-columns: 1fr; }
  .onboarding-category-grid { max-height: 330px; overflow-y: auto; }
  .onboarding-action-row { align-items: stretch; flex-direction: column; }
  .onboarding-action-row .button { width: 100%; }
  .onboarding-results { padding: 25px 14px 22px; }
  .results-heading { flex-direction: column; }
  .onboarding-plan-row { grid-template-columns: 1fr; }
  .onboarding-plan { min-height: 82px; }
  .onboarding-secure-note { flex-wrap: wrap; gap: 8px 14px; }
  .scan-facts { gap: 10px; }
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #080c14;
  --surface: #101722;
  --surface-2: #151e2c;
  --line: #243044;
  --line-strong: #35445d;
  --text: #f3f6fb;
  --muted: #94a3b8;
  --accent: #6688ff;
  --accent-2: #88a1ff;
  --positive: #39d98a;
  --negative: #ff707b;
}
html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 50% -16%, rgba(64,99,255,.18), transparent 34rem),
    var(--bg);
}
html[data-theme="dark"] .site-header {
  border-color: rgba(53,68,93,.72);
  background: rgba(8,12,20,.8);
}
html[data-theme="dark"] .brand-logo { box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
html[data-theme="dark"] .theme-moon { display: none; }
html[data-theme="dark"] .theme-sun { display: block; }
html[data-theme="dark"] .nav a:hover,
html[data-theme="dark"] .nav a.active,
html[data-theme="dark"] .category-filter a:hover,
html[data-theme="dark"] .category-filter a.active,
html[data-theme="dark"] .dash-tab.active,
html[data-theme="dark"] .dash-tab:hover { background: #18233a; }
html[data-theme="dark"] .button-ghost { background: rgba(16,23,34,.88); }
html[data-theme="dark"] .button-polymarket { border-color: #53637e; background: #edf2ff; color: #111827; }
html[data-theme="dark"] .header-account { background: rgba(16,23,34,.88); }
html[data-theme="dark"] .animation-window {
  border-color: var(--line);
  background: linear-gradient(160deg, #111a29 0%, #0b111c 100%);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
html[data-theme="dark"] .animation-toolbar { background: rgba(12,18,29,.8); }
html[data-theme="dark"] .animation-toolbar em,
html[data-theme="dark"] .demo-top > span,
html[data-theme="dark"] .copy-status,
html[data-theme="dark"] .soft-icon,
html[data-theme="dark"] .benefit-icon,
html[data-theme="dark"] .post-category,
html[data-theme="dark"] .article-points b { background: #182541; }
html[data-theme="dark"] .animation-wallet,
html[data-theme="dark"] .portfolio-card,
html[data-theme="dark"] .profit-toast,
html[data-theme="dark"] .copy-demo,
html[data-theme="dark"] .leader-card,
html[data-theme="dark"] .market-copy-card,
html[data-theme="dark"] .demo-window,
html[data-theme="dark"] .metrics article,
html[data-theme="dark"] .wallet-preview-grid article,
html[data-theme="dark"] .landing-leaderboard,
html[data-theme="dark"] .benefit-grid article,
html[data-theme="dark"] .honesty-grid article,
html[data-theme="dark"] .proof-grid blockquote,
html[data-theme="dark"] .featured-post-card,
html[data-theme="dark"] .article-points section,
html[data-theme="dark"] .faq-list details,
html[data-theme="dark"] .transparency li,
html[data-theme="dark"] .connect-card,
html[data-theme="dark"] .blog-story-card,
html[data-theme="dark"] .article-faq details,
html[data-theme="dark"] .billing-gate,
html[data-theme="dark"] .table-section,
html[data-theme="dark"] .summary-grid article,
html[data-theme="dark"] .dash-panel { background: var(--surface); }
html[data-theme="dark"] .stats-band {
  border-color: #2b3b58;
  background:
    radial-gradient(circle at 12% 0%, rgba(75,117,255,.24), transparent 26rem),
    linear-gradient(135deg, #101928, #0b121e);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}
html[data-theme="dark"] .stats-band article {
  background: linear-gradient(180deg, rgba(30,43,65,.55), rgba(12,19,31,.18));
}
html[data-theme="dark"] .stats-band article:hover { background: rgba(32,47,72,.62); }
html[data-theme="dark"] .portfolio-gain,
html[data-theme="dark"] .profit-toast > span,
html[data-theme="dark"] .trade-side,
html[data-theme="dark"] .wallet-preview-grid article > b { background: #102d24; }
html[data-theme="dark"] .wallet-preview-grid .indexing-card,
html[data-theme="dark"] .leaderboard-more,
html[data-theme="dark"] .price-grid article.featured,
html[data-theme="dark"] .article-body aside,
html[data-theme="dark"] .article-cta,
html[data-theme="dark"] .transparency,
html[data-theme="dark"] .live-status-row { background: #121d31; }
html[data-theme="dark"] .article-risk-note { border-color: #59471e; background: #2a2110; }
html[data-theme="dark"] .article-risk-note strong { color: #ffd37b; }
html[data-theme="dark"] .article-risk-note p { color: #d9c694; }
html[data-theme="dark"] .price-grid article.plan-elite {
  background: linear-gradient(180deg, rgba(115,91,224,.13), var(--surface) 34%);
}
html[data-theme="dark"] .plan-fit { background: rgba(9,15,25,.34); }
html[data-theme="dark"] .plan-pro .plan-limit-grid div { border-color: #304a81; background: #172641; }
html[data-theme="dark"] .plan-elite .plan-limit-grid div { border-color: #4b3f7d; background: #211d39; }
html[data-theme="dark"] .plan-elite .plan-unlocks { color: #ad9cff; }
html[data-theme="dark"] .other-paths { border-color: var(--line); background: rgba(16,23,34,.82); }
html[data-theme="dark"] .path-icon { color: #b7c2d5; background: #1c2635; }
html[data-theme="dark"] .path-cost { color: #f5bf64; background: #352714; }
html[data-theme="dark"] .path-verdict,
html[data-theme="dark"] .category-cloud span:nth-child(3n+1) { background: #182541; }
html[data-theme="dark"] .category-cloud span {
  color: #c2ccdb; border-color: var(--line-strong); background: var(--surface);
}
html[data-theme="dark"] .comparison-section {
  border-color: #1e2b43;
  background: linear-gradient(145deg, #0c1320 0%, #111b2c 100%);
}
html[data-theme="dark"] .connect-aside { border-color: #263653; background: #121d31; }
html[data-theme="dark"] .connect-card {
  border-color: #2a3d60;
  background:
    radial-gradient(circle at 0% 0%, rgba(66,102,255,.18), transparent 30rem),
    rgba(13,21,34,.92);
  box-shadow: 0 34px 100px rgba(0,0,0,.38);
}
html[data-theme="dark"] .onboarding-shell {
  background:
    linear-gradient(rgba(97,122,170,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97,122,170,.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(66,102,255,.16), transparent 34rem);
  background-size: 48px 48px, 48px 48px, auto;
}
html[data-theme="dark"] .onboarding-preview { background: #0c121d; }
html[data-theme="dark"] .onboarding-modal { border-color: #2c3d5e; background: rgba(13,20,32,.97); box-shadow: 0 34px 100px rgba(0,0,0,.48); }
html[data-theme="dark"] .onboarding-choice,
html[data-theme="dark"] .onboarding-range,
html[data-theme="dark"] .onboarding-plan,
html[data-theme="dark"] .locked-wallet-list article { background: var(--surface); }
html[data-theme="dark"] .onboarding-choice.selected,
html[data-theme="dark"] .onboarding-range.selected,
html[data-theme="dark"] .onboarding-plan.featured { border-color: #4966ad; background: #17233b; }
html[data-theme="dark"] .match-count { background: #102d24; }
html[data-theme="dark"] .results-lock { background: rgba(11,17,28,.64); }
html[data-theme="dark"] .connect-route { background: #0d1624; }
html[data-theme="dark"] .connect-route-step { background: #121d2d; }
html[data-theme="dark"] .connect-route-step > i,
html[data-theme="dark"] .connect-route-step.active > b { background: #18294a; }
html[data-theme="dark"] .connect-route-step.active { border-color: #3b5488; }
html[data-theme="dark"] .connect-aside pre,
html[data-theme="dark"] .live-policy-form input[type="number"],
html[data-theme="dark"] .follow-form input { color: var(--text); background: #0b111c; }
html[data-theme="dark"] .live-policy-form .live-input input[type="number"] { background: transparent; }
html[data-theme="dark"] .live-onboarding-card {
  border-color: #29395a;
  background: linear-gradient(135deg,#121d31,#0d1420);
}
html[data-theme="dark"] .summary-grid article.summary-primary {
  color: #fff;
  border-color: #4f72e8;
  background: linear-gradient(145deg,#315fff,#203ca8);
}
html[data-theme="dark"] .live-config > summary { background: #0d1420; }
html[data-theme="dark"] .data-table tbody tr:hover,
html[data-theme="dark"] .landing-leader-table tbody tr:hover { background: #151f30; }
html[data-theme="dark"] .section-intro > p,
html[data-theme="dark"] .article-body,
html[data-theme="dark"] .check-list,
html[data-theme="dark"] .price-grid ul { color: #b8c3d5; }
html[data-theme="dark"] .status-chip { color: #c1ccdb; background: #202b3c; }
html[data-theme="dark"] .status-chip.live { color: #58e39e; background: #113427; }
html[data-theme="dark"] .status-chip.warning { color: #ffd37b; background: #382b13; }
html[data-theme="dark"] .journal-reason-badge { color: #ffd37b; border-color: #664c1d; background: #382b13; }
html[data-theme="dark"] .journal-reason-badge i { color: #231a09; background: #ffd37b; }
html[data-theme="dark"] .button-danger { color: #ff8d96; border-color: #65343b; background: #2b171c; }
html[data-theme="dark"] .button-danger:hover { background: #3a1c22; }
