/* Easy Show shell — thin face over existing VMCR session/room */
.vmcr-easy-page .vmcr-easy-wrap {
  max-width: 1100px;
}
a.vmcr-action {
  text-decoration: none;
  color: inherit;
}
.vmcr-easy-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.vmcr-easy-sub {
  margin: 0.35rem 0 0;
  max-width: 36rem;
  opacity: 0.85;
}
.vmcr-easy-top__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.vmcr-easy-live-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #c62828;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.vmcr-easy-clock {
  font-variant-numeric: tabular-nums;
}
.vmcr-easy-panel h2 {
  margin-top: 0;
}
.vmcr-easy-preview-box {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0b1220;
  border-radius: 12px;
  overflow: hidden;
  margin: 0.75rem 0 1rem;
}
.vmcr-easy-preview-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.vmcr-easy-preview-box--lg {
  margin: 0;
}
.vmcr-easy-program-note {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.8rem;
}
.vmcr-easy-equal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1rem 0;
}
@media (max-width: 720px) {
  .vmcr-easy-equal-actions {
    grid-template-columns: 1fr;
  }
}
.vmcr-easy-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  text-align: left;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  cursor: pointer;
  min-height: 5.5rem;
}
.vmcr-easy-choice:hover,
.vmcr-easy-choice:focus-visible {
  border-color: rgba(80, 160, 255, 0.55);
  outline: none;
}
.vmcr-easy-choice strong {
  font-size: 1.05rem;
}
.vmcr-easy-choice span {
  opacity: 0.8;
  font-size: 0.9rem;
}
.vmcr-easy-equal-actions--compact .vmcr-easy-choice {
  min-height: 0;
  padding: 0.7rem 0.85rem;
}
.vmcr-easy-invite {
  margin: 0.75rem 0 1rem;
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.vmcr-easy-invite input {
  width: 100%;
  margin: 0.35rem 0 0.75rem;
}
.vmcr-easy-qr {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 0.75rem;
}
.vmcr-easy-qr img,
.vmcr-easy-qr canvas {
  max-width: 180px;
  height: auto;
}
.vmcr-easy-strip {
  list-style: none;
  margin: 0.5rem 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.vmcr-easy-strip li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
}
.vmcr-easy-strip .tag {
  opacity: 0.7;
  font-size: 0.8rem;
}
.vmcr-easy-desk {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.9fr);
  gap: 1rem;
  align-items: start;
}
@media (max-width: 860px) {
  .vmcr-easy-desk {
    grid-template-columns: 1fr;
  }
}
.vmcr-easy-side h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}
.vmcr-easy-preflight p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}
.vmcr-easy-preflight .is-ok {
  color: #6fbf73;
}
.vmcr-easy-preflight .is-warn {
  color: #e0b44e;
}
.vmcr-easy-preflight .is-error,
#vmcr-easy-yt-live-status.is-error {
  color: #e57373;
}
#vmcr-easy-yt-live-status.is-ok {
  color: #6fbf73;
}
#vmcr-easy-yt-live-status.is-warn {
  color: #e0b44e;
}
.vmcr-easy-host-banner {
  margin: 0.75rem 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(224, 180, 78, 0.45);
  background: rgba(224, 180, 78, 0.08);
  font-size: 0.92rem;
  line-height: 1.45;
}
.vmcr-easy-host-banner strong {
  display: inline;
}
.vmcr-easy-panel--live {
  border-color: rgba(198, 40, 40, 0.45);
}
.vmcr-easy-platform-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0.85rem 0 1rem;
}
@media (max-width: 720px) {
  .vmcr-easy-platform-list {
    grid-template-columns: 1fr;
  }
}
.vmcr-easy-platform {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}
.vmcr-easy-platform input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vmcr-easy-platform.is-selected {
  border-color: rgba(80, 160, 255, 0.65);
  box-shadow: 0 0 0 1px rgba(80, 160, 255, 0.25);
}
.vmcr-easy-platform.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.vmcr-easy-platform strong {
  font-size: 1rem;
}
.vmcr-easy-platform span {
  font-size: 0.85rem;
  opacity: 0.8;
}
.vmcr-easy-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.35rem 0 0.75rem;
}
.vmcr-easy-layout .vmcr-btn.is-active {
  border-color: rgba(80, 160, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(80, 160, 255, 0.25);
}
.vmcr-easy-strip li {
  cursor: pointer;
}
.vmcr-easy-strip li.is-program {
  outline: 1px solid rgba(80, 160, 255, 0.75);
  background: rgba(80, 160, 255, 0.12);
}
.vmcr-easy-video-pool {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.vmcr-easy-preview-box {
  position: relative;
}
.vmcr-easy-preview-box .vmcr-program-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  z-index: 1;
}
.vmcr-easy-preview-box > video {
  position: relative;
  z-index: 0;
  opacity: 0.001;
}
