body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #fafafa;
  color: #222;
  margin: 0;
  padding: 24px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

video {
  width: 100%;
  max-width: 960px;
  height: auto;
  background: #000;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.controls button {
  font-size: 1.8em;
  padding: 18px 50px;
  margin: 20px;
  border: none;
  border-radius: 50px;
  background: #ff6b6b;
  color: white;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(255,107,107,0.4);
  transition: 0.3s;
}

.controls button:hover {
  transform: translateY(-5px);
}

#status {
  margin-top: 10px;
  color: #444;
}