@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");

:root {
  color-scheme: dark;
  --bg: #050403;
  --gold: #f0c86d;
  --gold-soft: rgba(240, 200, 109, 0.18);
  --text: #f8edd2;
  --text-dim: rgba(248, 237, 210, 0.8);
  --outline: rgba(255, 226, 153, 0.82);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --ease-smooth: 260ms cubic-bezier(0.22, 1, 0.36, 1);
  --display-font: "Zen Maru Gothic", "PingFang TC", "Noto Sans TC", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(179, 119, 23, 0.16), transparent 35%),
    radial-gradient(circle at bottom, rgba(111, 74, 15, 0.22), transparent 30%),
    var(--bg);
  font-family: "Avenir Next", "PingFang TC", "Noto Sans TC", sans-serif;
}

body {
  color: var(--text);
}

button,
video {
  display: block;
}

.experience {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

.stage {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #000;
  cursor: none;
  isolation: isolate;
  opacity: 0;
  transition: opacity 420ms ease;
}

.stage-toolbar {
  position: absolute;
  right: 22px;
  top: calc(20px + env(safe-area-inset-top));
  z-index: 14;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.toolbar-toggle {
  min-width: 58px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.16), rgba(255, 247, 226, 0.08) 40%, rgba(138, 105, 37, 0.08)),
    rgba(33, 24, 10, 0.22);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: rgba(255, 250, 240, 0.92);
  font-family: var(--display-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  cursor: none;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.toolbar-toggle:hover,
.toolbar-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 243, 212, 0.32);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.toolbar-toggle:focus-visible {
  outline: 2px solid rgba(255, 239, 202, 0.92);
  outline-offset: 4px;
}

.toolbar-toggle[aria-checked="true"] {
  background:
    linear-gradient(135deg, rgba(255, 244, 206, 0.24), rgba(255, 247, 229, 0.14) 42%, rgba(173, 132, 48, 0.18)),
    rgba(60, 42, 12, 0.28);
  border-color: rgba(255, 232, 174, 0.34);
}

.language-toggle {
  position: static;
  min-width: 58px;
}

.toolbar-toggle--audio {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 84px;
  padding: 0 12px 0 11px;
}

.toolbar-toggle__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.toolbar-toggle__label {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.toolbar-toggle__speaker {
  position: absolute;
  left: 1px;
  top: 5px;
  width: 7px;
  height: 8px;
  border-radius: 2px 0 0 2px;
  background: currentColor;
}

.toolbar-toggle__speaker::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 8px;
  height: 8px;
  background: currentColor;
  clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 78%);
}

.toolbar-toggle__wave {
  position: absolute;
  top: 50%;
  right: -1px;
  border: 2px solid transparent;
  border-right-color: currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.72;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toolbar-toggle__wave--one {
  width: 8px;
  height: 10px;
}

.toolbar-toggle__wave--two {
  right: -5px;
  width: 13px;
  height: 15px;
  opacity: 0.54;
}

.toolbar-toggle__mute {
  position: absolute;
  left: 9px;
  top: 1px;
  width: 2px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.88);
  transform: rotate(42deg) scaleY(1);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toolbar-toggle[aria-checked="true"] .toolbar-toggle__wave {
  opacity: 0.82;
}

.toolbar-toggle[aria-checked="true"] .toolbar-toggle__mute {
  opacity: 0;
  transform: rotate(42deg) scaleY(0.2);
}

.toolbar-toggle[aria-checked="false"] .toolbar-toggle__wave {
  opacity: 0.15;
  transform: translateY(-50%) scale(0.82);
}

.toolbar-toggle[aria-checked="false"] .toolbar-toggle__mute {
  opacity: 1;
}

.experience[data-state="ready"] .stage,
.experience[data-state="transitioning"] .stage,
.experience[data-state="awake"] .stage {
  opacity: 1;
}

.stage-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  opacity: 0;
  will-change: opacity;
  transition: opacity 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.stage-video.is-active {
  opacity: 1;
}

.loading-screen {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(180, 130, 39, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(9, 7, 4, 0.82), rgba(5, 4, 3, 0.96));
  z-index: 3;
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
}

.experience[data-state="ready"] .loading-screen,
.experience[data-state="transitioning"] .loading-screen,
.experience[data-state="awake"] .loading-screen {
  opacity: 0;
  visibility: hidden;
}

.loading-dial {
  --progress: 0%;
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background:
    conic-gradient(from -90deg, rgba(255, 227, 158, 0.96) var(--progress), rgba(255, 255, 255, 0.08) 0),
    radial-gradient(circle at center, rgba(255, 223, 143, 0.08), rgba(255, 223, 143, 0) 62%);
  box-shadow:
    0 0 0 1px rgba(255, 242, 207, 0.08),
    0 18px 54px rgba(0, 0, 0, 0.28);
  transition: background 220ms ease;
}

.loading-dial::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: inherit;
  background: rgba(8, 6, 4, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 245, 217, 0.05);
}

.loading-dial__core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 241, 210, 0.96), rgba(255, 215, 125, 0.72));
  transform: translate(-50%, -92%);
  box-shadow: 0 0 14px rgba(255, 223, 143, 0.16);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 558px;
  height: 558px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 55% 45%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.14) 24%, rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 68% 70%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 44%);
  mix-blend-mode: color-burn;
  backdrop-filter: blur(1px) saturate(120%) brightness(2.18) contrast(1.2);
  -webkit-backdrop-filter: blur(1px) saturate(120%) brightness(2.18) contrast(1.2);
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 24%, rgba(0, 0, 0, 0.38) 52%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 24%, rgba(0, 0, 0, 0.38) 52%, transparent 78%);
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    width 220ms cubic-bezier(0.22, 1, 0.36, 1),
    height 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.experience[data-pointer-active="true"][data-state="ready"] .cursor-glow {
  opacity: 0.92;
}

.experience[data-pointer-active="true"][data-hovering-bird="true"] .cursor-glow {
  width: 640px;
  height: 640px;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.experience[data-ui-fading="true"] .cursor-glow {
  opacity: 0;
}

.cursor-shell {
  position: fixed;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  pointer-events: none;
  z-index: 30;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
}

.experience[data-pointer-active="true"] .cursor-shell {
  opacity: 1;
}

.cursor-dot,
.cursor-ring,
.cursor-alarm {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    background-color 180ms ease;
}

.cursor-dot {
  inset: 9px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 22px rgba(255, 255, 255, 0.18);
}

.cursor-ring {
  border: 1.8px solid rgba(255, 255, 255, 0.2);
  transform: scale(0.72);
}

.cursor-alarm {
  opacity: 0;
  transform: scale(0.6);
}

.cursor-shell[data-mode="hover"] .cursor-dot {
  opacity: 0;
  transform: scale(0.35);
}

.cursor-shell[data-mode="hover"] .cursor-ring {
  border-color: rgba(255, 255, 255, 0.96);
  transform: scale(1);
}

.cursor-shell[data-mode="alarm"] .cursor-dot,
.cursor-shell[data-mode="alarm"] .cursor-ring {
  opacity: 0;
  transform: scale(0.45);
}

.cursor-shell[data-mode="alarm"] .cursor-alarm {
  opacity: 1;
  transform: scale(1.72);
  animation: cursorAlarmShake 820ms ease-in-out infinite;
}

.cursor-alarm__body {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 16px;
  height: 13px;
  border: 1.8px solid rgba(255, 255, 255, 0.98);
  border-radius: 6px;
}

.cursor-alarm__body::before,
.cursor-alarm__body::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 999px;
}

.cursor-alarm__body::before {
  left: 7px;
  top: 2px;
  width: 1.8px;
  height: 4px;
  transform-origin: bottom center;
  transform: rotate(28deg);
}

.cursor-alarm__body::after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 1.8px;
}

.cursor-alarm__bell,
.cursor-alarm__leg {
  position: absolute;
  display: block;
}

.cursor-alarm__bell {
  top: 6px;
  width: 8px;
  height: 5px;
  border-top: 1.8px solid rgba(255, 255, 255, 0.98);
  border-left: 1.8px solid rgba(255, 255, 255, 0.98);
  border-right: 1.8px solid rgba(255, 255, 255, 0.98);
  border-radius: 8px 8px 0 0;
}

.cursor-alarm__bell--left {
  left: 6px;
  transform: rotate(-28deg);
}

.cursor-alarm__bell--right {
  right: 6px;
  transform: rotate(28deg);
}

.cursor-alarm__leg {
  bottom: 5px;
  width: 5px;
  height: 1.8px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 999px;
}

.cursor-alarm__leg--left {
  left: 9px;
  transform: rotate(24deg);
}

.cursor-alarm__leg--right {
  right: 9px;
  transform: rotate(-24deg);
}

.sleep-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --background-x: 50%;
  --background-y: 50%;
  --panel-shadow-x: 0px;
  --panel-shadow-y: 12px;
  --panel-shift-x: 0px;
  --panel-shift-y: 0px;
  --panel-travel-x: 0px;
  --panel-travel-y: 0px;
  width: min(338px, calc(100vw - 40px));
  perspective: 1200px;
  opacity: 0;
  pointer-events: none;
  transform:
    translate(
      calc(-50% + var(--panel-travel-x)),
      calc(-50% + var(--panel-travel-y))
    )
    scale(0.98);
  transition:
    opacity 1280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.experience[data-state="ready"] .sleep-panel {
  opacity: 1;
  pointer-events: auto;
  transform:
    translate(
      calc(-50% + var(--panel-travel-x)),
      calc(-50% + var(--panel-travel-y))
    )
    scale(1);
}

.experience[data-ui-centering="true"] .sleep-panel {
  transition:
    opacity 1280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 2000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.experience[data-ui-fading="true"] .sleep-panel {
  opacity: 0;
  pointer-events: none;
  transform:
    translate(
      calc(-50% + var(--panel-travel-x)),
      calc(-50% + var(--panel-travel-y))
    )
    scale(0.96);
}

.sleep-panel__shell {
  position: absolute;
  inset: 0;
}

.sleep-panel {
  min-height: 158px;
}

.sleep-panel__shell {
  position: relative;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 16px;
  border-radius: 34px;
  overflow: hidden;
  border: 1.36px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(36, 28, 12, 0.34), rgba(23, 17, 8, 0.26) 50%, rgba(72, 54, 17, 0.18)),
    rgba(18, 14, 8, 0.3);
  box-shadow:
    calc(var(--panel-shadow-x) * 0.65) calc(var(--panel-shadow-y) * 1.25) 42px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(26px) saturate(155%);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
  transform:
    rotateX(var(--panel-tilt-x, 0deg))
    rotateY(var(--panel-tilt-y, 0deg))
    translateY(var(--panel-lift, 0px))
    scale(var(--panel-scale, 1));
  transform-style: preserve-3d;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sleep-panel__shell::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--background-x) var(--background-y), rgba(243, 207, 87, 0.34), rgba(243, 207, 87, 0.18) 14%, rgba(243, 207, 87, 0.06) 30%, rgba(243, 207, 87, 0) 52%),
    radial-gradient(circle at calc(var(--background-x) - 12%) calc(var(--background-y) + 10%), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04) 18%, rgba(255, 255, 255, 0) 48%);
  transform: translate(var(--panel-shift-x), var(--panel-shift-y));
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.78;
  pointer-events: none;
}

.sleep-panel__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14) 14%, rgba(255, 221, 136, 0.08) 28%, rgba(255, 221, 136, 0) 52%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 38%, rgba(255, 218, 112, 0.08) 64%, rgba(255, 218, 112, 0) 78%);
  mix-blend-mode: screen;
  opacity: 0.32;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.experience[data-hovering-bird="true"] .sleep-panel__shell {
  --panel-lift: -4px;
  --panel-scale: 1.015;
}

.experience[data-hovering-bird="true"] .sleep-panel__shell::before {
  opacity: 1;
}

.experience[data-hovering-bird="true"] .sleep-panel__shell::after {
  opacity: 0.58;
}

.sleep-panel__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 176px;
  transform: translateY(-15px);
}

.sleep-panel__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.sleep-panel__time {
  margin: 0;
  color: #fff;
  font-size: clamp(2.22rem, 3.32vw, 2.96rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin-top: 1px;
  margin-bottom: 2px;
}

.sleep-panel__days {
  display: flex;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.26);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.sleep-panel__days strong {
  color: #fff;
  font-weight: 600;
}

.sleep-panel__side {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.sleep-panel__avatars {
  display: flex;
  padding-right: 10px;
}

.sleep-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  margin-left: -9px;
  border: 1.2px solid rgba(215, 215, 215, 0.95);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.sleep-avatar:first-child {
  margin-left: 0;
}

.sleep-avatar__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wake-toggle {
  position: relative;
  display: block;
  width: 72px;
  height: 34px;
  margin-top: -4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: none;
  transition:
    transform var(--ease-smooth),
    box-shadow var(--ease-smooth),
    background-color var(--ease-smooth);
}

.wake-toggle:hover,
.wake-toggle:focus-visible {
  transform: translateY(-1px) scale(1.02);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.wake-toggle:focus-visible {
  outline: 2px solid var(--outline);
  outline-offset: 4px;
}

.wake-toggle[aria-checked="true"] {
  background: #f3cf57;
  box-shadow:
    0 8px 26px rgba(243, 207, 87, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.experience[data-ui-ringing="true"] .wake-toggle {
  animation: wakeToggleRingPulse 320ms ease-in-out infinite;
  transform-origin: center;
}

.experience[data-ui-ringing="true"] .sleep-panel__shell {
  animation: sleepPanelRingPulse 320ms ease-in-out infinite;
  transform-origin: center;
}

.experience[data-ui-ringing="true"] .wake-toggle__knob {
  animation: wakeToggleKnobPulse 900ms ease-in-out infinite;
}

.wake-toggle__track-label {
  display: none;
}

.wake-toggle__knob {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f6f6f6);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.wake-toggle[aria-checked="true"] .wake-toggle__knob {
  transform: translateX(38px);
}

.awake-panel {
  position: absolute;
  inset: 0;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(18px);
}

.experience[data-state="awake"] .awake-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.awake-panel__copy {
  position: absolute;
  left: 50%;
  top: 13%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  transform: translateX(-50%);
}

.awake-panel__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.awake-panel__title {
  margin: 0;
  padding: 8px 20px;
  border-radius: 17px;
  background: rgba(50, 50, 50, 0.4);
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(1.1rem, 1.68vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.awake-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.awake-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
}

.awake-brand__mark {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 22px;
  flex-shrink: 0;
}

.awake-brand__mark-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.awake-brand__name {
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(1.4rem, 1.9vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.awake-brand__divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
}

.awake-brand__tag {
  color: #ffffff;
  font-family: var(--display-font);
  font-size: clamp(1.1rem, 1.6vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.project-progress {
  position: absolute;
  top: calc(20px + env(safe-area-inset-top));
  left: 3%;
  min-width: 154px;
  padding: 7px 10px 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 8, 4, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.project-progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.project-progress__label,
.project-progress__value {
  color: rgba(255, 248, 234, 0.9);
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
}

.project-progress__value {
  color: rgba(255, 233, 170, 0.96);
}

.project-progress__track {
  position: relative;
  width: 100%;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.project-progress__fill {
  display: block;
  width: 90%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(243, 205, 95, 0.96), rgba(255, 239, 191, 0.98));
  box-shadow: 0 0 12px rgba(243, 205, 95, 0.26);
}

.awake-friends {
  position: absolute;
  left: calc(40% - min(14vw, 162px));
  top: 39.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.friend-orb {
  position: relative;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: none;
  opacity: 1;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.friend-orb::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 2.5px solid transparent;
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.friend-orb:hover,
.friend-orb:focus-visible {
  transform: translateY(-3px) scale(1.03);
}

.friend-orb:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.friend-orb__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.friend-orb.is-speaking::before {
  opacity: 1;
  border-color: rgba(92, 241, 135, 0.94);
  box-shadow:
    0 0 0 2px rgba(16, 60, 24, 0.46),
    0 0 20px rgba(92, 241, 135, 0.28);
  animation: speakingPulse 1.8s ease-in-out infinite;
}

.friend-orb.is-highlighted::before {
  border-width: 3px;
}

.friend-orb.is-sleeping {
  opacity: 0.48;
}

.friend-orb.is-sleeping .friend-orb__image {
  border-color: rgba(255, 255, 255, 0.32);
}

.friend-orb__zzz {
  position: absolute;
  right: -16px;
  top: -2px;
  width: 42px;
  height: 44px;
  transform: rotate(-8deg);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.friend-orb:not(.is-sleeping) .friend-orb__zzz {
  opacity: 0;
  transform: translateY(-4px) scale(0.92) rotate(-8deg);
}

.friend-orb__zzz-letter {
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 243, 212, 0.92);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(0.8);
  animation: sleepingZzzFade 3.6s ease-in-out infinite;
}

.friend-orb__zzz-letter:nth-child(1) {
  left: 0;
  top: 22px;
}

.friend-orb__zzz-letter:nth-child(2) {
  left: 10px;
  top: 10px;
  animation-delay: 1.2s;
}

.friend-orb__zzz-letter:nth-child(3) {
  left: 20px;
  top: -2px;
  animation-delay: 2.4s;
}

.awake-actions {
  position: absolute;
  left: 50%;
  bottom: 9%;
  display: flex;
  align-items: stretch;
  gap: 14px;
  transform: translateX(-50%);
}

.glass-action,
.waitlist-form {
  border: 1.36px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.18), rgba(255, 247, 226, 0.1) 40%, rgba(138, 105, 37, 0.1)),
    rgba(90, 70, 21, 0.16);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.glass-action {
  min-width: 130px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff6e6;
  font-family: var(--display-font);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: none;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.glass-action:hover,
.glass-action:focus-visible,
.waitlist-form:hover,
.waitlist-form:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 240, 205, 0.26);
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.glass-action:focus-visible,
.waitlist-form__submit:focus-visible,
.waitlist-form__input:focus-visible,
.info-modal__close:focus-visible {
  outline: 2px solid rgba(255, 239, 202, 0.92);
  outline-offset: 4px;
}

.waitlist-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  width: fit-content;
  max-width: calc(100vw - 84px);
  min-height: 52px;
  padding: 7px 8px 7px 18px;
  border-radius: 999px;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.waitlist-form__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff9ef;
  font-family: var(--display-font);
  font-size: 0.9rem;
  cursor: none;
}

.waitlist-form__input::placeholder {
  color: rgba(255, 244, 223, 0.58);
}

.waitlist-form__input:focus {
  outline: none;
}

.waitlist-form__submit {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 237, 194, 0.16);
  color: #fffaf0;
  font-family: var(--display-font);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    max-width 220ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease,
    opacity 220ms ease;
}

.waitlist-form__socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition:
    max-width 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.waitlist-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.18), rgba(255, 247, 226, 0.1) 40%, rgba(138, 105, 37, 0.1)),
    rgba(90, 70, 21, 0.18);
  color: #fff8ef;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.waitlist-social:hover,
.waitlist-social:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 238, 205, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.22), rgba(255, 247, 226, 0.14) 40%, rgba(138, 105, 37, 0.16)),
    rgba(96, 74, 21, 0.22);
}

.waitlist-social:focus-visible {
  outline: 2px solid rgba(255, 239, 202, 0.92);
  outline-offset: 4px;
}

.waitlist-social__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.waitlist-social__image {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.waitlist-social__icon--instagram {
  border: 1.8px solid currentColor;
  border-radius: 5px;
}

.waitlist-social__icon--instagram::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.6px solid currentColor;
  border-radius: 999px;
}

.waitlist-social__icon--instagram::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.waitlist-social__image--threads {
  width: 17px;
  height: 17px;
  transform: translateX(-1px);
}

.waitlist-form.is-ready .waitlist-form__submit,
.waitlist-form[data-state="success"] .waitlist-form__submit {
  max-width: 160px;
  min-width: 116px;
  padding: 0 14px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.waitlist-form.is-ready .waitlist-form__submit:hover,
.waitlist-form.is-ready .waitlist-form__submit:focus-visible,
.waitlist-form[data-state="success"] .waitlist-form__submit:hover,
.waitlist-form[data-state="success"] .waitlist-form__submit:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 237, 194, 0.26);
}

.waitlist-form__hint {
  position: absolute;
  left: 24px;
  bottom: -46px;
  margin: 0;
  color: rgba(255, 241, 214, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.waitlist-form[data-state="invalid"] .waitlist-form__hint,
.waitlist-form[data-state="success"] .waitlist-form__hint {
  opacity: 1;
  transform: translateY(0);
}

.waitlist-form[data-state="invalid"] {
  border-color: rgba(255, 149, 149, 0.4);
}

.waitlist-form[data-state="invalid"] .waitlist-form__hint {
  color: rgba(255, 184, 184, 0.92);
}

.waitlist-form[data-state="success"] {
  border-color: rgba(130, 232, 162, 0.36);
  width: fit-content;
}

.waitlist-form[data-state="success"] .waitlist-form__input {
  flex: 0 0 112px;
  opacity: 0.34;
}

.waitlist-form[data-state="success"] .waitlist-form__submit {
  background: rgba(120, 221, 149, 0.22);
  opacity: 1;
  min-width: 98px;
}

.waitlist-form[data-state="success"] .waitlist-form__socials {
  max-width: 96px;
  opacity: 1;
  transform: translateY(0);
}

.info-modal {
  position: absolute;
  inset: 0;
  z-index: 18;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.info-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 5, 2, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.info-modal__dialog {
  position: relative;
  width: min(1020px, calc(100vw - 56px));
  max-height: min(88vh, 940px);
  border-radius: 38px;
  border: 1.36px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(28, 22, 11, 0.68), rgba(16, 13, 7, 0.74) 52%, rgba(54, 40, 13, 0.52)),
    rgba(11, 9, 5, 0.78);
  box-shadow:
    0 32px 68px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  transform: scale(0.94);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}

.info-modal.is-open .info-modal__dialog {
  transform: scale(1);
}

.info-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 247, 230, 0.92);
  font-size: 1.5rem;
  cursor: none;
  z-index: 2;
}

.info-modal__body {
  position: relative;
  padding: 34px 34px 32px;
  max-height: min(88vh, 940px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 205, 96, 0.32) transparent;
}

.info-modal__body::-webkit-scrollbar {
  width: 10px;
}

.info-modal__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(244, 205, 96, 0.28);
}

.info-sheet {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-sheet__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 8px 54px 0;
  text-align: center;
}

.info-sheet__kicker {
  display: none;
}

.info-jiojio-highlight {
  color: #ffb900;
}

.info-sheet__title {
  margin: 0;
  color: rgba(255, 250, 240, 0.98);
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.info-sheet__intro {
  max-width: 620px;
  margin: 0;
  color: rgba(245, 233, 209, 0.72);
  font-size: clamp(0.98rem, 1.3vw, 1.12rem);
  line-height: 1.88;
}

.info-feature-grid {
  display: flex;
  gap: 16px;
}

.info-feature-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 8px 20px rgba(0, 0, 0, 0.12);
}

.info-feature-card:nth-child(odd) {
  transform: rotate(-2deg);
}

.info-feature-card:nth-child(even) {
  transform: rotate(2deg);
}

.info-feature-card__img {
  width: 100%;
  height: 110px;
  object-fit: contain;
}

.info-feature-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.info-feature-card__title {
  margin: 0;
  color: rgba(255, 249, 239, 0.96);
  font-family: var(--display-font);
  font-size: 1.05rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.info-feature-card__body {
  margin: 0;
  color: rgba(235, 226, 209, 0.72);
  font-size: 0.88rem;
  line-height: 1.72;
}

.info-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.info-footer__socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.info-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.info-backed {
  align-self: center;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  gap: 12px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
    scale: 0.8;
}

.info-backed:hover,
.info-backed:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 232, 171, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.info-backed:focus-visible {
  outline: 2px solid rgba(255, 239, 202, 0.92);
  outline-offset: 4px;
}

.info-backed__label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
}

.info-backed__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.info-backed__logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.info-backed__name {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
}

@keyframes cursorAlarmShake {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }

  20% {
    transform: scale(1) rotate(-8deg);
  }

  40% {
    transform: scale(1.02) rotate(8deg);
  }

  60% {
    transform: scale(1) rotate(-6deg);
  }

  80% {
    transform: scale(1.02) rotate(6deg);
  }
}

@keyframes wakeToggleRingPulse {
  0%,
  100% {
    box-shadow:
      0 8px 26px rgba(243, 207, 87, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: scale(1) rotate(0deg);
  }

  25% {
    transform: scale(1.08) rotate(-5deg);
  }

  50% {
    box-shadow:
      0 14px 34px rgba(243, 207, 87, 0.38),
      0 0 0 8px rgba(243, 207, 87, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transform: scale(1.16) rotate(5deg);
  }

  75% {
    transform: scale(1.08) rotate(-4deg);
  }
}

@keyframes wakeToggleKnobPulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.08);
  }
}

@keyframes sleepPanelRingPulse {
  0%,
  100% {
    box-shadow:
      calc(var(--panel-shadow-x) * 0.65) calc(var(--panel-shadow-y) * 1.25) 42px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.03),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: scale(1) rotate(0deg);
  }

  20% {
    transform: scale(1.02) rotate(-1.4deg) translateX(-3px);
  }

  40% {
    box-shadow:
      calc(var(--panel-shadow-x) * 0.72) calc(var(--panel-shadow-y) * 1.35) 48px rgba(0, 0, 0, 0.26),
      0 0 0 10px rgba(243, 207, 87, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: scale(1.04) rotate(1.4deg) translateX(4px);
  }

  60% {
    transform: scale(1.03) rotate(-1.1deg) translateX(-3px);
  }

  80% {
    transform: scale(1.02) rotate(1deg) translateX(3px);
  }
}

@keyframes speakingPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes sleepingZzzFade {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.8);
  }

  12% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.84);
  }

  24% {
    opacity: 1;
    transform: translate3d(1px, 2px, 0) scale(1);
  }

  42% {
    opacity: 0.7;
    transform: translate3d(4px, -7px, 0) scale(1.06);
  }

  60% {
    opacity: 0;
    transform: translate3d(7px, -16px, 0) scale(1.12);
  }

  100% {
    opacity: 0;
    transform: translate3d(7px, -16px, 0) scale(1.12);
  }
}

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

@media (max-width: 720px) {
  .experience,
  .stage {
    min-height: 100dvh;
    height: 100dvh;
  }

  .cursor-glow {
    display: none;
  }

  .cursor-shell {
    left: 50% !important;
    top: 50% !important;
    width: 64px;
    height: 64px;
    opacity: 0 !important;
    transform: translate3d(-50%, -50%, 0);
  }

  .cursor-shell[data-mode="default"],
  .cursor-shell[data-mode="hover"] {
    opacity: 0 !important;
  }

  .experience[data-state="transitioning"] .cursor-shell[data-mode="alarm"] {
    opacity: 1 !important;
  }

  .cursor-shell[data-mode="alarm"] .cursor-alarm {
    transform: none;
    inset: 0;
  }

  .cursor-alarm__body {
    left: 19px;
    top: 21px;
    width: 26px;
    height: 21px;
    border-width: 2.4px;
    border-radius: 8px;
  }

  .cursor-alarm__body::before {
    left: 11px;
    top: 3px;
    width: 2.4px;
    height: 6px;
  }

  .cursor-alarm__body::after {
    left: 11px;
    top: 8px;
    width: 7px;
    height: 2.4px;
  }

  .cursor-alarm__bell {
    top: 13px;
    width: 12px;
    height: 7px;
    border-top-width: 2.4px;
    border-left-width: 2.4px;
    border-right-width: 2.4px;
  }

  .cursor-alarm__bell--left {
    left: 15px;
  }

  .cursor-alarm__bell--right {
    right: 15px;
  }

  .cursor-alarm__leg {
    bottom: 12px;
    width: 7px;
    height: 2.4px;
  }

  .cursor-alarm__leg--left {
    left: 21px;
  }

  .cursor-alarm__leg--right {
    right: 21px;
  }

  .loading-dial {
    width: 78px;
    height: 78px;
  }

  .stage-toolbar {
    right: 14px;
    top: calc(14px + env(safe-area-inset-top));
    gap: 8px;
  }

  .toolbar-toggle {
    min-width: 54px;
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .toolbar-toggle--audio {
    min-width: 78px;
    padding: 0 11px 0 10px;
    gap: 8px;
  }

  .toolbar-toggle__label {
    font-size: 0.69rem;
  }

  .loading-dial::before {
    inset: 9px;
  }

  .loading-dial__core {
    width: 3px;
    height: 16px;
  }

  .sleep-panel {
    width: min(92vw, 390px);
    min-height: 188px;
  }

  .sleep-panel::before,
  .sleep-panel__shell {
    border-radius: 32px;
  }

  .sleep-panel__shell {
    gap: 18px;
    padding: 18px 18px 16px;
  }

  .sleep-panel__label {
    font-size: 12px;
  }

  .sleep-panel__time {
    font-size: clamp(3.2rem, 14vw, 4.25rem);
  }

  .sleep-panel__days {
    gap: 8px;
    font-size: 11px;
  }

  .sleep-panel__side {
    min-height: 124px;
  }

  .sleep-avatar {
    width: 36px;
    height: 36px;
  }

  .wake-toggle {
    width: 82px;
    height: 40px;
    margin-top: 0;
  }

  .wake-toggle__knob {
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .wake-toggle[aria-checked="true"] .wake-toggle__knob {
    transform: translateX(42px);
  }

  .awake-panel__copy {
    top: calc(13% + env(safe-area-inset-top));
    left: 50%;
    right: auto;
    max-width: min(92vw, 360px);
    gap: 14px;
    transform: translateX(-50%);
    align-items: center;
  }

  .awake-brand__mark {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    flex-shrink: 0;
  }

  .awake-panel__text {
    gap: 8px;
    min-width: 0;
  }

  .awake-brand__name {
    font-size: clamp(1.15rem, 5.5vw, 1.5rem);
  }

  .awake-brand__tag {
    font-size: clamp(0.95rem, 4.5vw, 1.2rem);
  }

  .awake-brand__divider {
    height: 18px;
  }

  .awake-panel__title {
    font-size: clamp(0.9rem, 4.2vw, 1.05rem);
    line-height: 1.4;
    padding: 7px 14px;
  }

  .awake-brand {
    gap: 8px;
    padding: 0;
    margin-left: 0;
  }

  .project-progress {
  }

  .project-progress {
    min-width: 136px;
    padding: 6px 9px 7px;
    border-radius: 12px;
  }

  .project-progress__label,
  .project-progress__value {
    font-size: 0.66rem;
  }

  .project-progress__track {
    height: 4px;
  }

  .awake-friends {
    left: 26px;
    top: 37%;
    gap: 10px;
  }

  .friend-orb {
    width: 50px;
    height: 50px;
  }

  .friend-orb__zzz {
    right: -10px;
    top: -1px;
    width: 34px;
    height: 36px;
  }

  .friend-orb__zzz-letter {
    font-size: 0.76rem;
  }

  .friend-orb__zzz-letter:nth-child(1) {
    top: 18px;
  }

  .friend-orb__zzz-letter:nth-child(2) {
    left: 8px;
    top: 8px;
  }

  .friend-orb__zzz-letter:nth-child(3) {
    left: 16px;
    top: -2px;
  }

  .awake-actions {
    left: 50%;
    width: min(92vw, 360px);
    bottom: calc(5.4% + env(safe-area-inset-bottom));
    flex-direction: column-reverse;
    gap: 12px;
  }

  .glass-action,
  .waitlist-form {
    width: 100%;
  }

  .waitlist-form,
  .waitlist-form[data-state="success"] {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .glass-action {
    min-width: 0;
    min-height: 54px;
    font-size: 0.98rem;
  }

  .waitlist-form {
    min-height: 58px;
    padding: 8px 9px 8px 16px;
  }

  .waitlist-form__input {
    font-size: 16px;
  }

  .waitlist-form__submit {
    min-width: 0;
    min-height: 40px;
    max-width: 0;
    padding: 0;
  }

  .waitlist-form.is-ready .waitlist-form__submit,
  .waitlist-form[data-state="success"] .waitlist-form__submit {
    max-width: 132px;
    min-width: 118px;
    padding: 0 14px;
  }

  .waitlist-form[data-state="success"] {
    width: 100%;
  }

  .waitlist-form[data-state="success"] .waitlist-form__input {
    flex-basis: 86px;
  }

  .waitlist-form[data-state="success"] .waitlist-form__socials {
    max-width: 84px;
    gap: 6px;
  }

  .waitlist-social {
    width: 34px;
    height: 34px;
  }

  .waitlist-social__icon {
    width: 16px;
    height: 16px;
  }

  .waitlist-social__image {
    width: 16px;
    height: 16px;
  }

  .waitlist-social__image--threads {
    width: 15px;
    height: 15px;
    transform: translateX(-1px);
  }

  .waitlist-form__hint {
    left: 0;
    right: 0;
    top: -42px;
    bottom: auto;
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .info-modal__dialog {
    width: min(360px, calc(100vw - 28px));
    max-height: min(86vh, 760px);
    border-radius: 28px;
  }

  .info-modal__body {
    padding: 22px 18px 20px;
    max-height: min(86vh, 760px);
  }

  .info-sheet {
    gap: 20px;
  }

  .info-sheet__hero {
    gap: 12px;
    padding: 6px 12px 0;
  }

  .info-sheet__kicker {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .info-sheet__title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .info-sheet__intro {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .info-feature-grid {
    flex-direction: column;
    gap: 12px;
  }

  .info-feature-card {
    padding: 16px 14px 18px;
    border-radius: 16px;
  }

  .info-feature-card:nth-child(odd),
  .info-feature-card:nth-child(even) {
    transform: none;
  }

  .info-feature-card__img {
    height: 80px;
  }

  .info-feature-card__title {
    font-size: 1.02rem;
  }

  .info-feature-card__body {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .info-footer {
    gap: 10px;
  }

  .info-footer__socials {
    gap: 8px;
  }

  .info-footer__copyright {
    font-size: 0.74rem;
  }

  .info-backed {
    width: fit-content;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 12px 9px 14px;
  }

  .info-backed__label {
    font-size: 0.8rem;
  }

  .info-backed__brand {
    gap: 7px;
  }

  .info-backed__logo {
    width: 19px;
    height: 19px;
  }

  .info-backed__name {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
