*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}body{background-color:#fff;color:#333;line-height:1.6;font-weight:530;transition:background-color .3s ease,color .3s ease}.container{width:80%;max-width:1200px;margin:0 auto}a{text-decoration:none;color:inherit}header{background-color:rgba(31,32,36,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:15px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 4px 15px rgba(0,0,0,.1)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:800;color:#f39c12;letter-spacing:2px}.logo img{width:100px;display:block}nav ul{list-style:none;display:flex;align-items:center;gap:30px}nav ul li a{font-weight:700;font-size:15px;text-transform:uppercase;cursor:pointer;transition:color .3s;position:relative;padding-bottom:5px}nav ul li a.active-tab,nav ul li a:hover{color:#f39c12}nav ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#f39c12;transition:width .3s ease}nav ul li a.active-tab:after,nav ul li a:hover:after{width:100%}.theme-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .3s}.theme-toggle:hover{color:#f39c12}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background-color:#fff;border-radius:2px}@media (max-width:768px){.hamburger{display:flex}nav{position:absolute;top:100%;left:0;width:100%}nav ul{display:none;flex-direction:column;background-color:rgba(31,32,36,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;gap:20px;box-shadow:0 10px 10px rgba(0,0,0,.3)}nav ul.show{display:flex}}.welcome-section{text-align:center;padding:60px 0}.welcome-section h1{font-size:36px;font-weight:800;margin-bottom:10px}.welcome-section p{color:#666;font-size:16px}.slider-section{background-color:#f5f5f5;padding:80px 0;overflow:hidden;transition:background-color .3s ease}.slider-container{display:flex;align-items:center;justify-content:space-between}.slider-wrapper{flex:1 1;overflow:hidden;margin:0 20px}.slider-tracks{display:flex;transition:transform .5s ease-in-out}.slider-slide{padding:0 30px}.slider-arrow{font-size:36px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#999;transition:color .3s}.slider-arrow:hover{color:#f39c12}.slider-content{display:flex;align-items:center;justify-content:space-between;gap:50px}.slider-text{flex:1 1}.slider-text h2{font-size:32px;font-weight:800;margin-bottom:20px}.slider-text h2 a{transition:color .3s ease,text-shadow .3s ease}.slider-text h2 a:hover{color:#f39c12;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.slider-text p{margin-bottom:30px;color:#444}.slider-buttons-wrapper{display:flex;gap:15px;flex-wrap:nowrap}.slider-buttons-wrapper .btn{margin-right:0;margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;background:linear-gradient(135deg,#f39c12,#fc0);color:#fff;padding:12px 24px;border-radius:25px;font-weight:700;margin-right:15px;margin-bottom:15px;cursor:pointer;border:none;box-shadow:0 4px 15px rgba(243,156,18,.3);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;gap:10px}.btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(243,156,18,.5)}.btn-icon{height:24px;width:24px;object-fit:contain;border-radius:6px;flex-shrink:0}.store-badge-btn{background:transparent;padding:0;border-radius:10px;box-shadow:none}.store-badge-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,.25)}.store-badge-img{height:46px;width:auto;display:block}.slider-image{flex:1 1;text-align:right}.slider-image img{width:300px;border:4px solid #fc0;border-radius:29px}.about-header{text-align:center;padding:50px 0 20px}.about-header h2{font-size:28px;font-weight:800}.about-intro{text-align:center;max-width:800px;margin:0 auto 40px;color:#555}.black-card{background:linear-gradient(145deg,#1f2024,#0a0a0c);color:#fff;border-radius:15px;padding:50px;text-align:center;margin-bottom:50px;box-shadow:0 10px 30px rgba(0,0,0,.15);border:1px solid #333}.black-card h3{color:#f39c12;font-size:22px;margin-bottom:15px;margin-top:30px}.black-card h3:first-child{margin-top:0}.black-card p{font-size:15px;line-height:1.8;max-width:800px;margin:0 auto}.text-section{margin-bottom:30px}.text-section h4{font-size:18px;font-weight:700;margin-bottom:10px}.text-section p{color:#555}.conclusion{text-align:center;padding:40px 0}.games-header{padding:40px 0 20px;font-size:24px;font-weight:800}.games-container{background-color:#e9ecef;padding:40px;border-radius:10px;margin-bottom:50px;transition:background-color .3s ease}.game-card{display:flex;background:#fff;border-radius:10px;padding:15px;margin-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;overflow:hidden}.game-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.game-card img{width:150px;height:150px;border:3px solid #fc0;border-radius:16px;object-fit:cover;margin-right:20px;transition:transform .4s ease}.game-card:hover img{transform:scale(1.05)}.game-info h3{font-size:18px;font-weight:700;margin-bottom:10px}.game-info p{font-size:14px;color:#555}.privacy-header{text-align:center;padding:40px 0;font-size:32px;font-weight:800}.privacy-content p{margin-bottom:20px;color:#444}.privacy-content h4{margin:30px 0 15px;font-size:18px}.game-inner-banner{float:right;width:60%;max-width:700px;margin-left:30px;margin-bottom:20px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.game-inner-banner img{width:100%;height:auto;max-height:500px;object-fit:cover;display:block}@media (max-width:768px){.game-inner-banner{float:none;width:100%;max-width:none;margin-left:0}}.game-detail-bg{background-color:#3b5a9a;padding:40px 0}.game-detail-content{background-color:#fff;padding:40px 50px;border-radius:12px}.game-top-info{display:flex;gap:30px;margin-bottom:40px;align-items:center;padding-bottom:30px;border-bottom:1px solid #eee}.game-icon-right{flex-shrink:0}.game-icon-right img{width:130px;height:130px;border-radius:22px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.15)}.game-text-left{flex:1 1}.game-title{font-size:28px;font-weight:800;color:#111;margin-bottom:6px;line-height:1.2}.game-publisher{font-size:15px;color:#3b5a9a;font-weight:600;margin-bottom:20px}.store-buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.store-btn{height:44px;width:auto;cursor:pointer;transition:transform .2s ease}.store-btn:hover{transform:scale(1.04)}#game-description-container{color:#333;font-size:15px;line-height:1.75}#game-description-container h1,#game-description-container h2,#game-description-container h3{font-size:22px;font-weight:800;color:#111;margin-top:30px;margin-bottom:12px}#game-description-container h1:first-child,#game-description-container h2:first-child{margin-top:0}#game-description-container p{color:#555;margin-bottom:14px}#game-description-container ol,#game-description-container ul{padding-left:22px;margin-bottom:16px}#game-description-container li{margin-bottom:8px;color:#444}#game-description-container strong{color:#222;font-weight:700}footer{background-color:#000;color:#fff;padding:50px 0 20px;font-size:15px;line-height:1.8}.footer-top{display:flex;justify-content:space-between;margin-bottom:40px}.footer-logo{font-size:30px;font-weight:800;color:#f39c12;margin-bottom:10px;text-align:center}.footer-logo img{width:100px;display:block;margin:0 auto}.footer-contact h4{font-size:16px;margin-bottom:15px}.contact-item{display:flex;align-items:flex-start;margin-bottom:10px;max-width:400px;color:#ccc}.contact-item svg{width:24px;height:24px;margin-right:10px;fill:#ccc;flex-shrink:0}.footer-bottom{border-top:1px solid #333;padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:#999}.footer-links{display:flex;gap:15px}.footer-links a{transition:color .3s ease;cursor:pointer}.footer-links a:hover{color:#f39c12}@media (max-width:768px){.footer-top{text-align:center}.footer-contact,.footer-top{flex-direction:column;align-items:center}.footer-contact{margin-top:30px;display:flex}.contact-item{text-align:left}.footer-bottom{flex-direction:column;gap:15px}}body.dark-mode{background-color:#121212;color:#e0e0e0}body.dark-mode ::-webkit-scrollbar-track{background:#1e1e1e}body.dark-mode ::-webkit-scrollbar-thumb{background:#444}body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#555}body.dark-mode .slider-section{background-color:#1e1e1e}body.dark-mode .slider-text p{color:#b3b3b3}body.dark-mode .games-container{background-color:#1e1e1e}body.dark-mode .game-card{background-color:#2c2c2c;box-shadow:0 4px 15px rgba(0,0,0,.4)}body.dark-mode .game-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.6)}body.dark-mode .about-intro,body.dark-mode .game-info p,body.dark-mode .privacy-content p,body.dark-mode .text-section p{color:#b3b3b3}.page-transition{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1050px){.slider-content{gap:15px}.slider-image img{width:180px;height:180px}.btn{padding:10px 12px;font-size:14px}.slider-slide{padding:0 10px}}@media (max-width:768px){.welcome-section h1{font-size:28px}.slider-content{flex-direction:column-reverse;gap:30px}.slider-slide{padding:0 10px}.slider-image img{width:100%;max-width:250px;margin:0 auto}.slider-text{text-align:center}.slider-buttons-wrapper{flex-wrap:nowrap;justify-content:center}.slider-buttons-wrapper .btn span{display:none}.slider-buttons-wrapper .btn{padding:24px;border-radius:50%;width:96px;height:96px}.slider-buttons-wrapper .btn .btn-icon{width:48px;height:48px}.games-container{padding:20px}.game-card{flex-direction:column;align-items:center;text-align:center}.game-card img{margin-right:0;margin-bottom:15px;width:120px;height:120px}.game-detail-content{padding:20px}.game-top-info{flex-direction:column;text-align:center;gap:15px}.game-icon-right img{margin:0 auto}.store-buttons{justify-content:center}}