@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');
:root{--bg:#0B1622;--bg2:#0F1E2D;--card:#13243A;--card2:#162B44;--border:#1C3350;--gold:#F59E0B;--gold2:#FBBF24;--gold3:#FDE68A;--text:#EDF2F7;--muted:#94A3B8;--white:#ffffff;--danger:#EF4444;--success:#22C55E;--radius:10px;--radius-lg:18px;--radius-xl:28px;--shadow:0 8px 32px rgba(0,0,0,.45);--shadow-sm:0 2px 12px rgba(0,0,0,.3);--transition:.25s ease;--max-w:1200px;--font-h:'Montserrat',system-ui,sans-serif;--font-b:'Inter',system-ui,sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:var(--font-b);line-height:1.7;overflow-x:hidden;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--gold2)}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,textarea,select{font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--font-h);font-weight:700;line-height:1.25;color:var(--text)}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}
h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}
h4{font-size:1.25rem}
h5{font-size:1.1rem}
h6{font-size:1rem}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
strong{font-weight:600}
.container{width:100%;max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.section{padding:5rem 0}
.section-sm{padding:3rem 0}
.section-lg{padding:7rem 0}
.section-dark{background:var(--bg2)}
.section-card{background:var(--card)}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-gold{color:var(--gold)}
.text-muted{color:var(--muted)}
.text-white{color:var(--white)}
.text-sm{font-size:.875rem}
.text-xs{font-size:.75rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.font-heading{font-family:var(--font-h)}
.fw-bold{font-weight:700}
.fw-semi{font-weight:600}
.d-flex{display:flex}
.d-grid{display:grid}
.d-none{display:none}
.align-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.flex-wrap{flex-wrap:wrap}
.gap-1{gap:.5rem}
.gap-2{gap:1rem}
.gap-3{gap:1.5rem}
.gap-4{gap:2rem}
.mt-1{margin-top:.5rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}
.mb-2{margin-bottom:1rem}
.mb-3{margin-bottom:1.5rem}
.mb-4{margin-bottom:2rem}
.mb-5{margin-bottom:3rem}
.py-1{padding-top:.5rem;padding-bottom:.5rem}
.py-2{padding-top:1rem;padding-bottom:1rem}
.py-3{padding-top:1.5rem;padding-bottom:1.5rem}
.img-fluid{max-width:100%;height:auto}
.rounded{border-radius:var(--radius)}
.rounded-lg{border-radius:var(--radius-lg)}
.badge{display:inline-block;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;font-family:var(--font-h);letter-spacing:.04em;text-transform:uppercase}
.badge-gold{background:rgba(245,158,11,.15);color:var(--gold);border:1px solid rgba(245,158,11,.3)}
.badge-blue{background:rgba(59,130,246,.15);color:#60a5fa;border:1px solid rgba(59,130,246,.25)}
.badge-green{background:rgba(34,197,94,.15);color:#4ade80;border:1px solid rgba(34,197,94,.25)}
.badge-purple{background:rgba(168,85,247,.15);color:#c084fc;border:1px solid rgba(168,85,247,.25)}
.section-label{font-family:var(--font-h);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:block}
.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-family:var(--font-h);font-weight:800;color:var(--text);margin-bottom:1rem}
.section-desc{color:var(--muted);font-size:1.05rem;max-width:640px;line-height:1.75}
.section-head{margin-bottom:3.5rem}
.section-head.center{text-align:center}
.section-head.center .section-desc{margin-left:auto;margin-right:auto}
.divider{width:60px;height:4px;background:linear-gradient(90deg,var(--gold),var(--gold2));border-radius:2px;margin-bottom:1.5rem}
.divider.center{margin-left:auto;margin-right:auto}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:50px;font-family:var(--font-h);font-size:.9rem;font-weight:700;letter-spacing:.03em;transition:all var(--transition);text-decoration:none;border:2px solid transparent}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#0B1622;border-color:transparent}
.btn-primary:hover{background:linear-gradient(135deg,var(--gold2),#fcd34d);color:#0B1622;transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.4)}
.btn-outline{background:transparent;color:var(--gold);border-color:var(--gold)}
.btn-outline:hover{background:var(--gold);color:#0B1622;transform:translateY(-2px)}
.btn-ghost{background:rgba(255,255,255,.08);color:var(--text);border-color:rgba(255,255,255,.12)}
.btn-ghost:hover{background:rgba(255,255,255,.14);color:var(--white)}
.btn-lg{padding:1rem 2.5rem;font-size:1rem}
.btn-sm{padding:.5rem 1.25rem;font-size:.8rem}
.btn-icon{width:42px;height:42px;padding:0;justify-content:center}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(11,22,34,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:background var(--transition)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:2rem}
.logo-link{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.logo-link img{height:42px;width:auto}
.logo-text{font-family:var(--font-h);font-size:1.4rem;font-weight:800;color:var(--white);line-height:1}
.logo-text span{color:var(--gold)}
.main-nav{display:flex;align-items:center;gap:.25rem}
.nav-link{font-family:var(--font-h);font-size:.85rem;font-weight:600;color:var(--muted);padding:.5rem .9rem;border-radius:8px;transition:all var(--transition);letter-spacing:.02em;white-space:nowrap}
.nav-link:hover,.nav-link.active{color:var(--gold);background:rgba(245,158,11,.08)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#0B1622 !important;padding:.5rem 1.25rem;border-radius:50px;font-weight:700}
.nav-cta:hover{background:linear-gradient(135deg,var(--gold2),#fcd34d);color:#0B1622 !important;transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:8px;transition:background var(--transition)}
.hamburger:hover{background:rgba(255,255,255,.08)}
.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;background:rgba(9,18,28,.97);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:1.5rem 1.25rem;z-index:999;flex-direction:column;gap:.5rem;transform:translateY(-10px);opacity:0;transition:all .3s ease}
.mobile-menu.open{display:flex;transform:translateY(0);opacity:1}
.mobile-nav-link{font-family:var(--font-h);font-size:.95rem;font-weight:600;color:var(--muted);padding:.875rem 1.25rem;border-radius:10px;transition:all var(--transition);display:block}
.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--gold);background:rgba(245,158,11,.08)}
.mobile-nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#0B1622 !important;text-align:center;font-weight:700;margin-top:.5rem;border-radius:50px}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,22,34,.95) 0%,rgba(11,22,34,.75) 60%,rgba(15,30,45,.85) 100%)}
.hero-content{position:relative;z-index:2;padding:7rem 0 5rem}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.3);border-radius:50px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;color:var(--gold);font-family:var(--font-h);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}
.hero-title{font-size:clamp(2.25rem,6vw,4rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--white)}
.hero-title span{color:var(--gold);display:block}
.hero-desc{font-size:clamp(1rem,2vw,1.2rem);color:var(--muted);max-width:580px;line-height:1.8;margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.hero-visual{position:relative;z-index:2}
.hero-img-main{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}
.hero-img-main img{width:100%;height:380px;object-fit:cover}
.hero-floating{position:absolute;background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;box-shadow:var(--shadow)}
.hero-floating-1{bottom:-20px;left:-30px}
.hero-floating-2{top:20px;right:-20px}
.hero-floating .label{font-size:.7rem;color:var(--muted);font-family:var(--font-h);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}
.hero-floating .value{font-size:1.25rem;font-weight:700;color:var(--gold);font-family:var(--font-h)}
.hero-page{min-height:40vh;display:flex;align-items:center;padding:4rem 0}
.hero-page .hero-content{padding:0}
.hero-page .hero-title{font-size:clamp(1.75rem,4vw,2.75rem)}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--muted);margin-top:1rem;flex-wrap:wrap}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb-sep{color:var(--border)}
.breadcrumb span:last-child{color:var(--gold)}
.stats-bar{background:linear-gradient(135deg,var(--card) 0%,var(--card2) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.stat-item{text-align:center;padding:1.5rem 1rem}
.stat-item .stat-num{font-family:var(--font-h);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--gold);line-height:1;margin-bottom:.4rem}
.stat-item .stat-label{font-size:.875rem;color:var(--muted);font-weight:500}
.stat-divider{width:1px;background:var(--border);height:60px;align-self:center}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.game-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column}
.game-card:hover{transform:translateY(-6px);border-color:rgba(245,158,11,.35);box-shadow:0 16px 48px rgba(0,0,0,.5)}
.game-card-img{position:relative;overflow:hidden;height:200px;flex-shrink:0}
.game-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.game-card:hover .game-card-img img{transform:scale(1.06)}
.game-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,22,34,.8) 0%,transparent 60%)}
.game-card-badge-wrap{position:absolute;top:.875rem;left:.875rem}
.game-card-body{padding:1.375rem;flex:1;display:flex;flex-direction:column}
.game-card-title{font-family:var(--font-h);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.3}
.game-card-desc{font-size:.875rem;color:var(--muted);line-height:1.6;flex:1;margin-bottom:1rem}
.game-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.game-card-tag{font-size:.75rem;color:var(--gold);font-family:var(--font-h);font-weight:600;display:flex;align-items:center;gap:.35rem}
.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.filter-btn{padding:.5rem 1.25rem;border-radius:50px;font-family:var(--font-h);font-size:.8rem;font-weight:600;color:var(--muted);background:var(--card);border:1px solid var(--border);transition:all var(--transition)}
.filter-btn:hover,.filter-btn.active{color:var(--gold);border-color:rgba(245,158,11,.4);background:rgba(245,158,11,.08)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}
.blog-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-5px);border-color:rgba(245,158,11,.3);box-shadow:var(--shadow)}
.blog-card-img{height:210px;overflow:hidden;flex-shrink:0}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.blog-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem;flex-wrap:wrap}
.blog-card-date{font-size:.78rem;color:var(--muted);font-family:var(--font-h)}
.blog-card-cat{font-size:.72rem;color:var(--gold);font-weight:700;font-family:var(--font-h);letter-spacing:.05em;text-transform:uppercase}
.blog-card-title{font-family:var(--font-h);font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.625rem;line-height:1.35;flex:1}
.blog-card-title a{color:inherit}
.blog-card-title a:hover{color:var(--gold)}
.blog-card-excerpt{font-size:.875rem;color:var(--muted);line-height:1.65;margin-bottom:1.25rem}
.blog-card-read{font-size:.85rem;font-family:var(--font-h);font-weight:700;color:var(--gold);display:inline-flex;align-items:center;gap:.4rem}
.blog-card-read:hover{gap:.7rem}
.blog-featured{grid-column:span 2}
.blog-featured .blog-card-img{height:300px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:all var(--transition)}
.feature-card:hover{border-color:rgba(245,158,11,.35);transform:translateY(-4px);box-shadow:var(--shadow)}
.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(251,191,36,.1));border:1px solid rgba(245,158,11,.25);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:var(--gold)}
.feature-title{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.625rem}
.feature-desc{font-size:.9rem;color:var(--muted);line-height:1.7}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-main{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow)}
.about-img-main img{width:100%;height:420px;object-fit:cover}
.about-badge-float{position:absolute;bottom:-20px;right:-20px;background:var(--card2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow);text-align:center}
.about-badge-float .num{font-family:var(--font-h);font-size:2rem;font-weight:800;color:var(--gold);line-height:1}
.about-badge-float .lbl{font-size:.78rem;color:var(--muted);margin-top:.25rem}
.about-text .section-desc{max-width:100%}
.value-list{margin-top:1.75rem;display:flex;flex-direction:column;gap:1rem}
.value-item{display:flex;align-items:flex-start;gap:1rem}
.value-icon{width:36px;height:36px;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.25);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.95rem;flex-shrink:0}
.value-text h5{font-family:var(--font-h);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.2rem}
.value-text p{font-size:.875rem;color:var(--muted);line-height:1.6;margin:0}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.team-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:center;transition:all var(--transition)}
.team-card:hover{transform:translateY(-4px);border-color:rgba(245,158,11,.3)}
.team-card-img{height:220px;overflow:hidden}
.team-card-img img{width:100%;height:100%;object-fit:cover}
.team-card-body{padding:1.25rem}
.team-card-name{font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.25rem}
.team-card-role{font-size:.8rem;color:var(--gold);font-family:var(--font-h);font-weight:600}
.faq-list{display:flex;flex-direction:column;gap:1rem}
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition)}
.faq-item.open{border-color:rgba(245,158,11,.4)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.375rem 1.5rem;text-align:left;font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--text);transition:color var(--transition)}
.faq-question:hover,.faq-item.open .faq-question{color:var(--gold)}
.faq-icon{width:32px;height:32px;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.9rem;flex-shrink:0;transition:transform var(--transition)}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.faq-answer-inner{padding:0 1.5rem 1.5rem;font-size:.95rem;color:var(--muted);line-height:1.8;border-top:1px solid var(--border)}
.faq-answer-inner p{padding-top:1rem}
.faq-item.open .faq-answer{max-height:500px}
.faq-cats{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.faq-cat-btn{padding:.5rem 1.25rem;border-radius:50px;font-family:var(--font-h);font-size:.8rem;font-weight:600;color:var(--muted);background:var(--card);border:1px solid var(--border);transition:all var(--transition)}
.faq-cat-btn:hover,.faq-cat-btn.active{color:var(--gold);border-color:rgba(245,158,11,.4);background:rgba(245,158,11,.08)}
.alpha-nav{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:2.5rem;padding:1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg)}
.alpha-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-family:var(--font-h);font-size:.85rem;font-weight:700;color:var(--muted);background:transparent;transition:all var(--transition)}
.alpha-btn:hover,.alpha-btn.active{background:rgba(245,158,11,.12);color:var(--gold)}
.alpha-btn.disabled{opacity:.3;pointer-events:none}
.gloss-group{margin-bottom:3rem}
.gloss-group-title{font-family:var(--font-h);font-size:2rem;font-weight:800;color:var(--gold);border-bottom:2px solid var(--border);padding-bottom:.75rem;margin-bottom:1.25rem}
.gloss-items{display:flex;flex-direction:column;gap:.875rem}
.gloss-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.125rem 1.375rem;transition:border-color var(--transition)}
.gloss-item:hover{border-color:rgba(245,158,11,.3)}
.gloss-term{font-family:var(--font-h);font-size:.95rem;font-weight:700;color:var(--gold2);margin-bottom:.3rem}
.gloss-def{font-size:.9rem;color:var(--muted);line-height:1.7}
.article-wrap{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}
.article-header{margin-bottom:2.5rem}
.article-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}
.article-date{font-size:.85rem;color:var(--muted);font-family:var(--font-h)}
.article-author{font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:.35rem}
.article-read-time{font-size:.85rem;color:var(--gold);font-family:var(--font-h);font-weight:600}
.article-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:1rem}
.article-featured-img{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem}
.article-featured-img img{width:100%;height:420px;object-fit:cover}
.article-body{font-size:1rem;line-height:1.85;color:var(--muted)}
.article-body h2{font-size:1.6rem;color:var(--text);margin:2.5rem 0 1rem;font-family:var(--font-h)}
.article-body h3{font-size:1.3rem;color:var(--text);margin:2rem 0 .875rem;font-family:var(--font-h)}
.article-body p{margin-bottom:1.25rem;color:var(--muted)}
.article-body ul,.article-body ol{margin:1rem 0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.article-body li{font-size:1rem;color:var(--muted)}
.article-body ul li{list-style:disc}
.article-body ol li{list-style:decimal}
.article-body strong{color:var(--text);font-weight:600}
.article-body blockquote{border-left:4px solid var(--gold);padding:1rem 1.5rem;background:rgba(245,158,11,.05);border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0}
.article-body blockquote p{color:var(--text);font-style:italic;margin:0}
.article-body a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.article-toc{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:90px}
.article-toc h4{font-family:var(--font-h);font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}
.toc-list{display:flex;flex-direction:column;gap:.5rem}
.toc-list li a{font-size:.875rem;color:var(--muted);transition:color var(--transition);display:block;padding:.3rem 0;border-left:2px solid transparent;padding-left:.875rem;transition:all var(--transition)}
.toc-list li a:hover{color:var(--gold);border-left-color:var(--gold)}
.sidebar-widget{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}
.sidebar-widget h4{font-family:var(--font-h);font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}
.recent-post{display:flex;gap:1rem;align-items:flex-start;padding:.875rem 0;border-bottom:1px solid var(--border)}
.recent-post:last-child{border-bottom:none;padding-bottom:0}
.recent-post-img{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}
.recent-post-img img{width:100%;height:100%;object-fit:cover}
.recent-post-title{font-family:var(--font-h);font-size:.82rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:.25rem}
.recent-post-title a{color:inherit}
.recent-post-title a:hover{color:var(--gold)}
.recent-post-date{font-size:.75rem;color:var(--muted)}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-info-cards{display:flex;flex-direction:column;gap:1.25rem}
.contact-info-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1.25rem;transition:border-color var(--transition)}
.contact-info-card:hover{border-color:rgba(245,158,11,.35)}
.contact-icon{width:48px;height:48px;background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.1rem;flex-shrink:0}
.contact-info-text h4{font-family:var(--font-h);font-size:.9rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem}
.contact-info-text p,.contact-info-text a{font-size:1rem;color:var(--text);font-weight:500}
.contact-info-text a:hover{color:var(--gold)}
.map-wrap{border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);margin-top:2rem}
.map-wrap iframe{display:block;width:100%;height:380px;border:none}
.social-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}
.social-link{width:44px;height:44px;background:var(--card2);border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:1rem;transition:all var(--transition)}
.social-link:hover{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.35);color:var(--gold)}
.static-content{max-width:820px;margin:0 auto;padding:4rem 0}
.static-content h2{font-size:1.5rem;font-family:var(--font-h);font-weight:700;color:var(--text);margin:2.5rem 0 1rem;padding-top:1rem;border-top:1px solid var(--border)}
.static-content h2:first-of-type{margin-top:0;border-top:none}
.static-content h3{font-size:1.15rem;font-family:var(--font-h);font-weight:700;color:var(--gold);margin:1.75rem 0 .75rem}
.static-content p{font-size:.975rem;color:var(--muted);line-height:1.85;margin-bottom:1rem}
.static-content ul{margin:1rem 0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.static-content ul li{font-size:.975rem;color:var(--muted);list-style:disc}
.static-content strong{color:var(--text)}
.static-content .last-update{font-size:.85rem;color:var(--gold);font-family:var(--font-h);margin-bottom:2rem;padding:.625rem 1rem;background:rgba(245,158,11,.08);border-radius:8px;display:inline-block}
.page-404{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center}
.error-num{font-family:var(--font-h);font-size:clamp(6rem,20vw,12rem);font-weight:800;line-height:1;background:linear-gradient(135deg,var(--gold),var(--gold2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}
.error-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:1rem}
.error-desc{font-size:1.05rem;color:var(--muted);max-width:480px;margin:0 auto 2rem}
.site-footer{background:var(--bg2);border-top:1px solid var(--border);margin-top:auto}
.footer-top{padding:5rem 0 3rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem}
.footer-brand .logo-link{margin-bottom:1.25rem;display:inline-flex}
.footer-desc{font-size:.9rem;color:var(--muted);line-height:1.75;max-width:280px;margin-bottom:1.5rem}
.footer-social{display:flex;gap:.625rem;flex-wrap:wrap}
.footer-social .social-link{width:38px;height:38px;font-size:.9rem}
.footer-col h4{font-family:var(--font-h);font-size:.85rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}
.footer-nav{display:flex;flex-direction:column;gap:.625rem}
.footer-nav a{font-size:.9rem;color:var(--muted);transition:color var(--transition)}
.footer-nav a:hover{color:var(--gold)}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}
.footer-contact-item i{color:var(--gold);font-size:.9rem;margin-top:.25rem;width:16px}
.footer-contact-item span{font-size:.875rem;color:var(--muted);line-height:1.5}
.footer-bottom{border-top:1px solid var(--border);padding:1.5rem 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.footer-copyright{font-size:.85rem;color:var(--muted)}
.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}
.footer-legal a{font-size:.82rem;color:var(--muted);transition:color var(--transition)}
.footer-legal a:hover{color:var(--gold)}
.cta-section{background:linear-gradient(135deg,var(--card) 0%,#162B44 50%,var(--card) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(245,158,11,.05) 0%,transparent 60%);pointer-events:none}
.cta-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;margin-bottom:1rem}
.cta-desc{font-size:1.05rem;color:var(--muted);max-width:560px;margin:0 auto 2.5rem}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.trust-bar{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 0}
.trust-items{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--muted);font-family:var(--font-h);font-weight:600}
.trust-item i{font-size:1.25rem;color:var(--gold)}
.news-ticker{background:rgba(245,158,11,.08);border-bottom:1px solid rgba(245,158,11,.15);padding:.625rem 0;overflow:hidden}
.ticker-inner{display:flex;align-items:center;gap:2rem;white-space:nowrap;animation:ticker 30s linear infinite}
.ticker-label{background:var(--gold);color:#0B1622;font-family:var(--font-h);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:4px;letter-spacing:.06em;flex-shrink:0}
.ticker-item{font-size:.875rem;color:var(--muted);font-family:var(--font-h);flex-shrink:0}
.ticker-sep{color:var(--gold);font-size:.75rem}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.game-detail-hero{background:linear-gradient(135deg,rgba(245,158,11,.08) 0%,transparent 60%)}
.tag-list{display:flex;gap:.5rem;flex-wrap:wrap}
.tag{padding:.25rem .75rem;background:rgba(255,255,255,.06);border:1px solid var(--border);border-radius:50px;font-size:.78rem;color:var(--muted);font-family:var(--font-h)}
.progress-bar{background:var(--border);border-radius:4px;height:6px;overflow:hidden;margin-top:.35rem}
.progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold2));border-radius:4px}
.info-table{width:100%;border-collapse:collapse}
.info-table tr{border-bottom:1px solid var(--border)}
.info-table tr:last-child{border-bottom:none}
.info-table td{padding:.875rem .5rem;font-size:.9rem}
.info-table td:first-child{color:var(--muted);font-family:var(--font-h);font-weight:600;width:40%}
.info-table td:last-child{color:var(--text)}
.back-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-h);font-size:.875rem;font-weight:600;color:var(--muted);margin-bottom:2rem;transition:color var(--transition)}
.back-link:hover{color:var(--gold)}
.highlight-box{background:rgba(245,158,11,.06);border:1px solid rgba(245,158,11,.2);border-radius:var(--radius-lg);padding:1.75rem}
.highlight-box h4{font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--gold);margin-bottom:.75rem}
.highlight-box p,.highlight-box li{font-size:.9rem;color:var(--muted);line-height:1.7}
.highlight-box ul{margin-left:1.25rem;list-style:disc;display:flex;flex-direction:column;gap:.4rem}
.step-list{display:flex;flex-direction:column;gap:1.5rem;counter-reset:steps}
.step-item{display:flex;gap:1.25rem;align-items:flex-start;counter-increment:steps}
.step-num{width:40px;height:40px;background:linear-gradient(135deg,var(--gold),var(--gold2));border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:.9rem;font-weight:800;color:#0B1622;flex-shrink:0}
.step-content h4{font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.35rem}
.step-content p{font-size:.9rem;color:var(--muted);line-height:1.7;margin:0}
.page-intro{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;margin-bottom:3rem}
.page-intro p{font-size:1.05rem;color:var(--muted);line-height:1.85;margin:0}
@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-visual{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.game-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}.blog-featured{grid-column:span 1}.feature-grid{grid-template-columns:repeat(2,1fr)}.about-split{grid-template-columns:1fr;gap:2.5rem}.about-badge-float{right:0;bottom:-10px}.team-grid{grid-template-columns:repeat(2,1fr)}.article-wrap{grid-template-columns:1fr}.article-toc{position:static;margin-bottom:2rem}.contact-layout{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}
@media(max-width:768px){.main-nav{display:none}.hamburger{display:flex}.header-inner{height:64px}.section{padding:3.5rem 0}.section-lg{padding:5rem 0}.hero{min-height:80vh}.hero-content{padding:5rem 0 3rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%;justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-divider{display:none}.game-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom-inner{flex-direction:column;text-align:center}.trust-items{gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:320px;justify-content:center}.team-grid{grid-template-columns:1fr 1fr}.alpha-nav{gap:.25rem}.alpha-btn{width:30px;height:30px;font-size:.75rem}.article-featured-img img{height:240px}.contact-layout{gap:2rem}}
@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr}.footer-legal{flex-direction:column;gap:.75rem;align-items:center}}
