@font-face {
  font-family: "Instrument Sans";
  src: url("/fonts/InstrumentSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
}

@keyframes objSettle {
  from { opacity: 0; transform: translateY(6%); }
  to { opacity: 1; transform: none; }
}

@keyframes objRelease {
  from { opacity: 1; }
  to { opacity: 0; transform: scale(.994); }
}

@keyframes objOver {
  0%, 100% { opacity: 1; }
  50% { opacity: .55; }
}

.wall-lens-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* X remains the source screen. These are the only controls added outside the cave. */
.wall-lens-pick {
  appearance: none !important;
  min-width: 52px !important;
  height: 30px !important;
  margin: 0 4px !important;
  padding: 0 10px !important;
  border: 1px solid rgb(83, 100, 113) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgb(113, 118, 123) !important;
  font: 650 11px/1 "Instrument Sans", sans-serif !important;
  cursor: pointer !important;
}

.wall-lens-pick:hover,
.wall-lens-pick:focus-visible,
.wall-lens-pick.is-picked {
  border-color: #181916 !important;
  background: #181916 !important;
  color: #efede6 !important;
  outline: 0 !important;
}

.wall-lens-media-host {
  position: relative !important;
}

.wall-lens-pick-surface {
  position: absolute !important;
  z-index: 4 !important;
  right: 8px !important;
  bottom: 8px !important;
  margin: 0 !important;
  border-color: rgba(239, 237, 230, .72) !important;
  background: rgba(5, 6, 5, .82) !important;
  color: #efede6 !important;
  opacity: 0 !important;
  transition: opacity 100ms linear !important;
}

.wall-lens-media-host:hover > .wall-lens-pick-surface,
.wall-lens-pick-surface:focus-visible,
.wall-lens-pick-surface.is-picked {
  opacity: 1 !important;
}

@media (hover: none) {
  .wall-lens-pick-surface { opacity: 1 !important; }
}

.wall-lens-dock {
  all: initial;
  position: fixed;
  z-index: 2147483646;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  height: 48px;
  background: #efede6;
  color: #181916;
  display: flex;
  align-items: stretch;
  font-family: "Instrument Sans", sans-serif;
}

.wall-lens-dock [data-brand] {
  min-width: auto;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.03em;
  text-transform: none;
  cursor: default;
}

.wall-lens-dock button {
  appearance: none;
  min-width: 64px;
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #181916;
  font: 550 12px/1 "Instrument Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.wall-lens-dock button:hover,
.wall-lens-dock button:focus-visible,
.wall-lens-dock button.active,
.wall-lens-dock [data-open]:not(:disabled) {
  background: #181916;
  color: #efede6;
  outline: 0;
}

.wall-lens-dock.is-dropping { background: #181916; color: #efede6; }
.wall-lens-dock.is-dropping button,
.wall-lens-dock.is-dropping [data-count] { color: #efede6; }

.wall-lens-dock button:disabled {
  background: transparent;
  color: rgba(24, 25, 22, .3);
  cursor: default;
}

.wall-lens-dock [data-count] {
  width: 48px;
  display: grid;
  place-items: center;
  color: rgba(24, 25, 22, .52);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.wall-lens-dock [data-source][hidden] { display: none !important; }
.wall-lens-dock [data-source].active:disabled {
  background: #181916;
  color: #efede6;
}

.wall-lens-dock [data-collapse] {
  min-width: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.wall-lens-dock.is-collapsed [data-count],
.wall-lens-dock.is-collapsed [data-files],
.wall-lens-dock.is-collapsed [data-source],
.wall-lens-dock.is-collapsed [data-open],
.wall-lens-dock.is-collapsed [data-collapse] { display: none !important; }
.wall-lens-dock.is-collapsed [data-brand] { cursor: pointer; }

.wall-lens-receive {
  all: initial;
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  place-items: center;
  background: #050605;
  color: #efede6;
  font-family: "Instrument Sans", sans-serif;
}

.wall-lens-receive,
.wall-lens-receive * { box-sizing: border-box; }

.wall-lens-receive-brand {
  position: absolute;
  left: 24px;
  top: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #efede6;
  color: #181916;
}

.wall-lens-receive-brand b {
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.02em;
}

.wall-lens-receive > strong {
  font-size: 12px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: .08em;
}

.wall-lens-receive > .wall-lens-close-button {
  appearance: none;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #efede6;
  color: #181916;
  font: 550 20px/1 "Instrument Sans", sans-serif;
  cursor: pointer;
}

.wall-lens-receive > .wall-lens-close-button:hover,
.wall-lens-receive > .wall-lens-close-button:focus-visible {
  background: #181916;
  color: #efede6;
  outline: 1px solid #efede6;
}

/* Object v2 is used directly below; only its fixture layer is replaced by live video. */
.wall-lens-stage {
  all: initial;
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  display: block;
  background: #050605;
  color: #181916;
  font-family: "Instrument Sans", sans-serif;
}

.wall-lens-stage,
.wall-lens-stage * { box-sizing: border-box; }
.wall-lens-stage [hidden] { display: none !important; }

.wall-lens-stage.is-entering .wall-lens-live-tile {
  animation: objSettle 560ms cubic-bezier(.16, 1, .3, 1) both;
}

.wall-lens-stage.is-entering .wall-lens-live-tile:nth-child(3n + 2) { animation-delay: 60ms; }
.wall-lens-stage.is-entering .wall-lens-live-tile:nth-child(3n) { animation-delay: 120ms; }
.wall-lens-stage.is-leaving { animation: objRelease 320ms cubic-bezier(.7, 0, .84, 0) both; }

.wall-lens-live-grid {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  display: grid;
  gap: 2px;
  background: #121310;
  transition: grid-template-columns 150ms cubic-bezier(.2, .8, .2, 1), grid-template-rows 150ms cubic-bezier(.2, .8, .2, 1);
}

.wall-lens-live-grid[data-layout="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1fr; }
.wall-lens-live-grid[data-layout="9"] { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); }
.wall-lens-live-grid[data-layout="12"] { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); }

.wall-lens-live-grid.has-this[data-layout="3"] { grid-template-columns: minmax(0, 60fr) minmax(0, 40fr); grid-template-rows: repeat(2, minmax(0, 1fr)); }
.wall-lens-live-grid.has-this[data-layout="9"] { grid-template-columns: minmax(0, 60fr) repeat(2, minmax(0, 20fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); }
.wall-lens-live-grid.has-this[data-layout="12"] { grid-template-columns: minmax(0, 60fr) repeat(3, minmax(0, 13.333333fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); }
.wall-lens-live-grid.has-this .wall-lens-live-tile.is-dominant {
  grid-column: 1;
  grid-row: 1 / -1;
}

.wall-lens-coach-seat {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  background: #0a0b0a;
  box-shadow: 0 0 0 2px #121310;
}
.wall-lens-coach-seat iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0a0b0a;
}
.wall-lens-coach-seat[data-layout="3"] {
  left: calc(33.333333% + 1px);
  top: 0;
  width: calc(33.333333% - 1px);
  height: 100%;
}
.wall-lens-coach-seat[data-layout="9"] {
  left: calc(33.333333% + 1px);
  top: calc(33.333333% + 1px);
  width: calc(33.333333% - 1px);
  height: calc(33.333333% - 1px);
}
.wall-lens-coach-seat[data-layout="12"] {
  left: calc(25% + 1px);
  top: calc(33.333333% + 1px);
  width: calc(25% - 1px);
  height: calc(33.333333% - 1px);
}

.wall-lens-coach-seat[data-this="true"][data-layout="3"] {
  left: calc(60% + 1px);
  top: 0;
  width: calc(40% - 1px);
  height: calc(50% - 1px);
}
.wall-lens-coach-seat[data-this="true"][data-layout="9"] {
  left: calc(80% + 1px);
  top: calc(25% + 1px);
  width: calc(20% - 1px);
  height: calc(25% - 1px);
}
.wall-lens-coach-seat[data-this="true"][data-layout="12"] {
  left: calc(86.666667% + 1px);
  top: calc(25% + 1px);
  width: calc(13.333333% - 1px);
  height: calc(25% - 1px);
}

.wall-lens-live-tile,
.wall-lens-live-empty {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  container-type: size;
  background: #0a0b0a;
  display: grid;
  place-items: center;
}

.wall-lens-live-tile {
  cursor: pointer;
  box-shadow: none;
  transition: box-shadow 120ms linear;
}

.wall-lens-live-tile:hover,
.wall-lens-live-tile:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(239, 237, 230, .28);
  outline: 0;
}

.wall-lens-live-tile.is-pinned { box-shadow: inset 0 0 0 2px #efede6; }
.wall-lens-live-tile.is-pinned:hover,
.wall-lens-live-tile.is-pinned:focus-visible { box-shadow: inset 0 0 0 2px rgba(239, 237, 230, .45); }

.wall-lens-live-tile video,
.wall-lens-live-tile canvas:not(.wall-lens-withhold-canvas) {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  transform: none !important;
  background: #0a0b0a !important;
  transition: opacity 45ms linear !important;
}

.wall-lens-withhold-canvas {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  z-index: 2;
  opacity: 0 !important;
  background: #0a0b0a !important;
  image-rendering: pixelated !important;
  pointer-events: none !important;
  transition: opacity 45ms linear !important;
}

.wall-lens-stage.is-blurred:not(.is-peeking) .wall-lens-live-tile video,
.wall-lens-stage.is-blurred:not(.is-peeking) .wall-lens-live-tile canvas:not(.wall-lens-withhold-canvas) {
  opacity: 0 !important;
}

.wall-lens-stage.is-blurred:not(.is-peeking) .wall-lens-withhold-canvas {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.wall-lens-stage.is-soft-blurred:not(.is-peeking) .wall-lens-live-tile video {
  filter: blur(34px) saturate(.55) !important;
  transform: scale(1.12) !important;
}

.wall-lens-stage.is-blackout::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  background: #050605;
  pointer-events: none;
  animation: ggoonnBlack 400ms linear both;
}

.wall-lens-drop-state {
  position: absolute;
  z-index: 20;
  inset: 24px;
  display: grid;
  place-items: center;
  background: #efede6;
  color: #181916;
  font-size: clamp(40px, 10vw, 148px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.05em;
  opacity: 0;
  pointer-events: none;
}

.wall-lens-stage.is-dropping .wall-lens-drop-state { opacity: 1; }

.wall-lens-live-empty { color: transparent; }

.wall-lens-tile-actions {
  position: absolute;
  z-index: 4;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-live-tile:hover .wall-lens-tile-actions,
.wall-lens-live-tile:has(:focus-visible) .wall-lens-tile-actions,
.wall-lens-stage.hud-visible .wall-lens-live-tile.is-dominant .wall-lens-tile-actions {
  opacity: 1;
  pointer-events: auto;
}

.wall-lens-tile-handle {
  position: absolute;
  z-index: 4;
  left: 8px;
  bottom: 8px;
  min-height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #efede6;
  color: #181916;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.01em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-live-tile:hover .wall-lens-tile-handle,
.wall-lens-live-tile:has(:focus-visible) .wall-lens-tile-handle { opacity: 1; }

.wall-lens-stage.share-open .wall-lens-live-tile.is-local::after {
  content: "LOCAL";
  position: absolute;
  z-index: 5;
  left: 8px;
  bottom: 8px;
  min-height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #efede6;
  color: #181916;
  font: 650 10px/1 "Instrument Sans", sans-serif;
  letter-spacing: .03em;
  pointer-events: none;
}

.wall-lens-stage.share-open .wall-lens-live-tile.is-restricted::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 10px;
  top: 10px;
  width: 12px;
  height: 10px;
  border: 2px solid #efede6;
  background: #181916;
  box-shadow: 0 0 0 3px #181916;
  pointer-events: none;
}

.wall-lens-stage.share-open .wall-lens-live-tile.is-restricted::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 13px;
  top: 4px;
  width: 6px;
  height: 8px;
  border: 2px solid #efede6;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}

.wall-lens-stage.share-open .wall-lens-live-tile.is-local.is-restricted::before { display: none; }
.wall-lens-stage.share-open .wall-lens-live-tile.is-local.is-restricted::after { content: "LOCAL"; }

.wall-lens-stage.pointer-idle,
.wall-lens-stage.pointer-idle * { cursor: none !important; }

.wall-lens-stage.pointer-idle .wall-lens-tile-actions,
.wall-lens-stage.pointer-idle .wall-lens-tile-handle {
  opacity: 0 !important;
  pointer-events: none !important;
}

.wall-lens-stage .wall-lens-tile-actions button {
  width: 28px;
  height: 28px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(239, 237, 230, .68);
  cursor: pointer;
}

.wall-lens-stage .wall-lens-tile-actions button:hover,
.wall-lens-stage .wall-lens-tile-actions button:focus-visible,
.wall-lens-stage .wall-lens-tile-actions button.is-active {
  background: #efede6;
  color: #181916;
  outline: 0;
}

.wall-lens-stage .wall-lens-tile-actions button:disabled { display: none; }

.wall-lens-stage .wall-lens-tile-actions .wall-lens-keep-action {
  width: auto;
  min-width: 46px;
  padding: 0 7px;
  font: 650 10px/1 "Instrument Sans", sans-serif;
  letter-spacing: .02em;
}

.wall-lens-access-request {
  width: calc(100% - 32px);
  min-height: 54px;
  border: 1px solid #6f6e69;
  background: transparent;
  color: #efede6;
  font: 650 11px/1 "Instrument Sans", sans-serif;
  letter-spacing: .08em;
  cursor: pointer;
}

.wall-lens-access-request:hover,
.wall-lens-access-request:focus-visible {
  outline: 0;
  background: #efede6;
  color: #181916;
}

.wall-lens-listen-icon {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

.wall-lens-listen-icon i:first-child {
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 6px;
  background: currentColor;
}

.wall-lens-listen-icon i:nth-child(2) {
  position: absolute;
  left: 3px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid currentColor;
}

.wall-lens-listen-icon.is-silent::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 5px;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
}

.wall-lens-next-icon {
  position: relative;
  display: block;
  width: 12px;
  height: 10px;
}

.wall-lens-next-icon i {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
}

.wall-lens-next-icon i:first-child { left: 0; }
.wall-lens-next-icon i:last-child { right: 0; }

.wall-lens-chrome-scrim {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  height: 128px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-chrome-scrim-top { top: 0; background: linear-gradient(180deg, rgba(5, 6, 5, .62), transparent); }
.wall-lens-chrome-scrim-bottom { bottom: 0; background: linear-gradient(0deg, rgba(5, 6, 5, .62), transparent); }

.wall-lens-stage-brand {
  position: absolute;
  z-index: 8;
  left: 24px;
  top: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #efede6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-stage-brand b {
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -.02em;
}

.wall-lens-status {
  position: absolute;
  z-index: 9;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.wall-lens-status-object {
  height: 48px;
  display: flex;
  background: #efede6;
  color: #181916;
  opacity: 0;
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-status-main,
.wall-lens-status-dismiss {
  appearance: none;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: "Instrument Sans", sans-serif;
  cursor: pointer;
}

.wall-lens-status-main {
  width: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wall-lens-status-object.is-active .wall-lens-status-main {
  width: auto;
  min-width: 112px;
  padding: 0 16px;
}

.wall-lens-status-main:hover,
.wall-lens-status-main:focus-visible,
.wall-lens-status-dismiss:hover,
.wall-lens-status-dismiss:focus-visible,
.wall-lens-status-main.active {
  background: #181916;
  color: #efede6;
  outline: 0;
}

.wall-lens-status-value {
  display: none;
  align-items: baseline;
  gap: 8px;
}

.wall-lens-status-object.is-active .wall-lens-status-value { display: flex; }
.wall-lens-status-object.is-active .wall-lens-clock-icon,
.wall-lens-status-object.is-active .wall-lens-timer-icon,
.wall-lens-status-object.is-active .wall-lens-cam-icon { display: none; }

.wall-lens-status-value small {
  color: rgba(24, 25, 22, .5);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: none;
}

.wall-lens-status-value > b {
  color: inherit;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.wall-lens-status-value > em {
  color: rgba(24, 25, 22, .5);
  font-size: 11px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.wall-lens-coach-object { position: relative; }
.wall-lens-coach-object.is-live::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  align-self: center;
  margin-left: 14px;
  border-radius: 50%;
  background: #52ee7d;
  box-shadow: 0 0 0 0 rgba(82,238,125,.5);
  animation: wallLensLiveBeat 1.55s cubic-bezier(.22,1,.36,1) infinite;
}
.wall-lens-coach-object.is-active .wall-lens-status-main { min-width: 150px; }
.wall-lens-coach-object.is-live .wall-lens-cam-icon i { background: #52ee7d; }
.wall-lens-coach-object.is-complete .wall-lens-status-main { font-variant-numeric: tabular-nums; }

@keyframes wallLensLiveBeat {
  0% { transform: scale(.86); box-shadow: 0 0 0 0 rgba(82,238,125,.5); }
  22% { transform: scale(1); box-shadow: 0 0 0 6px rgba(82,238,125,0); }
  100% { transform: scale(.86); box-shadow: 0 0 0 0 rgba(82,238,125,0); }
}

.wall-lens-status-main:hover .wall-lens-status-value small,
.wall-lens-status-main:focus-visible .wall-lens-status-value small,
.wall-lens-status-main.active .wall-lens-status-value small,
.wall-lens-status-main:hover .wall-lens-status-value em,
.wall-lens-status-main:focus-visible .wall-lens-status-value em { color: rgba(239, 237, 230, .6); }

.wall-lens-status-dismiss {
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  font-size: 20px;
  line-height: 1;
  transition: width 120ms cubic-bezier(.2, .8, .2, 1), opacity 90ms linear;
}

.wall-lens-status-object.is-active:hover .wall-lens-status-dismiss,
.wall-lens-status-object.is-active:focus-within .wall-lens-status-dismiss {
  width: 48px;
  opacity: 1;
  pointer-events: auto;
}

.wall-lens-status-object.is-overtime {
  background: #d14a34;
  color: #f6f5f1;
}

.wall-lens-status-object.is-overtime .wall-lens-status-value small { color: rgba(246, 245, 241, .62); }
.wall-lens-status-object.is-overtime .wall-lens-status-main.active {
  background: transparent;
  color: inherit;
}
.wall-lens-status-object.is-overtime .wall-lens-status-main:hover,
.wall-lens-status-object.is-overtime .wall-lens-status-main:focus-visible {
  background: #181916;
  color: #efede6;
}

.wall-lens-clock-icon,
.wall-lens-timer-icon,
.wall-lens-cam-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wall-lens-cam-icon { border-radius: 0; }
.wall-lens-cam-icon i {
  position: absolute;
  inset: 4px;
  display: block;
  background: currentColor;
}

.wall-lens-clock-icon i,
.wall-lens-timer-icon i {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 2px;
  height: 6px;
  background: currentColor;
  transform-origin: 1px 6px;
}

.wall-lens-clock-icon i:nth-child(2),
.wall-lens-timer-icon i:nth-child(2) { transform: rotate(120deg); }

.wall-lens-timer-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -5px;
  width: 6px;
  height: 2px;
  background: currentColor;
}

.wall-lens-stage-bar {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 24px;
  height: 48px;
  display: flex;
  align-items: stretch;
  background: #efede6;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 90ms linear;
}

.wall-lens-context-picker {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 80px;
  height: 48px;
  display: flex;
  align-items: stretch;
  max-width: calc(100vw - 48px);
  overflow-x: auto;
  transform: translateX(-50%);
  background: #efede6;
  color: #181916;
}

.wall-lens-context-picker button {
  min-width: 56px;
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #181916;
  font: 550 12px/1 "Instrument Sans", sans-serif;
  cursor: pointer;
}

.wall-lens-context-picker button:hover,
.wall-lens-context-picker button:focus-visible,
.wall-lens-context-picker button.active {
  background: #181916;
  color: #efede6;
  outline: 0;
}

.wall-lens-context-picker .wall-lens-context-back { min-width: 48px; padding: 0; font-size: 18px; }

.wall-lens-primary-controls,
.wall-lens-share-row,
.wall-lens-layouts { display: flex; align-items: stretch; }

.wall-lens-stage button {
  appearance: none;
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  text-align: center;
}

.wall-lens-stage-bar button,
.wall-lens-layouts button {
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #181916;
  font-size: 12px;
  line-height: 1;
  font-weight: 550;
  white-space: nowrap;
  cursor: pointer;
}

.wall-lens-stage-bar button:hover,
.wall-lens-stage-bar button:focus-visible,
.wall-lens-stage-bar button.active,
.wall-lens-layouts button.active {
  background: #181916;
  color: #efede6;
  outline: 0;
}

.wall-lens-stage-bar button:disabled {
  color: rgba(24, 25, 22, .28);
  background: transparent;
  cursor: default;
}

.wall-lens-play-button,
.wall-lens-fullscreen-button,
.wall-lens-phone-button,
.wall-lens-close-button { width: 48px; padding: 0 !important; }

.wall-lens-play-button,
.wall-lens-fullscreen-button,
.wall-lens-phone-button,
.wall-lens-close-button { display: grid; place-items: center; }
.wall-lens-play-button { font-size: 16px !important; }
.wall-lens-close-button { font-size: 20px !important; line-height: 1 !important; }
.wall-lens-stage [data-sound] { min-width: 80px; }
.wall-lens-stage [data-mode],
.wall-lens-stage [data-share],
.wall-lens-stage [data-blur],
.wall-lens-stage [data-beat] { min-width: 72px; }
.wall-lens-stage [data-coach] { min-width: 64px; }
.wall-lens-stage [data-more] { min-width: 76px; }
.wall-lens-layouts button {
  width: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}

.wall-lens-fullscreen-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.wall-lens-phone-icon {
  position: relative;
  display: block;
  width: 11px;
  height: 17px;
  border: 2px solid currentColor;
}

.wall-lens-phone-icon i {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 2px;
  height: 2px;
  transform: translateX(-50%);
  background: currentColor;
}

.wall-lens-phone-surface {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background: rgba(5, 5, 5, .94);
  color: #efede6;
}

.wall-lens-phone-surface[hidden] { display: none; }
.wall-lens-phone-heading { font-size: 12px; font-weight: 650; letter-spacing: .14em; }
.wall-lens-phone-surface canvas { width: min(248px, 64vw) !important; height: auto !important; background: #efede6; }
.wall-lens-phone-surface .wall-lens-close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  border: 1px solid rgba(239, 237, 230, .4);
  background: #050505;
  color: #efede6;
}

.wall-lens-live-tile.is-phone-selected { box-shadow: inset 0 0 0 2px #efede6; }

.wall-lens-fullscreen-icon i {
  position: absolute;
  width: 6px;
  height: 6px;
}

.wall-lens-fullscreen-icon i:nth-child(1) { left: 0; top: 0; border-left: 2px solid currentColor; border-top: 2px solid currentColor; }
.wall-lens-fullscreen-icon i:nth-child(2) { right: 0; top: 0; border-right: 2px solid currentColor; border-top: 2px solid currentColor; }
.wall-lens-fullscreen-icon i:nth-child(3) { left: 0; bottom: 0; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.wall-lens-fullscreen-icon i:nth-child(4) { right: 0; bottom: 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; }

.wall-lens-play-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.wall-lens-play-icon i { position: absolute; display: block; background: currentColor; }
.wall-lens-play-icon.is-pause i { top: 0; width: 4px; height: 14px; }
.wall-lens-play-icon.is-pause i:first-child { left: 1px; }
.wall-lens-play-icon.is-pause i:last-child { right: 1px; }
.wall-lens-play-icon.is-play i:first-child {
  left: 2px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
  background: transparent;
}
.wall-lens-play-icon.is-play i:last-child { display: none; }

.wall-lens-share-row {
  width: min(88vw, 460px);
  max-width: min(88vw, 460px);
  min-width: 0;
  overflow: hidden;
}

.wall-lens-share-handoff {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 0 16px;
}

.wall-lens-share-handoff > span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: rgba(24, 25, 22, .5);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.wall-lens-share-handoff > [data-share-state] {
  min-width: 0;
  overflow: hidden;
  color: rgba(24, 25, 22, .84);
  font-size: 10px;
  text-overflow: ellipsis;
}

.wall-lens-share-row [data-share-copy] { min-width: 88px; flex: 0 0 88px; }
.wall-lens-share-row .wall-lens-close-button { flex: 0 0 48px; }

.wall-lens-timer-picker {
  position: absolute;
  z-index: 12;
  top: 80px;
  right: 24px;
  background: #efede6;
  color: #181916;
}

.wall-lens-timer-picker {
  display: flex;
  align-items: stretch;
}

.wall-lens-timer-picker [data-timer-presets] { display: flex; }

.wall-lens-timer-picker button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #181916;
  font-size: 12px;
  font-weight: 550;
  cursor: pointer;
}

.wall-lens-timer-picker button:hover,
.wall-lens-timer-picker button:focus-visible {
  background: #181916;
  color: #efede6;
  outline: 0;
}

.wall-lens-timer-back { color: rgba(24, 25, 22, .5); font-size: 16px !important; }

.wall-lens-timer-picker .wall-lens-timer-back:hover,
.wall-lens-timer-picker .wall-lens-timer-back:focus-visible { color: #efede6; }

.wall-lens-wake-hint {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: rgba(239, 237, 230, .62);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 400ms linear;
}

.wall-lens-stage.hud-visible .wall-lens-chrome-scrim,
.wall-lens-stage.phone-open .wall-lens-chrome-scrim,
.wall-lens-stage.share-open .wall-lens-chrome-scrim,
.wall-lens-stage.timer-picker-open .wall-lens-chrome-scrim,
.wall-lens-stage.context-picker-open .wall-lens-chrome-scrim { opacity: 1; transition: opacity 90ms linear; }

.wall-lens-stage.hud-visible .wall-lens-stage-brand,
.wall-lens-stage.phone-open .wall-lens-stage-brand,
.wall-lens-stage.share-open .wall-lens-stage-brand,
.wall-lens-stage.timer-picker-open .wall-lens-stage-brand,
.wall-lens-stage.context-picker-open .wall-lens-stage-brand { opacity: 1; transition: opacity 90ms linear; }

.wall-lens-stage.hud-visible .wall-lens-status-object,
.wall-lens-stage.timer-picker-open .wall-lens-timer-object,
.wall-lens-status-object.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 90ms linear;
}

.wall-lens-stage.hud-visible .wall-lens-stage-bar,
.wall-lens-stage.phone-open .wall-lens-stage-bar,
.wall-lens-stage.share-open .wall-lens-stage-bar,
.wall-lens-stage.timer-picker-open .wall-lens-stage-bar,
.wall-lens-stage.context-picker-open .wall-lens-stage-bar {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
  transition: opacity 90ms linear;
}

.wall-lens-stage:not(.hud-visible):not(.share-open):not(.timer-picker-open):not(.context-picker-open):not(.phone-open),
.wall-lens-stage:not(.hud-visible):not(.share-open):not(.timer-picker-open):not(.context-picker-open):not(.phone-open) * { cursor: none !important; }

.wall-lens-stage:not(.hud-visible):not(.share-open):not(.timer-picker-open):not(.context-picker-open):not(.phone-open) .wall-lens-tile-actions {
  opacity: 0;
  pointer-events: none;
}

html.wall-lens-is-open { overflow: hidden !important; }
html.wall-lens-is-open > body { overflow: hidden !important; }

@media (max-width: 820px) {
  .wall-lens-dock { min-width: calc(100vw - 20px); bottom: 10px; }
  .wall-lens-dock [data-brand] { padding-inline: 12px; }
  .wall-lens-stage-brand { left: 12px; top: 12px; }
  .wall-lens-status { top: 12px; right: 12px; }
  .wall-lens-stage-bar { bottom: 12px; max-width: calc(100vw - 24px); overflow-x: auto; }
  .wall-lens-context-picker { bottom: 68px; max-width: calc(100vw - 24px); }
  .wall-lens-timer-picker { top: 68px; right: 12px; }
  .wall-lens-live-grid[data-layout="3"] { grid-template-columns: 1fr; grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .wall-lens-live-grid[data-layout="12"] { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(4, minmax(0, 1fr)); }
  .wall-lens-live-grid.has-this[data-layout="3"] { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: minmax(0, 60fr) minmax(0, 40fr); }
  .wall-lens-live-grid.has-this[data-layout="9"] { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: minmax(0, 60fr) repeat(2, minmax(0, 20fr)); }
  .wall-lens-live-grid.has-this[data-layout="12"] { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: minmax(0, 60fr) repeat(3, minmax(0, 13.333333fr)); }
  .wall-lens-live-grid.has-this .wall-lens-live-tile.is-dominant { grid-column: 1 / -1; grid-row: 1; }
  .wall-lens-coach-seat[data-layout="3"] {
    left: 0;
    top: calc(33.333333% + 1px);
    width: 100%;
    height: calc(33.333333% - 1px);
  }
  .wall-lens-coach-seat[data-layout="12"] {
    left: calc(33.333333% + 1px);
    top: calc(25% + 1px);
    width: calc(33.333333% - 1px);
    height: calc(25% - 1px);
  }
  .wall-lens-coach-seat[data-this="true"][data-layout="3"] {
    left: 0;
    top: calc(60% + 1px);
    width: calc(50% - 1px);
    height: calc(40% - 1px);
  }
  .wall-lens-coach-seat[data-this="true"][data-layout="9"] {
    left: calc(75% + 1px);
    top: calc(60% + 1px);
    width: calc(25% - 1px);
    height: calc(20% - 1px);
  }
  .wall-lens-coach-seat[data-this="true"][data-layout="12"] {
    left: calc(25% + 1px);
    top: calc(73.333333% + 1px);
    width: calc(25% - 1px);
    height: calc(13.333333% - 1px);
  }
  .wall-lens-share-handoff > span { display: none; }
}

@keyframes ggoonnBlack {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 560px) {
  .wall-lens-stage-brand { display: none; }
  .wall-lens-status { left: 12px; right: auto; }
  .wall-lens-stage [data-sound],
  .wall-lens-stage [data-mode] { min-width: 56px; padding-inline: 8px; }
  .wall-lens-layouts button { width: 38px; }
  .wall-lens-stage [data-share] { min-width: 58px; padding-inline: 8px; }
  .wall-lens-timer-picker { left: 12px; overflow-x: auto; }
  .wall-lens-status-object.is-active .wall-lens-status-main { min-width: 96px; padding-inline: 12px; }
  .wall-lens-status-value small { display: none; }
  .wall-lens-stage [data-phone] { display: none; }
  .wall-lens-primary-controls { min-width: max-content; }
  .wall-lens-stage-bar { width: calc(100vw - 24px); left: 12px; transform: none !important; }
}

@media (pointer: coarse) {
  .wall-lens-stage [data-phone] { display: none; }
  .wall-lens-tile-actions { opacity: 1; pointer-events: auto; }
  .wall-lens-tile-handle { opacity: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .wall-lens-stage *,
  .wall-lens-dock * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
