
    /* Base styles for new88.com đăng nhập page */
    .page-new88com {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray for text */
      background-color: #1a1a1a; /* Dark background */
      line-height: 1.6;
      padding: 0;
      margin: 0;
    }

    .page-new88com-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-new88com h1,
    .page-new88com h2,
    .page-new88com h3,
    .page-new88com h4 {
      color: #ffd700; /* Gold/yellow for headings */
      margin-bottom: 20px;
    }

    .page-new88com h1 {
      font-size: 2.8em;
    }

    .page-new88com h2 {
      font-size: 2.2em;
      border-bottom: 2px solid #ffd700;
      display: inline-block;
      padding-bottom: 10px;
      margin-bottom: 30px;
    }

    .page-new88com h3 {
      font-size: 1.8em;
    }

    .page-new88com h4 {
      font-size: 1.4em;
    }

    .page-new88com p {
      margin-bottom: 15px;
      color: #cccccc;
    }

    .page-new88com a {
      color: #007bff; /* Blue for links */
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-new88com a:hover {
      color: #66b3ff;
      text-decoration: underline;
    }

    /* Buttons */
    .page-new88com-btn {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 5px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 10px;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      color: #ffffff;
    }

    .page-new88com-btn-primary {
      background-color: #ffd700; /* Gold */
      color: #1a1a1a;
    }

    .page-new88com-btn-primary:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-new88com-btn-secondary {
      background-color: #007bff; /* Blue */
      color: #ffffff;
      border: 1px solid #007bff;
    }

    .page-new88com-btn-secondary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Hero Section */
    .page-new88com-hero {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:background:new88com,hero,banner_bg]') no-repeat center center;
      background-size: cover;
      padding: 80px 20px;
      color: #ffffff;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-new88com-hero h1 {
      font-size: 3.5em;
      margin-bottom: 15px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-new88com-hero p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #e0e0e0;
    }

    .page-new88com-hero-image {
      max-width: 100%;
      height: auto;
      margin-top: 30px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    /* Grid Layout for Cards */
    .page-new88com-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-new88com-card {
      background-color: #222222;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #333333;
    }

    .page-new88com-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-new88com-card-icon {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }

    .page-new88com-card h3 {
      color: #ffd700;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .page-new88com-card h3 a {
      color: #ffd700;
    }

    .page-new88com-card h3 a:hover {
      color: #e6c200;
    }

    .page-new88com-card p {
      color: #cccccc;
      font-size: 0.95em;
    }

    /* Game Categories */
    .page-new88com-game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-new88com-game-card {
      background-color: #2c2c2c;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, background-color 0.3s ease;
      display: block;
      color: #ffffff;
      text-decoration: none;
    }

    .page-new88com-game-card:hover {
      transform: translateY(-5px);
      background-color: #3a3a3a;
    }

    .page-new88com-game-card img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-new88com-game-card h4 {
      color: #ffd700;
      margin: 0;
    }

    /* Guide Section */
    .page-new88com-steps {
      list-style: none;
      padding: 0;
      margin: 30px auto;
      max-width: 700px;
      text-align: left;
    }

    .page-new88com-steps li {
      background-color: #222222;
      margin-bottom: 15px;
      padding: 15px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      color: #e0e0e0;
    }

    .page-new88com-steps li::before {
      content: counter(step-counter);
      counter-increment: step-counter;
      background-color: #ffd700;
      color: #1a1a1a;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .page-new88com-cta-banner {
      background-color: #2c2c2c;
      border-radius: 10px;
      padding: 30px;
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-new88com-cta-banner img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .page-new88com-cta-content h3 {
      color: #ffd700;
      font-size: 1.8em;
      margin-bottom: 10px;
    }

    .page-new88com-cta-content p {
      color: #cccccc;
      margin-bottom: 20px;
    }

    .page-new88com-cta-link {
      color: #007bff;
      font-weight: bold;
    }

    /* FAQ Section - Accordion */
    .page-new88com-accordion {
      max-width: 800px;
      margin: 30px auto;
      text-align: left;
    }

    .page-new88com-accordion-item {
      background-color: #222222;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-new88com-accordion-header {
      background-color: #2c2c2c;
      color: #ffd700;
      padding: 15px 20px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-new88com-accordion-header:hover {
      background-color: #3a3a3a;
    }

    .page-new88com-accordion-icon {
      font-size: 1.5em;
      transition: transform 0.3s ease;
    }

    .page-new88com-accordion-header.active .page-new88com-accordion-icon {
      transform: rotate(45deg);
    }

    .page-new88com-accordion-content {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out, padding 0.4s ease-out;
      background-color: #1a1a1a;
      color: #cccccc;
    }

    .page-new88com-accordion-content.active {
      max-height: 200px; /* Adjust as needed */
      padding: 15px 20px;
    }

    /* Floating Ad */
    .page-new88com-floating-ad {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ff4500; /* Orange-red for urgency */
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      z-index: 1000;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .page-new88com-floating-ad:hover {
      transform: scale(1.05);
    }

    .page-new88com-floating-ad-link {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      text-decoration: none;
      color: #ffffff;
    }

    .page-new88com-floating-ad-image {
      width: 40px;
      height: 40px;
      margin-right: 10px;
      border-radius: 5px;
    }

    .page-new88com-floating-ad-text {
      font-weight: bold;
      font-size: 1.1em;
      line-height: 1.2;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-new88com-hero {
        padding: 60px 15px;
      }

      .page-new88com-hero h1 {
        font-size: 2.5em;
      }

      .page-new88com-hero p {
        font-size: 1em;
      }

      .page-new88com-section {
        padding: 30px 15px;
      }

      .page-new88com h2 {
        font-size: 1.8em;
      }

      .page-new88com-grid {
        grid-template-columns: 1fr;
      }

      .page-new88com-game-categories {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-new88com-cta-banner {
        flex-direction: column;
      }

      .page-new88com-floating-ad {
        bottom: 15px;
        right: 15px;
        left: 15px; /* Make it full width on small screens */
        width: auto;
        text-align: center;
        justify-content: center;
      }

      .page-new88com-floating-ad-link {
          justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .page-new88com-hero h1 {
        font-size: 2em;
      }
      .page-new88com-hero-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .page-new88com-btn {
        width: 90%;
        margin: 5px auto;
      }
      .page-new88com-floating-ad-text {
        font-size: 0.9em;
      }
    }
  