:root {
  --ink: #102033;
  --muted: #5b6570;
  --paper: #f3efe6;
  --card: #fffcf6;
  --line: #ddd4c4;
  --navy: #0f2744;
  --gold: #b8893a;
  --rust: #6b2c14;
  --teal: #0e4d4a;
  --up: #1f6b4a;
  --dn: #8b2e1f;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Iowan Old Style", Palatino, Georgia, serif;
  background:
    radial-gradient(1100px 380px at 88% -8%, #d4e4df 0%, transparent 52%),
    radial-gradient(900px 320px at 8% -12%, #e8dcc4 0%, transparent 50%),
    var(--paper);
  color: var(--ink);
  min-height: 100vh;
}
.top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
  background: #fffcf6cc;
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 10;
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; color: inherit; }
.mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--teal); color: #f6ecd4;
  display: grid; place-items: center;
  font-weight: 700; font-size: 18px;
}
.brand em { display: block; font-style: normal; color: var(--muted); font-size: 13px; }
nav { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
nav a { color: var(--ink); text-decoration: none; font-size: 15px; }
nav a.on { color: var(--teal); }
.btn {
  display: inline-block;
  background: var(--navy); color: #fff !important;
  padding: 8px 14px; border-radius: 999px; font-size: 14px;
  text-decoration: none;
}
main { max-width: 1120px; margin: 0 auto; padding: 28px 20px 80px; }
.hero h1 {
  font-size: clamp(30px, 5.4vw, 52px);
  letter-spacing: -0.035em; margin: 6px 0 12px; line-height: 1.05;
}
.kicker { text-transform: uppercase; letter-spacing: 0.14em; font-size: 12px; color: var(--gold); margin: 0; }
.lede { color: var(--muted); max-width: 640px; font-size: 18px; line-height: 1.45; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.name, .holder {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 18px 16px;
  min-width: 0;
}
.name.tsla { border-top: 4px solid var(--rust); }
.name.spcx { border-top: 4px solid var(--teal); }
.kind {
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--line); padding: 2px 7px; border-radius: 999px;
}
.name header, .holder header { margin-bottom: 8px; }
.name h2, .holder h2 { margin: 8px 0 4px; font-size: 28px; }
.sub, .form, .share-note { margin: 0; color: var(--muted); font-size: 14px; }
.px { font-size: clamp(36px, 5vw, 48px); font-weight: 700; margin: 10px 0 8px; letter-spacing: -0.03em; }
.px span { font-size: 20px; margin-left: 8px; }
.px.up { color: var(--up); }
.px.dn { color: var(--dn); }
.levels {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin: 0 0 12px; padding: 0;
}
.levels div, .meta-grid div { margin: 0; }
.levels dt, .meta-grid dt {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
}
.levels dd, .meta-grid dd { margin: 2px 0 0; font-size: 15px; }
.so {
  font-style: italic; color: #0b3d36; line-height: 1.45; margin: 0 0 12px;
}
.name h3 {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--rust); margin: 14px 0 6px;
}
.name ul { margin: 0; padding-left: 18px; color: var(--ink); }
.name li { margin: 0 0 6px; line-height: 1.4; }
.watch { color: var(--muted); font-size: 14px; margin: 0; }
.more { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 10px; }
.card {
  display: block; background: var(--navy); color: #f6ecd4;
  border-radius: 18px; padding: 20px; text-decoration: none;
}
.card .kicker { color: #e8c27a; }
.card h2 { margin: 8px 0 8px; font-size: 22px; }
.card p { margin: 0; color: #d7cbb3; }
.card .go { display: inline-block; margin-top: 12px; color: #e8c27a; }
.board { display: grid; gap: 14px; }
.holder.elon { border-left: 4px solid var(--gold); }
.holder.googl { border-left: 4px solid var(--navy); }
.holder.pif { border-left: 4px solid var(--teal); }
.holder.gracias { border-left: 4px solid var(--rust); }
.big { font-size: clamp(26px, 4vw, 36px); font-weight: 700; margin: 8px 0 2px; letter-spacing: -0.03em; }

/* 13F cumulative ownership */
.cap {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 18px 16px;
  margin: 8px 0 22px;
}
.cap-head {
  display: flex; justify-content: space-between; gap: 16px;
  align-items: baseline; flex-wrap: wrap;
}
.cap-kicker {
  text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 11px; color: var(--gold); margin: 0 0 4px;
}
.cap-big { margin: 0; font-size: clamp(20px, 3vw, 28px); font-weight: 700; letter-spacing: -0.03em; }
.cap-sub { margin: 0; color: var(--muted); font-size: 14px; }
.stack {
  display: flex; height: 28px; border-radius: 999px; overflow: hidden;
  margin: 14px 0 12px; background: #2a3038;
}
.stack .seg { display: block; height: 100%; min-width: 0; }
.legend {
  display: flex; gap: 18px; flex-wrap: wrap;
  list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: 13px;
}
.legend i {
  display: inline-block; width: 10px; height: 10px; border-radius: 2px;
  margin-right: 6px; vertical-align: middle;
}
.legend i.elon { background: #1f6b4a; }
.legend i.named { background: #0f2744; }
.legend i.rest { background: #2a3038; }

.seg.elon, .fill.elon { background: #1f6b4a; }
.seg.googl, .fill.googl { background: #0f2744; }
.seg.gracias, .fill.gracias { background: #6b2c14; }
.seg.fidelity, .fill.fidelity { background: #0e4d4a; }
.seg.gigafund, .fill.gigafund { background: #3d5a80; }
.seg.pif, .fill.pif { background: #b8893a; }
.seg.baron, .fill.baron { background: #8b5e34; }
.seg.d1, .fill.d1 { background: #4a6741; }
.seg.nvda, .fill.nvda { background: #76b900; }
.seg.sequoia, .fill.sequoia { background: #8b2e1f; }
.seg.capricorn, .fill.capricorn { background: #5c4d7a; }
.seg.a16z, .fill.a16z { background: #1a1a1a; }
.seg.baillie, .fill.baillie { background: #2c6e49; }
.seg.blk, .fill.blk { background: #c4a35a; }
.seg.brookfield, .fill.brookfield { background: #3d5c4a; }
.seg.coatue, .fill.coatue { background: #7a4e2a; }
.seg.hancock, .fill.hancock { background: #5a3e2b; }
.seg.balyasny, .fill.balyasny { background: #4d6b6b; }
.seg.amd, .fill.amd { background: #ed1c24; }
.seg.tiger, .fill.tiger { background: #e07a3d; }
.seg.founders, .fill.founders { background: #2b2d42; }
.seg.darsana, .fill.darsana { background: #6d597a; }
.seg.otpp, .fill.otpp { background: #355070; }
.seg.harvard, .fill.harvard { background: #a51c30; }
.seg.temasek, .fill.temasek { background: #1b4d3e; }
.seg.norges, .fill.norges { background: #00205b; }
.seg.rest, .fill.rest { background: #2a3038; }

.dl { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 0; }
.btn.ghost {
  background: transparent; color: var(--navy) !important;
  border: 1px solid var(--line);
}
.vote { color: var(--muted); max-width: 720px; font-size: 15px; line-height: 1.45; }
.kind.hold { color: var(--teal); }
.kind.unlock { color: var(--rust); }
.why + .why { margin-top: 12px; }
.why p + p { margin-top: 10px; }
footer a { color: var(--teal); text-decoration: none; }
.visits {
  width: 100%; border-collapse: collapse; margin-top: 8px;
  font-variant-numeric: tabular-nums;
}
.visits th, .visits td {
  text-align: left; padding: 6px 8px 6px 0;
  border-bottom: 1px solid var(--line); font-size: 14px;
}
.visits th { color: var(--muted); font-weight: 600; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
}

.own { display: grid; gap: 10px; }
.own-head { display: none; }
.own-row {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px 12px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1.5fr) minmax(140px, 0.9fr) minmax(160px, 1fr);
  gap: 6px 16px;
  align-items: start;
}
.own-row > * { min-width: 0; }
.own-row.rest { border-style: dashed; background: #f7f3ea; }
.own-row .rank {
  font-variant-numeric: tabular-nums;
  color: var(--gold); font-size: 13px; letter-spacing: 0.08em;
  padding-top: 6px;
}
.own-row .who h2 { margin: 6px 0 2px; font-size: 22px; overflow-wrap: anywhere; }
.own-row .nums { text-align: right; }
.own-row .nums .big { font-size: 16px; margin: 2px 0 0; font-weight: 600; }
.own-row .pct-now {
  font-size: clamp(22px, 2.6vw, 28px); font-weight: 700;
  margin: 0; letter-spacing: -0.03em;
}
.own-row .run { padding-top: 10px; }
.run-bar {
  height: 10px; border-radius: 999px; background: #e8e1d2;
  overflow: hidden;
}
.run-bar .fill { display: block; height: 100%; }
.run-lab { margin: 6px 0 0; font-size: 13px; color: var(--muted); }
.run-lab strong { color: var(--ink); }
.own-row .src {
  grid-column: 2 / -1;
  margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4;
}
.own-row .src a { color: var(--teal); }
.own-row .val { margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.own-row .so { margin: 6px 0 0; font-size: 14px; }

@media (max-width: 800px) {
  .own-row {
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .own-row .nums, .own-row .run, .own-row .src {
    grid-column: 1 / -1;
  }
  .own-row .nums { text-align: left; }
  .own-row .rank { padding-top: 8px; }
}
.meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 12px 0; }
.meta-grid em { font-style: normal; color: var(--muted); font-size: 13px; }
.src a { color: var(--teal); font-size: 13px; }
.why {
  margin-top: 28px; background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 16px 18px;
}
.why h3 { margin: 0 0 8px; font-size: 18px; }
.why p { margin: 0; color: var(--muted); line-height: 1.45; }
/* 8-vertical target board */
.vgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 14px;
}
.vcard {
  background: #fffcf6;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 12px 10px;
}
.vn {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.vbig {
  margin: 4px 0 6px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.vbig span { font-size: 14px; color: var(--muted); font-weight: 500; }
.vbar {
  display: flex; height: 8px; border-radius: 999px; overflow: hidden;
  background: #e8e1d2; margin: 0 0 6px;
}
.vbar .fill.in { background: var(--teal); }
.vbar .fill.bull { background: var(--gold); }
.vbar .fill.named { background: #c4b8a0; }
.vsub { margin: 0; font-size: 11px; color: var(--muted); }
.vblurb { margin: 6px 0 0; font-size: 13px; line-height: 1.35; color: var(--ink); }
.legend i.mk-in { background: var(--teal); }
.legend i.mk-bull { background: var(--gold); }
.legend i.mk-named { background: #c4b8a0; }
.legend i.mk-out {
  background: transparent;
  border: 1px solid #8a8274;
  box-sizing: border-box;
}

.mx-wrap { margin: 8px 0 28px; }
.mx { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.mx-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  min-width: 980px;
}
.mx-table th, .mx-table td {
  padding: 8px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 13px;
  vertical-align: middle;
}
.mx-table th {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  position: sticky; top: 0;
  background: #fffcf6;
}
.mx-table td.rank { color: var(--gold); font-size: 12px; }
.mx-table td em { display: block; font-style: normal; color: var(--muted); font-size: 12px; }
.mx-table .pt { font-weight: 700; }
.bull-pt { display: block; font-weight: 500; color: var(--gold); font-size: 11px; }
.mx-table .inn { font-weight: 700; }
.mx-table .cell { text-align: center; }
.dot {
  display: inline-grid; place-items: center;
  width: 22px; height: 22px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: 0;
  color: #fff;
}
.dot.in { background: var(--teal); }
.dot.bull { background: var(--gold); color: #2a1d08; }
.dot.named { background: #c4b8a0; color: #2a2418; }
.dot.out {
  background: transparent;
  color: #8a8274;
  border: 1px dashed #b5aa96;
}
.dots { display: flex; gap: 4px; flex-wrap: wrap; margin: 8px 0 0; justify-content: flex-end; }
.io { margin: 8px 0 0; font-size: 14px; line-height: 1.4; color: var(--ink); }
.io.out { color: var(--muted); }
.mx-table tr.indie { opacity: 0.88; }
.mx-table tr.camp-bear td.pt { color: var(--dn); }
.mx-table tr.camp-super td.pt { color: var(--teal); }

.fill.rj, .fill.arete, .fill.ms { background: var(--teal); }
.fill.gs { background: #0f2744; }
.fill.phillip, .fill.moffett, .fill.cfra, .fill.hsbc, .fill.mstar { background: var(--rust); }
.fill.needham, .fill.macq, .fill.opp, .fill.bern, .fill.cantor, .fill.canac,
.fill.jpm, .fill.db, .fill.bofa, .fill.ever, .fill.rbc, .fill.clear,
.fill.wf, .fill.ubs, .fill.mizuho, .fill.citi { background: #0e4d4a; }
.fill.stifel, .fill.wedbush, .fill.wolfe, .fill.daiwa, .fill.susq, .fill.argus, .fill.piper {
  background: #8b5e34;
}

@media (max-width: 800px) {
  .vgrid { grid-template-columns: 1fr 1fr; }
  .own-row .dots { justify-content: flex-start; }
}

.quote {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 18px 14px;
  margin: 0 0 16px;
}
.quote.hot { border-top: 4px solid var(--teal); }
.quote.cold { border-top: 4px solid var(--dn); }
.quote.digesting { border-top: 4px solid var(--gold); }
.levels.fat { grid-template-columns: repeat(4, 1fr); margin-top: 12px; }
.spark {
  display: flex; align-items: flex-end; gap: 3px;
  height: 88px; margin: 0 0 4px;
}
.spark span {
  flex: 1; border-radius: 3px 3px 0 0; min-width: 0;
}
.spark span.up { background: var(--teal); }
.spark span.dn { background: var(--dn); opacity: 0.75; }
.spark-lab { margin: 0 0 18px; font-size: 12px; color: var(--muted); }
.grid3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 22px;
}
.grid3 .px span, .grid3 h2 span { font-size: 14px; color: var(--muted); font-weight: 500; }
.sec { font-size: 18px; margin: 0 0 10px; }
.feed { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.feed li {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 10px 12px;
}
.feed a { color: var(--ink); text-decoration: none; font-weight: 600; }
.feed p { margin: 6px 0 4px; line-height: 1.4; }
.feed span { color: var(--muted); font-size: 12px; }
.cform {
  display: grid; grid-template-columns: 140px 1fr auto; gap: 8px;
  margin: 10px 0 12px;
}
.cform input {
  font-family: inherit; font-size: 15px;
  border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px;
}
.cerr { color: var(--dn); font-size: 14px; }
.art-in, .art-body {
  width: 100%; font-family: inherit; font-size: 15px; line-height: 1.45;
  border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px;
  background: var(--card); color: var(--ink); margin: 4px 0 12px;
}
.art-body { min-height: 420px; }
.cover { max-width: 900px; margin: 0 auto 28px; }
.cover img { width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); display: block; }
.cover .dl, .story .dl { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0 0; }
.btn.ghost {
  background: transparent; color: var(--ink) !important;
  border: 1px solid var(--line);
}
button.btn {
  font-family: inherit; border: 0; cursor: pointer;
}
.pack {
  max-width: 900px; margin: 0 auto 36px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; padding: 16px 16px 18px;
}
.pack-h { font-size: 22px; letter-spacing: -0.03em; margin: 4px 0 8px; }
.pack-lede { color: var(--muted); margin: 0 0 12px; font-size: 15px; line-height: 1.45; }
.pack-lede code {
  font-size: 13px; background: #efe8d8; padding: 1px 6px; border-radius: 6px;
}
.pack-grid {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.pack-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 12px; padding: 8px; position: relative;
}
.pack-card img {
  width: 100%; height: 92px; object-fit: cover; border-radius: 8px;
  display: block; background: #111;
}
.pack-card p {
  font-size: 12px; color: var(--muted); margin: 6px 0 8px;
  line-height: 1.3; min-height: 32px;
}
.pack-card .btn { width: 100%; text-align: center; padding: 6px 8px; font-size: 13px; }
.pack-n, .fig-n {
  position: absolute; top: 12px; left: 12px;
  background: #111; color: #fff; font-size: 12px; font-weight: 700;
  width: 22px; height: 22px; border-radius: 999px;
  display: grid; place-items: center;
}
.story figure { position: relative; }
.fig-n { top: 10px; left: 10px; }
.story { max-width: 680px; margin: 0 auto; }
.story h1 {
  font-size: clamp(32px, 5.5vw, 48px);
  letter-spacing: -0.04em; line-height: 1.05;
  margin: 8px 0 12px;
}
.story .deck {
  font-size: 20px; line-height: 1.35; color: var(--muted);
  margin: 0 0 16px; max-width: none;
}
.story p { font-size: 18px; line-height: 1.55; margin: 0 0 14px; }
.story .lede-p { font-size: 20px; line-height: 1.4; }
.story h2 {
  font-size: 22px; letter-spacing: -0.02em;
  margin: 28px 0 10px; padding-top: 8px;
  border-top: 1px solid var(--line);
}
.story h3 { font-size: 16px; margin: 18px 0 6px; color: var(--teal); }
.story ul { margin: 0 0 16px; padding-left: 1.2em; }
.story li { font-size: 17px; line-height: 1.45; margin: 0 0 6px; }
.story blockquote {
  margin: 16px 0; padding: 4px 0 4px 16px;
  border-left: 3px solid var(--gold);
}
.story blockquote p { font-size: 19px; font-style: italic; margin: 0 0 4px; }
.story cite { color: var(--muted); font-size: 13px; font-style: normal; }
.story .pull {
  background: var(--card); border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 12px; padding: 14px 16px;
  font-size: 18px; line-height: 1.45; margin: 18px 0;
}
.story .note { color: var(--muted); font-size: 14px; }
.story .stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin: 8px 0 18px;
}
.story .stats div {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 12px;
}
.story .stats dt {
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 4px;
}
.story .stats dd { margin: 0; font-size: 16px; font-weight: 700; }
.story figure { margin: 16px 0 22px; }
.story figure img {
  width: 100%; height: auto; border-radius: 12px;
  border: 1px solid var(--line); display: block;
}
.story figcaption { color: var(--muted); font-size: 13px; margin-top: 6px; }
.tbl-wrap { overflow-x: auto; margin: 12px 0 8px; }
.story-tbl {
  width: 100%; border-collapse: collapse;
  font-size: 15px; font-variant-numeric: tabular-nums;
}
.story-tbl th {
  background: var(--navy); color: #fff; text-align: left;
  padding: 8px 10px; font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase;
}
.story-tbl td { padding: 8px 10px; border-bottom: 1px solid var(--line); }
.story-tbl tr:nth-child(even) td { background: #f7f3ea; }
.copybox {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.copybox-show {
  position: static;
  left: auto;
  width: 100%;
  height: 180px;
  opacity: 1;
  display: block;
  margin: 16px 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  background: var(--card);
}
@media (max-width: 600px) {
  .story .stats { grid-template-columns: 1fr; }
  .pack-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .grid3, .levels.fat, .cform { grid-template-columns: 1fr 1fr; }
  .cform { grid-template-columns: 1fr; }
  .pack-grid { grid-template-columns: 1fr 1fr; }
}

.foot-note { color: var(--muted); font-size: 13px; margin-top: 18px; }
footer {
  border-top: 1px solid var(--line); color: var(--muted);
  padding: 22px 24px 40px; font-size: 13px; line-height: 1.5;
  max-width: 1120px; margin: 0 auto;
}
footer span { display: block; margin-top: 6px; color: var(--gold); }
@media (max-width: 800px) {
  .pair, .more, .levels, .meta-grid { grid-template-columns: 1fr; }
  nav a:not(.btn):not(.on) { display: none; }
  .top { padding: 12px 14px; }
}
