@media (max-width: 1024px) {
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell .modal-inner,
  body.asterrvn-phone .modal.open.modal--mobile-shell .modal-inner,
  body.asterrvn-tablet .modal.open.modal--mobile-shell .modal-inner {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open,
  body.asterrvn-phone .modal.open,
  body.asterrvn-tablet .modal.open {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-shell:not([hidden]),
  body.asterrvn-phone .modal.open .modal-mobile-shell:not([hidden]),
  body.asterrvn-tablet .modal.open .modal-mobile-shell:not([hidden]) {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    min-height: min(100dvh, 100vh);
    max-height: min(100dvh, 100vh);
    overflow: hidden;
    padding: max(6px, env(safe-area-inset-top, 0px)) max(10px, env(safe-area-inset-right, 0px))
      max(8px, env(safe-area-inset-bottom, 0px)) max(10px, env(safe-area-inset-left, 0px));
    gap: 8px;
  }
  .modal.open:not(.modal--mobile-zoom) .modal-mobile-stage {
    overscroll-behavior: contain;
    touch-action: auto;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage {
    touch-action: none;
    overscroll-behavior: contain;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-close#modalClose,
  body.asterrvn-phone .modal.open .modal-close#modalClose,
  body.asterrvn-tablet .modal.open .modal-close#modalClose {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-download-btn#modalDownloadBtn,
  body.asterrvn-phone .modal.open .modal-download-btn#modalDownloadBtn,
  body.asterrvn-tablet .modal.open .modal-download-btn#modalDownloadBtn {
    display: none !important;
  }
  /* VIEW MODE: art in stage; meta under art; controls under meta */
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-stage {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    order: 1;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--mobile-desc-open) .modal-mobile-stage,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--mobile-desc-open) .modal-mobile-stage,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--mobile-desc-open) .modal-mobile-stage {
    overflow: visible;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage {
    max-height: calc(100dvh - 220px);
    align-items: stretch;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]),
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]),
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]) {
    overflow: visible;
    max-height: none;
    min-height: 100dvh;
    gap: 0;
    padding: 0;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage {
    position: fixed;
    inset: 0;
    z-index: 210;
    width: 100vw;
    height: 100dvh;
    max-height: none;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: rgba(0, 0, 0, 0.96);
    margin: 0;
    padding: 0;
    order: 0;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-controls,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-controls,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-controls,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-shell > .info,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-shell > .info,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-shell > .info,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-description-terminal,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-description-terminal,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-description-terminal {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info {
    order: 2;
    position: static;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
    width: 100%;
    flex: 0 0 auto;
    max-height: 52px;
    padding: 2px 8px 6px;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--pixel-en);
    font-size: 8px;
    color: var(--text-dim);
    letter-spacing: 0.06em;
    overflow: hidden;
  }
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info strong,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info strong,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info strong {
    color: var(--accent-bright);
    font-weight: 400;
  }
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info #modalMeta,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info #modalMeta,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .info #modalMeta {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 7px;
    letter-spacing: 0.05em;
    opacity: 0.92;
    line-height: 1.25;
  }
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-controls,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-controls,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-controls {
    display: flex;
    margin: 4px auto 6px;
    width: fit-content;
    max-width: calc(100% - 24px);
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    justify-content: center;
    order: 3;
    position: relative;
    z-index: 2;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-controls button,
  body.asterrvn-phone .modal.open .modal-mobile-controls button,
  body.asterrvn-tablet .modal.open .modal-mobile-controls button {
    height: 36px;
    min-height: 36px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-nav,
  body.asterrvn-phone .modal.open .modal-mobile-nav,
  body.asterrvn-tablet .modal.open .modal-mobile-nav,
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-download,
  body.asterrvn-phone .modal.open .modal-mobile-download,
  body.asterrvn-tablet .modal.open .modal-mobile-download,
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-zoom-btn,
  body.asterrvn-phone .modal.open .modal-mobile-zoom-btn,
  body.asterrvn-tablet .modal.open .modal-mobile-zoom-btn,
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-desc-btn.modal-mobile-nav,
  body.asterrvn-phone .modal.open .modal-mobile-desc-btn.modal-mobile-nav,
  body.asterrvn-tablet .modal.open .modal-mobile-desc-btn.modal-mobile-nav {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    padding: 0;
    font-size: 17px;
    line-height: 1;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-close-btn.filter-btn,
  body.asterrvn-phone .modal.open .modal-mobile-close-btn.filter-btn,
  body.asterrvn-tablet .modal.open .modal-mobile-close-btn.filter-btn {
    width: auto;
    min-width: 0;
    max-width: none;
    height: 36px;
    min-height: 36px;
    padding: 0 14px;
    font-family: var(--mono);
    letter-spacing: 0.12em;
    line-height: 1;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-download .modal-download-icon,
  body.asterrvn-phone .modal.open .modal-mobile-download .modal-download-icon,
  body.asterrvn-tablet .modal.open .modal-mobile-download .modal-download-icon {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-zoom-btn .modal-zoom-icon,
  body.asterrvn-phone .modal.open .modal-mobile-zoom-btn .modal-zoom-icon,
  body.asterrvn-tablet .modal.open .modal-mobile-zoom-btn .modal-zoom-icon,
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-desc-btn .modal-desc-icon,
  body.asterrvn-phone .modal.open .modal-mobile-desc-btn .modal-desc-icon,
  body.asterrvn-tablet .modal.open .modal-mobile-desc-btn .modal-desc-icon {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
  }
  body.asterrvn-viewer-narrow .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .modal-description-terminal,
  body.asterrvn-phone .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .modal-description-terminal,
  body.asterrvn-tablet .modal.open:not(.modal--mobile-zoom) .modal-mobile-shell > .modal-description-terminal {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo {
    flex: 0 1 auto;
    min-height: 0;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: block;
    margin: 0 auto;
    align-self: center;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalImg,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalVideo,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalImg,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalVideo,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalImg,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized #modalVideo {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    display: block;
    margin: 0;
    align-self: auto;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame {
    flex: 0 0 auto;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame.modal-mobile-art-frame--sized {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: stretch;
    justify-content: stretch;
    align-self: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--media-loading):not(.modal--mobile-desc-open) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-phone .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--media-loading):not(.modal--mobile-desc-open) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-tablet .modal.open.modal--mobile-shell:not(.modal--mobile-zoom):not(.modal--media-loading):not(.modal--mobile-desc-open) .modal-mobile-stage .modal-mobile-art-frame {
    outline: 1px dashed rgba(125, 190, 255, 0.72);
    outline-offset: 0;
    box-shadow: none !important;
    background: transparent;
    visibility: visible;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame {
    outline: none !important;
    visibility: hidden;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame {
    outline: none !important;
    box-shadow: none !important;
    visibility: visible;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-description-terminal,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-description-terminal,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open:not(.modal--mobile-zoom) .modal-mobile-stage .modal-description-terminal {
    display: flex !important;
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(58dvh, 420px);
    width: 100%;
    max-width: 100%;
    margin: 0;
    order: 0;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage {
    position: relative;
    min-height: min(40dvh, 280px);
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--media-loading:not(.modal--mobile-desc-open):not(.modal--mobile-zoom) .modal-mobile-stage .modal-mobile-art-frame #modalVideo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    outline: none;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--media-loading .modal-mobile-media-loading,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--media-loading .modal-mobile-media-loading,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--media-loading .modal-mobile-media-loading {
    display: flex !important;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
    font-family: var(--pixel-en);
    font-size: 9px;
    letter-spacing: 0.14em;
    color: var(--accent-bright);
    text-align: center;
    border: 1px dashed var(--line);
    background: rgba(6, 8, 12, 0.72);
    max-width: min(360px, 92vw);
    margin: auto;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-shell.modal--mobile-desc-open .modal-mobile-media-loading,
  body.asterrvn-phone .modal.open.modal--mobile-shell.modal--mobile-desc-open .modal-mobile-media-loading,
  body.asterrvn-tablet .modal.open.modal--mobile-shell.modal--mobile-desc-open .modal-mobile-media-loading {
    display: none !important;
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-nav,
  body.asterrvn-phone .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-nav,
  body.asterrvn-tablet .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-nav {
    opacity: 0.45;
    border-color: var(--line);
    color: var(--text-dim);
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-desc-btn--available,
  body.asterrvn-phone .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-desc-btn--available,
  body.asterrvn-tablet .modal.open .modal-mobile-desc-btn.filter-btn.modal-mobile-desc-btn--available {
    opacity: 1;
    border-color: var(--accent);
    color: var(--accent-bright);
  }
  body.asterrvn-viewer-narrow .modal.open .modal-mobile-desc-btn.filter-btn[aria-pressed="true"],
  body.asterrvn-phone .modal.open .modal-mobile-desc-btn.filter-btn[aria-pressed="true"],
  body.asterrvn-tablet .modal.open .modal-mobile-desc-btn.filter-btn[aria-pressed="true"] {
    background: rgba(42, 109, 255, 0.12);
    box-shadow: none;
  }
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalVideo,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalImg,
  body.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage .modal-mobile-art-frame #modalVideo {
    max-width: 100vw;
    max-height: 100dvh;
    width: auto;
    height: auto;
    object-fit: contain !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 auto;
  }
  body.modal-pinch-zooming.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom,
  body.modal-pinch-zooming.asterrvn-phone .modal.open.modal--mobile-zoom,
  body.modal-pinch-zooming.asterrvn-tablet .modal.open.modal--mobile-zoom {
    overflow: visible !important;
  }
  body.modal-pinch-zooming.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]),
  body.modal-pinch-zooming.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]),
  body.modal-pinch-zooming.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-shell:not([hidden]) {
    overflow: visible !important;
  }
  body.modal-pinch-zooming.asterrvn-viewer-narrow .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.modal-pinch-zooming.asterrvn-phone .modal.open.modal--mobile-zoom .modal-mobile-stage,
  body.modal-pinch-zooming.asterrvn-tablet .modal.open.modal--mobile-zoom .modal-mobile-stage {
    overflow: visible !important;
  }
}
