@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Nunito:wght@300;400;600;700&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
:root{--aether:#10b981;--aether-dark:#059669;--bg:#0c0c0c;--bg-alt:#161616;--text:#e5e5e5;--muted:#737373}
body{font-family:'Nunito',sans-serif;background:var(--bg);color:var(--text);font-size:17px;line-height:1.75}
.header{position:fixed;top:0;width:100%;z-index:1000;background:rgba(12,12,12,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(16,185,129,0.2)}
.header-inner{max-width:1500px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:16px 25px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--aether),var(--aether-dark));border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--bg);font-size:1.3rem}
.logo-name{font-family:'Libre Baskerville',serif;font-size:1.7rem;font-weight:700;color:var(--aether)}
.nav{display:flex;gap:30px}
.nav a{color:var(--muted);text-decoration:none;font-weight:600;transition:color 0.2s}
.nav a:hover{color:var(--aether)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer}
.burger span{width:25px;height:2px;background:var(--aether)}
.hero{min-height:100vh;display:flex;align-items:center;padding:130px 25px 80px;background:radial-gradient(ellipse at 50% 0%,rgba(16,185,129,0.1) 0%,transparent 50%),var(--bg);text-align:center}
.hero-box{max-width:850px;margin:0 auto}
.hero-box h1{font-family:'Libre Baskerville',serif;font-size:3.5rem;margin-bottom:25px;line-height:1.2}
.hero-box h1 em{color:var(--aether);font-style:normal}
.hero-box p{color:var(--muted);font-size:1.2rem;margin-bottom:40px}
.btn{display:inline-block;padding:16px 45px;background:var(--aether);color:var(--bg);text-decoration:none;font-weight:700;border-radius:6px;transition:all 0.2s}
.btn:hover{background:var(--aether-dark);transform:translateY(-2px)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:70px 25px;max-width:1200px;margin:0 auto}
.card{background:var(--bg-alt);border:1px solid rgba(16,185,129,0.15);border-radius:12px;padding:35px 25px;text-align:center}
.card .ico{font-size:2.5rem;margin-bottom:15px}
.card h3{font-family:'Libre Baskerville',serif;color:var(--aether);margin-bottom:10px}
.card p{color:var(--muted);font-size:0.95rem}
.game-sec{padding:80px 25px;background:var(--bg-alt)}
.game-sec h2{font-family:'Libre Baskerville',serif;text-align:center;color:var(--aether);font-size:2rem;margin-bottom:40px}
.game-box{max-width:1050px;margin:0 auto;background:var(--bg);border:2px solid rgba(16,185,129,0.2);border-radius:12px;overflow:hidden}
.game-box iframe{width:100%;height:600px;border:none;display:block}
.about{padding:80px 25px;max-width:850px;margin:0 auto}
.about h2{font-family:'Libre Baskerville',serif;color:var(--aether);text-align:center;margin-bottom:30px;font-size:1.8rem}
.about p{color:var(--muted);margin-bottom:20px;font-size:1.05rem}
.footer{background:var(--bg-alt);padding:50px 25px 25px;border-top:1px solid rgba(16,185,129,0.15)}
.footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.footer-col h4{font-family:'Libre Baskerville',serif;color:var(--aether);margin-bottom:18px}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{color:var(--muted);text-decoration:none;transition:color 0.2s}
.footer-col a:hover{color:var(--aether)}
.footer-note{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(16,185,129,0.1);color:var(--muted);font-size:0.85rem}
.age-modal{position:fixed;inset:0;background:rgba(0,0,0,0.98);display:flex;align-items:center;justify-content:center;z-index:9999}
.age-modal.hidden{display:none}
.age-box{background:var(--bg-alt);border:2px solid var(--aether);border-radius:16px;padding:45px 35px;max-width:480px;text-align:center;margin:20px}
.age-box h2{font-family:'Libre Baskerville',serif;color:var(--aether);margin-bottom:18px;font-size:1.7rem}
.age-box p{color:var(--muted);margin-bottom:28px}
.age-btns{display:flex;gap:15px;justify-content:center}
.age-btn{padding:12px 35px;font-weight:700;cursor:pointer;border:none;border-radius:6px;transition:0.2s}
.age-btn.yes{background:var(--aether);color:var(--bg)}
.age-btn.no{background:transparent;border:2px solid var(--muted);color:var(--muted)}
.page-top{padding:130px 25px 50px;background:var(--bg-alt);text-align:center}
.page-top h1{font-family:'Libre Baskerville',serif;color:var(--aether);font-size:2.3rem}
.page-body{padding:50px 25px;max-width:850px;margin:0 auto}
.page-body h2{font-family:'Libre Baskerville',serif;color:var(--aether);margin:40px 0 15px;font-size:1.4rem}
.page-body p{color:var(--muted);margin-bottom:18px;line-height:1.85}
.page-body ul{margin:15px 0 15px 25px;color:var(--muted)}
.page-body li{margin-bottom:8px}
@media(max-width:992px){.cards,.footer-grid{grid-template-columns:1fr}}
@media(max-width:768px){.burger{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--bg);flex-direction:column;padding:20px;gap:15px;display:none}.nav.active{display:flex}.hero-box h1{font-size:2.3rem}.game-box iframe{height:450px}.age-btns{flex-direction:column}}
