/* Snipe.Run — landing */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-fluid { max-width: 100%; margin: 0; padding: 0 clamp(24px, 4.5vw, 72px); }

/* ambient background */
.bgfx { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bgfx .grid {
  position: absolute; inset: -2px;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 0%, transparent 70%);
          mask-image: radial-gradient(120% 80% at 50% 0%, #000 0%, transparent 70%);
  opacity: 0.5;
}
.bgfx .glow1 { position: absolute; width: 760px; height: 760px; left: 50%; top: -360px; transform: translateX(-50%); background: radial-gradient(circle, rgba(22,255,122,0.18), transparent 60%); filter: blur(20px); }
.bgfx .glow2 { position: absolute; width: 520px; height: 520px; right: -180px; top: 420px; background: radial-gradient(circle, rgba(63,224,255,0.08), transparent 60%); filter: blur(20px); }

/* header */
header.site { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); background: rgba(6,11,8,0.72); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { color: var(--tx-2); text-decoration: none; font-size: 14px; font-weight: 600; transition: color .15s; position: relative; padding: 6px 0; }
.nav-links a:hover { color: var(--tx); }
.nav-links a.active { color: var(--green); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--green); border-radius: 2px; }
.mobile-nav a.active { color: var(--green); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

.btn { font-family: var(--ui); font-weight: 700; font-size: 14px; border: none; cursor: pointer; border-radius: 10px; padding: 11px 18px; transition: transform .12s, box-shadow .2s, background .2s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-ghost { background: transparent; color: var(--tx); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: var(--panel); border-color: var(--tx-3); }
.btn-green { background: var(--green); color: #04140a; box-shadow: 0 8px 26px -10px var(--green-glow); }
.btn-green:hover { box-shadow: 0 10px 34px -8px var(--green-glow); background: #2dff89; }
.btn-lg { padding: 15px 26px; font-size: 15px; border-radius: 12px; }
.btn-tg { padding: 11px 13px; border-color: #229ED9; color: #229ED9; animation: tgglow 2.6s ease-in-out infinite; }
.btn-tg svg { display: block; animation: tgfloat 2.4s ease-in-out infinite; }
.btn-tg:hover { color: #fff; background: #229ED9; border-color: #229ED9; }
@keyframes tgglow { 0%, 100% { box-shadow: 0 0 0 0 rgba(34,158,217,0); } 50% { box-shadow: 0 0 0 4px rgba(34,158,217,0.16); } }
@keyframes tgfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
.hero-tg { margin-top: 20px; }
.hero-tg a { display: inline-flex; align-items: center; gap: 9px; color: var(--tx-2); text-decoration: none; font-size: 14px; font-weight: 600; }
.hero-tg a:hover { color: var(--tx); }
.hero-tg svg { color: #229ED9; }
.foot-tg { display: inline-flex; align-items: center; gap: 9px; margin-top: 16px; color: var(--tx-2); text-decoration: none; font-size: 13.5px; font-weight: 700; border: 1px solid var(--line-2); border-radius: 10px; padding: 10px 14px; transition: all .15s; }
.foot-tg svg { color: #229ED9; transition: color .15s; }
.foot-tg:hover { color: #fff; background: #229ED9; border-color: #229ED9; }
.foot-tg:hover svg { color: #fff; }
.foot-bottom .tg-sm { display: inline-flex; align-items: center; gap: 7px; color: var(--tx-2); text-decoration: none; }
.foot-bottom .tg-sm:hover { color: #229ED9; }

/* mobile nav */
.menu-btn { display: none; background: transparent; border: 1px solid var(--line-2); border-radius: 9px; width: 40px; height: 40px; color: var(--tx); cursor: pointer; }

/* hero */
.hero { position: relative; z-index: 1; padding: 78px 0 40px; }

/* animated market-tape background */
.tape-bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.hero > .wrap, .hero > .wrap-fluid { position: relative; z-index: 1; }
section.block.has-tape { position: relative; overflow: hidden; }
section.block.has-tape > .wrap, section.block.has-tape > .wrap-fluid { position: relative; z-index: 1; }
.tape-mask { -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%); }
.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--green); background: rgba(22,255,122,0.06); border: 1px solid var(--line-2); padding: 7px 13px; border-radius: 100px; }
.hero h1 { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 6.4vw, 78px); line-height: 0.98; letter-spacing: -0.03em; margin: 22px 0 0; max-width: 14ch; }
.hero h1 .g { color: var(--green); }
.hero p.sub { font-size: clamp(16px, 1.6vw, 19px); color: var(--tx-2); max-width: 56ch; margin: 22px 0 0; line-height: 1.55; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
.trust-row { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; color: var(--tx-3); font-size: 13px; }
.trust-row b { color: var(--tx); }
.trust-row .it { display: flex; align-items: center; gap: 7px; }

.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-centered { text-align: center; }
.hero-centered h1, .hero-centered p.sub { margin-left: auto; margin-right: auto; }
.hero-centered .hero-cta, .hero-centered .trust-row, .hero-centered .hero-tg { justify-content: center; }
.hero-shot { position: relative; left: 50%; transform: translateX(-50%); width: min(1480px, calc(100vw - 48px)); max-width: none; margin: 46px 0 0; border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; box-shadow: 0 40px 100px -34px rgba(0,0,0,0.9); background: var(--panel-2); }
.shot-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: var(--panel-2); border-bottom: 1px solid var(--line); }
.shot-bar i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.shot-bar .shot-url { margin-left: 12px; font-family: var(--mono); font-size: 12px; color: var(--tx-3); }
.hero-shot img { display: block; width: 100%; height: auto; }

/* live profit console */
.console { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 6px; box-shadow: var(--shadow); position: relative; }
.console-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; }
.console-bar .dots { display: flex; gap: 6px; }
.console-bar .dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.console-inner { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.pnl-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pnl-label { font-size: 12px; color: var(--tx-3); text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--mono); }
.pnl-value { font-family: var(--display); font-weight: 700; font-size: clamp(34px, 4.4vw, 50px); letter-spacing: -0.02em; line-height: 1; margin-top: 6px; }
.pnl-delta { font-family: var(--mono); font-size: 13px; font-weight: 600; }
.spark { width: 100%; height: 74px; margin: 14px 0 4px; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.mini-stat { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; }
.mini-stat .k { font-size: 11px; color: var(--tx-3); font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.05em; }
.mini-stat .v { font-family: var(--mono); font-weight: 700; font-size: 17px; margin-top: 4px; }
.feed { margin-top: 14px; border-top: 1px dashed var(--line); padding-top: 12px; display: flex; flex-direction: column; gap: 8px; max-height: 132px; overflow: hidden; }
.feed-row { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-family: var(--mono); animation: slideIn .4s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateY(-6px);} to { opacity: 1; transform: none; } }
.feed-row .tag { font-size: 10px; padding: 2px 6px; border-radius: 5px; font-weight: 700; }
.tag-buy { background: rgba(22,255,122,0.12); color: var(--green); }
.tag-sell { background: rgba(255,77,94,0.12); color: var(--red); }
.feed-row .ms { margin-left: auto; color: var(--green); }

/* section scaffolding */
section.block { position: relative; z-index: 1; padding: 64px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.sec-ey { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); }
.sec-head h2 { font-family: var(--display); font-weight: 700; font-size: clamp(26px,3.4vw,40px); letter-spacing: -0.02em; margin: 10px 0 0; }
.sec-head p { color: var(--tx-2); margin: 8px 0 0; max-width: 52ch; }

/* marquee stats strip */
.statstrip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.statstrip .cell { background: var(--bg-1); padding: 22px 24px; }
.statstrip .cell .n { font-family: var(--display); font-weight: 700; font-size: clamp(24px,3vw,34px); letter-spacing: -0.02em; }
.statstrip .cell .l { color: var(--tx-3); font-size: 13px; margin-top: 4px; }

/* leaderboard */
.lb { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.lb-row { display: grid; grid-template-columns: 36px 1.6fr 1fr 1fr 1fr auto; gap: 16px; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); transition: background .15s; }
.lb-row:last-child { border-bottom: none; }
.lb-row:hover { background: var(--panel-2); }
.lb-row.head { background: var(--bg-1); color: var(--tx-3); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--mono); padding: 12px 20px; }
.lb-rank { font-family: var(--mono); font-weight: 700; color: var(--tx-3); text-align: center; }
.lb-rank.top { color: var(--green); }
.trader { display: flex; align-items: center; gap: 12px; min-width: 0; }
.avatar { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 15px; color: #04140a; }
.trader .nm { font-weight: 700; font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trader .ad { font-family: var(--mono); font-size: 11.5px; color: var(--tx-3); }
.cell-num { font-family: var(--mono); font-weight: 600; font-size: 14px; }
.winbar { height: 6px; background: var(--bg-2); border-radius: 4px; overflow: hidden; margin-top: 6px; }
.winbar > i { display: block; height: 100%; background: var(--green); }
.copy-btn { background: rgba(22,255,122,0.1); color: var(--green); border: 1px solid var(--line-2); border-radius: 9px; padding: 8px 14px; font-weight: 700; font-size: 13px; cursor: pointer; transition: all .15s; }
.copy-btn:hover { background: var(--green); color: #04140a; }

/* market filters */
.mkt-filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.mf { background: var(--panel); border: 1px solid var(--line); color: var(--tx-2); font-family: var(--ui); font-weight: 600; font-size: 13px; padding: 8px 16px; border-radius: 100px; cursor: pointer; transition: all .14s; }
.mf:hover { border-color: var(--line-2); color: var(--tx); }
.mf.on { background: var(--green); color: #04140a; border-color: var(--green); }
.mkt-clk { cursor: pointer; }
.mkt-side { color: var(--tx-3); font-size: 13px; }

/* market cards */
.mkt-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.mkt { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; gap: 14px; transition: border-color .15s, transform .15s; }
.mkt:hover { border-color: var(--line-2); transform: translateY(-2px); }
.mkt-top { display: flex; gap: 12px; align-items: flex-start; }
.mkt-ico { width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0; background: var(--bg-2); border: 1px solid var(--line); display: grid; place-items: center; font-size: 19px; }
.mkt-q { font-weight: 700; font-size: 15px; line-height: 1.3; }
.mkt-meta { font-size: 12px; color: var(--tx-3); font-family: var(--mono); margin-top: 4px; }
.mkt-prob { display: flex; align-items: center; justify-content: space-between; }
.mkt-prob .big { font-family: var(--display); font-weight: 700; font-size: 26px; }
.probbar { height: 8px; border-radius: 5px; background: var(--bg-2); overflow: hidden; display: flex; }
.probbar > .y { background: var(--green); }
.probbar > .n { background: var(--red-dim); }
.mkt-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mkt-actions button { border-radius: 9px; padding: 10px; font-weight: 700; font-size: 13px; cursor: pointer; border: 1px solid var(--line-2); transition: all .15s; font-family: var(--ui); }
.buy-y { background: rgba(22,255,122,0.1); color: var(--green); }
.buy-y:hover { background: var(--green); color: #04140a; }
.buy-n { background: rgba(255,77,94,0.08); color: var(--red); }
.buy-n:hover { background: var(--red); color: #fff; }

/* ai feature section */
.ai-feat { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; background: radial-gradient(120% 130% at 100% 0%, rgba(22,255,122,0.06), transparent 55%), var(--panel); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 44px; }
.ai-feat-copy h2 { font-family: var(--display); font-weight: 700; font-size: clamp(26px,3.4vw,40px); letter-spacing: -0.02em; margin: 10px 0 0; }
.ai-feat-copy p { color: var(--tx-2); margin: 14px 0 0; max-width: 52ch; line-height: 1.6; }
.ai-feat-list { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.ai-feat-list li { display: flex; gap: 11px; color: var(--tx-2); font-size: 15px; line-height: 1.45; align-items: flex-start; }
.ai-feat-list li strong { color: var(--tx); }
.ai-tick { color: var(--green); flex-shrink: 0; font-size: 14px; margin-top: 1px; }
.ai-feat-card { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 20px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px; }
.ai-fc-head { display: flex; align-items: center; gap: 12px; }
.ai-fc-orb { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: radial-gradient(circle, rgba(22,255,122,0.22), var(--bg-2) 72%); border: 1px solid var(--line-2); color: var(--green); font-size: 18px; flex-shrink: 0; }
.ai-fc-t { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); }
.ai-fc-s { font-weight: 700; font-size: 14.5px; margin-top: 2px; }
.ai-fc-pick { background: var(--bg-1); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.ai-fc-pick.rec { border-color: var(--green); box-shadow: 0 0 0 1px var(--green) inset; background: linear-gradient(180deg, rgba(22,255,122,0.05), var(--bg-1)); }
.ai-fc-rec { font-family: var(--mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); margin-bottom: 10px; }
.ai-fc-row { display: flex; align-items: center; gap: 11px; }
.ai-fc-av { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 14px; color: #04140a; }
.ai-fc-nm { font-weight: 700; font-size: 14.5px; }
.ai-fc-tag { font-family: var(--mono); font-size: 11.5px; color: var(--tx-3); margin-top: 1px; }
.ai-fc-match { margin-left: auto; font-family: var(--mono); font-weight: 700; color: var(--green); font-size: 16px; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.05; }
.ai-fc-match small { color: var(--tx-3); font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 2px; }
.ai-fc-alloc { display: flex; align-items: baseline; justify-content: space-between; margin-top: 11px; padding-top: 11px; border-top: 1px dashed var(--line); }
.ai-fc-alloc span { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--tx-3); }
.ai-fc-alloc b { font-family: var(--display); font-weight: 700; font-size: 20px; }

/* AI Trading page — live console */
.ai-console { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 6px; box-shadow: var(--shadow); }
.ai-c-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; }
.ai-c-bar .dots { display: flex; gap: 6px; } .ai-c-bar .dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.ai-c-live { font-family: var(--mono); font-size: 12px; color: var(--green); display: flex; align-items: center; gap: 6px; }
.ai-c-inner { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.ai-c-pnlrow { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.ai-c-k { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--tx-3); }
.ai-c-pnl { font-family: var(--display); font-weight: 700; font-size: 34px; letter-spacing: -0.02em; line-height: 1; margin-top: 5px; }
.ai-c-now { display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; }
.ai-c-spin { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); border-top-color: var(--green); animation: spin .9s linear infinite; flex-shrink: 0; }
@keyframes spin { to { transform: rotate(360deg); } }
.ai-c-q { font-weight: 700; font-size: 15px; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ai-c-verdict { display: flex; align-items: center; gap: 12px; }
.ai-c-side { font-family: var(--mono); font-weight: 700; font-size: 13px; padding: 7px 12px; border-radius: 8px; flex-shrink: 0; }
.ai-c-side.y { background: rgba(22,255,122,0.14); color: var(--green); }
.ai-c-side.n { background: rgba(255,77,94,0.12); color: var(--red); }
.ai-c-bar-wrap { flex: 1; height: 8px; background: var(--bg-2); border-radius: 5px; overflow: hidden; }
.ai-c-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--green), #0fae54); border-radius: 5px; transition: width .9s cubic-bezier(.2,.8,.3,1); }
.ai-c-edge { font-family: var(--mono); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.ai-c-foot { font-size: 11px; color: var(--tx-3); text-align: center; }

/* AI Trading page — reasoning terminal */
.ai-term-wrap { background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); }
.ai-term-bar { display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 12.5px; color: var(--tx-2); }
.ai-term-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(22,255,122,0.5); animation: aipulse2 2s infinite; }
@keyframes aipulse2 { 0%,100% { box-shadow: 0 0 0 0 rgba(22,255,122,0.4); } 50% { box-shadow: 0 0 0 6px rgba(22,255,122,0); } }
.ai-term { padding: 16px 18px; display: flex; flex-direction: column; gap: 9px; min-height: 330px; }
.ai-term-row { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 13.5px; color: var(--tx-2); animation: logIn .4s ease; }
@keyframes logIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.ai-term-text { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ai-term-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.04em; padding: 3px 7px; border-radius: 5px; flex-shrink: 0; }
.tt-scan { background: var(--bg-2); color: var(--tx-3); border: 1px solid var(--line); }
.tt-signal { background: rgba(22,255,122,0.12); color: var(--green); }
.tt-place { background: rgba(255,194,75,0.14); color: var(--amber); }

/* AI Trading page — plan band */
.ai-planband { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: radial-gradient(120% 140% at 100% 0%, rgba(22,255,122,0.07), transparent 55%), var(--panel); border: 1px solid var(--line-2); border-radius: var(--r-xl); padding: 30px 34px; margin: 10px 0; }
.ai-planband-h { font-family: var(--display); font-weight: 700; font-size: clamp(22px,2.8vw,30px); letter-spacing: -0.01em; margin-top: 8px; }

/* section-local animated background */
.has-fx { position: relative; overflow: hidden; }
.has-fx > .wrap { position: relative; z-index: 1; }
.fx-bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* AI Trade marketing panel (mirrors the in-app unified engine + picks) */
.me-panel { max-width: 1120px; margin: 0 auto; background: linear-gradient(180deg, var(--panel-2), var(--panel)); border: 1px solid var(--line-2); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); }
.me-engine { padding: 18px 20px; background: linear-gradient(180deg, rgba(22,255,122,0.06), transparent); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.me-eng-top { display: flex; align-items: center; gap: 12px; }
.me-orb { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: radial-gradient(circle, rgba(22,255,122,0.22), var(--bg-2) 72%); border: 1px solid var(--line-2); color: var(--green); flex-shrink: 0; }
.me-orb svg { animation: aipulse3 2.4s ease-in-out infinite; }
@keyframes aipulse3 { 0%,100% { opacity: .85; } 50% { opacity: 1; } }
.me-eng-title { font-weight: 700; font-family: var(--display); font-size: 17px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.chip-live { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--green); background: rgba(22,255,122,0.12); border: 1px solid var(--line-2); padding: 3px 9px; border-radius: 100px; display: inline-flex; align-items: center; gap: 5px; }
.chip-amber2 { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--amber); background: rgba(255,194,75,0.14); padding: 3px 9px; border-radius: 100px; }
.tiny2 { font-size: 13px; color: var(--tx-3); }
.me-pause { margin-left: auto; font-family: var(--ui); font-weight: 700; font-size: 13px; color: var(--tx-2); background: var(--bg-2); border: 1px solid var(--line-2); padding: 8px 14px; border-radius: 10px; flex-shrink: 0; }
.me-now { display: flex; align-items: center; gap: 12px; background: var(--bg-1); border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; }
.me-k { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--tx-3); }
.me-q { font-weight: 700; font-size: 15px; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.me-edge { font-family: var(--mono); font-weight: 700; font-size: 17px; }
.me-spin { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); border-top-color: var(--green); animation: spin .9s linear infinite; flex-shrink: 0; }
.me-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.me-stats > div { background: var(--bg-1); border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; }
.me-v { font-family: var(--mono); font-weight: 700; font-size: 16px; margin-top: 3px; }
.me-term { min-height: auto !important; max-height: 132px; padding: 12px 0 0 !important; border-top: 1px dashed var(--line); gap: 7px !important; overflow: hidden !important; -webkit-mask-image: linear-gradient(180deg, #000 70%, transparent); mask-image: linear-gradient(180deg, #000 70%, transparent); }
/* autopilot bar + AI status (replaces manual place) */
.me-autobar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 14px 20px; border-bottom: 1px solid var(--line); background: rgba(22,255,122,0.05); }
.me-auto-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; box-shadow: 0 0 0 0 rgba(22,255,122,0.5); animation: aipulse2 2s infinite; }
.me-switch { width: 44px; height: 26px; border-radius: 100px; background: var(--green); position: relative; flex-shrink: 0; }
.me-switch span { position: absolute; top: 3px; left: 21px; width: 20px; height: 20px; border-radius: 50%; background: #04140a; }
.me-status { display: flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--ui); font-weight: 700; font-size: 13px; padding: 11px; border-radius: 9px; }
.me-status.done { background: rgba(22,255,122,0.13); color: var(--green); border: 1px solid var(--green); }
.me-status.exec { background: rgba(255,194,75,0.12); color: var(--amber); border: 1px solid rgba(255,194,75,0.4); }
.me-status.queued { background: var(--bg-2); color: var(--tx-2); border: 1px solid var(--line-2); }
.me-spin-sm { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,194,75,0.3); border-top-color: var(--amber); animation: spin .9s linear infinite; }
.me-pickhead { display: flex; align-items: center; gap: 9px; padding: 13px 20px; border-bottom: 1px solid var(--line); font-weight: 700; flex-wrap: wrap; }
.me-picks { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; padding: 16px 20px; }
.me-pick { background: var(--bg-1); border: 1px solid var(--line); border-radius: 14px; padding: 15px; display: flex; flex-direction: column; gap: 12px; }
.me-pick.rec { border-color: var(--green); box-shadow: 0 0 0 1px var(--green) inset; background: linear-gradient(180deg, rgba(22,255,122,0.05), var(--bg-1)); }
.me-rank { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green); font-weight: 700; }
.me-pickrow { display: flex; align-items: center; gap: 11px; }
.me-ico { width: 38px; height: 38px; border-radius: 11px; background: var(--bg-2); border: 1px solid var(--line); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.me-pq { font-weight: 700; font-size: 14px; line-height: 1.25; }
.me-meta { font-family: var(--mono); font-size: 11px; color: var(--tx-3); margin-top: 2px; }
.me-side-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.me-side { font-family: var(--mono); font-weight: 700; font-size: 12.5px; padding: 5px 10px; border-radius: 7px; }
.me-side.y { background: rgba(22,255,122,0.13); color: var(--green); }
.me-edge2 { font-family: var(--mono); font-size: 12px; font-weight: 700; }
.me-prob { height: 8px; border-radius: 5px; overflow: hidden; display: flex; background: var(--bg-2); }
.me-prob > span:first-child { background: var(--green); } .me-prob > span:last-child { background: var(--red-dim); }
.me-stat3 { display: flex; justify-content: space-between; }
.me-v2 { font-family: var(--mono); font-weight: 700; font-size: 15px; margin-top: 2px; }
.me-alloc { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px; }
.me-alloc-v { font-family: var(--display); font-weight: 700; font-size: 24px; margin-top: 3px; }
.me-why { display: flex; gap: 7px; font-size: 12.5px; color: var(--tx-2); line-height: 1.4; }
.me-acts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.me-acts .btn { justify-content: center; padding: 10px; font-size: 13px; }
.me-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 20px; border-top: 1px solid var(--line); background: var(--bg-1); }
@media (max-width: 900px) { .me-picks { grid-template-columns: 1fr; } .me-stats { grid-template-columns: 1fr; } }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; position: relative; overflow: hidden; }
.step .no { font-family: var(--mono); font-size: 13px; color: var(--green); font-weight: 700; }
.step h3 { font-family: var(--display); font-size: 20px; margin: 14px 0 8px; letter-spacing: -0.01em; }
.step p { color: var(--tx-2); font-size: 14px; line-height: 1.55; margin: 0; }
.step .bignum { position: absolute; right: -10px; bottom: -26px; font-family: var(--display); font-weight: 700; font-size: 120px; color: rgba(255,255,255,0.025); }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.price-grid-4 { grid-template-columns: repeat(4,1fr); }
.plan { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 18px; position: relative; }
.plan.plan-free { border-color: rgba(255,194,75,0.3); background: linear-gradient(180deg, rgba(255,194,75,0.04), var(--panel)); }
.plan .lat.lat-amber { color: var(--amber); background: rgba(255,194,75,0.08); }
.plan .lead.lead-amber { background: rgba(255,194,75,0.06); color: var(--tx); }
.plan .price .per { color: var(--tx-3); font-size: 14px; }
.plan.feat { border-color: var(--green); box-shadow: var(--shadow-green); background: linear-gradient(180deg, rgba(22,255,122,0.05), var(--panel)); }
.plan .badge { position: absolute; top: -11px; left: 28px; background: var(--green); color: #04140a; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 6px; letter-spacing: 0.03em; }
.plan h3 { font-family: var(--display); font-size: 20px; margin: 0; }
.plan .lat { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 7px; background: rgba(22,255,122,0.08); border: 1px solid var(--line-2); padding: 5px 11px; border-radius: 100px; margin-top: 10px; }
.plan .price { display: flex; align-items: baseline; gap: 6px; }
.plan .price .amt { font-family: var(--display); font-weight: 700; font-size: 46px; letter-spacing: -0.02em; }
.plan .price .per { color: var(--tx-3); font-size: 14px; }
.plan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.plan li { display: flex; gap: 11px; font-size: 15px; color: var(--tx-2); align-items: flex-start; font-weight: 500; line-height: 1.4; }
.plan li strong { color: var(--tx); font-weight: 700; }
.plan li svg { flex-shrink: 0; margin-top: 3px; }
.plan .lead { background: rgba(22,255,122,0.06); border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 13px; font-size: 14px; color: var(--tx); font-weight: 600; display: flex; gap: 10px; align-items: center; line-height: 1.3; }
.plan .lead svg { flex-shrink: 0; }
.plan .lead .lead-txt { min-width: 0; }
.plan .lead .lead-txt b { color: var(--tx); font-weight: 800; }
.pay-note { text-align: center; color: var(--tx-3); font-size: 13px; margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pay-note .coin { display: inline-flex; align-items: center; gap: 6px; background: var(--panel); border: 1px solid var(--line); padding: 5px 11px; border-radius: 100px; font-family: var(--mono); font-size: 12px; }

/* lifetime banner */
.lifetime { margin-top: 18px; border: 2px solid transparent; border-radius: var(--r-lg); padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: linear-gradient(100deg, var(--panel-2), var(--bg-1)) padding-box, linear-gradient(90deg, #16ff7a, #3fe0ff, #9a8cff, #ffc24b, #16ff7a) border-box; background-size: 250% 100%; animation: lifeborder 7s linear infinite; }
@keyframes lifeborder { to { background-position: 250% 0; } }
.lifetime .amt { font-family: var(--display); font-weight: 700; font-size: 40px; }
.life-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.life-badge { font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
.life-badge.hot { background: linear-gradient(90deg, #ff7a59, #ffc24b); color: #1a0e04; }
.life-badge.val { background: rgba(63,224,255,0.16); color: #3fe0ff; border: 1px solid rgba(63,224,255,0.3); }
.life-badge.life { background: rgba(22,255,122,0.14); color: var(--green); border: 1px solid var(--line-2); }
.ai-credits { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center; margin-top: 14px; color: var(--tx-2); font-size: 13.5px; background: rgba(34,158,217,0.06); border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 16px; }
.ai-credits a { color: #229ED9; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.ai-credits a:hover { text-decoration: underline; }

/* faq */
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.qa { border-bottom: 1px solid var(--line); padding: 18px 0; }
.qa summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary .pm { color: var(--green); font-family: var(--mono); font-size: 20px; transition: transform .2s; }
.qa[open] summary .pm { transform: rotate(45deg); }
.qa p { color: var(--tx-2); font-size: 14px; line-height: 1.6; margin: 12px 0 0; }

/* cta band */
.cta-band { position: relative; z-index: 1; text-align: center; padding: 70px 24px; border: 1px solid var(--line-2); border-radius: var(--r-xl); background: radial-gradient(120% 140% at 50% 0%, rgba(22,255,122,0.08), transparent 60%), var(--panel); margin: 30px 0; }
.cta-band h2 { font-family: var(--display); font-weight: 700; font-size: clamp(28px,4vw,46px); letter-spacing: -0.02em; margin: 0 auto; max-width: 18ch; }
.cta-band p { color: var(--tx-2); margin: 16px auto 0; max-width: 48ch; }

/* footer */
footer.site { position: relative; z-index: 1; border-top: 1px solid var(--line); margin-top: 40px; padding: 56px 0 40px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 30px; }
.foot-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--tx-3); font-family: var(--mono); margin: 0 0 14px; }
.foot-col a { display: block; color: var(--tx-2); text-decoration: none; font-size: 14px; margin-bottom: 10px; transition: color .15s; }
.foot-col a:hover { color: var(--green); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--tx-3); font-size: 13px; flex-wrap: wrap; gap: 14px; }
.disclaimer { color: var(--tx-3); font-size: 11.5px; line-height: 1.6; max-width: 90ch; margin-top: 18px; }

/* responsive */
@media (max-width: 1240px) {
  .price-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .ai-feat { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .mkt-grid, .steps, .price-grid { grid-template-columns: 1fr; }
  .price-grid-4 { grid-template-columns: 1fr 1fr; }
  .statstrip { grid-template-columns: repeat(2,1fr); }
  .faq { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .lb-row { grid-template-columns: 28px 1.4fr 1fr auto; }
  .lb-row .hide-sm { display: none; }
}
@media (max-width: 560px) {
  .statstrip { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
}
