:root {
  --stage-width: 648px;
  --stage-height: 1228px;
  --scale: 1;
  --paper: #e3e3e3;
  --ink: #28221f;
  --soft-white: rgba(255, 255, 255, 0.74);
  --reviews-start: calc(884px * var(--scale));
  --stage-end: calc(var(--stage-height) * var(--scale));
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  overflow-x: hidden;
  background: linear-gradient(to bottom, var(--paper) 0 var(--reviews-start), #211d19 var(--reviews-start) var(--stage-end), var(--paper) var(--stage-end) 100%);
}

body {
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: clip;
  overflow-y: auto;
  background: linear-gradient(to bottom, var(--paper) 0 var(--reviews-start), #211d19 var(--reviews-start) var(--stage-end), var(--paper) var(--stage-end) 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
}

html.narrow-viewport-fallback body {
  justify-content: flex-start;
}

html.narrow-viewport-fallback .scale-shell {
  margin-left: 0;
  margin-right: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.scale-shell {
  position: relative;
  flex: 0 0 auto;
  width: calc(var(--stage-width) * var(--scale));
  height: calc(var(--stage-height) * var(--scale));
  max-width: 100vw;
  margin: 0 auto;
}

.stage {
  position: absolute;
  inset: 0 auto auto 0;
  width: var(--stage-width);
  height: var(--stage-height);
  overflow: visible;
  transform: scale(var(--scale));
  transform-origin: top left;
  background: transparent;
  border-radius: 0;
  isolation: isolate;
  will-change: transform;
}

.light-panel,
.reviews-panel {
  position: absolute;
  left: 0;
  width: 100%;
}

.light-panel {
  top: 0;
  height: 884px;
  background: var(--paper);
}

.reviews-panel {
  top: 884px;
  height: 344px;
  overflow: hidden;
  background: transparent;
}

.composition-link:focus {
  outline: none;
}

.composition-link:focus-visible {
  color: #000;
  text-decoration-thickness: 2px;
}

.brand-note {
  position: absolute;
  z-index: 7;
  top: 17px;
  left: 31px;
  max-width: 210px;
  color: #2b2622;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0;
}

.brand-note strong {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.brand-note span {
  display: block;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.18;
}

.panic-button {
  position: absolute;
  z-index: 8;
  top: 20px;
  right: 32px;
  min-width: 118px;
  height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(43, 38, 34, 0.58);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #2b2622;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
}

.panic-button:hover,
.panic-button:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(43, 38, 34, 0.9);
  outline: none;
}

.rock {
  position: absolute;
  display: block;
  user-select: none;
  pointer-events: none;
  --parallax-x: 0px;
  --parallax-y: 0px;
  will-change: transform;
}

.rock-top {
  z-index: 4;
  top: -6px;
  left: 376px;
  width: 88px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(8deg);
}

.chips {
  position: absolute;
  z-index: 6;
  top: 96px;
  left: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.chips button {
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.2);
  color: #292521;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  appearance: none;
}

.chips button:hover,
.chips button:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 255, 255, 0.9);
  outline: none;
}

.composition-link {
  position: absolute;
  z-index: 6;
  top: 104px;
  right: 34px;
  font-size: 12.4px;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
}

.letter-bracket {
  position: absolute;
  z-index: 3;
  top: 158px;
  left: 16px;
  width: 110px;
  height: 110px;
  border-left: 2px solid rgba(255, 255, 255, 0.82);
  border-top: 2px solid rgba(255, 255, 255, 0.82);
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
}

h1 {
  position: absolute;
  z-index: 5;
  top: 153px;
  left: 32px;
  margin: 0;
  color: #29231f;
  font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
  font-size: 112px;
  font-weight: 900;
  line-height: 0.93;
  white-space: nowrap;
  transform: scaleX(0.84);
  transform-origin: left top;
}

.heart-disk {
  position: absolute;
  z-index: 6;
  top: 269px;
  left: 355px;
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.heart {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  transform: rotate(-8deg);
}

.heart::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 14px;
  width: 4px;
  height: 25px;
  background: rgba(227, 227, 227, 0.9);
  transform: rotate(24deg);
}

.rock-hero {
  z-index: 7;
  top: 228px;
  left: 294px;
  width: 250px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(3deg);
  filter: contrast(1.03) saturate(0.94);
}

.hero-copy {
  position: absolute;
  z-index: 8;
  top: 353px;
  left: 128px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  text-transform: lowercase;
}

.hero-copy span,
.side-copy span {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1;
}

.can-text {
  position: absolute;
  z-index: 5;
  top: 476px;
  left: 32px;
  margin: 0;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}

.can-brace {
  position: absolute;
  z-index: 5;
  top: 487px;
  left: 180px;
  width: 287px;
  height: 22px;
  border-top: 3px solid #292521;
  border-left: 3px solid #292521;
  border-right: 3px solid #292521;
}

.arc-word {
  position: absolute;
  z-index: 6;
  top: 447px;
  left: 489px;
  width: 132px;
  height: 88px;
  color: #292521;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
}

.arc-word span {
  position: absolute;
  display: block;
}

.arc-word span:nth-child(1) { left: 0; top: 28px; transform: rotate(25deg); }
.arc-word span:nth-child(2) { left: 23px; top: 15px; transform: rotate(38deg); }
.arc-word span:nth-child(3) { left: 50px; top: 29px; transform: rotate(42deg); }
.arc-word span:nth-child(4) { left: 73px; top: 48px; transform: rotate(52deg); }
.arc-word span:nth-child(5) { left: 91px; top: 62px; transform: rotate(64deg); }
.arc-word span:nth-child(6) { left: 103px; top: 8px; transform: rotate(82deg); font-size: 32px; }

.rock-side {
  z-index: 4;
  top: 596px;
  left: 18px;
  width: 150px;
  opacity: 0.76;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(-6deg);
}

.left-disk {
  position: absolute;
  z-index: 3;
  top: 606px;
  left: -48px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.27);
}

.left-ring {
  position: absolute;
  z-index: 5;
  top: 659px;
  left: 84px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
}

.side-copy {
  position: absolute;
  z-index: 6;
  top: 796px;
  left: 34px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.action-grid {
  position: absolute;
  z-index: 8;
  top: 541px;
  left: 180px;
  width: 436px;
  height: 316px;
}

.action-card {
  position: absolute;
  width: 140px;
  height: 150px;
  margin: 0;
  padding: 10px 8px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  color: #292521;
  text-align: left;
  cursor: pointer;
  appearance: none;
  outline: none;
}

.action-card:hover,
.action-card:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.92);
}

.action-card:active {
  transform: translateY(1px);
}

.card-one { left: 0; top: 0; }
.card-two { left: 148px; top: 0; }
.card-three { left: 148px; top: 165px; }
.card-four { left: 296px; top: 165px; }

.number {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.action-card .text {
  position: absolute;
  z-index: 2;
  left: 8px;
  right: 8px;
  bottom: 8px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.card-three .text {
  bottom: 12px;
}

.card-three .number {
  margin-bottom: 28px;
}

.rock-card {
  z-index: 1;
  top: 29px;
  left: 58px;
  width: 112px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(-7deg);
  filter: contrast(1.02) saturate(0.95);
}

.rock-bottom {
  z-index: 9;
  top: 795px;
  left: 192px;
  width: 218px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0) rotate(-1deg);
  filter: contrast(0.95) saturate(0.82);
}

.reviews {
  position: absolute;
  z-index: 10;
  inset: 884px 0 0 0;
  color: #fff;
}

.reviews h2 {
  position: absolute;
  top: 47px;
  left: 33px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}

.review-card {
  position: absolute;
  top: 116px;
  width: 140px;
  height: 178px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: rgba(255, 255, 255, 0.9);
}

.review-one { left: 33px; }
.review-two { left: 180px; }
.review-three { left: 327px; }
.review-four { left: 476px; }

.review-card span {
  position: absolute;
  left: 8px;
  bottom: 7px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.review-four p {
  position: absolute;
  top: 12px;
  left: 9px;
  right: 8px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.review-four strong {
  position: absolute;
  left: 9px;
  bottom: 14px;
  color: #fff;
  font-size: 47px;
  font-weight: 300;
  line-height: 1;
}

.sleep-active {
  overflow: hidden;
}

.sleep-active .scale-shell {
  filter: grayscale(0.35) blur(0.7px) brightness(0.72);
  transition: filter 260ms ease;
}

.sleep-active,
.sleep-active * {
  cursor: none !important;
}

.sleep-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.1), transparent 34%),
    rgba(18, 15, 13, 0.56);
  color: #f5f2ec;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
  backdrop-filter: blur(2px) grayscale(0.45);
}

.sleep-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sleep-panel {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100vw - 32px));
  min-height: 430px;
  max-height: calc((var(--vh, 1vh) * 100) - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding: 34px 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(33, 29, 25, 0.96);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  transform: translateY(18px);
  transition: transform 260ms ease;
}

.sleep-overlay.is-open .sleep-panel {
  transform: translateY(0);
}

.sleep-view {
  min-height: 368px;
  display: none;
  flex-direction: column;
}

.sleep-overlay[data-action="1"] .sleep-view-one,
.sleep-overlay[data-action="2"] .sleep-view-two,
.sleep-overlay[data-action="3"] .sleep-view-three,
.sleep-overlay[data-action="4"] .sleep-view-four,
.sleep-overlay[data-action="info"] .sleep-view-info,
.sleep-overlay[data-action="panic"] .sleep-view-panic {
  display: flex;
}

.sleep-zero {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.sleep-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 0.98;
}

.sleep-copy {
  max-width: 430px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.16;
}

.panic-copy {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.18;
}

.wait-copy {
  margin-bottom: 22px;
}

.wait-timer {
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.wait-timer li {
  min-height: 42px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.26;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease, border-color 240ms ease, background 240ms ease;
}

.wait-timer li.is-visible {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.wait-timer time {
  color: #fff;
  font-family: "Arial Black", Impact, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.wait-bridge {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.18;
}

.sleep-stats {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.sleep-stats div {
  min-height: 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sleep-stats dt,
.sleep-stats dd {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.sleep-stats dt {
  color: rgba(255, 255, 255, 0.72);
}

.sleep-stats dd {
  color: #fff;
  font-size: 25px;
}

.strategy-generate {
  width: 100%;
  min-height: 56px;
  margin: 8px 0 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #292521;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  cursor: none;
}

.strategy-generate:hover,
.strategy-generate:focus-visible {
  background: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.36);
  outline-offset: 3px;
}

.strategy-generate:disabled {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
}

.strategy-list {
  min-height: 242px;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  list-style: none;
}

.strategy-list li {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.12;
  opacity: 0;
  transform: translateY(8px);
  animation: strategyItemIn 240ms ease forwards;
}

@keyframes strategyItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.strategy-result,
.strategy-cta {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 260ms ease, max-height 260ms ease, margin 260ms ease, padding 260ms ease, transform 260ms ease;
}

.strategy-result {
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.strategy-result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.14;
}

.strategy-result p + p {
  margin-top: 12px;
}

.strategy-result strong {
  color: #fff;
  font-weight: 900;
}

.strategy-cta {
  margin-top: 0;
  min-height: 0;
  pointer-events: none;
}

.sleep-overlay.show-strategy-result .strategy-result {
  opacity: 1;
  max-height: 190px;
  margin-top: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translateY(0);
}

.sleep-overlay.show-strategy-result .strategy-cta {
  opacity: 1;
  max-height: 80px;
  margin-top: 24px;
  min-height: 54px;
  pointer-events: auto;
  transform: translateY(0);
}

.stone-services {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.14;
}

.stone-services li {
  position: relative;
  padding-left: 23px;
}

.stone-services li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.68);
}

.stone-result,
.sleep-alternative {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 260ms ease, max-height 260ms ease, margin 260ms ease, padding 260ms ease, transform 260ms ease;
}

.stone-result {
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.stone-result p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.14;
}

.stone-result p + p {
  margin-top: 9px;
}

.sleep-alternative {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.16;
}

.sleep-overlay.show-result .stone-result {
  opacity: 1;
  max-height: 170px;
  margin-top: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translateY(0);
}

.sleep-overlay.show-result .sleep-alternative {
  opacity: 1;
  max-height: 90px;
  margin-top: 16px;
  transform: translateY(0);
}

.dust-board {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.045);
  touch-action: none;
}

.dust-dashboard {
  position: relative;
  min-height: inherit;
  padding: 16px;
}

.dust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.dust-metrics div {
  min-height: 66px;
  padding: 11px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dust-metrics div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dust-metrics span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.dust-metrics strong {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.dust-bars {
  height: 88px;
  margin: 17px 0 15px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.dust-bars span {
  width: 100%;
  height: var(--h);
  min-height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.16));
}

.dust-insights {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.dust-insights li {
  min-height: 48px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.dust-canvas {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: none;
}

.dust-hint {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(33, 29, 25, 0.76);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.sleep-overlay.is-dusting .dust-hint {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
}

.dust-final {
  margin-top: 22px;
}

.analytics-summary {
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.analytics-summary div {
  min-height: 72px;
  padding: 12px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.analytics-summary div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.analytics-summary span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}

.analytics-summary strong {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.analytics-chart {
  padding: 13px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
}

.chart-topline {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.chart-topline strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.lead-chart {
  width: 100%;
  height: auto;
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.lead-chart line {
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1;
}

.lead-chart text {
  fill: rgba(255, 255, 255, 0.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.chart-area {
  fill: rgba(255, 255, 255, 0.08);
}

.chart-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-point {
  fill: #211d19;
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 3;
  transition: r 180ms ease, fill 180ms ease, stroke 180ms ease;
}

.chart-point.is-active {
  fill: #fff;
  stroke: #fff;
  r: 11px;
}

.reason-controls {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.reason-chip {
  min-height: 31px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.reason-chip:hover,
.reason-chip:focus-visible,
.reason-chip.is-active {
  background: rgba(255, 255, 255, 0.88);
  color: #292521;
}

.chart-note {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.12;
}

.analytics-meme {
  margin: 22px 0 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.05;
}

.crm-bridge {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.16;
}

.sleep-view-three .sleep-button {
  margin-bottom: 26px;
}

.sleep-view-three::after {
  content: "";
  display: block;
  flex: 0 0 34px;
}

.lead-rain {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
}

.sleep-overlay[data-action="4"] .lead-rain {
  display: block;
}

.lead-rain span {
  position: absolute;
  left: var(--x);
  top: -70px;
  min-width: 72px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-80px) rotate(-8deg) scale(var(--s));
  animation: lead-rain 3.2s linear infinite;
  animation-delay: var(--d);
}

.lead-rain span:nth-child(2n) {
  animation-duration: 3.8s;
  transform: translateY(-80px) rotate(7deg) scale(var(--s));
}

.lead-rain span:nth-child(3n) {
  animation-duration: 2.9s;
}

@keyframes lead-rain {
  0% {
    opacity: 0;
    translate: 0 -90px;
  }
  8% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: 0 calc(100vh + 150px);
  }
}

.sleep-view-four {
  min-height: 348px;
}

.rain-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.16;
}

.rain-hook,
.sleep-view-four .sleep-button {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: opacity 260ms ease, max-height 260ms ease, margin 260ms ease, transform 260ms ease;
}

.rain-hook {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.02;
}

.sleep-overlay.show-hook .rain-hook {
  opacity: 1;
  max-height: 90px;
  margin-top: 34px;
  transform: translateY(0);
}

.sleep-overlay.show-hook .sleep-view-four .sleep-button {
  opacity: 1;
  max-height: 80px;
  margin-top: 36px;
  transform: translateY(0);
}

.info-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.17;
}

.info-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.info-list li {
  min-height: 40px;
  padding: 10px 12px 10px 34px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.info-punch {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
}

.sleep-view-info .sleep-button {
  margin-top: 30px;
}

.sleep-button {
  position: sticky;
  bottom: 0;
  z-index: 6;
  width: 100%;
  min-height: 54px;
  margin: 34px 0 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #292521;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  cursor: none;
}

.sleep-button:hover,
.sleep-button:focus-visible {
  background: #fff;
  outline: 2px solid rgba(255, 255, 255, 0.36);
  outline-offset: 3px;
}

.sleep-cursor {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
}

.sleep-overlay.is-open.has-cursor .sleep-cursor {
  opacity: 1;
}

@media (max-width: 560px) {
  .sleep-overlay {
    padding: 16px;
  }

  .sleep-panel {
    min-height: auto;
    max-height: calc((var(--vh, 1vh) * 100) - 32px);
    padding: 26px 20px 24px;
  }

  .sleep-view {
    min-height: 0;
  }

  .sleep-zero {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .sleep-panel h2 {
    font-size: 29px;
  }

  .sleep-copy {
    font-size: 18px;
  }

  .wait-timer {
    margin-bottom: 20px;
    gap: 7px;
  }

  .wait-timer li {
    min-height: 38px;
    padding: 8px 9px;
    grid-template-columns: 54px 1fr;
    gap: 9px;
    font-size: 14px;
  }

  .wait-timer time {
    font-size: 14px;
  }

  .wait-bridge {
    margin-top: 18px;
    font-size: 15px;
  }

  .strategy-generate {
    min-height: 52px;
    font-size: 15px;
  }

  .strategy-list {
    min-height: 220px;
    margin-top: 18px;
    gap: 7px;
  }

  .strategy-list li {
    padding: 9px 10px;
    font-size: 14px;
  }

  .strategy-result p {
    font-size: 15px;
  }

  .dust-board {
    min-height: 440px;
  }

  .dust-dashboard {
    padding: 12px;
  }

  .dust-metrics div {
    min-height: 58px;
    padding: 9px 8px;
  }

  .dust-metrics span {
    font-size: 10px;
  }

  .dust-metrics strong {
    font-size: 17px;
  }

  .dust-bars {
    height: 68px;
    margin: 13px 0;
    gap: 8px;
  }

  .dust-insights {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dust-insights li {
    min-height: 40px;
    padding: 8px 9px;
    font-size: 13px;
  }

  .dust-hint {
    width: min(240px, calc(100% - 36px));
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }

  .stone-services {
    gap: 8px;
    font-size: 16px;
  }

  .stone-result p,
  .sleep-alternative,
  .crm-bridge {
    font-size: 15px;
  }

  .analytics-summary {
    margin-bottom: 16px;
  }

  .analytics-summary div {
    min-height: 62px;
    padding: 10px 8px;
  }

  .analytics-summary span {
    font-size: 11px;
  }

  .analytics-summary strong {
    font-size: 25px;
  }

  .analytics-chart {
    padding: 11px 10px 12px;
  }

  .chart-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .lead-chart text {
    font-size: 14px;
  }

  .reason-chip {
    min-height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  .analytics-meme {
    margin-top: 18px;
    font-size: 19px;
  }

  .rain-copy {
    font-size: 20px;
  }

  .rain-hook {
    font-size: 23px;
  }

  .info-copy {
    font-size: 17px;
  }

  .info-list {
    margin-top: 20px;
    gap: 8px;
  }

  .info-list li {
    min-height: 36px;
    padding: 9px 10px 9px 29px;
    font-size: 14px;
  }

  .info-list li::before {
    left: 11px;
    top: 15px;
    width: 7px;
    height: 7px;
  }

  .info-punch {
    margin-top: 20px;
    font-size: 18px;
  }

  .sleep-overlay.show-hook .rain-hook {
    margin-top: 28px;
  }

  .lead-rain span {
    min-width: 62px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .sleep-stats dt,
  .sleep-stats dd {
    font-size: 16px;
  }

  .sleep-stats dd {
    font-size: 21px;
  }

  .sleep-button {
    margin-top: 30px;
    font-size: 15px;
  }

  .sleep-view::after {
    content: "";
    flex: 0 0 10px;
  }
}

@media (pointer: coarse) {
  .sleep-active,
  .sleep-active * {
    cursor: auto !important;
  }

  .dust-board,
  .dust-canvas {
    touch-action: pan-y;
  }

  .sleep-cursor {
    display: none;
  }
}
