@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Exo+2:wght@300;400;600&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Exo 2',sans-serif;background:#0a0a12;color:#e0e0e8;line-height:1.7;overflow-x:hidden;}
a{color:#00e5ff;text-decoration:none;transition:color .3s;}
a:hover{color:#ff00e5;}

.topbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(10,10,18,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,229,255,.15);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px;}
.logo-wrap{display:flex;align-items:center;gap:.6rem;}
.logo-icon{width:38px;height:38px;}
.logo-text{font-family:'Orbitron',sans-serif;font-weight:900;font-size:1.3rem;background:linear-gradient(135deg,#00e5ff,#ff00e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.nav-links{display:flex;gap:1.8rem;list-style:none;}
.nav-links a{font-family:'Orbitron',sans-serif;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#c0c0d0;position:relative;}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#00e5ff,#ff00e5);transition:width .3s;}
.nav-links a:hover{color:#fff;}
.nav-links a:hover::after{width:100%;}

.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1100;}
.hamburger span{width:26px;height:3px;background:#00e5ff;border-radius:2px;transition:all .3s;}

.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:100px 2rem 60px;position:relative;overflow:hidden;}
.hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 50%,rgba(0,229,255,.08) 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(255,0,229,.06) 0%,transparent 60%);animation:heroPulse 8s ease-in-out infinite alternate;}
@keyframes heroPulse{0%{transform:scale(1) rotate(0deg);}100%{transform:scale(1.05) rotate(2deg);}}
.hero-badge{display:inline-block;background:rgba(0,229,255,.1);border:1px solid rgba(0,229,255,.3);border-radius:30px;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#00e5ff;margin-bottom:1.5rem;position:relative;z-index:1;}
.hero-section h1{font-family:'Orbitron',sans-serif;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem;position:relative;z-index:1;}
.hero-section h1 .glow{background:linear-gradient(135deg,#00e5ff,#ff00e5,#00e5ff);background-size:200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradShift 4s linear infinite;}
@keyframes gradShift{0%{background-position:0% 50%;}100%{background-position:200% 50%;}}
.hero-sub{font-size:1.15rem;color:#8888aa;max-width:620px;margin:0 auto 2rem;position:relative;z-index:1;}
.hero-cta{display:inline-block;padding:.9rem 2.5rem;border-radius:50px;font-family:'Orbitron',sans-serif;font-weight:700;font-size:1rem;background:linear-gradient(135deg,#00e5ff,#7b2fff);color:#fff;border:none;cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;z-index:1;}
.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,229,255,.3);color:#fff;}

.notices-strip{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem;background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);}
.notice-chip{display:flex;align-items:center;gap:.5rem;background:rgba(0,229,255,.06);border:1px solid rgba(0,229,255,.15);border-radius:12px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;color:#b0b0cc;}
.notice-chip .icon{font-size:1.2rem;}

.section{padding:5rem 2rem;max-width:1300px;margin:0 auto;}
.section-title{font-family:'Orbitron',sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;text-align:center;margin-bottom:.5rem;}
.section-sub{text-align:center;color:#7777aa;margin-bottom:3rem;font-size:1rem;}

.game-embed-wrap{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid rgba(0,229,255,.2);box-shadow:0 0 40px rgba(0,229,255,.08);background:#0d0d1a;}
.game-embed-wrap iframe{width:100%;height:560px;border:none;display:block;}

.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;}
.feature-card{background:linear-gradient(145deg,rgba(20,20,40,.8),rgba(10,10,20,.9));border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:2rem;transition:transform .3s,border-color .3s;}
.feature-card:hover{transform:translateY(-5px);border-color:rgba(0,229,255,.3);}
.feature-card .card-icon{font-size:2rem;margin-bottom:1rem;}
.feature-card h3{font-family:'Orbitron',sans-serif;font-size:1.1rem;margin-bottom:.5rem;color:#fff;}
.feature-card p{color:#8888aa;font-size:.9rem;}

.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:3rem 2rem;max-width:1100px;margin:0 auto;}
.stat-box{text-align:center;padding:2rem 1rem;background:rgba(255,255,255,.02);border-radius:16px;border:1px solid rgba(255,255,255,.05);}
.stat-box .num{font-family:'Orbitron',sans-serif;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#00e5ff,#ff00e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.stat-box .label{color:#7777aa;font-size:.85rem;margin-top:.3rem;}

.info-block{max-width:900px;margin:0 auto;padding:3rem 2rem;}
.info-block h2{font-family:'Orbitron',sans-serif;font-size:1.6rem;margin-bottom:1rem;color:#fff;}
.info-block p{color:#9999bb;margin-bottom:1.2rem;font-size:.95rem;}

.site-footer{background:rgba(5,5,15,.95);border-top:1px solid rgba(255,255,255,.05);padding:3rem 2rem;text-align:center;}
.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.footer-links a{font-size:.85rem;color:#6666aa;transition:color .3s;}
.footer-links a:hover{color:#00e5ff;}
.footer-responsible{margin-bottom:1rem;}
.footer-responsible a{margin:0 .8rem;font-size:.8rem;color:#555588;}
.footer-responsible a:hover{color:#ff00e5;}
.footer-copy{font-size:.75rem;color:#444466;}

.age-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.92);z-index:9999;display:flex;align-items:center;justify-content:center;}
.age-box{background:#12122a;border:1px solid rgba(0,229,255,.3);border-radius:20px;padding:3rem;text-align:center;max-width:420px;width:90%;}
.age-box h2{font-family:'Orbitron',sans-serif;font-size:1.5rem;margin-bottom:1rem;color:#fff;}
.age-box p{color:#8888aa;margin-bottom:2rem;font-size:.9rem;}
.age-btns{display:flex;gap:1rem;justify-content:center;}
.age-btns button{padding:.7rem 2rem;border-radius:30px;border:none;font-family:'Orbitron',sans-serif;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s;}
.btn-yes{background:linear-gradient(135deg,#00e5ff,#7b2fff);color:#fff;}
.btn-yes:hover{box-shadow:0 4px 20px rgba(0,229,255,.4);}
.btn-no{background:transparent;border:1px solid #ff3366;color:#ff3366;}
.btn-no:hover{background:rgba(255,51,102,.1);}

.page-header{padding:100px 2rem 40px;text-align:center;}
.page-header h1{font-family:'Orbitron',sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:900;margin-bottom:.5rem;}
.page-header p{color:#7777aa;max-width:600px;margin:0 auto;}

.content-area{max-width:900px;margin:0 auto;padding:2rem;}
.content-area h2{font-family:'Orbitron',sans-serif;font-size:1.3rem;margin:2rem 0 .8rem;color:#ddd;}
.content-area p,.content-area li{color:#9999bb;font-size:.95rem;margin-bottom:.8rem;}
.content-area ul{padding-left:1.5rem;margin-bottom:1.5rem;}

@media(max-width:768px){
  .nav-links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:rgba(10,10,18,.98);flex-direction:column;padding:80px 2rem 2rem;gap:1.5rem;transition:right .3s;}
  .nav-links.open{right:0;}
  .hamburger{display:flex;}
  .hero-section h1{font-size:2rem;}
  .notices-strip{flex-direction:column;align-items:center;gap:1rem;}
  .game-embed-wrap iframe{height:350px;}
  .stats-row{grid-template-columns:1fr 1fr;}
}
