/* ============================================================
 * DeFi Arena — OKX dark theme
 * Pure black bg, hairline white-alpha rules, lime accent.
 * ============================================================ */

:root {
  --bg:        #000;
  --bg-1:      #0d0d0d;
  --bg-2:      #161616;
  --bg-3:      #1f1f1f;
  --line:      rgba(255,255,255,0.08);
  --line-2:    rgba(255,255,255,0.14);
  --text:      #ffffff;
  --text-2:    #a3a3a3;
  --text-3:    #6e6e6e;
  --lime:      #bcff2f;
  --lime-2:    #d2ff66;
  --lime-dim:  rgba(188,255,47,0.12);
  --green:     #4ad36b;
  --rose:      #ff5474;
  --rose-bg:   rgba(255,84,116,0.16);
  --green-bg:  rgba(74,211,107,0.16);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: var(--okds-font-sans);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "tnum" 1, "ss01" 1;
}
button { font-family: inherit; font-feature-settings: inherit; color: inherit; }

.app { min-height: 100vh; display: flex; flex-direction: column; background: var(--bg); }
.shell { max-width: min(1800px, 95vw); width: 100%; margin: 0 auto; padding: 0 32px; }
.brand-link,
.brand-link:link,
.brand-link:visited { color: inherit; text-decoration: none; transition: color 0.12s ease; }
.brand-link:hover,
.brand-link:focus { color: var(--lime); text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 3px; }

/* ── Top bar ─────────────────────────────────────────────── */
.topbar { border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 0; z-index: 50; }
.topbar-inner { display: flex; align-items: center; height: 56px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.brand-mark { width: 28px; height: 28px; background: var(--lime); border-radius: 6px; display: grid; place-items: center; }
.brand-mark svg path, .brand-mark svg circle { stroke: #000; }
.brand-mark svg circle.fill { fill: #000; }
.brand-name { font-weight: 700; font-size: 16px; letter-spacing: -0.4px; color: var(--text); }
.brand-sub { font-weight: 400; font-size: 12px; color: var(--text-3); margin-left: 2px; }
.nav { display: flex; align-items: center; gap: 0; flex: 1; }
.nav-item { position: relative; padding: 0 14px; height: 56px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 500; color: var(--text-2); background: transparent; border: 0; cursor: pointer; transition: color 0.15s ease; letter-spacing: -0.1px; }
.nav-item:hover { color: var(--text); }
.nav-item.is-active { color: var(--text); font-weight: 600; }
.nav-item.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -1px; height: 2px; background: var(--lime); }
.topbar-actions { display: flex; align-items: center; gap: 4px; }
.icon-btn { width: 36px; height: 36px; border-radius: 8px; background: transparent; border: 0; display: grid; place-items: center; color: var(--text-2); cursor: pointer; transition: background 0.12s ease, color 0.12s ease; }
.icon-btn:hover { background: var(--bg-2); color: var(--text); }
.cta-btn { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-radius: 999px; background: var(--lime); color: #000; border: 0; font-weight: 600; font-size: 13px; cursor: pointer; letter-spacing: -0.1px; }
.cta-btn:hover { background: var(--lime-2); }
.avatar-btn { width: 32px; height: 32px; border-radius: 999px; background: var(--bg-3); display: grid; place-items: center; color: var(--lime); border: 0; cursor: pointer; font-size: 12px; font-weight: 700; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { padding: 36px 0 20px; }
.hero h1 { font-size: 44px; line-height: 48px; letter-spacing: -1.6px; font-weight: 700; margin: 0 0 6px; color: var(--text); }
.hero h1 .accent-block { display: inline-block; background: var(--lime); color: #000; padding: 0 8px; border-radius: 4px; margin-right: 4px; }
.hero-sub { font-size: 14px; color: var(--text-2); display: flex; align-items: center; gap: 6px; max-width: 720px; line-height: 22px; }
.hero-sub b { font-weight: 600; color: var(--text); }
.hero-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.hero-meta { display: flex; gap: 36px; text-align: right; align-items: flex-start; padding-top: 4px; }
.hero-meta .stat-label { white-space: nowrap; }

.kpi-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 28px; }
.kpi { padding: 18px 24px 18px 0; border-right: 1px solid var(--line); }
.kpi:last-child { border-right: 0; padding-right: 0; }
.kpi:not(:first-child) { padding-left: 24px; }
.kpi-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; font-weight: 500; color: var(--text-3); margin-bottom: 8px; }
.kpi-value { font-size: 26px; font-weight: 700; letter-spacing: -0.6px; font-variant-numeric: tabular-nums; display: flex; align-items: baseline; gap: 8px; color: var(--text); }
.kpi-sub { font-size: 12px; color: var(--text-3); margin-top: 4px; font-variant-numeric: tabular-nums; }
.kpi-sub.is-up { color: var(--green); }
.kpi-sub.is-down { color: var(--rose); }

/* ── Range pills + filter ────────────────────────────────── */
.range-row { display: inline-flex; border: 1px solid var(--line-2); border-radius: 999px; padding: 2px; background: var(--bg-1); }
.range-pill { padding: 5px 14px; font-size: 12px; font-weight: 600; border-radius: 999px; background: transparent; border: 0; color: var(--text-2); cursor: pointer; letter-spacing: 0.2px; }
.range-pill.is-active { background: var(--lime); color: #000; }
.range-pill:hover:not(.is-active) { color: var(--text); }
.filter-btn { display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; height: 30px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; color: var(--text); }
.filter-btn:hover { background: var(--bg-2); }
.benchmark-row { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 12px; color: var(--text-3); }
.benchmark-row .seg { padding: 4px 10px; font-size: 12px; font-weight: 500; background: transparent; color: var(--text-2); border: 0; border-radius: 4px; cursor: pointer; }
.benchmark-row .seg.is-active { color: var(--text); font-weight: 600; background: var(--bg-2); }

/* ── Section head ────────────────────────────────────────── */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; padding: 24px 0 12px; gap: 16px; }
.sec-title { font-size: 13px; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase; color: var(--text); }
.sec-sub { font-size: 12px; color: var(--text-3); margin-top: 2px; font-variant-numeric: tabular-nums; }
.sec-actions { display: flex; gap: 8px; align-items: center; }

.main { display: grid; grid-template-columns: 1fr 360px; gap: 48px; padding: 0 0 64px; align-items: start; }

/* ── Chart ───────────────────────────────────────────────── */
.chart-wrap { padding: 8px 0 16px; position: relative; background: var(--bg); }
.chart-svg { width: 100%; display: block; overflow: visible; }
.chart-hint { font-size: 11px; color: var(--text-3); padding: 0 0 12px; letter-spacing: 0.1px; }
.tooltip { position: absolute; background: var(--bg-3); color: var(--text); border: 1px solid var(--line-2); padding: 10px 12px; border-radius: 6px; font-size: 11px; font-weight: 500; white-space: nowrap; pointer-events: none; transform: translate(-50%, calc(-100% - 10px)); z-index: 5; font-feature-settings: "tnum" 1; }
.tooltip-row { display: flex; align-items: center; gap: 6px; }
.tooltip-dot { width: 8px; height: 8px; border-radius: 999px; }

/* ── Agent chips ─────────────────────────────────────────── */
.agents-row { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; padding: 12px 0 0; border-top: 1px solid var(--line); margin-top: 4px; padding-bottom: 4px; }
.agents-row-label { font-size: 11px; font-weight: 600; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.6px; margin-right: 8px; }
.agent-chip { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px 5px 5px; height: 30px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg-1); font-size: 12px; font-weight: 600; cursor: pointer; transition: background 0.12s, border-color 0.12s; color: var(--text); letter-spacing: -0.1px; }
.agent-chip:hover { background: var(--bg-2); }
.agent-chip.is-active { border-color: var(--lime); background: var(--lime-dim); color: var(--text); }
.agent-chip.is-muted { opacity: 0.4; }
.agent-chip.is-muted .agent-dot { opacity: 0.5; }
.agent-chip-more { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 999px; border: 1px dashed var(--line-2); background: transparent; font-size: 12px; color: var(--text-3); cursor: pointer; font-weight: 600; }
.agent-dot { width: 20px; height: 20px; border-radius: 999px; display: grid; place-items: center; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: -0.2px; flex: none; box-shadow: 0 0 0 1px rgba(255,255,255,0.06); }

/* ── PNL pills ───────────────────────────────────────────── */
.pnl { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 4px; font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -0.1px; }
.pnl-up { background: var(--green-bg); color: var(--green); }
.pnl-down { background: var(--rose-bg); color: var(--rose); }
.pnl-flat { background: var(--bg-2); color: var(--text-3); }

/* ── Activity feed ───────────────────────────────────────── */
.activity-head-bar { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 12px; border-bottom: 1px solid var(--line); }
.activity { max-height: 760px; overflow-y: auto; }
.activity::-webkit-scrollbar { width: 6px; }
.activity::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 999px; }
.activity-item { display: flex; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); cursor: pointer; transition: background 0.1s ease; }
.activity-item:last-child { border-bottom: 0; }
.activity-item:hover { background: var(--bg-1); }
.activity-item.is-new { animation: slideIn 0.5s ease; }
@keyframes slideIn { from { opacity: 0; transform: translateY(-6px); background: var(--lime-dim); } to { opacity: 1; transform: none; background: transparent; } }
.activity-body { flex: 1; min-width: 0; }
.activity-head { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.activity-name { font-size: 12px; font-weight: 600; letter-spacing: -0.1px; color: var(--text); }
.activity-meta { display: flex; align-items: center; gap: 8px; margin-left: auto; font-size: 11px; color: var(--text-3); font-variant-numeric: tabular-nums; }
.activity-tag { display: inline-flex; align-items: center; height: 16px; padding: 0 6px; border-radius: 3px; font-size: 10px; font-weight: 700; letter-spacing: 0.4px; }
.activity-tag.is-trade { background: var(--lime); color: #000; }
.activity-tag.is-stake { background: var(--bg-3); color: var(--lime); }
.activity-tag.is-think { background: var(--bg-2); color: var(--text-3); }
.activity-text { font-size: 12px; line-height: 18px; color: var(--text-2); overflow-wrap: anywhere; word-break: break-word; }
.activity-text b { color: var(--text); font-weight: 600; }
.activity-text .more { color: var(--lime); cursor: pointer; }
.activity-asterisks { font-size: 11px; color: var(--text-3); padding: 14px 0 0; border-top: 1px solid var(--line); }
.activity-asterisks code { background: var(--bg-2); color: var(--lime); padding: 1px 5px; border-radius: 3px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 11px; }

.live-indicator { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; letter-spacing: 0.6px; color: var(--lime); text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--lime); animation: pulse 1.6s ease-in-out infinite; box-shadow: 0 0 8px var(--lime); }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.4); } }

/* ── Leaderboard ─────────────────────────────────────────── */
.leaderboard { width: 100%; border-collapse: collapse; font-size: 13px; }
.leaderboard th { text-align: left; padding: 12px 12px; font-size: 10px; font-weight: 700; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg); position: sticky; top: 56px; white-space: nowrap; cursor: pointer; user-select: none; }
.leaderboard th:first-child { padding-left: 0; }
.leaderboard th:last-child { padding-right: 0; }
.leaderboard th:hover { color: var(--text); }
.leaderboard th.is-num { text-align: right; }
.leaderboard th.sorted { color: var(--text); }
.leaderboard td { padding: 16px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; font-variant-numeric: tabular-nums; color: var(--text); }
.leaderboard td:first-child { padding-left: 0; }
.leaderboard td:last-child { padding-right: 0; }
.leaderboard tr { cursor: pointer; transition: background 0.1s; }
.leaderboard tbody tr:hover { background: var(--lime-dim); }
.lb-rank { width: 36px; font-weight: 700; color: var(--text-3); font-variant-numeric: tabular-nums; font-size: 13px; }
.lb-rank.top1 { color: var(--text); }
.lb-rank.top1::before { content: ""; display: inline-block; width: 4px; height: 14px; background: var(--lime); margin-right: 8px; vertical-align: -2px; }
.lb-name { display: flex; align-items: center; gap: 12px; }
.lb-name-text { display: flex; flex-direction: column; }
.lb-name-text b { font-weight: 600; font-size: 14px; letter-spacing: -0.2px; color: var(--text); }
.lb-name-text span { font-size: 11px; color: var(--text-3); }
.lb-num { text-align: right; font-weight: 500; font-size: 13px; }
.lb-num.is-strong { font-weight: 600; font-size: 14px; letter-spacing: -0.2px; }
.lb-spark { width: 100px; height: 32px; }
.lb-pnl { text-align: right; }
.lb-pnl .pnl { float: right; }

/* ── Detail page ─────────────────────────────────────────── */
.detail-back { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; color: var(--text-3); font-size: 12px; font-weight: 500; cursor: pointer; margin-top: 20px; padding: 4px 0; }
.detail-back:hover { color: var(--text); }
.detail-hero { display: flex; justify-content: space-between; align-items: flex-end; padding: 16px 0 24px; gap: 32px; }
.detail-hero-title { display: flex; align-items: center; gap: 16px; }
.detail-hero h1 { font-size: 36px; line-height: 40px; letter-spacing: -1px; font-weight: 700; margin: 0 0 4px; color: var(--text); }
.detail-hero-sub { font-size: 13px; color: var(--text-3); display: flex; align-items: center; gap: 8px; }
.detail-stats { display: flex; gap: 36px; text-align: right; }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--text-3); font-weight: 600; margin-bottom: 6px; }
.stat-value { font-size: 24px; font-weight: 700; letter-spacing: -0.6px; font-variant-numeric: tabular-nums; color: var(--text); }
.stat-value.is-up { color: var(--green); }
.stat-value.is-down { color: var(--rose); }

.kv-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kv { padding: 18px 24px 18px 0; border-right: 1px solid var(--line); }
.kv:last-child { border-right: 0; padding-right: 0; }
.kv:not(:first-child) { padding-left: 24px; }
.kv-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--text-3); font-weight: 600; margin-bottom: 8px; }
.kv-value { font-size: 22px; font-weight: 700; letter-spacing: -0.4px; font-variant-numeric: tabular-nums; color: var(--text); }
.kv-sub { font-size: 12px; color: var(--text-3); margin-top: 4px; font-variant-numeric: tabular-nums; }

.row-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.row-table th { text-align: left; padding: 12px 0; font-size: 10px; font-weight: 700; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.6px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.row-table th:not(:first-child) { padding-left: 12px; }
.row-table th.is-num { text-align: right; padding-right: 0; }
.row-table td { padding: 14px 0; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; vertical-align: middle; color: var(--text); }
.row-table td:not(:first-child) { padding-left: 12px; }
.row-table tbody tr { cursor: pointer; transition: background 0.1s; }
.row-table tbody tr:hover { background: var(--lime-dim); }
.row-table tbody tr:last-child td { border-bottom: 0; }
.row-table .protocol-cell { display: flex; align-items: center; gap: 12px; }
.protocol-icon { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 700; flex: none; letter-spacing: -0.2px; box-shadow: 0 0 0 1px rgba(255,255,255,0.06); }
.protocol-icon-img { object-fit: cover; background: #fff; padding: 2px; }
.protocol-cell-text { display: flex; flex-direction: column; }
.protocol-cell-text b { font-weight: 600; font-size: 14px; letter-spacing: -0.2px; color: var(--text); }
.protocol-cell-text span { font-size: 11px; color: var(--text-3); }

/* ── Reasoning blocks ────────────────────────────────────── */
.reasoning { padding: 18px 0; border-bottom: 1px solid var(--line); }
.reasoning:last-child { border-bottom: 0; }
.reasoning-head { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.reasoning-time { font-size: 11px; color: var(--text-3); margin-left: auto; font-variant-numeric: tabular-nums; }
.reasoning-text { font-size: 14px; line-height: 22px; color: var(--text); }
.reasoning-cmd { margin-top: 10px; padding: 12px 14px; background: var(--bg-1); border: 1px solid var(--line); color: var(--lime); border-radius: 8px; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 12px; line-height: 18px; display: flex; align-items: flex-start; gap: 10px; overflow-x: auto; }
.reasoning-cmd-prompt { color: var(--text-3); user-select: none; }

/* ── Methodology ─────────────────────────────────────────── */
.methodology-grid { display: grid; grid-template-columns: 220px 1fr; gap: 64px; padding: 16px 0 64px; }
.methodology-toc { position: sticky; top: 88px; align-self: start; display: flex; flex-direction: column; gap: 2px; }
.methodology-toc a { display: block; padding: 6px 12px; font-size: 13px; font-weight: 500; color: var(--text-3); text-decoration: none; border-radius: 4px; border-left: 2px solid transparent; letter-spacing: -0.1px; }
.methodology-toc a:hover { color: var(--text); }
.methodology-toc a.is-active { color: var(--text); border-left-color: var(--lime); background: var(--lime-dim); font-weight: 600; }
.methodology-content h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.6px; margin: 32px 0 12px; color: var(--text); }
.methodology-content h2:first-child { margin-top: 0; }
.methodology-content p { font-size: 15px; line-height: 24px; color: var(--text-2); margin: 0 0 12px; }
.methodology-content ul { padding-left: 20px; margin: 0 0 16px; }
.methodology-content li { font-size: 15px; line-height: 24px; color: var(--text-2); margin-bottom: 6px; }
.methodology-content b { color: var(--text); }
.methodology-content code, .inline-code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; background: var(--bg-2); color: var(--lime); padding: 1px 6px; border-radius: 3px; }
.methodology-cmd { background: var(--bg-1); border: 1px solid var(--line); color: var(--text); padding: 16px 20px; border-radius: 12px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; line-height: 22px; margin: 12px 0 20px; overflow-x: auto; }
.methodology-cmd .c-comment { color: var(--text-3); }
.methodology-cmd .c-prompt { color: var(--lime); user-select: none; }
.methodology-cmd .c-flag { color: #ffb45c; }
.methodology-cmd .c-string { color: var(--lime-2); }

.dot-sep { width: 3px; height: 3px; border-radius: 999px; background: var(--text-3); display: inline-block; }
.tag { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 3px; background: var(--bg-2); color: var(--text-3); font-size: 10px; font-weight: 700; letter-spacing: 0.4px; }
.tag.is-real { background: var(--green-bg); color: var(--green); }

.empty { padding: 64px 0; text-align: center; color: var(--text-3); font-size: 14px; }
.spark { display: block; }

.footer-rule { border-top: 1px solid var(--line); margin-top: 48px; padding: 20px 0 32px; font-size: 11px; color: var(--text-3); display: flex; justify-content: space-between; }

/* ── Protocols grid ──────────────────────────────────────── */
.protocols-section { padding: 48px 0 0; border-top: 1px solid var(--line); margin-top: 24px; }
.proto-count-pill { display: inline-flex; align-items: center; height: 26px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--bg-1); font-size: 12px; color: var(--text-2); font-weight: 500; letter-spacing: -0.1px; font-variant-numeric: tabular-nums; }

.protocols-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 8px; }
.protocol-card { padding: 18px 20px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; transition: background 0.12s ease; display: flex; flex-direction: column; gap: 10px; }
.protocol-card:hover { background: var(--bg-1); }
.protocol-card-head { display: flex; align-items: center; gap: 10px; }
.protocol-card-title { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.protocol-card-title b { font-size: 14px; font-weight: 600; letter-spacing: -0.3px; color: var(--text); margin-bottom: 2px; }
.protocol-card-title span { font-size: 11px; color: var(--text-3); font-weight: 500; letter-spacing: 0.1px; }
.protocol-card-apy { font-size: 16px; font-weight: 700; color: var(--lime); font-variant-numeric: tabular-nums; letter-spacing: -0.4px; align-self: flex-start; padding-top: 2px; }
.protocol-card-blurb { font-size: 12px; line-height: 18px; color: var(--text-2); flex: 1; letter-spacing: -0.05px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.protocol-card-foot { display: flex; align-items: center; gap: 10px; padding-top: 8px; border-top: 1px solid var(--line); font-size: 11px; }
.protocol-card-tvl { color: var(--text); font-weight: 600; font-variant-numeric: tabular-nums; }
.protocol-card-using { color: var(--text-3); font-weight: 500; }
.protocol-card-url { margin-left: auto; color: var(--text-3); font-weight: 500; transition: color 0.12s ease; font-size: 10.5px; }
.protocol-card:hover .protocol-card-url { color: var(--lime); }
