/* ============================================================
   HELIUM AI — COMPETITOR INTELLIGENCE REPORT 2026
   Design: Noir Editorial · Acid Lime + Dark Base
   Fonts: Outfit (display) + Instrument Serif (accent)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── Variables ── */
:root {
  --bg:         #080808;
  --bg-2:       #0F0F0F;
  --bg-3:       #161616;
  --bg-4:       #1E1E1E;
  --border:     #252525;
  --border-2:   #303030;
  --text:       #EDEAE5;
  --text-2:     #9E9890;
  --text-3:     #5C5650;
  --lime:       #C8FF00;
  --lime-2:     #A3D400;
  --lime-dim:   #1A2200;
  --red:        #FF4545;
  --amber:      #FFAA00;
  --blue:       #4B9EFF;
  --teal:       #00D4AA;
  --violet:     #9B6DFF;
  --font:       'Outfit', sans-serif;
  --font-serif: 'Instrument Serif', serif;
  --font-mono:  'JetBrains Mono', monospace;
  --r:          6px;
  --r-lg:       12px;
  --ease:       cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ── Noise Overlay ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
}

/* ── Navigation ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  background: rgba(8,8,8,0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
}
.nav-logo-dot {
  width: 8px; height: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--lime);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 8px var(--lime); }
  50%      { box-shadow: 0 0 20px var(--lime), 0 0 40px rgba(200,255,0,0.3); }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  padding: 6px 14px;
  border-radius: var(--r);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  transition: all 0.2s var(--ease);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--text);
  background: var(--bg-3);
}
.nav-links a.active {
  color: var(--lime);
}
.nav-badge {
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-mono);
  color: var(--lime);
  background: var(--lime-dim);
  border: 1px solid rgba(200,255,0,0.2);
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

/* ── Page Wrapper ── */
.page { padding-top: 64px; min-height: 100vh; }

/* ── Hero ── */
.hero {
  position: relative;
  padding: 100px 40px 80px;
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,255,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,255,0,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}
.hero-glow {
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse, rgba(200,255,0,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
  background: var(--lime-dim);
  border: 1px solid rgba(200,255,0,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 50%;
}
.hero-title {
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
  max-width: 900px;
}
.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.hero-sub {
  font-size: 18px;
  color: var(--text-2);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 48px;
}
.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-stat-num {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--lime);
  line-height: 1;
}
.hero-stat-label {
  font-size: 12px;
  color: var(--text-3);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Section ── */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}
.section-header {
  margin-bottom: 48px;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.section-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--text-2);
}
.section-desc {
  margin-top: 16px;
  font-size: 16px;
  color: var(--text-2);
  max-width: 600px;
  line-height: 1.7;
}

/* ── Divider ── */
.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 40px;
}

/* ── Cards Grid ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cards-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ── Card ── */
.card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  transition: all 0.25s var(--ease);
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200,255,0,0.03) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s var(--ease);
}
.card:hover {
  border-color: var(--border-2);
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.card:hover::before { opacity: 1; }

.card-accent {
  border-top: 2px solid var(--lime);
}
.card-accent-red   { border-top: 2px solid var(--red); }
.card-accent-blue  { border-top: 2px solid var(--blue); }
.card-accent-amber { border-top: 2px solid var(--amber); }
.card-accent-teal  { border-top: 2px solid var(--teal); }
.card-accent-violet{ border-top: 2px solid var(--violet); }

/* ── Competitor Card ── */
.comp-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all 0.25s var(--ease);
}
.comp-card:hover {
  border-color: var(--border-2);
  transform: translateY(-3px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
.comp-card-header {
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.comp-card-logo {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.comp-card-meta { flex: 1; }
.comp-card-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.comp-card-company {
  font-size: 12px;
  color: var(--text-3);
  font-weight: 500;
}
.comp-card-threat {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  flex-shrink: 0;
}
.threat-critical { background: rgba(255,69,69,0.15); color: var(--red); border: 1px solid rgba(255,69,69,0.25); }
.threat-high     { background: rgba(255,170,0,0.15); color: var(--amber); border: 1px solid rgba(255,170,0,0.25); }
.threat-medium   { background: rgba(75,158,255,0.15); color: var(--blue); border: 1px solid rgba(75,158,255,0.25); }
.threat-low      { background: rgba(200,255,0,0.1); color: var(--lime); border: 1px solid rgba(200,255,0,0.2); }

.comp-card-body { padding: 20px 28px; }
.comp-card-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 20px;
}
.comp-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.tag {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 20px;
  background: var(--bg-4);
  border: 1px solid var(--border);
  color: var(--text-2);
}
.comp-card-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.metric {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.metric-val {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}
.metric-key {
  font-size: 10px;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* ── Score Bar ── */
.score-bar-wrap {
  margin-bottom: 12px;
}
.score-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-2);
  margin-bottom: 6px;
}
.score-bar-label span:last-child {
  font-family: var(--font-mono);
  color: var(--text);
  font-weight: 500;
}
.score-bar-track {
  height: 4px;
  background: var(--bg-4);
  border-radius: 2px;
  overflow: hidden;
}
.score-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: var(--lime);
  transition: width 1s var(--ease);
}
.score-bar-fill.red    { background: var(--red); }
.score-bar-fill.amber  { background: var(--amber); }
.score-bar-fill.blue   { background: var(--blue); }
.score-bar-fill.teal   { background: var(--teal); }
.score-bar-fill.violet { background: var(--violet); }

/* ── Table ── */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
thead tr {
  background: var(--bg-3);
  border-bottom: 1px solid var(--border);
}
thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-2);
  white-space: nowrap;
}
thead th:first-child { color: var(--text); }
tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: var(--bg-3); }
tbody td {
  padding: 14px 18px;
  color: var(--text-2);
  vertical-align: middle;
}
tbody td:first-child {
  color: var(--text);
  font-weight: 600;
}
.check { color: var(--lime); font-size: 16px; }
.cross { color: var(--red); font-size: 16px; }
.partial { color: var(--amber); font-size: 16px; }
.helium-row { background: rgba(200,255,0,0.04) !important; }
.helium-row td:first-child { color: var(--lime) !important; }

/* ── SWOT ── */
.swot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.swot-cell {
  padding: 32px;
  background: var(--bg-2);
}
.swot-cell:nth-child(1) { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.swot-cell:nth-child(2) { border-bottom: 1px solid var(--border); }
.swot-cell:nth-child(3) { border-right: 1px solid var(--border); }
.swot-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.swot-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.swot-cell:nth-child(1) .swot-label,
.swot-cell:nth-child(1) .swot-title { color: var(--lime); }
.swot-cell:nth-child(2) .swot-label,
.swot-cell:nth-child(2) .swot-title { color: var(--red); }
.swot-cell:nth-child(3) .swot-label,
.swot-cell:nth-child(3) .swot-title { color: var(--blue); }
.swot-cell:nth-child(4) .swot-label,
.swot-cell:nth-child(4) .swot-title { color: var(--amber); }
.swot-list li {
  font-size: 14px;
  color: var(--text-2);
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.swot-list li:last-child { border-bottom: none; }
.swot-list li::before {
  content: '→';
  color: var(--text-3);
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Timeline ── */
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 8px; bottom: 8px;
  width: 1px;
  background: var(--border);
}
.timeline-item {
  position: relative;
  margin-bottom: 32px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -28px; top: 6px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px rgba(200,255,0,0.4);
}
.timeline-date {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--lime);
  font-weight: 500;
  margin-bottom: 6px;
}
.timeline-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.timeline-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* ── Insight Box ── */
.insight {
  background: var(--lime-dim);
  border: 1px solid rgba(200,255,0,0.2);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.insight-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.insight-text {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.7;
}
.insight-text strong { color: var(--lime); font-weight: 600; }

/* ── Pill Tabs ── */
.tabs {
  display: flex;
  gap: 4px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 4px;
  width: fit-content;
  margin-bottom: 32px;
}
.tab-btn {
  padding: 8px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.2s var(--ease);
  font-family: var(--font);
}
.tab-btn.active,
.tab-btn:hover {
  background: var(--bg-4);
  color: var(--text);
}
.tab-btn.active { color: var(--lime); }

/* ── Radar / Bubble Chart placeholder ── */
.chart-container {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px;
  position: relative;
  overflow: hidden;
}

/* ── Market Map ── */
.market-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.market-map-axis-x,
.market-map-axis-y {
  position: absolute;
  background: var(--border);
}
.market-map-axis-x {
  left: 0; right: 0;
  top: 50%; height: 1px;
}
.market-map-axis-y {
  top: 0; bottom: 0;
  left: 50%; width: 1px;
}
.market-map-label {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-3);
  font-family: var(--font-mono);
}
.bubble {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s var(--ease);
  transform: translate(-50%, -50%);
}
.bubble:hover { transform: translate(-50%, -50%) scale(1.1); }
.bubble-label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  color: var(--text-2);
}

/* ── Recommendation Card ── */
.rec-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.2s var(--ease);
}
.rec-card:hover {
  border-color: var(--border-2);
  transform: translateX(4px);
}
.rec-num {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--border-2);
  line-height: 1;
  flex-shrink: 0;
  font-family: var(--font-mono);
}
.rec-content {}
.rec-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.rec-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
}
.rec-priority {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}
.priority-high   { background: rgba(255,69,69,0.1); color: var(--red); border: 1px solid rgba(255,69,69,0.2); }
.priority-medium { background: rgba(255,170,0,0.1); color: var(--amber); border: 1px solid rgba(255,170,0,0.2); }
.priority-low    { background: rgba(75,158,255,0.1); color: var(--blue); border: 1px solid rgba(75,158,255,0.2); }

/* ── Footer ── */
.footer {
  border-top: 1px solid var(--border);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy {
  font-size: 13px;
  color: var(--text-3);
}
.footer-copy strong { color: var(--text-2); }
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-links a {
  font-size: 13px;
  color: var(--text-3);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--lime); }

/* ── Utility ── */
.text-lime   { color: var(--lime); }
.text-red    { color: var(--red); }
.text-amber  { color: var(--amber); }
.text-blue   { color: var(--blue); }
.text-teal   { color: var(--teal); }
.text-violet { color: var(--violet); }
.text-muted  { color: var(--text-2); }
.text-dim    { color: var(--text-3); }
.mono        { font-family: var(--font-mono); }
.serif       { font-family: var(--font-serif); }
.bold        { font-weight: 700; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.gap-8  { gap: 8px; }
.gap-16 { gap: 16px; }
.flex   { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.w-full { width: 100%; }

/* ── Animations ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }
.fade-up-delay-4 { transition-delay: 0.4s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cards-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { padding: 60px 20px 60px; }
  .section { padding: 60px 20px; }
  .divider { margin: 0 20px; }
  .cards-grid,
  .cards-grid-3,
  .cards-grid-2 { grid-template-columns: 1fr; }
  .swot-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .footer { padding: 32px 20px; flex-direction: column; align-items: flex-start; }
  .comp-card-metrics { grid-template-columns: repeat(2, 1fr); }
}

/* ── Page-specific: Comparison Table ── */
.sticky-col {
  position: sticky;
  left: 0;
  background: var(--bg-2);
  z-index: 2;
}
thead .sticky-col { background: var(--bg-3); }
.helium-col { background: rgba(200,255,0,0.04) !important; }
thead .helium-col { background: rgba(200,255,0,0.08) !important; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border-2); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--text-3); }