* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: #0a0a0a;
  color: #e8e4d8;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

main {
  width: 100%;
  max-width: 480px;
  text-align: center;
}

#mira-still {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 24px;
  box-shadow: 0 8px 40px rgba(255, 255, 255, 0.05);
}

h1 { font-size: 28px; font-weight: 500; margin-bottom: 12px; }
.subtitle { color: #aaa; margin-bottom: 32px; font-size: 15px; }
.hint { color: #666; font-size: 12px; margin-top: 16px; }

button {
  background: #f4f1ea;
  color: #0a0a0a;
  border: 0;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}
button:hover { background: #fff; }

.state-call { max-width: 600px; }
#mira-video, #mira-fallback {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
  background: #1a1a1a;
}
.call-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
#timer { font-variant-numeric: tabular-nums; color: #aaa; }
#end-btn { background: #ff5252; color: #fff; }
.status { margin-top: 16px; font-size: 13px; color: #888; min-height: 20px; }
