@import url("./workspaces.css");
/* SPOTNOOK desktop: one presentation authority. Historical shells are not loaded. */
:root {
  --sn-blue: #1455ff;
  --sn-cyan: #31dfff;
  --sn-ink: #102448;
  --sn-muted: #62728c;
  --sn-cloud: #eef5ff;
  --sn-line: #dce6f4;
  --sn-rail: 336px;
  --sn-gap: 16px;
  --sn-ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Inter, system-ui, sans-serif;
  color: var(--sn-ink);
  background: #f1f3f4;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button {
  border: 0;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #1455ff;
  outline-offset: 4px;
}
button,
a {
  touch-action: manipulation;
}
button {
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s,
    transform 0.2s var(--sn-ease);
}
button:active:not(:disabled) {
  transform: scale(0.97);
}
[hidden] {
  display: none !important;
}
.icon {
  width: 20px;
  height: 20px;
  flex: none;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Sora, Inter, sans-serif;
}
a {
  color: inherit;
}
button svg {
  pointer-events: none;
}
.sn-desktop {
  height: 100dvh;
  min-height: 620px;
  min-width: 1060px;
  overflow: hidden;
  display: grid;
  grid-template-columns: var(--sn-rail) minmax(0, 1fr);
  gap: var(--sn-gap);
  padding: var(--sn-gap);
  background: #f1f3f4;
  font-size: 14px;
  line-height: 1.5;
}
.sn-skip {
  position: fixed;
  top: -100px;
  left: 30px;
  z-index: 300;
  background: white;
  padding: 12px 20px;
  border-radius: 14px;
}
.sn-skip:focus {
  top: 20px;
}
.sn-rail {
  z-index: 30;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.sn-brand-row {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  flex: none;
}
.sn-brand-row a {
  display: block;
  width: 172px;
  height: 70px;
  overflow: hidden;
}
.sn-brand-row img {
  width: 170px;
  height: 76px;
  object-fit: contain;
  display: block;
}
.sn-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 12px;
  background: transparent;
  color: #61718b;
}
.sn-icon:hover {
  background: #e5edfa;
  color: var(--sn-blue);
}
.sn-icon[aria-pressed="true"] {
  color: var(--sn-blue);
  background: #e5edff;
}
.sn-icon[aria-pressed="true"] svg {
  fill: #1455ff19;
}
.sn-nav {
  display: flex;
  gap: 6px;
  margin: 0 20px;
  padding: 5px;
  background: #eaf0f8;
  border-radius: 15px;
}
.sn-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  height: 42px;
  background: transparent;
  border-radius: 11px;
  font-weight: 600;
  font-size: 14px;
  color: #62728a;
}
.sn-nav .is-active {
  background: white;
  color: var(--sn-blue);
  box-shadow: 0 2px 6px #1024480d;
}
.sn-nav .icon {
  width: 18px;
  height: 18px;
}
.sn-nav span {
  font-size: 11px;
  background: #dce6f6;
  border-radius: 6px;
  padding: 0 5px;
  color: #61718b;
}
.sn-rail-intro {
  padding: 20px 22px 14px;
  flex: none;
}
.sn-eyebrow {
  font:
    600 10px/1.5 Inter,
    system-ui,
    sans-serif;
  letter-spacing: 0;
  color: #6b7f9c;
  text-transform: uppercase;
}
.sn-rail-intro .sn-eyebrow {
  font-size: 10px;
  letter-spacing: 0;
}
.sn-rail-intro h1 {
  font-size: 22px;
  line-height: 1.26;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
}
.sn-rail-intro h1 span {
  color: var(--sn-blue);
}
.sn-rail-intro > p:last-child {
  font-size: 12px;
  color: var(--sn-muted);
}
.sn-brief-launch {
  margin: 0 20px 16px;
  padding: 12px;
  background: #f5f8ff;
  border: 1px solid #d6e5ff;
  border-radius: 8px;
}
.sn-brief-button {
  display: flex;
  align-items: center;
  gap: 9px;
  background: none;
  font-weight: 600;
  color: #2450a9;
  font-size: 12px;
  padding: 0;
  width: 100%;
  text-align: left;
}
.sn-brief-button .icon {
  width: 18px;
  height: 18px;
}
.sn-brief-launch > span {
  font-size: 10px;
  color: #6a7f9f;
  display: block;
  margin: 6px 0 0 27px;
}
.sn-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 10px;
}
.sn-list-heading h2 {
  font-size: 13px;
  font-weight: 600;
}
.sn-list-heading span {
  font-size: 11px;
  color: var(--sn-muted);
}
.sn-search {
  margin: 0 20px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 39px;
  border-bottom: 1px solid var(--sn-line);
  color: #7c8ca4;
  flex: none;
}
.sn-search .icon {
  width: 16px;
  height: 16px;
}
.sn-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: none;
  min-width: 0;
  font-size: 11px;
  color: var(--sn-ink);
}
kbd {
  font:
    10px Inter,
    sans-serif;
  padding: 1px 4px;
  border: 1px solid #b9c9df66;
  border-radius: 4px;
  color: #778ba7;
}
.sn-results {
  overflow-y: auto;
  min-height: 0;
  flex: 1;
  padding: 0 12px 12px;
  scrollbar-width: thin;
  scrollbar-color: #ccd9ec transparent;
}
.sn-place {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e1e5e9;
  padding: 8px;
  margin-bottom: 10px;
  transition: background 0.2s;
  min-height: 154px;
}
.sn-place:hover {
  background: #eef4ff;
}
.sn-place.is-selected {
  background: #f3f7ff;
  box-shadow: inset 0 0 0 1px #bed3ff;
}
.sn-place-main {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: none;
  text-align: left;
  padding: 0;
  width: 100%;
}
.sn-place-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 52px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(140deg, #f6faff, #dbe8fa);
  color: #7d9bc6;
  box-shadow: inset 0 0 0 1px #d9e4f5;
}
.sn-place-art .icon {
  width: 26px;
  height: 26px;
  stroke-width: 1.2;
}
.sn-place-art > span {
  position: absolute;
  bottom: 3px;
  right: 5px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
}
.sn-place-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 0;
  overflow-wrap: anywhere;
}
.sn-place-district {
  color: #7184a0;
  font-size: 10px;
}
.sn-place-info > strong {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.sn-place-price {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}
.sn-building-image { display: grid; place-items: center; width: 100%; height: 240px; overflow: hidden; background: #edf0f2; color: #586575; }
.sn-building-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sn-building-image-missing { align-content: center; gap: 8px; font-size: 11px; font-weight: 400; text-align: center; padding: 8px; }
.sn-building-image-missing .icon { width: 28px; height: 28px; }
.sn-place-main > .sn-building-image { width: 86px; height: 104px; flex: 0 0 86px; border-radius: 4px; }
.sn-building-photo { margin: 0 0 16px; }
.sn-building-photo figcaption { color: #617080; font-size: 10px; line-height: 1.5; margin-top: 6px; font-weight: 400; overflow-wrap: anywhere; }
.sn-building-photo figcaption span { display: block; }
.sn-place-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; border-top: 1px solid #e1e5e9; padding-top: 4px; }
.sn-place-compare { display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #2355ac; min-height: 36px; font-size: 12px; padding: 4px 6px; }
.sn-place-compare .icon { width: 16px; height: 16px; }
.sn-place-compare[aria-pressed="true"] { color: #157159; }
.sn-place-reason { color: #157159; font-size: 11px; line-height: 1.45; }
.sn-search-caveat { font-size: 11px; color: #566574; line-height: 1.6; padding: 8px 6px 14px; }
.sn-asking-basis, .sn-asking-unknown { display: block; font-size: 12px; color: #566574; font-weight: 400; }
.sn-place-price small {
  font-weight: 400;
  font-size: 10px;
  color: #7c8da5;
}
.sn-place > .sn-icon {
  position: absolute;
  right: 0;
  top: 32px;
  width: 29px;
  height: 32px;
}
.sn-place > .sn-icon .icon {
  width: 16px;
  height: 16px;
}
.sn-place-change {
  display: block;
  margin: -4px 0 3px 66px;
  font-size: 10px;
  color: #3b806c;
}
.sn-rail-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 20px;
  padding: 15px 0;
  border-top: 1px solid var(--sn-line);
  flex: none;
}
.sn-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #409e85;
  flex: none;
}
.sn-rail-footer > div {
  flex: 1;
  min-width: 0;
}
.sn-rail-footer strong,
.sn-rail-footer span:not(.sn-dot) {
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.sn-rail-footer strong {
  font-weight: 500;
}
.sn-rail-footer span:not(.sn-dot) {
  color: #7a8aa1;
  font-size: 10px;
  margin-top: 3px;
}
.sn-rail-footer .sn-icon {
  width: 28px;
}
.sn-world {
  position: relative;
  isolation: isolate;
  min-width: 0;
  border-radius: 27px;
  overflow: hidden;
  background: #d5e1ed;
  border: 1px solid #ffffffad;
  box-shadow: 0 5px 32px #17335f0c;
}
.sn-city,
.sn-pins {
  position: absolute;
  inset: 0;
}
.sn-city {
  z-index: 0;
}
.sn-pins {
  z-index: 2;
  pointer-events: none;
}
.sn-world-header {
  position: absolute;
  z-index: 6;
  left: 27px;
  right: 27px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.sn-world-header > * {
  pointer-events: auto;
}
.sn-location {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px 8px 8px;
  background: #fbfdfff0;
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0 3px 14px #0f234613;
  backdrop-filter: blur(22px);
}
.sn-location-icon {
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #e8f0ff;
  color: var(--sn-blue);
  width: 34px;
  height: 34px;
}
.sn-location strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.sn-location div > span {
  display: block;
  font-size: 10px;
  color: #69809f;
}
.sn-world-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sn-preview-badge {
  font-size: 10px;
  color: #4b6588;
  background: #f5f9ffed;
  border: 1px solid #fff;
  border-radius: 9px;
  padding: 7px 10px;
}
.sn-glass-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fbffeb;
  border: 1px solid #fff;
  padding: 10px 14px;
  border-radius: 13px;
  box-shadow: 0 3px 14px #0f234612;
  backdrop-filter: blur(22px);
  font-size: 11px;
  font-weight: 500;
}
.sn-glass-button:hover {
  background: white;
  box-shadow: 0 5px 20px #1455ff24;
}
.sn-glass-button .icon {
  width: 15px;
  height: 15px;
}
.sn-world-heading {
  position: absolute;
  z-index: 3;
  top: 125px;
  left: 35px;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 2px 18px #0a1a2d40;
}
.sn-world-heading .sn-eyebrow {
  color: #f3f8ff;
  letter-spacing: 0;
  font-size: 10px;
}
.sn-world-heading h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 12px;
}
.sn-world-heading > p:last-child {
  font-size: 12px;
  margin-top: 13px;
  color: #f2f7ff;
}
.sn-map-controls {
  position: absolute;
  z-index: 8;
  right: 24px;
  top: 105px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}
.sn-map-modes {
  display: flex;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid white;
  background: #eff5fff0;
  box-shadow: 0 2px 10px #10244815;
  backdrop-filter: blur(20px);
}
.sn-map-modes button {
  background: none;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sn-map-modes .icon {
  width: 14px;
  height: 14px;
}
.sn-map-modes .is-active {
  background: #fff;
  color: var(--sn-blue);
  box-shadow: 0 1px 5px #18295312;
}
.sn-camera-controls {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #f6faffed;
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 10px #10244812;
}
.sn-camera-controls .sn-icon {
  width: 33px;
  height: 34px;
}
.sn-camera-controls .icon {
  width: 17px;
  height: 17px;
}
.sn-world-footer {
  position: absolute;
  z-index: 7;
  left: 21px;
  right: 20px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  color: #f6f9ff;
  text-shadow: 0 1px 5px #142333;
  background: #142b4740;
  border-radius: 6px;
  padding: 3px 7px;
  pointer-events: none;
}
.sn-world-footer .sn-dot {
  width: 5px;
  height: 5px;
  margin-right: 5px;
}
.sn-world-footer span {
  white-space: nowrap;
}
.sn-desktop[data-arrival="ready"] .sn-world-footer {
  display: none;
}
.sn-city .cesium-viewer-bottom {
  bottom: 29px;
  left: 9px;
  z-index: 1;
}
.sn-city .cesium-credit-logoContainer img {
  max-height: 18px;
}
.sn-city .cesium-credit-textContainer {
  font-size: 10px;
}
.sn-city .cesium-viewer,
.sn-city .cesium-viewer-cesiumWidgetContainer,
.sn-city .cesium-widget,
.sn-city canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sn-city gmp-map-3d {
  width: 100%;
  height: 100%;
  display: block;
}
.map-pin {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 12px;
  min-width: 88px;
  background: #fbfdfff2;
  color: #193963;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px #0e234b24;
  backdrop-filter: blur(15px);
  white-space: nowrap;
}
.map-pin .pin-name {
  font-size: 10px;
  font-weight: 500;
}
.map-pin strong {
  font-size: 13px;
  font-weight: 600;
}
.map-pin small {
  font-size: 10px;
  font-weight: 400;
}
.map-pin > i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: inherit;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: rotate(45deg);
  bottom: -4px;
}
.map-pin:hover,
.map-pin.selected {
  background: #1455ff;
  color: white;
  box-shadow: 0 5px 24px #1455ff55;
  border-color: #87afff;
}
.map-pin.lens-dim {
  opacity: 0.45;
}
.map-pin .pin-decision {
  position: absolute;
  top: -8px;
  left: -8px;
  background: #1455ff;
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
}
.map-pin .pin-lens {
  display: block;
}
.sn-world-unavailable {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 70% 25%,
    #6e9ab4,
    #789cac 20%,
    #9fbbc5 50%,
    #bbd1da
  );
  z-index: 1;
}
.sn-world-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(#fff6 1px, transparent 1px),
    linear-gradient(90deg, #fff6 1px, transparent 1px);
  background-size: 75px 75px;
  transform: perspective(600px) rotateX(30deg) scale(1.5);
}
.sn-unavailable-copy {
  position: absolute;
  top: 40%;
  left: 14%;
  max-width: 400px;
  transform: translateY(-30%);
  color: #173657;
}
.sn-unavailable-copy h2 {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 10px 0;
}
.sn-unavailable-copy > p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.sn-unavailable-copy .sn-eyebrow {
  color: #254e71;
}
.sn-unavailable-copy .sn-caption {
  font-size: 10px;
  margin-top: 12px;
  max-width: 280px;
}
.sn-desktop[data-map="offline"] .sn-world-heading {
  display: none;
}
.sn-command-area {
  position: absolute;
  z-index: 20;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: min(640px, calc(100% - 130px));
  transition:
    width 0.4s var(--sn-ease),
    left 0.4s var(--sn-ease);
}
.sn-command {
  position: relative;
  border-radius: 23px;
  background: linear-gradient(125deg, #fffffffa, #f9fcfff5 55%, #e8f3fff7);
  border: 1px solid #fff;
  box-shadow:
    0 10px 40px #183a6836,
    inset 0 0 0 1px #ffffffab;
  backdrop-filter: blur(35px) saturate(1.3);
  padding: 9px 15px 12px;
}
.sn-command:focus-within {
  box-shadow:
    0 12px 45px #164c9140,
    0 0 0 3px #97b9ff70;
}
.sn-command-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
  margin-bottom: 5px;
}
.sn-presence {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}
.sn-presence > i {
  width: 6px;
  height: 6px;
  background: #1455ff;
  border-radius: 100%;
  box-shadow: 0 0 0 4px #1455ff0b;
}
.sn-presence > strong {
  font-weight: 600;
}
.sn-presence > span {
  font-size: 10px;
  color: #7c8aa1;
  padding-left: 6px;
  border-left: 1px solid #d7e2f0;
}
.sn-command-top .sn-icon {
  width: 29px;
  height: 26px;
}
.sn-command-top .icon {
  width: 16px;
  height: 16px;
}
.sn-input-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
#sn-command-form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
#sn-input {
  resize: none;
  display: block;
  width: 100%;
  min-height: 42px;
  max-height: 100px;
  line-height: 1.6;
  font-size: 13px;
  border: none;
  outline: none;
  background: none;
  padding: 9px 1px 4px;
  color: #102448;
}
#sn-input::placeholder {
  color: #7586a2;
  opacity: 1;
}
.sn-command-actions {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 1px;
}
.sn-command-actions .sn-icon {
  background: #e9f0fb;
  width: 37px;
  height: 37px;
}
.sn-send {
  display: grid;
  place-items: center;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3b7aff, #1455ff);
  color: white;
  box-shadow: 0 4px 11px #1455ff30;
}
.sn-send:hover {
  background: #0d43d9;
  box-shadow: 0 4px 18px #1455ff55;
}
.sn-send .icon {
  transform: rotate(-90deg);
  width: 19px;
  height: 19px;
}
.sn-command-hint {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  margin: 8px 12px 0;
  color: #fff;
  text-shadow: 0 1px 6px #1b3559a1;
}
.sn-command-hint kbd {
  color: inherit;
  border-color: #e3ecfa55;
}
.sn-hint-divider {
  margin: 0 5px;
}
.sn-continuations {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 13px;
  flex-wrap: wrap;
}
.sn-continuations button {
  font-size: 10px;
  white-space: nowrap;
  color: #24415f;
  background: #f5faffed;
  border: 1px solid #fff9;
  box-shadow: 0 2px 12px #14335b0d;
  backdrop-filter: blur(16px);
  padding: 9px 12px;
  border-radius: 12px;
}
.sn-continuations button:hover {
  color: #1455ff;
  background: white;
  transform: translateY(-2px);
}
.sn-continuations .icon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.sn-reply {
  position: relative;
  background: #f9fcfff5;
  border: 1px solid #fff;
  border-radius: 17px;
  margin: 0 0 10px;
  padding: 13px 38px 13px 15px;
  font-size: 12px;
  line-height: 1.6;
  color: #294367;
  box-shadow: 0 5px 20px #16396518;
  max-height: 122px;
  overflow: auto;
  animation: sn-rise 0.3s var(--sn-ease);
}
.sn-reply .sn-icon {
  position: absolute;
  right: 4px;
  top: 5px;
  width: 27px;
  height: 27px;
}
.sn-reply .icon {
  width: 14px;
  height: 14px;
}
.sn-nook-stage {
  position: absolute;
  z-index: 21;
  left: 24px;
  bottom: 66px;
  width: 114px;
  height: 190px;
  pointer-events: none;
}
.sn-nook {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 110px;
  background: transparent;
  padding: 0;
  pointer-events: auto;
  filter: drop-shadow(0 8px 7px #18334b20);
  transform-origin: 50% 95%;
}
.sn-nook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.sn-nook:hover {
  cursor: pointer;
}
.sn-nook-bubble {
  position: absolute;
  bottom: 118px;
  left: 0;
  background: #fbfdfff5;
  border: 1px solid white;
  padding: 10px 13px;
  min-width: 126px;
  border-radius: 15px 15px 15px 4px;
  box-shadow: 0 4px 17px #15365c13;
  font-size: 11px;
  color: #405e83;
  line-height: 1.6;
  animation: sn-rise 0.5s var(--sn-ease);
}
.sn-nook-breath, .sn-nook-puppet,
.sn-nook-head, .sn-nook-foot-left, .sn-nook-foot-right {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-origin: 50% 82%;
}
.sn-nook-breath { animation: sn-nook-breathe 3.8s ease-in-out infinite; }
.sn-nook-torso { clip-path: inset(64% 0 17%); }
.sn-nook-head { transform-origin: 50% 64%; }
.sn-nook-head img { clip-path: inset(0 0 35%); }
.sn-nook-foot-left { clip-path: inset(81% 49% 0 0); transform-origin: 40% 81%; }
.sn-nook-foot-right { clip-path: inset(81% 0 0 50%); transform-origin: 62% 81%; }
.sn-nook-eyelids { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }
.sn-nook-stage[data-pose="guide"] .sn-nook-torso { clip-path: inset(61% 0 17%); }
.sn-nook-stage[data-pose="guide"] .sn-nook-head img { clip-path: inset(0 0 38%); }
.sn-nook-stage[data-gesture="blink"] .sn-nook-eyelids { animation: sn-nook-blink .24s ease-in-out; }
.sn-nook-stage[data-gesture="look-left"] .sn-nook-head { animation: sn-nook-look-left 1.25s ease-in-out; }
.sn-nook-stage[data-gesture="look-right"] .sn-nook-head { animation: sn-nook-look-right 1.25s ease-in-out; }
.sn-nook-stage[data-gesture="nod"] .sn-nook-head { animation: sn-nook-nod 1.1s ease-in-out; }
.sn-nook-stage[data-state="greet"] .sn-nook-breath { animation: sn-nook-hello 1.1s ease-in-out 2; }
.sn-nook-stage[data-state="guide"] .sn-nook-head { animation: sn-nook-attend 1.4s ease-in-out 2; }
.sn-nook-stage[data-state="think"] .sn-nook-head { animation: sn-nook-ponder 3.6s ease-in-out infinite; }
.sn-nook-stage[data-state="listen"] .sn-nook-head { animation: sn-nook-attend 3.2s ease-in-out infinite; }
.sn-nook-stage[data-state="type"] .sn-nook-torso { animation: sn-nook-type .65s ease-in-out infinite; }
.sn-nook-stage[data-state="speaking"] .sn-nook-head { animation: sn-nook-speak 1.2s ease-in-out infinite; }
.sn-nook-stage[data-walking="true"] .sn-nook-breath { animation: sn-nook-step .64s ease-in-out infinite; }
.sn-nook-stage[data-walking="true"] .sn-nook-foot-left { animation: sn-nook-left-foot .64s ease-in-out infinite; }
.sn-nook-stage[data-walking="true"] .sn-nook-foot-right { animation: sn-nook-right-foot .64s ease-in-out infinite; }
.sn-nook-stage[data-attention="settled"] .sn-nook-breath { animation-duration: 5s; }
.sn-nook-stage[data-motion="quiet"] *, .sn-nook-stage[data-motion="reduced"] * {
  animation: none !important;
  transition: none !important;
}
.sn-nook-stage[data-motion="paused"] * { animation-play-state: paused !important; }
@keyframes sn-nook-breathe { 50% { transform: translateY(-1px) scale(1.006, 1.014); } }
@keyframes sn-nook-blink { 0%, 100% { opacity: 0; } 28%, 68% { opacity: 1; } }
@keyframes sn-nook-look-left { 35%, 60% { transform: rotate(-2.5deg) translateX(-1px); } }
@keyframes sn-nook-look-right { 35%, 60% { transform: rotate(2.5deg) translateX(1px); } }
@keyframes sn-nook-nod { 35% { transform: translateY(1.3px) rotate(1.5deg); } 65% { transform: translateY(-.6px); } }
@keyframes sn-nook-hello { 25% { transform: rotate(-3deg) translateY(-1px); } 65% { transform: rotate(3deg); } }
@keyframes sn-nook-attend { 45% { transform: rotate(1.5deg) translateY(-.6px); } }
@keyframes sn-nook-ponder { 45%, 65% { transform: rotate(-2deg) translateY(-1px); } }
@keyframes sn-nook-type { 25% { transform: translateY(-.7px) rotate(.65deg); } 75% { transform: rotate(-.65deg); } }
@keyframes sn-nook-speak { 35% { transform: rotate(1.3deg) translateY(-1px); } 70% { transform: rotate(-1deg); } }
@keyframes sn-nook-step { 25%, 75% { transform: translateY(-2px); } 50% { transform: rotate(-1deg); } }
@keyframes sn-nook-left-foot { 25% { transform: translate(1px,-2px) rotate(-5deg); } 75% { transform: translate(-1px,0) rotate(4deg); } }
@keyframes sn-nook-right-foot { 25% { transform: translate(-1px,0) rotate(4deg); } 75% { transform: translate(1px,-2px) rotate(-5deg); } }
.sn-answer {
  position: absolute;
  z-index: 12;
  top: 136px;
  right: 24px;
  width: 350px;
  max-height: calc(100% - 294px);
  border-radius: 8px;
  border: 1px solid #ffffffdc;
  background: #fff;
  box-shadow: 0 12px 55px #16345733;
  backdrop-filter: blur(35px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: sn-answer-in 0.45s var(--sn-ease);
}
.sn-answer[data-wide="true"] {
  left: 28px;
  right: 28px;
  width: auto;
  max-height: calc(100% - 300px);
}
.sn-answer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid #dce6f499;
  flex: none;
}
.sn-answer-header > div { flex: 1; min-width: 0; }
.sn-answer-header > .sn-memory-pin-current { position: static; margin: 0; display: grid; place-items: center; flex: none; }
.sn-answer-header h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 6px;
}
.sn-answer-header .sn-eyebrow {
  font-size: 10px;
  letter-spacing: 0;
}
.sn-answer-header .sn-icon {
  width: 29px;
  height: 29px;
  background: #eaf0f8;
}
.sn-answer-header .icon {
  width: 16px;
  height: 16px;
}
.sn-answer-body,
.sn-evidence-body,
.sn-history-body,
.sn-comparison-body {
  padding: 19px 22px 22px;
  overflow: auto;
  min-height: 0;
  scrollbar-width: thin;
}
.sn-property-description {
  font-size: 12px;
  color: #75869c;
  line-height: 1.7;
  margin-bottom: 15px;
}
.sn-property-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(110deg, #eaf2ff, #f4faff);
  padding: 12px;
  border-radius: 17px;
  margin-bottom: 16px;
}
.sn-property-hero img {
  object-fit: contain;
  flex: none;
}
.sn-property-hero div > span {
  display: block;
  font-size: 10px;
  color: #6e85a6;
  margin-bottom: 3px;
}
.sn-property-hero strong {
  font-size: 21px;
  letter-spacing: 0;
  font-weight: 600;
  white-space: nowrap;
}
.sn-property-hero small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #7083a0;
  letter-spacing: 0;
}
.sn-detail-strip {
  display: flex;
  gap: 10px;
  padding: 0 0 18px;
  margin-bottom: 17px;
  border-bottom: 1px solid #dce6f4;
}
.sn-detail-strip > span {
  font-size: 10px;
  color: #7b8da5;
  flex: 1;
  line-height: 1.5;
}
.sn-detail-strip strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #31496a;
  margin-bottom: 3px;
}
.sn-section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sn-section-label h3 {
  font-size: 12px;
  font-weight: 600;
}
.sn-section-label span {
  font-size: 10px;
  color: #8090a8;
}
.sn-space-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 16px;
}
.sn-space-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f8fd;
  border: 1px solid #e2eaf7;
  border-radius: 13px;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.sn-space-row:hover,
.sn-space-row.is-selected {
  background: #e5eeff;
  border-color: #bdd2ff;
}
.sn-level {
  width: 33px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e6eefb;
  color: #2854a4;
  font-size: 11px;
  font-weight: 600;
}
.sn-space-row > span:nth-child(2) {
  flex: 1;
}
.sn-space-row strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.sn-space-row small {
  display: block;
  font-size: 10px;
  color: #8090a7;
  margin-top: 2px;
}
.sn-space-row > .icon {
  width: 13px;
  height: 13px;
  color: #8090a7;
}
.sn-primary,
.sn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}
.sn-primary {
  background: linear-gradient(130deg, #3275ff, #1455ff);
  color: white;
  box-shadow: 0 4px 12px #1455ff1c;
}
.sn-primary:hover {
  background: #0c44dc;
  box-shadow: 0 6px 16px #1455ff30;
}
.sn-secondary {
  background: #edf3fc;
  border: 1px solid #dce7f7;
  color: #31567e;
}
.sn-secondary:hover {
  background: #e0ebff;
  color: #1455ff;
}
.sn-primary .icon,
.sn-secondary .icon {
  width: 15px;
  height: 15px;
}
.sn-action-pair {
  display: flex;
  gap: 7px;
}
.sn-action-pair .sn-primary {
  flex: 1;
}
.sn-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0;
}
.sn-inline-actions button {
  background: none;
  color: #617b9e;
  font-size: 10px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sn-inline-actions .icon {
  width: 13px;
  height: 13px;
}
.sn-inline-actions button:hover {
  color: #1455ff;
}
.sn-data-caption {
  font-size: 10px;
  color: #7a8da7;
  line-height: 1.7;
  margin-top: 14px;
}
.sn-dossier-link {
  font-size: 10px;
  color: #3762a1;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
  margin-top: 10px;
}
.sn-dossier-link .icon {
  width: 12px;
  height: 12px;
}
.sn-desktop[data-output]:not([data-output="discover"]) .sn-world-heading {
  display: none;
}
.sn-desktop[data-output]:not([data-output="discover"]) .sn-map-controls {
  right: auto;
  left: 25px;
  top: 136px;
  align-items: flex-start;
}
.sn-desktop[data-wide="true"] .sn-map-controls {
  display: none;
}
.sn-desktop[data-wide="true"] .sn-nook-bubble {
  display: none;
}
.sn-desktop[data-wide="true"] .sn-nook-stage {
  bottom: 64px;
}
.sn-decision-tray {
  position: absolute;
  z-index: 10;
  top: 93px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #f9fcfff2;
  border: 1px solid white;
  border-radius: 13px;
  padding: 7px 10px;
  box-shadow: 0 4px 18px #15365c15;
}
/* Once a decision exists, its tray replaces the introductory eyebrow. */
.sn-world:has(#sn-decision-tray:not([hidden])) .sn-world-heading .sn-eyebrow {
  visibility: hidden;
}
.sn-decision-tray .sn-decision-dots {
  display: flex;
}
.sn-decision-dots > span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: #dce8ff;
  color: #3864ba;
  font-size: 8px;
  margin-left: -4px;
}
.sn-decision-tray button {
  font-size: 10px;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sn-decision-tray .icon {
  width: 13px;
  height: 13px;
}
.sn-desktop:not([data-output="discover"]) .sn-decision-tray {
  top: auto;
  bottom: 218px;
}
.sn-desktop[data-wide="true"] .sn-decision-tray {
  display: none;
}
.sn-twin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px;
  background: #f0f6ff;
  flex: none;
}
.sn-chip-label {
  font-size: 11px;
  color: #51729b;
}
.sn-small-button {
  font-size: 10px;
  background: #e5edfa;
  padding: 7px 9px;
  border-radius: 9px;
  margin-left: 5px;
  color: #5d769a;
}
.sn-small-button .icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.sn-small-button[aria-pressed="true"] {
  background: #1455ff;
  color: white;
}
.sn-twin-layout,
.sn-floorplan-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  min-height: 300px;
  overflow: auto;
}
.sn-twin-scene {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 40%, #f5faff, #e3edf9);
  perspective: 900px;
}
.sn-twin-axis {
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: 36px;
  width: 1px;
  border-left: 1px dashed #b9cce5;
}
.sn-floor-slab {
  position: absolute;
  left: 50%;
  top: calc(34% + var(--floor-index) * 31px);
  width: 200px;
  height: 108px;
  margin-left: -100px;
  background: none;
  z-index: calc(10 - var(--floor-index));
  transition:
    top 0.6s var(--sn-ease),
    opacity 0.4s,
    transform 0.5s var(--sn-ease);
}
.is-exploded .sn-floor-slab {
  top: calc(9% + var(--floor-index) * 85px);
}
.sn-slab-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #d2e2f9e8, #b4cbecc4);
  border: 1px solid #90b3e4;
  transform: rotateX(54deg) rotateZ(-28deg);
  box-shadow:
    0 12px 0 -1px #9db7da80,
    0 13px 0 #6c92c04d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
.sn-slab-top i {
  width: 35px;
  height: 45px;
  border: 1px solid #819fc94d;
  background: #c8d9f130;
}
.sn-slab-top > span {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  color: #52749e;
}
.sn-floor-slab:hover .sn-slab-top,
.sn-floor-slab.is-active .sn-slab-top {
  background: linear-gradient(120deg, #3c8affcc, #1455ffda);
  border-color: #59aeff;
  box-shadow:
    0 12px 0 -1px #2465b870,
    0 13px 0 #2268c9,
    0 15px 40px #1455ff2b;
}
.sn-floor-slab.is-active .sn-slab-top > span {
  color: #e8f3ff;
}
.sn-floor-slab.is-active .sn-slab-top i {
  border-color: #acd5ff99;
  background: #e5f6ff20;
}
.sn-slab-label {
  position: absolute;
  left: -35px;
  top: 40px;
  font-size: 12px;
  color: #416da4;
}
.sn-slab-price {
  position: absolute;
  right: -45px;
  top: 50px;
  font-size: 11px;
  color: #315d9a;
  white-space: nowrap;
}
.sn-floor-slab.is-cut {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-60px);
}
.sn-twin-caption {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: #6f89ad;
}
.sn-space-focus {
  padding: 24px 22px;
  border-left: 1px solid var(--sn-line);
  background: #f9fbff;
}
.sn-space-focus h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 6px 0;
}
.sn-space-focus > p:not(.sn-eyebrow):not(.sn-data-caption) {
  font-size: 11px;
  color: #7a8aa2;
}
.sn-space-focus dl {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.sn-space-focus dt {
  font-size: 10px;
  color: #7a8fae;
  margin-bottom: 4px;
}
.sn-space-focus dd {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
}
.sn-space-focus dd small {
  font-size: 10px;
  color: #8494ac;
  font-weight: 400;
  letter-spacing: 0;
}
.sn-space-focus > .sn-primary,
.sn-space-focus > .sn-secondary {
  width: 100%;
  margin: 0 0 8px;
  font-size: 10px;
}
.sn-floorplan {
  padding: 20px;
  min-width: 0;
  background: #f1f6fd;
}
.sn-floorplan svg {
  width: 100%;
  max-height: 340px;
  display: block;
}
.sn-plan-unit {
  cursor: pointer;
  outline: none;
}
.sn-plan-unit polygon {
  fill: #caddff;
  stroke: #749fde;
  stroke-width: 2;
  transition: fill 0.2s;
}
.sn-plan-unit:hover polygon,
.sn-plan-unit.is-selected polygon,
.sn-plan-unit:focus-visible polygon {
  fill: #518bff;
  stroke: #1455ff;
  stroke-width: 4;
}
.sn-plan-unit text {
  font:
    14px Inter,
    sans-serif;
  fill: #335988;
  pointer-events: none;
}
.sn-empty-plan {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 300px;
  margin: auto;
}
.sn-empty-plan > .icon {
  width: 55px;
  height: 55px;
  stroke-width: 1;
  color: #9ab4d6;
  margin-bottom: 15px;
}
.sn-empty-plan h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.sn-empty-plan p {
  font-size: 12px;
  color: #748cae;
  line-height: 1.8;
}
.sn-empty-plan span {
  font-size: 10px;
  color: #98a8bd;
  margin-top: 7px;
}
.sn-comparison-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  border-bottom: 1px solid var(--sn-line);
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.sn-comparison-controls label {
  font-size: 10px;
  color: #7a8da8;
  flex: 1;
  min-width: 105px;
}
.sn-comparison-controls input,
.sn-comparison-controls select {
  display: block;
  width: 100%;
  background: #f0f5fd;
  border: 1px solid #d8e4f6;
  border-radius: 9px;
  padding: 8px 9px;
  margin-top: 5px;
  color: #33557f;
  font-size: 11px;
  min-height: 35px;
}
.sn-comparison-grid {
  display: grid;
  grid-template-columns: repeat(var(--options), minmax(0, 1fr));
  gap: 15px;
}
.sn-compare-option {
  min-width: 0;
  padding: 15px;
  border-radius: 17px;
  background: #f3f7fe;
  border: 1px solid #dce8f8;
}
.sn-option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.sn-option-number {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #e0ebff;
  display: grid;
  place-items: center;
  color: #4776c9;
  font-size: 11px;
}
.sn-option-top .sn-icon {
  width: 24px;
  height: 24px;
}
.sn-option-top .icon {
  width: 13px;
  height: 13px;
}
.sn-compare-option h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 6px 0;
}
.sn-option-floor {
  font-size: 10px;
  color: #8191a9;
}
.sn-cost-figure {
  margin-top: 23px;
}
.sn-cost-figure > span {
  font-size: 10px;
  color: #7c8fac;
  display: block;
}
.sn-cost-figure strong {
  display: block;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}
.sn-cost-bar {
  height: 5px;
  border-radius: 10px;
  background: #e2ebfa;
  margin: 10px 0 20px;
  overflow: hidden;
}
.sn-cost-bar > span {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #72beff, #1455ff);
  border-radius: 10px;
  transition: width 0.5s var(--sn-ease);
}
.sn-compare-option dl {
  font-size: 10px;
  margin-bottom: 17px;
}
.sn-compare-option dl > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #dce5f380;
  padding: 9px 0;
}
.sn-compare-option dt {
  color: #7c8fac;
}
.sn-compare-option dd {
  margin: 0;
  text-align: right;
  font-weight: 500;
}
.sn-cost-verdict {
  display: block;
  color: #517ebd;
  font-size: 10px;
  margin-bottom: 12px;
}
.sn-compare-option > .sn-secondary {
  font-size: 10px;
  min-height: 34px;
  padding: 7px 9px;
  width: 100%;
}
.sn-empty-state {
  text-align: center;
  padding: 34px 20px;
  color: #7d90ad;
}
.sn-empty-state > .icon {
  width: 37px;
  height: 37px;
  margin-bottom: 14px;
  color: #8caedc;
}
.sn-empty-state h3 {
  font-size: 18px;
  font-weight: 500;
  color: #2e4d76;
  margin-bottom: 10px;
}
.sn-empty-state p {
  font-size: 12px;
  max-width: 350px;
  margin: 0 auto 15px;
}
.sn-empty-copy {
  font-size: 12px;
  color: #7a8ca6;
  padding: 15px 4px;
}
.sn-history-value > span {
  display: block;
  font-size: 11px;
  color: #7a91b0;
}
.sn-history-value strong {
  font-size: 35px;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 8px;
}
.sn-history-value small {
  font-size: 11px;
  color: #8195b2;
  font-weight: 400;
  letter-spacing: 0;
}
.sn-history-chart {
  width: 100%;
  max-height: 210px;
  margin: 20px 0 5px;
}
.sn-timeline-label {
  font-size: 11px;
  color: #7390b4;
  display: block;
}
.sn-timeline-label input {
  width: 100%;
  accent-color: #1455ff;
  display: block;
  margin: 16px 0;
}
.sn-history-events {
  display: flex;
  gap: 10px;
}
.sn-history-events button {
  flex: 1;
  text-align: left;
  padding: 12px;
  background: #f0f5fd;
  border: 1px solid #dce7f5;
  border-radius: 12px;
}
.sn-history-events button.is-active {
  background: #e4eeff;
  border-color: #8cb4ff;
}
.sn-history-events span {
  display: block;
  font-size: 10px;
  color: #7a91b0;
}
.sn-history-events strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 6px 0;
}
.sn-truth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.sn-truth-grid article {
  background: #f2f7ff;
  padding: 17px;
  border-radius: 14px;
}
.sn-truth-dot {
  display: block;
  width: 7px;
  height: 7px;
  background: #72a4ef;
  border-radius: 50%;
  margin-bottom: 12px;
}
.sn-truth-dot.confirmed {
  background: #55a898;
}
.sn-truth-dot.inferred {
  background: #cca364;
}
.sn-truth-grid h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 9px;
}
.sn-truth-grid p {
  font-size: 11px;
  line-height: 1.8;
  color: #8192aa;
}
.sn-evidence-table {
  margin: 0;
}
.sn-evidence-table > div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #dce6f4;
  font-size: 12px;
  gap: 20px;
}
.sn-evidence-table dt {
  color: #7187a6;
}
.sn-evidence-table dd {
  margin: 0;
  text-align: right;
  color: #3c5e8b;
}
.sn-link-button {
  margin-top: 18px;
}
.sn-toast {
  position: fixed;
  z-index: 250;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 560px;
  padding: 13px 20px;
  background: #173255f5;
  color: white;
  border: 1px solid #40648d;
  border-radius: 14px;
  box-shadow: 0 10px 45px #0b213640;
  font-size: 12px;
  animation: sn-rise 0.3s var(--sn-ease);
}
.sn-dialog {
  padding: 0;
  border: 1px solid #fff;
  border-radius: 25px;
  width: min(600px, calc(100vw - 80px));
  max-height: calc(100dvh - 90px);
  background: #f9fbff;
  color: var(--sn-ink);
  box-shadow: 0 25px 100px #10244860;
  overflow: auto;
}
.sn-dialog::backdrop {
  background: #0e244450;
  backdrop-filter: blur(8px);
}
.sn-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px 17px;
  border-bottom: 1px solid #dce7f5;
}
.sn-dialog-head h2 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
}
.sn-dialog-body {
  padding: 22px 25px 26px;
}
.sn-dialog-body > p {
  font-size: 12px;
  color: #778eac;
  line-height: 1.8;
  margin-bottom: 17px;
}
.sn-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.sn-dialog label {
  display: block;
  font-size: 11px;
  color: #6c85a6;
  margin-bottom: 15px;
}
.sn-dialog input:not([type="checkbox"]),
.sn-dialog select,
.sn-dialog textarea {
  display: block;
  width: 100%;
  border: 1px solid #d7e3f4;
  background: white;
  border-radius: 11px;
  padding: 11px;
  margin-top: 7px;
  font-size: 12px;
  color: #294d7b;
}
.sn-dialog textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.7;
}
.sn-dialog form > .sn-primary {
  margin-top: 10px;
  width: 100%;
}
.sn-dialog label.sn-check {
  display: flex;
  gap: 9px;
  align-items: center;
}
.sn-dialog input[type="checkbox"] {
  accent-color: #1455ff;
}
.sn-help-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.sn-help-grid article {
  background: #eaf2ff;
  padding: 16px;
  border-radius: 15px;
}
.sn-help-grid strong {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.sn-help-grid p {
  font-size: 11px;
  color: #7189aa;
  line-height: 1.7;
}
.sn-transcript {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.sn-message {
  padding: 13px 15px;
  border-radius: 14px;
  background: #eaf2ff;
  font-size: 12px;
  line-height: 1.7;
}
.sn-message.user {
  background: #f0f3f9;
}
.sn-message strong {
  font-size: 10px;
  color: #7090b7;
  display: block;
  margin-bottom: 4px;
}
.sn-message p {
  white-space: pre-wrap;
}
.sn-voice-panel {
  background: radial-gradient(
    ellipse at 50% 40%,
    #eef8ff,
    #f5fafff5 60%,
    #edf5fff0
  );
  border: 1px solid #fff;
  box-shadow: 0 10px 45px #19457c22;
  border-radius: 24px;
  margin-bottom: 12px;
  text-align: center;
  padding: 12px 18px 20px;
  backdrop-filter: blur(35px);
  animation: sn-rise 0.4s var(--sn-ease);
}
.sn-voice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #7590b2;
}
.sn-voice-head .sn-icon {
  width: 28px;
  height: 28px;
}
.sn-voice-panel h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 4px;
}
.sn-voice-panel > p {
  font-size: 11px;
  line-height: 1.7;
  color: #728aab;
  margin: 7px auto 14px;
  max-width: 380px;
}
.sn-voice-orb {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 4px auto 15px;
  border-radius: 50%;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 20%, #ffffffaa, transparent 40%),
    radial-gradient(circle at 62% 75%, #00aaff, #1261ffc9 40%, #bbeeff 70%);
  box-shadow:
    inset 5px 7px 16px #f1ffffc9,
    inset -6px -9px 16px #173ecb50,
    0 8px 36px #2c91ff33;
  transition: transform 0.2s;
  transform: scale(calc(1 + var(--sn-voice-level, 0) * 0.2));
  overflow: hidden;
}
.sn-voice-orb i {
  position: absolute;
  inset: -17%;
  border-radius: 42% 58% 61% 39% / 58% 44% 56% 42%;
  background: conic-gradient(
    from 80deg,
    transparent,
    #fff9,
    #54e5ff77,
    transparent,
    #1448ff99
  );
  mix-blend-mode: screen;
  animation: sn-orb-turn 9s linear infinite;
  filter: blur(5px);
}
.sn-voice-orb i:nth-child(2) {
  inset: 18% -15%;
  animation-direction: reverse;
  animation-duration: 7s;
  opacity: 0.7;
}
.sn-voice-orb i:nth-child(3) {
  inset: 40% -12% -10%;
  background: linear-gradient(100deg, #eefcffaa, #79ebff, #1448ff);
  animation-duration: 5s;
  filter: blur(7px);
}
.sn-voice-orb[data-state="listening"] {
  box-shadow:
    inset 5px 7px 16px #f1ffffc9,
    inset -6px -9px 16px #173ecb50,
    0 0 0 7px #72cfff18,
    0 0 0 15px #72cfff0c,
    0 8px 36px #2c91ff33;
}
.sn-voice-orb[data-state="thinking"] i {
  animation-duration: 2s;
}
.sn-voice-orb[data-state="speaking"] {
  animation: sn-orb-speak 1.2s ease-in-out infinite;
  background:
    radial-gradient(circle at 25% 20%, #fff, transparent 40%),
    radial-gradient(circle at 62% 75%, #5872ff, #a5b3ff 55%, #d5e8ff);
}
.sn-voice-orb[data-state="connecting"] {
  opacity: 0.7;
  animation: sn-think 2s ease-in-out infinite;
}
.sn-voice-orb[data-state="blocked"] {
  filter: saturate(0.55);
}
.sn-voice-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sn-voice-actions .sn-primary,
.sn-voice-actions .sn-secondary {
  font-size: 10px;
  min-height: 35px;
  padding: 8px 12px;
}
#sn-brief-summary {
  margin: 0 20px 16px;
  padding: 12px;
  background: #e7efff;
  border: 1px solid #c6daff;
  border-radius: 14px;
  font-size: 11px;
  color: #446795;
}
#sn-brief-summary strong {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
#sn-brief-summary button {
  font-size: 10px;
  background: none;
  color: #1455ff;
  padding: 5px 0 0;
}
.sn-desktop[data-has-brief="true"] .sn-rail-intro {
  padding-bottom: 14px;
}
.sn-desktop[data-has-brief="true"] .sn-brief-launch {
  display: none;
}
.sn-desktop[data-has-brief="true"] .sn-rail-intro h1 {
  font-size: 24px;
}
.sn-desktop[data-voice="true"] .sn-continuations {
  display: none;
}
.sn-desktop[data-voice="true"] .sn-nook-bubble {
  display: none;
}
.sn-desktop[data-voice="true"] .sn-answer {
  max-height: calc(100% - 545px);
}
.sn-desktop[data-voice="true"][data-wide="true"] .sn-answer {
  max-height: calc(100% - 545px);
}
@keyframes sn-rise {
  from {
    opacity: 0;
    translate: 0 9px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes sn-answer-in {
  from {
    opacity: 0;
    translate: 20px 5px;
    scale: 0.98;
  }
  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}
@keyframes sn-orb-turn {
  to {
    rotate: 360deg;
  }
}
@keyframes sn-orb-speak {
  50% {
    border-radius: 46% 54% 48% 52%;
    scale: 1.05;
  }
}
@keyframes sn-think {
  50% {
    translate: 0 -4px;
  }
}

@media (min-width: 1700px) {
  :root {
    --sn-rail: 360px;
    --sn-gap: 20px;
  }
  .sn-desktop {
    font-size: 15px;
  }
  .sn-rail-intro {
    padding-top: 20px;
  }
  .sn-rail-intro h1 {
    font-size: 22px;
  }
  .sn-rail-intro > p:last-child {
    font-size: 13px;
  }
  .sn-place-info > strong {
    font-size: 13px;
  }
  .sn-place {
    min-height: 107px;
  }
  .sn-place-art {
    width: 59px;
    height: 69px;
  }
  .sn-place-change {
    margin-left: 73px;
  }
  .sn-command-area {
    width: 680px;
  }
  .sn-world-heading h2 {
    font-size: 46px;
  }
  .sn-answer {
    width: 390px;
  }
  .sn-answer[data-wide="true"] {
    left: 48px;
    right: 48px;
  }
  .sn-answer-header h2 {
    font-size: 25px;
  }
  .sn-space-row strong {
    font-size: 12px;
  }
  .sn-answer-header {
    padding: 24px 26px 20px;
  }
  .sn-answer-body {
    padding: 22px 26px;
  }
  .sn-twin-layout,
  .sn-floorplan-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }
  .sn-twin-scene {
    min-height: 430px;
  }
  .is-exploded .sn-floor-slab {
    top: calc(10% + var(--floor-index) * 105px);
  }
  .sn-floor-slab {
    width: 260px;
    height: 140px;
    margin-left: -130px;
  }
  .sn-command {
    padding: 12px 18px 14px;
  }
  #sn-input {
    font-size: 14px;
  }
  .sn-command-hint {
    font-size: 10px;
  }
  .sn-nook-stage {
    left: 35px;
  }
  .sn-nook {
    width: 112px;
    height: 124px;
  }
  .sn-nook-bubble {
    bottom: 134px;
  }
  .sn-cost-figure strong {
    font-size: 29px;
  }
  .sn-comparison-grid {
    gap: 20px;
  }
  .sn-compare-option {
    padding: 21px;
  }
}
@media (max-height: 800px) {
  .sn-brand-row {
    height: 78px;
    padding-top: 10px;
  }
  .sn-rail-intro {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .sn-rail-intro h1 {
    font-size: 26px;
    margin-top: 8px;
  }
  .sn-brief-launch {
    margin-bottom: 14px;
  }
  .sn-place {
    min-height: 88px;
  }
  .sn-world-heading {
    top: 116px;
  }
  .sn-world-heading h2 {
    font-size: 31px;
  }
  .sn-command-area {
    bottom: 47px;
  }
  .sn-command {
    padding-top: 6px;
    padding-bottom: 9px;
  }
  .sn-continuations {
    margin-bottom: 9px;
  }
  .sn-answer,
  .sn-answer[data-wide="true"] {
    top: 87px;
    max-height: calc(100% - 260px);
  }
  .sn-answer-header {
    padding-top: 16px;
    padding-bottom: 13px;
  }
  .sn-answer-header h2 {
    font-size: 19px;
  }
  .sn-answer-body {
    padding-top: 14px;
  }
  .sn-nook-stage {
    bottom: 53px;
  }
  .sn-twin-scene {
    min-height: 300px;
  }
  .is-exploded .sn-floor-slab {
    top: calc(4% + var(--floor-index) * 75px);
  }
  .sn-twin-layout,
  .sn-floorplan-layout {
    min-height: 280px;
  }
  .sn-voice-orb {
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
  }
  .sn-voice-panel {
    padding-bottom: 13px;
  }
  .sn-desktop[data-voice="true"] .sn-answer {
    max-height: calc(100% - 460px);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .sn-voice-orb {
    transform: none;
  }
  .sn-voice-orb i {
    rotate: 35deg;
  }
  .sn-voice-orb[data-state="speaking"] {
    outline: 3px solid #869aff;
    outline-offset: 7px;
  }
}
.sn-diagram {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c5dceb, #d9eaf4 50%, #eaf6fb);
  overflow: hidden;
}
.sn-diagram-light {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 25%, #ffffffb0, transparent 60%);
  pointer-events: none;
}
.sn-diagram-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.sn-diagram-marker {
  cursor: pointer;
  outline: none;
}
.sn-diagram-marker:focus-visible .sn-diagram-label rect {
  stroke: #1455ff;
  stroke-width: 3;
}
.sn-diagram-marker:hover .sn-diagram-label rect {
  fill: #e9f3ff;
  stroke: #94bdff;
}
.sn-diagram-marker.is-selected:hover .sn-diagram-label rect {
  fill: #1455ff;
}
.sn-diagram-label {
  font:
    9px Inter,
    system-ui,
    sans-serif;
}
.sn-diagram-price {
  font-size: 13px;
  font-weight: 600;
}
.sn-diagram-districts {
  font:
    9px Inter,
    sans-serif;
  letter-spacing: 0;
  fill: #6b8ba8;
  opacity: 0.55;
}
.sn-diagram-disclosure {
  position: absolute;
  bottom: 34px;
  left: 18px;
  font-size: 10px;
  color: #557797;
}
.sn-diagram-disclosure span {
  font-size: 9px;
  color: #6d8ca9;
  display: block;
  margin-top: 2px;
}
.sn-desktop[data-map="diagram"] .sn-world-heading {
  color: #224d73;
  text-shadow: none;
}
.sn-desktop[data-map="diagram"] .sn-world-heading .sn-eyebrow {
  color: #7292ae;
}
.sn-desktop[data-map="diagram"] .sn-world-heading > p:last-child {
  color: #6b89a5;
}
.sn-desktop[data-map="diagram"] .sn-world-footer,
.sn-desktop[data-map="diagram"] .sn-command-hint {
  color: #5f7f9e;
  text-shadow: none;
}
.sn-desktop[data-map="diagram"] .sn-world-footer {
  background: #e2edf577;
}
.sn-commute-label {
  display: block;
  font-size: 12px;
  color: #738aaa;
  margin: 0 0 15px;
}
.sn-commute-label input {
  display: block;
  margin-top: 8px;
  background: white;
  border: 1px solid #cbdcf2;
  border-radius: 10px;
  padding: 11px;
  width: min(350px, 100%);
  font-size: 13px;
}
@media (min-width: 1000px) and (max-width: 1250px) {
  :root {
    --sn-rail: 270px;
    --sn-gap: 12px;
  }
  .sn-desktop {
    min-width: 1000px;
  }
  .sn-brand-row {
    padding-left: 18px;
    padding-right: 15px;
  }
  .sn-nav {
    margin: 0 16px;
  }
  .sn-rail-intro {
    padding-left: 20px;
    padding-right: 18px;
  }
  .sn-rail-intro h1 {
    font-size: 26px;
  }
  .sn-brief-launch {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sn-brief-button {
    font-size: 11px;
  }
  .sn-brief-launch > span {
    font-size: 9px;
  }
  .sn-command-area {
    width: calc(100% - 90px);
  }
  .sn-command-hint {
    visibility: hidden;
  }
  .sn-nook-stage {
    left: 10px;
    bottom: 163px;
  }
  .sn-nook {
    width: 76px;
    height: 85px;
  }
  .sn-nook-bubble {
    bottom: 94px;
    font-size: 10px;
    min-width: 110px;
  }
  .sn-twin-layout,
  .sn-floorplan-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
  .sn-floor-slab {
    width: 160px;
    height: 90px;
    margin-left: -80px;
  }
  .sn-slab-price {
    right: -37px;
    font-size: 10px;
  }
  .sn-answer {
    right: 18px;
    width: 330px;
  }
  .sn-comparison-grid {
    gap: 9px;
  }
  .sn-compare-option {
    padding: 11px;
  }
  .sn-cost-figure strong {
    font-size: 20px;
  }
}

.sn-desktop .sn-answer,
.sn-desktop .sn-answer[data-wide="true"],
.sn-desktop[data-voice="true"] .sn-answer,
.sn-desktop[data-voice="true"][data-wide="true"] .sn-answer {
  max-height: var(--sn-answer-max-height, 60vh);
}
.sn-slab-price {
  right: -75px;
}
.sn-slab-label {
  left: -47px;
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .sn-desktop .sn-nook-stage,
  .sn-desktop[data-wide="true"] .sn-nook-stage {
    top: 8px;
    bottom: auto;
    left: 44%;
    width: 70px;
    height: 70px;
  }
  .sn-nook {
    width: 66px;
    height: 70px;
  }
  .sn-nook-bubble {
    display: none;
  }
}

.sn-command-history {
  display: flex;
  align-items: center;
  gap: 3px;
}

/* A stable property identity and an explicit path back through the workspace. */
.sn-boot { min-height: 100dvh; display: flex; align-items: center; justify-content: center; background: #f4f7f9; }
.sn-boot-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.sn-boot img { object-fit: contain; animation: sn-nook-arrival 2.4s ease-in-out infinite; }
.sn-workspace-context { position: absolute; z-index: 13; top: 89px; left: 28px; right: 28px; display: flex; align-items: center; gap: 12px; min-width: 0; pointer-events: none; }
.sn-workspace-context[hidden] { display: none; }
.sn-context-back { display: flex; align-items: center; gap: 7px; max-width: 60%; min-width: 0; height: 34px; padding: 0 12px; border: 1px solid #fff; border-radius: 12px; background: #ffffffed; color: #244c80; box-shadow: 0 3px 14px #1634570c; font-size: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; pointer-events: auto; }
.sn-context-back svg { width: 15px; height: 15px; flex: none; }
.sn-context-identity { display: flex; gap: 8px; align-items: center; min-width: 0; height: 34px; padding: 0 12px; border: 1px solid #cce7ff; border-radius: 12px; background: #eef8fff2; color: #0e1d4d; font-size: 11px; white-space: nowrap; }
.sn-context-identity strong { overflow: hidden; text-overflow: ellipsis; }
.sn-context-dot { width: 7px; height: 7px; border-radius: 50%; background: #1455ff; box-shadow: 0 0 0 3px #1455ff15; flex: none; }
.sn-desktop[data-selected="true"] .sn-world-heading { display: none; }
@media (max-height: 800px) { .sn-workspace-context { top: 80px; } .sn-desktop .sn-answer { top: 122px; } }
@media (prefers-reduced-motion: reduce) { .sn-boot img { animation: none; } }

/* Keep the complete brief readable without replacing the existing rail. */
#sn-brief-summary > span, #sn-brief-summary > small { display: block; }
#sn-brief-summary > small { margin-top: 5px; font-size: 10px; line-height: 1.4; }
.sn-brief-checks { margin-bottom: 16px; padding: 12px 16px; background: #f2f7ff; border: 1px solid #d8e5ff; border-radius: 14px; }
.sn-brief-checks summary { cursor: pointer; font-weight: 600; }
.sn-brief-checks p, .sn-brief-checks dl { font-size: 12px; line-height: 1.6; }
.sn-brief-checks dl > div { display: flex; justify-content: space-between; gap: 16px; }
.sn-brief-checks dd { margin: 0; text-align: right; }
.sn-brief-notes { white-space: pre-wrap; overflow-wrap: anywhere; }
.sn-dialog .sn-more-context { margin-top: 16px; }
.sn-dialog .sn-more-context > .sn-form-grid { display: grid; margin-top: 12px; }

.sn-building-comparison td { vertical-align: top; }
.sn-building-options { display: grid; gap: 10px; min-width: 210px; }
.sn-building-options button, .sn-property-range { text-align: left; border-bottom: 1px solid #d4e4ee; border-radius: 0; padding: 12px 0; background: white; color: inherit; }
.sn-building-options button:hover { border-color: #0780ed; background: #f1f9ff; }
.sn-building-options span, .sn-building-options small { display: block; margin-top: 5px; line-height: 1.5; }
.sn-building-options small { color: #53677c; }
.sn-building-comparison { table-layout: fixed; min-width: 850px; }
.sn-building-comparison th:first-child { width: 130px; }
.sn-building-comparison th:not(:first-child) { min-width: 220px; width: 240px; position: relative; }
.sn-building-comparison th > .sn-icon { position: absolute; top: 8px; right: 8px; background: #fff; }
.sn-building-comparison .sn-building-image { height: 220px; }
.sn-building-comparison .sn-building-photo { margin-bottom: 12px; }
.sn-building-comparison td, .sn-building-comparison th { overflow-wrap: anywhere; }
.sn-building-comparison .sn-building-options { min-width: 0; }
.sn-context-comparison { flex: none; margin-left: auto; }

.sn-source-gallery { border-top: 1px solid #dce2e6; border-bottom: 1px solid #dce2e6; margin: 16px 0; padding: 12px 0; }
.sn-source-gallery summary { cursor: pointer; font-size: 13px; font-weight: 600; }
.sn-source-gallery summary span { color: #637078; margin-left: 8px; font-weight: 400; }
.sn-media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 20px; margin-top: 16px; }
.sn-media-reference { min-width: 0; margin: 0 0 16px; overflow-wrap: anywhere; }
.sn-media-reference > a { display: grid; place-items: center; min-height: 160px; background: #f0f3f4; }
.sn-media-reference img { display: block; width: 100%; height: 240px; object-fit: contain; }
.sn-media-reference figcaption { display: flex; flex-direction: column; gap: 4px; padding: 8px 0; font-size: 11px; line-height: 1.5; color: #536169; }
.sn-media-reference figcaption strong { color: #213438; font-size: 12px; }
.sn-physical-floor-layout { display: grid; grid-template-columns: minmax(130px, 180px) minmax(0, 1fr); min-height: 340px; }
.sn-floor-inventory { min-width: 0; padding: 12px; border-right: 1px solid #dce2e6; max-height: 520px; overflow-y: auto; }
.sn-floor-record { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; width: 100%; min-height: 60px; padding: 12px; text-align: left; background: transparent; border-bottom: 1px solid #dce2e6; border-radius: 0; color: #24383d; overflow-wrap: anywhere; }
.sn-floor-record span { font-size: 11px; font-weight: 400; color: #58666d; }
.sn-floor-record[aria-pressed="true"] { background: #e6f3ed; border-left: 3px solid #258267; padding-left: 9px; }
.sn-floor-record:hover { background: #f0f4f3; }
.sn-floor-detail { min-width: 0; padding: 20px; overflow-wrap: anywhere; }
.sn-floor-detail h3 { font-size: 20px; line-height: 1.4; margin: 6px 0; }
.sn-floor-detail p, .sn-floor-detail dl { font-size: 12px; line-height: 1.6; }
.sn-floor-detail dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid #dce2e6; }
.sn-floor-detail dd { margin: 0; text-align: right; }
.sn-floor-references { margin-top: 20px; }
.sn-floor-references h4 { font-size: 14px; margin: 0 0 8px; }
.sn-floor-record:focus-visible, .sn-source-gallery summary:focus-visible, .sn-media-reference a:focus-visible { outline: 2px solid #1455ff; outline-offset: 2px; }
@media (max-width: 600px) {
  .sn-physical-floor-layout { grid-template-columns: 1fr; }
  .sn-floor-inventory { display: flex; gap: 4px; max-height: 100px; overflow-x: auto; border-right: 0; border-bottom: 1px solid #dce2e6; }
  .sn-floor-record { width: 110px; flex: 0 0 110px; }
  .sn-floor-inventory > p { display: none; }
  .sn-floor-detail { padding: 16px; }
}
/* Keep provider startup out of the working surfaces. Nook is the arrival cue. */
.sn-desktop[data-arrival="opening"] .sn-diagram,
.sn-desktop[data-arrival="unavailable"] .sn-diagram { visibility: hidden; }
.sn-desktop[data-arrival="opening"] .sn-map-controls,
.sn-desktop[data-arrival="opening"] .sn-world-footer,
.sn-desktop[data-arrival="unavailable"] .sn-map-controls { visibility: hidden; }
.sn-desktop[data-arrival="opening"] .sn-world { background: #f4f7f9; }
.sn-desktop[data-arrival="opening"][data-output="discover"] .sn-nook-stage {
  left: calc(50% - 70px); top: calc(44% - 70px); bottom: auto; width: 140px; height: 140px;
}
.sn-desktop[data-arrival="opening"][data-output="discover"] .sn-nook { width: 140px; height: 140px; }
.sn-desktop[data-arrival="opening"] .sn-nook-bubble { display: none; }
.sn-nook-stage[data-state="arriving"] .sn-nook-breath { animation: sn-nook-arrival 2.4s ease-in-out infinite; }
.sn-nook-stage[data-state="arriving"] .sn-nook-foot-left { animation: sn-nook-left-foot 1.2s ease-in-out infinite; }
.sn-nook-stage[data-state="arriving"] .sn-nook-foot-right { animation: sn-nook-right-foot 1.2s ease-in-out infinite; }
@keyframes sn-nook-arrival {
  0%,100% { transform: translateY(0) rotate(-3deg); }
  25% { transform: translateY(-7px) rotate(3deg); }
  50% { transform: translateY(0) rotate(3deg); }
  75% { transform: translateY(-7px) rotate(-3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .sn-nook-stage[data-state="arriving"] * { animation: none !important; }
}
.sn-reference-browser { min-width: 0; background: #fff; }
.sn-reference-tabs { display: flex; gap: 4px; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px solid #dfe5e9; }
.sn-reference-tabs button { padding: 9px 12px; border: 0; background: transparent; color: #526272; border-radius: 4px; font: inherit; font-size: 12px; cursor: pointer; }
.sn-reference-tabs button[aria-pressed="true"] { background: #e9f0ff; color: #174dda; font-weight: 700; }
.sn-reference-tabs select { width: 100%; min-width: 0; height: 34px; border: 1px solid #dfe5e9; border-radius: 4px; padding: 4px 8px; background: white; color: #174dda; font-size: 12px; font-weight: 600; }
.sn-reference-toolbar, .sn-reference-toolbar > div, .sn-reference-zoom { display: flex; align-items: center; gap: 8px; }
.sn-reference-toolbar { justify-content: space-between; min-height: 44px; font-size: 12px; color: #586679; }
.sn-reference-toolbar > span { overflow-wrap: anywhere; min-width: 0; }
.sn-reference-stage { position: relative; display: grid; grid-template: minmax(0, 1fr) / minmax(0, 1fr); place-items: center; overflow: hidden; width: 100%; height: 440px; max-height: 50vh; background: #f7f8f8; border: 1px solid #e0e5e8; border-radius: 4px; }
.sn-reference-stage img { display: block; min-width: 0; min-height: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; user-select: none; }
.sn-reference-stage img[hidden] { display: none; }
.sn-reference-stage[data-zoomed="true"] { cursor: grab; touch-action: none; }
.sn-reference-stage[data-zoomed="true"]:active { cursor: grabbing; }
.sn-reference-zoom { justify-content: center; padding: 8px; }
.sn-reference-zoom[hidden] { display: none; }
.sn-reference-zoom output { min-width: 44px; text-align: center; font-size: 12px; font-variant-numeric: tabular-nums; }
.sn-reference-credit { display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 11px; color: #617084; line-height: 1.6; }
.sn-reference-credit strong { flex-basis: 100%; color: #25384c; }
.sn-reference-credit a { color: #245ad2; overflow-wrap: anywhere; }
.sn-reference-credit .icon { width: 12px; height: 12px; vertical-align: middle; }
.sn-reference-basis, .sn-plan-comparison-basis { font-size: 11px; color: #647184; padding: 8px 0; }
.sn-reference-empty { min-height: 260px; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: #f6f8f8; }
.sn-reference-empty h3 { font-size: 16px; margin: 0 0 8px; }
.sn-reference-empty p, .sn-reference-evidence { font-size: 12px; color: #647184; line-height: 1.6; }
.sn-reference-document { display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 14px; padding: 20px; }
.sn-reference-error { position: absolute; padding: 24px; font-size: 13px; color: #647184; }
.sn-plan-comparison { display: grid; grid-template-columns: repeat(var(--reference-columns), minmax(240px, 1fr)); gap: 20px; overflow-x: auto; padding-bottom: 16px; }
.sn-plan-navigation { display: none; }
.sn-plan-comparison > article { min-width: 0; }
.sn-reference-pending { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.sn-reference-pending img { object-fit: contain; }
.sn-plan-comparison article > header { display: flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 8px; border-bottom: 1px solid #dfe5e9; }
.sn-plan-comparison h3 { font-size: 15px; line-height: 1.4; margin: 0; overflow-wrap: anywhere; }
.sn-plan-comparison .sn-reference-stage { height: 240px; }
.sn-plan-comparison .sn-reference-tabs { flex-wrap: nowrap; overflow-x: auto; min-height: 54px; }
.sn-plan-comparison .sn-reference-tabs button { flex: none; padding: 8px; }
.sn-plan-workspace { padding-bottom: 24px; }
.sn-listing-market { margin-top: 24px; padding: 20px 0; border-top: 1px solid #dfe5e9; }
.sn-listing-market .sn-section-label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.sn-listing-market .sn-section-label span { font-size: 12px; color: #536371; white-space: nowrap; }
.sn-listing-filters { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin: 16px 0; }
.sn-listing-filters label { display: flex; flex-direction: column; gap: 5px; font-size: 12px; color: #455566; }
.sn-listing-filters input[type="search"], .sn-listing-filters select { width: 100%; min-width: 0; height: 40px; border: 1px solid #cbd5dd; border-radius: 4px; background: white; padding: 0 10px; color: #263b4a; font: inherit; }
.sn-listing-filters .sn-listing-contact-filter { flex-direction: row; align-items: center; gap: 8px; min-height: 32px; }
.sn-listing-contact-filter input { width: 16px; height: 16px; accent-color: #186855; }
.sn-listing-result-count { color: #536371; font-size: 12px; margin: 12px 0; }
.sn-listing-grid { display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr); }
.sn-listing-card { border: 1px solid #d9e1e4; border-radius: 6px; background: #fff; padding: 16px; min-width: 0; }
.sn-listing-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 12px; font-size: 11px; color: #54626b; }
.sn-listing-heading > span { color: #186855; font-weight: 600; }
.sn-listing-card h4 { margin: 14px 0 8px; font-size: 18px; line-height: 1.4; color: #243f4d; }
.sn-listing-card h4 > span { font-size: 12px; font-weight: 500; }
.sn-listing-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.sn-listing-price strong { font-size: 20px; color: #233b4b; }
.sn-listing-price > span, .sn-listing-month { font-size: 12px; color: #586775; line-height: 1.5; }
.sn-listing-month { margin: 4px 0 12px; }
.sn-listing-agent { display: flex; align-items: center; gap: 10px; margin: 16px 0; min-width: 0; }
.sn-listing-agent > img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; flex: none; }
.sn-listing-agent-placeholder { width: 40px; height: 40px; border-radius: 50%; background: #edf3f0; color: #22664e; display: grid; place-items: center; flex: none; }
.sn-listing-agent > div { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.sn-listing-agent strong { font-size: 13px; color: #233b4b; }
.sn-listing-agent span, .sn-listing-agent small { font-size: 11px; color: #536371; }
.sn-listing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin: 12px 0; }
.sn-listing-actions .sn-secondary, .sn-listing-actions .sn-primary { font-size: 12px; min-height: 38px; padding: 9px 12px; border-radius: 4px; }
.sn-listing-link { color: #245bd0; font: inherit; font-size: 12px; display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; cursor: pointer; padding: 6px 0; text-decoration: none; }
.sn-listing-actions .icon, .sn-listing-link .icon { width: 14px; height: 14px; flex: none; }
.sn-listing-history { border-top: 1px solid #e6ebed; padding-top: 10px; font-size: 11px; color: #536371; }
.sn-listing-history summary { cursor: pointer; min-height: 24px; }
.sn-listing-observation { border-top: 1px solid #e6ebed; padding: 12px 0 4px; }
.sn-listing-observation > span, .sn-listing-observation > small { display: block; overflow-wrap: anywhere; }
.sn-listing-observation .sn-listing-price strong { font-size: 14px; }
.sn-listing-warning { color: #8a4d0a; font-size: 11px; line-height: 1.5; }
.sn-listings-more { width: 100%; margin-top: 12px; }
.sn-listing-card, .sn-listing-review { overflow-wrap: anywhere; }
.sn-listing-review > label { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.sn-listing-review textarea { box-sizing: border-box; width: 100%; max-width: 100%; resize: vertical; font: inherit; font-size: 13px; line-height: 1.6; border: 1px solid #cbd5dd; border-radius: 4px; padding: 12px; color: #243f4d; }
.sn-listing-review .sn-listing-agent { padding-bottom: 12px; border-bottom: 1px solid #e0e6e9; }
.sn-availability-summary .sn-space-list { display: block; }
.sn-listing-market :is(button, a, input, select):focus-visible { outline: 2px solid #1455ff; outline-offset: 2px; }
.sn-dialog:has(.sn-occupancy-route-workspace) { width: min(920px, calc(100vw - 32px)); max-width: 920px; }
.sn-occupancy-shared { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 12px 0 20px; }
.sn-occupancy-columns, .sn-occupancy-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.sn-occupancy-columns > section, .sn-occupancy-results > section { min-width: 0; }
.sn-occupancy-columns h3 { font-size: 18px; margin: 24px 0 14px; }
.sn-occupancy-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.sn-occupancy-route-workspace label { min-width: 0; font-size: 12px; color: #435968; }
.sn-occupancy-route-workspace input, .sn-occupancy-route-workspace select { min-width: 0; max-width: 100%; font-size: 12px; }
.sn-occupancy-verdict { padding: 14px 0; margin: 0; border-top: 1px solid #dbe4e5; font-size: 14px; font-weight: 600; color: #165e4b; }
.sn-occupancy-results { padding: 12px 0 20px; border-bottom: 1px solid #dbe4e5; }
.sn-occupancy-results h4 { font-size: 14px; margin: 0 0 8px; }
.sn-occupancy-results section > span { display: block; color: #5d6c77; font-size: 12px; }
.sn-occupancy-results section > strong { display: block; font-size: 24px; color: #234757; margin-top: 6px; }
.sn-occupancy-results dl { margin: 12px 0; font-size: 12px; }
.sn-occupancy-results dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; padding: 4px 0; }
.sn-occupancy-results dd { margin: 0; font-variant-numeric: tabular-nums; }
.sn-occupancy-results p { color: #8a4d0a; font-size: 12px; }
.sn-occupancy-ledger { margin: 20px 0; border-top: 1px solid #dbe4e5; }
.sn-occupancy-ledger summary { font-size: 13px; font-weight: 600; padding: 14px 0; cursor: pointer; }
.sn-occupancy-line { display: grid; grid-template-columns: minmax(0, 1fr) 92px; align-items: end; gap: 10px; padding: 10px 0; border-bottom: 1px solid #e8edef; }
.sn-occupancy-line label { margin: 0; }
.sn-occupancy-line small { color: #5d6c77; font-size: 10px; }
.sn-occupancy-line input:disabled { background: #f3f5f5; }
.sn-occupancy-snapshot { margin-top: 12px; }
.sn-occupancy-snapshot summary { cursor: pointer; padding: 8px 0; font-weight: 600; }
.sn-occupancy-snapshot pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; font-size: 12px; line-height: 1.6; color: #435968; }
.sn-occupancy-snapshot .sn-occupancy-results { gap: 12px; }
.sn-occupancy-snapshot .sn-occupancy-results section > strong { font-size: 20px; }
.sn-occupancy-snapshot .sn-occupancy-results dl > div { display: block; }
#sn-decision-memory-host { position: fixed; inset: 0; z-index: 190; pointer-events: none; }
#sn-decision-memory-host .sn-memory-backdrop, #sn-decision-memory-host .sn-memory-drawer { pointer-events: auto; }
#sn-decision-memory-host .sn-memory-drawer { border-radius: 8px; font-size: 13px; line-height: 1.5; }
#sn-decision-memory-host h2 { font-size: 20px; line-height: 1.3; }
#sn-decision-memory-host h3 { font-size: 16px; }
#sn-decision-memory-host .sn-memory-item { border-radius: 8px; box-shadow: none; }
#sn-decision-memory-host .sn-memory-brief { padding: 14px 0; border: 0; border-top: 1px solid #dbe4e5; border-radius: 0; background: none; }
#sn-decision-memory-host .sn-memory-brief-insights article, #sn-decision-memory-host .sn-memory-unresolved { padding: 10px 0; border: 0; border-radius: 0; background: none; }
#sn-decision-memory-host .sn-memory-section-head small { display: block; color: #60768c; }
@media (max-width: 760px) {
  #sn-decision-memory-host .sn-memory-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  #sn-decision-memory-host .sn-memory-actions button { min-width: 0; border-radius: 6px; }
}
@media (max-width: 620px) {
  .sn-occupancy-columns { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .sn-occupancy-shared { gap: 8px; }
  .sn-occupancy-results { gap: 14px; }
  .sn-occupancy-results section > strong { font-size: 20px; }
  .sn-occupancy-results dl > div { display: block; padding: 6px 0; }
  .sn-occupancy-route-workspace label { font-size: 11px; }
}
.sn-reference-evidence { margin-top: 20px; border-top: 1px solid #dfe5e9; padding-top: 12px; }
.sn-reference-browser button:focus-visible, .sn-reference-stage:focus-visible { outline: 2px solid #1455ff; outline-offset: 2px; }
@media (max-width: 720px) {
  .sn-reference-stage { height: 320px; }
  .sn-plan-comparison { grid-template-columns: repeat(var(--reference-columns), minmax(250px, 82vw)); }
}

/* Provider feedback stays visible beside the city controls after arrival. */
.sn-city-status { position:absolute; right:24px; top:160px; z-index:8; max-width:min(320px,calc(100% - 48px)); padding:12px 16px; border:1px solid #d7e2ef; border-radius:14px; background:rgba(255,255,255,.96); color:#233b4c; font-size:12px; line-height:1.5; box-shadow:0 8px 28px #0b234018; pointer-events:none; }
.sn-city-status[data-status="warning"] { background:#fff8ef; border-color:#e6cda9; }
.sn-city-status[hidden] { display:none; }
