/* ============================================================
   EGERIA LABS — gaya situs v5 "Referensi" (26 Sep 2026)
   Mengikuti alur referensi Dipoleswap kiriman user: hero penuh render 3D,
   kalimat tengah + tombol, 4 kartu statistik berikon 3D, adegan besar +
   tab + 4 kartu angka, banner geser, footer satu baris.
   Hitam + hijau/biru listrik; cahaya datang dari render, UI = kaca gelap.
   Arsip: art-src/site-v4-korporat.css, site-v3-voltage-neon.css
   ============================================================ */

:root {
  --bg: #000;
  --bg-2: #05070a;
  --panel: rgba(12, 18, 20, .72);
  --panel-solid: #0a0e10;
  --panel-2: #121a1d;
  --ink: #eef3f1;
  --ink-2: #a7b3af;
  --ink-3: #6b7773;
  --line: rgba(160, 255, 225, .1);
  --line-2: rgba(160, 255, 225, .2);
  --a1: #18f0a0;
  --a2: #2fd6ff;
  --grad: linear-gradient(95deg, #18f0a0, #2fd6ff);
  --a1-soft: rgba(24, 240, 160, .1);
  --a1-line: rgba(24, 240, 160, .4);
  --on-a1: #02140d;
  --alert: #ff6b5b;
  --caution: #f5b940;
  --clear: #18f0a0;
  --r-s: 10px;
  --r-l: 18px;
  --f-sans: 'Sora', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: 'Geist Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  --wrap: 1180px;
  --gut: clamp(18px, 3.4vw, 40px);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 15.5px/1.6 var(--f-sans); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
code, .mono { font-family: var(--f-mono); }
::selection { background: var(--a1); color: var(--on-a1); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.grad { color: var(--a1); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
}

/* ---------- tombol ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 22px; border-radius: 8px; border: 1px solid transparent;
  background: var(--grad); color: var(--on-a1); font-weight: 600; font-size: 14px; letter-spacing: .02em; text-decoration: none; cursor: pointer; white-space: nowrap; transition: filter .2s, transform .2s, border-color .2s, background .2s; }
.btn:hover { filter: brightness(1.12); transform: translateY(-1px); }
.btn.line { background: rgba(0, 0, 0, .35); color: var(--ink); border-color: var(--a1-line); }
.btn.line:hover { border-color: var(--a1); filter: none; }
.btn.dark { background: #000; color: var(--a1); border-color: var(--a1-line); }
.btn.sm { height: 38px; padding: 0 16px; font-size: 13px; }
.btn.up { text-transform: uppercase; letter-spacing: .08em; font-size: 12.5px; }
.btn[aria-disabled="true"] { cursor: default; }
.btn[disabled] { opacity: .45; cursor: default; }
.btn .arr { transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(2px); }

/* ---------- navigasi ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.nav.scrolled { background: rgba(0, 0, 0, .88); border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; letter-spacing: -.02em; font-size: 17px; }
.brand img { width: 30px; height: 30px; }
.brand small { font-weight: 400; color: var(--ink-3); }
.nav-links { display: flex; gap: 34px; margin: 0 auto; }
.nav-links a { text-decoration: none; font-size: 14px; color: var(--ink-2); transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-right { display: flex; align-items: center; gap: 6px; }
.icon-btn { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-2); text-decoration: none; transition: color .2s, background .2s; }
.icon-btn:hover { color: var(--ink); background: rgba(255, 255, 255, .06); }
.icon-btn svg { width: 15px; height: 15px; }
.nav-buy { margin-left: 8px; background: transparent; color: var(--ink); border: 1px solid var(--a1-line); }
.nav-buy:hover { border-color: var(--a1); filter: none; }
.nav-buy .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--a1); }

/* ---------- hero: render penuh ---------- */
.hero { position: relative; min-height: max(820px, 100svh); overflow: clip; isolation: isolate; display: flex; flex-direction: column; }
.hero-bg { position: absolute; inset: 0; z-index: -3; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-shade { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .55) 34%, transparent 62%), linear-gradient(180deg, rgba(0, 0, 0, .55) 0%, transparent 16%, transparent 58%, #000 100%); }
.crystal { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-in { flex: 1; display: flex; align-items: center; padding-top: 110px; padding-bottom: 20px; width: 100%; }
.hero-copy { max-width: 560px; }
.hero h1 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: 1.08; letter-spacing: -.03em; font-weight: 700; }
.lead { margin: 0 0 30px; font-size: 16px; color: var(--ink-2); max-width: 30em; }
.hero-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.wallet-form { display: flex; align-items: center; gap: 8px; background: rgba(0, 0, 0, .55); border: 1px solid var(--line-2); border-radius: 12px; padding: 6px 6px 6px 14px; max-width: 520px; transition: border-color .2s; }
.wallet-form:focus-within { border-color: var(--a1-line); }
.wallet-form kbd { display: none; }
.wallet-form input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 4px; font: 400 14px var(--f-mono); color: var(--ink); height: 44px; }
.wallet-form input::placeholder { color: var(--ink-3); }
.form-err { color: var(--alert); font-size: 13px; margin: 10px 0 0 4px; min-height: 1em; }

/* kalimat tengah di kaki hero (seperti "XXXX makes your data…") */
.hero-mid { text-align: center; padding: 0 var(--gut) 44px; }
.hero-mid h2 { margin: 0 0 10px; font-size: clamp(24px, 2.6vw, 34px); font-weight: 600; letter-spacing: -.02em; }
.hero-mid p { margin: 0 auto 20px; color: var(--ink-2); max-width: 40em; font-size: 14.5px; }

/* ---------- kartu CA (bilah kaca di hero & kartu tegak) ---------- */
.ca-card { position: relative; background: rgba(4, 10, 9, .78); border: 1px solid var(--line-2); border-radius: 14px; color: var(--ink); }
.ca-card[hidden] { display: none; }
.ca-bar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 14px 24px; align-items: center; padding: 14px 16px 14px 20px; max-width: 1000px; margin: 0 auto 36px; text-align: left; }
.ca-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ca-bar .ca-top { flex-direction: column; align-items: flex-start; gap: 4px; }
.ca-tick { font-weight: 700; font-size: 16px; letter-spacing: -.01em; }
.ca-status { display: inline-flex; align-items: center; gap: 7px; font: 400 12px var(--f-mono); color: var(--ink-2); white-space: nowrap; }
.ca-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--caution); display: block; }
.ca-card.live .ca-status i { background: var(--a1); }
.ca-label { font: 400 11px var(--f-mono); color: var(--ink-3); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; }
.ca-addr { display: flex; align-items: center; gap: 8px; }
.ca-addr code { flex: 1; min-width: 0; font: 400 13.5px var(--f-mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ca-card:not(.live) .ca-addr code { color: var(--ink-2); }
.copy-btn { height: 30px; padding: 0 11px; border-radius: 7px; border: 1px solid var(--line-2); background: transparent; color: var(--ink); font-size: 12px; cursor: pointer; }
.copy-btn[disabled] { opacity: .35; cursor: default; }
.ca-hint { margin: 5px 0 0; font-size: 12px; color: var(--ink-3); }
.ca-hint a { color: var(--a1); }
.ca-count { display: flex; gap: 8px; }
.ca-count div { min-width: 52px; text-align: center; border: 1px solid var(--line); border-radius: 8px; padding: 7px 6px 5px; background: rgba(255, 255, 255, .02); }
.ca-count span { display: block; font: 500 19px/1 var(--f-mono); }
.ca-count small { display: block; font: 400 9.5px var(--f-mono); color: var(--ink-3); letter-spacing: .08em; margin-top: 3px; }
.ca-card.live .ca-count { display: none; }
.ca-actions { display: flex; gap: 8px; }
.ca-actions .btn { height: 40px; padding: 0 16px; font-size: 13px; }
.ca-card:not(.live) .ca-actions .btn:not(.line) { background: transparent; color: var(--a1); border-color: var(--a1-line); }
.ca-follow { display: none; }
.ca-card.stand { padding: 24px; display: flex; flex-direction: column; gap: 14px; border-radius: var(--r-l); }
.ca-card.stand .ca-count div { flex: 1; }
.ca-card.stand .ca-count span { font-size: 24px; }
.ca-card.stand .ca-actions .btn { flex: 1; height: 44px; }
.ca-card.stand .ca-follow { display: flex; justify-content: space-between; padding: 12px 14px; border-radius: var(--r-s); border: 1px solid var(--line); text-decoration: none; font-size: 13.5px; color: var(--ink-2); }
.ca-card.stand.live .ca-follow { display: none; }

/* ---------- 4 kartu statistik berikon 3D ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { position: relative; border-radius: 6px; padding: 26px 18px 30px; text-align: center; overflow: hidden;
  background: linear-gradient(180deg, rgba(24, 240, 160, .07), rgba(24, 240, 160, .015) 60%), var(--panel-solid); border: 1px solid var(--line); transition: transform .4s var(--ease), border-color .3s; }
.stat::before { content: ""; position: absolute; left: 20%; right: 20%; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--a1), transparent); opacity: .6; }
.stat:hover { transform: translateY(-4px); border-color: var(--line-2); }
.stat img { width: 132px; height: 132px; object-fit: contain; margin: 0 auto 16px; }
.stat small { display: block; font-size: 12.5px; color: var(--ink-2); margin-bottom: 4px; }
.stat b { display: block; font: 600 26px/1.2 var(--f-sans); letter-spacing: -.02em; }

/* baris token: gambar koin + kartu CA */
.stats.token-row { grid-template-columns: 1.2fr 1fr; align-items: stretch; }
@media (max-width: 680px) { .stats.token-row { grid-template-columns: 1fr; } .stats.token-row .stat { min-height: 300px !important; } }

/* ---------- bagian umum ---------- */
.sec { padding: clamp(80px, 9vw, 120px) 0; position: relative; }
.sec-title { text-align: center; margin-bottom: clamp(36px, 4vw, 52px); }
.sec-title h2, .sec h2 { margin: 0 0 10px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.15; letter-spacing: -.025em; font-weight: 700; }
.sec-title p { margin: 0 auto; color: var(--ink-2); max-width: 40em; }

/* ---------- adegan besar + tab + 4 kartu angka ---------- */
.scene { position: relative; isolation: isolate; overflow: clip; padding: clamp(90px, 10vw, 140px) 0 clamp(70px, 8vw, 110px); }
.scene-bg { position: absolute; inset: 0; z-index: -1; }
.scene-bg img { position: absolute; right: 0; top: 0; width: 72%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.scene-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, #000 26%, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .15) 75%, rgba(0, 0, 0, .5) 100%), linear-gradient(180deg, #000 0%, transparent 18%, transparent 70%, #000 100%); }
.scene-copy { max-width: 440px; margin-bottom: clamp(56px, 7vw, 100px); }
.scene-copy h2 { margin-bottom: 12px; }
.scene-copy p { color: var(--ink-2); margin: 0 0 24px; }
.tabs { display: flex; gap: 28px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.tabs button { background: none; border: 0; padding: 0 0 12px; font-size: 14px; font-weight: 600; color: var(--ink-3); cursor: pointer; position: relative; }
.tabs button.on { color: var(--ink); }
.tabs button.on::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--grad); }
.nums { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-2); border-radius: 6px; background: rgba(4, 10, 9, .72); overflow: hidden; }
.nums > div { padding: 22px 22px 24px; min-height: 140px; }
.nums > div + div { border-left: 1px solid var(--line); }
.nums small { display: block; font-size: 12px; color: var(--ink-2); margin-bottom: 10px; }
.nums b { display: block; font: 700 32px/1.1 var(--f-sans); letter-spacing: -.03em; }
.nums span { display: block; margin-top: 6px; font-size: 12.5px; color: var(--a1); }
.nums span.bad { color: var(--alert); }
.nums-set { display: none; }
.nums-set.on { display: grid; animation: fadein .45s var(--ease); }
@keyframes fadein { from { opacity: 0; transform: translateY(6px); } }

/* ---------- banner geser ---------- */
.carousel { position: relative; overflow-x: clip; } /* banner samping boleh mengintip, tapi tidak melebarkan halaman */
.car-track { position: relative; height: 380px; }
.slide { position: absolute; top: 0; left: 50%; width: min(820px, 76vw); height: 100%; transform: translateX(-50%) scale(.86); opacity: 0; border-radius: 6px; overflow: hidden; transition: transform .7s var(--ease), opacity .7s var(--ease); border: 1px solid var(--line-2); cursor: pointer; }
.slide.on { transform: translateX(-50%) scale(1); opacity: 1; z-index: 3; cursor: default; }
.slide.prev { transform: translateX(-118%) scale(.86); opacity: .4; z-index: 2; }
.slide.next { transform: translateX(18%) scale(.86); opacity: .4; z-index: 2; }
.slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .45) 45%, transparent 75%); }
.slide .txt { position: absolute; z-index: 1; left: 44px; top: 50%; transform: translateY(-50%); max-width: 360px; }
.slide h3 { margin: 0 0 10px; font-size: 32px; line-height: 1.1; letter-spacing: -.025em; font-weight: 700; }
.slide p { margin: 0 0 20px; color: var(--ink-2); font-size: 14.5px; }
.slide a.more { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; color: var(--ink); }
.slide a.more:hover { color: var(--a1); }
.car-arrow { position: absolute; top: 50%; z-index: 4; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(0, 0, 0, .6); color: var(--ink); display: grid; place-items: center; cursor: pointer; transform: translateY(-50%); transition: border-color .2s; }
.car-arrow:hover { border-color: var(--a1); }
.car-arrow.l { left: calc(50% - min(410px, 38vw) - 21px); } .car-arrow.r { right: calc(50% - min(410px, 38vw) - 21px); }
.dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.dots button { width: 26px; height: 3px; border: 0; border-radius: 3px; background: var(--line-2); cursor: pointer; padding: 0; transition: background .3s, width .3s; }
.dots button.on { background: var(--a1); width: 40px; }

/* ---------- dokumen laporan (landing & Counsel) ---------- */
.brief { background: var(--panel-solid); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; position: relative; }
.brief::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--a1), transparent); opacity: .7; }
.brief-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.brief-mark { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.brief-meta { font: 400 12px var(--f-mono); color: var(--ink-3); display: flex; gap: 14px; flex-wrap: wrap; }
.brief-body { padding: 24px; }
.brief-subject { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-bottom: 20px; }
.brief-subject code { font-size: 12.5px; background: rgba(255, 255, 255, .03); border: 1px solid var(--line); padding: 5px 9px; border-radius: 6px; word-break: break-all; color: var(--ink-2); }
.brief-subject a { font-size: 13px; color: var(--a1); }
.verdict { display: inline-flex; align-items: center; gap: 8px; height: 28px; padding: 0 11px; border-radius: 6px; font-size: 12.5px; font-weight: 600; }
.verdict i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: block; }
.v-alert { color: var(--alert); background: rgba(255, 107, 91, .12); }
.v-caution { color: var(--caution); background: rgba(245, 185, 64, .12); }
.v-clear { color: var(--a1); background: var(--a1-soft); }
.brief-headline { margin: 0 0 22px; font-size: clamp(21px, 2.1vw, 28px); line-height: 1.25; letter-spacing: -.02em; font-weight: 600; max-width: 30ch; }
.alloc { margin: 0 0 28px; }
.alloc-bar { display: flex; height: 8px; border-radius: 999px; overflow: hidden; background: var(--panel-2); gap: 2px; }
.alloc-bar span { display: block; height: 100%; min-width: 3px; transform-origin: left; animation: grow 1s var(--ease) both; }
@keyframes grow { from { transform: scaleX(0); } }
.alloc-legend { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 12px; font-size: 13px; color: var(--ink-2); }
.alloc-legend span { display: inline-flex; align-items: center; gap: 7px; }
.alloc-legend i { width: 8px; height: 8px; border-radius: 2px; display: block; }
.alloc-legend b { color: var(--ink); font-weight: 500; font-family: var(--f-mono); font-size: 12.5px; }
.g-eth { background: #8b8bf5; } .g-dollars { background: var(--a2); } .g-stock { background: var(--a1); }
.g-pons { background: var(--caution); } .g-other { background: #46524e; } .g-risk { background: var(--alert); }
.brief-sub { font-size: 12.5px; color: var(--ink-3); margin: 0 0 12px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.findings { display: grid; gap: 1px; margin-bottom: 28px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.finding { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 16px; padding: 16px 18px; background: var(--panel-solid); }
.finding .lv { align-self: start; justify-self: start; font: 500 11px var(--f-mono); text-transform: uppercase; letter-spacing: .05em; color: var(--lv, var(--ink-2)); background: var(--lv-bg, var(--panel-2)); padding: 4px 8px; border-radius: 5px; }
.finding h4 { margin: 0 0 4px; font-size: 15px; letter-spacing: -.01em; font-weight: 600; }
.finding p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.6; }
.f-alert { --lv: var(--alert); --lv-bg: rgba(255, 107, 91, .12); } .f-caution { --lv: var(--caution); --lv-bg: rgba(245, 185, 64, .12); } .f-notice { --lv: var(--ink-2); --lv-bg: var(--panel-2); } .f-clear { --lv: var(--a1); --lv-bg: var(--a1-soft); }
.holdings { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.holdings th { text-align: left; font-size: 12px; font-weight: 500; color: var(--ink-3); padding: 0 10px 10px; border-bottom: 1px solid var(--line); }
.holdings td { padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.holdings tbody tr:hover { background: rgba(255, 255, 255, .02); }
.holdings th:first-child, .holdings td:first-child { padding-left: 0; }
.holdings th:last-child, .holdings td:last-child { padding-right: 0; }
.holdings .num { text-align: right; font-family: var(--f-mono); font-size: 12.5px; white-space: nowrap; }
.holdings a { color: var(--ink-2); }
.holdings a.asset { color: var(--ink); }
.holdings tr.muted td { color: var(--ink-3); }
.asset { display: flex; align-items: center; gap: 10px; min-width: 0; }
.asset .av { width: 26px; height: 26px; border-radius: 50%; background: var(--panel-2); display: grid; place-items: center; font-size: 10px; font-weight: 600; flex: none; overflow: hidden; border: 1px solid var(--line); }
.asset .av img { width: 100%; height: 100%; object-fit: cover; }
.asset b { font-weight: 600; display: block; }
.asset small { color: var(--ink-3); font-size: 12px; display: block; max-width: 26ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
td .tag { display: inline-block; font: 400 11px var(--f-mono); padding: 2px 8px; border-radius: 5px; border: 1px solid var(--line-2); color: var(--ink-2); white-space: nowrap; }
td .tag.k-stock { color: var(--a1); border-color: var(--a1-line); }
td .tag.k-imitation { color: var(--alert); border-color: rgba(255, 107, 91, .45); }
td .tag.k-twin, td .tag.k-pons { color: var(--caution); border-color: rgba(245, 185, 64, .35); }
.more-row { margin-top: 12px; }
.link-btn { background: none; border: 0; padding: 0; color: var(--a1); font-weight: 600; font-size: 13.5px; cursor: pointer; }
.link-btn:hover { text-decoration: underline; }
.ledger { margin-top: 28px; }
.ledger-lock { border: 1px dashed var(--line-2); border-radius: 8px; padding: 18px 20px; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.ledger-lock p { margin: 0; color: var(--ink-2); font-size: 14px; max-width: 60ch; }
.ledger-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 12px; }
.ledger-stats div { border-radius: 6px; padding: 12px 14px; background: rgba(255, 255, 255, .02); border: 1px solid var(--line); }
.ledger-stats small { display: block; font-size: 12px; color: var(--ink-3); }
.ledger-stats b { font: 500 18px var(--f-mono); }
.io { font: 500 11px var(--f-mono); padding: 2px 7px; border-radius: 5px; }
.io.in { color: var(--a1); background: var(--a1-soft); }
.io.out { color: var(--ink-2); background: var(--panel-2); }
.brief-foot { padding: 14px 24px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); display: flex; gap: 10px 24px; flex-wrap: wrap; justify-content: space-between; }
.skeleton { display: grid; gap: 12px; }
.skeleton div { height: 14px; border-radius: 6px; background: linear-gradient(90deg, var(--panel-2), #1a2427, var(--panel-2)); background-size: 200% 100%; animation: shimmer 1.4s infinite linear; }
@keyframes shimmer { to { background-position: -200% 0; } }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.steps li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-3); }
.steps li::before { content: ""; width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--line-2); flex: none; }
.steps li.on { color: var(--ink); }
.steps li.on::before { border-color: var(--a1); border-top-color: transparent; animation: spin .8s linear infinite; }
.steps li.done { color: var(--ink-2); }
.steps li.done::before { background: var(--a1); border-color: var(--a1); box-shadow: inset 0 0 0 3px var(--panel-solid); }
@keyframes spin { to { transform: rotate(360deg); } }

/* pratinjau laporan di landing */
.preview-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 18px; align-items: start; }
.preview-side { position: sticky; top: 92px; display: grid; gap: 12px; }
.side-card { border-radius: 8px; padding: 20px; background: var(--panel-solid); border: 1px solid var(--line); }
.side-card h5 { margin: 0 0 6px; font-size: 15px; font-weight: 600; }
.side-card p { margin: 0 0 14px; font-size: 13.5px; color: var(--ink-2); }
.sample-list { display: grid; gap: 6px; }
.sample-list button { display: flex; justify-content: space-between; align-items: center; gap: 8px; width: 100%; text-align: left; cursor: pointer; padding: 11px 12px; border-radius: 6px; border: 1px solid var(--line); background: transparent; font-size: 13px; transition: border-color .2s, background .2s; }
.sample-list button:hover { border-color: var(--line-2); }
.sample-list button.on { border-color: var(--a1-line); background: var(--a1-soft); }
.sample-list code { font-size: 11.5px; color: var(--ink-3); }

/* ---------- footer satu baris ---------- */
.footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer-in { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 32px; margin: 0 auto; font-size: 14px; }
.footer-links a { text-decoration: none; color: var(--ink-2); }
.footer-links a:hover { color: var(--ink); }
.footer-soc { display: flex; gap: 8px; }
.footer-soc a { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .06); color: var(--ink-2); }
.footer-soc a:hover { color: var(--ink); background: rgba(255, 255, 255, .1); }
.footer-soc svg { width: 14px; height: 14px; }
.footer-base { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12px; color: var(--ink-3); }

/* ---------- halaman Counsel ---------- */
.counsel-head { position: relative; padding: 130px 0 50px; isolation: isolate; overflow: clip; }
.counsel-head .band-bg { position: absolute; inset: 0; z-index: -1; }
.counsel-head .band-bg img { position: absolute; right: 0; top: 0; width: 70%; height: 100%; object-fit: cover; }
.counsel-head .band-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #000 25%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .4)), linear-gradient(180deg, transparent 60%, #000); }
.counsel-head h1 { margin: 0 0 12px; font-size: clamp(38px, 4.4vw, 58px); letter-spacing: -.03em; line-height: 1.08; font-weight: 700; }
.counsel-head .lead { margin-bottom: 24px; }
.counsel-main { padding: 10px 0 90px; }
.counsel-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 18px; align-items: start; }
.empty-state { border: 1px dashed var(--line-2); border-radius: 8px; padding: 56px 28px; text-align: center; color: var(--ink-2); }
.empty-state h3 { margin: 0 0 8px; color: var(--ink); font-size: 20px; font-weight: 600; }
.load-card { border-radius: 8px; background: var(--panel-solid); border: 1px solid var(--line); padding: 28px; display: grid; gap: 22px; }
.err-card { border-radius: 8px; background: rgba(255, 107, 91, .06); border: 1px solid rgba(255, 107, 91, .35); padding: 24px; }
.err-card h3 { margin: 0 0 6px; color: var(--alert); font-weight: 600; }
.err-card p { margin: 0; color: var(--ink-2); }

/* ---------- animasi masuk ---------- */
html.js .rv { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
html.js .rv.in { opacity: 1; transform: none; }
html.js .rv.d1 { transition-delay: .08s; } html.js .rv.d2 { transition-delay: .16s; } html.js .rv.d3 { transition-delay: .24s; }
.hero-copy > * { animation: rise 1s var(--ease) both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; } .hero-copy > *:nth-child(3) { animation-delay: .16s; } .hero-copy > *:nth-child(4) { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } }
@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- responsif ---------- */
@media (max-width: 1000px) {
  .nav-links { display: none; }
  .nav-right { margin-left: auto; }
  .stats { grid-template-columns: 1fr 1fr; }
  .nums { grid-template-columns: 1fr 1fr; }
  .nums > div:nth-child(3) { border-left: 0; }
  .nums > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ca-bar { grid-template-columns: minmax(0, 1fr) auto; }
  .ca-bar > * { min-width: 0; }
  .preview-grid, .counsel-layout { grid-template-columns: minmax(0, 1fr); }
  .preview-side { position: static; }
  .scene-bg img { width: 100%; }
  .crystal { opacity: .7; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .nav-in { height: 60px; gap: 10px; }
  .brand small, .nav-right .icon-btn { display: none; }
  .hero { min-height: 0; }
  .hero-in { padding-top: 96px; }
  .hero-bg img { object-position: 72% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .55) 45%, #000 100%); }
  .crystal { opacity: .5; }
  .wallet-form { flex-wrap: wrap; padding: 8px; }
  .wallet-form input { width: 100%; flex-basis: 100%; }
  .wallet-form .btn { width: 100%; }
  .ca-bar { grid-template-columns: minmax(0, 1fr); padding: 16px; margin: 0 var(--gut) 30px; }
  .ca-bar .ca-top { flex-direction: row; align-items: center; justify-content: space-between; }
  .ca-actions .btn { flex: 1; }
  .ca-bar .ca-follow { display: flex; justify-content: space-between; font-size: 13px; color: var(--ink-2); text-decoration: none; }
  .ca-card.live .ca-follow { display: none; }
  .stat { padding: 18px 10px 22px; }
  .stat img { width: 90px; height: 90px; }
  .stat b { font-size: 19px; }
  .nums > div { padding: 16px; min-height: 0; }
  .nums b { font-size: 24px; }
  .car-track { height: 420px; }
  .slide { width: 88vw; }
  .slide.prev, .slide.next { opacity: 0; }
  .slide .txt { left: 22px; right: 22px; top: auto; bottom: 26px; transform: none; }
  .slide::after { background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .9) 75%); }
  .car-arrow { display: none; }
  .finding { grid-template-columns: 1fr; gap: 8px; }
  .brief-head, .brief-body, .brief-foot { padding-left: 16px; padding-right: 16px; }
  .holdings .hide-sm { display: none; }
  .ledger-stats { grid-template-columns: 1fr 1fr; }
  .footer-in { flex-direction: column; align-items: flex-start; }
  .footer-links { margin: 0; flex-wrap: wrap; gap: 18px; }
}
