/* v8: dual brand previews and automatic light/dark logo switching. */
.theme-logo-light{display:none!important}
html[data-theme=light] .theme-logo-dark{display:none!important}
html[data-theme=light] .theme-logo-light{display:block!important}
.logo-preview-dark{background:#0b0e14}
.logo-preview-light{background:#f5f6f8}
.logo-preview-dark img,.logo-preview-light img{width:auto;max-width:100%;max-height:72px;object-fit:contain}
