.bat-atlas-page {
    --atlas-ink: #162b37;
    --atlas-muted: #6c7a82;
    --atlas-paper: #f5f6f2;
    --atlas-card: rgba(255, 255, 255, 0.94);
    --atlas-line: rgba(22, 43, 55, 0.12);
    --atlas-blue: #21485b;
    --atlas-orange: #d47a22;
    background: var(--atlas-paper);
    color: var(--atlas-ink);
}

.bat-atlas-page main {
    overflow: hidden;
}

.bat-atlas-page footer {
    margin-top: 0 !important;
}

.bat-atlas,
.bat-atlas * {
    box-sizing: border-box;
}

.bat-atlas button,
.bat-atlas input {
    font: inherit;
}

.bat-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;
}

.bat-atlas {
    position: relative;
    min-height: 880px;
    padding: clamp(30px, 4vw, 54px) max(20px, calc((100vw - 1120px) / 2)) 38px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255,255,255,.58), transparent 28%),
        radial-gradient(circle at 50% 38%, rgba(255,255,255,.95) 0 18%, transparent 56%),
        var(--atlas-paper);
}

.bat-atlas::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    opacity: .46;
    background-image:
        linear-gradient(rgba(20, 45, 57, .026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20, 45, 57, .026) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.bat-atlas__ambient {
    position: absolute;
    z-index: -2;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: .42;
    pointer-events: none;
}

.bat-atlas__ambient--one {
    top: 110px;
    left: -280px;
    background: radial-gradient(circle, rgba(212, 122, 34, .18), transparent 68%);
}

.bat-atlas__ambient--two {
    top: 220px;
    right: -280px;
    background: radial-gradient(circle, rgba(46, 119, 144, .2), transparent 68%);
}

.bat-atlas__header {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto 22px;
}

.bat-atlas__eyebrow,
.bat-atlas__dek,
.bat-atlas__model-caption,
.bat-atlas__footnote,
.bat-atlas__panel-kicker,
.bat-atlas__detail-kicker {
    margin: 0;
}

.bat-atlas__eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    color: #5b6f78;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bat-atlas__eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2e856f;
    box-shadow: 0 0 0 5px rgba(46, 133, 111, .1);
}

.bat-atlas__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bat-atlas__title-row h1 {
    margin: 0;
    color: var(--atlas-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 780;
    letter-spacing: -.045em;
    line-height: .98;
}

.bat-atlas__3d-badge {
    display: inline-grid;
    min-width: 34px;
    height: 25px;
    place-items: center;
    border: 1px solid var(--atlas-line);
    border-radius: 8px;
    color: #7b898f;
    background: rgba(255,255,255,.55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
}

.bat-atlas__dek {
    margin-top: 10px;
    color: var(--atlas-muted);
    font-size: 14px;
}

.bat-atlas__header-actions {
    display: flex;
    gap: 10px;
}

.bat-atlas__icon-button {
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(22, 43, 55, .08);
    border-radius: 15px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 9px 28px rgba(31, 51, 58, .08);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bat-atlas__icon-button:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 12px 30px rgba(31, 51, 58, .12);
}

.bat-atlas__icon-button svg,
.bat-atlas__utility svg,
.bat-atlas__control-icon svg,
.bat-atlas__interaction-hint svg,
.bat-atlas__search-field svg,
.bat-atlas__isolate svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.bat-atlas__icon-button svg {
    width: 22px;
    height: 22px;
}

.bat-atlas__camera-bar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    width: min(520px, calc(100% - 36px));
    min-height: 58px;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid rgba(22, 43, 55, .08);
    border-radius: 17px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 13px 38px rgba(31, 51, 58, .08);
}

.bat-atlas__views {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    flex: 1;
    gap: 4px;
}

.bat-atlas__view,
.bat-atlas__utility {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.bat-atlas__view {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    color: #687982;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .02em;
    transition: color .18s ease, background .18s ease;
}

.bat-atlas__view:hover {
    color: var(--atlas-ink);
    background: rgba(22,43,55,.05);
}

.bat-atlas__view.is-active {
    color: #fff;
    background: var(--atlas-blue);
    box-shadow: 0 7px 16px rgba(33, 72, 91, .22);
}

.bat-atlas__view-short {
    display: none;
}

.bat-atlas__bar-rule {
    width: 1px;
    height: 28px;
    margin: 0 4px;
    background: var(--atlas-line);
}

.bat-atlas__utility {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    color: #687982;
}

.bat-atlas__utility:hover,
.bat-atlas__utility[aria-pressed="true"] {
    color: var(--atlas-orange);
    background: rgba(212, 122, 34, .09);
}

.bat-atlas__utility svg {
    width: 19px;
    height: 19px;
}

.bat-atlas__stage {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    height: clamp(390px, 49vw, 555px);
    min-height: 390px;
    margin: -18px auto -30px;
    overflow: hidden;
    touch-action: none;
}

#batAtlasCanvas {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: grab;
}

#batAtlasCanvas:active {
    cursor: grabbing;
}

.bat-atlas__fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.bat-atlas__fallback svg {
    width: min(90%, 760px);
    filter: drop-shadow(0 28px 24px rgba(45, 52, 43, .2));
}

.bat-atlas__fallback p {
    margin: 4px 0 0;
    color: var(--atlas-muted);
    font-size: 13px;
}

.bat-atlas.is-webgl-ready .bat-atlas__fallback {
    display: none;
}

.bat-atlas__model-caption {
    position: absolute;
    right: 0;
    bottom: 72px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #7c898e;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .16em;
    text-transform: uppercase;
    pointer-events: none;
}

.bat-atlas__model-caption span {
    width: 26px;
    height: 1px;
    background: rgba(22,43,55,.18);
}

.bat-atlas__interaction-hint {
    position: absolute;
    bottom: 110px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(22,43,55,.09);
    border-radius: 99px;
    color: #5f7078;
    background: rgba(255,255,255,.78);
    box-shadow: 0 7px 24px rgba(31,51,58,.07);
    font-size: 11px;
    opacity: 1;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity .35s ease;
}

.bat-atlas__interaction-hint.is-dismissed {
    opacity: 0;
}

.bat-atlas__interaction-hint svg {
    width: 16px;
    height: 16px;
}

.bat-atlas__part-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 5px 9px;
    border-radius: 7px;
    color: #fff;
    background: var(--atlas-ink);
    box-shadow: 0 7px 18px rgba(22, 43, 55, .2);
    font-size: 11px;
    font-weight: 750;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -130%);
    transition: opacity .12s ease;
}

.bat-atlas__part-label.is-visible {
    opacity: 1;
}

.bat-atlas__controls {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) 94px;
    width: min(720px, 100%);
    min-height: 112px;
    margin: 0 auto;
    border: 1px solid rgba(22,43,55,.08);
    border-radius: 20px;
    background: var(--atlas-card);
    box-shadow: 0 18px 55px rgba(31, 51, 58, .1);
    backdrop-filter: blur(14px);
}

.bat-atlas__systems-button,
.bat-atlas__reset-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border: 0;
    background: transparent;
    color: #53666f;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.bat-atlas__systems-button {
    border-right: 1px solid var(--atlas-line);
    border-radius: 20px 0 0 20px;
}

.bat-atlas__reset-button {
    border-left: 1px solid var(--atlas-line);
    border-radius: 0 20px 20px 0;
}

.bat-atlas__systems-button:hover,
.bat-atlas__reset-button:hover {
    color: var(--atlas-ink);
    background: rgba(22,43,55,.035);
}

.bat-atlas__control-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(33,72,91,.07);
}

.bat-atlas__control-icon svg {
    width: 19px;
    height: 19px;
}

.bat-atlas__explode-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 24px 14px;
}

.bat-atlas__explode-heading,
.bat-atlas__range-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bat-atlas__explode-heading label {
    font-size: 14px;
    font-weight: 750;
}

.bat-atlas__explode-heading output {
    min-width: 50px;
    padding: 5px 8px;
    border-radius: 8px;
    color: #53666f;
    background: #eef1f1;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

#batAtlasExplode {
    width: 100%;
    height: 18px;
    margin: 10px 0 5px;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

#batAtlasExplode::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--atlas-orange) var(--range-progress, 0%), #dfe4e4 var(--range-progress, 0%));
}

#batAtlasExplode::-moz-range-track {
    height: 4px;
    border-radius: 99px;
    background: #dfe4e4;
}

#batAtlasExplode::-moz-range-progress {
    height: 4px;
    border-radius: 99px;
    background: var(--atlas-orange);
}

#batAtlasExplode::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -7px;
    appearance: none;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--atlas-blue);
    box-shadow: 0 0 0 1px rgba(22,43,55,.16), 0 3px 10px rgba(22,43,55,.2);
}

#batAtlasExplode::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--atlas-blue);
    box-shadow: 0 0 0 1px rgba(22,43,55,.16), 0 3px 10px rgba(22,43,55,.2);
}

.bat-atlas__range-labels {
    color: #889399;
    font-size: 10px;
}

.bat-atlas__footnote {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    color: #859197;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.bat-atlas__scrim {
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: rgba(16,31,39,.28);
    backdrop-filter: blur(3px);
}

.bat-atlas__scrim[hidden],
.bat-atlas__panel[hidden],
.bat-atlas__detail[hidden] {
    display: none;
}

.bat-atlas__panel,
.bat-atlas__detail {
    position: fixed;
    z-index: 1001;
    left: 50%;
    width: min(520px, calc(100% - 32px));
    border: 1px solid rgba(22,43,55,.09);
    border-radius: 22px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 28px 80px rgba(20,35,42,.24);
    transform: translateX(-50%);
}

.bat-atlas__panel {
    top: max(96px, 12vh);
    max-height: min(700px, calc(100vh - 130px));
    padding: 24px;
    overflow: auto;
}

.bat-atlas__panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.bat-atlas__panel-kicker,
.bat-atlas__detail-kicker {
    color: var(--atlas-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bat-atlas__panel-head h2,
.bat-atlas__detail h2 {
    margin: 3px 0 0;
    color: var(--atlas-ink);
    font-size: 24px;
    font-weight: 780;
    letter-spacing: -.025em;
}

.bat-atlas__close {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(22,43,55,.06);
    color: #5f7078;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.bat-atlas__close:hover {
    color: var(--atlas-ink);
    background: rgba(22,43,55,.11);
}

.bat-atlas__preset-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 18px;
    padding: 4px;
    border-radius: 12px;
    background: #eef1f1;
}

.bat-atlas__preset-row button {
    min-height: 38px;
    padding: 5px 10px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #687982;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.bat-atlas__preset-row button.is-active {
    color: var(--atlas-ink);
    background: #fff;
    box-shadow: 0 4px 12px rgba(22,43,55,.08);
}

.bat-atlas__system-row {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    border-bottom: 1px solid var(--atlas-line);
}

.bat-atlas__system-row:last-child {
    border-bottom: 0;
}

.bat-atlas__system-dot,
.bat-atlas__result-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--part-color);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--part-color), transparent 84%);
}

.bat-atlas__system-name {
    font-size: 13px;
    font-weight: 680;
}

.bat-atlas__switch {
    position: relative;
    width: 38px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: #cbd2d4;
    cursor: pointer;
    transition: background .18s ease;
}

.bat-atlas__switch::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(22,43,55,.2);
    content: "";
    transition: transform .18s ease;
}

.bat-atlas__switch[aria-checked="true"] {
    background: var(--atlas-blue);
}

.bat-atlas__switch[aria-checked="true"]::after {
    transform: translateX(16px);
}

.bat-atlas__panel-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--atlas-line);
    color: #75838a;
    font-size: 11px;
}

.bat-atlas__panel-footer button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #75838a;
    cursor: pointer;
}

.bat-atlas__search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin-bottom: 12px;
    padding: 0 15px;
    border: 1px solid rgba(22,43,55,.13);
    border-radius: 12px;
    background: #fafbfa;
}

.bat-atlas__search-field:focus-within {
    border-color: rgba(33,72,91,.5);
    box-shadow: 0 0 0 3px rgba(33,72,91,.08);
}

.bat-atlas__search-field svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #75838a;
}

.bat-atlas__search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--atlas-ink);
    font-size: 14px;
}

.bat-atlas__result {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid var(--atlas-line);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.bat-atlas__result:hover {
    border-radius: 10px;
    background: rgba(22,43,55,.04);
}

.bat-atlas__result strong,
.bat-atlas__result small {
    display: block;
}

.bat-atlas__result strong {
    font-size: 13px;
}

.bat-atlas__result small {
    margin-top: 2px;
    color: #7a888e;
    font-size: 10px;
}

.bat-atlas__result-arrow {
    color: #8e999e;
    font-size: 20px;
}

.bat-atlas__empty {
    padding: 24px 10px;
    color: #78868c;
    font-size: 13px;
    text-align: center;
}

.bat-atlas__panel--about > p {
    color: #5d6e76;
    font-size: 14px;
    line-height: 1.65;
}

.bat-atlas__about-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #fff;
    background: var(--atlas-blue);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.bat-atlas__about-link:hover {
    color: #fff;
    background: #173b4d;
}

.bat-atlas__detail {
    bottom: 24px;
    max-height: min(660px, calc(100vh - 48px));
    padding: 25px 26px 20px;
    overflow: auto;
}

.bat-atlas__detail > .bat-atlas__close {
    position: absolute;
    top: 17px;
    right: 17px;
}

.bat-atlas__detail-accent {
    width: 34px;
    height: 4px;
    margin-bottom: 11px;
    border-radius: 99px;
    background: var(--part-color, var(--atlas-orange));
}

.bat-atlas__detail h2 {
    padding-right: 38px;
    font-size: 28px;
}

.bat-atlas__detail-copy {
    margin: 13px 0 17px;
    color: #596b73;
    font-size: 14px;
    line-height: 1.58;
}

.bat-atlas__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 18px;
    padding: 14px 0;
    border-top: 1px solid var(--atlas-line);
    border-bottom: 1px solid var(--atlas-line);
}

.bat-atlas__fact {
    min-width: 0;
    padding: 0 13px;
    border-right: 1px solid var(--atlas-line);
}

.bat-atlas__fact:first-child {
    padding-left: 0;
}

.bat-atlas__fact:last-child {
    border-right: 0;
}

.bat-atlas__fact dt {
    margin: 0 0 3px;
    color: #89959a;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bat-atlas__fact dd {
    margin: 0;
    overflow: hidden;
    color: var(--atlas-ink);
    font-size: 12px;
    font-weight: 750;
    text-overflow: ellipsis;
}

.bat-atlas__why {
    margin-bottom: 18px;
    padding: 13px 14px;
    border-left: 3px solid var(--part-color, var(--atlas-orange));
    border-radius: 0 10px 10px 0;
    background: #f5f7f5;
}

.bat-atlas__why span {
    color: #7a888e;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bat-atlas__why p {
    margin: 4px 0 0;
    color: #53666f;
    font-size: 12px;
    line-height: 1.5;
}

.bat-atlas__isolate {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--atlas-blue);
    font-size: 13px;
    font-weight: 750;
    text-align: left;
    cursor: pointer;
}

.bat-atlas__isolate:hover {
    background: #173b4d;
}

.bat-atlas__isolate svg {
    width: 20px;
    height: 20px;
}

.bat-atlas__clear {
    display: block;
    margin: 13px auto 0;
    padding: 4px 10px;
    border: 0;
    background: transparent;
    color: #6e7d84;
    font-size: 11px;
    cursor: pointer;
}

.bat-atlas__noscript {
    max-width: 720px;
    margin: 18px auto 0;
    padding: 12px;
    border-radius: 10px;
    background: #fff5df;
    color: #6f5321;
    font-size: 13px;
    text-align: center;
}

.bat-atlas :focus-visible {
    outline: 3px solid rgba(212,122,34,.45);
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .bat-atlas {
        min-height: 760px;
        padding: 26px 12px 28px;
    }

    .bat-atlas__header {
        padding: 0 5px;
        margin-bottom: 18px;
    }

    .bat-atlas__title-row h1 {
        font-size: 36px;
    }

    .bat-atlas__dek {
        font-size: 11px;
    }

    .bat-atlas__icon-button {
        width: 45px;
        height: 45px;
        border-radius: 13px;
    }

    .bat-atlas__camera-bar {
        width: calc(100% - 20px);
    }

    .bat-atlas__view-long {
        display: none;
    }

    .bat-atlas__view-short {
        display: inline;
    }

    .bat-atlas__stage {
        width: calc(100% + 24px);
        height: 365px;
        min-height: 365px;
        margin: -10px -12px -22px;
    }

    .bat-atlas__model-caption {
        bottom: 57px;
    }

    .bat-atlas__interaction-hint {
        bottom: 91px;
    }

    .bat-atlas__controls {
        grid-template-columns: 75px minmax(0, 1fr) 69px;
        min-height: 104px;
        border-radius: 18px;
    }

    .bat-atlas__systems-button,
    .bat-atlas__reset-button {
        padding: 8px 5px;
        font-size: 10px;
    }

    .bat-atlas__explode-control {
        padding: 15px 13px 11px;
    }

    .bat-atlas__explode-heading label {
        font-size: 12px;
    }

    .bat-atlas__explode-heading output {
        min-width: 42px;
        font-size: 10px;
    }

    .bat-atlas__panel {
        top: auto;
        bottom: 12px;
        max-height: calc(100vh - 24px);
        padding: 21px 18px;
        border-radius: 20px;
    }

    .bat-atlas__detail {
        bottom: 12px;
        max-height: calc(100vh - 24px);
        padding: 22px 19px 17px;
        border-radius: 20px;
    }

    .bat-atlas__detail h2 {
        font-size: 25px;
    }
}

@media (max-width: 430px) {
    .bat-atlas__eyebrow {
        font-size: 10px;
    }

    .bat-atlas__title-row h1 {
        font-size: 32px;
    }

    .bat-atlas__header-actions {
        gap: 7px;
    }

    .bat-atlas__icon-button {
        width: 42px;
        height: 42px;
    }

    .bat-atlas__camera-bar {
        min-height: 54px;
    }

    .bat-atlas__view {
        min-height: 40px;
        padding: 0 7px;
        font-size: 11px;
    }

    .bat-atlas__utility {
        width: 36px;
        height: 38px;
    }

    .bat-atlas__stage {
        height: 330px;
        min-height: 330px;
    }

    .bat-atlas__controls {
        grid-template-columns: 66px minmax(0, 1fr) 60px;
        min-height: 100px;
    }

    .bat-atlas__control-icon {
        width: 30px;
        height: 30px;
    }

    .bat-atlas__explode-heading {
        align-items: flex-start;
    }

    .bat-atlas__explode-heading label {
        max-width: 90px;
        line-height: 1.2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bat-atlas *,
    .bat-atlas *::before,
    .bat-atlas *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
