/*
 * Dedicated phone homepage and atlas workspace.
 * The mobile structure reuses the canonical desktop copy and data while
 * presenting them as touch-first tasks instead of a resized desktop canvas.
 */

@media (max-width: 900px) {
  body.home-page.mobile-home-dedicated {
    --mobile-home-ink: var(--theme-text-strong, #fff9f4);
    --mobile-home-text: var(--theme-text, #f0eee9);
    --mobile-home-muted: var(--theme-muted, #aaa49d);
    --mobile-home-surface: color-mix(in srgb, var(--theme-surface, #171513) 96%, #26100b);
    --mobile-home-card: color-mix(in srgb, var(--theme-surface-alt, #24201d) 94%, transparent);
    --mobile-home-line: color-mix(in srgb, var(--theme-line, #4d4641) 78%, transparent);
    --mobile-home-accent: var(--theme-primary, #ff725f);
    background:
      radial-gradient(circle at 88% 5%, rgba(255, 104, 75, 0.16), transparent 31rem),
      var(--mobile-home-surface) !important;
  }

  body.home-page.mobile-home-dedicated.soft-day .mobile-bottom-nav-item:not(.active) {
    color: #514641 !important;
  }

  body.home-page.mobile-home-dedicated.night-theme .mobile-bottom-nav-item:not(.active),
  body.home-page.mobile-home-dedicated:not(.soft-day):not(.night-theme) .mobile-bottom-nav-item:not(.active) {
    color: #c1b9b3 !important;
  }

  body.home-page.mobile-home-dedicated.observatory-page.observatory-type-scale .mobile-bottom-nav .mobile-bottom-nav-item span {
    font-size: 0.64rem !important;
    line-height: 1 !important;
  }

  .mobile-home-experience {
    box-sizing: border-box;
    color: var(--mobile-home-text);
    margin: 0;
    max-width: none;
    overflow: clip;
    padding: 16px var(--mobile-gutter) calc(var(--mobile-nav-height) + 34px + env(safe-area-inset-bottom));
    width: 100%;
  }

  .mobile-home-hero {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 56%),
      radial-gradient(circle at 82% 18%, rgba(255, 105, 78, 0.22), transparent 44%);
    border: 1px solid var(--mobile-home-line);
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 18px;
    position: relative;
  }

  .mobile-home-hero::after {
    border: 1px solid rgba(255, 123, 92, 0.18);
    border-radius: 999px;
    content: "";
    height: 142px;
    position: absolute;
    right: -68px;
    top: -55px;
    width: 142px;
  }

  .mobile-home-status {
    align-items: center;
    background: rgba(17, 14, 12, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: var(--mobile-home-muted);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 760;
    gap: 7px;
    line-height: 1.2;
    max-width: 100%;
    padding: 7px 10px;
    position: relative;
    z-index: 1;
  }

  .mobile-home-status-dot {
    background: #ff765f;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(255, 118, 95, 0.14);
    flex: 0 0 auto;
    height: 7px;
    width: 7px;
  }

  body.home-page.mobile-home-dedicated.soft-day .mobile-home-status {
    background: #514945;
    border-color: #6d625d;
    color: #fff8f3;
  }

  .mobile-home-kicker {
    color: color-mix(in srgb, var(--mobile-home-accent) 76%, white);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin: 20px 0 7px;
    text-transform: uppercase;
  }

  .mobile-home-hero h1 {
    color: var(--mobile-home-ink);
    font-size: clamp(2.15rem, 10.4vw, 3.12rem);
    font-weight: 890;
    letter-spacing: -0.055em;
    line-height: 0.94;
    margin: 0;
    max-width: 9.5ch;
  }

  .mobile-home-lede {
    color: var(--mobile-home-muted);
    font-size: 0.88rem;
    line-height: 1.48;
    margin: 14px 0 17px;
    max-width: 35rem;
  }

  .mobile-home-primary-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-home-primary-card {
    align-content: start;
    appearance: none;
    background: rgba(10, 9, 8, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: var(--mobile-home-ink);
    display: grid;
    font: inherit;
    gap: 13px;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 142px;
    padding: 13px;
    position: relative;
    text-align: left;
    text-decoration: none;
    touch-action: manipulation;
  }

  .mobile-home-primary-card.is-risk {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 62%),
      var(--mobile-home-accent);
    border-color: transparent;
    color: var(--theme-on-primary, #190b08);
  }

  .mobile-home-action-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }

  .mobile-home-action-icon svg {
    height: 20px;
    padding: 0;
    width: 20px;
  }

  .mobile-home-primary-card > span:nth-child(2) {
    align-self: end;
    display: grid;
    gap: 4px;
    grid-column: 1 / -1;
  }

  .mobile-home-primary-card strong {
    font-size: 0.94rem;
    line-height: 1.14;
  }

  .mobile-home-primary-card small {
    color: currentColor;
    font-size: 0.67rem;
    line-height: 1.28;
    opacity: 0.72;
  }

  .mobile-home-action-arrow {
    font-size: 1rem;
    position: absolute;
    right: 13px;
    top: 16px;
  }

  .mobile-home-archive-facts {
    border-top: 1px solid var(--mobile-home-line);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 17px 0 0;
    padding: 14px 0 0;
  }

  .mobile-home-archive-facts > div {
    min-width: 0;
  }

  .mobile-home-archive-facts dt {
    color: var(--mobile-home-muted);
    font-size: 0.59rem;
    font-weight: 730;
    line-height: 1.2;
  }

  .mobile-home-archive-facts dd {
    color: var(--mobile-home-ink);
    font-size: 0.74rem;
    font-weight: 820;
    line-height: 1.25;
    margin: 5px 0 0;
  }

  .mobile-home-snapshot,
  .mobile-home-tasks,
  .mobile-home-trust-note {
    background: var(--mobile-home-card);
    border: 1px solid var(--mobile-home-line);
    border-radius: 22px;
    margin-top: 12px;
    padding: 16px;
  }

  .mobile-home-section-head {
    align-items: start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }

  .mobile-home-section-head span,
  .mobile-home-section-head time {
    color: var(--mobile-home-muted);
    font-size: 0.64rem;
    font-weight: 780;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mobile-home-section-head h2 {
    color: var(--mobile-home-ink);
    font-size: 1.13rem;
    font-weight: 840;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin: 4px 0 0;
  }

  .mobile-home-stat-grid {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 15px 0 0;
  }

  .mobile-home-stat-grid > div {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    min-width: 0;
    padding: 10px 8px;
  }

  .mobile-home-stat-grid dt {
    color: var(--mobile-home-muted);
    font-size: 0.59rem;
    font-weight: 720;
    line-height: 1.2;
  }

  .mobile-home-stat-grid dd {
    color: var(--mobile-home-ink);
    font-size: 1.15rem;
    font-weight: 860;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 8px 0 0;
  }

  .mobile-home-caveat {
    color: var(--mobile-home-muted);
    font-size: 0.66rem;
    line-height: 1.4;
    margin: 11px 2px 0;
  }

  .mobile-home-atlas-open {
    align-items: center;
    appearance: none;
    background: var(--mobile-home-accent);
    border: 0;
    border-radius: 15px;
    color: var(--theme-on-primary, #190b08);
    display: grid;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 840;
    gap: 9px;
    grid-template-columns: 20px minmax(0, 1fr) 18px;
    margin-top: 13px;
    min-height: 50px;
    padding: 10px 13px;
    text-align: left;
    width: 100%;
  }

  .mobile-home-atlas-open svg {
    height: 19px;
    width: 19px;
  }

  .mobile-home-atlas-hint {
    color: var(--mobile-home-muted);
    font-size: 0.67rem;
    line-height: 1.4;
    margin: 10px 2px 0;
  }

  .mobile-home-task-list {
    display: grid;
    gap: 2px;
    margin-top: 11px;
  }

  .mobile-home-task-list a {
    align-items: center;
    border-radius: 14px;
    color: var(--mobile-home-text);
    display: grid;
    gap: 11px;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    min-height: 64px;
    padding: 8px 7px;
    text-decoration: none;
  }

  .mobile-home-task-list a + a {
    border-top: 1px solid var(--mobile-home-line);
    border-radius: 0;
  }

  .mobile-home-task-icon {
    align-items: center;
    background: color-mix(in srgb, var(--mobile-home-accent) 14%, transparent);
    border-radius: 12px;
    color: var(--mobile-home-accent);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
  }

  .mobile-home-task-icon svg {
    height: 20px;
    width: 20px;
  }

  .mobile-home-task-list a > span:nth-child(2) {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .mobile-home-task-list strong {
    color: var(--mobile-home-ink);
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .mobile-home-task-list small {
    color: var(--mobile-home-muted);
    font-size: 0.67rem;
    line-height: 1.25;
  }

  .mobile-home-task-list .mobile-home-task-description {
    font-size: 0.65rem;
    line-height: 1.42;
    margin-top: 4px;
  }

  .mobile-home-task-list a > span:last-child {
    color: var(--mobile-home-muted);
    font-size: 1.55rem;
  }

  .mobile-home-trust-note {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .mobile-home-trust-note svg {
    color: var(--mobile-home-accent);
    height: 20px;
    width: 20px;
  }

  .mobile-home-trust-note p {
    color: var(--mobile-home-muted);
    font-size: 0.69rem;
    line-height: 1.42;
    margin: 0;
  }

  .mobile-home-trust-note strong {
    color: var(--mobile-home-text);
  }

  .mobile-home-primary-card:focus-visible,
  .mobile-home-atlas-open:focus-visible,
  .mobile-home-task-list a:focus-visible,
  .mobile-atlas-sheet :where(a, button, select):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--mobile-home-accent) 70%, white);
    outline-offset: 2px;
  }

  body.mobile-atlas-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  body.mobile-atlas-open > :where(header.bd-navbar, .mobile-bottom-nav, footer.footer) {
    visibility: hidden !important;
  }

  .mobile-atlas-sheet {
    background: #0c0e10;
    color: #f5f2ee;
    flex-direction: column;
    height: 100dvh;
    inset: 0;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    z-index: 2300;
  }

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

  .mobile-atlas-header {
    align-items: center;
    background: rgba(14, 17, 19, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-height: calc(61px + env(safe-area-inset-top));
    padding: calc(8px + env(safe-area-inset-top)) 10px 8px;
    position: relative;
    z-index: 8;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .mobile-atlas-header button,
  .mobile-atlas-header > a {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    color: #f5f2ee;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
  }

  .mobile-atlas-header svg {
    height: 19px;
    width: 19px;
  }

  .mobile-atlas-header > div {
    min-width: 0;
  }

  .mobile-atlas-header span {
    color: #aca7a1;
    display: block;
    font-size: 0.57rem;
    font-weight: 780;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .mobile-atlas-header h2 {
    color: #fffaf5;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.12;
    margin: 3px 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }

  .mobile-atlas-region-jump {
    align-items: center;
    background: #111518;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    flex: 0 0 auto;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 7px 10px;
    position: relative;
    z-index: 7;
  }

  .mobile-atlas-region-jump label {
    color: #aaa49e;
    font-size: 0.64rem;
    font-weight: 770;
  }

  .mobile-atlas-region-jump select {
    background: #1c2226;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 11px;
    color: #f6f2ed;
    font: inherit;
    font-size: 16px;
    min-height: 44px;
    min-width: 0;
    padding: 7px 32px 7px 10px;
    width: 100%;
  }

  body.mobile-atlas-profile-open .mobile-atlas-region-jump {
    display: none;
  }

  .mobile-atlas-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
  }

  #mobileAtlasMount {
    height: 100%;
    min-height: 0;
    width: 100%;
  }

  .mobile-atlas-loading {
    align-items: center;
    background: #0c0e10;
    color: #c2bbb4;
    display: flex;
    flex-direction: column;
    font-size: 0.74rem;
    font-weight: 730;
    gap: 13px;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 12;
  }

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

  .mobile-atlas-loading-orbit {
    border: 2px solid rgba(255, 116, 91, 0.2);
    border-radius: 999px;
    height: 46px;
    position: relative;
    width: 46px;
  }

  .mobile-atlas-loading-orbit::after {
    background: #ff745b;
    border-radius: 999px;
    box-shadow: 0 0 15px rgba(255, 116, 91, 0.8);
    content: "";
    height: 9px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 9px;
    animation: mobile-atlas-orbit 1.15s linear infinite;
    transform-origin: 20px 19px;
  }

  .mobile-atlas-sheet .home-signature-map {
    border: 0 !important;
    border-radius: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    height: 100% !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-regional-head {
    background: #111518 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 10px !important;
  }

  .mobile-atlas-sheet .home-regional-head .site-kicker,
  .mobile-atlas-sheet .home-regional-controls > a,
  .mobile-atlas-sheet .home-hexbin-metric-guide,
  .mobile-atlas-sheet #homeHexbinSubtitle {
    display: none !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-regional-head h2 {
    color: #fffaf5 !important;
    font-size: 1rem !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  .mobile-atlas-sheet .home-regional-touch-hint {
    display: none !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-regional-controls {
    display: block !important;
    width: 100% !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-tabs {
    display: grid !important;
    gap: 5px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    overflow: visible !important;
    width: 100% !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-tabs button {
    background: #1b2226 !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 11px !important;
    color: #bab4ae !important;
    font-size: clamp(0.58rem, 2.35vw, 0.68rem) !important;
    min-height: 44px !important;
    min-width: 0 !important;
    padding: 5px 1px !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-tabs button.active {
    background: #ff725f !important;
    border-color: #ff725f !important;
    color: #1a0b08 !important;
  }

  body.home-page .mobile-atlas-sheet .home-signature-map .home-hexbin-map-wrap,
  body.home-page .mobile-atlas-sheet .home-signature-map .home-hexbin-map-wrap.is-ridgeline-open {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .mobile-atlas-sheet .home-hexbin-globe,
  .mobile-atlas-sheet .home-hexbin-map {
    height: 100% !important;
    min-height: 0 !important;
    touch-action: none !important;
    width: 100% !important;
  }

  .mobile-atlas-sheet .home-globe-toolbar {
    bottom: 10px !important;
    right: 10px !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map .home-hexbin-footer {
    background: #111518 !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    bottom: auto !important;
    display: grid !important;
    gap: 7px !important;
    inset: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 8px 10px calc(9px + env(safe-area-inset-bottom)) !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map .home-hexbin-readout {
    color: #f6f1eb !important;
    display: grid !important;
    font-size: 0.66rem !important;
    gap: 2px 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    line-height: 1.3 !important;
    min-height: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-readout > div:first-child {
    grid-column: 1 / -1 !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-readout p,
  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-readout b {
    font-size: 0.7rem !important;
    margin: 0 !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-readout small,
  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-hexbin-readout .home-hexbin-characteristics {
    display: none !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signal-colorbar {
    gap: 4px !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .mobile-atlas-sheet .home-signal-colorbar-head,
  .mobile-atlas-sheet .home-signal-colorbar-note {
    display: none !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signal-colorbar-ramp {
    height: 6px !important;
  }

  .mobile-atlas-sheet .home-signal-colorbar-ticks {
    color: #aaa49e !important;
    font-size: 0.56rem !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map.is-ridgeline-open {
    grid-template-rows: minmax(0, 1fr) !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map.is-ridgeline-open > .home-regional-head,
  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map.is-ridgeline-open > .home-hexbin-footer {
    display: none !important;
  }

  body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-signature-map.is-ridgeline-open > .home-hexbin-map-wrap {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 100% !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-panel {
    bottom: 8px !important;
    gap: 8px !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
    inset-inline: 8px !important;
    left: 8px !important;
    padding: 12px !important;
    right: 8px !important;
    top: 8px !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-actions {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-actions label {
    color: #aaa39d !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-actions select,
  body.home-page .mobile-atlas-sheet .home-ridgeline-actions button {
    min-height: 44px !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-canvas-scroll {
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-panel canvas {
    touch-action: pan-y !important;
  }

  body.home-page .mobile-atlas-sheet .home-ridgeline-foot {
    font-size: 0.62rem !important;
  }

  @media (max-width: 350px) {
    body.home-page.mobile-home-dedicated.observatory-page.observatory-type-scale .mobile-bottom-nav .mobile-bottom-nav-item span {
      font-size: 0.56rem !important;
      letter-spacing: -0.01em;
    }

    .mobile-home-hero {
      padding: 15px;
    }

    .mobile-home-primary-card {
      min-height: 134px;
      padding: 11px;
    }

    .mobile-atlas-header {
      gap: 7px;
      padding-inline: 7px;
    }

    .mobile-atlas-region-jump label {
      display: none;
    }

    .mobile-atlas-region-jump {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (max-height: 680px) {
    .mobile-atlas-sheet .home-regional-touch-hint {
      display: none !important;
    }

    body.home-page.observatory-page.observatory-type-scale:not(.eva-page) .mobile-atlas-sheet .home-regional-head {
      padding-block: 7px !important;
    }

    .mobile-atlas-sheet .home-hexbin-footer {
      padding-block: 6px !important;
    }
  }

  @media (orientation: landscape) and (max-height: 560px) {
    .mobile-atlas-header {
      min-height: calc(52px + env(safe-area-inset-top));
      padding-block: calc(4px + env(safe-area-inset-top)) 4px;
    }

    .mobile-atlas-region-jump {
      display: none;
    }

    .mobile-atlas-sheet .home-regional-head h2,
    .mobile-atlas-sheet .home-regional-touch-hint {
      display: none !important;
    }
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .mobile-atlas-loading-orbit::after {
    animation: none;
  }
}

@keyframes mobile-atlas-orbit {
  to { transform: rotate(360deg); }
}
