*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:color .2s ease}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}
.site-header{background:#0f172a;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.2)}
.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem}
.logo-link{display:flex;align-items:center}
.logo-link img{width:160px;height:40px;object-fit:contain}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}
.hamburger-line{width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}
.main-nav{display:flex;align-items:center}
.nav-list{display:flex;gap:2rem;align-items:center}
.nav-link{color:#cbd5e1;font-size:.9375rem;font-weight:500;padding:.5rem 0;position:relative}
.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#3b82f6;transition:width .3s ease}
.nav-link:hover,.nav-link.active{color:#fff}
.nav-link:hover::after,.nav-link.active::after{width:100%}
.hero{position:relative;min-height:600px;display:flex;align-items:center;background:#0f172a;overflow:hidden}
.hero-bg{position:absolute;inset:0;opacity:.3}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.95) 0%,rgba(59,130,246,.15) 50%,rgba(139,92,246,.1) 100%)}
.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:4rem 1.5rem;width:100%}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,130,246,.15);color:#60a5fa;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,.25)}
.hero-title{font-size:3.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}
.hero-title span{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;max-width:540px;line-height:1.7}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:.75rem;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 20px rgba(59,130,246,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(59,130,246,.4)}
.btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.15)}
.btn-secondary:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25)}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}
.stat-item{text-align:center}
.stat-number{font-size:2rem;font-weight:800;color:#fff}
.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}
.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}
.hero-visual img{border-radius:1rem;box-shadow:0 25px 80px rgba(0,0,0,.4);width:100%;max-width:500px;height:auto}
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-subtitle{color:#3b82f6;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}
.section-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1rem}
.section-desc{color:#64748b;font-size:1.0625rem;max-width:640px;margin:0 auto}
.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.game-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid #e2e8f0}
.game-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.1)}
.game-card-img{position:relative;overflow:hidden;height:200px}
.game-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.game-card:hover .game-card-img img{transform:scale(1.08)}
.game-card-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:700}
.game-card-body{padding:1.5rem}
.game-card-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}
.game-card-desc{font-size:.9375rem;color:#64748b;margin-bottom:1rem;line-height:1.6}
.game-card-meta{display:flex;gap:1rem;font-size:.8125rem;color:#94a3b8}
.game-card-meta span{display:flex;align-items:center;gap:.375rem}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.feature-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}
.feature-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 40px rgba(59,130,246,.1)}
.feature-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#3b82f6}
.feature-title{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}
.feature-desc{font-size:.9375rem;color:#64748b;line-height:1.6}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}
.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all .3s ease}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.1)}
.blog-card-img{height:200px;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:1.5rem}
.blog-card-meta{display:flex;gap:1rem;font-size:.8125rem;color:#94a3b8;margin-bottom:.75rem}
.blog-card-title{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;line-height:1.4}
.blog-card-title:hover{color:#3b82f6}
.blog-card-excerpt{font-size:.9375rem;color:#64748b;line-height:1.6;margin-bottom:1rem}
.blog-card-link{color:#3b82f6;font-weight:600;font-size:.9375rem;display:inline-flex;align-items:center;gap:.375rem}
.blog-card-link:hover{gap:.625rem}
.cta-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:5rem 0;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(59,130,246,.05)" stroke-width=".5"/></svg>');background-size:80px 80px;opacity:.5}
.cta-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}
.cta-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}
.cta-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem}
.site-footer{background:#0b1120;padding:4rem 0 2rem}
.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-title{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:1rem}
.footer-desc{color:#64748b;font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}
.social-links{display:flex;flex-wrap:wrap;gap:.75rem}
.social-link{width:40px;height:40px;border-radius:.5rem;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s ease}
.social-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}
.footer-links li{margin-bottom:.625rem}
.footer-links a{color:#64748b;font-size:.9375rem;transition:color .2s ease}
.footer-links a:hover{color:#3b82f6}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}
.copyright{color:#475569;font-size:.875rem}
.page-header{background:linear-gradient(135deg,#0f172a,#1e293b);padding:4rem 0;text-align:center;position:relative;overflow:hidden}
.page-header::before{content:'';position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(59,130,246,.05)" stroke-width=".5"/></svg>');background-size:60px 60px}
.page-header-content{position:relative;z-index:2}
.page-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.75rem}
.page-desc{color:#94a3b8;font-size:1.0625rem;max-width:600px;margin:0 auto}
.breadcrumb{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem;font-size:.875rem;color:#64748b}
.breadcrumb a{color:#94a3b8}
.breadcrumb a:hover{color:#3b82f6}
.breadcrumb-sep{color:#475569}
.content-section{padding:4rem 0}
.content-wrapper{max-width:800px;margin:0 auto}
.content-wrapper h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:2rem 0 1rem}
.content-wrapper h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin:1.5rem 0 .75rem}
.content-wrapper p{color:#475569;line-height:1.8;margin-bottom:1rem;font-size:1rem}
.content-wrapper ul{margin:1rem 0 1rem 1.5rem;list-style:disc}
.content-wrapper ul li{color:#475569;line-height:1.8;margin-bottom:.5rem}
.content-wrapper a{color:#3b82f6;font-weight:500}
.content-wrapper a:hover{text-decoration:underline}
.faq-item{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1rem;border:1px solid #e2e8f0}
.faq-question{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}
.faq-answer{color:#64748b;line-height:1.7;font-size:.9375rem}
.guide-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #e2e8f0;margin-bottom:1.5rem;transition:all .3s ease}
.guide-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.1)}
.guide-card-img{height:220px;overflow:hidden}
.guide-card-img img{width:100%;height:100%;object-fit:cover}
.guide-card-body{padding:1.5rem}
.guide-card-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}
.guide-card-desc{color:#64748b;line-height:1.6;margin-bottom:1rem}
.guide-card-meta{display:flex;gap:1rem;font-size:.8125rem;color:#94a3b8}
.dict-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}
.dict-item{background:#fff;border-radius:.75rem;padding:1.25rem;border:1px solid #e2e8f0}
.dict-term{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.375rem}
.dict-def{color:#64748b;font-size:.9375rem;line-height:1.6}
.event-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;margin-bottom:1rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;transition:all .3s ease}
.event-card:hover{border-color:#3b82f6;box-shadow:0 8px 30px rgba(59,130,246,.1)}
.event-date{text-align:center;min-width:70px}
.event-day{font-size:1.75rem;font-weight:800;color:#3b82f6;line-height:1}
.event-month{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;margin-top:.25rem}
.event-info h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}
.event-info p{color:#64748b;font-size:.9375rem}
.event-badge{background:rgba(59,130,246,.1);color:#3b82f6;padding:.375rem .875rem;border-radius:.5rem;font-size:.75rem;font-weight:700}
.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}
.comm-stat{background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;border:1px solid #e2e8f0}
.comm-stat-num{font-size:2rem;font-weight:800;color:#3b82f6}
.comm-stat-label{color:#64748b;font-size:.9375rem;margin-top:.25rem}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}
.gallery-item{border-radius:1rem;overflow:hidden;position:relative;aspect-ratio:16/10;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-overlay{position:absolute;inset:0;background:rgba(15,23,42,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-overlay i{color:#fff;font-size:1.5rem}
.update-card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;margin-bottom:1rem;position:relative;padding-left:3rem}
.update-card::before{content:'';position:absolute;left:1.25rem;top:1.75rem;width:8px;height:8px;background:#3b82f6;border-radius:50%}
.update-version{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}
.update-date{font-size:.8125rem;color:#94a3b8;margin-bottom:.75rem}
.update-list{list-style:disc;margin-left:1.25rem}
.update-list li{color:#475569;font-size:.9375rem;line-height:1.7;margin-bottom:.375rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.contact-info h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}
.contact-item{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}
.contact-icon{width:48px;height:48px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:1.125rem;flex-shrink:0}
.contact-item h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}
.contact-item p{color:#64748b;font-size:.9375rem;line-height:1.5}
.contact-map{border-radius:1rem;overflow:hidden;height:100%;min-height:400px}
.contact-map iframe{width:100%;height:100%;border:none}
.error-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}
.error-code{font-size:8rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.error-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:1rem 0 .5rem}
.error-desc{color:#64748b;margin-bottom:2rem;font-size:1.0625rem}
@media(max-width:1024px){
.hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center}
.hero-desc{margin:0 auto 2rem}
.hero-stats{justify-content:center}
.hero-visual{display:none}
.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
.menu-toggle{display:flex}
.main-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#0f172a;padding:5rem 1.5rem 2rem;transition:right .3s ease;box-shadow:-10px 0 40px rgba(0,0,0,.3)}
.main-nav.active{right:0}
.nav-list{flex-direction:column;gap:1rem;align-items:flex-start}
.nav-link{font-size:1rem;padding:.75rem 0}
.hero-title{font-size:2.25rem}
.hero-stats{grid-template-columns:1fr;gap:1rem}
.section-title{font-size:1.75rem}
.footer-grid{grid-template-columns:1fr;gap:2rem}
.contact-grid{grid-template-columns:1fr}
.event-card{grid-template-columns:1fr;text-align:center}
.page-title{font-size:2rem}
.cta-title{font-size:1.75rem}
.error-code{font-size:5rem}
}

@media(max-width:1024px){
.section[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
.section[style*="grid-template-columns:1fr 1fr"] > div > div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:2rem!important}
}
@media(max-width:768px){
.section[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
.section[style*="grid-template-columns:1fr 1fr"] > div > div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important;gap:2rem!important}
.section[style*="grid-template-columns:1fr 1fr"] img{border-radius:1rem!important}
}
