.fullscreen-toggle {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: 18px;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #f3efe6;
  cursor: pointer;
  background: #0b0f0c80;
  border: 1px solid #f3efe638;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: background 0.16s, border-color 0.16s, transform 0.16s;
}

.fullscreen-toggle:hover {
  background: #f3efe619;
  border-color: #f3efe67a;
}

.fullscreen-toggle:active {
  transform: scale(0.94);
}

.fullscreen-toggle:focus-visible {
  outline: 2px solid var(--accent, #f0b4c4);
  outline-offset: 3px;
}

.fullscreen-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fullscreen-toggle.active svg {
  transform: rotate(180deg);
}

@media (max-width: 480px) {
  .fullscreen-toggle {
    left: 12px;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fullscreen-toggle {
    transition: none;
  }
}
.wands,
.hud,
.camera-bar,
.rec,
.toast {
  display: none !important;
}
