body {
    margin: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 100, 200, 0.2) 0%, transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(100, 200, 255, 0.2) 0%, transparent 40%),
                linear-gradient(to bottom, #2a004f 0%, #3a0070 30%, #002b60 70%, #003f8c 100%);
    background-attachment: fixed;
    font-family: "Libre Franklin", sans-serif !important;

    color: white;
  }
  .hero-section {
    padding: 100px 0;
    text-align: left;
  }
  .hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  .hero-section p {
    max-width: 500px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .btn-custom {
    background: linear-gradient(to right, #ff4d94, #ff9966);
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
    color: white;
  }
  .btn-custom:hover {
    opacity: 0.9;
  }
  .about-section, .why-us-section, .online-games-section, .reviews-section {
    color: white;
  }
  .btn-gradient {
    background: linear-gradient(to right, #ff4d94, #ff9966);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
  }
  .btn-gradient-purple {
    background: linear-gradient(to right, #a64dff, #ff4dff);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
  }
  .btn-gradient-blue {
    background: linear-gradient(to right, #4d94ff, #4dffff);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 600;
  }
  .btn-gradient:hover, .btn-gradient-purple:hover, .btn-gradient-blue:hover {
    opacity: 0.9;
  }
  .online-games-section {
    background: radial-gradient(circle at 15% 30%, rgba(255, 150, 200, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 85% 20%, rgba(100, 200, 255, 0.15) 0%, transparent 40%),
                linear-gradient(to bottom, #0b011e 0%, #0d0338 100%);
  }
  .game-card, .review-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
  }
  .game-card {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 100, 200, 0.3);
  }
  .reviews-section {
    background: radial-gradient(circle at 15% 30%, rgba(255, 150, 200, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 85% 20%, rgba(100, 200, 255, 0.15) 0%, transparent 40%),
                linear-gradient(to bottom, #0b011e 0%, #0d0338 100%);
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100% 100%;
    filter: invert(1);
  }
  .site-footer {
    background: linear-gradient(to right, #0d0124, #0d0338);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
  }
  .footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
  }
  .footer-link:hover {
    color: #ff4d94;
  }
  body{
    margin:0;
    background:
      radial-gradient(circle at 20% 30%, rgba(255,100,200,.2) 0%, transparent 40%),
      radial-gradient(circle at 80% 20%, rgba(100,200,255,.2) 0%, transparent 40%),
      linear-gradient(to bottom, #2a004f 0%, #3a0070 30%, #002b60 70%, #003f8c 100%);
    background-attachment: fixed;
    font-family:'Segoe UI',sans-serif;
    color:#fff;
  }
  .content-section{
    background:rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    border-radius:16px;
    padding:28px;
  }
  .chip{
    display:inline-block;
    padding:.25rem .6rem;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:.8rem;
  }
  .table{
    color:#fff;
  }
  .table>:not(caption)>*>*{
    background-color: transparent !important;
    border-color: rgba(255,255,255,.15);
  }
  .toc a{
    color:#aad9ff;
    text-decoration:none;
  }
  .toc a:hover{ text-decoration:underline; }
  .section-gap{ margin-top:2.5rem; }
  .site-footer{
    background:linear-gradient(to right, #0d0124, #0d0338);
    color:rgba(255,255,255,.85);
    font-size:.9rem;
  }
  .footer-link{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    margin:0 10px;
    transition:color .3s ease;
  }
  .footer-link:hover{ color:#ff4d94; }
  .badge-base{
    background: rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.15);
  }
  h1,h2,h3{ font-weight:700; }
  .anchor-offset{ scroll-margin-top: 100px; }

  body{
    margin:0;
    background:
      radial-gradient(circle at 20% 30%, rgba(255,100,200,.2) 0%, transparent 40%),
      radial-gradient(circle at 80% 20%, rgba(100,200,255,.2) 0%, transparent 40%),
      linear-gradient(to bottom, #2a004f 0%, #3a0070 30%, #002b60 70%, #003f8c 100%);
    background-attachment: fixed;
    font-family:'Segoe UI',sans-serif;
    color:#fff;
  }
  .content-section{
    background:rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    border-radius:16px;
    padding:28px;
  }
  .toc a{color:#aad9ff;text-decoration:none;}
  .toc a:hover{text-decoration:underline;}
  .section-gap{margin-top:2.5rem;}
  .site-footer{
    background:linear-gradient(to right, #0d0124, #0d0338);
    color:rgba(255,255,255,.85);
    font-size:.9rem;
  }
  .footer-link{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    margin:0 10px;
    transition:color .3s ease;
  }
  .footer-link:hover{color:#ff4d94;}
  h1,h2,h3{font-weight:700;}
  .chip{
    display:inline-block;
    padding:.25rem .6rem;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:.8rem;
  }
  body{
    margin:0;
    background:
      radial-gradient(circle at 20% 30%, rgba(255,100,200,.2) 0%, transparent 40%),
      radial-gradient(circle at 80% 20%, rgba(100,200,255,.2) 0%, transparent 40%),
      linear-gradient(to bottom, #2a004f 0%, #3a0070 30%, #002b60 70%, #003f8c 100%);
    background-attachment: fixed;
    font-family:'Segoe UI',sans-serif;
    color:#fff;
  }
  .content-section{
    background:rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
    border-radius:16px;
    padding:28px;
  }
  .table{
    color:#fff;
  }
  .table>:not(caption)>*>*{
    background-color: transparent !important;
    border-color: rgba(255,255,255,.15);
  }
  .toc a{color:#aad9ff;text-decoration:none;}
  .toc a:hover{text-decoration:underline;}
  .section-gap{margin-top:2.5rem;}
  .site-footer{
    background:linear-gradient(to right, #0d0124, #0d0338);
    color:rgba(255,255,255,.85);
    font-size:.9rem;
  }
  .footer-link{
    color:rgba(255,255,255,.85);
    text-decoration:none;
    margin:0 10px;
    transition:color .3s ease;
  }
  .footer-link:hover{color:#ff4d94;}
  h1,h2,h3{font-weight:700;}
  .chip{
    display:inline-block;
    padding:.25rem .6rem;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:.8rem;
  }
  section iframe{
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 500px;
  }
  a{
    color: white !important
  }