
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

.prompt-panel {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #00ff7f;
  border-radius: 12px;
  padding: 16px;
  color: #fff;
  width: 280px;
  font-family: 'Courier New', monospace;
  box-shadow: 0 0 20px #00ff7f;
  z-index: 999;
}

.prompt-panel select,
.prompt-panel input {
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
}

.prompt-panel button {
  width: 100%;
  padding: 8px;
  background: #00ff7f;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.prompt-panel .ira-note {
  font-size: 12px;
  color: #00ff7f;
  text-align: center;
  margin-top: 8px;
}
