:root {
  --atlas-red: #ff453a;
  --atlas-orange: #ff6a2a;
  --atlas-ember: #ff2d1b;
  --atlas-ink: #020407;
  --atlas-panel: rgba(4, 8, 14, 0.8);
  --atlas-line: rgba(151, 180, 204, 0.16);
  --atlas-text: #f8f7f4;
  --atlas-muted: #a6a4a0;
  --atlas-nav-height: 80px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--atlas-ink);
}

body.atlas-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #020407;
  color: var(--atlas-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.atlas-page::before {
  display: none;
}

.atlas-page .lc-theme-switcher {
  display: none;
}

.atlas-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.atlas-skip:focus {
  transform: translateY(0);
}

.atlas-page .lc-global-nav {
  position: sticky;
  background: #020407;
}

.atlas-page .lc-global-nav__inner {
  border-color: rgba(123, 157, 184, 0.22);
  border-top-color: rgba(255, 105, 57, 0.55);
  background: rgba(3, 7, 12, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.48);
}

.atlas-main {
  position: relative;
}

.atlas-stage {
  position: relative;
  min-height: calc(100dvh - var(--atlas-nav-height));
  scroll-margin-top: var(--atlas-nav-height);
  overflow: hidden;
  isolation: isolate;
  background: #020407;
}

.atlas-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 63% 43%, rgba(255, 83, 38, 0.09), transparent 25%),
    radial-gradient(circle at 54% 37%, rgba(49, 84, 111, 0.2), transparent 42%),
    radial-gradient(circle at 50% 112%, rgba(53, 95, 126, 0.1), transparent 46%),
    #020407;
}

.atlas-viewport::before {
  position: absolute;
  inset: -15%;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse 32% 44% at 69% 46%, rgba(255, 92, 43, 0.095), transparent 70%),
    radial-gradient(ellipse 44% 62% at 55% 48%, rgba(80, 124, 157, 0.065), transparent 74%);
  opacity: 0.85;
  transform: translate3d(0, 0, 0);
  animation: atlas-ambient-drift 12s ease-in-out infinite alternate;
}

@keyframes atlas-ambient-drift {
  to { opacity: 1; transform: translate3d(1.4%, -0.8%, 0) scale(1.025); }
}

.atlas-poster,
#atlas-globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.atlas-poster {
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.82) brightness(0.68);
  opacity: 1;
  transition: opacity 900ms ease;
}

#atlas-globe {
  z-index: 1;
  display: block;
  cursor: grab;
  image-rendering: auto;
  touch-action: pan-y;
  opacity: 0;
  transition: opacity 900ms ease;
}

#atlas-globe:active {
  cursor: grabbing;
}

#atlas-globe:focus-visible {
  outline: 2px solid var(--atlas-red);
  outline-offset: -5px;
}

.atlas-ready #atlas-globe {
  opacity: 1;
}

.atlas-ready .atlas-poster {
  opacity: 0;
}

.atlas-label-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.atlas-label-layer__item {
  position: absolute;
  bottom: 76px;
  left: clamp(24px, 4.8vw, 78px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(136, 169, 194, 0.14);
  border-radius: 999px;
  background: rgba(3, 8, 14, 0.6);
  color: rgba(218, 230, 239, 0.62);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.055em;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  backdrop-filter: blur(14px);
}

.atlas-label-layer__item[hidden] {
  display: none;
}

.atlas-label-layer__item:nth-of-type(2) {
  left: clamp(240px, 22vw, 340px);
}

.atlas-label-layer__item--models {
  left: clamp(490px, 40vw, 660px);
  border-color: rgba(255, 118, 73, 0.22);
  background: linear-gradient(110deg, rgba(11, 15, 23, 0.82), rgba(4, 8, 14, 0.66));
}

.atlas-label-layer__item strong,
.atlas-label-layer__item small {
  font: inherit;
}

.atlas-label-layer__item small {
  color: rgba(218, 230, 239, 0.38);
}

.atlas-label-layer__mark {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.atlas-label-layer__mark--fill {
  background: linear-gradient(135deg, #39100b, #ff5c2b);
  box-shadow: 0 0 12px rgba(255, 83, 37, 0.45);
}

.atlas-label-layer__mark--beacon {
  width: 5px;
  height: 11px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #ffe1bd, #ff5a2c 70%, transparent);
  box-shadow: 0 0 12px rgba(255, 105, 54, 0.7);
}

.atlas-label-layer__mark--logo {
  position: relative;
  width: 16px;
  height: 13px;
  border: 1px solid rgba(255, 156, 110, 0.36);
  border-radius: 4px;
  background: rgba(2, 6, 11, 0.92);
  box-shadow: 0 0 14px rgba(255, 91, 42, 0.2);
}

.atlas-label-layer__mark--logo i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: var(--atlas-red);
  box-shadow: 0 0 6px rgba(255, 91, 42, 0.76);
}

.atlas-label-layer__mark--logo i:nth-child(1) { top: 2px; left: 2px; }
.atlas-label-layer__mark--logo i:nth-child(2) { top: 2px; right: 2px; background: #8ca6ff; box-shadow: 0 0 6px rgba(111, 137, 255, 0.72); }
.atlas-label-layer__mark--logo i:nth-child(3) { right: 5px; bottom: 2px; background: #ffaf72; }

.atlas-label-layer__copy {
  display: inline-flex;
  gap: 5px;
}

.atlas-model-logo-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
  contain: layout paint;
}

.atlas-model-logo {
  --atlas-model-logo-scale: 1;
  --atlas-model-logo-accent: #ff7048;
  position: absolute;
  top: var(--atlas-model-y, -80px);
  left: var(--atlas-model-x, -80px);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  opacity: 1;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(var(--atlas-model-logo-scale));
  transform-origin: 50% 50%;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: top, left, opacity, transform;
}

.atlas-model-logo::before,
.atlas-model-logo::after {
  position: absolute;
  inset: 2px;
  border-radius: 14px;
  content: "";
  pointer-events: none;
}

.atlas-model-logo::before {
  border: 1px solid color-mix(in srgb, var(--atlas-model-logo-accent) 58%, rgba(255, 255, 255, 0.18));
  background: rgba(3, 7, 12, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.045) inset;
}

.atlas-model-logo::after {
  inset: -5px;
  border: 1px solid color-mix(in srgb, var(--atlas-model-logo-accent) 42%, transparent);
  opacity: 0.46;
  transform: scale(0.92);
}

.atlas-model-logo__mark {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.atlas-model-logo img,
.atlas-model-logo__logo {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
  transform: translateZ(0);
}

.atlas-model-logo.is-selected {
  --atlas-model-logo-scale: 1.16;
  z-index: 5;
}

.atlas-model-logo.is-active,
.atlas-model-logo[data-selected="true"] {
  --atlas-model-logo-scale: 1.16;
  z-index: 5;
}

.atlas-model-logo.is-selected::before,
.atlas-model-logo.is-active::before,
.atlas-model-logo[data-selected="true"]::before {
  border-color: var(--atlas-model-logo-accent);
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.54), 0 0 24px color-mix(in srgb, var(--atlas-model-logo-accent) 42%, transparent), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.atlas-model-logo.is-selected::after,
.atlas-model-logo.is-active::after,
.atlas-model-logo[data-selected="true"]::after {
  opacity: 0.9;
  transform: scale(1.08);
}

.atlas-model-logo.is-muted { opacity: 0.34; }

.atlas-model-logo.is-hidden,
.atlas-model-logo.is-colliding,
.atlas-model-logo[data-front-facing="false"] {
  opacity: 0;
  visibility: hidden;
}

.atlas-map-label {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 72px;
  margin-top: -31px;
  margin-left: 12px;
  display: block;
  pointer-events: none;
  transform-origin: 0 50%;
  transition: opacity 180ms ease;
}

.atlas-map-label::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 12px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 93, 43, 0), rgba(255, 126, 70, 0.82));
}

.atlas-map-label[hidden] {
  display: none;
}

.atlas-map-label strong {
  overflow: hidden;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-map-label__button {
  all: unset;
  box-sizing: border-box;
  display: grid;
  min-width: 72px;
  min-height: 32px;
  gap: 1px;
  padding: 5px 8px 5px 9px;
  border: 1px solid rgba(155, 184, 205, 0.2);
  border-left-color: rgba(255, 109, 57, 0.72);
  border-radius: 7px;
  background: linear-gradient(110deg, rgba(4, 10, 17, 0.88), rgba(7, 13, 20, 0.62));
  color: rgba(243, 248, 251, 0.88);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), 0 0 18px rgba(255, 79, 31, 0.07);
  font-family: "JetBrains Mono", monospace;
  text-align: left;
  text-rendering: geometricPrecision;
  pointer-events: auto;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, filter 180ms ease;
}

.atlas-map-label small {
  display: block;
  color: rgba(186, 207, 222, 0.58);
  font-size: 7px;
  white-space: nowrap;
}

.atlas-is-detail .atlas-map-label small,
.atlas-map-label.is-contextual small,
.atlas-map-label.is-selected small {
  display: block;
}

.atlas-map-label:hover,
.atlas-map-label:focus-within,
.atlas-map-label.is-selected {
  z-index: 4;
}

.atlas-map-label:hover .atlas-map-label__button,
.atlas-map-label:focus-within .atlas-map-label__button,
.atlas-map-label.is-selected .atlas-map-label__button {
  outline: none;
  border-color: rgba(255, 204, 165, 0.72);
  color: #fff;
  filter: brightness(1.2);
}

.atlas-map-label.is-quality-flagged .atlas-map-label__button {
  border-left-color: #ffb84d;
}

.atlas-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1, 3, 6, 0.58) 0%, transparent 21%, transparent 69%, rgba(1, 3, 6, 0.72) 100%),
    radial-gradient(ellipse 82% 72% at 57% 44%, transparent 47%, rgba(0, 2, 5, 0.76) 100%);
}

.atlas-copy {
  position: absolute;
  top: clamp(34px, 5.2vh, 62px);
  left: clamp(24px, 4.8vw, 78px);
  z-index: 4;
  width: min(430px, calc(100vw - 48px));
  pointer-events: none;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85);
  transition: opacity 560ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 560ms ease;
}

.atlas-kicker,
.atlas-mono {
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  text-transform: uppercase;
}

.atlas-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--atlas-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.atlas-kicker::before {
  width: 20px;
  height: 1px;
  content: "";
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.atlas-copy h1 {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.35rem, 3.55vw, 4.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.atlas-is-revealing .atlas-copy {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-18px, 12px, 0);
}

.atlas-is-focusing .atlas-copy,
.atlas-is-detail .atlas-copy {
  opacity: 0.34;
  transform: translate3d(-10px, 0, 0) scale(0.985);
}

.atlas-is-detail .atlas-copy__summary,
.atlas-is-detail .atlas-live {
  opacity: 0;
}

.atlas-copy h1 em {
  color: var(--atlas-red);
  font-style: normal;
}

@media (min-width: 761px) {
  .atlas-scope-admin1 .atlas-copy {
    width: min(640px, calc(100vw - 410px));
  }

  .atlas-scope-admin1 .atlas-copy h1 {
    max-width: 620px;
    font-size: clamp(2.35rem, 3vw, 3.75rem);
    line-height: 0.96;
  }

  .atlas-scope-admin2 .atlas-copy h1 {
    max-width: 680px;
  }
}

.atlas-copy__summary {
  max-width: 340px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.atlas-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atlas-copy__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.atlas-copy__actions .atlas-live {
  margin-top: 0;
}

.atlas-share-trigger {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 104, 48, 0.34);
  border-radius: 999px;
  background: rgba(5, 10, 16, 0.72);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 0.04);
  font: 700 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(16px);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.atlas-share-trigger svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.8;
}

.atlas-share-trigger:hover,
.atlas-share-trigger:focus-visible {
  border-color: rgba(255, 104, 48, 0.78);
  background: rgba(255, 69, 58, 0.13);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.atlas-share-trigger--floating { display: none; }

.atlas-live::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--atlas-red);
  box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.12), 0 0 18px rgba(255, 69, 58, 0.8);
  animation: atlas-live 2.2s ease-in-out infinite;
}

@keyframes atlas-live {
  50% { opacity: 0.45; transform: scale(0.72); }
}

.atlas-controls {
  position: absolute;
  top: clamp(34px, 5.2vh, 62px);
  right: clamp(24px, 4.8vw, 78px);
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(139, 171, 196, 0.14);
  border-radius: 10px;
  background: rgba(3, 8, 14, 0.62);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transition: opacity 420ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.atlas-periods {
  position: absolute;
  top: clamp(82px, 10.4vh, 112px);
  right: clamp(24px, 4.8vw, 78px);
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 32px;
  padding: 3px;
  border: 1px solid rgba(139, 171, 196, 0.14);
  border-radius: 9px;
  background: rgba(3, 8, 14, 0.7);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.34);
  font-family: "JetBrains Mono", monospace;
  backdrop-filter: blur(18px);
  transition: opacity 220ms ease, transform 260ms ease;
}

.atlas-periods__label {
  padding: 0 8px;
  color: rgba(190, 208, 221, 0.38);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-period {
  position: relative;
  min-width: 39px;
  min-height: 26px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(224, 234, 241, 0.58);
  font: 700 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.atlas-period:hover,
.atlas-period:focus-visible {
  outline: none;
  background: rgba(255, 69, 58, 0.1);
  color: #fff;
}

.atlas-period[aria-pressed="true"] {
  background: rgba(255, 69, 58, 0.94);
  color: #fff;
  box-shadow: 0 6px 18px rgba(255, 69, 58, 0.22);
}

.atlas-period:disabled {
  min-width: 58px;
  color: rgba(190, 208, 221, 0.28);
  cursor: not-allowed;
}

.atlas-period:disabled span {
  position: absolute;
  top: 2px;
  right: 4px;
  color: rgba(255, 69, 58, 0.62);
  font-size: 4.5px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.atlas-period-loading .atlas-periods {
  opacity: 0.56;
  transform: translateY(2px);
  pointer-events: none;
}

.atlas-navigation {
  position: absolute;
  top: clamp(128px, 15.5vh, 158px);
  right: clamp(24px, 4.8vw, 78px);
  z-index: 6;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
  transition: opacity 420ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.atlas-is-revealing .atlas-controls,
.atlas-is-revealing .atlas-periods,
.atlas-is-revealing .atlas-navigation {
  opacity: 0;
  transform: translate3d(14px, 0, 0);
}

.atlas-navigation__hint {
  color: rgba(255, 255, 255, 0.5);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px #000;
}

.atlas-navigation__hint b {
  color: var(--atlas-red);
}

.atlas-navigation__tour {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 69, 58, 0.3);
  border-radius: 999px;
  background: rgba(3, 8, 14, 0.72);
  color: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.atlas-navigation__tour span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--atlas-red);
  box-shadow: 0 0 12px rgba(255, 69, 58, 0.84);
}

.atlas-navigation__tour small {
  display: none;
}

.atlas-navigation__tour:hover,
.atlas-navigation__tour:focus-visible,
.atlas-navigation__tour[aria-pressed="true"] {
  outline: none;
  border-color: rgba(255, 92, 70, 0.72);
  background: rgba(255, 69, 58, 0.14);
  color: #fff;
}

.atlas-navigation__tour[aria-pressed="true"] span {
  animation: atlas-live 1s ease-in-out infinite;
}

.atlas-navigation__rail {
  display: grid;
  grid-template-columns: 38px 48px 38px auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(139, 171, 196, 0.16);
  border-radius: 11px;
  background: rgba(3, 8, 14, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.atlas-navigation__rail button,
.atlas-navigation__rail output {
  min-height: 38px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-family: "JetBrains Mono", monospace;
}

.atlas-navigation__rail button {
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.atlas-navigation__rail button:hover,
.atlas-navigation__rail button:focus-visible {
  outline: none;
  background: rgba(255, 69, 58, 0.16);
  color: #fff;
}

.atlas-navigation__rail output {
  display: grid;
  place-items: center;
  color: var(--atlas-red);
  font-size: 9px;
  font-weight: 700;
}

.atlas-navigation__rail .atlas-navigation__reset {
  min-width: 58px;
  padding: 0 12px;
  border-right: 0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-scope-us .atlas-navigation {
  top: 48%;
  right: auto;
  left: clamp(24px, 4.8vw, 78px);
}

.atlas-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.atlas-control {
  min-width: 98px;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.atlas-control[data-coming-soon] {
  color: rgba(190, 208, 221, 0.34);
}

.atlas-control:hover,
.atlas-control:focus-visible {
  color: #fff;
}

.atlas-control:focus-visible {
  outline: 2px solid var(--atlas-red);
  outline-offset: 2px;
}

.atlas-control[aria-pressed="true"] {
  background: var(--atlas-red);
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 69, 58, 0.24);
}

.atlas-control[data-coming-soon] {
  position: relative;
  color: rgba(255, 255, 255, 0.52);
}

.atlas-control[data-coming-soon]::after {
  position: absolute;
  top: 4px;
  right: 6px;
  color: var(--atlas-red);
  content: "SOON";
  font-size: 6px;
  letter-spacing: 0.08em;
}

.atlas-region-panel {
  position: absolute;
  top: clamp(126px, 15vh, 154px);
  right: clamp(24px, 4.8vw, 78px);
  bottom: 82px;
  z-index: 6;
  display: flex;
  width: min(330px, calc(100vw - 48px));
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(138, 170, 195, 0.2);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(5, 11, 18, 0.88), rgba(3, 7, 12, 0.76));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(20px);
  animation: atlas-panel-in 320ms ease both;
}

.atlas-region-panel[hidden] {
  display: none;
}

@keyframes atlas-panel-in {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

.atlas-region-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.55);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atlas-region-panel__back {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 69, 58, 0.3);
  border-radius: 7px;
  background: rgba(255, 69, 58, 0.08);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.atlas-region-panel__back:hover,
.atlas-region-panel__back:focus-visible {
  border-color: var(--atlas-red);
  background: rgba(255, 69, 58, 0.18);
  outline: none;
}

.atlas-region-panel__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(139, 171, 196, 0.1);
}

.atlas-region-panel__metrics span {
  padding: 11px 13px;
  background: rgba(4, 9, 15, 0.96);
  color: rgba(255, 255, 255, 0.5);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.atlas-region-panel__metrics strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.atlas-region-panel__list {
  min-height: 0;
  margin: 0;
  padding: 5px;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: rgba(255, 69, 58, 0.5) transparent;
}

.atlas-region-panel__list button {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}

.atlas-region-panel__list button:hover,
.atlas-region-panel__list button:focus-visible {
  background: rgba(255, 69, 58, 0.12);
  color: #fff;
  outline: none;
}

.atlas-region-panel__list button[data-published="false"] {
  color: rgba(255, 255, 255, 0.48);
}

.atlas-region-panel__list button[data-published="false"] b,
.atlas-region-panel__list button[data-published="false"] strong {
  color: rgba(181, 202, 217, 0.42);
}

.atlas-region-panel__list button[data-published="false"]:hover,
.atlas-region-panel__list button[data-published="false"]:focus-visible {
  background: rgba(139, 171, 196, 0.09);
  color: rgba(255, 255, 255, 0.82);
}

.atlas-region-panel__list button > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.atlas-region-panel__list button > span img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  padding: 2px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
  box-shadow: 0 0 0 1px rgba(255, 91, 64, 0.28), 0 0 12px rgba(255, 69, 58, 0.18);
}

.atlas-region-panel__list b,
.atlas-region-panel__list strong,
.atlas-region-panel__list em {
  font-family: "JetBrains Mono", monospace;
}

.atlas-region-panel__list b {
  color: var(--atlas-red);
  font-size: 8px;
}

.atlas-region-panel__list strong {
  color: #fff;
  font-size: 10px;
}

.atlas-region-panel__list em {
  padding: 2px 4px;
  border: 1px solid rgba(255, 176, 32, 0.4);
  border-radius: 4px;
  color: #ffbd45;
  font-size: 6px;
  font-style: normal;
  text-transform: uppercase;
}

.atlas-region-panel__note {
  margin: 0;
  padding: 11px 13px;
  border-top: 1px solid rgba(255, 176, 32, 0.18);
  background: rgba(255, 176, 32, 0.06);
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  line-height: 1.45;
}

.atlas-region-panel__note strong {
  color: #ffbd45;
}

.atlas-install-panel {
  --atlas-install-panel-accent: #ff7048;
  position: absolute;
  top: clamp(126px, 15vh, 154px);
  right: clamp(24px, 4.8vw, 78px);
  bottom: 82px;
  z-index: 10;
  width: min(390px, calc(100vw - 48px));
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 202, 0.2);
  border-top-color: rgba(255, 119, 76, 0.58);
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% -8%, rgba(255, 102, 54, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(6, 12, 20, 0.97), rgba(2, 6, 11, 0.92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.64), 0 0 52px rgba(255, 73, 28, 0.07), inset 0 1px rgba(255, 255, 255, 0.045);
  color: #fff;
  backdrop-filter: blur(24px) saturate(1.12);
  animation: atlas-install-panel-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.atlas-install-panel[hidden],
.atlas-install-empty[hidden],
.atlas-install-regions[hidden] {
  display: none;
}

/* Installed owns the single detail-panel slot if both UI states are briefly open. */
.atlas-install-panel:not([hidden]) ~ .atlas-model-panel {
  display: none;
}

@keyframes atlas-install-panel-in {
  from { opacity: 0; transform: translate3d(18px, 0, 0) scale(0.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.atlas-install-panel__head {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  background: linear-gradient(90deg, rgba(255, 102, 54, 0.07), transparent 58%);
}

.atlas-install-panel__head::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--atlas-install-panel-accent), rgba(255, 112, 72, 0.2) 34%, transparent 74%);
  opacity: 0.46;
}

.atlas-install-panel__head > div {
  grid-column: 2;
  min-width: 0;
}

.atlas-install-panel__back { grid-column: 1; grid-row: 1; }
.atlas-install-panel__close { grid-column: 3; grid-row: 1; }

.atlas-install-panel__head > div > span {
  display: block;
  overflow: hidden;
  color: rgba(255, 126, 82, 0.84);
  font: 700 8px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-install-panel__head h2 {
  overflow: hidden;
  margin: 5px 0 0;
  color: #fff;
  font: 700 21px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-install-panel__back,
.atlas-install-panel__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(155, 185, 208, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 244, 249, 0.7);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.atlas-install-panel__back[hidden] {
  display: grid;
  visibility: hidden;
}

.atlas-install-panel__back svg,
.atlas-install-panel__close svg {
  width: 19px;
  height: 19px;
}

.atlas-install-panel__back:hover,
.atlas-install-panel__back:focus-visible,
.atlas-install-panel__close:hover,
.atlas-install-panel__close:focus-visible {
  border-color: rgba(255, 113, 71, 0.62);
  background: rgba(255, 69, 58, 0.11);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.atlas-install-panel__body {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 93, 49, 0.52) transparent;
}

.atlas-install-overview {
  padding: 17px;
}

.atlas-install-panel__lede {
  margin: 0 0 15px;
  color: rgba(217, 229, 238, 0.58);
  font-size: 10px;
  line-height: 1.55;
}

.atlas-install-dominant {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 122, 78, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 4% 8%, rgba(255, 107, 61, 0.2), transparent 38%),
    linear-gradient(125deg, rgba(255, 91, 43, 0.085), rgba(11, 17, 25, 0.64));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.atlas-install-dominant::after {
  position: absolute;
  top: -26px;
  right: -18px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 125, 79, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 12px rgba(255, 125, 79, 0.035), 0 0 0 27px rgba(255, 125, 79, 0.018);
  pointer-events: none;
}

.atlas-install-dominant__logo {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 94, 0.27);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 90, 40, 0.1);
}

.atlas-install-dominant__logo img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
}

.atlas-install-dominant__logo img[hidden] {
  display: none;
}

.atlas-install-dominant__logo svg {
  width: 29px;
  height: 29px;
  color: rgba(22, 32, 43, 0.5);
  stroke-width: 1.25;
}

.atlas-install-dominant__logo img:not([hidden]) + [data-atlas-install-dominant-placeholder] {
  display: none;
}

.atlas-install-dominant > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.atlas-install-dominant small {
  display: block;
  color: rgba(255, 138, 91, 0.74);
  font: 700 7px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-install-dominant strong {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #fff;
  font: 700 20px/1.05 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-install-dominant > div > span {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(215, 227, 236, 0.54);
  font-size: 9px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.atlas-install-panel__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 12px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 202, 0.13);
  border-radius: 11px;
  background: rgba(145, 177, 202, 0.08);
}

.atlas-install-panel__metrics > span {
  min-width: 0;
  padding: 11px 12px;
  background: rgba(4, 9, 15, 0.82);
}

.atlas-install-panel__metrics strong,
.atlas-install-panel__metrics small {
  display: block;
}

.atlas-install-panel__metrics strong {
  color: #fff;
  font: 700 20px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
}

.atlas-install-panel__metrics small {
  margin-top: 4px;
  overflow: hidden;
  color: rgba(190, 209, 223, 0.46);
  font: 700 6.5px/1.35 "JetBrains Mono", monospace;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-install-panel__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 17px 3px 8px;
  color: rgba(238, 244, 248, 0.72);
  font: 700 7px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atlas-install-panel__section-head small {
  color: rgba(181, 201, 216, 0.36);
  font: inherit;
}

.atlas-install-model-list,
.atlas-install-runtime-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: atlas-install-row;
}

.atlas-install-model-list > li,
.atlas-install-runtime-list > li {
  min-width: 0;
  counter-increment: atlas-install-row;
}

.atlas-install-model-list > li > :is(button, a, div),
.atlas-install-runtime-list > li > :is(button, a, div) {
  width: 100%;
  min-height: 48px;
  display: grid;
  grid-template-columns: 20px 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border: 1px solid rgba(145, 177, 202, 0.105);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.022);
  color: rgba(239, 245, 249, 0.82);
  font-family: Inter, sans-serif;
  text-align: left;
  text-decoration: none;
}

.atlas-install-model-list > li > :is(button, a, div)::before,
.atlas-install-runtime-list > li > :is(button, a, div)::before {
  content: counter(atlas-install-row, decimal-leading-zero);
  color: rgba(255, 111, 69, 0.78);
  font: 700 7px/1 "JetBrains Mono", monospace;
}

.atlas-install-model-list > li > :is(button, a),
.atlas-install-runtime-list > li > :is(button, a) {
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-install-model-list > li > :is(button, a):hover,
.atlas-install-model-list > li > :is(button, a):focus-visible,
.atlas-install-model-list > li > button[aria-pressed="true"],
.atlas-install-runtime-list > li > :is(button, a):hover,
.atlas-install-runtime-list > li > :is(button, a):focus-visible {
  border-color: rgba(255, 115, 72, 0.4);
  background: linear-gradient(90deg, rgba(255, 83, 40, 0.1), rgba(255, 255, 255, 0.025));
  outline: none;
  transform: translateX(2px);
}

.atlas-install-model-list > li > button[aria-pressed="true"] {
  border-color: rgba(255, 115, 72, 0.54);
  background: linear-gradient(90deg, rgba(255, 83, 40, 0.15), rgba(255, 255, 255, 0.035));
  box-shadow: 0 0 20px rgba(255, 76, 35, 0.08);
}

.atlas-install-model-list img,
.atlas-install-runtime-list img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.atlas-install-model-list strong,
.atlas-install-runtime-list strong {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-install-model-list small,
.atlas-install-runtime-list small,
.atlas-install-model-list b,
.atlas-install-runtime-list b {
  color: rgba(206, 221, 231, 0.5);
  font: 700 8px/1.2 "JetBrains Mono", monospace;
  white-space: nowrap;
}

.atlas-install-model-list b,
.atlas-install-runtime-list b {
  color: rgba(255, 147, 101, 0.88);
}

.atlas-install-row__identity {
  min-width: 0;
}

.atlas-install-row__identity strong,
.atlas-install-row__identity small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atlas-install-row__identity small {
  margin-top: 3px;
}

.atlas-install-modality-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atlas-install-modality-list > li {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(145, 177, 202, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(228, 238, 245, 0.7);
}

.atlas-install-modality-list strong,
.atlas-install-modality-list small {
  font: 700 8px/1.2 "JetBrains Mono", monospace;
}

.atlas-install-modality-list small {
  color: rgba(255, 143, 96, 0.84);
}

.atlas-install-count-note {
  margin: 12px 3px 0;
  color: rgba(194, 210, 222, 0.44);
  font: 600 8px/1.5 "JetBrains Mono", monospace;
}

.atlas-install-overview[hidden],
[data-atlas-install-scope-detail][hidden],
.atlas-install-empty[hidden] {
  display: none;
}

.atlas-install-regions {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 121, 77, 0.24);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 86, 39, 0.09), rgba(255, 255, 255, 0.025));
  color: rgba(239, 245, 249, 0.82);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-install-regions:hover,
.atlas-install-regions:focus-visible {
  border-color: rgba(255, 119, 76, 0.52);
  background: linear-gradient(90deg, rgba(255, 86, 39, 0.14), rgba(255, 255, 255, 0.035));
  outline: none;
  transform: translateY(-1px);
}

.atlas-install-regions > span {
  min-width: 0;
}

.atlas-install-regions strong,
.atlas-install-regions small {
  display: block;
}

.atlas-install-regions strong {
  color: #f7f9fb;
  font-size: 10px;
}

.atlas-install-regions small {
  margin-top: 3px;
  color: rgba(204, 219, 229, 0.5);
  font: 700 7px/1.3 "JetBrains Mono", monospace;
}

.atlas-install-regions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: rgba(255, 142, 95, 0.86);
}

.atlas-install-empty {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 24px;
  text-align: center;
}

.atlas-install-empty > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 111, 68, 0.24);
  border-radius: 17px;
  background: rgba(255, 79, 37, 0.065);
  color: rgba(255, 125, 82, 0.62);
  box-shadow: 0 0 32px rgba(255, 77, 31, 0.07);
}

.atlas-install-empty svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.2;
}

.atlas-install-empty strong {
  color: #f7f8fa;
  font: 700 17px/1.1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.025em;
}

.atlas-install-empty p {
  max-width: 276px;
  margin: 8px 0 0;
  color: rgba(198, 215, 227, 0.5);
  font-size: 10px;
  line-height: 1.55;
}

.atlas-install-panel__note {
  flex: 0 0 auto;
  margin: 0;
  padding: 11px 14px 12px;
  border-top: 1px solid rgba(255, 159, 91, 0.16);
  background: linear-gradient(90deg, rgba(255, 99, 48, 0.075), rgba(255, 176, 32, 0.025));
  color: rgba(211, 224, 233, 0.47);
  font-size: 8px;
  line-height: 1.5;
}

.atlas-install-panel__note strong {
  color: rgba(255, 154, 103, 0.9);
}

.atlas-stage.atlas-install-panel-open .atlas-region-panel,
.atlas-stage.atlas-install-panel-open .atlas-model-panel,
.atlas-stage.atlas-install-panel-open .atlas-spotlight {
  display: none;
}

@supports selector(.atlas-stage:has(.atlas-install-panel:not([hidden]))) {
  .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-region-panel,
  .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-model-panel,
  .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-spotlight {
    display: none;
  }
}

.atlas-model-panel {
  --atlas-model-panel-accent: #ff7048;
  position: absolute;
  top: clamp(126px, 15vh, 154px);
  right: clamp(24px, 4.8vw, 78px);
  bottom: 82px;
  z-index: 9;
  width: min(380px, calc(100vw - 48px));
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 202, 0.2);
  border-top-color: rgba(255, 119, 76, 0.52);
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% -8%, rgba(255, 102, 54, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(6, 12, 20, 0.96), rgba(2, 6, 11, 0.9));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 52px rgba(255, 73, 28, 0.065), inset 0 1px rgba(255, 255, 255, 0.045);
  color: #fff;
  backdrop-filter: blur(24px) saturate(1.12);
  animation: atlas-model-panel-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.atlas-model-panel[hidden],
.atlas-model-overview[hidden],
.atlas-model-region-view[hidden],
.atlas-model-brand-view[hidden],
.atlas-model-empty[hidden],
.atlas-model-regions[hidden] {
  display: none;
}

@keyframes atlas-model-panel-in {
  from { opacity: 0; transform: translate3d(18px, 0, 0) scale(0.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.atlas-model-panel__head {
  position: relative;
  min-height: 74px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  background: linear-gradient(90deg, rgba(255, 102, 54, 0.06), transparent 58%);
}

.atlas-model-panel__head::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--atlas-model-panel-accent), rgba(255, 112, 72, 0.2) 34%, transparent 74%);
  opacity: 0.42;
}

.atlas-model-panel__head > div {
  grid-column: 2;
  min-width: 0;
}

.atlas-model-panel__back { grid-column: 1; grid-row: 1; }
.atlas-model-panel__close { grid-column: 3; grid-row: 1; }

.atlas-model-panel__head > div > span {
  display: block;
  overflow: hidden;
  color: rgba(255, 126, 82, 0.82);
  font: 700 8px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-model-panel__head h2 {
  overflow: hidden;
  margin: 5px 0 0;
  color: #fff;
  font: 700 21px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-model-panel__back,
.atlas-model-panel__close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(155, 185, 208, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(237, 244, 249, 0.7);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.atlas-model-panel__back[hidden] {
  display: block;
  visibility: hidden;
}

.atlas-model-panel[data-scope="brand"] .atlas-model-panel__head,
.atlas-model-panel[data-scope="country"] .atlas-model-panel__head,
.atlas-model-panel[data-scope="regions"] .atlas-model-panel__head,
.atlas-model-panel[data-scope="region"] .atlas-model-panel__head {
  grid-template-columns: auto minmax(0, 1fr) 34px;
}

.atlas-model-panel[data-scope="brand"] .atlas-model-panel__back,
.atlas-model-panel[data-scope="country"] .atlas-model-panel__back,
.atlas-model-panel[data-scope="regions"] .atlas-model-panel__back,
.atlas-model-panel[data-scope="region"] .atlas-model-panel__back {
  width: auto;
  min-width: 62px;
  padding: 0 9px;
  font: 700 7px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-model-panel__back svg,
.atlas-model-panel__close svg {
  width: 18px;
  height: 18px;
}

.atlas-model-panel__back:hover,
.atlas-model-panel__back:focus-visible,
.atlas-model-panel__close:hover,
.atlas-model-panel__close:focus-visible {
  border-color: rgba(255, 113, 71, 0.62);
  background: rgba(255, 69, 58, 0.11);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.atlas-model-panel__periods {
  display: none;
}

.atlas-model-panel__body {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 93, 49, 0.52) transparent;
}

.atlas-model-overview,
.atlas-model-region-view,
.atlas-model-brand-view {
  padding: 17px;
}

.atlas-model-panel__lede {
  margin: 0 0 15px;
  color: rgba(217, 229, 238, 0.58);
  font-size: 10px;
  line-height: 1.55;
}

.atlas-model-scope-compare {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 12px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255, 122, 78, 0.28);
  border-radius: 13px;
  background:
    radial-gradient(circle at 3% 8%, rgba(255, 107, 61, 0.16), transparent 38%),
    linear-gradient(125deg, rgba(255, 91, 43, 0.07), rgba(11, 17, 25, 0.7));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 14px 34px rgba(0, 0, 0, 0.2);
}

.atlas-model-scope-compare[hidden] { display: none; }

.atlas-model-scope-compare__logo {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 94, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32), 0 0 18px rgba(255, 90, 40, 0.1);
}

.atlas-model-scope-compare__logo img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.atlas-model-scope-compare__copy { min-width: 0; }

.atlas-model-scope-compare__copy small,
.atlas-model-scope-compare__copy strong,
.atlas-model-scope-compare__copy span {
  display: block;
}

.atlas-model-scope-compare__copy small {
  color: rgba(255, 138, 91, 0.78);
  font: 700 7px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-model-scope-compare__copy strong {
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font: 700 17px/1.08 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-model-scope-compare__copy span {
  margin-top: 4px;
  color: rgba(211, 226, 236, 0.58);
  font: 700 7.5px/1.3 "JetBrains Mono", monospace;
}

.atlas-model-scope-compare > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 128, 82, 0.13);
  color: rgba(217, 229, 238, 0.62);
  font-size: 9px;
  line-height: 1.48;
}

.atlas-model-dominant {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 122, 78, 0.26);
  border-radius: 14px;
  background:
    radial-gradient(circle at 4% 8%, rgba(255, 107, 61, 0.18), transparent 38%),
    linear-gradient(125deg, rgba(255, 91, 43, 0.075), rgba(11, 17, 25, 0.62));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.atlas-model-dominant::after {
  position: absolute;
  top: -26px;
  right: -18px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 125, 79, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 12px rgba(255, 125, 79, 0.035), 0 0 0 27px rgba(255, 125, 79, 0.018);
  pointer-events: none;
}

.atlas-model-dominant__logo,
.atlas-model-brand__logo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 94, 0.26);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 90, 40, 0.1);
}

.atlas-model-dominant__logo {
  width: 58px;
  height: 58px;
}

.atlas-model-dominant__logo img,
.atlas-model-brand__logo img {
  display: block;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
}

.atlas-model-dominant__logo img { width: 42px; height: 42px; }
.atlas-model-dominant__logo svg { width: 29px; height: 29px; color: rgba(22, 32, 43, 0.5); stroke-width: 1.25; }
.atlas-model-dominant__logo img:not([hidden]) + [data-atlas-model-dominant-placeholder] { display: none; }

.atlas-model-dominant > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.atlas-model-dominant small,
.atlas-model-brand small {
  display: block;
  color: rgba(255, 138, 91, 0.72);
  font: 700 7px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-model-dominant strong {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #fff;
  font: 700 21px/1.05 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-model-dominant > div > span {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(215, 227, 236, 0.54);
  font-size: 9px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.atlas-model-panel__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 12px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(145, 177, 202, 0.13);
  border-radius: 11px;
  background: rgba(145, 177, 202, 0.08);
}

.atlas-model-panel__metrics > span {
  min-width: 0;
  padding: 11px 12px;
  background: rgba(4, 9, 15, 0.82);
}

.atlas-model-panel__metrics strong,
.atlas-model-panel__metrics small {
  display: block;
}

.atlas-model-panel__metrics strong {
  color: #fff;
  font: 700 20px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.035em;
}

.atlas-model-panel__metrics small {
  margin-top: 4px;
  overflow: hidden;
  color: rgba(190, 209, 223, 0.46);
  font: 700 6.5px/1.35 "JetBrains Mono", monospace;
  letter-spacing: 0.055em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.atlas-model-panel__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 3px 8px;
  color: rgba(238, 244, 248, 0.72);
  font: 700 7px/1.2 "JetBrains Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atlas-model-panel__section-head small {
  color: rgba(181, 201, 216, 0.36);
  font: inherit;
}

.atlas-model-family-list,
.atlas-model-region-list,
.atlas-model-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: atlas-model-row;
}

.atlas-model-family-list > li,
.atlas-model-region-list > li,
.atlas-model-list > li {
  counter-increment: atlas-model-row;
}

.atlas-model-family-list button,
.atlas-model-region-list button,
.atlas-model-list > li > a {
  width: 100%;
  min-height: 50px;
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(145, 177, 202, 0.105);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.022);
  color: rgba(239, 245, 249, 0.82);
  font-family: Inter, sans-serif;
  text-align: left;
}

.atlas-model-family-list button {
  grid-template-columns: 20px 28px minmax(0, 1fr) auto;
}

.atlas-model-region-list button {
  grid-template-columns: 20px 28px minmax(0, 1fr) auto;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-model-region-list button.has-no-brand {
  grid-template-columns: 20px minmax(0, 1fr) auto;
}

.atlas-model-list > li {
  min-height: 0;
}

.atlas-model-list > li > a {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-model-family-list button {
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-model-family-list button:hover,
.atlas-model-family-list button:focus-visible,
.atlas-model-family-list button.is-selected,
.atlas-model-region-list button:hover,
.atlas-model-region-list button:focus-visible,
.atlas-model-region-list button.is-selected,
.atlas-model-list > li > a:hover,
.atlas-model-list > li > a:focus-visible {
  border-color: rgba(255, 115, 72, 0.4);
  background: linear-gradient(90deg, rgba(255, 83, 40, 0.1), rgba(255, 255, 255, 0.025));
  outline: none;
  transform: translateX(2px);
}

.atlas-model-family-list button::before,
.atlas-model-region-list button::before {
  content: counter(atlas-model-row, decimal-leading-zero);
  color: rgba(255, 111, 69, 0.78);
  font: 700 7px/1 "JetBrains Mono", monospace;
}

.atlas-model-family-list img,
.atlas-model-region-list img,
.atlas-model-list img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.atlas-model-family-list__identity,
.atlas-model-list__identity {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.atlas-model-family-list__identity > span,
.atlas-model-list__identity > span {
  min-width: 0;
}

.atlas-model-family-list__identity small,
.atlas-model-list__identity small {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  text-overflow: ellipsis;
}

.atlas-model-family-button > span,
.atlas-model-region-button > span,
.atlas-model-list > li > a > span {
  min-width: 0;
}

.atlas-model-family-button > span > strong,
.atlas-model-family-button > span > small,
.atlas-model-region-button > span > strong,
.atlas-model-region-button > span > small,
.atlas-model-list > li > a > span > strong,
.atlas-model-list > li > a > span > small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.atlas-model-family-button > span > small,
.atlas-model-region-button > span > small,
.atlas-model-list > li > a > span > small {
  margin-top: 3px;
}

.atlas-model-region-button > span > small {
  line-height: 1.35;
  white-space: normal;
}

.atlas-model-family-list strong,
.atlas-model-region-list strong,
.atlas-model-list strong {
  min-width: 0;
  overflow: hidden;
  color: #f8fafc;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-model-family-list small,
.atlas-model-region-list small,
.atlas-model-list small,
.atlas-model-family-list b,
.atlas-model-region-list b,
.atlas-model-list b {
  color: rgba(206, 221, 231, 0.5);
  font: 700 8px/1.2 "JetBrains Mono", monospace;
  white-space: nowrap;
}

.atlas-model-family-list b,
.atlas-model-region-list b,
.atlas-model-list b {
  color: rgba(255, 147, 101, 0.86);
}

.atlas-model-region-list__remainder {
  margin-top: 8px;
  border: 1px dashed rgba(145, 177, 202, 0.14);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.018);
  overflow: hidden;
}

.atlas-model-region-list__remainder summary {
  position: relative;
  min-height: 48px;
  display: block;
  padding: 10px 34px 10px 12px;
  cursor: pointer;
  list-style: none;
}

.atlas-model-region-list__remainder summary::-webkit-details-marker { display: none; }

.atlas-model-region-list__remainder summary strong,
.atlas-model-region-list__remainder summary small {
  display: block;
  white-space: normal;
}

.atlas-model-region-list__remainder summary strong {
  font-size: 9px;
}

.atlas-model-region-list__remainder summary small {
  margin-top: 4px;
  line-height: 1.45;
}

.atlas-model-region-list__remainder summary b {
  position: absolute;
  top: 50%;
  right: 13px;
  color: rgba(255, 147, 101, 0.86);
  font-size: 14px;
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.atlas-model-region-list__remainder details[open] summary b {
  transform: translateY(-50%) rotate(180deg);
}

.atlas-model-region-list__remainder summary:focus-visible {
  outline: 2px solid rgba(255, 126, 82, 0.92);
  outline-offset: -2px;
}

.atlas-model-region-list__remainder ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0 9px 9px;
  list-style: none;
}

.atlas-model-region-list__remainder ul button {
  width: 100%;
  min-height: 38px;
  overflow: hidden;
  padding: 7px 8px;
  border: 1px solid rgba(145, 177, 202, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(205, 219, 229, 0.64);
  font: 650 8px/1.25 "JetBrains Mono", monospace;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.atlas-model-region-list__remainder ul button:hover,
.atlas-model-region-list__remainder ul button:focus-visible {
  border-color: rgba(255, 113, 71, 0.5);
  background: rgba(255, 69, 58, 0.08);
  color: #fff;
  outline: none;
}

.atlas-model-regions {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 121, 77, 0.24);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 86, 39, 0.09), rgba(255, 255, 255, 0.025));
  color: rgba(239, 245, 249, 0.82);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.atlas-model-regions:hover,
.atlas-model-regions:focus-visible {
  border-color: rgba(255, 119, 76, 0.52);
  background: linear-gradient(90deg, rgba(255, 86, 39, 0.14), rgba(255, 255, 255, 0.035));
  outline: none;
  transform: translateY(-1px);
}

.atlas-model-regions > span { min-width: 0; }
.atlas-model-regions strong,
.atlas-model-regions small { display: block; }
.atlas-model-regions strong { color: #f7f9fb; font-size: 10px; }
.atlas-model-regions small {
  margin-top: 3px;
  color: rgba(204, 219, 229, 0.5);
  font: 700 7px/1.3 "JetBrains Mono", monospace;
}
.atlas-model-regions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: rgba(255, 142, 95, 0.86);
}

.atlas-model-list em {
  color: rgba(255, 147, 101, 0.9);
  font: 700 9px/1 "JetBrains Mono", monospace;
  font-style: normal;
}

.atlas-model-list > .atlas-model-list__empty {
  padding: 14px;
  border: 1px dashed rgba(145, 177, 202, 0.18);
  border-radius: 11px;
  color: rgba(205, 219, 229, 0.55);
  font-size: 9px;
  line-height: 1.55;
  counter-increment: none;
}

.atlas-model-brand {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.atlas-model-brand__logo {
  width: 50px;
  height: 50px;
  border-radius: 13px;
}

.atlas-model-brand__logo img { width: 36px; height: 36px; }

.atlas-model-brand h3 {
  overflow: hidden;
  margin: 4px 0 0;
  color: #fff;
  font: 700 24px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.atlas-model-brand p {
  margin: 6px 0 0;
  color: rgba(206, 221, 231, 0.54);
  font-size: 9px;
  line-height: 1.45;
}

.atlas-model-empty {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 24px;
  text-align: center;
}

.atlas-model-empty > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 111, 68, 0.24);
  border-radius: 17px;
  background: rgba(255, 79, 37, 0.065);
  color: rgba(255, 125, 82, 0.62);
  box-shadow: 0 0 32px rgba(255, 77, 31, 0.07);
}

.atlas-model-empty svg { width: 30px; height: 30px; stroke-width: 1.2; }

.atlas-model-empty img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.atlas-model-empty strong {
  color: #f7f8fa;
  font: 700 17px/1.1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.025em;
}

.atlas-model-empty p {
  max-width: 260px;
  margin: 8px 0 0;
  color: rgba(198, 215, 227, 0.5);
  font-size: 10px;
  line-height: 1.55;
}

.atlas-model-panel__note {
  flex: 0 0 auto;
  margin: 0;
  padding: 11px 14px 12px;
  border-top: 1px solid rgba(255, 159, 91, 0.16);
  background: linear-gradient(90deg, rgba(255, 99, 48, 0.075), rgba(255, 176, 32, 0.025));
  color: rgba(211, 224, 233, 0.47);
  font-size: 8px;
  line-height: 1.5;
}

.atlas-model-panel__note strong {
  color: rgba(255, 154, 103, 0.88);
}

.atlas-stage.atlas-model-panel-open .atlas-region-panel,
.atlas-stage.atlas-model-panel-open .atlas-spotlight {
  display: none;
}

@supports selector(.atlas-stage:has(.atlas-model-panel:not([hidden]))) {
  .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-region-panel,
  .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-spotlight {
    display: none;
  }
}

.atlas-scope-admin2 .atlas-region-panel {
  border-color: rgba(255, 126, 82, 0.32);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.58), 0 0 42px rgba(255, 69, 58, 0.08);
}

.atlas-scope-admin2 .atlas-region-panel__list button[data-published="false"] {
  color: rgba(224, 236, 244, 0.72);
}

.atlas-scope-admin2 .atlas-region-panel__list button[data-published="false"] b,
.atlas-scope-admin2 .atlas-region-panel__list button[data-published="false"] strong {
  color: rgba(181, 202, 217, 0.6);
}

.atlas-scope-admin2 .atlas-region-panel__list button.is-active {
  background: linear-gradient(90deg, rgba(255, 69, 58, 0.2), rgba(255, 126, 82, 0.07));
  box-shadow: inset 2px 0 0 var(--atlas-red);
  color: #fff;
}

.atlas-scope-admin2 .atlas-region-panel__list button.is-active b,
.atlas-scope-admin2 .atlas-region-panel__list button.is-active strong {
  color: #ff9d86;
}

.atlas-scope-admin2 .atlas-region-panel__list button[data-published="true"] strong {
  color: #ff9d86;
  font-size: 8px;
}

.atlas-scope-admin2 .atlas-region-panel__note {
  border-top-color: rgba(255, 69, 58, 0.24);
  background: linear-gradient(90deg, rgba(255, 69, 58, 0.09), rgba(255, 176, 32, 0.04));
}

.atlas-navigation__tour[hidden] {
  display: none !important;
}

.atlas-scope-us .atlas-spotlight {
  right: auto;
  left: clamp(24px, 4.8vw, 78px);
}

.atlas-tooltip {
  position: absolute;
  z-index: 7;
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 108, 57, 0.38);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(5, 11, 18, 0.94), rgba(11, 12, 15, 0.84));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.52);
  pointer-events: none;
  backdrop-filter: blur(16px);
  transform: translate(16px, 16px);
}

.atlas-tooltip[hidden] {
  display: none;
}

.atlas-tooltip__rank {
  display: block;
  margin-bottom: 5px;
  color: var(--atlas-red);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-tooltip strong {
  display: block;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 16px;
}

.atlas-tooltip small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.atlas-spotlight {
  position: absolute;
  right: clamp(24px, 4.8vw, 78px);
  bottom: 84px;
  z-index: 6;
  width: min(370px, calc(100vw - 48px));
  padding: 20px 22px 21px;
  overflow: hidden;
  border: 1px solid rgba(255, 108, 57, 0.32);
  border-radius: 16px;
  background:
    linear-gradient(125deg, rgba(255, 94, 38, 0.09), transparent 44%),
    linear-gradient(145deg, rgba(5, 11, 18, 0.94), rgba(3, 7, 12, 0.76));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.56), 0 0 40px rgba(255, 74, 26, 0.07);
  backdrop-filter: blur(18px);
  transition: opacity 260ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
}

.atlas-spotlight::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #ff6e39 34%, #ffe0bd 52%, transparent 88%);
  opacity: 0.8;
}

.atlas-is-focusing .atlas-spotlight,
.atlas-is-touring .atlas-spotlight {
  border-color: rgba(255, 160, 103, 0.52);
  transform: translateY(-4px);
}

.atlas-spotlight[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.atlas-spotlight__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--atlas-red);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-spotlight h2 {
  margin: 7px 0 2px;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.atlas-spotlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 1.55;
}

.atlas-status {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 44px);
  padding: 11px clamp(20px, 4vw, 64px);
  border-top: 1px solid rgba(139, 171, 196, 0.14);
  background: rgba(2, 6, 11, 0.8);
  box-shadow: 0 -18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  color: rgba(255, 255, 255, 0.74);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.atlas-status__item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.atlas-status__item::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.22);
}

.atlas-status__item:first-child::before,
.atlas-status__item--accent::before {
  background: var(--atlas-red);
  box-shadow: 0 0 12px rgba(255, 69, 58, 0.8);
}

.atlas-status__item--accent {
  color: var(--atlas-red);
}

.atlas-status__disclosure {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

.atlas-toast {
  position: absolute;
  top: 110px;
  right: clamp(24px, 4.8vw, 78px);
  z-index: 20;
  max-width: 310px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 69, 58, 0.32);
  border-radius: 10px;
  background: rgba(8, 8, 9, 0.9);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  pointer-events: none;
}

.atlas-toast[hidden] {
  display: none;
}

.atlas-stage[aria-busy="true"] #atlas-globe {
  cursor: progress;
}

.atlas-stage[aria-busy="true"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 24;
  padding: 10px 14px 10px 34px;
  border: 1px solid rgba(255, 108, 57, 0.32);
  border-radius: 999px;
  content: "Loading regional boundaries";
  background:
    radial-gradient(circle at 18px 50%, #ffd19a 0 2px, #ff453a 3px 5px, transparent 6px),
    rgba(4, 9, 15, 0.9);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.52), 0 0 28px rgba(255, 69, 58, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: atlas-loading-pulse 900ms ease-in-out infinite alternate;
}

@keyframes atlas-loading-pulse {
  from { opacity: 0.7; }
  to { opacity: 1; }
}

.atlas-fallback-note {
  position: absolute;
  left: 50%;
  bottom: 82px;
  z-index: 5;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(6, 6, 7, 0.7);
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  transform: translateX(-50%);
}

.atlas-fallback-note[hidden] {
  display: none;
}

.atlas-content {
  position: relative;
  z-index: 10;
  padding: 92px 24px 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #080809;
}

.atlas-content__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.atlas-section {
  padding: 54px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.atlas-section:last-child {
  border-bottom: 0;
}

.atlas-section__eyebrow {
  margin: 0 0 14px;
  color: var(--atlas-red);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atlas-section h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.atlas-section__lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #aaa8a3;
  font-size: 16px;
  line-height: 1.75;
}

.atlas-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.atlas-state-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.atlas-stat--flagged {
  border-color: rgba(255, 176, 32, 0.26);
  background: rgba(255, 176, 32, 0.045);
}

.atlas-stat--flagged > span,
.atlas-stat--flagged small {
  color: #e8a83a;
}

.atlas-stat {
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.atlas-stat > span {
  display: block;
  color: var(--atlas-red);
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atlas-stat strong {
  display: block;
  margin-top: 26px;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.atlas-stat small {
  display: block;
  margin-top: 9px;
  color: #8f8e8a;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.atlas-ranking-wrap {
  margin-top: 38px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.atlas-ranking {
  width: 100%;
  border-collapse: collapse;
  color: #e8e7e3;
}

.atlas-ranking th,
.atlas-ranking td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
}

.atlas-ranking th {
  color: #888783;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atlas-ranking td {
  font-size: 14px;
}

.atlas-ranking tbody tr {
  cursor: pointer;
  transition: background-color 140ms ease;
}

.atlas-ranking tbody tr:hover,
.atlas-ranking tbody tr:focus-within {
  background: rgba(255, 69, 58, 0.07);
}

.atlas-ranking tbody tr:last-child td {
  border-bottom: 0;
}

.atlas-ranking__rank {
  width: 70px;
  color: var(--atlas-red);
  font-family: "JetBrains Mono", monospace;
}

.atlas-ranking__country button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.atlas-ranking__country button:focus-visible {
  outline: 2px solid var(--atlas-red);
  outline-offset: 5px;
}

.atlas-ranking__country button span {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 5px;
  border: 1px solid rgba(255, 176, 32, 0.32);
  border-radius: 4px;
  color: #e8a83a;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  text-transform: uppercase;
  vertical-align: 2px;
}

.atlas-ranking__flagged {
  background: rgba(255, 176, 32, 0.035);
}

.atlas-ranking__bar {
  width: 34%;
}

.atlas-ranking__track {
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.atlas-ranking__track span {
  display: block;
  width: var(--atlas-share);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--atlas-red), var(--atlas-orange));
  box-shadow: 0 0 16px rgba(255, 69, 58, 0.46);
}

.atlas-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.atlas-method-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.022);
}

.atlas-method-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 18px;
}

.atlas-method-card p {
  margin: 0;
  color: #94938f;
  font-size: 13px;
  line-height: 1.65;
}

.atlas-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 69, 58, 0.24);
  border-radius: 14px;
  background: rgba(255, 69, 58, 0.055);
}

.atlas-callout p {
  margin: 0;
  color: #c3c1bc;
  font-size: 13px;
  line-height: 1.55;
}

.atlas-callout a {
  flex: 0 0 auto;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.atlas-callout button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 69, 58, 0.42);
  border-radius: 8px;
  background: var(--atlas-red);
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.atlas-callout button:hover,
.atlas-callout button:focus-visible {
  background: #ff665d;
  outline: 2px solid rgba(255, 69, 58, 0.35);
  outline-offset: 2px;
}

.atlas-callout--quality {
  border-color: rgba(255, 176, 32, 0.22);
  background: rgba(255, 176, 32, 0.045);
}

.atlas-callout a:hover,
.atlas-callout a:focus-visible {
  color: var(--atlas-red);
}

.atlas-noscript {
  margin: 0;
  padding: 12px 18px;
  background: #ff453a;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

html.light .atlas-page {
  --atlas-text: #111827;
  --atlas-muted: #59616f;
  background: #f4f1eb !important;
  color: #111827;
}

html.light .atlas-page .atlas-stage,
html.light .atlas-page .atlas-viewport {
  background: #ebe6de;
}

html.light .atlas-page .atlas-vignette {
  background:
    linear-gradient(180deg, rgba(245, 242, 236, 0.12), transparent 34%, rgba(235, 230, 222, 0.34) 100%),
    radial-gradient(ellipse 88% 76% at 54% 45%, transparent 50%, rgba(207, 199, 189, 0.4) 100%);
}

html.light .atlas-page .atlas-copy {
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.72);
}

html.light .atlas-page .atlas-copy h1 {
  color: #111827;
}

html.light .atlas-page .atlas-copy__summary,
html.light .atlas-page .atlas-live {
  color: #4d5563;
}

html.light .atlas-page .atlas-controls,
html.light .atlas-page .atlas-periods,
html.light .atlas-page .atlas-spotlight,
html.light .atlas-page .atlas-tooltip,
html.light .atlas-page .atlas-toast,
html.light .atlas-page .atlas-region-panel {
  border-color: rgba(201, 47, 40, 0.24);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(38, 31, 25, 0.12);
}

html.light .atlas-page .atlas-control,
html.light .atlas-page .atlas-period,
html.light .atlas-page .atlas-tooltip small,
html.light .atlas-page .atlas-spotlight p,
html.light .atlas-page .atlas-region-panel__head,
html.light .atlas-page .atlas-region-panel__note {
  color: #59616f;
}

html.light .atlas-page .atlas-control:hover,
html.light .atlas-page .atlas-control:focus-visible,
html.light .atlas-page .atlas-period:hover,
html.light .atlas-page .atlas-period:focus-visible,
html.light .atlas-page .atlas-tooltip strong,
html.light .atlas-page .atlas-spotlight h2,
html.light .atlas-page .atlas-region-panel__metrics strong,
html.light .atlas-page .atlas-region-panel__list button,
html.light .atlas-page .atlas-region-panel__list strong {
  color: #111827;
}

html.light .atlas-page .atlas-region-panel__list button[data-published="false"],
html.light .atlas-page .atlas-region-panel__list button[data-published="false"] b,
html.light .atlas-page .atlas-region-panel__list button[data-published="false"] strong {
  color: rgba(71, 85, 105, 0.58);
}

html.light .atlas-page.atlas-stage[aria-busy="true"]::after,
html.light .atlas-page .atlas-stage[aria-busy="true"]::after {
  border-color: rgba(201, 47, 40, 0.24);
  background:
    radial-gradient(circle at 18px 50%, #9f2f29 0 2px, #ff453a 3px 5px, transparent 6px),
    rgba(255, 255, 255, 0.9);
  color: #374151;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

html.light .atlas-page .atlas-status {
  border-top-color: rgba(17, 24, 39, 0.12);
  background: rgba(250, 248, 244, 0.78);
  color: #374151;
  box-shadow: 0 -18px 42px rgba(17, 24, 39, 0.06);
}

html.light .atlas-page .atlas-status__disclosure {
  color: #64748b;
}

html.light .atlas-page .atlas-label-layer__item,
html.light .atlas-page .atlas-map-label__button {
  border-color: rgba(80, 101, 116, 0.22);
  background: rgba(255, 255, 255, 0.82);
  color: #283642;
  box-shadow: 0 12px 32px rgba(31, 45, 54, 0.1);
}

html.light .atlas-page .atlas-label-layer__item small,
html.light .atlas-page .atlas-map-label small {
  color: #657581;
}

html.light .atlas-page .atlas-content {
  border-top-color: #d8d2c9;
  background: #f7f4ef;
}

html.light .atlas-page .atlas-section,
html.light .atlas-page .atlas-ranking th,
html.light .atlas-page .atlas-ranking td {
  border-color: #ddd7cf;
}

html.light .atlas-page .atlas-section h2,
html.light .atlas-page .atlas-stat strong,
html.light .atlas-page .atlas-ranking__country button,
html.light .atlas-page .atlas-method-card h3 {
  color: #111827;
}

html.light .atlas-page .atlas-section__lead,
html.light .atlas-page .atlas-stat small,
html.light .atlas-page .atlas-method-card p,
html.light .atlas-page .atlas-callout p {
  color: #59616f;
}

html.light .atlas-page .atlas-stat,
html.light .atlas-page .atlas-ranking-wrap,
html.light .atlas-page .atlas-method-card {
  border-color: #d8d2c9;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.05);
}

html.light .atlas-page .atlas-region-panel__head,
html.light .atlas-page .atlas-region-panel__metrics {
  border-color: rgba(17, 24, 39, 0.1);
}

html.light .atlas-page .atlas-region-panel__metrics {
  background: rgba(17, 24, 39, 0.08);
}

html.light .atlas-page .atlas-region-panel__metrics span {
  background: rgba(255, 255, 255, 0.96);
  color: #687180;
}

html.light .atlas-page .atlas-navigation__hint {
  color: rgba(54, 47, 43, 0.62);
  text-shadow: none;
}

html.light .atlas-page .atlas-navigation__rail {
  border-color: rgba(72, 61, 54, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(54, 43, 36, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

html.light .atlas-page .atlas-navigation__tour {
  border-color: rgba(201, 47, 40, 0.24);
  background: rgba(255, 255, 255, 0.82);
  color: #4c423c;
}

html.light .atlas-page .atlas-navigation__rail button,
html.light .atlas-page .atlas-navigation__rail output {
  border-color: rgba(72, 61, 54, 0.12);
  color: #3e3733;
}

html.light .atlas-page .atlas-navigation__rail output {
  color: #a62822;
}

html.light .atlas-page .atlas-region-panel__list button:hover,
html.light .atlas-page .atlas-region-panel__list button:focus-visible {
  background: rgba(201, 47, 40, 0.08);
}

html.light .atlas-page .atlas-ranking {
  color: #374151;
}

html.light .atlas-page .atlas-ranking th {
  color: #687180;
}

html.light .atlas-page .atlas-callout {
  border-color: rgba(201, 47, 40, 0.22);
  background: rgba(201, 47, 40, 0.055);
}

html.light .atlas-page .atlas-period[aria-pressed="true"] {
  background: #c92f28;
  color: #fff;
}

html.light .atlas-page .atlas-callout a {
  color: #8f1f1b;
}

@media (max-width: 1120px) {
  :root { --atlas-nav-height: 80px; }
  .atlas-copy { top: 30px; }
  .atlas-controls { top: 30px; }
  .atlas-periods { top: 78px; }
  .atlas-navigation { top: 120px; }
  .atlas-status__disclosure { display: none; }
}

@media (max-width: 760px) {
  :root { --atlas-nav-height: 80px; }

  .atlas-stage {
    min-height: calc(100svh - var(--atlas-nav-height));
    overscroll-behavior: contain;
  }

  #atlas-globe {
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .atlas-label-layer__item {
    top: 174px;
    bottom: auto;
    left: 20px;
    max-width: calc(100vw - 40px);
    padding: 5px 8px;
    font-size: 6px;
  }

  .atlas-label-layer__item:nth-of-type(2) {
    top: 202px;
    right: auto;
    left: 20px;
  }

  .atlas-label-layer__item--models {
    top: 230px;
    right: auto;
    left: 20px;
  }

  .atlas-view-models .atlas-label-layer__item--models {
    top: 174px;
  }

  .atlas-model-logo {
    width: 42px;
    height: 42px;
  }

  .atlas-model-logo::before { inset: 2px; border-radius: 12px; }
  .atlas-model-logo::after { inset: -3px; }

  .atlas-model-logo__mark {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .atlas-model-logo img,
  .atlas-model-logo__logo {
    width: 24px;
    height: 24px;
  }

  .atlas-map-label {
    min-width: 0;
    max-width: 112px;
    margin-top: -25px;
    margin-left: 8px;
  }

  .atlas-map-label__button {
    min-width: 0;
    min-height: 32px;
    max-width: 112px;
    padding: 4px 6px 4px 7px;
    pointer-events: none;
  }

  .atlas-map-label::before {
    width: 8px;
  }

  .atlas-map-label strong {
    font-size: 7px;
  }

  .atlas-map-label small {
    display: none;
    font-size: 6px;
  }

  .atlas-map-label.is-contextual small,
  .atlas-map-label.is-selected small {
    display: block;
  }

  .atlas-copy {
    top: 24px;
    left: 20px;
    width: calc(100vw - 40px);
  }

  .atlas-copy h1 {
    width: min(310px, 82vw);
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .atlas-is-focusing .atlas-copy,
  .atlas-is-detail .atlas-copy {
    opacity: 0.16;
  }

  .atlas-copy__summary {
    width: min(292px, 82vw);
    margin-top: 12px;
    font-size: 11px;
  }

  .atlas-live {
    margin-top: 12px;
    font-size: 8px;
  }

  .atlas-controls {
    top: auto;
    right: 10px;
    bottom: 74px;
    left: 10px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    transform: none;
  }

  .atlas-periods {
    top: auto;
    right: 50%;
    bottom: 119px;
    transform: translateX(50%);
  }

  .atlas-periods__label {
    display: none;
  }

  .atlas-period {
    min-width: 41px;
    min-height: 28px;
  }

  .atlas-navigation {
    top: 43%;
    right: 13px;
    bottom: auto;
    left: auto;
  }

  .atlas-scope-us .atlas-navigation {
    top: 70px;
    right: 14px;
    bottom: auto;
    left: auto;
    align-items: center;
    flex-direction: column;
  }

  .atlas-navigation__hint {
    display: none;
  }

  .atlas-navigation__tour {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
    flex-direction: column;
    gap: 3px;
    font-size: 0;
  }

  .atlas-navigation__tour span {
    width: 8px;
    height: 8px;
  }

  .atlas-navigation__tour b {
    display: none;
  }

  .atlas-navigation__tour small {
    display: block;
    color: inherit;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .atlas-navigation__rail {
    display: flex;
    width: 42px;
    flex-direction: column;
    border-radius: 12px;
  }

  .atlas-navigation__rail button,
  .atlas-navigation__rail output {
    width: 42px;
    min-height: 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .atlas-navigation__rail .atlas-navigation__reset {
    min-width: 42px;
    min-height: 31px;
    padding: 0;
    border-bottom: 0;
    font-size: 6px;
  }

  .atlas-scope-us .atlas-navigation__rail {
    width: 42px;
    flex-direction: column;
  }

  .atlas-scope-us .atlas-navigation__rail button,
  .atlas-scope-us .atlas-navigation__rail output {
    width: 42px;
    min-height: 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .atlas-scope-us .atlas-navigation__rail .atlas-navigation__reset {
    width: 42px;
    min-width: 42px;
    min-height: 31px;
    border-bottom: 0;
  }

  .atlas-control {
    min-width: 0;
    min-height: 34px;
    padding: 0 5px;
    font-size: clamp(7px, 2.6vw, 9px);
    white-space: nowrap;
  }

  .atlas-control[data-coming-soon]::after {
    top: 2px;
    right: 3px;
    font-size: 4.5px;
  }

  .atlas-spotlight {
    right: 18px;
    bottom: 124px;
    left: 18px;
    width: auto;
  }

  .atlas-status {
    justify-content: space-between;
    gap: 8px;
    min-height: 54px;
    padding: 9px 16px;
    font-size: 8px;
  }

  .atlas-status__item:nth-child(3) {
    display: none;
  }

  .atlas-status__item {
    gap: 6px;
  }

  .atlas-tooltip {
    display: none !important;
  }

  .atlas-content {
    padding: 64px 18px 80px;
  }

  .atlas-section {
    padding: 40px 0;
  }

  .atlas-snapshot,
  .atlas-state-summary,
  .atlas-method-grid {
    grid-template-columns: 1fr;
  }

  .atlas-stat {
    min-height: 128px;
  }

  .atlas-stat strong {
    margin-top: 20px;
  }

  .atlas-ranking__bar {
    display: none;
  }

  .atlas-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-scope-us .atlas-controls,
  .atlas-scope-admin1 .atlas-controls,
  .atlas-scope-admin2 .atlas-controls {
    display: none;
  }

  .atlas-scope-us .atlas-periods,
  .atlas-scope-admin1 .atlas-periods,
  .atlas-scope-admin2 .atlas-periods {
    display: none;
  }

  .atlas-region-panel {
    top: auto;
    right: 16px;
    bottom: 66px;
    left: 16px;
    width: auto;
    max-height: 245px;
  }

  .atlas-region-panel__head {
    padding: 9px 10px 8px;
  }

  .atlas-region-panel__metrics span {
    padding: 8px 10px;
  }

  .atlas-region-panel__metrics strong {
    font-size: 18px;
  }

  .atlas-region-panel__list button {
    min-height: 34px;
  }

  .atlas-region-panel__note {
    display: none;
  }

  .atlas-install-panel {
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-height: min(52svh, 480px);
    border-radius: 20px;
    touch-action: pan-y;
    animation-name: atlas-install-sheet-in;
  }

  .atlas-install-panel::before {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 2;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: rgba(210, 225, 235, 0.24);
    transform: translateX(-50%);
    pointer-events: none;
  }

  @keyframes atlas-install-sheet-in {
    from { opacity: 0; transform: translate3d(0, 22px, 0) scale(0.985); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }

  .atlas-install-panel__head {
    min-height: 68px;
    padding: 13px 11px 9px;
  }

  .atlas-install-panel__head h2 { font-size: 19px; }
  .atlas-install-overview { padding: 13px; }
  .atlas-install-panel__lede { margin-bottom: 11px; }

  .atlas-install-dominant {
    min-height: 86px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 11px;
    padding: 11px;
  }

  .atlas-install-dominant__logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .atlas-install-dominant__logo img { width: 36px; height: 36px; }
  .atlas-install-dominant strong { font-size: 19px; }
  .atlas-install-panel__metrics { margin: 10px 0 14px; }
  .atlas-install-panel__metrics > span { padding: 9px 10px; }
  .atlas-install-panel__metrics strong { font-size: 18px; }
  .atlas-install-panel__section-head { margin-top: 14px; }
  .atlas-install-model-list,
  .atlas-install-runtime-list { gap: 5px; }

  .atlas-install-model-list > li > :is(button, a, div),
  .atlas-install-runtime-list > li > :is(button, a, div) {
    min-height: 44px;
    padding: 6px 9px;
  }

  .atlas-install-panel__note {
    padding: 9px 12px max(10px, env(safe-area-inset-bottom));
    font-size: 10px;
  }

  .atlas-stage.atlas-install-panel-open .atlas-controls,
  .atlas-stage.atlas-install-panel-open .atlas-periods,
  .atlas-stage.atlas-install-panel-open .atlas-navigation,
  .atlas-stage.atlas-install-panel-open .atlas-region-panel,
  .atlas-stage.atlas-install-panel-open .atlas-model-panel,
  .atlas-stage.atlas-install-panel-open .atlas-spotlight,
  .atlas-stage.atlas-install-panel-open .atlas-status {
    display: none;
  }

  @supports selector(.atlas-stage:has(.atlas-install-panel:not([hidden]))) {
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-controls,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-periods,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-navigation,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-region-panel,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-model-panel,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-spotlight,
    .atlas-stage:has(.atlas-install-panel:not([hidden])) .atlas-status {
      display: none;
    }
  }

  .atlas-model-panel {
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    width: auto;
    max-height: min(52svh, 480px);
    border-radius: 20px;
    touch-action: pan-y;
    animation-name: atlas-model-sheet-in;
  }

  .atlas-model-panel::before {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 2;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    content: "";
    background: rgba(210, 225, 235, 0.24);
    transform: translateX(-50%);
    pointer-events: none;
  }

  @keyframes atlas-model-sheet-in {
    from { opacity: 0; transform: translate3d(0, 22px, 0) scale(0.985); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }

  .atlas-model-panel__head {
    min-height: 65px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    padding: 13px 11px 9px;
  }

  .atlas-model-panel__back,
  .atlas-model-panel__close {
    min-width: 44px;
    height: 44px;
  }

  .atlas-model-panel[data-scope="brand"] .atlas-model-panel__head,
  .atlas-model-panel[data-scope="country"] .atlas-model-panel__head,
  .atlas-model-panel[data-scope="regions"] .atlas-model-panel__head,
  .atlas-model-panel[data-scope="region"] .atlas-model-panel__head {
    grid-template-columns: auto minmax(0, 1fr) 44px;
  }

  .atlas-model-panel__head h2 { font-size: 19px; }
  .atlas-model-panel[data-scope="regions"] .atlas-model-panel__head h2 {
    font-size: 17px;
    letter-spacing: -0.035em;
  }

  .atlas-model-panel__periods {
    min-height: 44px;
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(48px, 1fr) repeat(3, minmax(52px, 1fr));
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(2, 7, 12, 0.52);
  }

  .atlas-model-panel__periods > span {
    color: rgba(196, 212, 223, 0.46);
    font: 700 7px/1 "JetBrains Mono", monospace;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .atlas-model-panel__periods button {
    min-height: 34px;
    padding: 0 8px;
    border: 1px solid rgba(145, 177, 202, 0.14);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(220, 232, 240, 0.54);
    font: 800 8px/1 "JetBrains Mono", monospace;
    letter-spacing: 0.07em;
    cursor: pointer;
  }

  .atlas-model-panel__periods button[aria-pressed="true"] {
    border-color: rgba(255, 112, 72, 0.62);
    background: linear-gradient(135deg, #ff453a, #ff6f42);
    box-shadow: 0 7px 20px rgba(255, 69, 58, 0.2);
    color: #fff;
  }

  .atlas-model-panel__periods button:focus-visible {
    outline: 2px solid #ff9b7a;
    outline-offset: 1px;
  }
  .atlas-model-overview,
  .atlas-model-region-view,
  .atlas-model-brand-view { padding: 13px; }
  .atlas-model-panel__lede { margin-bottom: 11px; }

  .atlas-model-dominant {
    min-height: 86px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 11px;
    padding: 11px;
  }

  .atlas-model-dominant__logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .atlas-model-dominant__logo img { width: 36px; height: 36px; }
  .atlas-model-dominant strong { font-size: 19px; }
  .atlas-model-panel__metrics { margin: 10px 0 14px; }
  .atlas-model-panel__metrics > span { padding: 9px 10px; }
  .atlas-model-panel__metrics strong { font-size: 18px; }
  .atlas-model-family-list,
  .atlas-model-region-list,
  .atlas-model-list { gap: 5px; }

  .atlas-model-family-list button,
  .atlas-model-region-list button,
  .atlas-model-list > li > a {
    min-height: 46px;
    padding: 6px 9px;
  }

  .atlas-model-panel__note {
    padding: 9px 12px 10px;
    font-size: 7.5px;
  }

  .atlas-stage.atlas-model-panel-open .atlas-controls,
  .atlas-stage.atlas-model-panel-open .atlas-periods,
  .atlas-stage.atlas-model-panel-open .atlas-navigation,
  .atlas-stage.atlas-model-panel-open .atlas-region-panel,
  .atlas-stage.atlas-model-panel-open .atlas-spotlight,
  .atlas-stage.atlas-model-panel-open .atlas-status {
    display: none;
  }

  .atlas-stage.atlas-model-panel-open .atlas-toast {
    display: none;
  }

  @supports selector(.atlas-stage:has(.atlas-model-panel:not([hidden]))) {
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-controls,
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-periods,
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-navigation,
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-region-panel,
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-spotlight,
    .atlas-stage:has(.atlas-model-panel:not([hidden])) .atlas-status {
      display: none;
    }
  }

  .atlas-scope-us .atlas-spotlight {
    display: none;
  }

  .atlas-scope-us .atlas-copy {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-height: 520px) and (min-width: 761px) and (max-width: 900px) {
  .atlas-model-panel {
    top: auto;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    width: min(420px, calc(100vw - 20px));
    height: min(76svh, 296px);
    max-height: min(76svh, 296px);
    border-radius: 18px;
    touch-action: pan-y;
  }

  .atlas-model-panel__head {
    min-height: 60px;
    padding: 8px 10px;
  }

  .atlas-model-panel__periods {
    min-height: 38px;
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(42px, 1fr) repeat(3, minmax(48px, 1fr));
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(2, 7, 12, 0.52);
  }

  .atlas-model-panel__periods > span {
    color: rgba(196, 212, 223, 0.46);
    font: 700 6px/1 "JetBrains Mono", monospace;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .atlas-model-panel__periods button {
    min-height: 30px;
    padding: 0 6px;
    border: 1px solid rgba(145, 177, 202, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(220, 232, 240, 0.54);
    font: 800 7px/1 "JetBrains Mono", monospace;
  }

  .atlas-model-panel__periods button[aria-pressed="true"] {
    border-color: rgba(255, 112, 72, 0.62);
    background: linear-gradient(135deg, #ff453a, #ff6f42);
    color: #fff;
  }

  .atlas-model-overview,
  .atlas-model-region-view,
  .atlas-model-brand-view {
    padding: 11px;
  }

  .atlas-model-panel__note {
    padding: 6px 10px 7px;
    font-size: 7px;
    line-height: 1.35;
  }

  .atlas-stage.atlas-model-panel-open .atlas-toast {
    display: none;
  }
}

@media (max-height: 700px) and (min-width: 761px) {
  .atlas-copy { top: 24px; }
  .atlas-copy h1 { font-size: 2.55rem; }
  .atlas-copy__summary { margin-top: 10px; }
  .atlas-live { margin-top: 10px; }
  .atlas-controls { top: 24px; }
  .atlas-periods { top: 70px; }
  .atlas-navigation { top: 110px; }
}

.atlas-share-overlay {
  position: absolute;
  inset: 0;
  z-index: 30;
  color: #fff;
  pointer-events: none;
}

.atlas-share-overlay[hidden] { display: none; }

.atlas-share-overlay::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.96) 0%, rgba(2, 4, 7, 0.82) 22%, rgba(2, 4, 7, 0.1) 54%, transparent 72%),
    linear-gradient(0deg, rgba(2, 4, 7, 0.82), transparent 30%);
}

.atlas-share-card {
  position: absolute;
  inset: clamp(42px, 6.5vh, 80px) auto clamp(36px, 5vh, 58px) clamp(34px, 5.2vw, 86px);
  width: min(560px, 39vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 26px;
}

.atlas-share-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, #ff453a 16%, #ff6a2a 84%, transparent);
  box-shadow: 0 0 24px rgba(255, 69, 58, 0.55);
}

.atlas-share-card__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.atlas-share-card__logo {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 116, 68, 0.42);
  border-radius: 11px;
  background: linear-gradient(145deg, #ff5f1f, #f33d2e);
  box-shadow: 0 0 34px rgba(255, 69, 58, 0.22);
}

.atlas-share-card__logo img { width: 30px; height: 30px; }

.atlas-share-card__brand strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.atlas-share-card__brand strong span { color: #ff5147; }

.atlas-share-card__brand small {
  margin-left: 2px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.46);
  font: 700 9px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.18em;
}

.atlas-share-card__copy { margin: auto 0; }

.atlas-share-card__copy > p:first-child {
  margin: 0 0 18px;
  color: #ff5b50;
  font: 700 11px/1.4 "JetBrains Mono", monospace;
  letter-spacing: 0.16em;
}

.atlas-share-card__copy h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font: 650 clamp(48px, 4.5vw, 76px)/0.96 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.62);
}

.atlas-share-card__copy > p:last-child {
  max-width: 490px;
  margin: 20px 0 0;
  color: rgba(238, 244, 248, 0.68);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.55;
  text-shadow: 0 4px 24px #000;
}

.atlas-share-card__metrics {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 22px;
}

.atlas-share-card__metrics > span {
  min-width: 174px;
  padding: 15px 16px 13px;
  border: 1px solid rgba(139, 171, 196, 0.18);
  border-top-color: rgba(255, 105, 57, 0.55);
  border-radius: 12px;
  background: rgba(3, 8, 14, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.atlas-share-card__metrics strong,
.atlas-share-card__metrics small { display: block; }

.atlas-share-card__metrics strong {
  color: #fff;
  font: 650 30px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.04em;
}

.atlas-share-card__metrics small {
  margin-top: 7px;
  color: rgba(213, 227, 237, 0.5);
  font: 700 8px/1.3 "JetBrains Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-share-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(219, 231, 239, 0.48);
  font: 600 8px/1.35 "JetBrains Mono", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.atlas-share-card__footer span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.atlas-share-card__footer span b {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ff453a;
  box-shadow: 0 0 14px rgba(255, 69, 58, 0.9);
}

.atlas-share-card__footer strong {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.12em;
}

.atlas-share-toolbar {
  position: absolute;
  top: clamp(26px, 4vh, 48px);
  right: clamp(24px, 3vw, 48px);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(139, 171, 196, 0.2);
  border-radius: 12px;
  background: rgba(3, 8, 14, 0.82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.52);
  pointer-events: auto;
  backdrop-filter: blur(20px);
}

.atlas-share-toolbar button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font: 700 8px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.atlas-share-toolbar button:hover,
.atlas-share-toolbar button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.atlas-share-toolbar .atlas-share-toolbar__primary {
  background: #ff453a;
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 69, 58, 0.26);
}

.atlas-share-toolbar .atlas-share-toolbar__primary:hover,
.atlas-share-toolbar .atlas-share-toolbar__primary:focus-visible { background: #ff5a50; }

.atlas-share-toolbar__close {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 7px 7px 0 !important;
}

.atlas-share-toolbar__close span {
  margin-left: 5px;
  color: #ff6a5f;
  font-size: 14px;
}

body.atlas-share-active {
  overflow: hidden;
  background: #020407;
}

body.atlas-share-active .lc-global-nav { display: none; }

body.atlas-share-active .atlas-stage {
  min-height: 100dvh;
  height: 100dvh;
}

.atlas-stage.atlas-is-sharing .atlas-copy,
.atlas-stage.atlas-is-sharing .atlas-controls,
.atlas-stage.atlas-is-sharing .atlas-periods,
.atlas-stage.atlas-is-sharing .atlas-navigation,
.atlas-stage.atlas-is-sharing .atlas-region-panel,
.atlas-stage.atlas-is-sharing .atlas-install-panel,
.atlas-stage.atlas-is-sharing .atlas-model-panel,
.atlas-stage.atlas-is-sharing .atlas-tooltip,
.atlas-stage.atlas-is-sharing .atlas-spotlight,
.atlas-stage.atlas-is-sharing .atlas-toast,
.atlas-stage.atlas-is-sharing .atlas-status,
.atlas-stage.atlas-is-sharing .atlas-label-layer {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.atlas-stage.atlas-is-sharing .atlas-share-trigger--floating { display: none; }
.atlas-stage.atlas-is-sharing #atlas-globe { pointer-events: none; }

@media (max-width: 760px) {
  .atlas-copy .atlas-share-trigger { display: none; }

  .atlas-share-trigger--floating {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 12;
    width: 40px;
    min-height: 40px;
    display: inline-flex;
    justify-content: center;
    padding: 0;
    border-radius: 11px;
  }

  .atlas-share-trigger--floating svg {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 900px) {
  .atlas-share-overlay::before {
    background:
      linear-gradient(0deg, rgba(2, 4, 7, 0.97) 0%, rgba(2, 4, 7, 0.76) 34%, transparent 67%),
      linear-gradient(90deg, rgba(2, 4, 7, 0.55), transparent 70%);
  }

  .atlas-share-card {
    inset: auto 22px 24px;
    width: auto;
    max-height: calc(100dvh - 104px);
    padding-left: 18px;
  }

  .atlas-share-card__brand {
    position: fixed;
    top: 26px;
    left: 22px;
  }

  .atlas-share-card__copy { margin: 0 0 20px; }

  .atlas-share-card__copy > p:first-child {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .atlas-share-card__copy h2 {
    max-width: 560px;
    font-size: clamp(36px, 10.8vw, 58px);
  }

  .atlas-share-card__copy > p:last-child {
    margin-top: 12px;
    font-size: 13px;
  }

  .atlas-share-card__metrics {
    gap: 8px;
    margin-bottom: 14px;
  }

  .atlas-share-card__metrics > span {
    min-width: 0;
    flex: 1;
    padding: 11px 12px 10px;
  }

  .atlas-share-card__metrics strong { font-size: 24px; }

  .atlas-share-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    font-size: 7px;
  }

  .atlas-share-toolbar {
    top: 22px;
    right: 18px;
  }

  .atlas-share-toolbar button:not(.atlas-share-toolbar__primary):not(.atlas-share-toolbar__close) { display: none; }

  .atlas-share-toolbar button {
    min-height: 32px;
    padding: 0 10px;
    font-size: 7px;
  }
}

@media (max-width: 560px) {
  .atlas-share-trigger span { display: none; }

  .atlas-share-trigger {
    width: 32px;
    justify-content: center;
    padding: 0;
  }

  .atlas-share-card__brand small { display: none; }
  .atlas-share-card__brand strong { font-size: 17px; }

  .atlas-share-card__logo {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .atlas-share-card__logo img { width: 26px; height: 26px; }
  .atlas-share-card__copy h2 { font-size: clamp(34px, 11vw, 48px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  #atlas-globe { cursor: default; }
  .atlas-viewport::before { animation: none; }
}

@media (forced-colors: active) {
  .atlas-vignette,
  .atlas-poster {
    display: none;
  }
  .atlas-copy,
  .atlas-controls,
  .atlas-periods,
  .atlas-install-panel,
  .atlas-model-panel,
  .atlas-status,
  .atlas-content {
    position: relative;
  }
}
