:root {
  color-scheme: dark;
}

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

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #030406;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#stage {
  display: block;
  width: 100%;
  height: 100%;
  background: #030406;
}

.boot {
  position: fixed;
  inset: 0;
  z-index: 24;
  display: grid;
  place-items: center;
  pointer-events: none;
}

html.embedded .boot {
  display: none;
}

.boot-title {
  font-size: clamp(28px, 4.6vw, 44px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: rgba(236, 242, 248, 0.92);
  text-shadow: 0 2px 28px rgba(3, 4, 6, 0.55);
  transition:
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}

.boot.is-phrase {
  background: #030406;
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.boot.is-phrase .boot-title {
  max-width: min(18em, calc(100vw - 48px));
  padding: 0 8px;
  font-size: clamp(22px, 4.2vw, 36px);
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

html.boot-leave .boot.is-phrase {
  opacity: 0;
}

html.boot-leave .boot-title {
  transform: translate3d(0, -34vh, 0);
  opacity: 0;
}

.hud {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  min-width: min(800px, calc(100vw - 40px));
  max-width: min(1180px, calc(100vw - 40px));
  padding: 16px 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 10, 14, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  color: rgba(236, 242, 248, 0.9);
  letter-spacing: 0.08em;
  text-transform: lowercase;
  pointer-events: auto;
}

.title {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
}

.looks-strip {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 0.7em;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.looks-strip[hidden] {
  display: none;
}

.looks-label {
  color: rgba(210, 222, 232, 0.4);
}

.looks-picks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 0.7em;
}

.looks-strip button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(210, 222, 232, 0.4);
  cursor: pointer;
}

.looks-strip button:hover {
  color: #fff;
}

.looks-strip button[aria-pressed="true"] {
  color: #7be7ff;
}

.looks-strip #look-prev,
.looks-strip #look-next {
  color: rgba(210, 222, 232, 0.42);
}

.looks-strip #look-prev[hidden],
.looks-strip #look-next[hidden] {
  display: none;
}

.layers {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 0.7em;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(210, 222, 232, 0.42);
}

.layers-label {
  margin-right: 0.55em;
  color: rgba(210, 222, 232, 0.4);
}

.layers button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(228, 238, 246, 0.92);
  cursor: pointer;
}

.layers button:hover {
  color: #fff;
}

.layers button[aria-pressed="false"] {
  color: rgba(210, 222, 232, 0.34);
}

.hint {
  margin-top: 8px;
  font-size: 11px;
  max-width: none;
  line-height: 1.45;
  color: rgba(214, 226, 236, 0.7);
}

.controls {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.controls label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: rgba(220, 230, 238, 0.82);
}

.controls input[type="range"] {
  width: 88px;
  accent-color: #7be7ff;
}

.controls .check {
  margin-left: 4px;
}

#music-wrap[hidden],
#music-param[hidden],
.source-file[hidden],
#scrub-wrap[hidden] {
  display: none;
}

.source-file {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0.55em;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.clip-cycle {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

.source-file .clip-cycle button:first-child,
.source-file .clip-cycle button:last-child {
  color: rgba(210, 222, 232, 0.42);
}

.source-file [hidden] {
  display: none;
}

.clip-scrub {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(220, 230, 238, 0.82);
}

.clip-scrub input[type="range"] {
  width: min(220px, 52vw);
  accent-color: #7be7ff;
}

.source-file input[type="file"] {
  display: none;
}

.source-file button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(220, 230, 238, 0.82);
  cursor: pointer;
}

.source-file #clip-record[aria-pressed="true"] {
  color: #7be7ff;
}

html.record-on #clip-pick,
html.record-on .clip-cycle,
html.record-on .clip-scrub {
  opacity: 0.34;
  pointer-events: none;
}

.controls input[type="checkbox"] {
  accent-color: #7be7ff;
}

.filters {
  pointer-events: auto;
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em 0.7em;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.filters-label {
  color: rgba(210, 222, 232, 0.4);
}

.filters button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(210, 222, 232, 0.4);
  cursor: pointer;
}

.filters button:hover {
  color: #fff;
}

.filters button[aria-pressed="true"] {
  color: #7be7ff;
}

.filter-tray {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45em 0.7em;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.filter-strip-name {
  min-width: 3.6em;
  color: #7be7ff;
}

.filter-strip label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(220, 230, 238, 0.82);
}

.filter-strip input[type="range"] {
  width: 88px;
  accent-color: #7be7ff;
}

.filter-strip button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(210, 222, 232, 0.4);
  cursor: pointer;
}

.filter-strip button:hover {
  color: #fff;
}

.filter-strip button[aria-pressed="true"] {
  color: #7be7ff;
}

.filter-tune {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45em 0.7em;
}

.filter-thresh {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: rgba(220, 230, 238, 0.82);
  letter-spacing: 0.08em;
}

.save-look {
  pointer-events: auto;
  margin-top: 14px;
  text-transform: none;
  letter-spacing: 0.04em;
}

.save-look button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: rgba(220, 230, 238, 0.82);
  cursor: pointer;
}

.save-look button:hover {
  color: #fff;
}

.save-look button[type="submit"],
.save-look #save-update {
  color: #7be7ff;
}

.save-dot {
  color: rgba(210, 222, 232, 0.34);
  margin: 0 0.65em;
}

.save-fields {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.save-fields[hidden],
.save-status[hidden],
.hud [hidden] {
  display: none !important;
}

.save-look input[type="text"] {
  width: 148px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(180, 210, 230, 0.28);
  padding: 2px 0;
  color: rgba(220, 236, 255, 0.88);
  font: inherit;
  letter-spacing: 0.06em;
  outline: none;
}

.save-look input[type="text"]::placeholder {
  color: rgba(180, 210, 230, 0.32);
  text-transform: lowercase;
}

.save-status {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: rgba(180, 210, 230, 0.55);
}

.save-status a {
  color: #7be7ff;
}

.photo {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45em 0.7em;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.photo button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(220, 230, 238, 0.82);
  cursor: pointer;
}

.photo button:hover {
  color: #fff;
}

.photo #photo-go {
  color: rgba(228, 238, 246, 0.92);
}

.photo #record-go[aria-pressed="true"] {
  color: #7be7ff;
}

.photo-elapsed {
  color: #7be7ff;
}

.photo-elapsed[hidden] {
  display: none;
}

.photo-picks {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
}

.photo-picks button[aria-pressed="true"] {
  color: #7be7ff;
}

.photo-dot {
  color: rgba(210, 222, 232, 0.34);
}

.photo-flash {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: #f4fbff;
  opacity: 0;
  pointer-events: none;
}

.photo-flash.is-on {
  animation: photo-pop 0.22s ease-out;
}

.photo-count {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  place-content: center;
  gap: 18px;
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
}

.photo-count-num {
  font-size: clamp(140px, 32vw, 420px);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0.08em;
  color: rgba(236, 242, 248, 0.94);
  text-shadow:
    -0.08em 0 0 rgba(123, 231, 255, 0.35),
    0.1em 0.02em 0 rgba(255, 196, 120, 0.22),
    0 8px 48px rgba(3, 4, 6, 0.55);
}

.photo-count-num.is-tick {
  animation: photo-tick 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-count-cancel {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: rgba(214, 226, 236, 0.55);
  cursor: pointer;
}

.photo-count-cancel:hover {
  color: #fff;
}

.photo-sheet {
  position: fixed;
  inset: 0;
  z-index: 52;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: rgba(3, 4, 6, 0.82);
}

.photo-hero {
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  padding: 28px 28px 12px;
}

.photo-hero img,
.photo-hero video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.photo-hero img[hidden],
.photo-hero video[hidden] {
  display: none;
}

.photo-bar {
  position: relative;
  z-index: 1;
  margin: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 10, 14, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.photo-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.photo-thumbs button {
  appearance: none;
  width: 56px;
  height: 36px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: #030406;
  cursor: pointer;
}

.photo-thumbs button[aria-pressed="true"] {
  border-color: #7be7ff;
}

.photo-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-actions {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7em 1.1em;
}

.photo-actions button {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 11px;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(220, 230, 238, 0.82);
  cursor: pointer;
}

.photo-actions button:hover {
  color: #fff;
}

.photo-actions #photo-save,
.photo-actions #photo-share {
  color: #7be7ff;
}

.photo-sheet[hidden],
.photo-count[hidden],
.photo-thumbs[hidden],
.photo-actions [hidden],
.record-pip[hidden] {
  display: none !important;
}

html.walkup .hud,
html.walkup .looks-dock,
html.walkup .sketch-nav,
html.photo-hold .hud,
html.photo-hold .looks-dock,
html.photo-hold .sketch-nav {
  opacity: 0;
  pointer-events: none;
}

html.photo-hold .hud,
html.photo-hold .looks-dock,
html.photo-hold .sketch-nav {
  transition-duration: 0.18s;
}

html.walkup {
  cursor: none;
}

html.walkup .party-gate:not([hidden]),
html.walkup .walkup-board {
  cursor: pointer;
}

.walkup-board {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.walkup-board[hidden] {
  display: none;
}

.walkup-thresh {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.42);
  color: rgba(236, 242, 248, 0.78);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  padding: 8px 14px;
  opacity: 0.5;
  cursor: pointer;
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.walkup-thresh input {
  width: 120px;
  accent-color: rgba(236, 242, 248, 0.88);
  cursor: pointer;
}

.walkup-mix {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.42);
  color: rgba(236, 242, 248, 0.78);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  padding: 10px 14px;
  cursor: pointer;
  opacity: 0.5;
  transition:
    opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.walkup-board.is-arrive .walkup-mix,
.walkup-board.is-arrive .walkup-thresh {
  opacity: 0.92;
}

.walkup-mix:hover,
.walkup-mix:focus-visible,
.walkup-thresh:hover,
.walkup-thresh:focus-within {
  opacity: 1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(8, 10, 14, 0.72);
}

.walkup-looks {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45em 0.9em;
  max-width: min(920px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(8, 10, 14, 0.55);
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: rgba(236, 242, 248, 0.78);
  pointer-events: auto;
}

.walkup-looks .looks-picks {
  justify-content: center;
}

.walkup-looks button {
  appearance: none;
  border: 0;
  background: none;
  padding: 2px 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(236, 242, 248, 0.55);
  cursor: pointer;
}

.walkup-looks button:hover,
.walkup-looks button:focus-visible {
  color: #fff;
}

.walkup-looks button[aria-pressed="true"] {
  color: rgba(236, 242, 248, 0.92);
}

.walkup-looks[hidden] {
  display: none;
}

html.walkup .walkup-looks {
  cursor: pointer;
}

html.photo-hold .walkup-board,
html.photo-hold .walkup-looks,
html.booting .walkup-board,
html.booting .walkup-looks {
  opacity: 0;
  pointer-events: none;
}

.party-gate {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  background: transparent;
  pointer-events: auto;
}

.party-gate[hidden] {
  display: none;
}

.party-gate button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.72);
  color: rgba(236, 242, 248, 0.94);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  padding: 14px 22px;
  cursor: pointer;
}

.party-gate button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

html.record-on #photo-go,
html.record-on .photo-picks {
  opacity: 0.34;
  pointer-events: none;
}

html.record-on #record-go {
  opacity: 1;
  pointer-events: auto;
}

.record-pip {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 36;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transform: translateX(-50%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: rgba(236, 242, 248, 0.92);
  text-shadow: 0 2px 18px rgba(3, 4, 6, 0.55);
  pointer-events: none;
  user-select: none;
}

.record-pip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7be7ff;
  box-shadow: 0 0 12px rgba(123, 231, 255, 0.7);
  animation: rec-pulse 1.1s ease-in-out infinite;
}

@keyframes photo-pop {
  0% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rec-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.28;
  }
}

@keyframes photo-tick {
  from {
    transform: scale(1.08);
    opacity: 0.65;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

body.embedded .hud {
  display: none;
}

.looks-dock {
  position: fixed;
  top: 68px;
  right: 0;
  bottom: 20px;
  z-index: 12;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

html.booting .hud,
html.booting .looks-dock,
html.booting .sketch-nav {
  opacity: 0;
  pointer-events: none;
}

.looks-dock[hidden] {
  display: none;
}

.looks-tab {
  position: absolute;
  top: 28%;
  right: 0;
  z-index: 2;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: rgba(8, 10, 14, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  color: rgba(236, 242, 248, 0.9);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  padding: 16px 8px;
  cursor: pointer;
}

.looks-tab:hover {
  color: #fff;
}

.looks-tab[aria-expanded="true"] {
  color: #7be7ff;
}

.looks-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 84vw);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-radius: 14px 0 0 14px;
  background: rgba(8, 10, 14, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  color: rgba(236, 242, 248, 0.9);
  letter-spacing: 0.08em;
  text-transform: lowercase;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.looks-dock.is-open .looks-drawer {
  transform: none;
}

.looks-kicker {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(210, 222, 232, 0.4);
}

.looks-help {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(210, 222, 232, 0.34);
}

.looks-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-height: 0;
  overflow: auto;
}

.looks-list button {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  border: 0;
  background: none;
  padding: 8px 4px;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-align: left;
  color: rgba(228, 238, 246, 0.88);
  cursor: pointer;
}

.looks-list button:hover {
  color: #fff;
}

.looks-list button[aria-pressed="true"] {
  color: #7be7ff;
}

.looks-list .looks-name {
  font-size: 11px;
}

.looks-list .looks-note {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(210, 222, 232, 0.42);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.looks-list button[aria-pressed="true"] .looks-note {
  color: rgba(123, 231, 255, 0.55);
}

.looks-status {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(180, 210, 230, 0.55);
}

.looks-status[hidden],
.looks-preview[hidden] {
  display: none;
}

.looks-preview {
  position: relative;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: #030406;
}

.looks-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.looks-preview-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.embedded .looks-dock,
body.embedded .photo-sheet,
body.embedded .photo-count,
body.embedded .photo-flash,
body.embedded .record-pip {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .looks-tab,
  .looks-drawer,
  .boot-title,
  .hud,
  .looks-dock,
  .sketch-nav,
  .walkup-board,
  .walkup-mix,
  .walkup-thresh,
  .walkup-looks {
    transition: none;
  }

  .photo-flash.is-on,
  .photo-count-num.is-tick,
  .record-pip-dot {
    animation: none;
  }

  .photo-flash.is-on {
    opacity: 0;
  }

  html.booting:not(.walkup) .hud,
  html.booting:not(.walkup) .looks-dock,
  html.booting:not(.walkup) .sketch-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .boot {
    display: none;
  }
}
