    body { color: #fff; font-family: 'Roboto', sans-serif; }
    .navbar { background: #000; border-bottom: 2px solid #f1c40f; }
    .navbar-brand img { height: 45px; }
    .nav-link { color: #fff !important; text-transform: uppercase; font-weight: 600; padding: 15px; }
    .nav-link:hover { color: #f1c40f !important; }
    .main-title { text-align: center; color: #f1c40f; font-size: 1.3rem; margin: 15px 0; font-weight: bold; }
    .league-bar { display: flex; justify-content: center; background: #111; padding: 10px; gap: 15px; flex-wrap: wrap; border-bottom: 1px solid #222; }
    .league-bar img { height: 40px; filter: grayscale(1); transition: 0.3s; }
    .league-bar img:hover { filter: none; transform: scale(1.1); }
    .banner img { width: 100%; border-radius: 8px; margin-top: 10px; }
    .tabs { display: flex; justify-content: center; background: #161616; margin-top: 15px; border-bottom: 1px solid #222; }
    .tabs button { background: none; color: #fff; border: none; padding: 12px 25px; font-weight: 500; text-transform: uppercase; cursor: pointer; }
    .tabs button.active { background: #f1c40f; color: #000; border-radius: 4px 4px 0 0; }

    /* ---- MATCH CARD (giống ảnh mẫu) ---- */
    .match-card {
      background: #0b0b0b;
      border: 2px solid #f90f0f99;
      border-radius: 8px;
      padding: 15px;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      overflow: hidden;
      margin-top: 20px;
    }
    .match-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url('https://banhcuontv.com/uploads/banner_1764065170.jpg') center/cover no-repeat;
      opacity: 0.08;
    }
    .match-header {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      margin-bottom: 10px;
      position: relative;
      z-index: 2;
    }
    .match-header .time {
      background: #e74c3c;
      padding: 3px 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .match-body {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    .team { width: 32%; }
    .team img { width: 65px; height: 65px; border-radius: 4px; object-fit: cover; margin-bottom: 5px; }
    .team-name { font-weight: 600; font-size: 14px; }
    .match-center { width: 36%; }
    .status {
      background: #008f4c;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      padding: 4px 8px;
      border-radius: 5px;
      display: inline-block;
      margin-bottom: 5px;
    }
    .score {
      background: #007bff;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 8px;
      display: inline-block;
      margin-bottom: 15px;
    }
    .btn-watch {
      background: #1abc9c;
      border: none;
      padding: 5px 15px;
      color: #fff;
      font-weight: 600;
      border-radius: 5px;
      cursor: pointer;
    }
    .btn-watch:hover { background: #16a085; }
    .match-footer {
      border-top: 1px solid #222;
      margin-top: 10px;
      padding-top: 10px;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    .badges {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
    .badges span {
      font-size: 10px;
      display: flex;
      align-items: center;
      gap: 1px;
      color: #f1f1f1;
      background: #191919;
      padding: 3px 8px;
      border-radius: 20px;
      border: 1px solid #0bc4cb;
    }
    .badges img { width: 18px; height: 18px; border-radius: 50%; }

    footer { background: #111; padding: 30px 10px; margin-top: 30px; border-top: 1px solid #333; }
    footer img { width: 180px; border-radius: 15px; margin: 15px 0; }
    .btn-more { background: #f1c40f; color: #000; font-weight: bold; padding: 10px 25px; border: none; border-radius: 25px; }
 .sports-bars {
    margin-bottom: -5px;
}
.sports-bars {
    border-bottom: 1px solid #ffffff00;
    #display: grid;
    grid-template-columns: 1fr 130px;
    gap: 10px;
    align-items: center;
    padding: 16px 0px 11px 0px;
    position: relative;
    margin-bottom: 5px;
}
.sports-bars ul {
    gap: 8px;
}
.sports-bars ul {
    list-style: none;
    width: 100%;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.sports-bars ul li button.active, .sports-bars ul li button:focus, .sports-bars ul li button:hover {
    color: #00fffd;
    text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
    border-radius: 7px;
    position: relative;
    background: linear-gradient( 360deg, rgba(37, 44, 135, 1), rgba(34, 42, 73, 0.2) );
}
.sports-bars ul li button {
    font-family: Oswald;
    background: transparent;
    border: none;
    color: #FFEDED;
    text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 7px;
    font-weight: 600;
    min-width: 125px;
    height: 39px;
    outline: 0;
    border-radius: 7px;
}

.sports-bars ul li button {
    font-family: sans-serif;
    min-width: 115px;
    border-radius: 7px;
    position: relative;
    background: linear-gradient(360deg, rgb(24 29 89), rgba(34, 42, 73, 0.2));
}