@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Rajdhani:wght@600&display=swap');

html, body {
  background: transparent !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#viewer-widget {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  background: rgba(5, 5, 10, 0.85);
  border-left: 3px solid #00f0ff;
  border-top: 1px solid rgba(252, 238, 10, 0.3);
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
  box-shadow:
    -2px 0 10px rgba(0, 240, 255, 0.2),
    0 0 15px rgba(0, 240, 255, 0.1);
}

.label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #00f0ff;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}

.count {
  font-family: 'Orbitron', monospace;
  font-size: 18px;
  font-weight: 700;
  color: #fcee0a;
  text-shadow: 0 0 12px rgba(252, 238, 10, 0.5);
}
