/* CzechLiga.Pro V33.4 — unified desktop spacing and mobile toggle layout. */
:root{
  --cz-public-header-height:88px;
  --cz-public-header-control:48px;
  --cz-public-header-group-gap:0px;
}

:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-header{
  width:100%!important;
  min-height:var(--cz-public-header-height)!important;
  height:var(--cz-public-header-height)!important;
  margin:0!important;
  padding:0!important;
}

/* Desktop: logo + navigation + account + Telegram are one compact sequence.
   The complete sequence is centered as a unit, instead of using 1fr columns
   that push the account and Telegram to the far right. */
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-height:var(--cz-public-header-height)!important;
  height:var(--cz-public-header-height)!important;
  margin:0!important;
  padding:0 24px!important;
  display:flex!important;
  flex-flow:row nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
}

:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{
  position:static!important;
  order:1!important;
  flex:0 0 auto!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  margin:0 52px 0 0!important;
  padding:0!important;
  font-size:32px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
  overflow:visible!important;
  transform:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo-main,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo-tail{
  display:inline!important;
  flex:none!important;
  white-space:nowrap!important;
  line-height:1!important;
}

:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav{
  position:static!important;
  order:2!important;
  flex:0 0 auto!important;
  align-self:center!important;
  left:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:auto!important;
  min-width:0!important;
  height:var(--cz-public-header-control)!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
  z-index:3!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-list{
  width:auto!important;
  height:var(--cz-public-header-control)!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{
  min-width:0!important;
  height:var(--cz-public-header-control)!important;
  margin:0!important;
  flex:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:12px!important;
  font-size:18px!important;
  font-weight:600!important;
  line-height:1!important;
  white-space:nowrap!important;
  transform:none!important;
}

:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot{
  position:static!important;
  order:3!important;
  flex:0 0 auto!important;
  align-self:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:210px!important;
  height:var(--cz-public-header-control)!important;
  min-height:var(--cz-public-header-control)!important;
  margin:0 14px 0 52px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  transform:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot .account-header-skeleton{
  width:132px!important;
  min-width:132px!important;
  max-width:132px!important;
  height:var(--cz-public-header-control)!important;
  min-height:var(--cz-public-header-control)!important;
  margin:0!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-login-link,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-widget,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-button{
  min-height:var(--cz-public-header-control)!important;
  height:var(--cz-public-header-control)!important;
  margin:0!important;
  align-self:center!important;
  transform:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-button{
  padding-top:0!important;
  padding-bottom:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:17px!important;
  line-height:1!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-icon,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-icon svg{
  width:22px!important;
  min-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  flex:0 0 22px!important;
}

:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .telegram-icon-link{
  position:static!important;
  order:4!important;
  flex:0 0 var(--cz-public-header-control)!important;
  align-self:center!important;
  width:var(--cz-public-header-control)!important;
  min-width:var(--cz-public-header-control)!important;
  max-width:var(--cz-public-header-control)!important;
  height:var(--cz-public-header-control)!important;
  min-height:var(--cz-public-header-control)!important;
  max-height:var(--cz-public-header-control)!important;
  margin:0!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  line-height:0!important;
  overflow:hidden!important;
  vertical-align:middle!important;
  transform:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .telegram-icon-link svg{
  display:block!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  margin:0!important;
  padding:0!important;
  flex:none!important;
  aspect-ratio:1/1!important;
  transform:none!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn{
  order:5!important;
  display:none!important;
  align-self:center!important;
  width:var(--cz-public-header-control)!important;
  min-width:var(--cz-public-header-control)!important;
  height:var(--cz-public-header-control)!important;
  min-height:var(--cz-public-header-control)!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

@media(max-width:1120px) and (min-width:861px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{padding:0 18px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{font-size:28px!important;margin-right:34px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-list{gap:6px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{padding:0 13px!important;font-size:16px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot{margin-left:34px!important;max-width:180px!important}
}

@media(max-width:860px){
  :root{--cz-public-header-height:68px;--cz-public-header-control:44px}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-header{
    position:sticky!important;top:0!important;z-index:1100!important;height:var(--cz-public-header-height)!important;min-height:var(--cz-public-header-height)!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{
    width:100%!important;height:var(--cz-public-header-height)!important;min-height:var(--cz-public-header-height)!important;
    padding:0 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:10px!important;justify-content:stretch!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{
    grid-column:1!important;order:1!important;min-width:0!important;margin:0!important;font-size:clamp(19px,5.4vw,25px)!important;overflow:hidden!important;text-overflow:clip!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn{
    grid-column:2!important;order:2!important;display:inline-grid!important;place-items:center!important;position:static!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;border-radius:13px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav{
    position:absolute!important;top:calc(var(--cz-public-header-height) - 1px)!important;left:10px!important;right:10px!important;width:auto!important;height:auto!important;min-height:0!important;
    margin:0!important;padding:10px!important;display:none!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px!important;
    background:linear-gradient(180deg,rgba(12,17,26,.99),rgba(6,10,17,.99))!important;box-shadow:0 24px 60px rgba(0,0,0,.48)!important;z-index:1102!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav.active{display:block!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-list{
    width:100%!important;height:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{width:100%!important;height:46px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{padding:0 14px!important;font-size:16px!important;justify-content:flex-start!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions{
    display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;gap:9px!important;margin-top:9px!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.08)!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-account-slot{
    position:static!important;display:flex!important;width:100%!important;max-width:none!important;height:48px!important;min-height:48px!important;margin:0!important;overflow:visible!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-login-link,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-button{width:100%!important;max-width:none!important;height:48px!important;min-height:48px!important;justify-content:flex-start!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .telegram-icon-link{
    position:static!important;display:inline-grid!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;margin:0!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container>.header-account-slot,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container>.telegram-icon-link{display:none!important}
}

@media(max-width:390px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{padding:0 9px!important;gap:7px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{font-size:18px!important}
}

/* V33.6: immutable header geometry across document navigation. */
@media(min-width:861px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    flex:0 0 132px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-login-link,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-widget,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-button,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .account-header-skeleton{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    flex:0 0 132px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-button{
    padding-left:12px!important;
    padding-right:12px!important;
    overflow:hidden!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-name{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-header,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-header *{
  animation:none!important;
  transition-property:background-color,border-color,color,opacity!important;
  transition-duration:.12s!important;
  transition-timing-function:ease!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-list,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .telegram-icon-link{
  translate:none!important;
  scale:none!important;
  rotate:none!important;
  will-change:auto!important;
}
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .telegram-icon-link:hover,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .telegram-icon-link:active{
  transform:none!important;
  translate:none!important;
  scale:none!important;
}



/* V33.8: the visible account outline follows the nickname; the reserved slot keeps navigation fixed. */
@media(min-width:861px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot{
    width:132px!important;
    min-width:132px!important;
    max-width:132px!important;
    flex:0 0 132px!important;
    justify-content:center!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot>.cz-account-widget{
    width:max-content!important;
    min-width:0!important;
    max-width:132px!important;
    flex:0 1 auto!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot .cz-account-button{
    width:max-content!important;
    min-width:0!important;
    max-width:132px!important;
    flex:0 1 auto!important;
    padding-inline:12px!important;
    gap:8px!important;
  }
}

/* CzechLiga.Pro V35.16 — mobile navigation rebuilt as one non-overlapping sheet. */
@media(max-width:860px){
  :root{
    --cz-mobile-header-h:64px;
    --cz-mobile-edge:10px;
  }
  html.cz-mobile-nav-open,
  html.cz-mobile-nav-open body{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-header{
    height:var(--cz-mobile-header-h)!important;
    min-height:var(--cz-mobile-header-h)!important;
    max-height:var(--cz-mobile-header-h)!important;
    position:sticky!important;
    top:0!important;
    z-index:7000!important;
    overflow:visible!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{
    width:100%!important;
    height:var(--cz-mobile-header-h)!important;
    min-height:var(--cz-mobile-header-h)!important;
    max-height:var(--cz-mobile-header-h)!important;
    padding-left:max(12px,env(safe-area-inset-left))!important;
    padding-right:max(12px,env(safe-area-inset-right))!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
    grid-template-rows:var(--cz-mobile-header-h)!important;
    align-items:center!important;
    gap:10px!important;
    overflow:visible!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{
    grid-column:1!important;
    grid-row:1!important;
    width:max-content!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    font-size:clamp(19px,5.8vw,24px)!important;
    line-height:1!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:clip!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn{
    grid-column:2!important;
    grid-row:1!important;
    position:relative!important;
    z-index:7004!important;
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.055)!important;
    color:#f5f8fc!important;
    font-size:22px!important;
    font-weight:500!important;
    line-height:1!important;
    cursor:pointer!important;
    overflow:hidden!important;
    touch-action:manipulation!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn[aria-expanded="true"]{
    background:rgba(255,255,255,.105)!important;
    border-color:rgba(255,255,255,.19)!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav{
    position:fixed!important;
    top:calc(var(--cz-mobile-header-h) + 8px)!important;
    left:max(var(--cz-mobile-edge),env(safe-area-inset-left))!important;
    right:max(var(--cz-mobile-edge),env(safe-area-inset-right))!important;
    bottom:auto!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(100dvh - var(--cz-mobile-header-h) - 18px - env(safe-area-inset-bottom))!important;
    margin:0!important;
    padding:10px!important;
    display:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(13,18,28,.995),rgba(7,10,17,.995))!important;
    box-shadow:0 24px 70px rgba(0,0,0,.62)!important;
    z-index:7003!important;
    transform:none!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .main-nav.active{
    display:block!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-list{
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .nav-item a{
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border-radius:13px!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1!important;
    text-align:left!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions{
    position:relative!important;
    width:100%!important;
    margin:9px 0 0!important;
    padding:9px 0 0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:7px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-account-slot{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:48px!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    overflow:visible!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .account-header-skeleton,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-login-link,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .account-header-skeleton,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-login-link,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-button{
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    padding:0 14px!important;
    border-radius:13px!important;
    justify-content:flex-start!important;
    font-size:15px!important;
    gap:9px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget{
    position:static!important;
    height:auto!important;
    min-height:48px!important;
    max-height:none!important;
    display:block!important;
    overflow:visible!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu{
    position:static!important;
    inset:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    max-height:none!important;
    margin:7px 0 0!important;
    padding:9px!important;
    border-radius:14px!important;
    background:rgba(18,24,35,.96)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important;
    overflow:visible!important;
    transform:none!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget:not(.open) .cz-account-menu{
    display:none!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget.open .cz-account-menu{
    display:block!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu .cz-account-user,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu .cz-account-action,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu .cz-purchases-link,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu .cz-account-toggle,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-menu .cz-account-logout{
    min-height:46px!important;
    height:46px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .telegram-icon-link{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    margin:0!important;
    padding:0 14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    border-radius:13px!important;
    aspect-ratio:auto!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .telegram-icon-link::after{
    content:"Telegram";
    display:block;
    color:#f5f8fc;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:15px;
    font-weight:800;
    line-height:1;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .telegram-icon-link svg{
    width:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container>.header-account-slot,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container>.telegram-icon-link{
    display:none!important;
  }
}

@media(max-width:390px){
  :root{--cz-mobile-edge:7px}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-container{
    padding-left:max(9px,env(safe-area-inset-left))!important;
    padding-right:max(9px,env(safe-area-inset-right))!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    gap:7px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{font-size:18px!important}
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn{
    width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;
  }
}


/* CzechLiga.Pro V35.17 — mobile/header cleanup, full-page Profile link, and FAQ mobile polish. */
@media(max-width:860px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .site-logo{
    position:relative!important;
    top:2px!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-menu-btn{
    display:inline-grid!important;
    place-items:center!important;
    align-content:center!important;
    justify-content:center!important;
    line-height:1!important;
    font-size:28px!important;
    padding:0!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .header-account-slot,
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-widget{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    display:flex!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    padding:0 14px!important;
    justify-content:flex-start!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-name{
    display:inline!important;
    font-size:16px!important;
    line-height:1!important;
    white-space:nowrap!important;
    opacity:1!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-icon{
    flex:0 0 18px!important;
    width:18px!important;
    min-width:18px!important;
    height:18px!important;
    min-height:18px!important;
  }
  body.faq-page .faq-support-card{
    display:none!important;
  }
}
@media(min-width:861px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot>.cz-account-widget{
    width:132px!important;
    max-width:132px!important;
    display:flex!important;
    justify-content:center!important;
  }
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot .cz-account-button{
    width:132px!important;
    max-width:132px!important;
    min-width:132px!important;
    justify-content:center!important;
    padding-left:10px!important;
    padding-right:10px!important;
    gap:8px!important;
  }
}


/* CzechLiga.Pro V35.18 — Profile link polish. */
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-link,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-link:link,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-link:visited,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-link:hover,
:is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .cz-account-link:focus{
  text-decoration:none!important;
}
@media(min-width:861px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .header-account-slot .cz-account-link{
    padding-left:2px!important;
    padding-right:5px!important;
    padding-inline-start:2px!important;
    padding-inline-end:5px!important;
    gap:5px!important;
  }
}
@media(max-width:860px){
  :is(body.fixed-matches-page,body.faq-page,body.radio-page,body.security-page) .mobile-header-actions .cz-account-link{
    padding-left:8px!important;
    padding-right:14px!important;
    text-decoration:none!important;
  }
}
