/* Tabler Icons 3.46.0, MIT. License: "/house/LICENSE.tabler-icons". */
@font-face {
  font-family: "Wayfinding Icons";
  src: url("/house/wayfinding-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}



#courtyard-app {
  color-scheme: light; color: #242824;
  --ink: #242824; --paper: #f8f8f5; --rule: #d7dad3; --bronze: #7c6145;
  font: 1rem/1.6 "Kakao Small Sans", sans-serif;
}
:where(#courtyard-app, #house-map) * { box-sizing: border-box; }
:where(#courtyard-app, #house-map) :is(button,input) { font: inherit; }
:where(#courtyard-app, #house-map) button { color: inherit; cursor: pointer; touch-action: manipulation; }
:where(#courtyard-app) button:disabled { cursor: not-allowed; }
:where(#courtyard-app, #house-map) :is(button,a,input) { outline-offset: 4px; }
:where(#courtyard-app, #house-map) :focus-visible { outline: 2px solid #45534a; }
:where(#courtyard-app, #house-map) :is(h1,h2,h3,p) { margin: 0; }
:where(#courtyard-app, #house-map) svg {
 width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.4;
 stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
[hidden] {
  /* biome-ignore lint/complexity/noImportantStyles: The hidden state must override component layout. */
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
#courtyard-app {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 520px;
  height: min(920px, calc(100svh - 68px));
  min-height: 650px;
  margin: auto;
  overflow: hidden;
  background: #bcb9ac;
  border: 1px solid #b6b6ab;
  box-shadow: 0 20px 60px #32352924;
}

.door-hotspot:focus-visible {
  outline: 3px solid #fcf6e3;
  outline-offset: -6px;
  box-shadow: inset 0 0 0 7px #3c302c;
}

.courtyard-world,
.interior-world {
  position: absolute;
  inset: 0;
}
.courtyard-world {
  overflow: hidden;
}
.panorama {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  width: calc(var(--scene-height, 800px) * var(--scene-aspect, 3));
  min-width: 100%;
  will-change: transform;
}
.panorama > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.door-hotspot {
  position: absolute;
  top: 51%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 18%;
  height: 35%;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  font:
    600 1.125rem / 1.4 "Kakao Big Sans",
    serif;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.door-hanja {
  left: 12%;
  top: 50.5%;
  width: 8%;
  height: 47%;
}
.door-rename {
  left: 30%;
  top: 50.5%;
  width: 11%;
  height: 49%;
}
.door-create {
  left: 50%;
  top: 51%;
  width: 17%;
  height: 49%;
}
.door-library {
  left: 71%;
  top: 51%;
  width: 14%;
  height: 49%;
}
.door-reading {
  left: 88%;
  top: 50.5%;
  width: 7.5%;
  height: 47%;
}

.entrance-guide {
  position: absolute;
  z-index: 1;
  bottom: max(24%, calc(var(--dock-height, 98px) + 28px));
  left: 52px;
  right: 52px;
  display: grid;
  justify-items: center;
  gap: 16px;
  pointer-events: none;
}
.scene-status {
  padding: 16px;
  background: #f8f8f5;
  color: #242824;
  border: 1px solid #d7dbd1;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1.7;
}
#courtyard-app[data-photo-state="error"] .entrance-guide {
  top: calc(var(--header-height, 140px) + 18px);
  bottom: calc(var(--dock-height, 98px) + 18px);
  align-content: start;
  overflow: auto;
  padding: 4px;
  pointer-events: auto;
  left: 22px;
  right: 22px;
}

.location-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #8c7453;
  border: 1px solid currentColor;
  border-radius: 50%;
  flex: 0 0 auto;
}

.interior-world {
  z-index: 2;
  background: #e5e5df;
}
.interior-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}
.interior-scroll {
  position: absolute;
  inset: var(--header-height, 86px) 0 0;
  overflow: auto;
  padding: 0 22px calc(var(--dock-height, 115px) + 24px);
  overscroll-behavior: contain;
}
.room-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-bottom: 12px;
  color: #4d4c41;
}
.back-button,
.map-close {
  border: 0;
  background: transparent;
  padding: 10px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.sample-label {
  margin-left: auto;
  font-size: 0.75rem;
}
.room-sheet {
  padding: 25px 22px;
  background: #f7f5ef;
  border: 1px solid #cfccbe;
  border-radius: 2px;
  box-shadow:
    0 4px 0 #bfb8a6,
    0 14px 23px #3835291c;
}
.room-sheet h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.55;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.step-count {
  display: block;
  color: #706b5e;
  font-size: 0.8125rem;
  margin-bottom: 18px;
}
.room-hint {
  color: #6c665a;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 10px;
}
.choices {
  border: 0;
  padding: 0;
  margin: 24px 0;
  min-width: 0;
  display: grid;
  gap: 10px;
}
.choice {
  position: relative;
  display: block;
}
.choice input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.choice-face {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 13px 12px;
  background: #fffefa;
  border: 1px solid #ccc8bc;
  border-radius: 2px;
  box-shadow: 0 3px 0 #d8d3c6;
  font-size: 0.9375rem;
  line-height: 1.7;
  transition:
    transform 130ms,
    box-shadow 130ms,
    background 130ms;
}
.choice-face::before {
  content: "";
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  border: 1px solid #8b8474;
  border-radius: 50%;
  background: #fffefa;
}
.choice input:checked + .choice-face {
  background: #ebe5d9;
  border-color: #857156;
  box-shadow: inset 0 2px 4px #50432b19;
  transform: translateY(2px);
}
.choice input:checked + .choice-face::before {
  background: #79674b;
  box-shadow: inset 0 0 0 3px #ebe5d9;
}
.choice input:focus-visible + .choice-face {
  outline: 2px solid #45534a;
  outline-offset: 3px;
}
.primary-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 17px;
  min-height: 54px;
  border: 1px solid #565044;
  border-radius: 2px;
  color: #faf8f0;
  background: #3b392f;
  box-shadow: 0 3px 0 #242218;
  font-size: 1rem;
}
.primary-action:disabled {
  color: #6c695e;
  background: #dfdbd0;
  border-color: #c2bbab;
  box-shadow: 0 2px 0 #c5beae;
}
.primary-action:active:not(:disabled) {
  transform: translateY(2px);
  box-shadow: none;
}
.result-title {
  font:
    600 3.5rem / 1.4 "Kakao Big Sans",
    serif;
  letter-spacing: -0.07em;
  margin: 22px 0 5px;
  overflow-wrap: anywhere;
}
.hanja {
  font:
    600 1.25rem / 1.6 "Kakao Big Sans",
    serif;
  color: #726650;
  letter-spacing: 0.2em;
}
.name-meaning {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.9;
}
.result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.sample-stamp {
  color: #716654;
  font-size: 0.8125rem;
}
.save-button,
.secondary-action {
  min-height: 44px;
  padding: 9px 13px;
  background: transparent;
  border: 1px solid #b9af9c;
  border-radius: 2px;
  font-size: 0.875rem;
}
.save-button[aria-pressed="true"] {
  background: #e8dfcf;
  border-color: #817054;
}
.room-sheet details {
  border-top: 1px solid #cec6b7;
}
.room-sheet summary {
  min-height: 52px;
  padding: 16px 0;
  cursor: pointer;
  font-size: 0.9375rem;
}
.reason {
  margin: 13px 0 20px;
}
.reason h3 {
  font-size: 0.9375rem;
  font-weight: 600;
}
.reason p {
  color: #706757;
  font-size: 0.875rem;
  line-height: 1.9;
}
.axis {
  margin: 14px 0;
}
.axis-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.8125rem;
}
.axis-track {
  height: 5px;
  background: #dfd9cc;
  margin-top: 7px;
}
.axis-fill {
  height: 100%;
  background: #8a7658;
}
.sample-notice {
  margin: 20px 0 0;
  color: #6d6557;
  font-size: 0.8125rem;
  line-height: 1.85;
}
.room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.room-actions > * {
  flex: 1;
}
.state-sheet {
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 20px;
}
.state-sheet h2 {
  font-size: 1.75rem;
}
.state-sheet p {
  font-size: 1rem;
  line-height: 1.9;
  color: #6b6254;
}

/* A single navigation system, independent of the architecture in the photograph. */
.house-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 26px 24px 30px;
  pointer-events: none;
  background: linear-gradient(#151c18bd, #151c184d 72%, transparent);
}
.house-header a {
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
}
.house-heading {
  flex: 1 1 10rem;
  min-width: 0;
  color: #fff;
}
.house-brand {
  display: inline-flex;
  max-width: 100%;
  min-height: 28px;
  overflow-wrap: anywhere;
}
.house-address {
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
}
.current-room {
  display: grid;
  justify-items: start;
  gap: 12px;
  margin-top: 6px;
}
.current-place {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
.room-enter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  max-width: 100%;
  padding: 10px 8px;
  color: #fff;
  border: 0;
  background: transparent;
  pointer-events: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  text-shadow:
    0 1px 3px #0e1816,
    0 0 10px #0e1816,
    0 2px 16px #0e1816;
}
.room-enter [data-enter-label] {
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.entrance-arrow {
  width: 28px;
  height: 28px;
  rotate: -90deg;
  filter: drop-shadow(0 1px 3px #0e1816);
  transition: translate 180ms;
}
.room-enter:active .entrance-arrow {
  translate: 0 -3px;
}
.room-enter:focus-visible,
.house-header a:focus-visible {
  outline-color: #fff;
}
#courtyard-app[data-photo-state="error"] .room-enter {
  min-height: 48px;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  color: #fff;
  background: #242925;
  border: 1px solid #565c55;
  border-radius: 6px;
  text-shadow: none;
}
#courtyard-app[data-photo-state="error"] .entrance-arrow {
  width: 22px;
  height: 22px;
  rotate: none;
  filter: none;
}
#courtyard-app[data-photo-state="error"] .room-enter:focus-visible {
  outline-color: #45534a;
}
.compare-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-size: 0.8125rem;
  color: #fff;
}
.house-header .compare-link {
  color: #fff;
}
#courtyard-app:not([data-location="courtyard"]) .room-enter {
  display: none;
}
#courtyard-app:not([data-location="courtyard"]) .house-header {
  background: #f4f5f0;
  border-bottom: 1px solid #d8dbd3;
  padding-bottom: 22px;
}
#courtyard-app:not([data-location="courtyard"]) .house-heading,
#courtyard-app:not([data-location="courtyard"]) .house-header a {
  color: #242824;
}
#courtyard-app:not([data-location="courtyard"]) .house-header a:focus-visible {
  outline-color: #45534a;
}
#courtyard-app:not([data-location="courtyard"]) .current-place {
  font-size: 1.625rem;
}
.back-button {
  width: auto;
  display: inline-flex;
  gap: 8px;
  padding: 10px 0;
  font-size: 0.875rem;
}
.room-sheet h2:focus {
  outline: none;
}

.turn-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.turn-controls button {
  position: absolute;
  top: 34%;
  bottom: 22%;
  width: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
  color: #fff;
  text-shadow: 0 1px 4px #0b1611;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  isolation: isolate;
}
.turn-controls [data-pan="left"] {
  left: 0;
}
.turn-controls [data-pan="right"] {
  right: 0;
}
.turn-controls button::before {
  content: "";
  position: absolute;
  inset: 5% 0;
  z-index: -1;
  background: linear-gradient(90deg, #17231ca6, #17231c4d 55%, transparent);
  mask-image: linear-gradient(transparent, #000 25%, #000 75%, transparent);
}
.turn-controls [data-pan="right"]::before {
  transform: scaleX(-1);
}
.turn-controls svg {
  width: 22px;
  height: 22px;
}
.turn-controls button span {
  writing-mode: vertical-rl;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  order: 1;
  line-height: 1.4;
}
.turn-controls button:focus-visible {
  outline-offset: -5px;
  outline-color: #fff;
}
.spatial-dock {
  position: absolute;
  z-index: 6;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px max(24px, env(safe-area-inset-bottom));
  pointer-events: none;
}
.spatial-dock button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 106px;
  min-height: 50px;
  margin: 0;
  padding: 12px 17px;
  pointer-events: auto;
  color: #f8f8f5;
  background: #242925;
  border: 1px solid #565c55;
  border-radius: 8px;
  box-shadow: 0 4px 12px #10181433;
  font-size: 0.875rem;
  transition:
    background 150ms,
    box-shadow 150ms;
}
.dock-icon {
  font:
    normal 400 21px / 1 "Wayfinding Icons",
    sans-serif;
  font-synthesis: none;
}
.spatial-dock button[aria-current] {
  background: #f8f8f5;
  border-color: #d3d7cc;
  color: #242925;
}
.spatial-dock button:active {
  box-shadow: inset 0 1px 3px #0003;
}
.spatial-dock button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
#courtyard-app:not([data-location="courtyard"]) .spatial-dock {
  background: linear-gradient(transparent, #e6e7dfed 44%);
}
#courtyard-app:not([data-location="courtyard"]) .spatial-dock button:focus-visible {
  outline-color: #45534a;
}

html:has(#house-map[open]) {
  overflow: hidden;
}
#house-map {
  width: min(440px, calc(100% - 24px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 28px;
  background: #f8f8f5;
  color: #242824;
  border: 1px solid #dedfd8;
  border-radius: 12px;
  box-shadow: 0 24px 80px #1018144d;
  overflow: auto;
  overscroll-behavior: contain;
}
#house-map::backdrop {
  background: #18211c85;
}
.map-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.map-header > div {
  min-width: 0;
}
.map-eyebrow {
  color: #686e65;
  font-size: 0.75rem;
}
.map-header h2 {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-top: 3px;
}
.map-close {
  border: 1px solid #d9dcd3;
  border-radius: 6px;
  min-width: 44px;
  min-height: 44px;
}
#map-description {
  font-size: 0.875rem;
  color: #5d655b;
  margin: 12px 0 24px;
  line-height: 1.7;
}
.map-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #60675d;
  font-size: 0.8125rem;
}
.map-legend .location-dot {
  width: 6px;
  height: 6px;
  background: #a15d39;
  border: 0;
}
.map-legend[data-outside] .location-dot {
  visibility: hidden;
}
.map-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "rename create library" "hanja court reading";
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.map-room {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  min-height: 108px;
  padding: 12px 10px;
  border: 1px solid #d7dbd2;
  border-radius: 5px;
  background: #eef0e9;
  cursor: pointer;
  transition:
    background 150ms,
    color 150ms,
    border-color 150ms;
}
.map-room[data-position-room="hanja"] {
  grid-area: hanja;
}
.map-room[data-position-room="rename"] {
  grid-area: rename;
}
.map-room[data-position-room="create"] {
  grid-area: create;
}
.map-room[data-position-room="library"] {
  grid-area: library;
}
.map-room[data-position-room="reading"] {
  grid-area: reading;
}
.map-room input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.map-room:has(input:checked) {
  background: #2b332d;
  color: #fff;
  border-color: #2b332d;
}
.map-room:has(input:focus-visible) {
  outline: 2px solid #56694f;
  outline-offset: 3px;
}
.map-number {
  font-size: 0.6875rem;
  font-variant-numeric: tabular-nums;
  opacity: 0.7;
}
.map-room-name {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.map-here {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: #855033;
  font-size: 0.6875rem;
}
.map-here::before {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
}
.map-room:has(input:checked) .map-here {
  color: #f2c7a3;
}
.map-room:not([data-here]) .map-here {
  visibility: hidden;
}
.map-courtyard {
  grid-area: court;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #d8ddd1;
  color: #727b69;
  font-size: 0.8125rem;
}
.map-actions {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
.map-start {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 16px;
  border: 1px solid #242925;
  border-radius: 6px;
  background: #242925;
  color: #fff;
  font-size: 0.9375rem;
  text-align: left;
}
.map-start [data-map-action] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.map-start > [aria-hidden] {
  flex-shrink: 0;
}
.map-view {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid #d6dad0;
  border-radius: 6px;
  background: transparent;
  font-size: 0.875rem;
}
.map-utilities {
  display: flex;
  margin-top: 18px;
  padding-top: 8px;
  border-top: 1px solid #e0e2db;
}
.map-utilities button {
  flex: 1;
  min-height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  font-size: 0.8125rem;
  color: #62695f;
}
.map-utilities button + button {
  border-left: 1px solid #e0e2db;
}
.map-utilities button[aria-current="location"] {
  color: #242824;
  font-weight: 600;
}

.account-sheet {
  padding: 28px 22px 24px;
}
.account-signin h2 {
  font-size: 1.375rem;
}
.account-status {
  min-height: 3.4em;
  margin: 10px 0 22px;
  color: #646b60;
  font-size: 0.8125rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.account-providers {
  display: grid;
  gap: 8px;
}
.provider-button {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #d7dbd2;
  border-radius: 6px;
  font-size: 0.9375rem;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 92px;
  padding: 20px 0;
  margin-top: 30px;
  border: 0;
  border-top: 1px solid #dedfd8;
  border-bottom: 1px solid #dedfd8;
  background: transparent;
  text-align: left;
}
.account-link-copy {
  display: grid;
  gap: 3px;
}
.account-link-copy small {
  font-size: 0.75rem;
  color: #6c7268;
}
.account-count {
  margin-left: auto;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
}
.account-arrow {
  color: #72796d;
}
.account-note {
  margin-top: 16px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #6c7268;
}

.preview-note,
.no-script {
  max-width: 520px;
  margin: 12px auto 0;
  color: #666b60;
  font-size: 0.75rem;
  text-align: center;
}
.no-script {
  font-size: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .spatial-dock button:not([aria-current]):hover,
  .map-start:hover {
    background: #3b453b;
  }
  .map-room:not(:has(input:checked)):hover,
  .map-view:hover,
  .provider-button:hover {
    background: #e6eadf;
    border-color: #9da793;
  }
  .room-enter:hover .entrance-arrow {
    translate: 0 -3px;
  }
  .account-link:hover {
    color: #59684c;
  }
}
@media (max-width: 560px) {
  body {
    padding: 0;
  }
  #courtyard-app {
    height: 100svh;
    min-height: 560px;
    max-width: none;
    border: 0;
    box-shadow: none;
  }
  .house-header {
    padding: max(22px, env(safe-area-inset-top)) 22px 26px;
  }
  .spatial-dock {
    padding-left: 22px;
    padding-right: 22px;
  }
  .preview-note {
    padding: 8px 18px;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .house-header {
    padding-left: 18px;
    padding-right: 18px;
    gap: 8px;
  }
  .house-heading {
    flex-basis: 9.375rem;
  }
  .current-place {
    font-size: 1.75rem;
  }
  .compare-link {
    font-size: 0.75rem;
  }
  .interior-scroll {
    padding-left: 14px;
    padding-right: 14px;
  }
  .room-sheet {
    padding: 23px 17px;
  }
  #house-map {
    padding: 22px 18px;
  }
  .map-room {
    padding: 10px 7px;
  }
  .spatial-dock {
    padding-left: 18px;
    padding-right: 18px;
  }
  .turn-controls button {
    width: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    /* biome-ignore lint/complexity/noImportantStyles: Respect the user's motion preference across states. */
    animation: none !important;
    /* biome-ignore lint/complexity/noImportantStyles: Respect the user's motion preference across states. */
    transition: none !important;
    /* biome-ignore lint/complexity/noImportantStyles: Respect the user's motion preference across states. */
    scroll-behavior: auto !important;
  }
  .choice input:checked + .choice-face,
  .primary-action:active:not(:disabled) {
    transform: none;
  }
  .room-enter .entrance-arrow {
    translate: none;
  }
}
