.pl-fullscreen-viewport {
  background:
    radial-gradient(circle at top, rgba(68, 118, 255, 0.18), transparent 48%),
    linear-gradient(180deg, #0d1c33 0%, #060c18 100%);
  color: #fff;
}

.pl-fullscreen-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.pl-fullscreen-hud {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 20;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pl-fullscreen-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(7, 16, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.pl-fullscreen-exit {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 25;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 16, 31, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.pl-fullscreen-exit:hover,
.pl-fullscreen-exit:focus {
  color: #fff;
  background: rgba(29, 54, 106, 0.9);
  text-decoration: none;
}

.pl-fullscreen-background,
.pl-fullscreen-element-layer,
.pl-fullscreen-url-layer,
.pl-fullscreen-text-layer,
.pl-fullscreen-actor-layer {
  position: absolute;
  inset: 0;
}

.pl-fullscreen-bg-image,
.pl-fullscreen-element,
.pl-fullscreen-url-image {
  position: absolute;
}

.pl-fullscreen-bg-image {
  inset: 0;
  width: 100%;
  height: 100%;
}

.pl-fullscreen-element {
  max-width: none;
  max-height: none;
  z-index: 3;
}

.pl-fullscreen-url-layer {
  z-index: 3;
  pointer-events: none;
}

.pl-fullscreen-url-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.pl-fullscreen-text-layer {
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 42px 48px 32px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

.pl-fullscreen-text {
  display: block;
  max-width: 88%;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.pl-fullscreen-actor-layer {
  z-index: 5;
  pointer-events: none;
}

.pl-fullscreen-actor {
  position: absolute;
  display: none;
}

.pl-fullscreen-actor-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.pl-fullscreen-viewport.is-controller .pl-fullscreen-chip {
  background: rgba(29, 54, 106, 0.82);
}

.pl-fullscreen-viewport.is-controller .pl-fullscreen-exit {
  display: inline-flex;
}

.pl-fullscreen-viewport.is-receiver .pl-fullscreen-chip {
  background: rgba(7, 16, 31, 0.82);
}

body.presentationlab-station-fullscreen .header,
body.presentationlab-station-fullscreen .presentation-toolbar,
body.presentationlab-station-fullscreen .presentation-footer,
body.presentationlab-station-fullscreen .presentation-stage-label,
body.presentationlab-station-fullscreen .presentation-stage-header,
body.presentationlab-station-fullscreen .menu-build-stage,
body.presentationlab-station-fullscreen .build-stage-wrap {
  display: none !important;
}

body.presentationlab-station-fullscreen {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  height: 100dvh;
}

body.presentationlab-station-fullscreen .main.presentation-main,
body.presentationlab-station-fullscreen .main.presentation-main > .container,
body.presentationlab-station-fullscreen .split-panel,
body.presentationlab-station-fullscreen #stage-column,
body.presentationlab-station-fullscreen #stage-column .stage-container,
body.presentationlab-station-fullscreen #stage-column .presentation-panel,
body.presentationlab-station-fullscreen .presentation-wall,
body.presentationlab-station-fullscreen .pl-fullscreen-viewport,
body.presentationlab-station-fullscreen .pl-fullscreen-stage {
  width: 100%;
  height: 100dvh !important;
  min-height: 0;
  max-width: none;
  margin: 0 !important;
}

body.presentationlab-station-fullscreen .main.presentation-main,
body.presentationlab-station-fullscreen .main.presentation-main > .container {
  padding: 0 !important;
  overflow: hidden !important;
}

body.presentationlab-station-fullscreen .split-panel {
  display: block;
  overflow: hidden !important;
}

body.presentationlab-station-fullscreen .stage-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: #07111f;
  overflow: hidden;
}

body.presentationlab-station-fullscreen #stage-column .presentation-panel {
  height: 100%;
}

body.presentationlab-station-fullscreen .presentation-wall {
  padding: 0;
  min-height: 0;
  overflow: hidden !important;
}
