:root.blakcity-v0 {
  --v0i-ink: #080b12;
  --v0i-panel: #0d111a;
  --v0i-card: #151a26;
  --v0i-line: rgba(255, 255, 255, 0.13);
  --v0i-text: #fbf7ee;
  --v0i-muted: #aab2c0;
}

.v0i-shell,
.v0i-shell * { box-sizing: border-box; }
.v0i-shell[hidden] { display: none !important; }
.v0i-shell {
  --v0i-accent: #6ef0d5;
  position: fixed;
  z-index: 44;
  top: clamp(108px, 18svh, 156px);
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--v0i-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.24s ease, transform 0.3s cubic-bezier(0.2, 0.82, 0.2, 1);
  pointer-events: none;
}
.v0i-shell.open { opacity: 1; transform: none; pointer-events: auto; }
.v0i-shell > [data-v0i-view] { height: 100%; }
.v0i-shell button,
.v0i-shell a,
.v0i-shell input,
.v0i-shell textarea,
.v0i-shell select { font: inherit; }
.v0i-shell :is(button, a) { -webkit-tap-highlight-color: transparent; }
.v0i-shell :is(button, a, input, textarea, select):focus-visible {
  outline: 2px solid var(--v0i-accent);
  outline-offset: 3px;
}
.v0i-header h1:focus { outline: 0; }

body.v0-interior-open #game { pointer-events: none; }
body.v0-interior-open .v0-interface > :not(.v0-reticle) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
}
body.v0-interior-open .v0-reticle { opacity: 0.32; filter: saturate(0.65); }

.v0i-street-window {
  position: absolute;
  z-index: 0;
  top: calc(-1 * clamp(108px, 18svh, 156px));
  left: 0;
  width: 100%;
  height: clamp(108px, 18svh, 156px);
  overflow: hidden;
  background: #070a10;
  pointer-events: none;
}
.v0i-street-window::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.16), rgba(5, 8, 13, 0.72));
  content: "";
}
.v0i-street-window img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--v0i-street-x) var(--v0i-street-y); filter: brightness(0.72) saturate(0.95); transform: scale(1.12); }

.v0i-street-return {
  position: absolute;
  z-index: 2;
  top: -58px;
  left: max(12px, env(safe-area-inset-left));
  min-height: 46px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  column-gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(7, 10, 16, 0.92);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
  color: var(--v0i-text);
  backdrop-filter: blur(14px);
  cursor: pointer;
}
.v0i-street-return > span { grid-row: 1 / 3; color: var(--v0i-accent); font-size: 20px; }
.v0i-street-return b { align-self: end; font-size: 10px; line-height: 1; }
.v0i-street-return small { align-self: start; color: var(--v0i-muted); font-size: 8px; line-height: 1.2; }

.v0i-document {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--v0i-line);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background:
    radial-gradient(circle at 12% 3%, color-mix(in srgb, var(--v0i-accent) 10%, transparent), transparent 28%),
    linear-gradient(180deg, #111621, var(--v0i-ink) 55%);
  box-shadow: 0 -28px 86px rgba(0, 0, 0, 0.58);
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, var(--v0i-accent) 45%, transparent) transparent;
}

.v0i-header {
  min-height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px max(16px, env(safe-area-inset-right)) 13px max(16px, env(safe-area-inset-left));
  border-bottom: 1px solid var(--v0i-line);
  background: rgba(9, 13, 20, 0.92);
}
.v0i-header > div { min-width: 0; }
.v0i-header small { display: block; overflow: hidden; color: var(--v0i-accent); font-size: 7px; font-weight: 900; letter-spacing: 0.16em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.v0i-header h1 { margin: 3px 0 0; color: #fff; font: 400 clamp(25px, 8vw, 34px)/0.98 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.v0i-header p { margin: 3px 0 0; color: var(--v0i-muted); font-size: 8px; }
.v0i-header > button {
  min-width: 48px;
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0 11px;
  border: 1px solid var(--v0i-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--v0i-text);
  cursor: pointer;
}
.v0i-header > button span { display: none; font-size: 9px; font-weight: 850; }
.v0i-header > button i,
.v0i-header > button i::before,
.v0i-header > button i::after { width: 16px; height: 1px; display: block; background: currentColor; content: ""; }
.v0i-header > button i::before { transform: translateY(-5px); }
.v0i-header > button i::after { transform: translateY(4px); }

.v0i-scene {
  position: relative;
  height: clamp(270px, 35svh, 390px);
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #05070c;
}
.v0i-scene picture,
.v0i-scene picture::after { position: absolute; inset: 0; display: block; }
.v0i-scene picture::after {
  content: "";
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.1), transparent 45%, rgba(5, 8, 13, 0.58));
  pointer-events: none;
}
.v0i-scene img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(1.03) contrast(1.025);
  transform: scale(1.015);
  animation: v0i-room-breathe 14s ease-in-out infinite alternate;
}
.v0i-scene figcaption {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(6, 9, 14, 0.78);
  backdrop-filter: blur(10px);
}
.v0i-scene figcaption small { color: var(--v0i-accent); font-size: 6px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.v0i-scene figcaption b { font: 400 12px/1.1 Georgia, "Times New Roman", serif; }

.v0i-hotspots { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
.v0i-hotspots button {
  position: absolute;
  top: var(--y);
  left: var(--x);
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}
.v0i-hotspots button i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(4, 7, 11, 0.76);
  box-shadow: 0 0 0 5px rgba(4, 7, 11, 0.28), 0 8px 22px rgba(0, 0, 0, 0.4);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.v0i-hotspots button span {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  max-width: 104px;
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(4, 7, 11, 0.84);
  color: #fff;
  font-size: 7px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
.v0i-hotspots button.active i {
  border-color: var(--v0i-accent);
  background: color-mix(in srgb, var(--v0i-accent) 23%, rgba(4, 7, 11, 0.88));
  color: var(--v0i-accent);
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--v0i-accent) 10%, transparent), 0 0 28px color-mix(in srgb, var(--v0i-accent) 42%, transparent);
  transform: scale(1.12);
}
.v0i-hotspots button.active::before {
  position: absolute;
  width: 41px;
  height: 41px;
  border: 1px solid var(--v0i-accent);
  border-radius: 50%;
  content: "";
  animation: v0i-hotspot-pulse 2.4s ease-out infinite;
}

.v0i-room-tabs {
  position: sticky;
  z-index: 8;
  top: 0;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 9px max(12px, env(safe-area-inset-right)) 9px max(12px, env(safe-area-inset-left));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid var(--v0i-line);
  background: rgba(8, 11, 18, 0.95);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}
.v0i-room-tabs::-webkit-scrollbar { display: none; }
.v0i-room-tabs button {
  min-height: 44px;
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--v0i-line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.035);
  color: #939dac;
  cursor: pointer;
}
.v0i-room-tabs button i { font-size: 7px; font-style: normal; font-weight: 900; }
.v0i-room-tabs button span { font-size: 9px; font-weight: 850; }
.v0i-room-tabs button.active { border-color: color-mix(in srgb, var(--v0i-accent) 68%, transparent); background: color-mix(in srgb, var(--v0i-accent) 12%, transparent); color: var(--v0i-accent); }

.v0i-content {
  min-height: 42svh;
  padding: 27px max(16px, env(safe-area-inset-right)) 46px max(16px, env(safe-area-inset-left));
}
.v0i-room-heading small { color: var(--v0i-accent); font-size: 7px; font-weight: 950; letter-spacing: 0.18em; }
.v0i-room-heading h2 { max-width: 720px; margin: 8px 0 11px; color: #fff; font: 400 clamp(30px, 9vw, 46px)/0.99 Georgia, "Times New Roman", serif; letter-spacing: -0.045em; }
.v0i-room-heading p { max-width: 720px; margin: 0; color: #c0c6d0; font-size: 13px; line-height: 1.65; }
.v0i-content blockquote {
  max-width: 720px;
  margin: 25px 0;
  padding: 19px 0 19px 19px;
  border-left: 2px solid var(--v0i-accent);
  color: #fff;
  font: italic 400 21px/1.35 Georgia, "Times New Roman", serif;
}

.v0i-card-grid { display: grid; gap: 9px; margin-top: 25px; }
.v0i-card {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  padding: 18px;
  border: 1px solid var(--v0i-line);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}
.v0i-card > i { width: 19px; height: 2px; display: block; margin-bottom: 15px; background: var(--v0i-accent); box-shadow: 0 0 13px var(--v0i-accent); }
.v0i-card h3 { margin: 0; color: #fff; font: 400 20px/1.1 Georgia, "Times New Roman", serif; }
.v0i-card p { margin: 8px 0 0; color: var(--v0i-muted); font-size: 11px; line-height: 1.55; }

.v0i-timeline { max-width: 760px; display: grid; gap: 0; margin: 27px 0 0; padding: 0; list-style: none; }
.v0i-timeline li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 0 0 24px; }
.v0i-timeline li:not(:last-child)::after { position: absolute; top: 35px; bottom: 0; left: 21px; width: 1px; background: linear-gradient(var(--v0i-accent), transparent); content: ""; }
.v0i-timeline li > b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--v0i-accent) 55%, transparent); border-radius: 50%; color: var(--v0i-accent); font-size: 9px; }
.v0i-timeline h3 { margin: 1px 0 5px; color: #fff; font: 400 20px/1.1 Georgia, "Times New Roman", serif; }
.v0i-timeline p { margin: 0; color: var(--v0i-muted); font-size: 11px; line-height: 1.55; }

.v0i-route-grid { display: grid; gap: 9px; margin-top: 26px; }
.v0i-route-grid a {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
  gap: 3px 12px;
  padding: 16px;
  border: 1px solid var(--v0i-line);
  border-radius: 16px;
  background: var(--v0i-card);
  color: var(--v0i-text);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.v0i-route-grid a small { color: var(--v0i-accent); font-size: 7px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.v0i-route-grid a b { font: 400 20px/1.1 Georgia, "Times New Roman", serif; }
.v0i-route-grid a > span { color: var(--v0i-muted); font-size: 10px; line-height: 1.4; }
.v0i-route-grid a > i { grid-column: 2; grid-row: 1 / 4; align-self: center; color: var(--v0i-accent); font-size: 20px; font-style: normal; }

.v0i-form { max-width: 760px; display: grid; gap: 14px; margin-top: 25px; }
.v0i-field { display: grid; gap: 7px; }
.v0i-field > span,
.v0i-checks legend { color: #dfe3e8; font-size: 9px; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.v0i-field :is(input, textarea, select),
.v0i-network-search input {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid var(--v0i-line);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-size: 16px;
}
.v0i-field textarea { resize: vertical; }
.v0i-field select { color-scheme: dark; }
.v0i-field-pair { display: grid; gap: 14px; }
.v0i-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; border: 0; }
.v0i-checks legend { grid-column: 1 / -1; margin-bottom: 5px; }
.v0i-checks label { position: relative; min-height: 62px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--v0i-line); border-radius: 12px; background: rgba(255, 255, 255, 0.03); color: var(--v0i-muted); font-size: 10px; line-height: 1.25; text-align: center; cursor: pointer; }
.v0i-checks input { position: absolute; opacity: 0; }
.v0i-checks label:has(input:checked) { border-color: var(--v0i-accent); background: color-mix(in srgb, var(--v0i-accent) 11%, transparent); color: var(--v0i-accent); }
.v0i-next,
.v0i-secondary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 16px;
  border: 1px solid var(--v0i-accent);
  border-radius: 13px;
  background: var(--v0i-accent);
  color: #06100e;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.v0i-secondary { border-color: var(--v0i-line); background: rgba(255, 255, 255, 0.04); color: #fff; }
.v0i-next:disabled { opacity: 0.7; cursor: wait; }
.v0i-form-actions { display: grid; gap: 9px; }
.v0i-form-status { min-height: 20px; margin: 0; color: var(--v0i-accent); font-size: 11px; line-height: 1.4; }
.v0i-review { padding: 18px; border: 1px solid color-mix(in srgb, var(--v0i-accent) 45%, transparent); border-radius: 16px; background: color-mix(in srgb, var(--v0i-accent) 8%, transparent); }
.v0i-review small { color: var(--v0i-accent); font-size: 7px; font-weight: 950; letter-spacing: 0.17em; }
.v0i-review strong { display: block; margin-top: 8px; font: 400 26px/1 Georgia, "Times New Roman", serif; }
.v0i-review p { margin: 9px 0; color: #d3d7de; font-size: 11px; line-height: 1.5; }
.v0i-review span { color: var(--v0i-muted); font-size: 9px; line-height: 1.45; }

.v0i-games { margin-top: 28px; }
.v0i-games > h2,
.v0i-games > .muted { display: none; }
.v0i-games .games-hub-section { margin-top: 23px; }
.v0i-games .games-hub-section h3 { margin: 0 0 9px; color: var(--v0i-accent); font-size: 8px; font-weight: 950; letter-spacing: 0.14em; text-transform: uppercase; }
.v0i-games .games-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.v0i-games .games-hub-card { min-height: 132px; display: grid; align-content: start; gap: 6px; padding: 15px; border: 1px solid var(--v0i-line); border-radius: 15px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)); color: #fff; text-align: left; cursor: pointer; }
.v0i-games .games-hub-icon { color: var(--game-accent, var(--v0i-accent)); font-size: 19px; }
.v0i-games .games-hub-name { font: 400 16px/1.1 Georgia, "Times New Roman", serif; }
.v0i-games .games-hub-desc { color: var(--v0i-muted); font-size: 9px; line-height: 1.4; }

.v0i-network { margin-top: 25px; }
.v0i-network-search { position: relative; display: block; }
.v0i-network-search input { padding-left: 40px; }
.v0i-network-search > span { position: absolute; z-index: 1; top: 17px; left: 15px; width: 12px; height: 12px; border: 1px solid var(--v0i-muted); border-radius: 50%; }
.v0i-network-search > span::after { position: absolute; right: -5px; bottom: -3px; width: 5px; height: 1px; background: var(--v0i-muted); content: ""; transform: rotate(45deg); }
.v0i-city-grid { display: grid; gap: 9px; margin-top: 13px; }
.v0i-city-card { overflow: hidden; display: grid; grid-template-columns: 104px 1fr; min-height: 138px; border: 1px solid var(--v0i-line); border-radius: 16px; background: var(--v0i-card); }
.v0i-city-card > img,
.v0i-city-placeholder { width: 104px; height: 100%; min-height: 138px; object-fit: cover; background: linear-gradient(145deg, color-mix(in srgb, var(--v0i-accent) 22%, #111722), #111722); }
.v0i-city-card > div:last-child { min-width: 0; display: grid; align-content: center; padding: 13px; }
.v0i-city-card small { color: var(--v0i-accent); font-size: 7px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.v0i-city-card h3 { overflow: hidden; margin: 5px 0; font: 400 18px/1.05 Georgia, "Times New Roman", serif; text-overflow: ellipsis; white-space: nowrap; }
.v0i-city-card p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--v0i-muted); font-size: 9px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.v0i-city-card button { min-height: 38px; margin-top: 9px; padding: 0; border: 0; background: transparent; color: var(--v0i-accent); font-size: 9px; font-weight: 900; text-align: left; cursor: pointer; }
.v0i-empty { padding: 28px 0; color: var(--v0i-muted); font-size: 12px; }

.v0i-footer { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px max(17px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(17px, env(safe-area-inset-left)); border-top: 1px solid var(--v0i-line); color: var(--v0i-muted); }
.v0i-footer > span { font-size: 8px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.v0i-footer button { min-height: 44px; padding: 0 13px; border: 1px solid var(--v0i-line); border-radius: 12px; background: rgba(255, 255, 255, 0.04); color: #fff; font-size: 9px; font-weight: 850; cursor: pointer; }
.v0i-footer button i { margin-left: 8px; color: var(--v0i-accent); font-style: normal; }

.v0i-index {
  position: absolute;
  z-index: 20;
  inset: 0;
  overflow: auto;
  padding: 19px max(15px, env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(15px, env(safe-area-inset-left));
  border-radius: 26px 26px 0 0;
  background: rgba(8, 11, 18, 0.98);
  backdrop-filter: blur(26px);
}
.v0i-index[hidden] { display: none; }
.v0i-index > header { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.v0i-index > header small { color: var(--v0i-accent); font-size: 7px; font-weight: 950; letter-spacing: 0.18em; }
.v0i-index > header h2 { margin: 7px 0 0; font: 400 29px/1 Georgia, "Times New Roman", serif; letter-spacing: -0.04em; }
.v0i-index > header button { width: 46px; min-width: 46px; height: 46px; border: 1px solid var(--v0i-line); border-radius: 50%; background: rgba(255, 255, 255, 0.04); color: #fff; font-size: 21px; cursor: pointer; }
.v0i-index-list { display: grid; gap: 8px; margin-top: 22px; }
.v0i-index-list > a { --v0i-item-accent: var(--v0i-accent); min-height: 76px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid var(--v0i-line); border-radius: 14px; background: rgba(255, 255, 255, 0.035); color: #fff; text-align: left; text-decoration: none; cursor: pointer; }
.v0i-index-list > a[aria-current="page"] { border-color: color-mix(in srgb, var(--v0i-item-accent) 60%, transparent); background: color-mix(in srgb, var(--v0i-item-accent) 9%, transparent); }
.v0i-index-list > a.visited:not([aria-current="page"]) { background: color-mix(in srgb, var(--v0i-item-accent) 5%, rgba(255, 255, 255, 0.025)); }
.v0i-index-list > a.visited > i { background: color-mix(in srgb, var(--v0i-item-accent) 10%, transparent); }
.v0i-index-list > a > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--v0i-item-accent); border-radius: 50%; color: var(--v0i-item-accent); font-size: 9px; font-style: normal; }
.v0i-index-list > a > span { min-width: 0; display: grid; }
.v0i-index-list small { color: var(--v0i-item-accent); font-size: 6px; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.v0i-index-list b { margin-top: 3px; font: 400 18px/1 Georgia, "Times New Roman", serif; }
.v0i-index-list em { margin-top: 3px; color: var(--v0i-muted); font-size: 8px; font-style: normal; }
.v0i-index-list strong { color: var(--v0i-item-accent); font-size: 18px; }

/* The room is the living character: every plate gets a restrained, theme-specific motion layer. */
.v0i-effects { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.v0i-fx-glow { position: absolute; width: 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--v0i-accent) 31%, transparent), transparent 68%); filter: blur(12px); opacity: 0.28; animation: v0i-glow 4.8s ease-in-out infinite alternate; mix-blend-mode: screen; }
.v0i-fx-glow-a { top: 13%; left: 8%; }
.v0i-fx-glow-b { right: 7%; bottom: 16%; animation-delay: -2.1s; }
.v0i-fx-scan { position: absolute; top: -12%; left: 10%; width: 80%; height: 2px; background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--v0i-accent) 75%, white), transparent); box-shadow: 0 0 17px var(--v0i-accent); opacity: 0; }
.v0i-fx-orbit { position: absolute; top: 39%; left: 50%; width: 28%; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--v0i-accent) 44%, transparent); border-radius: 50%; opacity: 0; transform: translate(-50%, -50%); }
.v0i-fx-signal { position: absolute; top: 18%; left: 50%; width: 36%; height: 18%; display: none; align-items: end; justify-content: center; gap: 4%; transform: translateX(-50%); opacity: 0.48; }
.v0i-fx-signal b { width: 5%; height: 20%; display: block; border-radius: 99px 99px 0 0; background: var(--v0i-accent); box-shadow: 0 0 10px var(--v0i-accent); animation: v0i-signal 1.35s ease-in-out infinite alternate; }
.v0i-fx-signal b:nth-child(2) { animation-delay: -0.7s; }.v0i-fx-signal b:nth-child(3) { animation-delay: -0.25s; }.v0i-fx-signal b:nth-child(4) { animation-delay: -0.9s; }.v0i-fx-signal b:nth-child(5) { animation-delay: -0.4s; }.v0i-fx-signal b:nth-child(6) { animation-delay: -1.1s; }
.v0i-fx-motes { position: absolute; inset: 0; opacity: 0.65; }
.v0i-fx-motes b { --mx: 50%; --my: 50%; position: absolute; top: var(--my); left: var(--mx); width: 2px; height: 2px; border-radius: 50%; background: #ffd995; box-shadow: 0 0 7px #ffd995; animation: v0i-mote 7s ease-in-out infinite; }
.v0i-fx-motes b:nth-child(1) { --mx: 14%; --my: 67%; animation-delay: -2s; }.v0i-fx-motes b:nth-child(2) { --mx: 28%; --my: 34%; animation-delay: -5s; }.v0i-fx-motes b:nth-child(3) { --mx: 45%; --my: 57%; animation-delay: -1s; }.v0i-fx-motes b:nth-child(4) { --mx: 59%; --my: 27%; animation-delay: -4s; }.v0i-fx-motes b:nth-child(5) { --mx: 73%; --my: 52%; animation-delay: -6s; }.v0i-fx-motes b:nth-child(6) { --mx: 87%; --my: 70%; animation-delay: -3s; }.v0i-fx-motes b:nth-child(7) { --mx: 36%; --my: 78%; animation-delay: -7s; }.v0i-fx-motes b:nth-child(8) { --mx: 67%; --my: 74%; animation-delay: -0.5s; }
.v0i-shell[data-section="welcome"] .v0i-fx-orbit,
.v0i-shell[data-section="culture"] .v0i-fx-orbit,
.v0i-shell[data-section="network"] .v0i-fx-orbit { opacity: 0.42; animation: v0i-orbit 15s linear infinite; }
.v0i-shell[data-section="culture"] .v0i-fx-orbit { top: 50%; width: 34%; border-style: dashed; }
.v0i-shell[data-section="network"] .v0i-fx-orbit { top: 49%; width: 36%; box-shadow: 0 0 22px color-mix(in srgb, var(--v0i-accent) 23%, transparent); animation-duration: 10s; }
.v0i-shell[data-section="live"] .v0i-fx-signal { display: flex; }
.v0i-shell[data-section="build"] .v0i-fx-scan,
.v0i-shell[data-section="network"] .v0i-fx-scan { opacity: 0.48; animation: v0i-scan 7s ease-in-out infinite; }
.v0i-shell[data-section="story"] .v0i-fx-motes { opacity: 0.95; }
.v0i-shell.scene-offscreen .v0i-scene img,
.v0i-shell.scene-offscreen .v0i-effects * { animation-play-state: paused !important; }

@keyframes v0i-room-breathe { from { transform: scale(1.015) translate3d(0, 0, 0); } to { transform: scale(1.04) translate3d(0, -0.35%, 0); } }
@keyframes v0i-hotspot-pulse { from { opacity: 0.9; transform: scale(0.85); } to { opacity: 0; transform: scale(1.38); } }
@keyframes v0i-glow { from { opacity: 0.13; transform: scale(0.85); } to { opacity: 0.38; transform: scale(1.17); } }
@keyframes v0i-orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes v0i-signal { from { height: 17%; } to { height: 100%; } }
@keyframes v0i-scan { 0%, 12% { top: 14%; opacity: 0; } 24% { opacity: 0.5; } 76% { opacity: 0.5; } 88%, 100% { top: 82%; opacity: 0; } }
@keyframes v0i-mote { 0%, 100% { opacity: 0.15; transform: translateY(6px); } 45% { opacity: 1; } 65% { opacity: 0.45; transform: translateY(-15px) translateX(5px); } }

@media (min-width: 560px) {
  .v0i-card-grid,
  .v0i-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v0i-field-pair,
  .v0i-form-actions { grid-template-columns: 1fr 1fr; }
  .v0i-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 880px) {
  .v0i-shell { top: 0; left: 36vw; transform: translateX(30px); }
  .v0i-shell.open { transform: none; }
  .v0i-shell::before { position: absolute; top: 0; bottom: 0; left: -36vw; width: 36vw; background: linear-gradient(90deg, rgba(3, 5, 8, 0.02), rgba(3, 5, 8, 0.34)); content: ""; pointer-events: none; }
  .v0i-street-window { display: none; }
  .v0i-document { border-top: 0; border-right: 0; border-radius: 0; box-shadow: -24px 0 72px rgba(0, 0, 0, 0.53); }
  .v0i-street-return { z-index: 30; top: 18px; left: calc(-36vw + 20px); }
  .v0i-header { min-height: 94px; padding-right: 28px; padding-left: 28px; }
  .v0i-header h1 { font-size: 38px; }
  .v0i-header > button { min-width: 96px; grid-template-columns: 1fr auto; gap: 10px; }
  .v0i-header > button span { display: block; }
  .v0i-scene { height: min(57vh, 620px); }
  .v0i-scene img { object-position: 50% 51%; }
  .v0i-hotspots button i { width: 36px; height: 36px; }
  .v0i-hotspots button span { font-size: 8px; }
  .v0i-room-tabs { padding-right: 27px; padding-left: 27px; }
  .v0i-content { min-height: 50vh; padding: 38px 34px 70px; }
  .v0i-room-heading h2 { font-size: 52px; }
  .v0i-room-heading p { font-size: 14px; }
  .v0i-card-grid,
  .v0i-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v0i-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v0i-index { padding: 34px; border-radius: 0; }
  .v0i-index-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1180px) {
  .v0i-shell { left: 34vw; }
  .v0i-shell::before { left: -34vw; width: 34vw; }
  .v0i-street-return { left: calc(-34vw + 22px); }
  .v0i-content { padding-right: clamp(46px, 7vw, 104px); padding-left: clamp(46px, 7vw, 104px); }
}

@media (max-width: 359px) {
  .v0i-shell { top: clamp(104px, 17svh, 132px); }
  .v0i-header { min-height: 72px; padding: 11px 12px; }
  .v0i-header h1 { font-size: 25px; }
  .v0i-scene { height: 255px; }
  .v0i-hotspots button span { display: none; }
  .v0i-content { padding-right: 13px; padding-left: 13px; }
  .v0i-room-heading h2 { font-size: 30px; }
  .v0i-checks { grid-template-columns: 1fr; }
  .v0i-games .games-hub-grid { grid-template-columns: 1fr; }
  .v0i-city-card { grid-template-columns: 86px 1fr; }
  .v0i-city-card > img,
  .v0i-city-placeholder { width: 86px; }
}

@media (max-height: 620px) and (orientation: landscape) and (max-width: 879px) {
  .v0i-shell { top: 66px; left: 18%; }
  .v0i-street-return { top: 8px; left: calc(-18vw + 8px); }
  .v0i-document { border-radius: 20px 0 0; }
  .v0i-header { min-height: 66px; }
  .v0i-scene { height: 58svh; }
}

@media (prefers-reduced-motion: reduce) {
  .v0i-shell { transition: opacity 0.12s linear; }
  .v0i-scene img,
  .v0i-effects *,
  .v0i-hotspots button.active::before { animation: none !important; }
  .v0i-scene img { transform: none; }
  .v0i-fx-scan,
  .v0i-fx-orbit,
  .v0i-fx-signal { display: none !important; }
}
