/* Rove IPTV site-wide notice + header utility controls.
   This file is intentionally small and defensive so every public page can share
   the same official-site banner, WhatsApp shortcut, and ordering-cart behavior. */
:root{--rove-official:#ffa800;--rove-whatsapp:#25d366;--rove-chrome-bg:#050505;--rove-chrome-text:#f7f7f8}
.rove-shell-notice,.rove-universal-notice{display:block!important;background:linear-gradient(90deg,#ffb21a,#ffa200)!important;color:#080808!important;position:relative!important;z-index:10020!important;width:100%!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.rove-shell-notice[hidden],.rove-universal-notice[hidden]{display:block!important}
.rove-shell-notice-inner,.rove-universal-notice .rove-shell-notice-inner{min-height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:min(1120px,calc(100% - 28px))!important;margin:auto!important;padding:9px 18px!important;text-align:center!important;font-size:15px!important;line-height:1.3!important;font-weight:500!important}
.rove-shell-notice-inner>svg,.rove-universal-notice .rove-shell-notice-inner>svg{width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;max-width:19px!important;max-height:19px!important;flex:0 0 19px!important;display:block!important;color:#080808!important}
.rove-shell-notice-inner strong,.rove-universal-notice strong{font-weight:850!important}
.rove-shell-notice-close,[aria-label="Dismiss official website notice"]{display:none!important}

/* Header action row: WhatsApp must sit immediately to the left of cart. */
.rove-site-action{box-sizing:border-box!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;vertical-align:middle!important;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease!important}
.rove-site-action:focus-visible{outline:2px solid var(--rove-official)!important;outline-offset:2px!important}
.rove-site-whatsapp{background:rgba(37,211,102,.10)!important;color:var(--rove-whatsapp)!important}
.rove-site-whatsapp:hover{background:rgba(37,211,102,.18)!important;transform:translateY(-1px)!important;box-shadow:0 0 0 1px rgba(37,211,102,.18)!important}
.rove-site-whatsapp svg{width:23px!important;height:23px!important;max-width:23px!important;max-height:23px!important;display:block!important;overflow:visible!important}
.rove-site-cart{background:transparent!important;color:var(--rove-chrome-text)!important}
.rove-site-cart:hover{background:rgba(255,255,255,.06)!important;transform:translateY(-1px)!important}
.rove-site-cart svg{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important}
.rove-local-actions{display:flex!important;align-items:center!important;gap:4px!important;margin-left:auto!important;margin-right:2px!important}
.rove-shell-actions .rove-site-whatsapp,.rove-shell-actions .rove-site-cart{flex:none!important}

/* Fallback header for legacy/redirect HTML that had no navigation shell. */
.rove-universal-fallback-header{position:sticky;top:0;z-index:10010;background:rgba(5,5,5,.97);border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.rove-universal-fallback-inner{width:min(1120px,calc(100% - 28px));min-height:68px;margin:auto;display:flex;align-items:center;gap:18px}
.rove-universal-fallback-inner>a:first-child img{width:52px;height:52px;object-fit:contain;display:block}
.rove-universal-fallback-nav{display:flex;align-items:center;justify-content:center;gap:20px;flex:1}
.rove-universal-fallback-nav a{color:#f7f7f8;text-decoration:none;font-size:14px;font-weight:650}.rove-universal-fallback-nav a:hover{color:var(--rove-official)}
.rove-universal-fallback-actions{display:flex;align-items:center;gap:4px}

@media(max-width:1023px){
 .rove-shell-notice-inner,.rove-universal-notice .rove-shell-notice-inner{min-height:44px!important;font-size:12px!important;line-height:1.25!important;padding:8px 12px!important}
 .rove-shell-notice-inner>svg,.rove-universal-notice .rove-shell-notice-inner>svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;flex-basis:17px!important}
 .rove-site-action{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
 .rove-universal-fallback-nav{display:none}
 .rove-universal-fallback-inner{min-height:62px}
}
@media(max-width:520px){
 .rove-shell-notice-inner,.rove-universal-notice .rove-shell-notice-inner{width:100%!important;padding-left:10px!important;padding-right:10px!important;gap:6px!important}
 .rove-site-whatsapp svg{width:21px!important;height:21px!important}
}
@media(prefers-reduced-motion:reduce){.rove-site-action{transition:none!important}}
