/* ================= BASE ================= */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at top right, var(--glow-soft), transparent 30%),
    radial-gradient(circle at top left, var(--glow-alt), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 🔥 LINK SYSTEM */
a {
  color: var(--pink);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--purple);
}

img {
  display: block;
  width: 100%;
}

.page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px;
}

/* ================= HEADER ================= */

.topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(16px);
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  border-bottom: 1px solid var(--stroke);
}

.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  min-width: 0;
}

/* 🔥 BADGE FIX */
.brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--grad-primary);
  box-shadow:
    0 10px 25px var(--glow-mid),
    0 20px 50px rgba(0,0,0,0.35);
  font-size: 1.15rem;
}

/* 🔥 BRAND TEXT */
.topbar .brand-copy {
  min-width: 0;
  text-decoration: none;
  color: var(--text);
  display: inline-flex;
  flex-direction: column;
}

.topbar .brand-copy:hover {
  color: var(--text);
}

.brand-copy small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 600;
  margin-top: 2px;
}

/* ================= ACTIONS ================= */

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* 🔥 FORCE HEADER LINKS TO THEME */
.topbar a,
.topbar a:link,
.topbar a:visited,
.topbar a:hover,
.topbar a:active {
  color: var(--text);
}
.pill,
.ghost-btn,
.solid-btn,
.chip {
  border: 0;
  color: var(--text);
  cursor: pointer;
  transition: 0.22s ease;
}

.pill {
  background: var(--card-2);
  border: 1px solid var(--stroke);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.ghost-btn,
.solid-btn {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.95rem;
}

.ghost-btn {
  background: var(--card);
  border: 1px solid var(--stroke);
}

.solid-btn {
  background: var(--grad-primary);
  box-shadow: var(--glow-mid);
}

.pill:hover,
.ghost-btn:hover,
.chip:hover,
.tag-card:hover,
.model-card:hover,
.hero-card:hover,
.insight-stat:hover,
.mini-panel:hover,
.accordion-item:hover {
  transform: translateY(-2px);
  border-color: var(--stroke-strong, var(--stroke));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.95fr);
  gap: 20px;
  margin-top: 20px;
}

.hero-card,
.side-hero-card,
.section-card,
.accordion-item,
.mini-panel,
.tag-card,
.model-card,
.insight-stat {
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  z-index: 0;
  border-radius: 28px;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero-card::before,
.hero-card::after {
  pointer-events: none;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.05) 0%,
      rgba(0,0,0,0.65) 65%,
      rgba(0,0,0,0.92) 100%
    ),
    var(--grad-primary-soft, transparent);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px var(--stroke),
    var(--glow-soft, none);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 24px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--card-2);
  border: 1px solid var(--stroke);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
}

.hero-title {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.03;
  font-weight: 900;
  margin: 0 0 10px;
  max-width: 12ch;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hero-sub {
  color: var(--text-soft, var(--text));
  font-size: 1rem;
  line-height: 1.6;
  max-width: 62ch;
  margin: 0 0 16px;
  opacity: 0.9;
}

.hero-meta,
.card-meta,
.tag-meta,
.stats-grid,
.mini-panel-grid,
.metric-row,
.chip-row,
.button-row,
.section-head,
.accordion-head {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-meta .pill {
  background: var(--card-2);
}

.button-row {
  margin-top: 18px;
}

.side-hero {
  display: grid;
  gap: 16px;
}

.side-hero-card {
  position: relative;
  border-radius: var(--radius);
  padding: 18px;
  min-height: 142px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: 0.25s ease;
}

.side-hero-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.side-hero-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  filter: blur(6px);
}

.side-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.4)
  );
}

.side-hero-card .card-content {
  position: relative;
  z-index: 1;
}

.side-hero-card.stat-card {
  background: var(--card-2);
}

.side-hero-card h3,
.mini-panel h3,
.section-head h2,
.accordion-head h3,
.tag-card h3,
.model-card h3 {
  margin: 0;
  color: var(--text);
}

.side-hero-card p,
.mini-panel p,
.tag-card p,
.model-card p,
.section-head p,
.accordion-body p,
.helper-copy,
.eyebrow,
.tiny,
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: var(--muted);
}

.eyebrow.glow {
  color: var(--pink);
  font-weight: 600;
}

.big-stat {
  font-size: 1.6rem;
  margin: 6px 0;
  color: var(--text);
}

.tiny {
  font-size: 0.85rem;
}

.muted {
  color: var(--muted);
}

.helper-copy {
  margin-top: 22px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--muted);
}

.section {
  margin-top: 28px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 14px;
}

.section-head > div:first-child {
  min-width: 0;
}

.section-head h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 850;
  margin-bottom: 4px;
  color: var(--text);
}

.section-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rail-wrap {
  position: relative;
}

.rail-controls {
  position: absolute;
  right: 14px;
  top: -42px;
  display: flex;
  gap: 8px;
}

.rail-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: var(--card-2);
  color: var(--text);
  cursor: pointer;
  font-size: 1.1rem;
  transition: 0.22s ease;
}

.rail-btn:hover {
  transform: translateY(-2px);
  border-color: var(--stroke-strong, var(--stroke));
  box-shadow: var(--shadow);
}

.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.rail::-webkit-scrollbar {
  display: none;
}
.model-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  scroll-snap-align: start;
  min-height: 360px;
  display: grid;
  grid-template-rows: 220px auto;
  transition: 0.25s ease;
}

.model-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow);
}

.model-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  box-shadow: var(--glow-mid);
  transition: 0.25s;
  pointer-events: none;
}

.model-card:hover::after {
  opacity: 1;
}

.model-thumb {
  position: relative;
  overflow: hidden;
  background: var(--card-2);
}

.model-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.85) 100%
  );
  pointer-events: none;
}

.model-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.model-card:hover .model-thumb img,
.hero-card:hover .hero-bg {
  transform: scale(1.06);
}

.badge-stack {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 3;
}

.badge {
  background: var(--card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--stroke);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--text);
}

.badge.highlight {
  border: none;
  box-shadow: var(--glow-soft);
}

.badge.highlight.hot {
  background: var(--grad-primary);
}

.badge.highlight.warm {
  background: var(--grad-secondary, var(--grad-primary));
}

.badge.highlight.fresh {
  background: var(--grad-accent, var(--grad-primary));
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 0 rgba(255,62,166,0.6);
  animation: pulse 1.8s infinite;
  display: inline-block;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,62,166,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,62,166,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,62,166,0); }
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.card-topline h3 {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
}

.viewer-number {
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
  font-size: 0.85rem;
  opacity: 0.9;
}

.card-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.chip-row {
  gap: 8px;
}

.chip {
  background: var(--card-2);
  border: 1px solid var(--stroke);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 2px 3px;
  vertical-align: middle;
  color: var(--text);
  transition: 0.2s ease;
}

.chip:hover {
  background: var(--card);
  border-color: var(--stroke-strong, var(--stroke));
  transform: translateY(-1px);
}

.card-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  align-items: center;
  color: var(--muted);
  font-size: 0.83rem;
}

.card-cta {
  color: var(--pink);
  font-weight: 800;
}
.model-card:hover .card-cta {
  color: var(--text);
}

.thumb-viewers {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background: var(--card);
  border: 1px solid var(--stroke);
  backdrop-filter: blur(6px);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text);
}

.trend-up {
  font-size: 0.75rem;
  color: var(--green);
  font-weight: 700;
}

.urgency-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--grad-primary);
  animation: urgencyMove 2.5s linear infinite;
  opacity: 0.8;
  z-index: 4;
}

@keyframes urgencyMove {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.status-text {
  color: var(--muted);
}

.grid-3,
.grid-4,
.stats-grid,
.mini-panel-grid,
.accordion-grid {
  display: grid;
  gap: 16px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-panel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accordion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-stat,
.mini-panel,
.tag-card,
.accordion-item {
  border-radius: var(--radius);
  padding: 18px;
}

.insight-stat .num {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 900;
  margin: 8px 0 6px;
  line-height: 1;
  color: var(--text);
}

.insight-stat .bar {
  height: 8px;
  border-radius: 999px;
  background: var(--card-2);
  overflow: hidden;
  margin-top: 14px;
}

.insight-stat .bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--grad-primary);
  width: 0;
  transition: width 1.2s ease;
}

.tag-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.tag-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -60px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255,62,166,0.25),
    transparent 65%
  );
  pointer-events: none;
}

.tag-card .count {
  font-size: 2rem;
  font-weight: 900;
  margin: 10px 0 8px;
  color: var(--text);
}

.tag-meta {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}
.mini-panel {
  min-height: 100%;
}

.metric-row {
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--stroke);
  font-size: 0.94rem;
}

.metric-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.progress-row {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.progress-line {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 0.9rem;
}

.progress-track {
  height: 10px;
  border-radius: 999px;
  background: var(--card-2);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--grad-primary);
  transition: width 1.2s ease;
}

.accordion-wrap {
  display: none;
  margin-top: 26px;
}

.accordion-item {
  overflow: hidden;
}

.accordion-head {
  width: 100%;
  justify-content: space-between;
  background: transparent;
  color: inherit;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.accordion-icon {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.accordion-item.open .accordion-icon {
  transform: rotate(45deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
  padding-top: 0;
}

.accordion-item.open .accordion-body {
  max-height: 600px;
  padding-top: 16px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.pagination .pill {
  font-weight: 700;
}

.footer-note {
  margin: 30px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.site-footer {
  margin-top: 50px;
  padding: 40px 22px;
  border-top: 1px solid var(--stroke);
  background:
    radial-gradient(circle at top center, var(--glow-soft), transparent 40%),
    color-mix(in srgb, var(--bg) 92%, black);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-weight: 800;
  color: var(--text);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin: 6px 0;
}

.footer-col a {
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--text);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--text);
}

.footer-icon {
  font-size: 1.3rem;
}

.footer-text {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid var(--stroke);
  padding-top: 14px;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.model-card.top-card {
  transform: scale(1.01);
  box-shadow: var(--shadow), var(--glow-mid);
}

.model-card.top-card:hover {
  transform: translateY(-8px) scale(1.02);
}

.model-card:not(.top-card)::after {
  display: none;
}

.model-card:not(.top-card) .badge.highlight {
  background: var(--card-2);
  box-shadow: none;
}

.model-card.top-card .badge.highlight {
  background: var(--grad-primary);
  box-shadow: var(--glow-mid);
}

.model-card:not(.top-card) .urgency-bar {
  display: none;
}

.model-card:not(.top-card) .thumb-viewers {
  opacity: 0.75;
}

.model-card.top-card .thumb-viewers {
  opacity: 1;
}

.info-panel.premium {
  position: relative;
  margin: 22px 0 12px;
  background: var(--card-2);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.info-panel.premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad-primary-soft, transparent);
  pointer-events: none;
}

.info-inner {
  position: relative;
  z-index: 1;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.info-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--text);
}

.info-icon {
  font-size: 1.2rem;
}

.info-text {
  color: var(--muted);
  line-height: 1.6;
}

.info-highlight {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-panel-grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .page,
  .topbar-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .rail-controls {
    display: none;
  }

  .grid-4,
  .stats-grid,
  .accordion-grid {
    grid-template-columns: 1fr;
  }

  .desktop-only {
    display: none !important;
  }

  .accordion-wrap {
    display: block;
  }

  .hero-card {
    min-height: 420px;
  }

  .hero-title {
    max-width: none;
  }

  .rail {
    grid-auto-columns: 82%;
  }

  .model-card {
    min-height: auto;
  }

  .card-body {
    padding: 14px;
  }

  .thumb-viewers {
    bottom: 8px;
    left: 8px;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 821px) {
  .mobile-only {
    display: none !important;
  }
}
/* =========================
   HERO SIDE PANELS
========================= */

.hero-side {
  display: grid;
  gap: 16px;
}

.side-panel {
  position: relative;
  border-radius: var(--radius);
  padding: 18px;
  background: var(--card);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  transition: 0.25s ease;
  overflow: hidden;
}

.side-panel:hover {
  transform: translateY(-3px);
  border-color: var(--stroke-strong, var(--stroke));
  box-shadow: var(--shadow), var(--glow-soft);
}

/* subtle glow layer */
.side-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad_soft_mix, transparent);
  opacity: 0.6;
  pointer-events: none;
}

/* =========================
   SEARCH PANEL (SPECIAL)
========================= */

.search-shell {
  border-radius: var(--radius);
  padding: 18px;
  background: var(--card-2);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.search-shell strong {
  color: var(--text);
  font-size: 1rem;
}

.control-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 2px;
}

/* =========================
   SEARCH CONTROLS
========================= */

.search-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* INPUT */
.search-input {
  flex: 1;
  min-width: 180px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  background: var(--bg-soft);
  color: var(--text);
  font-size: 0.9rem;
  outline: none;
  transition: 0.2s ease;
}

.search-input::placeholder {
  color: var(--muted);
}

.search-input:focus {
  border-color: var(--highlight_color);
  box-shadow: 0 0 0 2px rgba(139,93,255,0.2);
}

/* SELECT */
.sort-select {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  background: var(--bg-soft);
  color: var(--text);
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.sort-select:focus {
  border-color: var(--highlight_color);
  box-shadow: 0 0 0 2px rgba(139,93,255,0.2);
}

/* =========================
   TEXT INSIDE PANELS
========================= */

.side-panel .big-stat a {
  color: var(--text);
  text-decoration: none;
  transition: 0.2s ease;
}

.side-panel .big-stat a:hover {
  color: var(--pink);
}

