:root{
  --irtv24-pwa-safe-bottom:env(safe-area-inset-bottom,0px);
  --irtv24-pwa-safe-top:env(safe-area-inset-top,0px);
  --irtv24-pwa-surface:#111318;
  --irtv24-pwa-surface-2:#181b22;
  --irtv24-pwa-line:rgba(255,255,255,.10);
  --irtv24-pwa-muted:rgba(255,255,255,.58);
  --irtv24-pwa-nav-height:64px;
}

/* Browser mode stays visually identical to the site. PWA chrome is opt-in only. */
.irtv4u-pwa-nav,
.irtv24-pwa-sheet,
.irtv24-pwa-backdrop{display:none!important}

/* Install prompt: light premium card, aligned with the main site look. */
.irtv4u-pwa-install{
  position:fixed;z-index:100020;left:50%;bottom:18px;
  width:min(620px,calc(100vw - 24px));
  display:grid;grid-template-columns:56px minmax(0,1fr) auto 34px;align-items:center;gap:14px;
  padding:13px 13px 13px 14px;border:1px solid rgba(18,24,32,.08);border-radius:22px;
  background:rgba(255,255,255,.96);box-shadow:0 22px 54px rgba(15,23,42,.14),0 8px 20px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.92);
  -webkit-backdrop-filter:blur(18px) saturate(118%);backdrop-filter:blur(18px) saturate(118%);
  color:#1d2430;transform:translate3d(-50%,18px,0);opacity:0;visibility:hidden;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;contain:layout paint;
}
.irtv4u-pwa-install[hidden]{display:none!important}
.irtv4u-pwa-install.is-visible{opacity:1;visibility:visible;transform:translate3d(-50%,0,0)}
.irtv4u-pwa-install:before{
  content:"";position:absolute;inset:0 0 auto 0;height:3px;border-radius:22px 22px 0 0;
  background:linear-gradient(90deg,#d9443f 0%,#c95757 34%,#f0b3b3 100%);opacity:.95;pointer-events:none;
}
.irtv4u-pwa-install-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(180deg,#ffffff,#f4f6fb);border:1px solid rgba(201,87,87,.14);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 6px 18px rgba(201,87,87,.10)}
.irtv4u-pwa-install-icon span{font-size:15px;line-height:1;font-weight:950;letter-spacing:-.04em;color:#c63531;white-space:nowrap}
.irtv4u-pwa-install-copy{display:flex;flex-direction:column;min-width:0}
.irtv4u-pwa-install-copy small{margin:0 0 3px;font-size:9px;line-height:1.2;font-weight:900;letter-spacing:.16em;color:#c95757;text-transform:uppercase}
.irtv4u-pwa-install-copy strong{font-size:16px;line-height:1.28;font-weight:900;color:#171d27;letter-spacing:-.02em}
.irtv4u-pwa-install-copy span{margin-top:4px;font-size:12px;line-height:1.5;color:#647082;white-space:normal;overflow:visible;text-overflow:clip;max-width:46ch}
.irtv4u-pwa-install-action{
  height:42px;min-width:116px;padding:0 18px;border:0;border-radius:13px;
  background:linear-gradient(180deg,#d64b46,#c63531);color:#fff;font-family:inherit;font-size:12px;font-weight:900;line-height:1;cursor:pointer;
  box-shadow:0 10px 24px rgba(198,53,49,.22), inset 0 1px 0 rgba(255,255,255,.22);transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.irtv4u-pwa-install-action:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(198,53,49,.26), inset 0 1px 0 rgba(255,255,255,.24);filter:saturate(1.03)}
.irtv4u-pwa-install-action:active{transform:translateY(0) scale(.98)}
.irtv4u-pwa-install-close{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;background:#f4f6fa;color:#8b96a5;font:400 20px/1 Arial,sans-serif;cursor:pointer;transition:background .16s ease,color .16s ease}
.irtv4u-pwa-install-close:hover{background:#eef2f7;color:#394150}

@media(max-width:640px){
  .irtv4u-pwa-install{
    width:min(560px,calc(100vw - 18px));bottom:calc(10px + env(safe-area-inset-bottom,0px));
    grid-template-columns:48px minmax(0,1fr) auto 28px;gap:10px;padding:11px 11px 11px 12px;border-radius:18px
  }
  .irtv4u-pwa-install:before{border-radius:18px 18px 0 0}
  .irtv4u-pwa-install-icon{width:48px;height:48px;border-radius:14px}
  .irtv4u-pwa-install-icon span{font-size:13px}
  .irtv4u-pwa-install-copy small{font-size:8px;margin-bottom:2px}
  .irtv4u-pwa-install-copy strong{font-size:13px}
  .irtv4u-pwa-install-copy span{font-size:10px;line-height:1.45;max-width:none}
  .irtv4u-pwa-install-action{height:38px;min-width:98px;padding:0 14px;font-size:10px;border-radius:12px}
  .irtv4u-pwa-install-close{width:28px;height:28px;border-radius:10px;font-size:18px}
}

@media(max-width:430px){
  .irtv4u-pwa-install{grid-template-columns:44px minmax(0,1fr) auto 26px;gap:9px;padding:10px 10px 10px 11px}
  .irtv4u-pwa-install-icon{width:44px;height:44px;border-radius:13px}
  .irtv4u-pwa-install-icon span{font-size:12px}
  .irtv4u-pwa-install-copy strong{font-size:12px;line-height:1.25}
  .irtv4u-pwa-install-copy span{font-size:9.5px}
  .irtv4u-pwa-install-action{height:36px;min-width:86px;padding:0 12px;font-size:9px}
}

/* Standalone mode is marked synchronously in <head> before CSS paints. */
@media(max-width:900px){
  html.irtv24-pwa-mode body{padding-bottom:calc(var(--irtv24-pwa-nav-height) + var(--irtv24-pwa-safe-bottom) + 22px)!important}
  html.irtv24-pwa-mode .irtv4u-pwa-install{display:none!important}

  html.irtv24-pwa-mode .irtv4u-pwa-nav{
    position:fixed!important;z-index:100000;left:10px;right:10px;bottom:calc(8px + var(--irtv24-pwa-safe-bottom));
    height:var(--irtv24-pwa-nav-height);display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;
    padding:6px 7px;border:1px solid rgba(255,255,255,.085);border-radius:19px;
    background:rgba(12,14,19,.94);box-shadow:0 18px 52px rgba(0,0,0,.40),inset 0 1px 0 rgba(255,255,255,.035);
    -webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%);
    transform:translateZ(0);contain:layout paint;
  }

  html.irtv24-pwa-mode .irtv4u-pwa-nav-item{
    position:relative;appearance:none;border:0;background:transparent;color:rgba(255,255,255,.54)!important;text-decoration:none!important;
    display:flex;width:100%;min-width:0;height:51px;align-items:center;justify-content:center;flex-direction:column;gap:4px;
    padding:0;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .16s ease,background .16s ease;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item svg{display:block;width:19px;height:19px;fill:currentColor;flex:none}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item>span:last-child{font-size:7px;line-height:1;font-weight:800;letter-spacing:.01em}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:before{content:"";position:absolute;top:-2px;left:50%;width:16px;height:2px;border-radius:99px;background:#fff;transform:translateX(-50%) scaleX(0);opacity:0;transition:.16s ease}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active,
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-open{color:#fff!important}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active:before,
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-open:before{transform:translateX(-50%) scaleX(1);opacity:.92}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:active{background:rgba(255,255,255,.045);border-radius:13px}

  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-search{overflow:visible}
  html.irtv24-pwa-mode .irtv24-pwa-search-orb{width:38px;height:38px;margin-top:-17px;display:grid;place-items:center;border-radius:13px;background:#fff;color:#111318;box-shadow:0 9px 24px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.72)}
  html.irtv24-pwa-mode .irtv24-pwa-search-orb svg{width:17px;height:17px}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-search>span:last-child{margin-top:-2px}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-search:before{display:none}

  html.irtv24-pwa-mode .irtv4u-pwa-nav-item em{
    display:none;position:absolute;top:1px;right:24%;min-width:14px;height:14px;padding:0 3px;border-radius:99px;
    background:#fff;color:#111318;border:1px solid rgba(0,0,0,.16);font:900 7px/12px Arial,sans-serif;font-style:normal;text-align:center;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item em.is-visible{display:block}

  html.irtv24-pwa-mode .irtv24-pwa-backdrop{
    position:fixed!important;z-index:100005;inset:0;display:block!important;background:rgba(0,0,0,.50);
    opacity:0;visibility:hidden;pointer-events:none;transition:opacity .17s ease,visibility .17s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)
  }
  html.irtv24-pwa-mode .irtv24-pwa-backdrop[hidden]{display:none!important}
  html.irtv24-pwa-mode .irtv24-pwa-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}

  html.irtv24-pwa-mode .irtv24-pwa-sheet{
    position:fixed!important;z-index:100010;display:block!important;box-sizing:border-box!important;
    color:#fff;background:rgba(15,17,22,.985);border:1px solid rgba(255,255,255,.10);box-shadow:0 28px 80px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.04);
    -webkit-backdrop-filter:blur(24px) saturate(125%);backdrop-filter:blur(24px) saturate(125%);
    opacity:0;visibility:hidden;pointer-events:none;transition:opacity .17s ease,transform .17s ease,visibility .17s ease;
    --color__text-main:#fff;--color__title-link:#fff;--color__main:#c95757;
  }
  html.irtv24-pwa-mode .irtv24-pwa-sheet.is-open{opacity:1;visibility:visible;pointer-events:auto}

  html.irtv24-pwa-mode .irtv24-pwa-search-sheet{
    top:calc(var(--irtv24-pwa-safe-top) + 64px);left:12px;right:12px;border-radius:20px;padding:16px;transform:translate3d(0,-10px,0)
  }
  html.irtv24-pwa-mode .irtv24-pwa-search-sheet.is-open{transform:translate3d(0,0,0)}
  html.irtv24-pwa-mode .irtv24-pwa-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
  html.irtv24-pwa-mode .irtv24-pwa-sheet-head>div{display:flex;flex-direction:column;min-width:0}
  html.irtv24-pwa-mode .irtv24-pwa-sheet-head small{font-size:6.5px;line-height:1.2;font-weight:900;letter-spacing:.15em;color:rgba(255,255,255,.38)}
  html.irtv24-pwa-mode .irtv24-pwa-sheet-head strong{margin-top:3px;font-size:15px;line-height:1.25;font-weight:900;color:#fff}
  html.irtv24-pwa-mode .irtv24-pwa-sheet-head button,
  html.irtv24-pwa-mode .irtv24-pwa-sheet-x{width:32px;height:32px;display:grid;place-items:center;flex:none;border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;background:rgba(255,255,255,.045)!important;color:rgba(255,255,255,.64)!important;font:400 20px/1 Arial,sans-serif!important;padding:0!important;cursor:pointer}

  html.irtv24-pwa-mode .irtv24-pwa-search-form{margin:0!important}
  html.irtv24-pwa-mode .irtv24-pwa-search-field{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:50px;padding:5px 5px 5px 14px;border-radius:14px;background:#090b0f;border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
  html.irtv24-pwa-mode .irtv24-pwa-search-field>svg{width:18px;height:18px;fill:rgba(255,255,255,.44)}
  html.irtv24-pwa-mode .irtv24-pwa-search-field input{width:100%!important;min-width:0!important;height:38px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#fff!important;font-family:inherit!important;font-size:13px!important;font-weight:650!important}
  html.irtv24-pwa-mode .irtv24-pwa-search-field input::placeholder{color:rgba(255,255,255,.36)!important}
  html.irtv24-pwa-mode .irtv24-pwa-search-field button{height:38px!important;margin:0!important;padding:0 14px!important;border:0!important;border-radius:10px!important;background:#fff!important;color:#101217!important;font-family:inherit!important;font-size:8px!important;font-weight:900!important;cursor:pointer!important}
  html.irtv24-pwa-mode .irtv24-pwa-quick-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}
  html.irtv24-pwa-mode .irtv24-pwa-quick-links a{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.64)!important;text-decoration:none!important;font-size:7.5px;font-weight:800}

  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet{
    left:10px;right:10px;bottom:calc(var(--irtv24-pwa-nav-height) + var(--irtv24-pwa-safe-bottom) + 18px);
    max-height:min(68vh,580px);overflow:hidden;border-radius:20px;transform:translate3d(0,14px,0)
  }
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet.is-open{transform:translate3d(0,0,0)}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-dropdown-head{position:relative!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) auto 32px!important;gap:10px!important;align-items:center!important;min-height:64px!important;padding:10px 11px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-head-icon{width:38px!important;height:38px!important;border-radius:11px!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-head-copy strong{font-size:13px!important;color:#fff!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-head-copy small{font-size:8px!important;color:rgba(255,255,255,.48)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-clear{min-width:31px!important;height:31px!important;padding:0 8px!important;color:rgba(255,255,255,.56)!important;border-color:rgba(255,255,255,.09)!important;background:rgba(255,255,255,.035)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-clear span{display:none!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-summary{background:rgba(255,255,255,.022)!important;border-color:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.46)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-list{max-height:calc(min(68vh,580px) - 100px)!important;background:transparent!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-item{color:#fff!important;border-color:rgba(255,255,255,.065)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-item-content strong{color:#fff!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-episode{color:rgba(255,255,255,.58)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-meta{color:rgba(255,255,255,.38)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-empty{min-height:190px!important;color:rgba(255,255,255,.52)!important}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet .irtv4u-notify-empty strong{color:#fff!important}
}

@media(max-width:380px){
  html.irtv24-pwa-mode .irtv4u-pwa-nav{left:7px;right:7px;padding-left:4px;padding-right:4px}
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item>span:last-child{font-size:6.5px}
  html.irtv24-pwa-mode .irtv24-pwa-search-sheet{left:8px;right:8px;padding:13px}
  html.irtv24-pwa-mode .irtv24-pwa-alerts-sheet{left:7px;right:7px}
}

@media(prefers-reduced-motion:reduce){
  .irtv4u-pwa-install,
  html.irtv24-pwa-mode .irtv24-pwa-backdrop,
  html.irtv24-pwa-mode .irtv24-pwa-sheet{transition:none!important}
}

/* v50: Series Notify Me must always remain an independent interactive control. */
.irtv4u-series-actions [data-irtv4u-notify-toggle]{position:relative;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}

/* v51 — Premium IRTV24 five-destination PWA navigation */
@media(max-width:900px){
  html.irtv24-pwa-mode{
    --irtv24-pwa-nav-height:76px;
  }
  html.irtv24-pwa-mode body{
    padding-bottom:calc(var(--irtv24-pwa-nav-height) + var(--irtv24-pwa-safe-bottom) + 24px)!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav{
    left:12px!important;
    right:12px!important;
    bottom:calc(9px + var(--irtv24-pwa-safe-bottom))!important;
    height:var(--irtv24-pwa-nav-height)!important;
    padding:7px 7px 8px!important;
    gap:3px!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:23px!important;
    background:linear-gradient(180deg,rgba(19,21,27,.96),rgba(10,12,16,.97))!important;
    box-shadow:0 18px 50px rgba(0,0,0,.42),0 4px 14px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.055)!important;
    -webkit-backdrop-filter:blur(24px) saturate(135%)!important;
    backdrop-filter:blur(24px) saturate(135%)!important;
    overflow:visible!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav:after{
    content:"";
    position:absolute;
    left:22px;
    right:22px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    pointer-events:none;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    height:60px!important;
    padding:3px 1px 2px!important;
    gap:5px!important;
    border:0!important;
    border-radius:16px!important;
    background:transparent!important;
    color:rgba(255,255,255,.50)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-family:inherit!important;
    -webkit-tap-highlight-color:transparent!important;
    touch-action:manipulation;
    transition:color .18s ease,background .18s ease,transform .16s ease!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:before{
    content:none!important;
    display:none!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:active{
    transform:scale(.96);
    background:rgba(255,255,255,.045)!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon{
    width:31px;
    height:31px;
    display:grid!important;
    place-items:center;
    border-radius:10px;
    background:transparent;
    color:inherit;
    box-shadow:inset 0 0 0 1px transparent;
    transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon svg{
    width:18px!important;
    height:18px!important;
    display:block!important;
    fill:currentColor!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-label{
    display:block!important;
    max-width:100%;
    margin:0!important;
    padding:0!important;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:clip;
    font-size:7px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.055em!important;
    color:inherit!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active{
    color:#fff!important;
    background:rgba(255,255,255,.045)!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active .irtv24-pwa-nav-icon{
    background:#fff!important;
    color:#111318!important;
    box-shadow:0 7px 18px rgba(0,0,0,.30),inset 0 0 0 1px rgba(0,0,0,.04)!important;
    transform:translateY(-1px);
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active:after{
    content:"";
    position:absolute;
    bottom:1px;
    left:50%;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#fff;
    transform:translateX(-50%);
    opacity:.92;
  }
}

@media(max-width:380px){
  html.irtv24-pwa-mode .irtv4u-pwa-nav{
    left:7px!important;
    right:7px!important;
    padding-left:5px!important;
    padding-right:5px!important;
    gap:1px!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-label{font-size:6.35px!important;letter-spacing:.025em!important}
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon{width:29px;height:29px}
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon svg{width:17px!important;height:17px!important}
}


/* v54 — Light premium PWA navigation, visually paired with the install banner. */
@media(max-width:900px){
  html.irtv24-pwa-mode{
    --irtv24-pwa-nav-height:74px;
  }
  html.irtv24-pwa-mode body{
    padding-bottom:calc(var(--irtv24-pwa-nav-height) + var(--irtv24-pwa-safe-bottom) + 24px)!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav{
    position:fixed!important;
    z-index:100000!important;
    left:11px!important;
    right:11px!important;
    bottom:calc(9px + var(--irtv24-pwa-safe-bottom))!important;
    height:var(--irtv24-pwa-nav-height)!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    gap:3px!important;
    padding:7px 7px 8px!important;
    border:1px solid rgba(18,24,32,.09)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.97)!important;
    color:#667085!important;
    box-shadow:0 18px 46px rgba(15,23,42,.14),0 5px 16px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.96)!important;
    -webkit-backdrop-filter:blur(20px) saturate(118%)!important;
    backdrop-filter:blur(20px) saturate(118%)!important;
    overflow:visible!important;
    contain:layout paint!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav:before{
    content:""!important;
    position:absolute!important;
    top:0!important;
    left:18px!important;
    right:18px!important;
    height:2px!important;
    border-radius:0 0 99px 99px!important;
    background:linear-gradient(90deg,transparent,#d95a55 22%,#c95757 50%,#e6aaa7 78%,transparent)!important;
    opacity:.75!important;
    pointer-events:none!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav:after{
    content:""!important;
    position:absolute!important;
    left:26px!important;
    right:26px!important;
    bottom:-8px!important;
    height:18px!important;
    border-radius:50%!important;
    background:rgba(15,23,42,.09)!important;
    filter:blur(13px)!important;
    opacity:.45!important;
    pointer-events:none!important;
    z-index:-1!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    height:58px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    padding:3px 1px 2px!important;
    border:0!important;
    border-radius:15px!important;
    background:transparent!important;
    color:#8a94a3!important;
    text-decoration:none!important;
    font-family:inherit!important;
    -webkit-tap-highlight-color:transparent!important;
    touch-action:manipulation!important;
    transition:background .16s ease,color .16s ease,transform .14s ease!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:before,
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:after{
    content:none!important;
    display:none!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item:active{
    transform:scale(.965)!important;
    background:#f7f8fb!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon{
    position:relative!important;
    width:32px!important;
    height:32px!important;
    display:grid!important;
    place-items:center!important;
    flex:none!important;
    border-radius:11px!important;
    background:transparent!important;
    color:inherit!important;
    box-shadow:none!important;
    transform:none!important;
    transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon svg{
    width:18px!important;
    height:18px!important;
    display:block!important;
    fill:currentColor!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-label{
    display:block!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:clip!important;
    color:inherit!important;
    font-size:7px!important;
    line-height:1!important;
    font-weight:850!important;
    letter-spacing:.045em!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active{
    color:#c7423d!important;
    background:linear-gradient(180deg,rgba(201,87,87,.075),rgba(201,87,87,.035))!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active .irtv24-pwa-nav-icon{
    background:linear-gradient(180deg,#d85b56,#c53e39)!important;
    color:#fff!important;
    box-shadow:0 7px 18px rgba(197,62,57,.22),inset 0 1px 0 rgba(255,255,255,.25)!important;
    transform:translateY(-1px)!important;
  }
  html.irtv24-pwa-mode .irtv4u-pwa-nav-item.is-active .irtv24-pwa-nav-label{
    color:#b93632!important;
  }
}

@media(max-width:380px){
  html.irtv24-pwa-mode .irtv4u-pwa-nav{
    left:7px!important;
    right:7px!important;
    gap:1px!important;
    padding-left:5px!important;
    padding-right:5px!important;
    border-radius:20px!important;
  }
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon{width:30px!important;height:30px!important}
  html.irtv24-pwa-mode .irtv24-pwa-nav-icon svg{width:17px!important;height:17px!important}
  html.irtv24-pwa-mode .irtv24-pwa-nav-label{font-size:6.3px!important;letter-spacing:.02em!important}
}

/* v55 — Mobile header stability: keep VidMov's sticky clone pinned to the viewport top. */
@media(max-width:991px){
  .beeteam368-site-header,
  .beeteam368-site-header-control{
    transform:none!important;
    -webkit-transform:none!important;
    filter:none!important;
    perspective:none!important;
    contain:none!important;
  }
  .beeteam368-site-header .beeteam368-main-menu.sticky-menu,
  .beeteam368-sticky-menu .beeteam368-site-header .beeteam368-main-menu.sticky-menu{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:auto!important;
    width:100%!important;
    margin:0!important;
    transform:translate3d(0,0,0)!important;
    -webkit-transform:translate3d(0,0,0)!important;
    z-index:100002!important;
  }
  .beeteam368-site-header .beeteam368-main-menu.sticky-menu:not(.sticky-menu-control){top:0!important}
  .beeteam368-sticky-menu .beeteam368-main-menu.sticky-menu .beeteam368-main-menu-row{min-height:56px!important}
}
