
    :root {
      --page-789bet-primary-color: #e44d26; /* Cam đỏ */
      --page-789bet-secondary-color: #007bff; /* Xanh dương */
      --page-789bet-background-dark: #1a1a1a; /* Nền tối */
      --page-789bet-text-light: #f0f0f0; /* Chữ sáng */
      --page-789bet-card-background: #2a2a2a; /* Nền thẻ */
      --page-789bet-border-color: #333; /* Màu viền */
      --page-789bet-success-color: #4CAF50; /* Màu xanh lá cây */
    }

    .page-789bet {
      font-family: 'Arial', sans-serif;
      color: var(--page-789bet-text-light);
      background-color: var(--page-789bet-background-dark);
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

    .page-789bet-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 15px;
    }

    .page-789bet-logo-section {
      text-align: center;
      padding: 20px 0;
    }

    .page-789bet-logo {
      max-width: 180px;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
    }

    .page-789bet-hero {
      text-align: center;
      padding: 40px 15px;
      background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-789bet-hero h1 {
      color: var(--page-789bet-primary-color);
      font-size: 2.2em;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-789bet-hero p {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 25px;
    }

    .page-789bet-cta-button {
      display: inline-block;
      background-color: var(--page-789bet-primary-color);
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-789bet-cta-button:hover {
      background-color: #ff6a00;
      transform: translateY(-2px);
    }

    .page-789bet-section {
      background-color: var(--page-789bet-card-background);
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-789bet-section h2 {
      color: var(--page-789bet-secondary-color);
      font-size: 1.8em;
      margin-bottom: 20px;
      text-align: center;
      border-bottom: 2px solid var(--page-789bet-border-color);
      padding-bottom: 10px;
    }

    .page-789bet-section h3 {
      color: var(--page-789bet-primary-color);
      font-size: 1.4em;
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-789bet-game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-789bet-game-card {
      background-color: #333;
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-789bet-game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    }

    .page-789bet-game-card img {
      width: 100%;
      height: 120px;
      object-fit: cover;
      display: block;
      border-bottom: 1px solid var(--page-789bet-border-color);
    }

    .page-789bet-game-card a {
      display: block;
      padding: 10px;
      color: var(--page-789bet-text-light);
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: color 0.2s ease;
    }

    .page-789bet-game-card a:hover {
      color: var(--page-789bet-primary-color);
    }

    .page-789bet-list {
      list-style: none;
      padding: 0;
    }

    .page-789bet-list li {
      background-color: #333;
      margin-bottom: 10px;
      padding: 12px 15px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    .page-789bet-list li::before {
      content: '✓';
      color: var(--page-789bet-success-color);
      font-weight: bold;
      margin-right: 10px;
      font-size: 1.2em;
    }

    .page-789bet-promo-banner {
      background-color: #3a0000;
      color: #fff;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 30px;
      border: 2px dashed var(--page-789bet-primary-color);
    }

    .page-789bet-promo-banner h3 {
      color: #fff;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-789bet-promo-banner p {
      font-size: 1.1em;
      margin-bottom: 15px;
    }

    .page-789bet-floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .page-789bet-floating-buttons .page-789bet-button {
      flex: 1;
      text-align: center;
      margin: 0 5px;
      padding: 12px 0;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-789bet-floating-buttons .page-789bet-button.register {
      background-color: var(--page-789bet-primary-color);
    }

    .page-789bet-floating-buttons .page-789bet-button.register:hover {
      background-color: #ff6a00;
    }

    .page-789bet-floating-buttons .page-789bet-button.login {
      background-color: var(--page-789bet-secondary-color);
    }

    .page-789bet-floating-buttons .page-789bet-button.login:hover {
      background-color: #0056b3;
    }

    .page-789bet-payment-providers,
    .page-789bet-game-providers,
    .page-789bet-social-media {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-789bet-provider-item img {
      width: 60px;
      height: 40px;
      object-fit: contain;
      background-color: #fff;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    .page-789bet-social-media a img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: transform 0.2s ease;
    }

    .page-789bet-social-media a img:hover {
      transform: scale(1.1);
    }

    @media (max-width: 768px) {
      .page-789bet-hero h1 {
        font-size: 1.8em;
      }
      .page-789bet-section h2 {
        font-size: 1.5em;
      }
      .page-789bet-game-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      .page-789bet-game-card img {
        height: 100px;
      }
      .page-789bet-floating-buttons .page-789bet-button {
        padding: 10px 0;
        font-size: 0.9em;
      }
      .page-789bet-logo {
        max-width: 150px;
      }
    }

    @media (max-width: 480px) {
      .page-789bet-hero {
        padding: 25px 10px;
      }
      .page-789bet-hero h1 {
        font-size: 1.5em;
      }
      .page-789bet-hero p {
        font-size: 0.95em;
      }
      .page-789bet-cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-789bet-section {
        padding: 20px;
      }
      .page-789bet-section h2 {
        font-size: 1.3em;
      }
      .page-789bet-game-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      }
      .page-789bet-game-card img {
        height: 80px;
      }
      .page-789bet-game-card a {
        font-size: 0.9em;
      }
      .page-789bet-list li {
        padding: 10px 12px;
        font-size: 0.95em;
      }
    }
  