@font-face {
  font-family: "Terminal Grotesque";
  src: url("/fonts/terminal-grotesque-webfont.woff2") format("woff2");
}

#camWrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 250px;
  height: 187px;
  z-index: 1000;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #222;
  box-sizing: border-box;
  background: black;
  filter: brightness(1.3) contrast(1.7) url(#surveillance) sepia(1) hue-rotate(100deg) saturate(3);
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  pointer-events: none;
}
#camLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #222;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.9);
  color: #FF0000;
  font-family: "Terminal Grotesque", monospace;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
#capturedPhoto {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #222;
  box-sizing: border-box;
  z-index: 1004;
}
#idTab {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background: #FF0000;
  color: #000000;
  font-family: "Terminal Grotesque", monospace;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  cursor: default;
  user-select: none;
}
#idInputBox {
  display: none;
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1005;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #FF0000;
  padding: 6px;
}
#idInputBox input {
  width: 100%;
  box-sizing: border-box;
  font-family: "Terminal Grotesque", monospace;
  font-weight: bold;
  padding: 4px;
  background: #111;
  color: #FF0000;
  border: 1px solid #FF0000;
}
#welcomeOverlay, #smileOverlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}
#welcomeBox {
  text-align: center;
  color: #FF0000;
  font-family: "Terminal Grotesque", monospace;
}
#welcomePhoto {
  width: 300px;
  border: 3px solid #FF0000;
}
#welcomeText {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
#smileText {
  color: #FF0000;
  font-family: "Terminal Grotesque", monospace;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}