/*
 * Shared public navigation/search/footer layer.
 * A named cascade layer keeps legacy page-specific themes authoritative while
 * the BET953 shell remains identical across Home, Blog, articles and archives.
 */
@import url("hubs/styles.css?v=20260919") layer(bet953-public-shell);

/* Keep the structural shell authoritative over older page themes. */
.site-header{position:sticky;top:0;z-index:80;background:#1d2937;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(7,17,29,.08)}
.site-header .container-site{width:min(1460px,calc(100% - 48px));margin-inline:auto}
.site-header .brand,.site-footer .brand{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:900;letter-spacing:-.055em}
.site-header .brand strong,.site-footer .brand strong{color:#ff4f00}
.site-footer{background:#162231;color:#c9d4e3}
.to-top{position:fixed;right:28px;bottom:28px;z-index:65}
@media(max-width:760px){.site-header .container-site{width:min(100% - 28px,1460px)}.to-top{right:16px;bottom:16px}}
