*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Roboto,Arial,sans-serif;background:#1a1433;color:#e7e3f5;line-height:1.6;overflow-x:hidden}
.wrap{width:100%;max-width:1100px;margin:0 auto;padding:0 16px}
a{color:#f5c518;text-decoration:none}
img{max-width:100%;display:block}

.site-header{background:#1a1433;border-bottom:1px solid #2c2350;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}
.brand{font-size:22px;font-weight:800;letter-spacing:1px;color:#fff}
.brand span{color:#2f7df6}
.footer-brand span{color:#2f7df6}
.top-actions{display:flex;gap:10px}

.btn{display:inline-block;padding:11px 22px;border-radius:6px;font-weight:700;cursor:pointer;border:none;font-size:14px;text-align:center;transition:.2s}
.btn-primary{background:#f5c518;color:#1a1433}
.btn-primary:hover{background:#ffd633}
.btn-ghost{background:transparent;color:#fff;border:1px solid #f5c518}
.btn-ghost:hover{background:#f5c518;color:#1a1433}
.btn-lg{padding:16px 40px;font-size:16px}

.hero{position:relative;min-height:430px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,20,51,.4),rgba(26,20,51,.9));z-index:1}
.hero-content{position:relative;z-index:2;padding:40px 16px;text-align:center}
.hero-title{font-size:44px;font-weight:800;color:#f5c518;letter-spacing:2px}
.hero-heading{font-size:24px;font-weight:700;color:#fff;margin:14px 0;max-width:640px;margin-left:auto;margin-right:auto}
.hero-sub{max-width:600px;margin:0 auto 24px;color:#d6cff0}

.crumbs{background:#150f29;padding:10px 0;font-size:13px}
.crumbs a{color:#bdb5e0}
.crumbs span{color:#7c75a3;margin:0 4px}

.lobby{padding:26px 0;background:#150f29}
.lobby-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.tab{background:#221a45;color:#cfc8ec;border:none;padding:10px 18px;border-radius:6px;font-weight:700;cursor:pointer;font-size:14px}
.tab.active{background:#2f7df6;color:#fff}
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.cat-card{background:#221a45;border:1px solid #2f2658;border-radius:10px;padding:22px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;color:#f5c518;font-weight:600;font-size:14px;transition:.2s}
.cat-card span{color:#e7e3f5}
.cat-card:hover{transform:translateY(-3px);border-color:#f5c518}

.content{padding:36px 0}
.seo{background:#1f1840;border:1px solid #2c2350;border-radius:12px;padding:26px;overflow-wrap:break-word;word-wrap:break-word}
.seo h1{font-size:26px;color:#fff;margin-bottom:18px;line-height:1.3}
.seo h2{font-size:21px;color:#f5c518;margin:30px 0 12px;border-left:4px solid #2f7df6;padding-left:12px}
.seo h3{font-size:17px;color:#fff;margin:22px 0 10px}
.seo p{margin:0 0 14px;color:#d6cff0}
.seo ul{margin:0 0 16px;padding-left:22px}
.seo li{margin-bottom:7px;color:#d6cff0}
.seo strong{color:#fff}
.seo a{text-decoration:underline}

.faq{margin-top:8px}
.faq-item{background:#181232;border:1px solid #2c2350;border-radius:8px;margin-bottom:10px;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:none;color:#fff;font-size:15px;font-weight:600;padding:15px 18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q:after{content:"+";color:#f5c518;font-size:22px;font-weight:700}
.faq-item.open .faq-q:after{content:"\2013"}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 18px}
.faq-item.open .faq-a{max-height:400px;padding:0 18px 16px}
.faq-a p{margin:0;color:#cfc8ec}

.site-footer{background:#120d24;padding:30px 0;border-top:1px solid #2c2350;text-align:center}
.footer-brand{font-size:20px;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:12px}
.site-footer p{font-size:13px;color:#9c95c4;max-width:760px;margin:0 auto}

@media(max-width:768px){
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .hero-title{font-size:34px}
  .hero-heading{font-size:20px}
  .seo{padding:18px}
  .seo h1{font-size:21px}
  .seo h2{font-size:18px}
  .header-inner{padding:12px}
  .brand{font-size:18px}
  .btn{padding:9px 14px;font-size:13px}
}
@media(max-width:380px){
  .cat-grid{grid-template-columns:1fr}
  .hero-title{font-size:28px}
}