/* ZT_MODULE_READY=1 */
/* Core safety layer. Keep this file small, global and reversible. */

:root {
    --zt-yellow: #ffe600;
    --zt-yellow-strong: #ffdd00;
    --zt-green: #00a650;
    --zt-dark: #111;
    --zt-soft-border: #e5e5e5;
}

/* Stable pseudo icons. This prevents old mojibake content from becoming visible. */
.woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-info::before,
.woocommerce-error::before,
.zt-local-24-badge .zt-local-24-text::before,
.zt-hero-tagline::before,
.zt-hero-cta::after,
.zt-app-cats-root-title::before,
.zt-app-cats-overlay .zt-app-cats-modal-title::before,
.zt-app-cats-root-link a::after,
.zt-cat-more-btn::after,
.woocommerce-ordering::after,
.zt-product-item .zt-add-cart-btn::before,
.zt-add-cart-btn::before,
.products.zt-products-grid .zt-add-cart-btn::before,
.zt-stock-pill::before,
.zt-promos-section-title::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.woocommerce-message::before {
    content: "\f058" !important;
}

.woocommerce-info::before {
    content: "\f05a" !important;
}

.woocommerce-notices-wrapper .woocommerce-info::before {
    content: "\f05a" !important;
}

.woocommerce-error::before {
    content: "\f071" !important;
}

.zt-local-24-badge .zt-local-24-text::before,
.zt-hero-tagline::before {
    content: "\f0e7" !important;
}

.zt-hero-cta::after,
.zt-app-cats-root-link a::after {
    content: "\f061" !important;
}

.zt-app-cats-root-title::before,
.zt-app-cats-overlay .zt-app-cats-modal-title::before {
    content: "\f07b" !important;
}

.zt-cat-more-btn::after,
.woocommerce-ordering::after {
    content: "\f078" !important;
}

.zt-cat-card.is-open .zt-cat-more-btn::after {
    content: "\f077" !important;
}

.zt-product-item .zt-add-cart-btn::before,
.zt-add-cart-btn::before,
.products.zt-products-grid .zt-add-cart-btn::before {
    content: "\f07a" !important;
}

.zt-stock-pill::before {
    content: "\f058" !important;
}

.zt-promos-section-title::before {
    content: "\f06d" !important;
}

.zt-product-item .zt-card-actions .zt-add-cart-btn::after {
    content: none !important;
    display: none !important;
}

/* Stable text generated by CSS. Use ASCII here to avoid encoding regressions. */
.zt-loop-header .woocommerce-ordering::before,
.zt-shop-loopbar form.woocommerce-ordering::before {
    content: "Ordenar" !important;
}

body.tax-product_cat .zt-archive-title::before,
body.tax-product_tag .zt-archive-title::before {
    content: "Categoria" !important;
}

.zt-archive-title::before {
    content: "Categoria" !important;
}

body.search.post-type-archive-product .zt-archive-title::before,
body.search.woocommerce-page .zt-archive-title::before {
    content: "Busqueda" !important;
}

.zt-home-main-cats-title::after {
    content: "categorias" !important;
}

.zt-badge-corner-top::before {
    content: "MAS VENDIDO" !important;
}

.woocommerce ul.products li.product.outofstock::before {
    content: "AGOTADO - AGOTADO - AGOTADO - AGOTADO" !important;
}

/* Result count should use real Woo text only, never generated symbols. */
.woocommerce-result-count::before,
.woocommerce-result-count::after,
.zt-result-count::before,
.zt-result-count::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 768px) {
    .zt-loop-header .woocommerce-ordering::before,
    .zt-shop-loopbar form.woocommerce-ordering::before {
        content: none !important;
        display: none !important;
    }
}

/* Pilot shell styles. Scoped so the public legacy bundle stays untouched. */
body.zt-assets-no-legacy-style {
    margin: 0;
    background: #eeeeee;
    color: #111111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.zt-assets-no-legacy-style.zt-location-modal-open {
    overflow: hidden;
}

body.zt-assets-no-legacy-style #zt-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #050505;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

body.zt-assets-no-legacy-style.admin-bar #zt-header {
    top: 32px;
}

body.zt-assets-no-legacy-style .zt-header-spacer {
    display: none;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
    width: min(1280px, calc(100% - 28px));
    min-height: 70px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) minmax(170px, 220px) auto;
    align-items: center;
    gap: 12px;
}

body.zt-assets-no-legacy-style #zt-header .zt-cat-btn {
    height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

body.zt-assets-no-legacy-style #zt-header .zt-cat-btn i {
    color: #ffffff;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-search,
body.zt-assets-no-legacy-style #zt-header .zt-header-location-row {
    min-width: 0;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-wrapp {
    width: 100%;
    max-width: none;
    min-width: 0;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-form,
body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-sf-wrapp {
    width: 100%;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-input {
    height: 42px;
    border: 0;
    border-radius: 0;
    padding: 0 18px;
    font-style: italic;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-submit {
    min-width: 100px;
    background: var(--zt-yellow) !important;
    color: #111111 !important;
    border-radius: 0;
    font-weight: 900;
    text-transform: uppercase;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 850;
    white-space: nowrap;
    cursor: pointer;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-icon {
    width: 38px;
    height: 38px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    background: #111111;
    color: var(--zt-yellow);
    text-decoration: none;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-icon:hover {
    background: #1c1c1c;
    color: var(--zt-yellow);
}

body.zt-assets-no-legacy-style #zt-header .zt-cart-bubble,
body.zt-assets-no-legacy-style #zt-header .zt-favorites-bubble {
    position: absolute;
    top: -8px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff1764;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 18px;
}

body.zt-assets-no-legacy-style #zt-header .zt-cart-bubble.is-active,
body.zt-assets-no-legacy-style #zt-header .zt-favorites-bubble.is-active {
    display: flex;
}

body.zt-assets-no-legacy-style .zt-location-modal[hidden] {
    display: none !important;
}

body.zt-assets-no-legacy-style .zt-location-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

body.zt-assets-no-legacy-style .zt-location-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

body.zt-assets-no-legacy-style .zt-location-dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    box-sizing: border-box;
    border-radius: 18px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}

body.zt-assets-no-legacy-style .zt-location-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #f7f7f7;
    cursor: pointer;
}

body.zt-assets-no-legacy-style .zt-location-dialog h2 {
    margin: 0 42px 8px 0;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 950;
}

body.zt-assets-no-legacy-style .zt-location-dialog p {
    margin: 0 0 18px;
    color: #555555;
}

body.zt-assets-no-legacy-style .zt-location-form {
    display: grid;
    gap: 12px;
}

body.zt-assets-no-legacy-style .zt-location-form label {
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

body.zt-assets-no-legacy-style .zt-location-form input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 18px;
}

body.zt-assets-no-legacy-style .zt-location-form input:focus {
    border-color: #ffd000;
    outline: 2px solid var(--zt-yellow);
}

body.zt-assets-no-legacy-style .zt-location-city-wrap {
    display: none;
}

body.zt-assets-no-legacy-style .zt-location-city-wrap.is-visible {
    display: grid;
}

body.zt-assets-no-legacy-style .zt-location-message {
    min-height: 20px;
    font-weight: 850;
}

body.zt-assets-no-legacy-style .zt-location-message.is-ok {
    color: #008a43;
}

body.zt-assets-no-legacy-style .zt-location-message.is-error {
    color: #d9003d;
}

body.zt-assets-no-legacy-style .zt-location-save {
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: var(--zt-yellow);
    color: #111111;
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
}

body.zt-assets-no-legacy-style .zt-location-save:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

body.zt-assets-no-legacy-style #zt-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1490;
    display: none;
    background: rgba(0, 0, 0, 0.45);
}

body.zt-assets-no-legacy-style #zt-menu-overlay.is-active {
    display: block;
}

body.zt-assets-no-legacy-style #zt-menu-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    width: min(360px, 90vw);
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    background: #ffffff;
    box-shadow: 8px 0 28px rgba(0, 0, 0, 0.22);
}

body.zt-assets-no-legacy-style.admin-bar #zt-menu-panel {
    top: 32px;
}

body.zt-assets-no-legacy-style #zt-menu-panel.is-open {
    transform: translateX(0);
}

body.zt-assets-no-legacy-style .zt-menu-header {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    background: #111111;
    color: #ffffff;
}

body.zt-assets-no-legacy-style .zt-menu-title {
    font-weight: 950;
    text-transform: uppercase;
}

body.zt-assets-no-legacy-style #zt-menu-close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: var(--zt-yellow);
    color: #111111;
    cursor: pointer;
}

body.zt-assets-no-legacy-style .zt-menu-body {
    height: calc(100% - 58px);
    overflow: auto;
    padding: 10px 0;
}

body.zt-assets-no-legacy-style .zt-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.zt-assets-no-legacy-style .zt-menu-list li {
    border-bottom: 1px solid #eeeeee;
}

body.zt-assets-no-legacy-style .zt-menu-list a,
body.zt-assets-no-legacy-style .zt-menu-list button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 18px;
    border: 0;
    background: #ffffff;
    color: #111111;
    text-align: left;
    text-decoration: none;
    font-weight: 850;
}

body.zt-assets-no-legacy-style .zt-menu-list a:hover,
body.zt-assets-no-legacy-style .zt-menu-list button:hover {
    background: #fffbea;
}

body.zt-assets-no-legacy-style #zt-footer {
    position: relative;
    margin-top: 0;
    border-top: 4px solid var(--zt-yellow);
    background: #030303;
    color: #ffffff;
    padding: 26px 0 18px;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-bar {
    display: none;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.1fr 1.3fr;
    gap: 28px;
    align-items: start;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-logo img {
    display: block;
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.45));
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-tagline {
    margin: 12px 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-heading {
    display: block;
    margin: 0 0 10px;
    color: var(--zt-yellow);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-contact,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust {
    display: grid;
    gap: 8px;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading),
body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: #101010;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a i,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) i,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp i {
    width: 18px;
    color: var(--zt-yellow);
    text-align: center;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
    background: #062815;
    border-color: #0c6b32;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp i,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-social a:last-child {
    color: #25d366;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #101010;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy a {
    color: var(--zt-yellow);
    font-weight: 850;
    text-decoration: none;
}

body.zt-assets-no-legacy-style #zt-bottom-nav {
    display: none;
}

@media (max-width: 900px) {
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    body.zt-assets-no-legacy-style {
        padding-bottom: 70px;
    }

    body.zt-assets-no-legacy-style.admin-bar #zt-header {
        top: 46px;
    }

    body.zt-assets-no-legacy-style #zt-header {
        padding: 10px 0 14px;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
        width: calc(100% - 24px);
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-left,
    body.zt-assets-no-legacy-style #zt-header .zt-header-icons {
        display: none;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-search {
        order: 1;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-row {
        order: 2;
        display: block;
        width: 100%;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
        height: 46px;
        justify-content: space-between;
        padding: 0 16px;
        background: #181818;
        font-size: 15px;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-prefix {
        display: inline;
    }

    body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-input,
    body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-submit {
        height: 48px;
    }

    body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-submit {
        min-width: 112px;
    }

    body.zt-assets-no-legacy-style.admin-bar #zt-menu-panel {
        top: 46px;
    }

    body.zt-assets-no-legacy-style #zt-footer {
        padding: 22px 0 86px;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: center;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-brand {
        display: grid;
        justify-items: center;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-logo img {
        max-width: 140px;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-tagline {
        max-width: 320px;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links {
        grid-template-columns: 1fr 1fr;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links .zt-footer-heading {
        grid-column: 1 / -1;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a:nth-of-type(4),
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a:nth-of-type(5) {
        display: none;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
        justify-content: center;
        min-height: 38px;
        font-size: 14px;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-contact,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust {
        justify-items: stretch;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-social {
        justify-content: center;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust {
        grid-template-columns: repeat(3, 1fr);
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust .zt-footer-heading {
        grid-column: 1 / -1;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) {
        justify-content: center;
        min-height: 38px;
        padding: 0 8px;
        font-size: 0;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) i {
        font-size: 16px;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy {
        display: grid;
        justify-items: center;
        gap: 8px;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        height: 70px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 4px env(safe-area-inset-right) calc(4px + env(safe-area-inset-bottom)) env(safe-area-inset-left);
        border-top: 1px solid #e5e5e5;
        background: #ffffff;
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.14);
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #6a5d00;
        font-size: 12px;
        text-decoration: none;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-icon {
        position: relative;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f7f7f7;
        font-size: 20px;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-item.is-active .zt-bottom-nav-icon,
    body.zt-assets-no-legacy-style .zt-bottom-nav-item:nth-child(3) .zt-bottom-nav-icon {
        width: 58px;
        height: 58px;
        margin-top: -28px;
        border: 2px solid #ffd600;
        background: #ffffff;
        color: #7a6900;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-label {
        font-weight: 700;
        line-height: 1;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-item.is-active .zt-bottom-nav-label {
        color: #6a5d00;
        font-weight: 950;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-badge {
        position: absolute;
        top: -5px;
        right: -6px;
        min-width: 18px;
        height: 18px;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        border-radius: 999px;
        background: #ff1764;
        color: #ffffff;
        font-size: 11px;
        font-weight: 950;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-badge.is-active {
        display: flex;
    }
}

/* Pilot shell parity: keep the split-assets preview visually aligned with the live shell. */
body.zt-assets-no-legacy-style #zt-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    padding: 0 !important;
    background: #050505 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28) !important;
}

body.zt-assets-no-legacy-style.admin-bar #zt-header {
    top: 32px !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
    width: min(92%, 1460px) !important;
    max-width: 1460px !important;
    min-height: 64px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: auto minmax(360px, 1fr) minmax(155px, 230px) auto !important;
    align-items: center !important;
    gap: 12px !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-left,
body.zt-assets-no-legacy-style #zt-header .zt-header-search,
body.zt-assets-no-legacy-style #zt-header .zt-header-location-row,
body.zt-assets-no-legacy-style #zt-header .zt-header-icons {
    min-width: 0 !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-cat-btn {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    gap: 9px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-input {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
}

body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-submit {
    height: 48px !important;
    min-width: 118px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-row {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
    width: 100% !important;
    max-width: 230px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 6px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn span {
    min-width: 0 !important;
    display: inline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-prefix {
    flex: 0 0 auto !important;
    font-weight: 900 !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn > .fa-chevron-down {
    margin-left: auto !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

body.zt-assets-no-legacy-style #zt-header .zt-header-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
}

body.zt-assets-no-legacy-style #zt-footer {
    margin-top: 44px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-top: 0 !important;
    background: #050505 !important;
    color: #f6f6f6 !important;
    font-family: "Roboto", sans-serif !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-bar {
    display: block !important;
    height: 4px !important;
    background: linear-gradient(90deg, #fff159 0%, #ffd000 48%, #fff159 100%) !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
    width: min(92%, 1120px) !important;
    max-width: 1120px !important;
    margin: 0 auto !important;
    padding: 20px 0 13px !important;
    display: grid !important;
    grid-template-columns: minmax(210px, 0.95fr) minmax(300px, 1.15fr) minmax(210px, 0.85fr) minmax(230px, 0.95fr) !important;
    gap: 18px 22px !important;
    align-items: start !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-logo img {
    width: 154px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-tagline {
    max-width: 255px !important;
    margin: 12px 0 0 !important;
    color: #f4f4f4 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-heading {
    display: block !important;
    margin: 0 0 7px !important;
    color: #fff159 !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links .zt-footer-heading {
    grid-column: 1 / -1 !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading),
body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
    min-height: 30px !important;
    padding: 6px 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 7px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #f6f6f6 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a i,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) i,
body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp i {
    width: 18px !important;
    min-width: 18px !important;
    color: #fff159 !important;
    text-align: center !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
    justify-content: center !important;
    border-color: rgba(0, 210, 97, 0.44) !important;
    background: rgba(0, 150, 70, 0.23) !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp i {
    color: #00d66f !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-social {
    display: flex !important;
    gap: 8px !important;
    margin-top: 0 !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-social a {
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-social a:last-child {
    color: #00d66f !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy {
    grid-column: 1 / -1 !important;
    margin-top: 2px !important;
    padding-top: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #f6f6f6 !important;
    font-size: 11px !important;
}

body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy a {
    color: #fff159 !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style #zt-header {
        padding: 0 0 12px !important;
    }

    body.zt-assets-no-legacy-style.admin-bar #zt-header {
        top: 46px !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
        width: calc(100% - 28px) !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 10px 0 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-left,
    body.zt-assets-no-legacy-style #zt-header .zt-header-icons {
        display: none !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-search {
        order: 1 !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-row {
        order: 2 !important;
        width: 100% !important;
        margin: 4px 0 0 !important;
    }

    body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-input {
        height: 46px !important;
        min-height: 46px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style #zt-header .dgwt-wcas-search-submit {
        height: 46px !important;
        min-width: 128px !important;
        font-size: 18px !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
        width: 100% !important;
        max-width: none !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        background: #1a1a1a !important;
        border-color: rgba(255, 255, 255, 0.22) !important;
        font-size: 16px !important;
        font-weight: 950 !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
        width: calc(100% - 24px) !important;
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 14px 0 86px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 10px !important;
        justify-items: center !important;
        align-items: start !important;
        text-align: center !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-brand,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-contact,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy {
        width: 100% !important;
        max-width: 410px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-brand {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-logo img {
        width: 104px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-tagline {
        display: none !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-heading {
        margin: 0 0 5px !important;
        font-size: 10px !important;
        text-align: center !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a:nth-of-type(4),
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a:nth-of-type(5) {
        display: none !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-links a,
    body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 33px !important;
        padding: 7px 8px !important;
        justify-content: center !important;
        font-size: 12px !important;
        overflow: hidden !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-whatsapp span {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-contact {
        align-items: stretch !important;
        gap: 6px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-social {
        justify-content: center !important;
        gap: 8px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-social a {
        width: 30px !important;
        height: 30px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust .zt-footer-heading {
        grid-column: 1 / -1 !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) {
        min-height: 40px !important;
        padding: 5px 4px !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 3px !important;
        font-size: 10px !important;
        line-height: 1.05 !important;
        text-align: center !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-trust span:not(.zt-footer-heading) i {
        width: auto !important;
        min-width: 0 !important;
        font-size: 14px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-copy {
        margin-top: 0 !important;
        padding-top: 8px !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 3px !important;
        font-size: 10.5px !important;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: space-around !important;
        grid-template-columns: none !important;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-item {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }
}

@media (max-width: 600px) {
    body.zt-assets-no-legacy-style.admin-bar #zt-header {
        top: 0 !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
        width: calc(100% - 28px) !important;
    }
}

/* Pilot shell parity fixes. Keep this last so the split-assets preview matches the live shell. */
body.zt-assets-no-legacy-style #zt-menu-overlay.open,
body.zt-assets-no-legacy-style #zt-menu-overlay.zt-menu-open,
body.zt-assets-no-legacy-style.zt-menu-open #zt-menu-overlay {
    display: block !important;
}

body.zt-assets-no-legacy-style #zt-menu-panel.open,
body.zt-assets-no-legacy-style #zt-menu-panel.is-open,
body.zt-assets-no-legacy-style.zt-menu-open #zt-menu-panel {
    transform: translateX(0) !important;
}

@media (min-width: 1025px) {
    body.zt-assets-no-legacy-style #zt-header .zt-header-inner {
        width: min(1460px, calc(100% - 32px)) !important;
        max-width: 1460px !important;
        grid-template-columns: auto minmax(360px, 1fr) minmax(230px, 290px) auto !important;
        gap: 14px !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-cat-btn {
        min-width: 184px !important;
        justify-content: center !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
        max-width: 290px !important;
        height: 34px !important;
        min-height: 34px !important;
    }
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style #zt-header {
        transition: background .18s ease, padding .18s ease, box-shadow .18s ease !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-row {
        transition: max-height .18s ease, opacity .14s ease, transform .18s ease, margin .18s ease !important;
    }

    body.zt-assets-no-legacy-style #zt-header .zt-header-location-btn {
        justify-content: flex-start !important;
    }

    body.zt-assets-no-legacy-style #zt-footer {
        padding-bottom: 18px !important;
    }

    body.zt-assets-no-legacy-style #zt-footer .zt-footer-content {
        padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav {
        height: 70px !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: space-around !important;
        padding-top: 4px !important;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav .zt-bottom-nav-item,
    body.zt-assets-no-legacy-style #zt-bottom-nav .zt-bottom-nav-favorites {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-favorites .zt-bottom-nav-icon {
        background: #fff7fb !important;
        color: #d81b60 !important;
    }

    body.zt-assets-no-legacy-style .zt-bottom-nav-favorites.is-active .zt-bottom-nav-icon {
        background: #fff0f6 !important;
        box-shadow: 0 0 0 2px rgba(216, 27, 96, .22) !important;
    }

    body.zt-assets-no-legacy-style .zt-bottom-fav-badge {
        position: absolute !important;
        top: -4px !important;
        right: -6px !important;
        min-width: 16px !important;
        height: 16px !important;
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 4px !important;
        border-radius: 999px !important;
        background: #d81b60 !important;
        color: #ffffff !important;
        font-size: 10px !important;
        font-weight: 950 !important;
        line-height: 16px !important;
    }

    body.zt-assets-no-legacy-style .zt-bottom-fav-badge.is-active {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    body.zt-assets-no-legacy-style #zt-header.header-mini {
        padding: 7px 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .zt-header-inner {
        width: calc(100% - 24px) !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .zt-header-search {
        order: 1 !important;
        width: 100% !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .zt-header-location-row {
        max-height: 0 !important;
        margin: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        pointer-events: none !important;
        transform: translateY(-10px) !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-wrapp {
        overflow: hidden !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-form,
    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-sf-wrapp {
        overflow: hidden !important;
        border: 1px solid rgba(0, 0, 0, .08) !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        box-shadow: 0 3px 14px rgba(0, 0, 0, .18) !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-input {
        border-radius: 999px 0 0 999px !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-submit {
        overflow: hidden !important;
        border-radius: 0 999px 999px 0 !important;
        clip-path: none !important;
        box-shadow: none !important;
    }

    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-submit::before,
    body.zt-assets-no-legacy-style #zt-header.header-mini .dgwt-wcas-search-submit::after {
        display: none !important;
        content: none !important;
    }
}

/* Pilot categories app overlay. Reuses the current bottom-nav category system for header and mobile. */
body.zt-assets-no-legacy-style.zt-no-scroll {
    overflow: hidden !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1800 !important;
    background: rgba(0, 0, 0, .18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .18s ease, visibility .18s ease !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal {
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #f4f4f4 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-header {
    min-height: 56px !important;
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    background: #ffe600 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-close {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18) !important;
    cursor: pointer !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-close-x {
    justify-self: end !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-title {
    justify-self: center !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 5px 18px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16) !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    padding: 10px 12px 14px !important;
    overflow: hidden !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(118px, 30%) minmax(0, 1fr) !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .10) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    overflow: hidden !important;
    background: #f4f4f4 !important;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .06) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar-inner {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent {
    width: 100% !important;
    min-height: 32px !important;
    padding: 7px 9px !important;
    border: 0 !important;
    border-left: 3px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    background: transparent !important;
    color: #202020 !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    cursor: pointer !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent.is-active {
    border-left-color: #ffe600 !important;
    border-radius: 0 12px 12px 0 !important;
    background: #ffffff !important;
    color: #111111 !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent-label {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-content {
    min-width: 0 !important;
    height: 100% !important;
    padding: 14px 10px 20px !important;
    overflow-y: auto !important;
    text-align: center !important;
    scrollbar-width: thin !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-grid {
    display: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-grid.is-active {
    display: block !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 4px auto 18px !important;
    padding: 8px 20px !important;
    border: 1px solid #ffd600 !important;
    border-radius: 999px !important;
    background: #fffdf0 !important;
    color: #2b2b2b !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-items: center !important;
    gap: 28px 10px !important;
    padding: 4px 4px 18px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-item {
    width: 100% !important;
    max-width: 92px !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    padding: 0 !important;
    color: #202020 !important;
    text-decoration: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-thumb {
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .09) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-thumb img {
    width: 78% !important;
    height: 78% !important;
    object-fit: contain !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-initial {
    font-size: 28px !important;
    font-weight: 950 !important;
    color: #8a7a00 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-item-name {
    max-width: 100% !important;
    color: #1e1e1e !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.05 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    overflow-wrap: anywhere !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-link {
    display: flex !important;
    justify-content: center !important;
    margin: 10px 0 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    max-width: min(420px, 100%) !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    background: #ffe600 !important;
    color: #1f1f1f !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar-inner::-webkit-scrollbar,
body.zt-assets-no-legacy-style .zt-app-cats-content::-webkit-scrollbar {
    width: 6px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar-inner::-webkit-scrollbar-thumb,
body.zt-assets-no-legacy-style .zt-app-cats-content::-webkit-scrollbar-thumb {
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .16) !important;
}

@media (min-width: 1025px) {
    body.zt-assets-no-legacy-style .zt-app-cats-modal {
        background: rgba(244, 244, 244, .98) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal-body {
        max-width: 1060px !important;
        width: min(1060px, calc(100% - 48px)) !important;
        margin: 0 auto !important;
        padding-top: 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 210px minmax(0, 1fr) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 28px 16px !important;
    }
}

@media (max-width: 768px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay {
        z-index: 1600 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal-header {
        min-height: 54px !important;
        grid-template-columns: 38px 1fr 38px !important;
        padding: 6px 9px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-close {
        width: 34px !important;
        height: 34px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal-title {
        min-height: 32px !important;
        padding: 5px 16px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal-body {
        padding: 10px 12px calc(82px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 30vw minmax(0, 1fr) !important;
        border-radius: 16px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        min-height: 30px !important;
        padding: 6px 7px !important;
        font-size: 11px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 12px 8px 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin-bottom: 16px !important;
        padding: 7px 17px !important;
        font-size: 14px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 26px 6px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 82px !important;
        gap: 6px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 58px !important;
        height: 58px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 11px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
        padding: 11px 18px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 420px) {
    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 28vw minmax(0, 1fr) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        font-size: 10px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 54px !important;
        height: 54px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 10px !important;
    }
}

/* Pilot category overlay parity. This mirrors the current in-page category app without the extra yellow overlay bar. */
body.zt-assets-no-legacy-style .zt-app-cats-overlay {
    background: rgba(255, 255, 255, .78) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal {
    inset: auto !important;
    top: 18px !important;
    right: 0 !important;
    left: 0 !important;
    width: min(1290px, calc(100vw - 40px)) !important;
    height: min(760px, calc(100vh - 118px)) !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-header {
    display: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-body {
    height: 100% !important;
    padding: 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
    height: 100% !important;
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar {
    width: auto !important;
    max-width: none !important;
    background: #f4f4f4 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent {
    min-height: 40px !important;
    padding: 9px 13px !important;
    font-size: 14px !important;
    line-height: 1.12 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent.is-active {
    border-radius: 0 14px 14px 0 !important;
    font-weight: 900 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-content {
    padding: 22px 34px 26px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-title {
    margin: 2px auto 28px !important;
    padding: 9px 24px !important;
    font-size: 18px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-items {
    grid-template-columns: repeat(4, minmax(110px, 1fr)) !important;
    gap: 44px 64px !important;
    padding: 0 0 26px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-item {
    max-width: 132px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-thumb {
    width: 78px !important;
    height: 78px !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-item-name {
    font-size: 14px !important;
    line-height: 1.02 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-link {
    margin: 18px 0 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
    max-width: min(520px, 100%) !important;
    padding: 15px 28px !important;
    font-size: 18px !important;
    line-height: 1.08 !important;
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay {
        background: #ffffff !important;
        z-index: 1100 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal {
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        border-radius: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 178px minmax(0, 1fr) !important;
        border-radius: 0 0 18px 18px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        min-height: 34px !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 16px 12px calc(88px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin: 0 auto 28px !important;
        padding: 9px 18px !important;
        font-size: 16px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 38px 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 96px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 70px !important;
        height: 70px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 13px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
        max-width: 360px !important;
        padding: 14px 22px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 560px) {
    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 166px minmax(0, 1fr) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        min-height: 31px !important;
        padding: 7px 9px !important;
        font-size: 12px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 14px 10px calc(88px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin-bottom: 22px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        gap: 34px 10px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 82px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 62px !important;
        height: 62px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 12px !important;
    }
}

/* Final pilot correction: share the same in-page categories panel for header and mobile nav. */
body.zt-assets-no-legacy-style .zt-app-cats-overlay {
    background: rgba(255, 255, 255, .78) !important;
    z-index: 1700 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal {
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-header {
    display: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-modal-body {
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
    height: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar,
body.zt-assets-no-legacy-style .zt-app-cats-content {
    min-height: 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-sidebar-inner,
body.zt-assets-no-legacy-style .zt-app-cats-content {
    max-height: 100% !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-parent-label,
body.zt-assets-no-legacy-style .zt-app-cats-item-name,
body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
    letter-spacing: 0 !important;
}

@media (min-width: 1025px) {
    body.zt-assets-no-legacy-style .zt-app-cats-modal {
        inset: auto !important;
        top: 56px !important;
        right: 0 !important;
        left: 0 !important;
        width: min(1290px, calc(100vw - 64px)) !important;
        height: min(780px, calc(100vh - 112px)) !important;
        margin: 0 auto !important;
        border-radius: 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 260px minmax(0, 1fr) !important;
        border-radius: 18px !important;
        box-shadow: 0 16px 34px rgba(0, 0, 0, .12) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-sidebar {
        width: auto !important;
        max-width: none !important;
        background: #f4f4f4 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        min-height: 40px !important;
        padding: 9px 13px !important;
        font-size: 14px !important;
        line-height: 1.12 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 22px 34px 26px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin: 2px auto 28px !important;
        padding: 9px 24px !important;
        font-size: 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        grid-template-columns: repeat(4, minmax(110px, 1fr)) !important;
        gap: 44px 64px !important;
        padding: 0 0 26px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 132px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 78px !important;
        height: 78px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 14px !important;
        line-height: 1.02 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
        max-width: min(520px, 100%) !important;
        padding: 15px 28px !important;
        font-size: 18px !important;
        line-height: 1.08 !important;
    }
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay {
        background: #ffffff !important;
        z-index: 1700 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-modal {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: minmax(154px, 28vw) minmax(0, 1fr) !important;
        border-radius: 0 0 18px 18px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-sidebar {
        width: auto !important;
        max-width: none !important;
        background: #f4f4f4 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-parent {
        min-height: 32px !important;
        padding: 7px 10px !important;
        font-size: 12px !important;
        line-height: 1.18 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 14px 10px calc(88px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin: 0 auto 24px !important;
        padding: 8px 18px !important;
        font-size: 16px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 34px 10px !important;
        padding-bottom: 22px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 86px !important;
        padding: 4px 2px 8px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-thumb {
        width: 62px !important;
        height: 62px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item-name {
        font-size: 12px !important;
        line-height: 1.05 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-link {
        margin: 16px 0 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-link a {
        max-width: 360px !important;
        padding: 14px 22px !important;
        font-size: 16px !important;
        line-height: 1.08 !important;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav,
    body.zt-assets-no-legacy-style .zt-bottom-nav {
        z-index: 1900 !important;
    }
}

@media (max-width: 560px) {
    body.zt-assets-no-legacy-style .zt-app-cats-wrapper {
        grid-template-columns: 166px minmax(0, 1fr) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-content {
        padding: 14px 8px calc(88px + env(safe-area-inset-bottom)) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-root-title {
        margin-bottom: 22px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-item {
        max-width: 82px !important;
    }
}

/* Pilot categories parity: same lazy panel for desktop header and mobile bottom nav. */
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1700 !important;
    background: rgba(245, 245, 245, .92) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal {
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
    display: none !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-body {
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-wrapper {
    display: grid !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-sidebar,
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
    min-height: 0 !important;
    background-clip: padding-box !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-sidebar-inner,
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
    max-height: 100% !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title::before {
    content: "\f07b" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    margin-right: 10px !important;
    border-radius: 999px !important;
    background: #ffe000 !important;
    color: #2b2b2b !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-name,
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-parent-label,
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-link a {
    letter-spacing: 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #222 !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-name {
    color: #222 !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    overflow-wrap: anywhere !important;
}

@media (min-width: 1025px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal {
        top: 58px !important;
        right: 0 !important;
        bottom: 34px !important;
        left: 0 !important;
        width: min(1290px, calc(100vw - 72px)) !important;
        height: auto !important;
        margin: 0 auto !important;
        border-radius: 18px !important;
        border: 1px solid rgba(255, 214, 0, .95) !important;
        box-shadow: 0 22px 54px rgba(0, 0, 0, .22), 0 0 0 4px rgba(255, 224, 0, .10) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex: 0 0 56px !important;
        height: 56px !important;
        padding: 8px 18px !important;
        background: #ffe000 !important;
        border-radius: 18px 18px 0 0 !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .13) !important;
        z-index: 2 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #222 !important;
        box-shadow: 0 2px 9px rgba(0, 0, 0, .20) !important;
        font-size: 18px !important;
        cursor: pointer !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        min-width: 200px !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 22px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #222 !important;
        border: 1px solid rgba(0, 0, 0, .08) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .14) !important;
        font-size: 18px !important;
        line-height: 1 !important;
        font-weight: 850 !important;
        text-transform: uppercase !important;
        letter-spacing: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title::before {
        content: "\f07b" !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
        font-size: .95em !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-wrapper {
        grid-template-columns: 260px minmax(0, 1fr) !important;
        border-radius: 0 0 18px 18px !important;
        border: 0 !important;
        outline: 1px solid rgba(0, 0, 0, .06) !important;
        box-shadow: none !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-sidebar {
        width: auto !important;
        max-width: none !important;
        background: #f4f4f4 !important;
        border-right: 1px solid rgba(0, 0, 0, .08) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-parent {
        min-height: 40px !important;
        padding: 9px 13px !important;
        font-size: 14px !important;
        line-height: 1.12 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
        padding: 24px 34px 26px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title {
        margin: 0 auto 30px !important;
        padding: 6px 22px 6px 8px !important;
        font-size: 18px !important;
        border-radius: 999px !important;
        border: 1px solid #f0c400 !important;
        background: #fffef5 !important;
        box-shadow: 0 5px 18px rgba(0, 0, 0, .06) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-items {
        grid-template-columns: repeat(4, minmax(110px, 1fr)) !important;
        gap: 44px 64px !important;
        padding: 0 0 26px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item {
        max-width: 128px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-thumb {
        width: 76px !important;
        height: 76px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-name {
        font-size: 13px !important;
        line-height: 1.04 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-link a {
        max-width: min(540px, 100%) !important;
        padding: 15px 28px !important;
        font-size: 18px !important;
        line-height: 1.08 !important;
    }
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay {
        background: #fff !important;
        z-index: 1700 !important;
        top: 0 !important;
        bottom: calc(72px + env(safe-area-inset-bottom)) !important;
        height: auto !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex: 0 0 60px !important;
        height: 60px !important;
        padding: 10px 10px 6px !important;
        background: #ffe000 !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, .16) !important;
        z-index: 2 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #222 !important;
        box-shadow: 0 2px 9px rgba(0, 0, 0, .20) !important;
        font-size: 16px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        min-width: 170px !important;
        max-width: calc(100vw - 118px) !important;
        height: 34px !important;
        margin: 0 !important;
        padding: 0 16px !important;
        border-radius: 999px !important;
        background: #fff !important;
        color: #222 !important;
        border: 1px solid rgba(0, 0, 0, .08) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .16) !important;
        font-size: 16px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        text-transform: uppercase !important;
        letter-spacing: 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title::before {
        content: "\f07b" !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
        font-size: .95em !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-wrapper {
        grid-template-columns: minmax(154px, 28vw) minmax(0, 1fr) !important;
        border-radius: 0 0 18px 18px !important;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .10) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-sidebar {
        width: auto !important;
        max-width: none !important;
        background: #f4f4f4 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
        background: #fff !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-parent {
        min-height: 32px !important;
        padding: 7px 10px !important;
        font-size: 12px !important;
        line-height: 1.18 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
        padding: 14px 10px 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title {
        margin: 0 auto 20px !important;
        padding: 5px 16px 5px 6px !important;
        font-size: 14px !important;
        border-radius: 999px !important;
        border: 1px solid #f0c400 !important;
        background: #fffef5 !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .06) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title::before {
        flex-basis: 24px !important;
        width: 24px !important;
        height: 24px !important;
        margin-right: 8px !important;
        font-size: 12px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-items {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 30px 10px !important;
        padding-bottom: 22px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item {
        max-width: 86px !important;
        padding: 4px 2px 8px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-thumb {
        width: 62px !important;
        height: 62px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-name {
        font-size: 11px !important;
        line-height: 1.06 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-link {
        margin: 16px 0 0 !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-link a {
        max-width: min(312px, calc(100% - 18px)) !important;
        min-height: 48px !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        line-height: 1.08 !important;
    }

    body.zt-assets-no-legacy-style #zt-bottom-nav,
    body.zt-assets-no-legacy-style .zt-bottom-nav {
        z-index: 1900 !important;
    }
}

@media (max-width: 560px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
        flex-basis: 56px !important;
        height: 56px !important;
        padding: 8px 8px 5px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-close {
        width: 36px !important;
        height: 36px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title {
        min-width: 156px !important;
        max-width: calc(100vw - 104px) !important;
        height: 32px !important;
        padding: 0 14px !important;
        font-size: 15px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-wrapper {
        grid-template-columns: 178px minmax(0, 1fr) !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-content {
        padding: 14px 8px 18px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title {
        margin-bottom: 18px !important;
        font-size: 13px !important;
        padding: 5px 12px 5px 6px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-title::before {
        flex-basis: 22px !important;
        width: 22px !important;
        height: 22px !important;
        margin-right: 7px !important;
        font-size: 11px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-root-link a {
        max-width: min(300px, calc(100% - 12px)) !important;
        min-height: 46px !important;
        padding: 9px 14px !important;
        font-size: 12px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item {
        max-width: 82px !important;
    }
}

/* Recursive category drill-down. Kept last so it wins over older overlay sizing rules. */
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay button.zt-app-cats-item {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    font: inherit !important;
    cursor: pointer !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item {
    position: relative !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-drill .zt-app-cats-thumb {
    box-shadow: 0 12px 26px rgba(255, 221, 0, .16), 0 6px 16px rgba(0, 0, 0, .08) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-more {
    position: absolute !important;
    top: 48px !important;
    right: 3px !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    border: 1px solid #d6b900 !important;
    background: #ffdd00 !important;
    color: #111 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12) !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-level-back {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    margin: 0 auto 10px !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid #e0c000 !important;
    border-radius: 999px !important;
    background: #fffdf0 !important;
    color: #665600 !important;
    font: inherit !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .07) !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-no-children {
    max-width: 360px !important;
    margin: 18px auto !important;
    padding: 14px 16px !important;
    border: 1px dashed #f0c400 !important;
    border-radius: 14px !important;
    background: #fffdf0 !important;
    color: #4b4300 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-level-back:hover,
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-drill:hover {
    transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-item-more {
        top: 42px !important;
        right: 0 !important;
        width: 20px !important;
        height: 20px !important;
        font-size: 9px !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-level-back {
        min-height: 30px !important;
        margin-bottom: 8px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
    }
}

/* Keep the category app header visible in the pilot shell. */
body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal {
    display: flex !important;
    flex-direction: column !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 0 0 56px !important;
    min-height: 56px !important;
    height: 56px !important;
    padding: 8px 12px !important;
    background: #ffe000 !important;
    overflow: visible !important;
    z-index: 20 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-title {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 1024px) {
    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal {
        position: fixed !important;
        inset: 0 !important;
        height: 100% !important;
        padding-top: 56px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-header {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        display: flex !important;
        flex: 0 0 56px !important;
        min-height: 56px !important;
        height: 56px !important;
        transform: none !important;
        clip-path: none !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    body.zt-assets-no-legacy-style .zt-app-cats-overlay#zt-app-cats-overlay .zt-app-cats-modal-body {
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }
}
