.vk-freshness-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  padding: .45rem .65rem;
  border-bottom: 1px solid #1e293b;
  background: #080d17;
  color: #94a3b8;
  font-size: .67rem;
}

.vk-freshness-label {
  margin-right: .15rem;
  color: #e2e8f0;
  font-weight: 800;
  letter-spacing: .04em;
}

.vk-feed-pill {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  padding: .25rem .42rem;
  border: 1px solid #334155;
  border-radius: 999px;
  background: #111827;
  white-space: nowrap;
}

.vk-feed-pill::before {
  content: "";
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #64748b;
}

.vk-feed-pill.live::before { background: #4ade80; box-shadow: 0 0 7px #22c55e; }
.vk-feed-pill.wait::before { background: #fbbf24; }
.vk-feed-pill.stale::before { background: #f87171; box-shadow: 0 0 7px #ef4444; }

.vk-extras-shell {
  padding: .65rem;
  border-top: 1px solid #1e293b;
  background: #080d17;
}

.vk-extras-heading {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: baseline;
  margin: 0 0 .5rem;
  color: #e2e8f0;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vk-extras-heading small { color: #64748b; font-size: .62rem; font-weight: 400; }

.vk-extras-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
}

.vk-extra-card {
  min-width: 0;
  padding: .65rem;
  border: 1px solid #334155;
  border-radius: 8px;
  background: #111827;
  color: #cbd5e1;
  font-size: .72rem;
}

.vk-extra-card h3 {
  margin: 0 0 .45rem;
  color: #38bdf8;
  font-size: .76rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vk-extra-row {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  padding: .28rem 0;
  border-bottom: 1px solid #1e293b;
}

.vk-extra-row:last-child { border-bottom: 0; }
.vk-extra-row strong { color: #f8fafc; }
.vk-extra-muted { color: #94a3b8; }
.vk-extra-good { color: #4ade80; }
.vk-extra-warn { color: #fbbf24; }

.vk-extra-card a { color: #38bdf8; text-decoration: none; }
.vk-extra-card a:hover { text-decoration: underline; }

.vk-extra-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .5rem;
}

.vk-extra-card button,
.vk-extra-card input {
  border: 1px solid #475569;
  border-radius: 5px;
  background: #0f172a;
  color: #f8fafc;
  font: inherit;
}

.vk-extra-card button { padding: .36rem .52rem; cursor: pointer; }
.vk-extra-card button:hover { border-color: #38bdf8; }
.vk-extra-card input { width: 100%; box-sizing: border-box; padding: .4rem; }

.vk-history-chart {
  width: 100%;
  height: 54px;
  margin-top: .4rem;
  border: 1px solid #1e293b;
  background: #0b1220;
}

@media (max-width: 1150px) {
  .vk-extras-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .vk-extras-grid { grid-template-columns: 1fr; }
  .vk-freshness-bar { padding-right: 4rem; }
  .vk-extras-heading { align-items: flex-start; flex-direction: column; }
}
