:root {
  --thing-avg: #05080b;
  --thing-paper: #e8e2d6;
  --thing-quiet: rgba(232, 226, 214, 0.62);
  --thing-glass: rgba(8, 10, 12, 0.42);
  --thing-line: rgba(232, 226, 214, 0.18);
  --hiru-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hiru-ease-exit: cubic-bezier(0.4, 0, 0.2, 1);
  --hiru-ms: 320ms;
  --hiru-ms-exit: 200ms;
  --hiru-rise: 10px;
  --hiru-pop-scale: 0.985;
  --hiru-ink-fg: #e8e2d6;
  --hiru-ink-ms: 1.5s;
}

html[data-ink="light"] {
  --thing-paper: #1c1914;
  --thing-quiet: rgba(28, 25, 20, 0.58);
  --thing-glass: rgba(255, 252, 246, 0.5);
  --thing-line: rgba(28, 25, 20, 0.16);
  --hiru-glass: rgba(248, 244, 236, 0.72);
}

html[data-ink="light"] .house,
html[data-ink="light"] .thing {
  --hiru-glass: rgba(248, 244, 236, 0.72);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--thing-avg);
  color: var(--thing-paper);
  transition: background-color var(--hiru-ink-ms) var(--hiru-ease);
  overscroll-behavior: contain;
}

html.house-snap {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.house-snap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.thing-host,
body.thing-takeover {
  height: 100dvh;
  overflow: hidden;
}

body.house-host {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.house-host::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.house {
  --hiru-right: 0.7rem;
  --hiru-glass: rgba(3, 4, 6, 0.62);
  position: relative;
  isolation: isolate;
  display: block;
  color: var(--thing-paper);
  font-family: ui-monospace, "Cascadia Code", "IBM Plex Mono", "SF Mono", Menlo, monospace;
  letter-spacing: 0.04em;
}

.plane-rail {
  position: relative;
  z-index: 0;
}

.plane-pad {
  height: 100dvh;
}

.plane-span {
  height: 220dvh;
}

.room {
  position: fixed;
  inset: 0;
  z-index: 2;
  height: 100dvh;
  overflow: hidden;
}

.room[data-room="start"] {
  touch-action: none;
}

.room--end {
  --thing-paper: #e8e2d6;
  --thing-quiet: rgba(232, 226, 214, 0.62);
  --thing-line: rgba(232, 226, 214, 0.18);
  --hiru-glass: rgba(3, 4, 6, 0.62);
  z-index: 1;
  transform-origin: 50% 50%;
  opacity: 0;
  pointer-events: none;
}

.room--end.is-forward {
  z-index: 3;
}

.room--end:not(.is-arrived) .hiru-chrome {
  opacity: 0;
}

.room.is-away,
.room.is-away .hiru-chrome > * {
  pointer-events: none;
}

.thing {
  --thing-w: 100vw;
  --thing-h: 100dvh;
  --hiru-right: 0.7rem;
  --hiru-glass: rgba(3, 4, 6, 0.62);
  color: var(--thing-paper);
  font-family: ui-monospace, "Cascadia Code", "IBM Plex Mono", "SF Mono", Menlo, monospace;
  letter-spacing: 0.04em;
}

.thing[data-mode="takeover"],
.thing[data-mode="page"] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
}

.room .thing[data-mode="takeover"] {
  position: absolute;
  height: 100%;
}

.space {
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1280px;
  perspective-origin: 50% 48%;
  background: #07080a;
  pointer-events: none;
}

.space-world {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  will-change: transform;
}

.space-plane {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  pointer-events: none;
  filter: brightness(0.7);
  transition: filter 480ms var(--hiru-ease), opacity 480ms var(--hiru-ease);
}

.space-plane.is-facing {
  filter: none;
  z-index: 2;
}

.space.is-close .space-plane.is-facing.is-arrived {
  pointer-events: auto;
}

.space.is-through .space-plane:not(.is-facing),
.space.is-close .space-plane:not(.is-facing) {
  opacity: 0;
  pointer-events: none;
}

.space-plane .hiru-mark {
  display: none;
}

.space.is-space .space-plane .hiru-chrome,
.space-plane:not(.is-arrived) .hiru-chrome,
.space-plane:not(.is-facing) .hiru-chrome {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.thing[data-mode="space"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.thing[data-mode="frame"] {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  overflow: hidden;
}

.thing-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--thing-avg);
  transform-origin: 50% 48%;
}

.thing-orient {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--thing-w);
  height: var(--thing-h);
  transform: translate(-50%, -50%) rotate(0deg);
}

.thing[data-orient="turn"] .thing-orient {
  width: var(--thing-h);
  height: var(--thing-w);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.thing.is-orienting .thing-orient {
  transition:
    transform calc(var(--hiru-ms) * 2) var(--hiru-ease),
    width calc(var(--hiru-ms) * 2) var(--hiru-ease),
    height calc(var(--hiru-ms) * 2) var(--hiru-ease);
}

.thing-hash,
.thing-breath,
.thing-sharp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.thing-hash,
.thing-sharp {
  object-fit: cover;
  object-position: center;
}

.thing-hash {
  transform: scale(1.12);
  filter: blur(18px);
  opacity: 1;
  transition: opacity 0.9s ease 0.15s;
}

.thing-breath {
  transform: translate3d(0, 0, 0) scale(1.06);
  will-change: transform;
}

.thing-sharp {
  opacity: 0;
  filter: blur(22px);
  transition: opacity 1.15s ease, filter 1.45s ease;
}

.thing.is-ready .thing-sharp {
  opacity: 1;
  filter: blur(0);
}

.thing.is-ready .thing-hash {
  opacity: 0;
}

.thing.is-ready:not(.is-still) .thing-breath {
  animation: thing-breath 22s ease-in-out infinite;
}

@keyframes thing-breath {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.06);
  }
  50% {
    transform: translate3d(0, -0.55%, 0) scale(1.082);
  }
}

@starting-style {
  .thing.is-ready .thing-sharp {
    opacity: 0;
    filter: blur(22px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .thing-hash,
  .thing-sharp,
  .thing-breath {
    transition: none;
    animation: none !important;
    filter: none;
  }

  .thing.is-ready .thing-sharp {
    opacity: 1;
  }

  .thing.is-ready .thing-hash {
    opacity: 0;
  }
}

.hiru-mark {
  --hiru-mark: min(21vw, 333px);
  position: absolute;
  top: 2.4%;
  left: 2.2%;
  z-index: 4;
  width: var(--hiru-mark);
  height: var(--hiru-mark);
  display: grid;
  place-items: center;
  color: #f4f0e6;
  text-decoration: none;
  opacity: 0.32;
  overflow: hidden;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  transition:
    opacity 0.6s ease,
    width var(--hiru-ms) var(--hiru-ease),
    height var(--hiru-ms) var(--hiru-ease);
}

.house > .hiru-mark {
  position: fixed;
  z-index: 21;
}

.house.is-going > .hiru-mark {
  --hiru-mark: min(21vw, 111px);
}

.hiru-mark-glyph {
  font-family: "Iowan Old Style", Palatino, "Palatino Linotype", "Times New Roman", serif;
  font-size: var(--hiru-mark);
  line-height: 1;
  letter-spacing: 0;
  animation: hiru-mark-drift 28s ease-in-out infinite;
  transition: font-size var(--hiru-ms) var(--hiru-ease);
}

.hiru-mark-spot {
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: difference;
  background: radial-gradient(circle, #fff 0%, #fff 38%, transparent 72%);
  transition: opacity 0.28s ease;
}

.hiru-mark.is-lit {
  opacity: 0.38;
  filter: none;
  mix-blend-mode: normal;
  cursor: none;
}

.hiru-mark.is-lit .hiru-mark-spot {
  opacity: 1;
}

@keyframes hiru-mark-drift {
  0%,
  100% {
    opacity: 0.92;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -1.2%, 0) scale(1.015);
  }
}

.thing[data-mode="frame"] .hiru-mark {
  --hiru-mark: min(16vw, 120px);
  opacity: 0.1;
}

.hiru-fix,
.hiru-tip,
.hiru-chrome,
.hiru-card,
.hiru-toast,
.hiru-dock,
[data-changelog],
[data-edit] {
  touch-action: manipulation;
}

.hiru-chrome {
  position: absolute;
  top: 0;
  right: var(--hiru-right);
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0.85rem 0;
  max-width: calc(100vw - 2.2rem);
  pointer-events: none;
}

.hiru-chrome > * {
  pointer-events: auto;
}

.hiru-chrome-mid {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hiru-stack {
  position: relative;
  flex: 0 0 auto;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(22rem, calc(100vw - 2.2rem));
}

.hiru-chrome-mid + .hiru-stack {
  margin-top: 0;
}

.hiru-chrome-mid + .hiru-stack:has(.hiru-pop-slot.is-open) {
  padding-top: 0.45rem;
}

.hiru-pop-slot {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows var(--hiru-ms) var(--hiru-ease),
    margin-top var(--hiru-ms) var(--hiru-ease);
}

.hiru-pop-slot.is-open {
  grid-template-rows: 1fr;
}

.hiru-stack .hiru-pop-slot.is-open + .hiru-pop-slot.is-open {
  margin-top: 0.45rem;
}

.hiru-pop-clip {
  min-height: 0;
  overflow: hidden;
}

.hiru-pop-slot.is-open.is-settled > .hiru-pop-clip {
  overflow: visible;
}

.hiru-pop {
  opacity: 0;
  transform: translate3d(0, var(--hiru-rise), 0) scale(var(--hiru-pop-scale));
  filter: blur(3px);
  transition:
    opacity var(--hiru-ms) var(--hiru-ease),
    transform var(--hiru-ms) var(--hiru-ease),
    filter var(--hiru-ms) var(--hiru-ease);
}

.hiru-pop.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.hiru-pop.is-out {
  opacity: 0;
  transform: translate3d(0, 6px, 0) scale(0.99);
  filter: blur(2px);
  transition-duration: var(--hiru-ms-exit);
  transition-timing-function: var(--hiru-ease-exit);
}

.hiru-toast.hiru-pop,
.hiru-card.hiru-pop {
  transform-origin: 88% 100%;
}

.hiru-pop--float {
  --hiru-rise: 5px;
  --hiru-pop-scale: 0.98;
  filter: none;
  transform: translate3d(0, var(--hiru-rise), 0);
}

.hiru-pop--float.is-out {
  filter: none;
  transform: translate3d(0, 3px, 0);
}

.hiru-card,
.hiru-toast {
  position: relative;
  width: 100%;
  padding: 0.72rem 0.85rem 0.5rem;
  background: var(--hiru-glass);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  transition:
    background var(--hiru-ink-ms) var(--hiru-ease),
    border-color var(--hiru-ink-ms) var(--hiru-ease),
    box-shadow var(--hiru-ink-ms) var(--hiru-ease);
}

.hiru-card-title {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.hiru-card-desc {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.5;
  color: var(--thing-quiet);
}

.hiru-card-meta {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.hiru-card-meta li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.6rem;
  line-height: 1.4;
  color: var(--thing-quiet);
}

.hiru-card-meta .thing-ico {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.08rem;
  flex: 0 0 auto;
  opacity: 0.8;
}

.hiru-toast-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: lowercase;
  color: var(--thing-quiet);
}

.hiru-exif {
  margin: 0;
}

.hiru-exif-row {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.4rem 0.65rem;
  margin: 0 0 0.28rem;
  font-size: 0.58rem;
  line-height: 1.4;
}

.hiru-exif-row:last-child {
  margin-bottom: 0;
}

.hiru-exif-row dt {
  margin: 0;
  color: var(--thing-quiet);
  text-transform: lowercase;
}

.hiru-exif-row dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.hiru-dock-btn[aria-pressed="true"],
.hiru-dock-btn:focus-visible {
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
}

.hiru-whisper {
  margin: 0.35rem 0 0;
  min-height: 0;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  color: rgba(232, 226, 214, 0.4);
}

.hiru-whisper:empty {
  display: none;
  margin: 0;
}

.hiru-dock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  padding: 0.34rem 0.22rem;
  background: var(--hiru-glass);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  transition:
    background var(--hiru-ink-ms) var(--hiru-ease),
    border-color var(--hiru-ink-ms) var(--hiru-ease),
    box-shadow var(--hiru-ink-ms) var(--hiru-ease);
}

.hiru-dock-rule {
  display: block;
  width: 0.72rem;
  height: 1px;
  margin: 0.2rem 0 0.16rem;
  background: var(--thing-line);
  border-radius: 1px;
}

.hiru-ink-moon {
  display: none;
}

html[data-ink="light"] .hiru-ink-sun {
  display: none;
}

html[data-ink="light"] .hiru-ink-moon {
  display: block;
}

.hiru-dock-btn {
  appearance: none;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--thing-paper);
  text-decoration: none;
  cursor: pointer;
}

.hiru-dock-btn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
}

.hiru-dock-btn:focus-visible {
  outline: none;
}

.hiru-dock-btn:active {
  transform: scale(0.92);
  transition: transform 90ms var(--hiru-ease-exit);
}

.thing-ico {
  width: 0.92rem;
  height: 0.92rem;
  display: block;
}

.thing-ico--fill {
  fill: currentColor;
}

html.hiru-comet,
html.hiru-comet body,
html.hiru-comet .house,
html.hiru-comet .room,
html.hiru-comet .space,
html.hiru-comet .space-plane,
html.hiru-comet .thing,
html.hiru-comet .thing-stage,
html.hiru-comet .thing-sharp,
html.hiru-comet .thing-hash,
html.hiru-comet .thing-breath,
html.hiru-comet .end-stars,
html.hiru-comet .end-veil {
  cursor: url("/css/crosshair.svg") 8 8, crosshair;
}

html.hiru-comet .hiru-dock,
html.hiru-comet .hiru-card,
html.hiru-comet .hiru-toast,
html.hiru-comet .end-plaque,
html.hiru-comet .hiru-fix,
html.hiru-comet [data-edit] {
  cursor: auto;
}

html.hiru-comet .hiru-dock-btn,
html.hiru-comet .end-link {
  cursor: pointer;
}

.hiru-comet-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.hiru-comet-layer--house {
  position: fixed;
  z-index: 18;
  overflow: visible;
}

.hiru-plus {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -0.28em;
  margin-top: -0.48em;
  color: rgba(244, 240, 230, 0.82);
  font-size: 0.62rem;
  font-weight: 300;
  pointer-events: none;
  animation: hiru-plus-fade 0.7s ease-out forwards;
}

@keyframes hiru-plus-fade {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    filter: blur(1px);
  }
}

.hiru-tip.hiru-pop.is-in {
  transition:
    opacity var(--hiru-ms) var(--hiru-ease),
    transform var(--hiru-ms) var(--hiru-ease),
    filter var(--hiru-ms) var(--hiru-ease),
    left 180ms var(--hiru-ease),
    top 180ms var(--hiru-ease);
}

.hiru-tip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0.28rem 0.5rem;
  background: rgba(8, 9, 12, 0.78);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: var(--hiru-ink-fg);
  font-family: ui-monospace, "Cascadia Code", "IBM Plex Mono", Menlo, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  pointer-events: none;
  transition:
    background var(--hiru-ink-ms) var(--hiru-ease),
    border-color var(--hiru-ink-ms) var(--hiru-ease);
}

.hiru-ink-fg {
  color: var(--hiru-ink-fg);
}

html[data-ink="light"] .hiru-tip {
  background: rgba(248, 244, 236, 0.88);
  border-color: rgba(28, 25, 20, 0.08);
}

html[data-ink="light"] .hiru-ink-fg,
html[data-ink="light"] .hiru-dock-btn {
  mix-blend-mode: difference;
}

.room--end {
  background: #020308;
}

.end-stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.end-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(2, 3, 8, 0.28);
  pointer-events: none;
  transition: background 280ms var(--hiru-ease);
}

.room--end.is-arrived {
  pointer-events: auto;
}

.room--end.is-arrived .end-veil {
  background: rgba(2, 3, 8, 0.36);
}

.end-plaque {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(26rem, calc(100vw - 2.4rem));
  transform: translate(-50%, -50%);
  text-align: center;
}

.end-line,
.end-links {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--thing-paper);
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity var(--hiru-ms) var(--hiru-ease),
    transform var(--hiru-ms) var(--hiru-ease);
  transition-delay: calc(var(--i, 0) * 90ms);
}

.end-plaque.is-in .end-line,
.end-plaque.is-in .end-links {
  opacity: 1;
  transform: none;
}

.end-links {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  margin: 1.1rem 0 0;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.end-link {
  appearance: none;
  margin: 0;
  padding: 0.12rem 0.05rem;
  border: 0;
  background: none;
  color: var(--thing-quiet);
  font: inherit;
  letter-spacing: inherit;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
}

.end-link:hover,
.end-link:focus-visible,
.end-link[aria-pressed="true"] {
  color: var(--thing-paper);
}

.end-link:focus-visible {
  outline: 1px solid var(--thing-line);
  outline-offset: 3px;
}

.hiru-chrome--end .hiru-card {
  max-height: min(42vh, 22rem);
  overflow: auto;
}

.hiru-log {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hiru-log-when {
  margin: 0 0 0.18rem;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  color: var(--thing-quiet);
  text-transform: lowercase;
}

.hiru-log-title {
  margin: 0 0 0.22rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

.hiru-log-body {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.5;
  color: var(--thing-quiet);
}

.hiru-fix {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.2rem 0.4rem 0.16rem 0.42rem;
  border: 0;
  border-bottom: 1px solid var(--thing-line);
  border-left: 1px solid var(--thing-line);
  border-radius: 0 0 0 1px;
  background: var(--hiru-glass);
  backdrop-filter: blur(12px) saturate(1.15);
  -webkit-backdrop-filter: blur(12px) saturate(1.15);
  color: var(--thing-quiet);
  font-family: inherit;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: lowercase;
  pointer-events: none;
  user-select: none;
}

.hiru-fix [data-hiru-fix-face] {
  max-width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hiru-moon {
  width: 0.62rem;
  height: 0.62rem;
  display: block;
  flex: 0 0 auto;
}

html[data-ink="light"] .hiru-dock {
  border-color: rgba(28, 25, 20, 0.08);
  box-shadow: 0 10px 28px rgba(40, 30, 16, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

html[data-ink="light"] .hiru-dock-btn[aria-pressed="true"],
html[data-ink="light"] .hiru-dock-btn:focus-visible {
  color: var(--hiru-ink-fg);
  background: rgba(0, 0, 0, 0.14);
}

html[data-ink="light"] .hiru-dock-btn:hover {
  color: var(--hiru-ink-fg);
  background: rgba(0, 0, 0, 0.08);
}

html[data-ink="light"] .hiru-plus {
  color: rgba(28, 25, 20, 0.5);
}

html[data-editor="1"] [data-edit] {
  border-radius: 4px;
  cursor: text;
}

html[data-editor="1"] [data-edit]:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

html[data-editor="1"] [data-edit]:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --hiru-ms: 1ms;
    --hiru-ms-exit: 1ms;
    --hiru-rise: 0px;
    --hiru-pop-scale: 1;
    --hiru-ink-ms: 1ms;
  }

  .hiru-mark-glyph,
  .hiru-plus {
    animation: none !important;
  }

  .hiru-pop,
  .hiru-pop.is-out,
  .hiru-dock-btn:active {
    filter: none;
    transform: none;
  }

  .plane-span {
    height: 0;
  }
}

.thing.is-empty {
  display: grid;
  place-items: center;
  min-height: 100dvh;
  font-size: 0.75rem;
  color: var(--thing-quiet);
}

.thing-frame-lab {
  height: 100dvh;
  padding: 1.25rem;
}

.thing-frame-lab .thing[data-mode="frame"] {
  height: calc(100dvh - 2.5rem);
  border: 1px solid var(--thing-line);
}
