.pv-live-tile {
  min-height: 180px;
}

.pv-live-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: end;
}

.pv-live-total {
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.pv-live-today {
  text-align: right;
  min-width: 86px;
}

.pv-live-today small {
  display: block;
  color: #9aa3b2;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pv-live-today strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 3px;
  color: #f0c977;
}

.pv-string-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem;
}

.pv-string-pill {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .45rem;
  align-items: baseline;
  border: 1px solid rgba(255,255,255,.06);
  border-left: 2px solid var(--line-color, var(--accent));
  border-radius: .35rem;
  background: rgba(255,255,255,.03);
  padding: .35rem .5rem;
  min-width: 0;
}

.pv-string-pill span {
  color: #9aa3b2;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-string-pill strong {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.pv-mini-chart {
  height: 58px;
  position: relative;
  margin-top: auto;
}

.pv-mini-chart canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.pv-history-tile {
  min-height: 180px;
}

.pv-history-tabs {
  display: flex;
  gap: .25rem;
  flex-wrap: wrap;
}

.pv-history-tabs button {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: #9aa3b2;
  font-size: 11px;
  padding: .18rem .5rem;
  cursor: pointer;
  border-radius: .6rem;
}

.pv-history-tabs button.active {
  color: #0d1115;
  background: var(--accent);
  border-color: var(--accent);
  font-weight: 700;
}

.pv-history-chart {
  height: 112px;
  position: relative;
  margin-top: auto;
}

.pv-history-chart canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
