@charset "UTF-8";

#tv-chart {
  width: 100%;
  height: 100%;
  background: #1E2026;
  border: 1px solid #333;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  border-radius: 8px;
}


#timeframe-selector {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

#timeframe-selector button {
  padding: 3px 8px;
  font-size: 12px;
  border: 1px solid #444;
  background-color: #333;
  color: #EAECEF;
  border-radius: 3px;
  cursor: pointer;
  min-width: 40px;
}

#timeframe-selector button:hover {
  background-color: #444;
}
