@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Space+Mono:wght@400;700&family=Sohne:wght@400;500&display=swap");:root{--bg:#0a0b0d;--surface:#131519;--surface-2:#1a1d23;--border:#24272e;--text:#f0f1f3;--text-dim:#8b909a;--text-faint:#565b66;--mint:#4fd1c5;--mint-soft:#2a4f4a;--violet:#a78bfa;--violet-soft:#2e2a4f;--amber:#f6a04d;--green:#4ade80;--red:#f87171;--radius:18px;--radius-sm:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Sohne,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 12% 8%,rgba(79,209,197,.06),transparent 38%),radial-gradient(circle at 88% 4%,rgba(167,139,250,.06),transparent 36%);background-attachment:fixed;min-height:100vh}.display{font-family:Fraunces,Georgia,serif;font-weight:500;letter-spacing:-.01em}.mono{font-family:Space Mono,monospace}.wrap{max-width:760px;margin:0 auto;padding:28px 18px 80px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.topbar .brand{font-family:Fraunces,serif;font-size:23px;font-weight:600;letter-spacing:-.02em}.topbar .brand span{color:var(--mint)}.topbar .meta{font-size:12px;color:var(--text-faint);font-family:Space Mono,monospace}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.card,.card-title{margin-bottom:16px}.card-title{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim);font-weight:500}.hero-value{font-family:Fraunces,serif;font-size:46px;font-weight:600;line-height:1;letter-spacing:-.02em}.sub{color:var(--text-dim);font-size:14px}.row{display:flex;align-items:center;justify-content:space-between}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.pos{color:var(--green)}.neg{color:var(--red)}.mint{color:var(--mint)}.violet{color:var(--violet)}.amber{color:var(--amber)}.dim{color:var(--text-dim)}.tabs{display:flex;gap:6px;background:var(--surface-2);padding:5px;margin-bottom:22px}.tab,.tabs{border-radius:999px}.tab{flex:1 1;text-align:center;padding:11px;font-size:14px;font-weight:500;cursor:pointer;color:var(--text-dim);border:none;background:transparent;transition:all .18s ease}.tab.active{background:var(--bg);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.4)}.holding-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.holding-row:last-child{border-bottom:none}.badge{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:11px;font-weight:700;color:#0a0b0d}.holding-name{font-weight:500;font-size:15px}.holding-sub{font-size:12.5px;color:var(--text-faint);font-family:Space Mono,monospace;margin-top:2px}.progress-track{height:14px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin:14px 0 10px}.progress-fill{height:100%;border-radius:999px;transition:width .6s ease}.stat-line{display:flex;justify-content:space-between;padding:9px 0;font-size:14.5px}.stat-line+.stat-line{border-top:1px solid var(--border)}.pill{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);padding:7px 13px;border-radius:999px;font-size:12.5px;font-weight:500}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.legend{flex-direction:column}.legend,.legend-item{display:flex;gap:10px}.legend-item{align-items:center;font-size:14px}.dot{width:11px;height:11px;border-radius:3px;flex-shrink:0}.footer-note{text-align:center;color:var(--text-faint);font-size:11.5px;margin-top:30px;line-height:1.7}.footer-note,.stale{font-family:Space Mono,monospace}.stale{color:var(--amber);font-size:11px}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:480px){.grid-2{grid-template-columns:1fr}.hero-value{font-size:38px}}