*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}

body{
background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);
min-height:100vh;
color:white;
}

/* HEADER */
header{padding:20px 40px;display:flex;justify-content:space-between;align-items:center;}
.logo{font-size:26px;font-weight:700;background:linear-gradient(45deg,#ff00cc,#ff8800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.logo img{
height:50px;
width:auto;
display:block;
}

nav{display:flex;gap:30px;}
nav a{text-decoration:none;font-weight:600;color:#ddd;}
nav a:hover{color:#ff00cc;}
.menu-toggle{display:none;font-size:26px;cursor:pointer;}

/* MOBILE MENU */
.mobile-menu{position:fixed;top:0;right:-100%;width:260px;height:100%;background:#0f0c29;padding:30px;transition:.4s;z-index:2000;}
.mobile-menu.active{right:0;}
.close-btn{font-size:26px;cursor:pointer;text-align:right;margin-bottom:30px;}
.mobile-menu a{display:block;margin:20px 0;font-size:18px;text-decoration:none;color:#ddd;font-weight:600;}

/* MAIN */
.container{text-align:center;margin-top:60px;}

h1{
font-size:40px;
margin-bottom:20px;
background:linear-gradient(45deg,#ff00cc,#ff8800);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.date{color:#bbb;margin-bottom:40px;font-size:18px;}

/* THUMBNAIL */
.thumb-wrapper{
display:inline-block;padding:6px;border-radius:25px;
background:linear-gradient(45deg,#ff00cc,#ff8800);
box-shadow:0 0 40px rgba(255,0,200,0.5);
margin-bottom:45px;transition:.4s;
}
.thumb-wrapper:hover{transform:scale(1.05);}
.thumbnail{width:340px;max-width:100%;border-radius:20px;display:block;}

/* ⭐ RATING */
.rating-box{
  margin-top:2px;
  margin-bottom:20px;

}

.stars{
  font-size:40px;
  cursor:pointer;
  color:#555;
}

.stars i.active{color:#FFD700}


/* PLAY BUTTON */
.play-btn{
padding:22px 70px;
border:none;
border-radius:50px;
background:linear-gradient(45deg,#ff00cc,#ff8800);
color:white;
font-size:24px;
cursor:pointer;
font-weight:700;
box-shadow:0 0 30px rgba(255,0,200,0.5);
transition:.3s;
}
.play-btn:hover{transform:scale(1.1);}

/* SHARE BUTTONS */
.share{
margin-top:45px;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:15px;
}

.share a{
width:50px;height:50px;border-radius:50%;
display:flex;align-items:center;justify-content:center;
color:white;font-size:20px;text-decoration:none;
transition:.3s;
}

.share a:hover{transform:scale(1.2);}

/* BRAND COLORS */
.fb{background:#1877F2;}
.tw{background:#000;}
.wa{background:#25D366;}
.tg{background:#0088cc;}
.pin{background:#E60023;}
.li{background:#0A66C2;}
.rd{background:#FF4500;}
.mail{background:#666;}

/* FOOTER */


/* GAME SECTION */
.game-section{
max-width:800px;
margin:80px auto;
padding:40px;
border-radius:0;
background:rgba(255,255,255,0.05);
backdrop-filter:blur(10px);
box-shadow:0 0 40px rgba(255,0,200,0.15);
}

.game-section h2{
margin-bottom:20px;
margin-top:25px;
background:linear-gradient(45deg,#ff00cc,#ff8800);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.game-section p{
color:#ddd;
line-height:1.7;
}
.game-section img{
padding-top: 30px;
padding-right: 30px;
height:auto;
width:340px;
display:block;
align-items: center;
}

/* TABLE */
.game-table{
width:100%;
border-collapse:collapse;
margin-top:15px;
}

.game-table td{
border:1px solid rgba(255,255,255,0.2);
padding:12px;
color:#ddd;
}

.game-table tr td:first-child{
font-weight:bold;
color:#ff00cc;
}

/* STEPS */
.steps{
margin-top:15px;
color:#ddd;
line-height:1.8;
padding-left:20px;
}



/* FOOTER */

footer{
background:#111;
color:white;
padding:60px
margin-top:60px;
text-align:left;
}

.footer-container{
max-width:1200px;
margin:auto;
padding:20px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
}

.footer-logo h3{
color:#ff0080;
margin-bottom:10px;
}

.footer-links h4,
.footer-social h4{
margin-bottom:15px;
}

.footer-links ul{
list-style:none;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#ccc;
text-decoration:none;
transition:.3s;
}

.footer-links a:hover{
color:#ff0080;
}

.social-icons a{
display:inline-block;
width:40px;
height:40px;
line-height:40px;
text-align:center;
border-radius:50%;
margin-right:10px;
font-size:18px;
color:white;
background:#333;
transition:.3s;
}

.social-icons a:nth-child(1){background:#1877f2;}
.social-icons a:nth-child(2){background:#ff2e63;}
.social-icons a:nth-child(3){background:#25d366;}
.social-icons a:nth-child(4){background:#ff0000;}

.social-icons a:hover{
transform:translateY(-5px);
box-shadow:0 10px 20px rgba(0,0,0,.3);
}

.footer-bottom{
text-align:center;
padding:15px;
background:#0a0a0a;
font-size:14px;
color:#aaa;
}

.social-share-container {
      display: flex;
      margin-top: 35px;
      gap: 18px;
      justify-content: center;
    }

    .share-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      color: white;
      font-size: 24px;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .share-btn:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }

    /* Facebook */
    .facebook { background: #1877f2; }
    .facebook:hover { background: #0e5fd8; }

    /* Instagram */
    .instagram {
      background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    }
    .instagram:hover {
      background: linear-gradient(135deg, #e8c04e, #e66d12, #c21e60, #7d249f, #3b4ab8);
    }

    /* WhatsApp */
    .whatsapp { background: #25d366; }
    .whatsapp:hover { background: #1ebe52; }

    /* Reddit */
    .reddit { background: #ff4500; }
    .reddit:hover { background: #e03d00; }

    /* X (Twitter) */
    .x { background: #000000; }
    .x:hover { background: #1a1a1a; }

@media(max-width:768px){
nav{display:none;}
.menu-toggle{display:block;}
}
