/*
 * Public performance guard v1
 * Keeps the current visual language intact on capable desktops while
 * removing continuous GPU-heavy decoration on mobile, touch and low-power devices.
 */

html.tna-low-power-guard {
    scroll-behavior: auto;
}

html.tna-low-power-guard body,
html.tna-low-power-guard .tnx-home,
html.tna-low-power-guard .tna-auth-stage {
    background-attachment: scroll !important;
}

html.tna-low-power-guard .tna-network-canvas,
html.tna-low-power-guard .tna-cinematic-stage,
html.tna-low-power-guard .tna-scroll-progress,
html.tna-low-power-guard .tna-cursor-glow,
html.tna-low-power-guard .tna-cursor-ripple,
html.tna-low-power-guard .tna-space__nebula,
html.tna-low-power-guard .tna-space__dust,
html.tna-low-power-guard .tna-space__scan,
html.tna-low-power-guard .tna-space__circuit,
html.tna-low-power-guard .tna-space__constellation,
html.tna-low-power-guard .tna-space__orb,
html.tna-low-power-guard .tnx-home-story__visual {
    display: none !important;
}

html.tna-low-power-guard .tna-space {
    opacity: .16 !important;
}

html.tna-low-power-guard .tna-space__stars,
html.tna-low-power-guard .tna-space__grid,
html.tna-low-power-guard .tna-site-brand-mark::after,
html.tna-low-power-guard .tnx-orbit,
html.tna-low-power-guard .tnx-core,
html.tna-low-power-guard .tnx-engine__visual *,
html.tna-low-power-guard .tnx-ecosystem-scene__core,
html.tna-low-power-guard [data-tna-tilt] {
    animation: none !important;
    transform: none !important;
    filter: none !important;
}

html.tna-low-power-guard .tna-site-header,
html.tna-low-power-guard .tna-site-drawer,
html.tna-low-power-guard .tna-site-ecosystem__panel,
html.tna-low-power-guard .tna-site-user__panel,
html.tna-low-power-guard .tna-card,
html.tna-low-power-guard .tna-auth-card,
html.tna-low-power-guard .tna-auth-art,
html.tna-low-power-guard .tnx-card,
html.tna-low-power-guard .tnx-brand-card,
html.tna-low-power-guard .tnx-home [class*="card"] {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

html.tna-low-power-guard [data-tna-reveal],
html.tna-low-power-guard .tna-reveal,
html.tna-low-power-guard .is-cinematic-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

html.tna-low-power-guard .tna-page-loader {
    display: none !important;
}

@media (max-width: 1199px), (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
    .tna-site-header,
    .tna-site-drawer,
    .tna-site-ecosystem__panel,
    .tna-site-user__panel,
    .tna-card,
    .tna-auth-card,
    .tna-auth-art,
    .tnx-card,
    .tnx-brand-card {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .tna-space__nebula,
    .tna-space__dust,
    .tna-space__scan,
    .tna-space__circuit,
    .tna-space__constellation,
    .tna-space__orb {
        display: none !important;
    }
}
