:root {
  --ch-bg: #030914;
  --ch-bg-2: #07111f;
  --ch-gold: #f5c518;
  --ch-gold-2: #d99b00;
  --ch-text: #f5f7fb;
  --ch-muted: #a7b0c0;
  --ch-line: rgba(245, 197, 24, .22);
}

body {
background:
radial-gradient(circle at top,
#07192f 0,
#020812 40%,
#01040a 100%);
color: var(--ch-text);
font-family: 'Montserrat', sans-serif;
}

.ch-topbar {
  background: linear-gradient(90deg, var(--ch-gold), #ffd84a, var(--ch-gold-2));
  color: #06101c;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ch-header {
  background: linear-gradient(180deg, #06162a, #020812);
  min-height: 130px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  align-items: center;
  padding: 18px 36px;
}

.ch-logo {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
  color: var(--ch-gold);
  text-decoration: none;
  text-align: center;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1;
  text-shadow: 0 0 25px rgba(245,197,24,.35);

}

.ch-logo small {
  display: block;
  font-size: 22px;
  color: #ffd84a;
  margin-top: 4px;
}

.ch-icon-btn {
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--ch-gold);
  font-size: 36px;
  cursor: pointer;
}

.ch-nav {
  background: rgba(2, 8, 18, .92);
  border-bottom: 1px solid var(--ch-line);
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.ch-nav a {
  color: var(--ch-text);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .8px;
  position: relative;
}

.ch-nav a:first-child {
  color: var(--ch-gold);
}

.ch-nav a:first-child::after {
  content: "";
  height: 3px;
  background: var(--ch-gold);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}

.ch-footer {
  border-top: 1px solid var(--ch-line);
  padding: 28px 20px;
  text-align: center;
  color: var(--ch-muted);
  background: #020812;
}

@media (max-width: 768px) {
  .ch-topbar {
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .ch-header {
    grid-template-columns: 54px 1fr 54px;
    padding: 16px;
    min-height: 100px;
  }

  .ch-logo {
    font-size: 30px;
  }

  .ch-logo small {
    font-size: 16px;
  }

  .ch-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 22px;
  }
}

.ch-home{
    max-width: 1500px;
    margin: auto;
    padding: 35px;
}

.ch-hero{
    display:grid;
    grid-template-columns: 2fr 420px;
    gap:30px;
}

.ch-main-news{
    position:relative;
    border-radius:24px;
    overflow:hidden;
    min-height:640px;
    border:1px solid rgba(255,255,255,.08);
box-shadow:0 25px 60px rgba(0,0,0,.45);
}

.ch-main-news img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    inset:0;
}

.ch-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(to top,
    rgba(0,0,0,.88),
    rgba(0,0,0,.2));
}

.ch-main-content{
    position:absolute;
    left:40px;
    bottom:40px;
    z-index:3;
    max-width:680px;
}

.ch-tag{
    display:inline-flex;
    padding:8px 16px;
    background:#f5c518;
    color:#000;
    font-weight:800;
    border-radius:50px;
    margin-bottom:22px;
    text-transform:uppercase;
    font-size:13px;
}

.ch-main-content h1{
font-family:'Oswald',sans-serif;
    font-size:72px;
    line-height:.95;
    margin-bottom:22px;
    color:#fff;
    text-transform:uppercase;
}

.ch-main-content p{
    color:#d2d8e5;
    font-size:20px;
    max-width:600px;
    margin-bottom:28px;
}

.ch-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:54px;
    padding:0 32px;
    border-radius:14px;
    background:#f5c518;
    color:#000;
    text-decoration:none;
    font-weight:800;
    text-transform:uppercase;
}

.ch-mini-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:24px;
}

.ch-mini-card{
    background:#081220;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.06);
}

.ch-mini-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.ch-mini-card div{
    padding:22px;
}

.ch-mini-card span{
    color:#f5c518;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
}

.ch-mini-card h3{
    color:#fff;
    margin-top:12px;
    font-size:24px;
    line-height:1.2;
}

.ch-player-card{
    background:
    linear-gradient(180deg,
    #071120,
    #020712);
    border-radius:28px;
    border:1px solid rgba(245,197,24,.18);
    padding:40px 30px;
    text-align:center;
    position:relative;
box-shadow:
0 20px 60px rgba(0,0,0,.45),
0 0 40px rgba(245,197,24,.08);
}

.ch-live-badge{
    color:#ff5757;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:26px;
}

.ch-player-cover{
    display:flex;
    justify-content:center;
    margin-bottom:24px;
}

.ch-logo-box{
    width:260px;
    height:260px;
    border-radius:30px;
    border:4px solid #f5c518;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:38px;
    color:#f5c518;
    font-weight:800;
    background:
    radial-gradient(circle,
    #0d2140,
    #050b14);
    box-shadow:
    0 0 40px rgba(245,197,24,.22);
}

.ch-logo-box small{
    margin-top:12px;
    font-size:26px;
}

.ch-now{
    color:#888;
    letter-spacing:3px;
}

.ch-player-card h3{
    margin-top:18px;
    font-size:42px;
    color:#f5c518;
}

.ch-player-card p{
    color:#c5cfdb;
}

.ch-play-btn{
    width:90px;
    height:90px;
    border-radius:50%;
    border:0;
    margin-top:28px;
    background:#f5c518;
    color:#000;
    font-size:40px;
    cursor:pointer;
}

@media(max-width:1200px){

    .ch-hero{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .ch-home{
        padding:18px;
    }

    .ch-main-news{
        min-height:520px;
    }

    .ch-main-content{
        left:24px;
        right:24px;
        bottom:24px;
    }

    .ch-main-content h1{
        font-size:36px;
    }

    .ch-main-content p{
        font-size:16px;
    }

    .ch-mini-grid{
        grid-template-columns:1fr;
    }

}
.site.grid-container.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.inside-article,
.site-main,
.content-area,
#primary {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.separate-containers .inside-article,
.one-container .site-content,
.separate-containers .comments-area,
.separate-containers .paging-navigation,
.one-container .container {
    background: transparent !important;
}

@media (max-width: 768px) {
  .ch-logo-img img {
    max-height: 70px;
  }
}
.ch-logo-combo{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    text-decoration:none;
}

.ch-logo-combo img{
    width:82px;
    height:auto;
    filter:
    drop-shadow(0 0 18px rgba(245,197,24,.35));
}

.ch-logo-text{
    display:flex;
    flex-direction:column;
    line-height:1;
}

.ch-logo-text span{
    font-family:'Oswald',sans-serif;
    font-size:64px;
    font-weight:700;
    color:#f5c518;
    text-transform:uppercase;
    letter-spacing:1px;
    text-shadow:
    0 0 22px rgba(245,197,24,.25);
}

.ch-logo-text small{
    margin-top:6px;
    color:#ffd84a;
    font-size:28px;
    font-weight:700;
    letter-spacing:2px;
}

@media(max-width:768px){

    .ch-logo-combo{
        gap:10px;
    }

    .ch-logo-combo img{
        width:54px;
    }

    .ch-logo-text span{
        font-size:34px;
    }

    .ch-logo-text small{
        font-size:15px;
    }

}
