:root {
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue",
    sans-serif;
  color: #141b21;
  background: #faf9f6;
  font-synthesis: none;
  font-size: 15px;
  --ink: #141b21;
  --blue: #547eae;
  --muted: #616769;
  --line: rgba(41, 57, 69, 0.13);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}
button:disabled {
  cursor: default;
  opacity: 0.42;
}
button:active:not(:disabled) {
  scale: 0.97;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
select,
input,
textarea {
  outline-offset: 4px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
canvas:focus-visible {
  outline: 2px solid #386aa5;
}
button {
  transition:
    background-color 0.16s,
    box-shadow 0.16s,
    scale 0.16s;
}
img {
  display: block;
}
button img,
a img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
button[hidden],
[hidden] {
  display: none !important;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
p {
  line-height: 1.55;
}
svg {
  width: 24px;
  height: 24px;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip {
  position: fixed;
  top: 8px;
  left: 10px;
  z-index: 120;
  background: #fff;
  padding: 14px;
  transform: translateY(-150%);
}
.skip:focus {
  transform: none;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.icon-button:hover {
  background: #ffffff48;
}
.icon-button img {
  width: 19px;
  height: 19px;
}
.pill,
.subtle-pill,
.primary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;
  white-space: nowrap;
}
.pill {
  padding: 0 18px;
  background: linear-gradient(#fffffff2, #f8f9f3c9);
  box-shadow:
    0 3px 8px #23372912,
    inset 0 0 0 1px #fff8;
}
.pill:hover {
  background: #fff;
  box-shadow: 0 4px 12px #23372924;
}
.text-button {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
}
.text-button:hover {
  background: #ffffff55;
}
.primary-button {
  background: #1c262d;
  color: white;
  padding: 0 22px;
}
.glass {
  background: linear-gradient(130deg, #ffffff62, #f9fbf930 65%, #eff5ff45);
  border: 1px solid #ffffffd6;
  box-shadow:
    0 14px 30px -18px #26392a66,
    0 2px 5px #35422c10,
    inset 0 0 0 0.5px #c6d4e969;
  backdrop-filter: blur(13px) saturate(1.12);
  -webkit-backdrop-filter: blur(13px) saturate(1.12);
}
/* The shell attaches to the viewport edge; the composer remains a distinct lower tier. */
.hud {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 96px));
  transform: translateX(-50%);
  color: #f8f9fb;
  isolation: isolate;
}
.hud-top {
  height: 68px;
  background: linear-gradient(120deg, #060908, #141715 65%, #080a09);
  border-radius: 0 0 27px 27px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
  box-shadow: 0 1px 0 #fff1;
  position: relative;
  z-index: 2;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 22px;
  letter-spacing: -0.6px;
  font-weight: 550;
  flex-shrink: 0;
}
.brand .emble-orb {
  width: 31px;
  height: 31px;
}
.hud-tabs {
  display: flex;
  gap: 4px;
  height: 44px;
}
.hud-tabs button {
  font-size: 14px;
  padding: 0 16px;
  border-radius: 18px;
}
.hud-tabs button:hover,
.hud-tabs [aria-current] {
  background: #ffffff13;
}
.page-links {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
.page-links a {
  padding-block: 16px;
}
.page-links a:hover {
  color: #c7d7fa;
}
.get-wrap {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  gap: 3px;
}
.get-wrap > span {
  font-size: 10px;
  color: #c7c9c7;
}
.get-button {
  border-radius: 30px;
  min-height: 36px;
  padding: 0 23px;
  background: #f4f5f3;
  color: #13191e;
  font-size: 13px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.get-button:hover {
  background: white;
}
.hud-composer {
  width: 76%;
  height: 72px;
  background: linear-gradient(110deg, #090c0b, #181b18 55%, #080b09);
  margin: -5px auto 0;
  padding: 4px 19px 7px 14px;
  border-radius: 0 0 30px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: inset 0 -1px 0 #ffffff1c;
  position: relative;
  z-index: 1;
}
.hud-composer::before,
.hud-composer::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 22px;
  height: 22px;
  pointer-events: none;
}
.hud-composer::before {
  left: -22px;
  border-radius: 0 22px 0 0;
  box-shadow: 7px -7px 0 5px #0a0d0b;
}
.hud-composer::after {
  right: -22px;
  border-radius: 22px 0 0 0;
  box-shadow: -7px -7px 0 5px #0a0d0b;
}
.orb-button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.orb-button .emble-orb {
  width: 43px;
  height: 43px;
}
.cursor-button {
  width: 40px;
  height: 44px;
  padding: 8px;
  color: #f5f9fb;
  flex-shrink: 0;
}
.cursor-button svg {
  width: 27px;
  height: 27px;
}
.hud-composer .icon-button img,
.hud .command-panel .icon-button img {
  filter: invert(1);
}
#command-form {
  height: 49px;
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, #292c29, #30332f);
  border-radius: 30px;
  box-shadow: inset 0 1px 0 #fff08;
}
#command-target {
  position: absolute;
  top: 6px;
  left: 20px;
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #bdc8ba;
  pointer-events: none;
}
#command {
  color: white;
  border: 0;
  background: none;
  width: 100%;
  padding: 17px 0 4px 20px;
  height: 49px;
  min-width: 0;
  font-size: 14px;
  outline-offset: 0;
  border-radius: 25px;
}
#command::placeholder {
  color: #bec1bc;
}
#command-form .icon-button {
  margin-right: 3px;
}
.hud.compact .hud-top {
  height: 64px;
}
.hud.compact .return-link::before {
  content: "↑ ";
}
.command-panel {
  position: absolute;
  top: 146px;
  width: min(630px, 100%);
  left: 50%;
  transform: translateX(-50%);
  background: #171d1cf5;
  border: 1px solid #46504a;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 20px 40px #0003;
  backdrop-filter: blur(20px);
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}
.panel-heading p {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 5px;
}
.panel-heading h2 {
  font-size: 17px;
  letter-spacing: -0.3px;
  font-weight: 550;
}
.command-examples {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.command-examples button {
  background: #ffffff0e;
  border: 1px solid #ffffff18;
  padding: 10px 12px;
  border-radius: 10px;
  min-height: 44px;
  font-size: 13px;
}
.command-examples button:hover {
  background: #ffffff21;
}
#target-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
#target-choices button {
  background: #d0e4ff;
  color: #152331;
  padding: 10px;
  border-radius: 12px;
  min-height: 44px;
}
/* Real overlays float over a single photographic background. */
.playground {
  position: relative;
  isolation: isolate;
  min-height: 800px;
  height: 100svh;
  max-height: 1050px;
  overflow: clip;
  background: #dfe5d7;
}
.botanical {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("/assets/playground-botanical.png") center 55% / cover
    no-repeat;
}
.morning-light {
  position: absolute;
  z-index: -2;
  inset: -8%;
  background: linear-gradient(
    110deg,
    transparent 25%,
    #ffffff29 50%,
    transparent 72%
  );
  animation: morning 22s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes morning {
  to {
    transform: translateX(5%);
    opacity: 0.65;
  }
}
.space {
  position: absolute;
  top: 165px;
  bottom: 148px;
  left: 50%;
  width: min(1120px, calc(100% - 100px));
  transform: translateX(-50%);
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 222px;
  outline: 0;
  z-index: 2;
}
.overlay[data-type="game"] {
  width: 590px;
}
.overlay[data-type="note"] {
  width: 280px;
}
.overlay[data-size="compact"] {
  width: 196px;
}
.overlay[data-type="note"][data-size="compact"] {
  width: 240px;
}
.overlay[data-type="game"][data-size="compact"] {
  width: 500px;
}
.overlay-shell {
  border-radius: 23px;
  overflow: hidden;
  position: relative;
  --accent: #6185af;
  --tint: #edf2ee;
  --tint-rgb: 237, 242, 238;
  background: linear-gradient(
    135deg,
    rgba(var(--tint-rgb), 0.62),
    rgba(255, 255, 255, 0.28) 60%,
    rgba(var(--tint-rgb), 0.4)
  );
  border: 1px solid #ffffffe0;
  box-shadow:
    0 18px 24px -19px #20311c80,
    0 3px 12px #2738230f,
    inset 0 0 0 0.6px #cddcff6e;
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
  transition:
    box-shadow 0.18s,
    border-color 0.18s;
}
.overlay[data-color="blue"] .overlay-shell {
  --accent: #4c7aaf;
  --tint-rgb: 185, 210, 242;
}
.overlay[data-color="sage"] .overlay-shell {
  --accent: #6b8963;
  --tint-rgb: 205, 222, 190;
}
.overlay[data-color="blush"] .overlay-shell {
  --accent: #a67486;
  --tint-rgb: 239, 202, 211;
}
.overlay.selected .overlay-shell {
  border-color: #e8f1ff;
  box-shadow:
    0 20px 30px -19px #1d31466e,
    inset 0 0 0 1px #759bcc85;
}
.overlay.dragging {
  z-index: 15 !important;
}
.overlay.dragging .overlay-shell {
  box-shadow: 0 23px 36px -16px #21332270;
  cursor: grabbing;
}
.overlay.moving .overlay-shell {
  outline: 2px solid #759bcc;
  outline-offset: 3px;
}
.overlay-header {
  display: flex;
  align-items: center;
  min-height: 47px;
  padding: 3px 7px 0 10px;
  gap: 0;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.drag-handle {
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  color: #3c4c4d;
  cursor: grab;
  flex-shrink: 0;
}
.drag-handle img {
  width: 16px;
  height: 20px;
  opacity: 0.7;
}
.overlay-header .overlay-title {
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 6px;
  flex: 1;
}
.overlay-header .icon-button {
  width: 34px;
  height: 44px;
  border-radius: 12px;
}
.overlay-header .icon-button img {
  width: 16px;
  height: 16px;
  opacity: 0.65;
}
.overlay[data-type="counter"] .overlay-header .overlay-title,
.overlay[data-type="timer"] .overlay-header .overlay-title {
  display: none;
}
.overlay-body {
  padding: 0 23px 22px;
}
.tool-title {
  font-size: 18px;
  letter-spacing: -0.35px;
  font-weight: 550;
  margin: 1px 0 6px;
  overflow-wrap: anywhere;
}
.counter-value {
  font-size: 53px;
  letter-spacing: -2.5px;
  font-weight: 450;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  display: block;
  margin: 7px 0 14px;
}
.counter-actions {
  display: flex;
  gap: 10px;
}
.round-control {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(#ffffffe6, #ffffff65);
  box-shadow:
    0 3px 6px #2d492819,
    inset 0 0 0 1px #ffffffa8;
}
.round-control:hover {
  background: #fff;
}
.round-control img {
  width: 22px;
  height: 22px;
}
.counter-actions .step-label {
  margin-left: auto;
  align-self: center;
  color: #54615b;
  font-size: 11px;
}
.timer-value {
  display: block;
  font-size: 41px;
  font-weight: 450;
  font-variant-numeric: tabular-nums;
  letter-spacing: -1.5px;
  line-height: 1.3;
  margin: 8px 0 17px;
}
.timer-track {
  height: 5px;
  background: #49585117;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #1e282618;
  margin: 0 0 17px;
}
.timer-track i {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 6px;
  transform-origin: left;
  transform: scaleX(1);
}
.timer-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.timer-state {
  font-size: 11px;
  color: #465446;
  margin-left: auto;
}
.note-input {
  width: 100%;
  height: 132px;
  resize: vertical;
  min-height: 80px;
  max-height: 200px;
  border: none;
  background: transparent;
  line-height: 1.6;
  padding: 5px 0;
  font-size: 15px;
  outline-offset: 2px;
  color: #253127;
}
.note-input::placeholder {
  color: #55644d;
}
.overlay[data-size="compact"] .overlay-body {
  padding: 0 17px 17px;
}
.overlay[data-size="compact"] .counter-value {
  font-size: 44px;
  margin: 4px 0 10px;
}
.overlay[data-size="compact"] .timer-value {
  font-size: 35px;
}
.overlay[data-size="compact"] .tool-title {
  font-size: 16px;
}
.overlay[data-type="game"] .overlay-header {
  border-bottom: 1px solid #ffffff5a;
  padding: 5px 11px;
}
.game-wrap {
  padding: 0 17px 13px;
}
.game-scorebar {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  padding: 12px 0 7px;
  font-variant-numeric: tabular-nums;
  color: #475752;
}
.game-scorebar b {
  font-weight: 550;
  color: #1a2930;
}
.game-lives {
  color: #537aa7;
  letter-spacing: 4px;
}
.game-canvas {
  display: block;
  width: 100%;
  aspect-ratio: 560/290;
  border-radius: 13px;
  background: linear-gradient(155deg, #eaf1f419, #ffffff08);
  touch-action: none;
}
.game-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}
.game-status {
  font-size: 12px;
  line-height: 1.4;
  color: #3f5148;
  max-width: 65%;
}
.game-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.game-controls .pill {
  font-size: 13px;
  padding: 0 17px;
}
.game-controls .icon-button {
  width: 40px;
}
.game-key-hint {
  font-size: 10px;
  color: #536158;
  letter-spacing: 0.1px;
  display: block;
  margin-top: 4px;
}
.mobile-reorder {
  display: none;
}
.arrival-hint {
  position: absolute;
  top: 325px;
  left: calc(50% - 310px);
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #465746;
  pointer-events: none;
  transition: opacity 0.2s;
}
.arrival-hint svg {
  color: #6f8bad;
  width: 27px;
  height: 27px;
}
.arrival-hint.dismissed {
  opacity: 0;
}
.empty-space {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  text-align: center;
}
.empty-space p {
  font-size: 22px;
  margin-bottom: 20px;
}
.creation-area {
  position: absolute;
  left: 50%;
  bottom: 85px;
  transform: translateX(-50%);
  z-index: 22;
}
.creation-dock {
  min-height: 66px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 34px;
  white-space: nowrap;
}
.creation-dock .pill {
  min-height: 44px;
  font-size: 13px;
  padding: 0 16px;
}
.dock-divider {
  height: 26px;
  width: 1px;
  background: #505e551f;
}
.palette {
  display: flex;
  align-items: center;
  gap: 3px;
}
.color-swatch {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.color-swatch i {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow:
    inset 0 0 0 1px #50605925,
    0 2px 4px #35462623;
}
.color-swatch[aria-pressed="true"] i {
  outline: 1.5px solid #5787c0;
  outline-offset: 3px;
}
.color-swatch:hover {
  background: #fff4;
}
.creation-dock .text-button {
  font-size: 12px;
  padding: 0 12px;
}
.tool-shelf {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 610px;
  border-radius: 24px;
  padding: 20px;
  background: #f9fcf4ec;
  box-shadow: 0 15px 40px #1b302638;
  backdrop-filter: blur(20px);
}
.tool-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 18px;
}
.tool-options button {
  background: #fff8;
  border: 1px solid #c5cfbd55;
  padding: 16px 12px;
  text-align: left;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 126px;
}
.tool-options button:hover:not(:disabled) {
  background: #fff;
}
.tool-options button > img {
  width: 24px;
  height: 24px;
  margin-bottom: 7px;
  opacity: 0.75;
}
.tool-options strong {
  font-size: 14px;
  font-weight: 550;
}
.tool-options span {
  font-size: 11px;
  color: #65705f;
  line-height: 1.5;
}
.recently-closed {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #52635125;
}
.recently-closed h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 550;
}
.closed-tool {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 0;
}
.closed-tool > div {
  min-width: 0;
  flex: 1;
}
.closed-tool strong,
.closed-tool span {
  display: block;
  overflow-wrap: anywhere;
}
.closed-tool strong {
  font-size: 14px;
  font-weight: 500;
}
.closed-tool span {
  font-size: 12px;
  line-height: 1.5;
  color: #53624e;
}
.closed-tool .pill {
  flex: none;
  min-height: 44px;
}
.playground-footer {
  position: absolute;
  bottom: 21px;
  left: 45px;
  right: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #3b493e;
  z-index: 23;
}
.playground-footer > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.playground-label {
  font-size: 11px;
  padding-right: 10px;
  border-right: 1px solid #30402422;
}
.subtle-pill {
  background: #ffffff73;
  padding: 0 13px;
  min-height: 36px;
  gap: 7px;
  font-size: 11px;
}
.subtle-pill img {
  width: 16px;
  height: 16px;
}
.subtle-pill:hover {
  background: #fff;
}
.explore-link {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 44px;
}
.explore-link img {
  width: 15px;
  height: 15px;
}
.notification {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  background: #202c25;
  color: #fff;
  border: 1px solid #ffffff3a;
  box-shadow: 0 6px 20px #0002;
  padding: 13px 20px;
  border-radius: 15px;
  font-size: 14px;
  max-width: min(600px, calc(100% - 32px));
  width: max-content;
  line-height: 1.4;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.notification:has(button:not([hidden])) {
  padding: 6px 8px 6px 18px;
}
.notification span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.notification button {
  pointer-events: auto;
  flex: none;
  min-height: 44px;
  min-width: 60px;
  padding: 0 14px;
  border-radius: 10px;
  background: #ffffff1c;
  color: #fff;
  font-size: 14px;
  font-weight: 550;
}
.notification button:focus-visible {
  outline: 2px solid #d1e3ff;
  outline-offset: -3px;
}
/* Two connected, interactive examples carry the product story below the space. */
.feature {
  max-width: 1216px;
  margin: auto;
  padding: 105px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature-copy .eyebrow {
  margin-bottom: 23px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 1.65px;
  color: #5f6462;
  line-height: 1.6;
}
.feature h2,
.closing h2 {
  font-size: clamp(32px, 3.1vw, 44px);
  font-weight: 550;
  letter-spacing: -1.7px;
  line-height: 1.12;
  margin-bottom: 24px;
}
.feature-copy > p:not(.eyebrow) {
  font-size: 16px;
  color: #4c5154;
  max-width: 450px;
  line-height: 1.55;
}
.feature-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  padding: 0;
  margin-top: 20px;
}
.feature-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.feature-link img {
  width: 17px;
  height: 17px;
}
.feature-scene {
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
  background: #e4e6e2;
}
.help-scene {
  background:
    linear-gradient(90deg, #dde0e2 85%, transparent),
    url("/assets/playground-botanical.png") 74% 50% / cover;
}
.inspector-demo {
  margin: 33px 74px 40px 31px;
  background: #f9f9faed;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 21px 21px 14px;
  box-shadow: 0 13px 30px #20292315;
  min-width: 270px;
}
.inspector-head {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 14px;
}
.inspector-head span {
  font-size: 10px;
  color: #89908d;
}
.format-toolbar {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 19px;
}
.format-toolbar select,
.format-toolbar button {
  height: 44px;
  border: 1px solid #d4d8dc;
  border-radius: 8px;
  background: transparent;
  padding: 0 10px;
  color: #222e36;
  min-width: 44px;
}
.format-toolbar button {
  font-size: 17px;
  border: 0;
}
.format-toolbar button[aria-pressed="true"] {
  background: #dae5f4;
}
.inspector-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 9px;
  gap: 10px;
}
.inspector-row select {
  height: 44px;
  min-width: 164px;
  border: 1px solid #d5d8da;
  border-radius: 9px;
  background: #f4f5f7;
  padding: 0 12px;
  font-size: 13px;
  color: #333f43;
}
.select-wrap {
  position: relative;
}
.select-wrap select {
  padding-left: 37px;
}
.select-wrap i {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #a6bda0;
  pointer-events: none;
  border: 1px solid #526c5338;
}
.example-text {
  font-size: 14px;
  color: #668060;
  margin-top: 20px;
  padding: 11px 0 2px;
  border-top: 1px solid #d7dcd5;
}
.help-pointer {
  position: absolute;
  right: 12px;
  top: 177px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  pointer-events: none;
  transform-origin: bottom left;
}
.help-pointer span {
  background: white;
  border: 1px solid #e8e9e6;
  padding: 12px 15px;
  border-radius: 20px;
  box-shadow: 0 5px 13px #20292616;
  font-size: 12px;
  position: relative;
}
.help-pointer span::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -7px;
  border-top: 8px solid white;
  border-right: 10px solid transparent;
}
.help-pointer svg {
  width: 28px;
  height: 28px;
  color: #6986ad;
  filter: drop-shadow(0 3px 2px #17293333);
  margin-left: 2px;
}
.scene-caption {
  position: absolute;
  left: 22px;
  bottom: 12px;
  font-size: 9px;
  letter-spacing: 0.3px;
  color: #657164;
}
.feature-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 30px;
}
.feature-actions .feature-link {
  margin: 0;
  color: #606963;
}
.feature-actions .pill {
  font-size: 13px;
  box-shadow: 0 8px 25px #2d363213;
  padding: 0 21px;
}
.live-feature {
  padding-top: 54px;
  padding-bottom: 116px;
}
.live-scene {
  min-height: 412px;
  background:
    linear-gradient(90deg, #dfe5dcd9, #f0f2ec86),
    url("/assets/playground-botanical.png") 95% 55% / cover;
}
.voice-line {
  position: absolute;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 21px;
  padding: 14px 21px;
  background: #fffffff2;
  border: 1px solid white;
  box-shadow: 0 7px 13px #3a443519;
  font-size: 15px;
  z-index: 3;
}
.voice-user {
  top: 19px;
  right: 33px;
}
.voice-user > img {
  width: 25px;
  height: 25px;
  filter: invert(41%) sepia(51%) saturate(586%) hue-rotate(178deg);
}
.voice-reply {
  top: 80px;
  right: 119px;
}
.voice-reply .emble-orb {
  width: 27px;
  height: 27px;
}
.mac-note {
  margin: 149px 26px -35px;
  border: 1px solid white;
  border-radius: 16px 16px 0 0;
  background: #f9f9f8e6;
  box-shadow: 0 15px 30px #39453526;
  overflow: hidden;
  --example-accent: #748c67;
}
.mac-titlebar {
  height: 41px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  border-bottom: 1px solid #dfdfdb;
  font-size: 11px;
  color: #7c8379;
}
.mac-titlebar i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ed6c65;
  border: 1px solid #c552492f;
}
.mac-titlebar i:nth-child(2) {
  background: #edc267;
}
.mac-titlebar i:nth-child(3) {
  background: #75b783;
}
.mac-titlebar span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mac-note-content {
  padding: 24px 27px 35px;
}
.mac-note-content h3 {
  color: var(--example-accent);
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.65px;
  margin-bottom: 12px;
  transition: color 0.4s;
}
.mac-note-content label {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 15px;
  min-height: 34px;
}
.mac-note-content label:first-of-type {
  color: var(--example-accent);
}
.mac-note-content input {
  width: 17px;
  height: 17px;
  accent-color: var(--example-accent);
  margin: 0;
}
.live-scene .scene-caption {
  left: auto;
  right: 16px;
  bottom: 11px;
}
.closing {
  border-top: 1px solid #e6e7e1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 0 80px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 110px;
}
.closing .eyebrow {
  margin-bottom: 24px;
}
.closing h2 {
  font-size: 36px;
}
.closing p:not(.eyebrow) {
  font-size: 14px;
  color: #5d645f;
}
.dark-button {
  background: #222c26;
  color: white;
  margin: 26px 0 13px;
  min-height: 44px;
  padding: 0 22px;
}
.dark-button:hover {
  background: #3a4b3f;
}
.dark-button img {
  filter: invert(1);
  width: 17px;
  height: 17px;
}
.release-caption {
  display: block;
  font-size: 11px;
  color: #798075;
}
.questions {
  padding-top: 10px;
}
.questions details {
  border-bottom: 1px solid #e0e3db;
  padding: 17px 0;
}
.questions summary {
  font-size: 14px;
  cursor: pointer;
  min-height: 29px;
  line-height: 1.5;
}
.questions details p {
  padding: 12px 0 4px;
  font-size: 13px !important;
  line-height: 1.6;
}
.questions .text-button {
  font-size: 12px;
  text-decoration: underline;
  padding-left: 0;
}
.site-footer {
  max-width: 1120px;
  margin: auto;
  border-top: 1px solid #e5e8e0;
  padding: 25px 0 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #76816f;
}
.site-footer .brand {
  font-size: 19px;
  color: #263122;
}
.site-footer > a:last-child {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
.site-footer img {
  width: 15px;
  height: 15px;
}
/* Modals and small state surfaces. */
dialog {
  border: 1px solid #fff;
  background: #fafbf6;
  color: #243028;
  border-radius: 27px;
  box-shadow: 0 35px 90px #17271950;
  padding: 30px;
  max-width: calc(100% - 32px);
  max-height: calc(100svh - 40px);
  overflow: auto;
}
dialog::backdrop {
  background: #18231b52;
  backdrop-filter: blur(7px);
}
dialog h2 {
  font-size: 27px;
  letter-spacing: -0.8px;
  font-weight: 550;
}
.editor-dialog {
  width: 470px;
}
.editor-dialog form > label,
.form-columns label,
#timer-settings label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}
.editor-dialog label {
  margin-top: 20px;
}
.editor-dialog input,
.editor-dialog select {
  height: 45px;
  padding: 0 12px;
  border: 1px solid #ccd4c7;
  background: white;
  border-radius: 10px;
  width: 100%;
  color: #263224;
}
.form-columns {
  display: flex;
  gap: 14px;
}
.form-columns > * {
  flex: 1;
  min-width: 0;
}
.editor-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.editor-footer > span {
  font-size: 11px;
  color: #6d7767;
}
.field-note {
  font-size: 11px !important;
  line-height: 1.5;
  color: #76816d !important;
  margin-top: 10px !important;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 13px;
}
.reset-dialog {
  width: 440px;
}
.reset-dialog p {
  font-size: 14px;
  color: #646d5e;
  margin: 20px 0 27px;
}
.reset-dialog .form-columns {
  gap: 8px;
}
.reset-dialog .form-columns button {
  font-size: 13px;
  padding: 0 12px;
}
.noscript {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  z-index: 100;
}
html[data-motion="paused"] .orb-light,
html[data-motion="paused"] .orb-sheen,
html[data-motion="paused"] .morning-light,
html[data-visible="false"] .orb-light,
html[data-visible="false"] .orb-sheen,
html[data-visible="false"] .morning-light {
  animation-play-state: paused;
}
html[data-motion="paused"] {
  scroll-behavior: auto;
}
html[data-motion-preference="paused"] *,
html[data-motion-preference="paused"] *::before,
html[data-motion-preference="paused"] *::after {
  transition-duration: 0s !important;
}
@media (min-width: 900px) and (max-height: 800px) {
  .playground {
    min-height: 750px;
  }
  .space {
    top: 153px;
    bottom: 138px;
  }
  .overlay[data-type="game"] {
    width: 530px;
  }
  .creation-area {
    bottom: 72px;
  }
  .playground-footer {
    bottom: 13px;
  }
  .overlay[data-type="game"][data-size="compact"] {
    width: 480px;
  }
}
@media (max-width: 1199px) and (min-width: 900px) {
  .hud {
    width: calc(100% - 60px);
  }
  .hud-top {
    gap: 15px;
    padding: 0 22px;
  }
  .page-links {
    gap: 15px;
  }
  .hud-tabs button {
    padding: 0 12px;
  }
  .space {
    width: calc(100% - 100px);
  }
  .overlay {
    width: 205px;
  }
  .overlay[data-type="game"] {
    width: 550px;
  }
  .feature {
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .inspector-demo {
    margin-right: 46px;
    margin-left: 23px;
    padding-left: 17px;
    padding-right: 17px;
    min-width: 240px;
  }
  .help-pointer {
    right: 2px;
  }
  .closing,
  .site-footer {
    margin-left: 48px;
    margin-right: 48px;
  }
  .closing {
    gap: 60px;
  }
}
@media (max-width: 899px) {
  html {
    scroll-padding-top: 92px;
  }
  .hud {
    width: calc(100% - 24px);
  }
  .hud-top {
    height: 66px;
    padding: 0 16px;
    gap: 18px;
    border-radius: 0 0 24px 24px;
  }
  .brand {
    font-size: 21px;
  }
  .brand .emble-orb {
    width: 28px;
    height: 28px;
  }
  .page-links {
    display: none;
  }
  .get-wrap {
    margin-left: auto;
  }
  .hud-tabs {
    margin-left: auto;
  }
  .hud-composer {
    width: calc(100% - 38px);
    padding: 3px 11px 8px;
    gap: 3px;
    height: 69px;
  }
  .hud-composer .orb-button {
    width: 42px;
  }
  .orb-button .emble-orb {
    width: 35px;
    height: 35px;
  }
  .cursor-button {
    width: 31px;
    padding: 4px;
  }
  .cursor-button svg {
    width: 24px;
    height: 24px;
  }
  .hud-add {
    display: none;
  }
  #command {
    font-size: 13px;
    padding-left: 15px;
  }
  #command-target {
    left: 15px;
  }
  .command-panel {
    width: min(550px, 100%);
    padding: 16px;
  }
  .playground {
    height: auto;
    max-height: none;
    min-height: 0;
    padding: 170px 28px 155px;
    overflow: clip;
  }
  .botanical {
    background-size: auto 1200px;
    background-position: 42% top;
  }
  .space {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: min(560px, 100%);
    transform: none;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .overlay,
  .overlay[data-type="game"],
  .overlay[data-type="note"],
  .overlay[data-size="compact"],
  .overlay[data-type="game"][data-size="compact"],
  .overlay[data-type="note"][data-size="compact"] {
    position: relative;
    transform: none !important;
    width: 100%;
    max-width: none;
    left: auto;
    top: auto;
  }
  .overlay[data-type="game"] {
    order: 0;
  }
  .overlay-header {
    touch-action: pan-y;
    cursor: auto;
    padding-top: 4px;
  }
  .drag-handle {
    cursor: pointer;
    width: 44px;
  }
  .overlay-header .icon-button {
    width: 44px;
  }
  .overlay-header .overlay-title {
    display: block !important;
  }
  .overlay .tool-title {
    display: none;
  }
  .overlay-body {
    padding: 1px 24px 22px;
  }
  .counter-value {
    font-size: 48px;
    line-height: 1.1;
    margin: 5px 0 13px;
  }
  .counter-actions {
    position: absolute;
    right: 24px;
    top: 68px;
  }
  .counter-actions .step-label {
    display: none;
  }
  .timer-value {
    font-size: 39px;
    margin: 3px 0 12px;
  }
  .timer-actions {
    position: absolute;
    right: 24px;
    top: 63px;
  }
  .timer-state {
    display: none;
  }
  .timer-track {
    width: calc(100% - 126px);
    margin-bottom: 0;
  }
  .overlay[data-type="counter"] .overlay-body {
    min-height: 104px;
  }
  .overlay[data-type="timer"] .overlay-body {
    min-height: 109px;
  }
  .mobile-reorder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 6px;
    gap: 8px;
  }
  .mobile-reorder > span {
    font-size: 10px;
    color: #687360;
    margin-left: 9px;
  }
  .mobile-reorder button {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
  }
  .mobile-reorder button img {
    width: 14px;
    height: 14px;
  }
  .mobile-reorder div {
    display: flex;
  }
  .arrival-hint {
    display: none;
  }
  .creation-area {
    bottom: 77px;
    width: max-content;
    max-width: calc(100% - 24px);
  }
  .creation-dock {
    padding: 8px 10px;
    gap: 7px;
  }
  .creation-dock .text-button {
    font-size: 11px;
    padding: 0 7px;
  }
  .creation-dock .pill {
    font-size: 12px;
    padding: 0 13px;
  }
  .color-swatch {
    width: 39px;
  }
  .color-swatch i {
    width: 24px;
    height: 24px;
  }
  .playground-footer {
    left: 20px;
    right: 20px;
    bottom: 15px;
  }
  .playground-footer > div {
    gap: 5px;
  }
  .playground-label {
    display: none;
  }
  .playground-footer .explore-link {
    font-size: 11px;
    gap: 5px;
  }
  .subtle-pill {
    padding: 0 10px;
    font-size: 10px;
    min-height: 40px;
  }
  .tool-shelf {
    position: fixed;
    bottom: 155px;
    width: min(580px, calc(100vw - 30px));
    max-height: 70svh;
    overflow: auto;
  }
  .empty-space {
    position: relative;
    inset: auto;
    margin: 70px 0 140px;
  }
  .feature {
    padding: 65px 32px;
    gap: 35px;
  }
  .feature h2 {
    font-size: 33px;
  }
  .feature-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .feature-scene {
    min-height: 340px;
  }
  .inspector-demo {
    margin: 25px 30px 35px 20px;
    padding: 17px;
    min-width: 0;
  }
  .inspector-head span {
    display: none;
  }
  .inspector-row select {
    min-width: 145px;
  }
  .help-pointer {
    top: 173px;
    right: 4px;
  }
  .help-pointer span {
    font-size: 11px;
    padding: 10px;
  }
  .feature-actions {
    gap: 10px;
    flex-wrap: wrap;
  }
  .live-scene {
    min-height: 375px;
  }
  .voice-user {
    right: 19px;
  }
  .voice-reply {
    right: 62px;
  }
  .mac-note {
    margin: 146px 18px -20px;
  }
  .mac-note-content {
    padding: 20px;
  }
  .mac-note-content h3 {
    font-size: 21px;
  }
  .closing {
    margin: 0 32px;
    gap: 35px;
    padding: 65px 0;
  }
  .closing h2 {
    font-size: 30px;
  }
  .site-footer {
    margin: 0 32px;
  }
  .site-footer > span {
    display: none;
  }
}
@media (max-width: 650px) {
  .hud-top {
    gap: 10px;
    padding: 0 14px;
  }
  .hud-tabs {
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    height: 39px;
    padding: 3px;
    background: #edf1e786;
    border: 1px solid #fff7;
    backdrop-filter: blur(15px);
    border-radius: 22px;
    color: #243222;
    margin: 0;
  }
  .hud-tabs button {
    min-height: 33px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 19px;
  }
  .hud-tabs [aria-current] {
    background: #fff9;
    box-shadow: 0 2px 3px #2438240f;
  }
  .hud.compact .page-links {
    display: flex;
    margin-left: auto;
    font-size: 12px;
  }
  .hud.compact .page-links a:not(.return-link) {
    display: none;
  }
  .hud-top .get-button {
    min-height: 35px;
    padding: 0 17px;
    font-size: 12px;
  }
  .get-wrap {
    padding-top: 9px;
  }
  .get-wrap > span {
    font-size: 9px;
  }
  .hud-composer {
    width: calc(100% - 21px);
    padding-left: 7px;
    padding-right: 7px;
  }
  .hud-composer::before,
  .hud-composer::after {
    display: none;
  }
  .hud-composer .orb-button {
    width: 38px;
  }
  .cursor-button {
    display: none;
  }
  #hud-sound {
    width: 35px;
  }
  .hud-composer .icon-button img {
    width: 18px;
  }
  #command-form .icon-button {
    width: 38px;
  }
  #command {
    font-size: 12px;
  }
  #command-target {
    font-size: 8px;
  }
  .command-panel {
    top: 141px;
    z-index: 5;
  }
  .playground {
    padding: 205px 18px 173px;
  }
  .space {
    gap: 17px;
  }
  .overlay-shell {
    border-radius: 21px;
  }
  .overlay[data-type="game"] .overlay-header {
    padding-left: 7px;
    padding-right: 7px;
  }
  .game-wrap {
    padding: 0 12px 13px;
  }
  .game-scorebar {
    gap: 12px;
    font-size: 11px;
    padding: 10px 0 5px;
  }
  .game-bottom {
    align-items: flex-start;
    gap: 7px;
  }
  .game-status {
    font-size: 11px;
    max-width: 54%;
  }
  .game-key-hint {
    display: none;
  }
  .game-controls {
    gap: 1px;
  }
  .game-controls .pill {
    padding: 0 14px;
    font-size: 12px;
  }
  .game-controls .icon-button {
    width: 34px;
  }
  .game-canvas {
    aspect-ratio: 560/350;
  }
  .creation-area {
    bottom: 86px;
    width: calc(100% - 26px);
  }
  .creation-dock {
    border-radius: 24px;
    gap: 5px;
    min-height: 61px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px;
  }
  .creation-dock .dock-divider {
    display: none;
  }
  .creation-dock .palette {
    gap: 0;
  }
  .color-swatch {
    width: 33px;
    height: 44px;
  }
  .color-swatch i {
    width: 22px;
    height: 22px;
  }
  .creation-dock .pill {
    padding: 0 11px;
    font-size: 11px;
    gap: 5px;
  }
  .creation-dock .pill img {
    width: 15px;
  }
  .creation-dock .text-button {
    min-height: 34px;
    font-size: 10px;
    padding: 0 5px;
  }
  .playground-footer {
    display: block;
    text-align: center;
    bottom: 12px;
  }
  .explore-link {
    justify-content: center;
    min-height: 28px;
    font-size: 10px !important;
  }
  .playground-footer > div {
    justify-content: center;
    margin-top: 3px;
    gap: 10px;
  }
  .subtle-pill {
    min-height: 32px;
    font-size: 10px;
  }
  .tool-shelf {
    bottom: 156px;
    padding: 16px;
  }
  .tool-options {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .tool-options button {
    min-height: 104px;
    padding: 12px;
  }
  .tool-options button > img {
    margin-bottom: 2px;
  }
  .tool-options span {
    font-size: 11px;
  }
  .feature {
    display: flex;
    flex-direction: column;
    padding: 59px 25px;
    gap: 33px;
    align-items: stretch;
  }
  .feature-copy {
    padding: 0 3px;
  }
  .feature-copy .eyebrow {
    margin-bottom: 18px;
  }
  .feature h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
    margin-bottom: 19px;
  }
  .feature-scene {
    min-height: 330px;
    border-radius: 17px;
  }
  .help-feature .feature-scene {
    order: 1;
  }
  .help-feature .feature-copy {
    order: 0;
  }
  .inspector-demo {
    margin: 25px 37px 39px 19px;
    padding: 18px 15px;
  }
  .format-toolbar {
    gap: 4px;
  }
  .format-toolbar select {
    padding: 0 8px;
  }
  .inspector-row select {
    min-width: 150px;
  }
  .help-pointer {
    top: 173px;
    right: 4px;
  }
  .help-pointer span {
    font-size: 10px;
    padding: 11px 12px;
  }
  .scene-caption {
    font-size: 9px;
  }
  .live-feature {
    padding-top: 10px;
  }
  .live-scene {
    min-height: 385px;
  }
  .voice-user {
    right: 23px;
    top: 17px;
  }
  .voice-reply {
    top: 76px;
    right: 95px;
  }
  .voice-line {
    font-size: 14px;
    padding: 14px 18px;
  }
  .mac-note {
    margin: 142px 18px -22px;
  }
  .mac-note-content {
    padding: 22px;
  }
  .mac-note-content h3 {
    font-size: 23px;
  }
  .mac-note-content label {
    font-size: 14px;
  }
  .closing {
    display: block;
    margin: 0 28px;
    padding: 52px 0;
  }
  .closing h2 {
    font-size: 31px;
  }
  .closing p br {
    display: none;
  }
  .questions {
    margin-top: 30px;
  }
  .site-footer {
    margin: 0 28px;
    padding: 22px 0;
  }
  .editor-dialog {
    padding: 24px;
  }
  .editor-dialog h2 {
    font-size: 24px;
  }
  .editor-footer {
    gap: 12px;
  }
  .editor-footer .primary-button {
    padding: 0 16px;
    font-size: 13px;
  }
  .notification {
    font-size: 14px;
  }
  .get-button,
  .hud-tabs button,
  .subtle-pill {
    min-height: 44px;
  }
  .get-wrap {
    padding-top: 4px;
  }
  .hud-tabs {
    height: 48px;
  }
  .hud-tabs button {
    min-height: 40px;
  }
  .playground {
    padding-top: 213px;
  }
  .playground-footer .subtle-pill {
    min-height: 44px;
  }
  .playground-footer {
    bottom: 5px;
  }
}
@media (max-width: 359px) {
  .playground {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 185px;
  }
  .brand {
    font-size: 20px;
    gap: 8px;
  }
  .brand .emble-orb {
    width: 26px;
    height: 26px;
  }
  .hud-top {
    padding: 0 12px;
  }
  .hud-composer .orb-button {
    display: none;
  }
  .hud-composer {
    padding-left: 12px;
  }
  .hud-tabs button {
    padding: 0 15px;
  }
  .overlay-body {
    padding-left: 19px;
  }
  .counter-actions,
  .timer-actions {
    right: 19px;
  }
  .round-control {
    width: 44px;
    height: 44px;
  }
  .timer-actions {
    gap: 6px;
  }
  .timer-value {
    font-size: 36px;
  }
  .counter-value {
    font-size: 45px;
  }
  .creation-dock {
    column-gap: 8px;
    row-gap: 0;
  }
  .creation-dock .text-button {
    width: 100%;
    font-size: 11px;
  }
  .creation-area {
    bottom: 99px;
  }
  .game-controls .icon-button {
    width: 31px;
  }
  .game-status {
    font-size: 10px;
  }
  .game-controls .pill {
    padding: 0 11px;
  }
  .feature {
    padding-left: 19px;
    padding-right: 19px;
  }
  .feature h2 {
    font-size: 31px;
  }
  .feature-scene {
    min-height: 330px;
  }
  .inspector-demo {
    margin-left: 13px;
    margin-right: 27px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .inspector-row select {
    min-width: 143px;
  }
  .help-pointer {
    right: 0;
  }
  .voice-reply {
    right: 60px;
  }
  .voice-user {
    right: 16px;
  }
  .feature-actions {
    gap: 17px;
  }
  .mac-note-content h3 {
    font-size: 22px;
  }
  .closing {
    margin: 0 22px;
  }
  .site-footer {
    margin: 0 22px;
  }
  .editor-dialog {
    padding: 22px;
  }
  .editor-footer {
    flex-wrap: wrap;
  }
  .editor-footer > span {
    flex: 1;
  }
  .editor-footer > .primary-button {
    flex: 1;
  }
  .reset-dialog {
    padding: 25px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .orb-light,
  .orb-sheen,
  .morning-light {
    animation: none !important;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0s !important;
  }
}
/* Review pass: optical clarity, reachable controls, and consistent interface type. */
.overlay-header .icon-button {
  width: 44px;
  height: 44px;
}
.overlay-header [data-action="edit"] {
  margin-left: auto;
}
.overlay-header .drag-handle {
  width: 44px;
}
.overlay-shell {
  backdrop-filter: blur(5px) saturate(1.05);
  -webkit-backdrop-filter: blur(5px) saturate(1.05);
  background: linear-gradient(
    135deg,
    rgba(var(--tint-rgb), 0.56),
    rgba(255, 255, 255, 0.18) 60%,
    rgba(var(--tint-rgb), 0.3)
  );
}
.hud button,
.hud input,
.creation-dock button,
.tool-options strong,
.feature button,
.get-button,
.subtle-pill,
.game-controls .pill,
.mobile-reorder button {
  font-size: 14px;
}
.get-button {
  min-height: 44px;
}
.get-wrap {
  padding-top: 4px;
}
.get-wrap > span {
  font-size: 10px;
}
.subtle-pill {
  min-height: 44px;
}
.game-status {
  font-size: 13px;
}
.game-key-hint {
  font-size: 11px;
}
.playground-footer {
  bottom: 14px;
}
.playground-label {
  font-size: 12px;
}
.overlay-title {
  font-size: 16px !important;
}
.round-control {
  min-width: 44px;
  min-height: 44px;
}
.feature-scene select {
  font-size: 14px;
}
.game-canvas {
  image-rendering: auto;
}
.hud .page-links {
  font-size: 14px;
}
@media (max-width: 899px) {
  .color-swatch {
    width: 44px;
    height: 44px;
  }
  .creation-dock {
    gap: 7px;
  }
  .creation-dock .palette {
    gap: 0;
  }
  .playground-footer .explore-link {
    font-size: 12px !important;
  }
  .tool-shelf .tool-options span {
    font-size: 12px;
  }
  .mobile-reorder > span {
    font-size: 11px;
  }
  .game-status {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .creation-dock {
    padding: 10px;
    border-radius: 27px;
    column-gap: 8px;
  }
  .creation-dock .text-button {
    width: auto;
    font-size: 12px;
    min-height: 44px;
  }
  .creation-dock .pill {
    font-size: 14px;
    padding: 0 14px;
  }
  .creation-dock .palette {
    order: 2;
    width: 100%;
    justify-content: center;
  }
  .creation-area {
    bottom: 105px;
  }
  .playground {
    padding-bottom: 248px;
  }
  .playground-footer > div {
    gap: 7px;
  }
  .subtle-pill {
    font-size: 12px;
    padding: 0 11px;
  }
  .hud-tabs button {
    min-height: 44px;
    font-size: 14px;
    padding: 0 15px;
  }
  .hud-tabs {
    height: 50px;
  }
  .hud .get-button {
    font-size: 13px;
  }
  .hud input {
    font-size: 14px !important;
  }
  .hud .get-wrap > span {
    font-size: 9px;
  }
  .game-controls .pill {
    font-size: 14px;
  }
  .game-controls .icon-button {
    width: 44px;
    height: 44px;
  }
  .mobile-reorder button {
    font-size: 12px;
  }
  .feature-scene select {
    font-size: 14px;
  }
  .game-status {
    max-width: 49%;
    font-size: 12px;
  }
}
html[data-hero-visible="false"] .morning-light {
  animation-play-state: paused;
}
.guide-flight {
  position: fixed;
  z-index: 65;
  pointer-events: none;
  color: #89a5d0;
  filter: drop-shadow(0 3px 3px #21372830);
}
.guide-flight svg {
  width: 27px;
  height: 27px;
}
.arrival-hint > svg {
  display: none;
}
@media (max-width: 899px) {
  .hud.compact .get-wrap > span {
    display: none;
  }
  .hud.compact .get-wrap {
    align-self: center;
    padding: 0;
  }
  .hud.compact .hud-top {
    height: 64px;
  }
}
@media (max-width: 359px) {
  .hud.compact .brand .emble-orb {
    display: none;
  }
  .hud.compact .page-links {
    font-size: 12px;
  }
  .hud.compact .hud-top {
    gap: 8px;
  }
}
.counter-value,
.timer-value {
  text-align: center;
}
.counter-actions,
.timer-actions {
  justify-content: center;
}
.counter-actions .step-label,
.timer-state {
  display: none;
}
.game-canvas {
  aspect-ratio: 640/240;
}
.help-pointer {
  right: auto;
  display: block;
}
.help-pointer span {
  position: absolute;
  right: -13px;
  bottom: 39px;
  white-space: nowrap;
}
.help-pointer span::before {
  left: auto;
  right: 16px;
}
.help-pointer svg {
  margin: 0;
}
.help-pointer.in-flight svg {
  visibility: hidden;
}
.mac-note-content label {
  min-height: 44px;
}
@media (max-width: 899px) {
  .counter-value,
  .timer-value {
    text-align: left;
  }
  .game-canvas {
    aspect-ratio: 640/240;
  }
}
body > .tool-shelf {
  position: fixed;
  z-index: 65;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%);
  color: #243025;
  max-height: calc(100svh - 320px);
  overflow: auto;
}
@media (max-width: 899px) {
  body > .tool-shelf {
    bottom: 24px;
    max-height: calc(100svh - 95px);
    overflow: auto;
  }
}
.game-status {
  font-size: 14px;
  line-height: 1.4;
}
.game-lives {
  letter-spacing: 0;
}
.game-lives::before {
  content: "Lives ";
  color: #475752;
  font-weight: 400;
}
.note-input {
  resize: none;
}
.overlay[data-size="compact"] .note-input {
  height: 104px;
}
.hud .brand,
.site-footer .brand {
  min-height: 44px;
}
.playground-footer .explore-link {
  min-height: 44px;
}
.questions summary {
  min-height: 44px;
}
.hud .cursor-button {
  width: 44px;
}
.hud .orb-button {
  min-width: 44px;
}
.hud-composer #hud-sound {
  width: 44px;
}
.arrival-hint {
  opacity: 0;
}
.arrival-hint.shown {
  opacity: 1;
}
.arrival-hint.dismissed {
  opacity: 0;
}
@media (min-width: 900px) and (max-height: 800px) {
  .playground {
    min-height: 720px;
  }
}
.inspector-demo {
  max-width: 342px;
}
.help-pointer span {
  left: 22px;
  right: auto;
  bottom: 3px;
  font-size: 12px;
  padding: 11px 13px;
}
.help-pointer span::before {
  left: 0;
  right: auto;
  bottom: 3px;
  border-top: 7px solid transparent;
  border-bottom: 0;
  border-right: 9px solid white;
  transform: translateX(-6px);
}
.format-toolbar {
  gap: 3px;
}
.format-toolbar select:first-of-type {
  flex: 1;
  min-width: 64px;
  width: 0;
  max-width: 110px;
}
.format-toolbar select:nth-of-type(2) {
  width: 50px;
  min-width: 50px;
}
.format-toolbar button {
  width: 44px;
  min-width: 44px;
  padding: 0;
}
@media (max-width: 899px) {
  .help-pointer span {
    left: auto;
    right: -5px;
    bottom: auto;
    top: calc(7px - var(--pointer-y));
    font-size: 12px;
  }
  .help-pointer span::before {
    display: none;
  }
}
.format-toolbar {
  gap: 1px;
}
.format-toolbar select:first-of-type {
  min-width: 72px;
}
.format-toolbar select:nth-of-type(2) {
  width: 60px;
  min-width: 60px;
  padding: 0 8px;
}
@media (max-width: 359px) {
  .inspector-demo {
    margin-right: 15px;
  }
}
.hud .get-button {
  min-height: 44px;
}
.hud-composer #command-form .icon-button {
  min-width: 44px;
  width: 44px;
}
