:root {
  color-scheme: dark;
}

html, body {
  margin: 0;
  height: 100%;
  background: #12141a;
  color: #e8e8e8;
  font-family: system-ui, sans-serif;
}

#canvas-host {
  position: absolute;
  inset: 0;
}

body.admin #canvas-host {
  right: 280px;
}

#sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  background: #1b1f27;
  box-sizing: border-box;
  padding: 12px;
}

#sidebar h2 {
  font-size: 14px;
  margin: 16px 0 8px;
  color: #9aa4b2;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

#sidebar li {
  padding: 4px 0;
  border-bottom: 1px solid #2a2f3a;
}

#tooltip {
  position: fixed;
  background: #000c;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: pre-line;
  pointer-events: none;
  z-index: 10;
}

.connection {
  font-size: 13px;
  padding: 4px 0;
}

.connection.offline {
  color: #e06767;
}

body.tv #hud {
  position: fixed;
  top: 16px;
  left: 16px;
  font-size: 28px;
  line-height: 1.3;
}

body.tv #date {
  font-size: 18px;
  color: #9aa4b2;
}

body.tv #room-counts {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 16px;
}

body.tv #empty-state {
  position: fixed;
  top: 16px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #9aa4b2;
}
