#mm110, #mm110_mobile {
    --mm-bg-dark: #0b1120;
    --mm-txt-dark: #e0e6ed;
    --mm-ddbg-dark: #111a2e;
    --mm-bg: var(--mm-bg-dark);
    --mm-txt: var(--mm-txt-dark);
    --mm-ddbg: var(--mm-ddbg-dark);
    --mm-acc: #00e5cc;
    --mm-cta: #00e5cc;
    --mm-fw: 500;
    --mm-fs: 14px;
    --mm-tt: none;
    --mm-ls: 0px;
    --mm-h: 60px;
    --mm-h-stuck: 50px;
    --mm-h-mobile: 48px;
    --mm-logo-h: 40px;
    --mm-logo-h-stuck: 30px;
    --mm-dd-radius: 12px;
    --mm-dd-min-w: 220px;
    --mm-dd-max-w: none;
    --mm-justify: center;
    --mm-light-bg: #ffffff;
    --mm-light-txt: #1f2937;
}
#mm110.mm-light, #mm110_mobile.mm-light {
    --mm-bg: #ffffff;
    --mm-txt: #1f2937;
    --mm-ddbg: #f3f4f6;
}
@media (min-width: 993px) {
    #mm110_mobile, #mm110_overlay { display: none; }
}
@media (max-width: 992px) {
    #mm110 .mm-nav, #mm110 .mm-cta, #mm110 .mm-sub-wrap, #mm110 .mm-search { display: none; }
    #mm110 .mm-burger { display: flex; }
    #mm110 .mm-container { min-height: 0; height: 48px; padding: 0 16px; }
    #mm110 .mm-logo-img { height: 24px; }
}
