/* =========================================================
   MUSE — art direction v2 "figurines"
   Flat saturated color fields that crossfade (650ms), giant Anton
   ghost words, Muse figurines, white type, film grain.
   ========================================================= */
@font-face { font-family: "Anton"; src: url("../assets/fonts/anton.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../assets/fonts/inter-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
:root {
  --coral: #F4845F; --coral-p: #F79B7F;
  --meadow: #6BBF7A; --meadow-p: #85CC92;
  --blossom: #E882B4; --blossom-p: #ED9DC4;
  --sky: #6EB5FF; --sky-p: #8DC4FF;
  --bg: var(--coral); --panel: var(--coral-p);
  --ink: #1d1822; --ink-2: rgba(29, 24, 34, .66); --ink-3: rgba(29, 24, 34, .44);
  --line: rgba(29, 24, 34, .1); --line-2: rgba(29, 24, 34, .18);
  --w: #fff; --w2: rgba(255, 255, 255, .88); --w3: rgba(255, 255, 255, .72);
  --up: #16a35a; --down: #e0473d;
  --display: "Anton", "Impact", "Arial Narrow", sans-serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --r: 28px;
  --cat-sports: #F4845F; --cat-politics: #6EB5FF; --cat-crypto: #F5B83D; --cat-culture: #E882B4; --cat-macro: #6BBF7A;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--w); background-color: var(--coral);
  transition: background-color 650ms var(--ease);
  -webkit-font-smoothing: antialiased; overflow-x: hidden; font-size: 16px; line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
img { max-width: 100%; display: block; }
::selection { background: #fff; color: var(--bg); }
.wrap { width: min(1240px, 100% - 48px); margin: 0 auto; position: relative; }
.wrap.narrow { width: min(920px, 100% - 48px); }
.muted { color: var(--ink-2); }
.mono { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.up { color: var(--up); } .down { color: var(--down); }
.num { text-align: right; font-variant-numeric: tabular-nums; }
em { font-style: normal; }
h1, h2, h3 { margin: 0; font-weight: 400; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: .01em; line-height: .95; color: #fff; }
h1 { font-size: clamp(54px, 9vw, 132px); }
h2 { font-size: clamp(42px, 6.4vw, 96px); }
h1 em, h2 em { color: transparent; -webkit-text-stroke: 2px #fff; }
h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.kicker, .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--w2); }
.kicker::before, .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.lead, .big-p { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--w2); max-width: 620px; font-weight: 500; }
.fine { font-size: 12.5px; color: var(--w3); margin-top: 14px; }
.hide-sm {}

/* ---------- grain + veil ---------- */
.grain { position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .4; background-size: 200px 200px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.08'/></svg>"); }
.veil { position: fixed; inset: 0; z-index: 80; pointer-events: none; transform: translateY(100%); background: var(--coral); }
.veil.in { transform: translateY(0); transition: transform 560ms var(--ease); }
.veil.out { transform: translateY(-100%); transition: transform 650ms var(--ease); }

/* ---------- buttons ---------- */
.pill, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 46px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; transition: transform 150ms var(--ease), background-color 150ms, color 150ms, border-color 150ms; }
.pill svg, .btn svg { width: 18px; height: 18px; }
.pill:hover, .btn:hover { transform: scale(1.05); }
.pill-white, .btn-white { background: #fff; color: var(--ink); }
.pill-white:hover, .btn-white:hover { background: #fff; color: var(--bg); }
.pill-line, .btn-glass { border: 2px solid #fff; color: #fff; }
.pill-line:hover, .btn-glass:hover { background: rgba(255, 255, 255, .12); }
.pill-dark { background: var(--ink); color: #fff; }
.pill-lg, .btn-lg { height: 58px; padding: 0 30px; font-size: 14px; }
.pill-sm, .btn-sm { height: 36px; padding: 0 15px; font-size: 11.5px; }
.btn[disabled], .pill[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.btn-text { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.circle { width: 64px; height: 64px; border-radius: 50%; border: 2px solid #fff; color: #fff; display: grid; place-items: center; transition: transform 150ms, background-color 150ms; }
.circle svg { width: 26px; height: 26px; }
.circle:hover { transform: scale(1.08); background: rgba(255, 255, 255, .12); }
/* inside white surfaces, outline buttons turn dark */
.card .btn-glass, .wizard-body .btn-glass, .sheet .btn-glass, .modal .btn-glass, .success .btn-glass, .owner-card .btn-glass { border-color: var(--ink); color: var(--ink); }
.card .btn-glass:hover, .wizard-body .btn-glass:hover, .modal .btn-glass:hover, .success .btn-glass:hover { background: rgba(29, 24, 34, .06); }
.card .btn-white, .wizard-body .btn-white, .modal .btn-white, .success .btn-white, .owner-card .btn-white { background: var(--ink); color: #fff; }
.card .btn-white:hover, .wizard-body .btn-white:hover, .modal .btn-white:hover, .success .btn-white:hover { background: var(--bg); color: #fff; }
.wizard-body .btn-text, .card .btn-text, .success .btn-text { color: var(--ink); text-decoration-color: var(--bg); }

/* ---------- top bar ---------- */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; gap: 24px; padding: 18px 32px; transition: background-color 650ms var(--ease), box-shadow 300ms; }
.topbar.solid { background-color: var(--bg); box-shadow: 0 1px 0 rgba(255, 255, 255, .18); }
.brand { font-size: 13px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .95; }
.top-links { display: flex; gap: 26px; margin: 0 auto; }
.top-links a, .top-live { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .85; transition: opacity 200ms; position: relative; }
.top-links a:hover, .top-links a.active { opacity: 1; }
.top-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: #fff; }
.top-right { display: flex; align-items: center; gap: 10px; }
.top-live { display: inline-flex; align-items: center; gap: 8px; margin-right: 6px; }
.top-live i { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: .3; } }
.topbar .pill { height: 38px; padding: 0 16px; font-size: 11.5px; }
.wallet-btn.on::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.dock { display: none; }

/* ---------- ghost words ---------- */
.ghost { position: absolute; left: 0; right: 0; top: 50%; margin-top: -.5em; text-align: center; font-family: var(--display); font-size: clamp(90px, 22vw, 330px); line-height: 1; color: #fff; opacity: .16; white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: .02em; z-index: 0; will-change: transform; }
.ghost-xl { font-size: clamp(120px, 30vw, 460px); }

/* ---------- figurines ---------- */
.fig { position: relative; }
.fig svg, .fig img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: bottom center; overflow: visible; user-select: none; -webkit-user-drag: none; }
.avatar svg { display: block; width: 100%; height: auto; overflow: visible; }
.float { animation: float 5.5s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ==================== HOME ==================== */
.band { position: relative; overflow: hidden; padding: 120px 0; }
.band > .wrap { z-index: 2; }
.band-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px 40px; margin-bottom: 56px; }
.band-head > span { width: 100%; }
.band-head h2 { max-width: 900px; }
.band-head p { max-width: 460px; color: var(--w2); font-size: 17px; line-height: 1.6; font-weight: 500; margin: 0; }
.band-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 44px; }
.band-cta span { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--w3); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split h2 { margin: 18px 0 24px; }
.split-rev { grid-template-columns: .9fr 1.1fr; }

/* hero (spec) */
.hero-x { height: 100vh; min-height: 560px; padding: 0; }
.hx-ghost { position: absolute; left: 0; right: 0; top: 104px; display: flex; justify-content: center; font-family: var(--display); font-size: clamp(64px, 16vw, 270px); font-weight: 900; color: #fff; opacity: 1; line-height: 1; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; pointer-events: none; user-select: none; z-index: 2; will-change: transform; }
.hx-carousel { position: absolute; inset: 0; z-index: 3; }
.hx-item { position: absolute; left: 50%; bottom: 5vh; height: 62vh; aspect-ratio: 216 / 258; translate: -50% 0; padding: 0; transform-origin: 50% 100%;
  will-change: transform, filter, opacity; transition: transform 1000ms var(--ease-out), filter 1000ms var(--ease-out), opacity 800ms var(--ease); }
.hx-item .fig { width: 100%; height: 100%; animation: bob 6s ease-in-out infinite; }
.hx-item:nth-child(2) .fig { animation-delay: -1.5s; } .hx-item:nth-child(3) .fig { animation-delay: -3s; } .hx-item:nth-child(4) .fig { animation-delay: -4.5s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-1.2%); } }
.hx-item[data-role="center"] { cursor: pointer; }
.hx-item[data-role="left"], .hx-item[data-role="right"] { cursor: pointer; }
.hx-item .fig img { filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .12)); }
.hx-caption { position: absolute; top: 78px; right: 32px; z-index: 60; display: flex; flex-direction: column; align-items: flex-end; gap: 2px; text-align: right; opacity: 0; }
.hx-caption.in { animation: capIn 650ms var(--ease) forwards; }
@keyframes capIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.hx-caption b { font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1.05; text-transform: uppercase; letter-spacing: .02em; }
.hx-caption span { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: .9; }
.hx-count { opacity: .75 !important; }
.hx-pnl { margin-top: 6px; padding: 5px 10px; border-radius: 99px; background: rgba(255, 255, 255, .2); }
.hx-left { position: absolute; left: 64px; bottom: 80px; z-index: 60; max-width: 340px; }
.hx-kick { position: absolute; left: 0; right: 0; top: 86px; z-index: 60; display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; pointer-events: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hx-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 99px; background: #fff; color: #1b1a1f; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.hx-pill i { width: 8px; height: 8px; border-radius: 50%; background: #1fbf5f; animation: pmPulse 1.8s infinite; }
@keyframes pmPulse { 0% { box-shadow: 0 0 0 0 rgba(31,191,95,.55); } 70% { box-shadow: 0 0 0 9px rgba(31,191,95,0); } 100% { box-shadow: 0 0 0 0 rgba(31,191,95,0); } }
.hx-h1 { font-family: var(--display); font-weight: 400; font-size: clamp(30px, 4.4vw, 64px); line-height: 1; letter-spacing: .02em; text-transform: uppercase; margin: 0; color: #fff; }
.hx-h1 mark { background: #fff; color: #1b1a1f; padding: 0 .14em; border-radius: .08em; }
.hx-bet { position: absolute; right: 40px; bottom: 170px; z-index: 60; width: 300px; background: #fff; color: #1b1a1f; border-radius: 22px; padding: 16px 18px; box-shadow: 0 18px 50px rgba(0,0,0,.12); opacity: 0; }
.hx-bet.in { animation: capIn 650ms var(--ease) forwards; }
.hb-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hb-pm { padding: 4px 9px; border-radius: 99px; background: #1b1a1f; color: #fff; letter-spacing: .1em; }
.hb-q { font-size: 17px; font-weight: 800; line-height: 1.25; margin: 10px 0; }
.hb-row { display: flex; align-items: center; gap: 10px; }
.hb-side { font-family: var(--display); font-size: 22px; line-height: 1; padding: 6px 12px 5px; border-radius: 10px; }
.hb-side.yes { background: #d9f5e3; color: #127a3e; } .hb-side.no { background: #ffe0e0; color: #b3261e; }
.hb-act { font-size: 12px; font-weight: 700; opacity: .55; text-transform: uppercase; letter-spacing: .12em; }
.hb-why { font-size: 13px; line-height: 1.45; margin: 10px 0 0; opacity: .7; }
.hx-title { font-family: var(--sans); font-size: clamp(22px, 1.9vw, 28px); font-weight: 800; line-height: 1.18; letter-spacing: -.01em; text-transform: none; margin: 0 0 12px; max-width: 16ch; }
.hero-x .hx-copy { font-size: 15px; line-height: 1.55; opacity: .9; margin: 0 0 24px; max-width: 30ch; }
.hx-arrows .circle { width: 54px; height: 54px; border: 0; background: rgba(255,255,255,.22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.55); transition: transform 200ms var(--ease), background-color 200ms, color 200ms; }
.hx-arrows .circle svg { width: 22px; height: 22px; stroke-width: 2; }
.hx-arrows .circle:hover { transform: scale(1.06); background: #fff; color: #1b1a1f; }
.hx-arrows .circle:active { transform: scale(.96); }
.hx-sticker { position: absolute; z-index: 25; top: calc(104px + min(16vw, 270px) * 0.74); right: max(40px, 8vw); display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 22px 12px; background: #fff; color: #1b1a1f; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.14); rotate: -5deg; animation: stickIn 900ms var(--ease) 200ms both, stickFloat 6s ease-in-out 1.1s infinite; }
.hx-sticker b { font-family: var(--display); font-weight: 400; font-size: clamp(30px, 3.6vw, 58px); line-height: .95; letter-spacing: .02em; text-transform: uppercase; }
.hs-live { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }
.hs-live i { width: 8px; height: 8px; border-radius: 50%; background: #1fbf5f; animation: pmPulse 1.8s infinite; }
@keyframes stickIn { from { opacity: 0; transform: translateY(18px) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes stickFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }
.hx-copy { font-size: 14px; line-height: 1.6; opacity: .88; margin: 0 0 20px; font-weight: 500; }
.hx-arrows { display: flex; gap: 12px; }
.hx-cta { position: absolute; right: 40px; bottom: 80px; z-index: 60; display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: clamp(20px, 4vw, 56px); font-weight: 400; line-height: 1; letter-spacing: .02em; text-transform: uppercase; opacity: .95; transition: opacity 200ms, gap 250ms var(--ease); }
.hx-cta svg { width: 32px; height: 32px; }
.hx-cta:hover { opacity: 1; gap: 20px; }
.hx-cta.static { position: static; justify-content: center; }
.hx-note { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 60; text-align: center; font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: .7; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { background: #fff; color: var(--ink); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform 300ms var(--ease-out), box-shadow 300ms; box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); }
.step-top { position: relative; height: 210px; background: var(--panel); transition: background-color 650ms var(--ease); overflow: hidden; }
.step-top .fig { position: absolute; left: 50%; bottom: -26px; width: 64%; height: 108%; transform: translateX(-50%); }
.step-n { position: absolute; left: 18px; top: 10px; font-family: var(--display); font-size: 64px; color: #fff; line-height: 1; }
.step-body { padding: 22px 22px 26px; }
.step-body h3 { font-family: var(--display); font-weight: 400; font-size: 26px; text-transform: uppercase; letter-spacing: .01em; line-height: 1.05; margin-bottom: 10px; }
.step-body p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-2); }

/* polymarket */
.flow-pills { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.flow-pills span { padding: 10px 16px; border-radius: 99px; border: 2px solid #fff; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.flow-pills span:last-child { background: #fff; color: var(--bg); transition: color 650ms var(--ease); }
.flow-pills i svg { width: 18px; height: 18px; display: block; }
.pm-cards { display: flex; flex-direction: column; gap: 14px; }
.mk-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 20px 22px; transition: transform 300ms var(--ease-out); box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); }
.mk-q { font-weight: 700; font-size: 16px; letter-spacing: -.01em; }
.mk-bar { height: 10px; border-radius: 99px; background: #f1e6ea; margin: 14px 0 10px; overflow: hidden; }
.mk-bar span { display: block; height: 100%; background: var(--bg); border-radius: 99px; transition: background-color 650ms var(--ease); }
.mk-odds { display: flex; justify-content: space-between; font-family: var(--display); font-size: 22px; font-weight: 400; letter-spacing: .02em; }
.mk-odds b { font-weight: 400; } .mk-odds b:last-child { color: var(--ink-3); }
.mk-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; font-size: 12px; color: var(--ink-3); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.mk-note { font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .75; text-align: right; margin: 4px 0 0; }

/* rules sheet */
.rules-fig { position: relative; height: 620px; }
.rules-fig .fig { position: absolute; left: 50%; bottom: 0; width: 100%; height: 100%; transform: translateX(-50%); }
.sheet { background: #fff; color: var(--ink); border-radius: var(--r); padding: 28px; margin-top: 30px; box-shadow: 0 30px 60px -34px rgba(0, 0, 0, .4); }
.sheet-head { display: flex; justify-content: space-between; align-items: baseline; }
.sheet-head b { font-family: var(--display); font-weight: 400; font-size: 34px; text-transform: uppercase; }
.sheet-head span { font-size: 12px; font-weight: 600; letter-spacing: .1em; color: var(--ink-3); }
.sheet-quote, .strategy-quote { font-size: 17px; line-height: 1.55; font-weight: 600; padding: 16px 18px; border-radius: 16px; background: var(--panel); color: #fff; margin: 16px 0; transition: background-color 650ms var(--ease); }
.sheet-rules { list-style: none; padding: 0; margin: 0 0 22px; }
.sheet-rules li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.sheet-rules li span { color: var(--ink-2); } .sheet-rules li b { font-weight: 700; }

/* leaderboard tiles */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile-agent { position: relative; display: flex; flex-direction: column; border-radius: var(--r); overflow: hidden; background: #fff; color: var(--ink); transition: transform 300ms var(--ease-out); box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); }
.ta-rank { position: absolute; top: 14px; left: 18px; z-index: 2; font-family: var(--display); font-size: 44px; color: #fff; line-height: 1; }
.ta-fig { position: relative; height: 230px; background: var(--tb, var(--panel)); overflow: hidden; }
.ta-fig .fig { position: absolute; left: 50%; bottom: -30px; width: 68%; height: 112%; transform: translateX(-50%); transition: transform 500ms var(--ease-out); }
.tile-agent:hover .ta-fig .fig { transform: translateX(-50%) translateY(-8px) scale(1.04); }
.ta-body { padding: 18px 20px 20px; }
.ta-name { font-family: var(--display); font-size: 28px; text-transform: uppercase; line-height: 1; }
.ta-owner { font-size: 12px; color: var(--ink-3); font-weight: 600; margin-top: 4px; }
.ta-pnl { font-family: var(--display); font-size: 40px; line-height: 1; margin: 14px 0 8px; }
.ta-stats { display: flex; gap: 14px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }

/* marquee */
.band-live { padding-top: 0; }
.marquee { overflow: hidden; border-top: 2px solid rgba(255, 255, 255, .5); border-bottom: 2px solid rgba(255, 255, 255, .5); padding: 18px 0; margin-bottom: 120px; }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 50s linear infinite; }
.marquee span { font-family: var(--display); font-size: 30px; text-transform: uppercase; white-space: nowrap; letter-spacing: .02em; }
.marquee em { padding: 0 8px; border-radius: 6px; background: #fff; color: var(--bg); transition: color 650ms var(--ease); }
.marquee b { font-weight: 400; opacity: .75; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* perks */
.perks3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.split4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.perk-card { background: #fff; color: var(--ink); border-radius: var(--r); padding: 28px; box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); transition: transform 300ms var(--ease-out); }
.perk-n { display: block; font-family: var(--display); font-size: 64px; line-height: 1; color: var(--bg); margin-bottom: 18px; transition: color 650ms var(--ease); }
.perk-card h3 { font-family: var(--display); font-weight: 400; font-size: 26px; text-transform: uppercase; margin-bottom: 10px; }
.perk-card p { margin: 0; color: var(--ink-2); font-size: 14.5px; line-height: 1.55; }

/* token band */
.stat-stack { display: flex; flex-direction: column; gap: 14px; }
.stat-stack div { display: flex; align-items: center; gap: 22px; padding: 18px 24px; border-radius: 22px; border: 2px solid rgba(255, 255, 255, .7); }
.stat-stack b { font-family: var(--display); font-weight: 400; font-size: 54px; line-height: 1; min-width: 150px; }
.stat-stack span { font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* finale */
.band-finale { height: 100vh; min-height: 620px; padding: 0; }
.band-finale .ghost { top: 18%; margin: 0; opacity: 1; font-size: clamp(90px, 25vw, 380px); }
.finale-figs { position: absolute; inset: 0; z-index: 2; }
.ff { position: absolute; aspect-ratio: .6 / 1; transform: translateX(-50%); }
.ff-c { left: 50%; height: 64%; bottom: 3%; z-index: 4; }
.ff-l { left: 30%; height: 28%; bottom: 12%; filter: blur(2px); opacity: .85; z-index: 3; }
.ff-r { left: 70%; height: 28%; bottom: 12%; filter: blur(2px); opacity: .85; z-index: 3; }
.ff-b { left: 50%; height: 22%; bottom: 12%; filter: blur(4px); z-index: 1; }
.finale-copy { position: absolute; left: 0; right: 0; bottom: 70px; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.finale-copy p { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.band-finale .ff-c { animation: none; }

/* ==================== PAGES ==================== */
.page { padding: 130px 0 110px; min-height: 100vh; position: relative; }
.section-sm { padding: 70px 0 10px; }
.section { padding: 100px 0; }
.h-sec { font-size: clamp(36px, 5vw, 72px); margin-bottom: 28px; }
.page > .wrap > .eyebrow + h1, .page .section-sm > .wrap > .eyebrow + h1 { margin-top: 14px; }
.card { background: #fff; color: var(--ink); border-radius: var(--r); box-shadow: 0 24px 60px -36px rgba(0, 0, 0, .38); }
.card h2, .card h1 { color: var(--ink); }
.card h2 em, .card h1 em { -webkit-text-stroke: 2px var(--ink); }
.card-pad { padding: 26px; }
.empty { padding: 34px; text-align: center; color: var(--ink-2); font-weight: 500; }
.empty h2 { color: #fff; }
.page > .wrap.empty h2 { margin-bottom: 20px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 99px; background: rgba(29, 24, 34, .06); color: var(--ink); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.chip .sw { width: 7px; height: 7px; border-radius: 50%; }
.side { display: inline-block; padding: 4px 9px; border-radius: 8px; font-size: 11.5px; font-weight: 800; letter-spacing: .08em; }
.side-yes { background: #dff6e7; color: #10783f; }
.side-no { background: #fde3df; color: #b83228; }
.tabs { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; border-radius: 999px; border: 2px solid rgba(255, 255, 255, .7); }
.tabs button { padding: 8px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background-color 200ms, color 200ms; }
.tabs button:hover { background: rgba(255, 255, 255, .15); }
.tabs button.on { background: #fff; color: var(--ink); }
.table-wrap { overflow-x: auto; }
table.t { width: 100%; border-collapse: collapse; font-size: 14.5px; }
table.t th { text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); padding: 16px 18px; border-bottom: 1px solid var(--line); }
table.t td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.t th.num, table.t td.num { text-align: right; }
table.t tr:last-child td { border-bottom: 0; }
table.t tr.link { cursor: pointer; transition: background-color 150ms; }
table.t tr.link:hover { background: rgba(29, 24, 34, .035); }
table.t td.num.up, table.t td.num.down { font-family: var(--display); font-size: 21px; font-weight: 400; }
.cell-agent { display: flex; align-items: center; gap: 12px; }
.cell-agent .avatar { width: 46px; height: 52px; border-radius: 14px; background: var(--panel); overflow: hidden; display: flex; align-items: flex-end; justify-content: center; transition: background-color 650ms var(--ease); }
.cell-agent .avatar svg { width: 130%; margin-bottom: -12px; }
.cell-agent b { font-weight: 800; }
.rank-badge { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-family: var(--display); font-size: 17px; background: rgba(29, 24, 34, .06); color: var(--ink); }
.rank-badge.rank-1 { background: #F5B83D; color: #fff; } .rank-badge.rank-2 { background: #b9c2cc; color: #fff; } .rank-badge.rank-3 { background: #d99a6c; color: #fff; }

/* agent card (my muses) */
.agent-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.agent-card { display: block; background: #fff; color: var(--ink); border-radius: var(--r); padding: 22px; box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); transition: transform 300ms var(--ease-out); }
.agent-card:hover { transform: translateY(-4px); }
.agent-card-top { display: flex; align-items: center; gap: 12px; }
.agent-card .pool { width: 64px; height: 70px; border-radius: 18px; background: var(--panel); overflow: hidden; display: flex; align-items: flex-end; justify-content: center; }
.agent-card .pool .avatar svg { width: 64px; margin-bottom: -10px; }
.agent-name { font-family: var(--display); font-size: 26px; text-transform: uppercase; line-height: 1; }
.agent-owner { font-size: 12px; color: var(--ink-3); font-weight: 600; }
.agent-strategy { font-size: 14px; color: var(--ink-2); margin: 14px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.agent-card-stats { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 12px; }
.agent-card-stats div { display: flex; flex-direction: column; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.agent-card-stats b { font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--ink); letter-spacing: .01em; }
.agent-card-stats b.up { color: var(--up); } .agent-card-stats b.down { color: var(--down); }

/* agent page */
.agent-hero { position: relative; display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: end; min-height: 420px; }
.agent-hero-avatar { position: relative; height: 420px; }
.agent-hero-avatar .avatar { position: absolute; left: 50%; bottom: -20px; width: 300px; margin-left: -150px; z-index: 2; }
.agent-hero-avatar.lit::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 300px; height: 300px; border-radius: 50%; background: var(--panel); transform: translateX(-50%); transition: background-color 650ms var(--ease); }
.agent-hero h1 { font-size: clamp(64px, 10vw, 150px); margin: 10px 0 8px; overflow-wrap: anywhere; }
.agent-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.agent-hero-meta .muted { color: var(--w2); font-weight: 600; }
.agent-hero-meta .mono { color: #fff !important; }
.agent-hero-meta .chip { background: rgba(255, 255, 255, .22); color: #fff; }
.agent-actions { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.kpis { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 44px 0 20px; }
.kpi { background: #fff; color: var(--ink); border-radius: 22px; padding: 18px 20px; box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); transition: transform 300ms var(--ease-out); }
.kpi .k { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.kpi .v { font-family: var(--display); font-size: 38px; line-height: 1.1; margin-top: 6px; }
.agent-layout { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 20px; align-items: start; }
.rules-card h3, .panel-head h3 { font-family: var(--display); font-weight: 400; font-size: 28px; text-transform: uppercase; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 22px 24px 8px; }
.panel-head .mono, .panel-head .muted { font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.rule-list { list-style: none; padding: 0; margin: 0; }
.rule-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.rule-list .k { color: var(--ink-2); } .rule-list .v { font-weight: 700; text-align: right; }
.rule-list .cats { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.rule-list a { color: var(--bg); text-decoration: underline; }
.owner-card { background: var(--ink); color: #fff; }
.owner-card .panel-head { padding: 0 0 12px !important; }
.owner-card .rule-list li { border-color: rgba(255, 255, 255, .12); }
.owner-card .rule-list .k { color: rgba(255, 255, 255, .7); }
.owner-card .btn-glass { border-color: #fff; color: #fff; }
.owner-card .btn-white { background: #fff; color: var(--ink); }
.owner-card .muted { color: rgba(255, 255, 255, .7) !important; }
.state { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: .12em; padding: 5px 10px; border-radius: 99px; }
.state i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.s-live { background: #dff6e7; color: #10783f; } .s-planned { background: #fff2d6; color: #9a6400; } .s-no { background: #eee; color: #777; }
.fund-box { border: 2px dashed rgba(255, 255, 255, .3); border-radius: 18px; padding: 14px 16px; margin: 4px 0 14px; }
.success .fund-box, .card .fund-box { border-color: var(--line-2); }
.fund-addr { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: 13px; font-weight: 600; word-break: break-all; font-variant-numeric: tabular-nums; }
.fund-addr span { flex: 1; min-width: 0; }
.fund-links { margin-top: 8px; font-size: 12px; font-weight: 600; }
.fund-links a { text-decoration: underline; }
.owner-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

/* feed */
.feed { display: flex; flex-direction: column; gap: 14px; }
.feed-item { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 20px 22px; background: #fff; color: var(--ink); border-radius: 24px; box-shadow: 0 20px 50px -30px rgba(0, 0, 0, .35); }
.feed-item > a:first-child .avatar { width: 56px; height: 62px; border-radius: 16px; background: var(--panel); overflow: hidden; display: flex; align-items: flex-end; justify-content: center; transition: background-color 650ms var(--ease); }
.feed-item > a:first-child .avatar svg { width: 76px; margin-bottom: -12px; }
.feed-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.feed-head .name { font-family: var(--display); font-size: 22px; text-transform: uppercase; line-height: 1; }
.feed-head .time { font-size: 12px; font-weight: 600; color: var(--ink-3); }
.feed-type { margin-left: auto; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; padding: 4px 9px; border-radius: 8px; }
.t-bet { background: var(--ink); color: #fff; } .t-win { background: #dff6e7; color: #10783f; } .t-loss { background: #fde3df; color: #b83228; } .t-pass { background: rgba(29, 24, 34, .06); color: var(--ink-2); }
.feed-text { margin: 8px 0 12px; font-size: 15px; line-height: 1.55; font-weight: 500; }
.market-box { border-radius: 16px; background: rgba(29, 24, 34, .04); padding: 12px 14px; }
.market-q { font-weight: 700; font-size: 14.5px; margin-bottom: 8px; }
.market-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: 13px; }
.market-meta .k { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-right: 6px; }
.tx { margin-top: 10px; font-size: 12px; color: var(--ink-3); font-weight: 600; }
.tx a { text-decoration: underline; color: var(--ink-2); }
.pm-tag { display: inline-block; padding: 2px 8px; border-radius: 6px; background: #1f5cff; color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; margin-right: 4px; }
.toast { position: fixed; left: 50%; bottom: 32px; transform: translateX(-50%); z-index: 100; background: var(--ink); color: #fff; padding: 14px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; animation: toastIn 400ms var(--ease-out); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5); max-width: calc(100% - 32px); }
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 16px); } }
.modal-bg { position: fixed; inset: 0; z-index: 95; background: rgba(29, 24, 34, .45); display: grid; place-items: center; padding: 20px; animation: fade 300ms; }
@keyframes fade { from { opacity: 0; } }
.modal { width: min(500px, 100%); padding: 28px; animation: pop 450ms var(--ease-out); max-height: 90vh; overflow: auto; }
@keyframes pop { from { transform: translateY(20px) scale(.97); opacity: 0; } }
.modal h3 { font-family: var(--display); font-weight: 400; font-size: 30px; text-transform: uppercase; }
.modal .pool { background: var(--panel); border-radius: 16px; overflow: hidden; }
.modal .strategy-quote { font-size: 14px; }

/* docs */
.docs { display: grid; grid-template-columns: 220px 1fr; gap: 50px; }
.docs-nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 6px; }
.docs-nav a { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .8; padding: 6px 0; }
.docs-nav a:hover { opacity: 1; }
.docs article { font-size: 16.5px; line-height: 1.7; font-weight: 500; }
.docs article h2 { font-size: clamp(34px, 4vw, 54px); margin: 50px 0 14px; }
.docs article p, .docs article li { color: var(--w2); }
.docs article .card { margin: 16px 0; }
.docs article a { text-decoration: underline; }

/* token page */
.page-token { padding-top: 0; }
.token-stage { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: flex-end; padding: 0 0 70px; }
.token-copy .big-p { font-size: 16px; }
.token-stage .ghost { top: 9%; margin: 0; opacity: 1; font-size: clamp(100px, 23vw, 340px); }
.token-muse { position: absolute; left: 68%; bottom: -4%; height: 78%; aspect-ratio: .84; translate: -50% 0; z-index: 2; filter: drop-shadow(0 40px 50px rgba(0, 0, 0, .18)); animation: float 6s ease-in-out infinite; }
.token-copy { z-index: 3; max-width: 1240px; }
.token-copy h1 { margin: 14px 0 14px; max-width: 560px; font-size: clamp(44px, 5.4vw, 80px); }
.token-copy .big-p { max-width: 440px; }
.ca-box { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding: 12px 18px; border-radius: 999px; background: #fff; color: var(--ink); font-size: 13px; }
.ca-box span { font-weight: 800; letter-spacing: .14em; color: var(--ink-3); }
.ca-box em { padding: 3px 10px; border-radius: 99px; background: var(--bg); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background-color 650ms var(--ease); }

/* ==================== CREATE-AN-AGENT WIZARD ==================== */
.launch { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 24px; align-items: start; }
.wizard-steps { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.wstep { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px 6px 6px; border-radius: 999px; border: 2px solid rgba(255, 255, 255, .55); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: all 250ms var(--ease); }
.wstep i { font-style: normal; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; background: rgba(255, 255, 255, .25); }
.wstep.on { background: #fff; color: var(--ink); border-color: #fff; }
.wstep.on i { background: var(--bg); color: #fff; }
.wstep.done i { background: #fff; color: var(--bg); }
.wstep[disabled] { opacity: .5; cursor: default; }
.wstep:not([disabled]):not(.on):hover { background: rgba(255, 255, 255, .15); }
.wizard-body { background: #fff; color: var(--ink); border-radius: 32px; padding: 36px; box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .45); }
.wizard-body h2 { color: var(--ink); font-size: clamp(38px, 4.4vw, 64px); }
.wizard-body > .w-step-in > p { color: var(--ink-2); margin: 12px 0 28px; font-size: 16px; line-height: 1.55; }
.w-step-in { animation: wIn 650ms var(--ease) both; }
@keyframes wIn { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
.field { margin-bottom: 24px; }
.field > label { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink); }
.hint { font-size: 12.5px; color: var(--ink-3); margin-top: 8px; font-weight: 500; }
.input, .textarea { width: 100%; font: inherit; font-size: 16px; font-weight: 500; color: var(--ink); background: #f6f1ee; border: 2px solid transparent; border-radius: 18px; padding: 14px 16px; outline: none; transition: border-color 200ms, background 200ms; }
.input:focus, .textarea:focus { border-color: var(--bg); background: #fff; }
.textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
select.input { appearance: none; }
.name-row { display: flex; gap: 10px; }
.name-row .input { flex: 1; font-size: 18px; font-weight: 700; }
.wizard-body .name-row .btn { height: auto; }
.look-tabs { display: flex; gap: 4px; flex-wrap: wrap; padding: 5px; background: #f6f1ee; border-radius: 999px; margin: 4px 0 16px; }
.look-tabs button { position: relative; flex: 1; min-width: 70px; padding: 10px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); transition: all 250ms var(--ease); }
.look-tabs button:hover { color: var(--ink); }
.look-tabs button.on { background: var(--bg); color: #fff; }
.look-tabs button i { position: absolute; top: 6px; right: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--bg); }
.look-tabs button.on i { background: #fff; }
.look-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; }
.tile { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 0 0 10px; border-radius: 22px; background: #f6f1ee; border: 3px solid transparent; overflow: hidden; transition: transform 250ms var(--ease-out), border-color 200ms; }
.tile:hover { transform: translateY(-3px); }
.tile.on { border-color: var(--bg); }
.tile.on::after { content: "✓"; position: absolute; top: 7px; right: 8px; width: 22px; height: 22px; border-radius: 50%; background: var(--bg); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.tile-av { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--panel); transition: background-color 650ms var(--ease); }
.tile-av svg { width: 100%; height: auto; display: block; transform-origin: 50% 0%; }
.tile-av.zoom-head svg { transform: scale(1.6) translateY(-1%); }
.tile-av.zoom-neck svg { transform: scale(1.5) translateY(-22%); }
.tile-av.zoom-hold svg { transform-origin: 78% 0%; transform: scale(1.7) translateY(-38%); }
.look-grid:not(.fur) .tile-av:not([class*="zoom"]) svg { transform: scale(.98) translateY(-8%); }
.look-grid.fur .tile-av svg { transform: scale(1.05) translateY(-6%); }
.tile-dot { position: absolute; left: 9px; top: 9px; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; z-index: 2; }
.tile-l { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.tile.on .tile-l { color: var(--ink); }
.look-actions { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.templates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tpl { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; text-align: left; padding: 16px; border-radius: 20px; background: #f6f1ee; border: 3px solid transparent; transition: transform 250ms var(--ease-out), border-color 200ms; }
.tpl:hover { transform: translateY(-3px); }
.tpl.on { border-color: var(--bg); }
.tpl b { font-family: var(--display); font-weight: 400; font-size: 20px; text-transform: uppercase; line-height: 1.05; }
.tpl span:not(.chip):not(.sw) { font-size: 13px; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tpl .chip { margin-top: auto; }
.helper-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 10px; }
.helper-row .mono { color: var(--ink-3); }
.helper { padding: 7px 12px; border-radius: 999px; border: 2px dashed var(--line-2); font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); transition: all 200ms; }
.helper:hover { border-style: solid; border-color: var(--bg); color: var(--bg); }
.options { display: flex; gap: 8px; flex-wrap: wrap; }
.opt { display: inline-flex; align-items: center; padding: 10px 16px; border-radius: 999px; border: 2px solid var(--line-2); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); transition: all 200ms var(--ease); }
.opt:hover { border-color: var(--ink); }
.opt.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.opt .sw { width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; }
.understood { border-radius: 24px; background: var(--ink); color: #fff; padding: 20px 22px; }
.understood .chip { background: rgba(255, 255, 255, .12); color: #fff; }
.und-empty { display: flex; flex-direction: column; gap: 4px; font-size: 14.5px; }
.und-empty span { color: rgba(255, 255, 255, .7); font-size: 13.5px; }
.und-empty .btn { align-self: flex-start; }
.understood .btn-glass { border-color: #fff; color: #fff; }
.understood .btn-white { background: #fff; color: var(--ink); }
.understood .btn-text { color: #fff; text-decoration-color: var(--bg); }
.understood .eyebrow { color: rgba(255, 255, 255, .8); }
.und-head { display: flex; justify-content: space-between; align-items: center; }
.und-sum { font-family: var(--display); font-size: 26px; line-height: 1.15; text-transform: uppercase; margin: 12px 0 14px; }
.und-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.und-match { margin: 18px 0 8px; font-size: 14.5px; font-weight: 600; }
.und-match b { font-family: var(--display); font-weight: 400; font-size: 30px; margin-right: 6px; vertical-align: -3px; }
.und-match b.up, .und-match b.down { color: #fff; }
.und-mkt { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 14px; }
.und-mkt span:last-child { white-space: nowrap; font-size: 12px; color: rgba(255, 255, 255, .6) !important; }
.und-dry { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 16px; }
.und-dry .muted { color: rgba(255, 255, 255, .6) !important; }
.dry-bet { width: 100%; padding: 14px 16px; border-radius: 18px; background: #fff; color: var(--ink); animation: wIn .5s var(--ease) both; }
.dry-top { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.dry-top b { flex: 1; font-weight: 700; }
.dry-top .mono { font-weight: 700; }
.dry-bet p { margin: 8px 0 0; font-size: 13.5px; color: var(--ink-2); }
.presets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
.preset { display: flex; flex-direction: column; gap: 4px; text-align: left; padding: 16px 18px; border-radius: 20px; background: #f6f1ee; border: 3px solid transparent; transition: all 250ms var(--ease); }
.preset b { font-family: var(--display); font-weight: 400; font-size: 24px; text-transform: uppercase; }
.preset span { font-size: 13px; color: var(--ink-2); }
.preset em { font-size: 12px; font-weight: 700; color: var(--ink-3); margin-top: 6px; }
.preset:hover { transform: translateY(-3px); }
.preset.on { border-color: var(--bg); background: #fff; }
.preset.on em { color: var(--bg); }
.range-row { display: flex; align-items: center; gap: 14px; }
.range-row input[type=range] { flex: 1; accent-color: var(--bg); height: 6px; }
.range-val { min-width: 70px; text-align: right; font-family: var(--display); font-size: 24px; }
.duo { display: flex; flex-direction: column; gap: 8px; }
.duo .range-row > span:first-child { width: 30px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.adv-toggle { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--bg); padding: 4px 0 20px; }
.adv[hidden] { display: none; }
.rules-box { margin-top: 8px; padding: 20px 22px; border-radius: 22px; background: #f6f1ee; }
.rules-box p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--ink-2); }
.rules-box p b { color: var(--ink); }
.risk { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.risk .muted { color: var(--ink-3); }
.risk-bar { flex: 1; height: 8px; border-radius: 99px; background: rgba(29, 24, 34, .08); overflow: hidden; }
.risk-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6BBF7A, #F5B83D 60%, #F4845F); transition: width .4s var(--ease); }
.review { display: flex; gap: 22px; align-items: center; padding: 0; border-radius: 26px; background: var(--panel); overflow: hidden; transition: background-color 650ms var(--ease); }
.review-av { flex: 0 0 190px; align-self: stretch; position: relative; min-height: 220px; }
.review-av .avatar { position: absolute; left: 50%; bottom: -24px; width: 190px; transform: translateX(-50%); }
.review-main { min-width: 0; flex: 1; padding: 22px 22px 22px 0; color: #fff; }
.review-name { font-family: var(--display); font-size: 44px; text-transform: uppercase; line-height: 1; }
.review-cats { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.review-cats .chip { background: rgba(255, 255, 255, .25); color: #fff; }
.review .strategy-quote { background: rgba(255, 255, 255, .22); font-size: 14.5px; }
.review-rules { display: flex; flex-wrap: wrap; gap: 6px; font-size: 11.5px; font-weight: 800; letter-spacing: .06em; }
.review-rules span { padding: 5px 10px; border-radius: 99px; background: #fff; color: var(--ink); }
.review-edit { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.review-edit .btn-text { color: #fff; text-decoration-color: #fff; }
.next-steps { list-style: none; counter-reset: ns; padding: 0; margin: 26px 0 18px; display: grid; gap: 14px; }
.next-steps li { counter-increment: ns; display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; font-size: 14.5px; }
.next-steps li::before { content: "0" counter(ns); grid-row: span 2; font-family: var(--display); font-size: 34px; line-height: 1; color: var(--bg); }
.next-steps li b { font-weight: 800; }
.next-steps li span { color: var(--ink-2); font-size: 14px; }
.fees-mini { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.fees-mini span { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 7px 12px; border-radius: 99px; background: #f6f1ee; }
.agree { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; font-weight: 500; color: var(--ink-2); cursor: pointer; padding: 16px 18px; border-radius: 18px; border: 2px solid var(--line); transition: border-color 200ms; }
.agree input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--bg); flex: 0 0 auto; }
.agree:has(input:checked) { border-color: var(--bg); color: var(--ink); }
.wizard-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
/* stage */
.studio { position: sticky; top: 96px; padding: 0 0 22px; overflow: hidden; text-align: center; background: var(--panel); color: #fff; border-radius: 32px; transition: background-color 650ms var(--ease); }
.studio-ghost { position: absolute; left: -10%; right: -10%; top: 44px; font-family: var(--display); font-size: 120px; line-height: .9; color: #fff; text-transform: uppercase; overflow-wrap: anywhere; word-break: break-word; pointer-events: none; }
.studio-av-wrap { position: relative; height: 350px; padding-top: 30px; z-index: 2; }
.studio-av { width: 270px; margin: 0 auto; filter: drop-shadow(0 24px 30px rgba(0, 0, 0, .16)); }
.studio-av.pop svg { animation: popLook .65s var(--ease); }
@keyframes popLook { 0% { transform: scale(1); } 35% { transform: scale(1.08) translateY(-8px); } 100% { transform: none; } }
.studio-name { position: relative; z-index: 3; font-family: var(--display); font-size: 40px; text-transform: uppercase; line-height: 1; padding: 0 20px; overflow-wrap: anywhere; }
.studio-sum { position: relative; z-index: 3; text-align: left; margin: 18px 18px 0; padding: 8px 16px; border-radius: 20px; background: #fff; color: var(--ink); }
.studio-sum div { display: flex; justify-content: space-between; gap: 14px; font-size: 13.5px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.studio-sum div:last-child { border-bottom: 0; }
.studio-sum span:first-child { font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; padding-top: 2px; }
.studio-sum span:last-child { text-align: right; font-weight: 600; }
/* success */
.success { position: relative; background: #fff; color: var(--ink); border-radius: 32px; text-align: center; padding: 0 32px 44px; overflow: hidden; }
.success h2 { color: var(--ink); }
.success h2 em { -webkit-text-stroke: 2px var(--ink); }
.success .eyebrow { color: var(--bg); } .success .eyebrow::before { background: var(--bg); }
.success .muted { color: var(--ink-2); }
.success-av { position: relative; height: 280px; margin: 0 -32px 16px; background: var(--panel); overflow: hidden; transition: background-color 650ms var(--ease); }
.success-av .avatar { position: absolute; left: 50%; bottom: -30px; width: 250px; margin-left: -125px; }
.success-av .studio-light { display: none; }
.pop-in { animation: popIn .9s var(--ease-out) both, float 5.5s ease-in-out .9s infinite; }
@keyframes popIn { from { transform: scale(.4) translateY(60px); opacity: 0; } to { transform: none; opacity: 1; } }
.confetti { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 3; }
.confetti i { position: absolute; top: -12px; left: var(--x); width: 8px; height: 14px; border-radius: 3px; background: var(--c); transform: rotate(var(--r)); animation: fall 2.6s cubic-bezier(.2, .6, .4, 1) var(--d) both; }
@keyframes fall { from { transform: translateY(0) rotate(var(--r)); opacity: 1; } to { transform: translateY(640px) rotate(calc(var(--r) + 540deg)); opacity: 0; } }
.success .fund-box .muted { color: var(--ink-2); }

/* ---------- footer ---------- */
.footer { position: relative; overflow: hidden; padding: 30px 0 110px; }
.footer-big { font-family: var(--display); font-size: clamp(120px, 26vw, 420px); line-height: .8; letter-spacing: .01em; text-align: center; opacity: .95; margin-bottom: 36px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; border-top: 2px solid rgba(255, 255, 255, .5); padding-top: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .9; }
.footer-links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.palette { display: flex; gap: 8px; }
.palette span { width: 26px; height: 26px; border-radius: 50%; background: var(--c); border: 2px solid #fff; }
.disclaimer { font-size: 12px; line-height: 1.6; opacity: .8; max-width: 760px; margin: 22px 0 0; }

/* ---------- reveal animations ---------- */
.reveal.pending { opacity: 0; transform: translateY(46px); }
.reveal.in { opacity: 1; transform: none; transition: opacity 650ms var(--ease), transform 650ms var(--ease); }
.words .w { display: inline-block; }
.reveal.pending .words .w, .reveal.pending h2.words .w { opacity: 0; transform: translateY(60%); }
.reveal.in .words .w { opacity: 1; transform: none; transition: opacity 650ms var(--ease), transform 650ms var(--ease); transition-delay: calc(var(--i) * 55ms); }
.stag > * { }
.reveal.pending.stag > *, .reveal.pending .stag > * { opacity: 0; transform: translateY(30px); }
.reveal.in.stag > *, .reveal.in .stag > * { opacity: 1; transform: none; transition: opacity 650ms var(--ease), transform 650ms var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
.reveal.pending .fig-rise img { transform: translateY(40%); opacity: 0; }
.reveal.in .fig-rise img { transform: none; opacity: 1; transition: transform 900ms var(--ease-out) 150ms, opacity 650ms var(--ease) 150ms; }
.rise { animation: riseIn 650ms var(--ease) both; animation-delay: var(--d, 0ms); }
@keyframes riseIn { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
.tilting { transition: transform 120ms linear !important; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .steps, .tiles, .split4 { grid-template-columns: repeat(2, 1fr); }
  .kpis { grid-template-columns: repeat(3, 1fr); }
  .launch, .agent-layout { grid-template-columns: 1fr; }
  .studio { position: relative; top: 0; order: -1; display: grid; grid-template-columns: 150px 1fr; align-items: center; text-align: left; padding: 0 18px 0 0; }
  .studio-ghost { display: none; }
  .studio-av-wrap { height: 170px; padding-top: 8px; grid-row: span 2; }
  .studio-av { width: 150px; }
  .studio-name { font-size: 30px; padding: 0; align-self: end; }
  .studio-sum { margin: 8px 0 14px; padding: 4px 12px; }
  .studio-sum div:nth-child(n+2) { display: none; }
  .top-links { display: none; }
  .top-right { margin-left: auto; }
}
@media (max-width: 860px) {
  .split, .split-rev { grid-template-columns: 1fr; gap: 40px; }
  .rules-fig { height: 420px; order: 2; }
  .perks3 { grid-template-columns: 1fr; }
  .agent-hero { grid-template-columns: 1fr; }
  .agent-hero-avatar { height: 300px; }
  .agent-hero-avatar .avatar { width: 240px; margin-left: -120px; }
  .docs { grid-template-columns: 1fr; }
  .docs-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 14px; }
}
@media (max-width: 640px) {
  .wrap, .wrap.narrow { width: calc(100% - 32px); }
  .topbar { padding: 14px 16px; }
  .top-live, .topbar .pill-white { display: none; }
  .band { padding: 100px 0; }
  .hx-caption { top: 64px; right: 16px; }
  .hx-caption b { font-size: 24px; }
  .hx-left { left: 16px; bottom: 100px; max-width: 60%; }
  .hx-title { font-size: 16px; margin-bottom: 8px; }
  .hx-caption, .hx-bet { display: none; }
  .hx-ghost { top: 76px; font-size: 19vw; }
  .hx-sticker { top: calc(76px + 19vw * 1.02); left: 0; right: 0; margin: 0 auto; width: max-content; padding: 10px 16px 9px; border-radius: 16px; rotate: -4deg; }
  .hx-sticker b { font-size: 30px; }
  .hs-live { font-size: 9.5px; }
  .hero-x .hx-title { display: none; }
  .hx-copy { display: none; }
  .circle { width: 48px; height: 48px; }
  .circle svg { width: 22px; height: 22px; }
  .hx-cta { right: 16px; bottom: 108px; }
  .band-finale .hx-left .hx-copy { display: none; }
  .hx-cta svg { width: 20px; height: 20px; }
  .hx-note { display: none; }
  .steps, .tiles, .split4 { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
  .kpi .v { font-size: 30px; }
  .hide-sm { display: none; }
  .templates, .presets { grid-template-columns: 1fr; }
  .look-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .look-tabs { border-radius: 22px; }
  .look-tabs button { min-width: 0; padding: 8px 6px; font-size: 10.5px; }
  .wizard-body { padding: 22px 18px; border-radius: 26px; }
  .review { flex-direction: column; text-align: center; }
  .review-av { flex-basis: auto; width: 100%; }
  .review-main { padding: 0 18px 20px; }
  .review-cats, .review-rules, .review-edit { justify-content: center; }
  .studio { grid-template-columns: 110px 1fr; }
  .studio-av { width: 110px; }
  .studio-av-wrap { height: 130px; }
  .name-row { flex-wrap: wrap; }
  .stat-stack b { font-size: 40px; min-width: 110px; }
  .marquee span { font-size: 22px; }
  .ff-c { height: 58%; }
  .ff-l { left: 16%; } .ff-r { left: 84%; }
  .token-muse { left: 50%; height: 56%; opacity: .95; }
  .token-stage .ghost { top: 12%; }
  .page { padding-top: 100px; }
  .dock { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; justify-content: space-around; padding: 8px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 16px 40px -16px rgba(0, 0, 0, .35); }
  .dock a { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 14px; color: var(--ink-2); }
  .dock a svg { width: 20px; height: 20px; }
  .dock a.active { color: var(--ink); background: rgba(29, 24, 34, .06); }
  .dock a.launch { background: var(--bg); color: #fff; transition: background-color 650ms var(--ease); }
  .toast { bottom: 96px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 640px) { .footer { padding-bottom: 120px; } }

/* ---------- 3D Muse renders ---------- */
img.m3d { display: block; width: 100%; height: auto; opacity: 0; transition: opacity 500ms var(--ease); user-select: none; -webkit-user-drag: none; }
img.m3d.ready { opacity: 1; }
.fig img.m3d { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; }
.cell-agent .avatar, .feed-item > a:first-child .avatar, .agent-card .pool, .modal .pool { position: relative; overflow: hidden; }
.cell-agent .avatar img.m3d, .feed-item > a:first-child .avatar img.m3d, .agent-card .pool img.m3d, .modal .pool img.m3d { position: absolute; left: 50%; top: 0; width: 230%; height: auto; max-width: none; transform: translate(-50%, -14%); }
.agent-card .pool .avatar { width: 100%; height: 100%; }
.modal .pool { height: 72px; }
.agent-hero-avatar .avatar { width: 360px; margin-left: -180px; bottom: -40px; }
.success-av .avatar { width: 300px; margin-left: -150px; bottom: -44px; }
.review-av .avatar { width: 240px; bottom: -34px; }
.studio-av { width: 330px; }
.studio-av-wrap { height: 440px; }
.studio-av.pop img { animation: popLook .65s var(--ease); }
.tile-av img.m3d { width: 100%; height: 100%; object-fit: cover; transform-origin: 50% 20%; }
.tile-av.zoom-head img.m3d { transform: scale(1.9) translateY(2%); transform-origin: 50% 22%; }
.tile-av.zoom-neck img.m3d { transform: scale(1.55); transform-origin: 50% 62%; }
.tile-av.zoom-hold img.m3d { transform: scale(1.9); transform-origin: 84% 80%; }
.look-grid:not(.fur) .tile-av:not([class*="zoom"]) img.m3d, .look-grid.fur .tile-av img.m3d { transform: scale(1.2); transform-origin: 50% 80%; }
.step-top .fig, .ta-fig .fig { height: 118%; }
@media (max-width: 1100px) { .studio-av { width: 170px; } .studio-av-wrap { height: 210px; } }
@media (max-width: 640px) {
  .hx-item { height: 46vh; bottom: 19vh; }
  .agent-hero-avatar .avatar { width: 280px; margin-left: -140px; }
  .studio-av { width: 125px; }
  .studio-av-wrap { height: 150px; }
}
