/* ============================================================
   Wyrd — Design 3 · Palantir-grade.
   Near-black, dense, institutional. Calm gravitas, mono labels,
   hairline grids. Mirrors the Codex class names so markup and
   TrueSight carry over; only the skin changes.
   ============================================================ */

:root {
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --bg:       #060708;
  --bg-soft:  #0c0e10;
  --bg-sink:  #121518;
  --ink:      #f2f3f4;
  --ink-2:    rgba(242,243,244,.74);
  --ink-3:    rgba(242,243,244,.50);
  --ink-4:    rgba(242,243,244,.56);   /* raised from .34 — small mono labels must clear 4.5:1 */
  --line:     rgba(242,243,244,.12);
  --line-2:   rgba(242,243,244,.22);

  --accent:   #e8e8ea;          /* near-white, the institutional "active" */
  --ok:       #45c98a;          /* TrueSight verified — the one earned colour */
  --term-bg:  #000;
  --term-ink: #d6d7d9;

  --r-s: 6px; --r-m: 10px; --r-l: 16px;
  --max: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans); background: var(--bg); color: var(--ink);
  font-size: 16.5px; line-height: 1.5; letter-spacing: -0.006em;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%;
  background-position: 0 0;
  /* faint vignette only — grid drawn per-section instead */
  background-image: radial-gradient(120% 80% at 50% -10%, rgba(255,255,255,.025), transparent 60%);
}
a { color: inherit; text-decoration: none; }
::selection { background: #f2f3f4; color: #060708; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
@media (max-width: 600px){ .wrap { padding: 0 20px; } }

/* mono eyebrow */
.eyebrow { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 10px; }
.eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); display: inline-block; box-shadow: 0 0 8px rgba(255,255,255,.4); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 14.5px; font-weight: 500; padding: 11px 19px; border-radius: 4px; border: 1px solid transparent; cursor: pointer; transition: background .18s var(--ease), color .18s, border-color .18s, transform .18s var(--ease); white-space: nowrap; }
.btn-primary { background: var(--ink); color: #060708; }
.btn-primary:hover { background: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(255,255,255,.04); }
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* nav */
.nav { position: sticky; top: 0; z-index: 100; background: color-mix(in oklab, var(--bg) 78%, transparent); backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s, background .25s; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; gap: 28px; }
@media (max-width: 600px){ .nav-inner { padding: 12px 20px; } }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; letter-spacing: .12em; }
.brand svg line { stroke: var(--ink) !important; }
.brand .word { font-size: 14px; }
.nav-links { display: flex; gap: 20px; margin-left: 16px; }
@media (max-width: 1000px){ .nav-links { display: none; } }
.nav-links a { font-size: 13.5px; letter-spacing: .01em; color: var(--ink-3); transition: color .18s; white-space: nowrap; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; }
.nav-burger { display: none; width: 40px; height: 40px; flex: none; margin-left: 10px; padding: 0; border: 1px solid var(--line-2); border-radius: 4px; background: transparent; color: var(--ink); cursor: pointer; place-items: center; }
.nav-burger:hover { border-color: var(--ink); background: rgba(255,255,255,.05); }
.nav-burger svg { display: block; }
@media (max-width: 1000px){ .nav-burger { display: grid; } .nav-cta { margin-left: auto; } }
@media (max-width: 520px){ .nav-cta { display: none; } .nav-burger { margin-left: auto; } }
.theme-toggle { width: 38px; height: 38px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; color: var(--ink-2); display: grid; place-items: center; cursor: pointer; transition: border-color .18s, color .18s, background .18s; flex: none; margin-left: 10px; padding: 0; }
.theme-toggle:hover { color: var(--ink); border-color: var(--ink); background: rgba(255,255,255,.05); }

/* hero */
.hero { padding: clamp(72px,12vw,140px) 0 clamp(40px,6vw,68px); position: relative; }
.hero .eyebrow { margin-bottom: 28px; }
.hero h1 { font-size: clamp(42px,6.8vw,82px); font-weight: 540; letter-spacing: -0.03em; line-height: 1.0; margin: 0; max-width: 17ch; text-wrap: balance; }
.hero .sub { font-size: clamp(17px,2vw,21px); line-height: 1.5; color: var(--ink-3); margin: 26px 0 0; max-width: 54ch; text-wrap: pretty; }
.hero .actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }

/* terminal */
.termwrap { margin-top: clamp(40px,6vw,72px); }
.terminal { background: var(--term-bg); border-radius: var(--r-l); border: 1px solid var(--line-2); box-shadow: 0 40px 90px -50px rgba(0,0,0,.9); overflow: hidden; }
.term-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.term-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.16); }
.term-title { margin-left: 10px; font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.38); letter-spacing: .03em; }
.term-body { padding: 26px clamp(20px,3vw,34px) 30px; font-family: var(--font-mono); font-size: clamp(12.5px,1.45vw,14.5px); line-height: 1.95; color: var(--term-ink); min-height: 248px; }
.term-line { display: block; white-space: pre-wrap; }
.term-line .cmd { color: #fff; } .term-line .pmt { color: #5a6470; } .term-line .dim { color: #7b828c; }
.term-line .okc { color: #45c98a; } .term-line .acc { color: #c9c2ff; } .term-line .sig { color: #8fb6ff; }
.term-cursor { display: inline-block; width: 8px; height: 1.05em; vertical-align: -2px; background: var(--term-ink); margin-left: 2px; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce){ .term-cursor { animation: none; } }

/* trust strip */
.trust { padding: clamp(36px,5vw,60px) 0; border-top: 1px solid var(--line); }
.trust .label { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-3); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 22px; align-items: center; }
.trust-row .ti { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.trust-row .ti svg { width: 18px; height: 18px; color: var(--ink-3); }

/* sections */
.sec { padding: clamp(72px,10vw,128px) 0; border-top: 1px solid var(--line); }
.sec-head { max-width: 62ch; }
.sec-head h2 { font-size: clamp(30px,4.4vw,52px); font-weight: 540; letter-spacing: -0.028em; line-height: 1.04; margin: 16px 0 0; text-wrap: balance; }
.sec-head p { font-size: clamp(16.5px,1.9vw,20px); color: var(--ink-3); margin: 18px 0 0; line-height: 1.55; text-wrap: pretty; }

/* feature rows */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,80px); align-items: center; }
.feature + .feature { margin-top: clamp(56px,8vw,104px); }
.feature.flip .feat-visual { order: -1; }
@media (max-width: 820px){ .feature { grid-template-columns: 1fr; gap: 28px; } .feature.flip .feat-visual { order: 0; } }
.feat-copy h3 { font-size: clamp(23px,2.8vw,32px); font-weight: 540; letter-spacing: -0.024em; line-height: 1.1; margin: 14px 0 0; text-wrap: balance; }
.feat-copy p { font-size: 16.5px; color: var(--ink-3); line-height: 1.6; margin: 16px 0 0; max-width: 46ch; text-wrap: pretty; }
.feat-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.feat-list li { display: flex; gap: 12px; align-items: baseline; font-size: 15px; color: var(--ink-2); }
.feat-list li::before { content: "→"; color: var(--accent); flex: none; }
.feat-visual { border: 1px solid var(--line); border-radius: var(--r-l); background: var(--bg-soft); padding: clamp(22px,3vw,34px); min-height: 280px; display: flex; flex-direction: column; justify-content: center; }
.code-card { background: #000; border: 1px solid var(--line); border-radius: var(--r-m); padding: 22px 24px; font-family: var(--font-mono); font-size: 13px; line-height: 1.9; color: var(--term-ink); }
.code-card .pmt { color: #5a6470; } .code-card .okc { color: #45c98a; } .code-card .acc { color: #c9c2ff; } .code-card .sig { color: #8fb6ff; } .code-card .dim { color: #7b828c; }
.vchain { display: flex; flex-direction: column; gap: 10px; }
.vrow { display: flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 13px; color: var(--ink-2); }
.vrow .vn { width: 26px; height: 26px; border-radius: 4px; border: 1px solid var(--line-2); display: grid; place-items: center; font-size: 12px; color: var(--ink-3); flex: none; }
.vrow b { color: var(--ink); font-weight: 500; }

/* chassis / substrate stack */
.stack { border: 1px solid var(--line); border-radius: var(--r-l); background: var(--bg-soft); padding: clamp(24px,3.4vw,44px); margin-top: clamp(36px,5vw,52px); }
.stack-cap { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); display: flex; align-items: center; gap: 12px; }
.stack-cap::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.stack-top { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 18px; }
@media (max-width: 700px){ .stack-top { grid-template-columns: 1fr 1fr; } }
.schip { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-s); padding: 16px; text-align: center; transition: border-color .2s, transform .3s var(--ease); }
.schip:hover { transform: translateY(-2px); border-color: var(--line-2); }
.schip .sd { width: 6px; height: 6px; border-radius: 50%; display: inline-block; margin-bottom: 9px; }
.schip .sn { font-size: 14px; font-weight: 540; letter-spacing: -0.01em; }
.schip .sm { font-size: 11.5px; color: var(--ink-4); margin-top: 3px; }
.stack-rail { display: flex; justify-content: space-around; padding: 12px 0 8px; }
.stack-rail span { width: 1px; height: 24px; background: linear-gradient(var(--line-2), transparent); }
.stack-base { border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 22px 24px; background: #000; }
.stack-base .bh { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); text-align: center; }
.stack-base .brow { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 14px; }
.stack-base .bchip { font-size: 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; padding: 8px 14px; background: var(--bg-soft); }
.stack-base .bchip b { font-weight: 600; }

/* system list */
.syslist { margin-top: clamp(36px,5vw,52px); border-top: 1px solid var(--line); }
.sysrow { display: grid; grid-template-columns: 240px 1fr auto; gap: 20px 32px; align-items: baseline; padding: 22px 4px; border-bottom: 1px solid var(--line); transition: background .18s; }
@media (max-width: 720px){ .sysrow { grid-template-columns: 1fr; gap: 6px; } }
.sysrow .sname { display: flex; align-items: baseline; gap: 11px; }
.sysrow .sname .sdot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; transform: translateY(-1px); }
.sysrow .sname b { font-size: 16.5px; font-weight: 540; letter-spacing: -0.012em; }
.sysrow .srole { font-size: 15px; color: var(--ink-2); line-height: 1.5; text-wrap: pretty; }
.sysrow .stier { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-4); white-space: nowrap; }
.sysrow.spine { background: rgba(255,255,255,.025); }
.sysrow.link { cursor: pointer; }
.sysrow.link .sgo { color: var(--ink-4); transition: transform .2s var(--ease), color .2s; justify-self: end; }
.sysrow.link:hover { background: rgba(255,255,255,.04); }
.sysrow.link:hover .sgo { color: var(--ink); transform: translateX(4px); }
.sysline { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.sysline .sl { font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); border: 1px solid var(--line); border-radius: 4px; padding: 8px 13px; }
.sysline .sl b { color: var(--accent); font-weight: 500; }

/* stat grid */
.stat-row { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--r-l); overflow: hidden; margin-top: clamp(36px,5vw,52px); }
@media (max-width: 720px){ .stat-row { grid-template-columns: 1fr 1fr; } }
.stat { padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-row .stat:nth-child(4n){ border-right: none; }
@media (max-width: 720px){ .stat-row .stat:nth-child(2n){ border-right: none; } }
.stat .sv { font-family: var(--font-mono); font-size: clamp(23px,3vw,33px); font-weight: 500; letter-spacing: -0.02em; }
.stat .sk { font-size: 13px; color: var(--ink-3); margin-top: 10px; line-height: 1.45; text-wrap: pretty; }

/* directorate / system cards */
.dir-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: clamp(36px,5vw,52px); }
@media (max-width: 720px){ .dir-grid { grid-template-columns: 1fr; } }
.dcard { display: block; border: 1px solid var(--line); border-radius: var(--r-l); padding: 30px; background: var(--bg-soft); transition: border-color .22s, transform .35s var(--ease); position: relative; }
.dcard:hover { transform: translateY(-3px); border-color: var(--line-2); }
.dcard .dnum { font-family: var(--font-mono); font-size: 12px; color: var(--ink-4); }
.dcard .dtitle { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.dcard .ddot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.dcard h3 { font-size: 20px; font-weight: 540; letter-spacing: -0.018em; margin: 0; }
.dcard p { font-size: 14.5px; color: var(--ink-3); line-height: 1.55; margin: 12px 0 0; }
.dcard .dmais { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.dcard .dm { font-family: var(--font-mono); font-size: 11px; color: var(--ink-2); border: 1px solid var(--line); border-radius: 4px; padding: 5px 10px; }
.dcard .dgo { position: absolute; top: 30px; right: 30px; color: var(--ink-4); transition: transform .2s var(--ease), color .2s; }
.dcard:hover .dgo { color: var(--ink); transform: translateX(3px); }

/* FAQ */
.faq { max-width: 840px; margin-top: clamp(28px,4vw,40px); }
.qa { border-top: 1px solid var(--line); }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 18px; padding: 24px 0; font-size: clamp(16.5px,2vw,19px); font-weight: 500; letter-spacing: -0.014em; }
.qa summary::-webkit-details-marker { display: none; }
.qa .qx { margin-left: auto; flex: none; width: 20px; height: 20px; position: relative; }
.qa .qx::before, .qa .qx::after { content: ""; position: absolute; background: var(--ink-3); transition: transform .28s var(--ease); }
.qa .qx::before { top: 9px; left: 2px; right: 2px; height: 1.5px; }
.qa .qx::after { left: 9px; top: 2px; bottom: 2px; width: 1.5px; }
.qa[open] .qx::after { transform: scaleY(0); }
.qa-body { padding: 0 38px 26px 0; }
.qa-body p { margin: 0; color: var(--ink-3); font-size: 15.5px; line-height: 1.62; text-wrap: pretty; }

/* CTA */
.cta { padding: clamp(80px,12vw,150px) 0; border-top: 1px solid var(--line); text-align: center; }
.cta h2 { font-size: clamp(32px,5.2vw,64px); font-weight: 540; letter-spacing: -0.03em; line-height: 1.02; margin: 0 auto; max-width: 18ch; text-wrap: balance; }
.cta p { font-size: 18px; color: var(--ink-3); margin: 22px auto 0; max-width: 46ch; }
.cta .actions { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 60px 0 44px; }
.foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 760px){ .foot-top { grid-template-columns: 1fr 1fr; gap: 28px; } }
.foot-brand p { font-size: 13.5px; color: var(--ink-3); line-height: 1.55; margin: 16px 0 0; max-width: 30ch; }
.foot-col h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); margin: 0 0 14px; font-weight: 500; }
.foot-col a { display: block; font-size: 14px; color: var(--ink-2); padding: 5px 0; transition: color .18s; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-4); letter-spacing: .02em; }

/* ── motion (same contract as Codex) ── */
.reveal { transition: opacity .9s var(--ease), transform 1s var(--ease), filter .9s var(--ease); will-change: opacity, transform, filter; }
.js .reveal:not(.in) { opacity: 0; transform: translateY(26px); filter: blur(10px); }
.d1 { transition-delay: .09s; } .d2 { transition-delay: .18s; } .d3 { transition-delay: .27s; }
.sec-head .eyebrow, .sec-head h2, .sec-head p { transition: opacity .85s var(--ease), transform .9s var(--ease), filter .85s var(--ease); }
.js .sec-head:not(.in) .eyebrow, .js .sec-head:not(.in) h2, .js .sec-head:not(.in) p { opacity: 0; transform: translateY(20px); filter: blur(6px); }
.sec-head.in h2 { transition-delay: .1s; } .sec-head.in p { transition-delay: .2s; }
.hero .eyebrow, .hero .sub, .hero .actions, .hero .termwrap { transition: opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease); }
.js body.booting:not(.booted) .hero .eyebrow { opacity: 0; transform: translateY(8px); }
.js body.booting:not(.booted) .hero .sub { opacity: 0; transform: translateY(18px); filter: blur(6px); }
.js body.booting:not(.booted) .hero .actions { opacity: 0; transform: translateY(18px); filter: blur(6px); }
.js body.booting:not(.booted) .hero .termwrap { opacity: 0; transform: translateY(44px) scale(.975); filter: blur(12px); }
body.booted .hero .sub { transition-delay: .5s; } body.booted .hero .actions { transition-delay: .64s; } body.booted .hero .termwrap { transition-delay: .78s; }
.hero h1 .w { display: inline-block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.js body.booting:not(.booted) .hero h1 .w > span { transform: translateY(104%) rotate(2deg); opacity: 0; filter: blur(7px); }
.curtain { position: fixed; inset: 0; z-index: 1000; background: var(--bg); pointer-events: none; transform: translateY(-100%); transition: transform 1.1s var(--ease); }
.js body.booting:not(.booted) .curtain { transform: translateY(0); }
.curtain .cmark { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.curtain .cmark svg line { stroke: var(--ink) !important; }
.js body.booting:not(.booted) .curtain .cmark { animation: curtainMark 1.4s var(--ease) infinite; }
@keyframes curtainMark { 0%,100% { opacity: .25; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce){
  .reveal, .sec-head .eyebrow, .sec-head h2, .sec-head p,
  .hero .eyebrow, .hero .sub, .hero .actions, .hero .termwrap, .hero h1 .w > span { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
  .curtain { display: none; }
}

/* ════════════════════════════════════════════════════════════
   TrueSight — dark variant
   ════════════════════════════════════════════════════════════ */
:root { --ts-verified: #45c98a; }
.ts-cipher { color: var(--ink-4); font-family: var(--font-mono); font-weight: 400; }
.ts-decoding { color: var(--ink); }
.ts-decoding .ts-cipher { opacity: .8; }
.js .ts { opacity: 0; filter: blur(7px) contrast(1.1) saturate(.6); transform: translateY(14px) scale(.992); transition: opacity 1.1s var(--ease), filter 1.2s var(--ease), transform 1.2s var(--ease); will-change: opacity, filter, transform; }
.js .ts.ts-in { opacity: 1; filter: none; transform: none; }
.ts.d1 { transition-delay: .08s; } .ts.d2 { transition-delay: .16s; } .ts.d3 { transition-delay: .24s; }
.ts-stage { position: relative; --ts-ink: #e8e8ea; --ts-p: 0; }
.ts-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; place-items: center; background: transparent; }
.ts-pin canvas { position: absolute; inset: 0; }
.ts-caps { position: relative; z-index: 2; text-align: center; max-width: 60ch; padding: 0 28px; pointer-events: none; }
.ts-cap { position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); width: min(60ch,90vw); opacity: 0; transition: opacity .6s var(--ease); }
.ts-cap.on { opacity: 1; }
.ts-cap .k { font-family: var(--font-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); }
.ts-cap .t { font-size: clamp(20px,3vw,32px); font-weight: 540; letter-spacing: -0.022em; line-height: 1.12; margin: 12px 0 0; text-wrap: balance; color: var(--ink-2); }
.ts-cap .t b { color: var(--ink); font-weight: 540; }
.ts-pin .ts-caps { align-self: end; padding-bottom: clamp(48px,9vh,96px); height: 0; }
.ts-verified .ts-pin::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--ts-verified) 24%, transparent); background: radial-gradient(60% 40% at 50% 50%, color-mix(in oklab, var(--ts-verified) 9%, transparent), transparent 70%); opacity: 0; animation: tsVerify 1s var(--ease) forwards; }
@keyframes tsVerify { to { opacity: 1; } }
.ts-badge { position: absolute; z-index: 3; left: 50%; top: 18%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .04em; color: var(--ts-verified); border: 1px solid color-mix(in oklab, var(--ts-verified) 45%, var(--line)); border-radius: 999px; padding: 8px 15px; background: color-mix(in oklab, var(--ts-verified) 9%, var(--bg)); opacity: 0; transition: opacity .6s var(--ease) .15s; }
.ts-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ts-verified); box-shadow: 0 0 10px var(--ts-verified); }
.ts-verified .ts-badge { opacity: 1; }
@media (prefers-reduced-motion: reduce){
  .js .ts { opacity: 1 !important; filter: none !important; transform: none !important; }
  .ts-cap { position: static; opacity: 1; transform: none; } .ts-cap + .ts-cap { margin-top: 18px; }
}
