:root {
  --bg: #f7f5ed;
  --ink: #11110f;
  --muted: #65625a;
  --line: rgba(17,17,15,.14);
  --card: rgba(255,255,255,.62);
  --accent: #eaff00;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(17,17,15,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 0%, rgba(234,255,0,.34), transparent 28rem),
    radial-gradient(circle at 10% 20%, rgba(0,0,0,.05), transparent 18rem),
    var(--bg);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .10; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.topbar, main, .footer { position: relative; z-index: 1; }
.topbar {
  width: min(1180px, calc(100% - 32px)); margin: 18px auto 0; height: 66px;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--line); border-radius: 999px; background: rgba(247,245,237,.74);
  backdrop-filter: blur(16px); padding: 0 10px 0 22px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; letter-spacing: -.015em; }
.brand-mark { width: 34px; height: 34px; display:grid; place-items:center; border-radius: 12px; background: var(--accent); font-size: 12px; letter-spacing: -.06em; }
.nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--ink); }
.wallet-button, .button {
  border: 0; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 760; letter-spacing: -.01em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.wallet-button { background: var(--ink); color: #fff; padding: 14px 18px; }
.wallet-button.connected { background: var(--accent); color: var(--ink); }
.button { padding: 16px 24px; min-height: 54px; }
.button:hover, .wallet-button:hover, .fund-card:hover, .ranking-row:hover { transform: translateY(-2px); }
.primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(17,17,15,.18); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.46); }
.dark { background: var(--accent); color: var(--ink); }
.full { width: 100%; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero { min-height: 630px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 82px 0 54px; }
.eyebrow, .label { text-transform: uppercase; letter-spacing: .20em; font-weight: 800; font-size: 12px; color: var(--muted); }
.hero h1, .page-head h1 {
  font-size: clamp(58px, 10vw, 122px); line-height: .91; letter-spacing: -.035em; margin: 20px 0; max-width: 1050px;
}
.hero-copy { font-size: clamp(19px, 2.55vw, 28px); line-height: 1.18; letter-spacing: -.018em; max-width: 720px; margin: 0 auto 34px; color: #292720; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero-note { margin-top: 24px; color: var(--muted); font-size: 14px; }
.ticker-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 92px; }
.ticker-row div, .mini-econ div { border: 1px solid var(--line); border-radius: 22px; padding: 20px; background: rgba(255,255,255,.44); }
.ticker-row strong, .mini-econ strong { display:block; font-size: 28px; letter-spacing: -.025em; }
.ticker-row span, .mini-econ span { color: var(--muted); font-size: 13px; }
.section { margin: 0 0 96px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
h2 { font-size: clamp(34px, 5.1vw, 64px); line-height: .98; letter-spacing: -.025em; margin: 12px 0 0; }
.steps { display: grid; gap: 10px; }
.steps div { border-bottom: 1px solid var(--line); padding: 22px 0; font-size: clamp(22px, 3.4vw, 43px); line-height: 1.01; letter-spacing: -.02em; font-weight: 820; }
.steps span { display:inline-block; color: var(--muted); font-size: 14px; letter-spacing: 0; margin-right: 18px; vertical-align: middle; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 22px; margin-bottom: 26px; }
.section-head a { color: var(--muted); font-weight: 700; }
.fund-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fund-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 22px; box-shadow: var(--shadow); min-height: 278px; display:flex; flex-direction:column; justify-content:space-between; transition: transform .18s ease; }
.fund-top { display:flex; justify-content:space-between; gap:14px; align-items:start; }
.fund-name { font-size: 25px; line-height: 1; letter-spacing: -.02em; font-weight: 880; }
.ticker { display:inline-flex; padding: 7px 10px; border-radius:999px; background: var(--accent); font-size: 12px; font-weight:900; }
.fund-thesis { color: var(--muted); line-height: 1.4; margin: 16px 0; }
.mini-chart { width: 100%; height: 56px; display:block; margin: 14px 0 10px; overflow: visible; }
.mini-chart polyline, .performance-chart polyline { fill: none; stroke: var(--ink); stroke-width: 2.5; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.mini-chart .chart-fill, .performance-chart .chart-fill { fill: rgba(234,255,0,.35); stroke: none; }
.fund-stats { display:grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.fund-stats div { border-top: 1px solid var(--line); padding-top: 12px; }
.fund-stats strong { display:block; font-size: 18px; letter-spacing: -.02em; }
.fund-stats span { color: var(--muted); font-size: 12px; }
.composition { display:flex; height: 10px; overflow:hidden; border-radius:999px; background:#ddd9ca; margin-top: 12px; }
.composition i { display:block; background: var(--ink); opacity: calc(.42 + var(--i) * .1); }
.ranking-section { margin-bottom: 105px; }
.ranking-head { align-items: end; }
.period-switch { display:flex; gap:6px; border:1px solid var(--line); border-radius:999px; padding:4px; background:rgba(255,255,255,.5); }
.period-button { border:0; cursor:pointer; background:transparent; border-radius:999px; padding:10px 15px; font-weight:800; color:var(--muted); }
.period-button.active { background:var(--ink); color:#fff; }
.ranking-list { display:grid; gap:10px; }
.ranking-row { display:grid; grid-template-columns: 58px 1.4fr .9fr .7fr 42px; gap:16px; align-items:center; padding:18px 20px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.54); transition:transform .18s ease; }
.rank-number { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:var(--accent); font-weight:900; }
.rank-name strong { display:block; font-size:20px; letter-spacing:-.015em; }
.rank-name span, .rank-meta span { color:var(--muted); font-size:12px; }
.rank-meta strong, .rank-perf { display:block; font-size:18px; letter-spacing:-.01em; }
.rank-perf { font-weight:900; text-align:right; }
.rank-arrow { text-align:right; font-size:22px; color:var(--muted); }
.manifesto { border-radius: 40px; padding: clamp(34px, 6vw, 64px); background: var(--ink); color: #fff; display:flex; justify-content:space-between; align-items:center; gap:24px; }
.manifesto p { font-size: clamp(30px, 4.5vw, 58px); line-height:1; letter-spacing:-.025em; font-weight:860; max-width: 760px; margin:0; }
.page-head { padding: 86px 0 38px; }
.page-head.compact { max-width: 900px; min-height: 510px; display:flex; flex-direction:column; justify-content:center; }
.wide-copy { max-width: 760px; font-size: 21px; color: var(--muted); line-height: 1.4; }
.filters { display:flex; gap:8px; flex-wrap:wrap; margin-bottom: 28px; }
.chip { border:1px solid var(--line); background: rgba(255,255,255,.45); border-radius:999px; padding: 12px 18px; cursor:pointer; font-weight:800; }
.chip.active { background:var(--ink); color:#fff; }
.create-shell { display:grid; grid-template-columns: .92fr 1.08fr; gap: 34px; padding: 76px 0; align-items:start; }
.create-copy { position: sticky; top: 110px; }
.create-copy h1 { font-size: clamp(44px, 6.6vw, 82px); line-height:.94; letter-spacing:-.03em; margin:16px 0 20px; }
.create-copy p:not(.label) { color: var(--muted); font-size: 19px; line-height:1.42; max-width: 510px; }
.mini-econ { display:grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.create-card { border:1px solid var(--line); background: rgba(255,255,255,.68); border-radius: 32px; padding: 24px; box-shadow: var(--shadow); }
label { display:block; font-weight:800; margin-bottom: 14px; }
input, textarea, select { width: 100%; margin-top:8px; border:1px solid var(--line); border-radius:17px; background:#fff; padding: 15px 16px; outline:none; }
input:focus, textarea:focus, select:focus { border-color:rgba(17,17,15,.42); box-shadow:0 0 0 3px rgba(234,255,0,.38); }
textarea { min-height: 96px; resize: vertical; }
.asset-head, .total-line { display:flex; justify-content:space-between; align-items:center; margin: 18px 0 8px; font-weight:900; }
.asset-head button { border:1px solid var(--line); background:#fff; border-radius:999px; padding:9px 12px; cursor:pointer; font-weight:900; }
.asset-help { margin:0 0 12px; color:var(--muted); font-size:13px; line-height:1.35; }
.asset-row { display:grid; grid-template-columns: .72fr 1.55fr 90px 36px; gap: 8px; align-items:center; margin-bottom:8px; }
.asset-row input { margin-top:0; }
.asset-row button { border:0; background:transparent; cursor:pointer; font-size:24px; color:var(--muted); }
.asset-ca.invalid { border-color:#b42424; }
.total-line { border-top:1px solid var(--line); padding-top:16px; margin-top:16px; }
.total-line.valid strong { color:#147c2e; }
.total-line.invalid strong { color:#b42424; }
.form-note { color: var(--muted); font-size: 13px; text-align:center; margin: 12px 0 0; line-height:1.4; }
.fund-detail { padding: 66px 0; }
.detail-hero { display:grid; grid-template-columns: 1.2fr .8fr; gap: 18px; align-items:start; }
.detail-panel, .invest-panel, .chart-panel { border:1px solid var(--line); border-radius: 34px; background:rgba(255,255,255,.65); box-shadow: var(--shadow); padding: 28px; }
.detail-panel h1 { font-size: clamp(48px, 6.7vw, 88px); line-height:.93; letter-spacing:-.03em; margin: 16px 0; }
.detail-thesis { color:var(--muted); font-size:20px; max-width:720px; line-height:1.4; }
.big-stats { display:grid; grid-template-columns: repeat(4,1fr); gap:10px; margin-top:34px; }
.big-stats div { border-top:1px solid var(--line); padding-top:16px; }
.big-stats strong { display:block; font-size:23px; letter-spacing:-.015em; }
.big-stats span { color:var(--muted); font-size:12px; }
.invest-panel { display:flex; flex-direction:column; gap:14px; position:sticky; top:102px; }
.invest-panel h3, .chart-panel h3 { font-size:30px; line-height:1; letter-spacing:-.025em; margin:0 0 10px; }
.preview-box { background:var(--ink); color:#fff; border-radius:22px; padding:20px; }
.preview-box strong { font-size:32px; letter-spacing:-.02em; }
.holdings { margin-top:18px; display:grid; gap:10px; }
.holding { display:grid; grid-template-columns: 82px 1fr 52px; gap:10px; align-items:center; }
.holding-meta { color:var(--muted); font-size:11px; grid-column:1 / -1; margin-top:-5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bar { height:10px; background:#dedaca; border-radius:999px; overflow:hidden; }
.bar span { display:block; height:100%; background:var(--ink); border-radius:999px; }
.chart-panel { margin-top:18px; }
.chart-head { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:10px; }
.chart-stat strong { display:block; font-size:26px; }
.chart-stat span { color:var(--muted); font-size:12px; }
.performance-chart { width:100%; height:220px; display:block; }
.chart-axis { display:flex; justify-content:space-between; color:var(--muted); font-size:11px; margin-top:4px; }
.benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; padding:0 0 90px; }
.benefit-grid article { border:1px solid var(--line); background:rgba(255,255,255,.55); border-radius:28px; padding:24px; min-height:260px; display:flex; flex-direction:column; }
.benefit-grid article > span { color:var(--muted); font-size:12px; font-weight:900; letter-spacing:.16em; }
.benefit-grid h3 { font-size:30px; letter-spacing:-.02em; margin:auto 0 10px; }
.benefit-grid p { color:var(--muted); line-height:1.45; margin:0; }
.why-cta { margin-bottom:80px; }
.footer { width:min(1180px, calc(100% - 32px)); margin: 20px auto 30px; border-top:1px solid var(--line); padding-top:20px; display:flex; justify-content:space-between; color:var(--muted); font-size:14px; }
.footer-links { display:flex; gap:18px; }
.toast { position:fixed; left:50%; bottom:24px; transform:translateX(-50%); background:var(--ink); color:#fff; border-radius:999px; padding:14px 18px; z-index:30; font-weight:800; box-shadow:0 18px 60px rgba(0,0,0,.22); }
.modal-backdrop { position:fixed; inset:0; z-index:20; background:rgba(17,17,15,.32); backdrop-filter:blur(7px); display:grid; place-items:center; padding:20px; }
.modal-backdrop[hidden] { display:none; }
.wallet-modal { width:min(470px,100%); background:var(--bg); border:1px solid var(--line); border-radius:30px; box-shadow:0 30px 100px rgba(0,0,0,.22); padding:24px; }
.modal-head { display:flex; justify-content:space-between; gap:20px; align-items:start; }
.modal-head h3 { font-size:34px; letter-spacing:-.02em; margin:8px 0 0; }
.icon-button { border:1px solid var(--line); width:40px; height:40px; border-radius:50%; background:#fff; cursor:pointer; font-size:24px; }
.modal-copy { color:var(--muted); line-height:1.4; }
.wallet-options { display:grid; gap:9px; margin-top:18px; }
.wallet-option { width:100%; border:1px solid var(--line); border-radius:18px; background:#fff; padding:15px 16px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; text-align:left; }
.wallet-option strong { display:block; }
.wallet-option span { color:var(--muted); font-size:12px; }
.wallet-option.unavailable { opacity:.48; cursor:not-allowed; }
.wallet-badge { width:36px; height:36px; display:grid; place-items:center; border-radius:12px; background:var(--accent); font-weight:900; color:var(--ink)!important; }
@media (max-width: 900px) {
  .nav { display:none; }
  .hero { min-height: 590px; }
  .ticker-row, .fund-grid, .split, .create-shell, .detail-hero, .benefit-grid { grid-template-columns:1fr; }
  .mini-econ, .big-stats { grid-template-columns: repeat(2,1fr); }
  .create-copy, .invest-panel { position: static; }
  .manifesto { flex-direction:column; align-items:flex-start; }
  .asset-row { grid-template-columns: .8fr 1.3fr 82px 34px; }
}
@media (max-width: 650px) {
  .ranking-row { grid-template-columns:44px 1fr auto 28px; gap:10px; padding:15px; }
  .ranking-row .rank-meta { display:none; }
  .rank-name strong { font-size:17px; }
  .rank-perf { font-size:16px; }
  .section-head.ranking-head { align-items:flex-start; flex-direction:column; }
  .asset-row { grid-template-columns:1fr 82px 34px; }
  .asset-ca { grid-column:1 / -1; grid-row:2; }
}
@media (max-width: 560px) {
  .topbar { width:calc(100% - 18px); height:58px; padding-left:14px; }
  .wallet-button { padding: 12px 13px; font-size: 12px; }
  main, .footer { width: calc(100% - 20px); }
  .hero h1, .page-head h1 { font-size: clamp(50px, 16vw, 76px); }
  .hero-copy { font-size: 19px; }
  .button { width:100%; }
  .hero-actions { width:100%; }
  .ticker-row { margin-bottom:60px; }
  .fund-card { min-height:auto; }
  .footer { flex-direction:column; gap:10px; }
  .footer-links { flex-wrap:wrap; }
  .detail-panel, .invest-panel, .chart-panel { padding:20px; border-radius:26px; }
  .performance-chart { height:160px; }
}


/* Leaderboard + launch celebration */
.data-label { display:inline-block; margin-top:6px; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.12em; font-weight:850; }
.ranking-actions { display:flex; align-items:center; gap:14px; }
.text-link { color:var(--muted); font-size:13px; font-weight:800; white-space:nowrap; }
.leaderboard-hero { display:grid; grid-template-columns:1.25fr .75fr; gap:40px; align-items:end; padding-bottom:44px; }
.leaderboard-hero h1 { max-width:820px; }
.reward-card { border:1px solid var(--line); border-radius:30px; background:var(--ink); color:#fff; padding:28px; box-shadow:var(--shadow); }
.reward-card strong { display:block; font-size:28px; letter-spacing:-.02em; margin:8px 0 10px; }
.reward-card p { margin:0; color:rgba(255,255,255,.66); line-height:1.45; font-size:14px; }
.reward-kicker { color:var(--accent); text-transform:uppercase; letter-spacing:.18em; font-weight:900; font-size:11px; }
.leaderboard-shell { padding-bottom:90px; }
.leaderboard-toolbar { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:18px; }
.demo-pill { color:var(--muted); font-size:12px; border:1px solid var(--line); padding:9px 12px; border-radius:999px; background:rgba(255,255,255,.42); }
.podium-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0 30px; align-items:end; }
.podium-card { border:1px solid var(--line); background:rgba(255,255,255,.58); border-radius:28px; padding:22px; min-height:210px; display:flex; flex-direction:column; transition:transform .18s ease; }
.podium-card:hover { transform:translateY(-3px); }
.podium-1 { min-height:244px; background:linear-gradient(150deg,rgba(234,255,0,.78),rgba(255,255,255,.62)); }
.podium-rank { font-weight:950; font-size:14px; margin-bottom:auto; }
.podium-card > div strong { display:block; font-size:25px; letter-spacing:-.025em; }
.podium-card > div span { color:var(--muted); font-size:12px; }
.podium-return { font-size:38px; font-weight:950; letter-spacing:-.04em; margin-top:18px; }
.podium-points { color:var(--muted); font-size:13px; font-weight:800; margin-top:5px; }
.leaderboard-table-head { display:grid; grid-template-columns:1.7fr .7fr .55fr .55fr; padding:0 18px 10px; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:10px; font-weight:900; }
.leaderboard-table-head span:not(:first-child) { text-align:right; }
.leaderboard-full { display:grid; gap:8px; }
.leaderboard-entry { display:grid; grid-template-columns:1.7fr .7fr .55fr .55fr; gap:12px; align-items:center; border:1px solid var(--line); background:rgba(255,255,255,.5); border-radius:20px; padding:15px 18px; transition:transform .18s ease, background .18s ease; }
.leaderboard-entry:hover { transform:translateY(-2px); background:rgba(255,255,255,.78); }
.leaderboard-identity { display:flex; align-items:center; gap:14px; min-width:0; }
.leaderboard-identity strong { display:block; font-size:17px; }
.leaderboard-identity div span, .leader-aum span { color:var(--muted); font-size:11px; }
.leader-rank { width:34px; height:34px; border-radius:11px; display:grid; place-items:center; background:rgba(17,17,15,.06); font-weight:900; flex:0 0 auto; }
.leader-aum, .leader-return, .leader-points { text-align:right; }
.leader-aum strong { display:block; }
.leader-return { font-weight:950; font-size:18px; }
.leader-return.negative { color:#b42424; }
.leader-points { font-weight:900; }
.leaderboard-explainer { display:grid; grid-template-columns:.85fr 1.15fr; gap:50px; border-top:1px solid var(--line); padding-top:65px; }
.points-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.points-grid article { border:1px solid var(--line); border-radius:22px; padding:20px; background:rgba(255,255,255,.46); }
.points-grid strong { display:block; font-size:30px; }
.points-grid span { color:var(--muted); font-size:13px; }
.fineprint { grid-column:2; color:var(--muted); font-size:12px; line-height:1.5; margin:0; }
.success-backdrop { z-index:40; }
.success-modal { width:min(620px,100%); max-height:calc(100vh - 32px); overflow:auto; position:relative; background:var(--bg); border:1px solid var(--line); border-radius:34px; padding:24px; box-shadow:0 35px 120px rgba(0,0,0,.26); }
.success-close { position:absolute; top:18px; right:18px; z-index:2; }
.success-copy { padding-right:50px; }
.success-copy h3 { font-size:44px; line-height:.95; letter-spacing:-.025em; margin:10px 0; }
.success-copy p:not(.label) { color:var(--muted); line-height:1.42; max-width:500px; }
.share-card-preview { margin:22px 0 14px; border-radius:28px; background:linear-gradient(150deg,#eaff00 0%,#f7f5ed 50%,#fff 100%); border:1px solid rgba(17,17,15,.14); padding:24px; min-height:310px; display:flex; flex-direction:column; box-shadow:0 18px 60px rgba(17,17,15,.09); }
.share-brand { display:flex; align-items:center; gap:9px; }
.share-live { align-self:flex-start; margin-top:34px; font-size:10px; letter-spacing:.16em; font-weight:900; border:1px solid rgba(17,17,15,.18); border-radius:999px; padding:7px 9px; }
.share-card-preview h4 { font-size:46px; line-height:.93; letter-spacing:-.04em; margin:10px 0 2px; }
.share-ticker { font-weight:950; font-size:18px; }
.share-card-preview > p { color:var(--muted); margin:10px 0 18px; }
.share-assets { display:flex; flex-wrap:wrap; gap:6px; margin-top:auto; }
.share-assets span { background:rgba(255,255,255,.62); border:1px solid rgba(17,17,15,.12); border-radius:999px; padding:8px 10px; font-size:12px; }
.share-footer { border-top:1px solid rgba(17,17,15,.14); padding-top:15px; margin-top:18px; font-weight:900; display:flex; justify-content:space-between; gap:12px; }
.share-footer span { color:var(--muted); font-weight:700; }
.share-actions { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-bottom:12px; }
.share-button { border:1px solid var(--line); border-radius:16px; background:#fff; min-height:62px; padding:9px; cursor:pointer; font-weight:900; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:4px; }
.share-button span { font-size:10px; color:var(--muted); font-weight:800; }
.confetti-piece { position:fixed; top:-24px; width:9px; height:18px; z-index:60; pointer-events:none; animation:confetti-fall var(--d) cubic-bezier(.12,.65,.27,1) forwards; transform:translate3d(0,-20px,0) rotate(0deg); }
@keyframes confetti-fall { to { transform:translate3d(var(--x),110vh,0) rotate(var(--r)); opacity:.85; } }
@media (max-width:900px) { .leaderboard-hero,.leaderboard-explainer { grid-template-columns:1fr; } .fineprint { grid-column:1; } .podium-grid { grid-template-columns:1fr; } .podium-card,.podium-1 { min-height:170px; } }
@media (max-width:650px) { .ranking-actions { width:100%; justify-content:space-between; } .leaderboard-toolbar { align-items:flex-start; flex-direction:column; } .leaderboard-table-head { display:none; } .leaderboard-entry { grid-template-columns:1fr auto; } .leader-aum { display:none; } .leader-return { grid-column:2; grid-row:1; } .leader-points { grid-column:2; grid-row:2; color:var(--muted); font-size:12px; } .share-actions { grid-template-columns:repeat(2,1fr); } .success-copy h3 { font-size:38px; } .share-card-preview h4 { font-size:38px; } }

/* pre-live / blueprint states */
.status-pill{font-size:.64rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--line);border-radius:999px;padding:6px 8px;background:#fff}
.status-pill.prelaunch{background:var(--acid);border-color:#c8d800}
.asset-chips{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0 8px}
.asset-chips span{font-size:.66rem;font-weight:800;border:1px solid var(--line);border-radius:999px;padding:5px 8px;background:#fff}
.asset-chips .more-chip{background:#111;color:#fff;border-color:#111}
.universe-note{font-size:.7rem;color:var(--muted);margin-top:9px}
.blueprint-card{background:linear-gradient(180deg,#fffef8 0%,#f7f5ed 100%)}
.universe-banner{display:flex;gap:10px;align-items:center;margin:16px 0 4px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fbfaf5;font-size:.74rem}
.universe-banner span{color:var(--muted)}
.holding-more{padding:14px 0 4px;font-size:.75rem;font-weight:800;color:var(--muted)}
.prelaunch-chart{min-height:210px;border:1px dashed var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;background:repeating-linear-gradient(-45deg,#faf9f4,#faf9f4 12px,#f5f3eb 12px,#f5f3eb 24px)}
.prelaunch-chart strong{font-size:1rem}.prelaunch-chart span{font-size:.75rem;color:var(--muted)}
.asset-live-meta{grid-column:1 / -1;display:block;min-height:14px;font-size:.66rem;color:var(--muted);padding-left:2px}


/* Explore allocation visibility + spacing pass */
.fund-name + .ticker { margin-top: 11px; }
.asset-chips span b { margin-left: 3px; font-weight: 950; }
.explore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.explore-grid .fund-card-expanded { min-height: 0; }
.explore-grid .asset-chips-all { align-content: flex-start; max-height: none; overflow: visible; }
.explore-grid .asset-chips-all span { white-space: nowrap; }
@media (max-width: 900px) { .explore-grid { grid-template-columns: 1fr; } }

/* Reown / payment selector polish */
.asset-select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 750;
  outline: none;
}
.asset-select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(234,255,0,.25); }
.asset-select option:disabled { color: #99958c; }
