*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#2a2140;background:#fff;line-height:1.6;overflow-x:hidden;padding-bottom:64px}
.wrap{width:100%;max-width:1080px;margin:0 auto;padding:0 16px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #f0eef5}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{font-weight:800;letter-spacing:1px;font-size:18px;color:#1c1530}
.top-nav{display:flex;align-items:center;gap:14px}
.link-sign{font-size:14px;font-weight:600;color:#3a3354}
.btn-create{background:linear-gradient(135deg,#7b3fe4,#9b51e0);color:#fff;font-weight:700;font-size:13px;padding:10px 16px;border-radius:24px}

.hero{background-color:#5e2a9e;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;min-height:440px;display:flex;align-items:center}
.hero-inner{padding:40px 16px;text-align:center;width:100%}
.hero-eyebrow{font-size:13px;letter-spacing:1px;opacity:.9;margin-bottom:14px}
.hero-h1{font-size:26px;font-weight:800;line-height:1.25;max-width:560px;margin:0 auto 18px}
.hero-sub{font-size:14px;opacity:.92;max-width:560px;margin:0 auto 26px}
.btn-play{display:block;width:100%;max-width:560px;margin:0 auto;background:linear-gradient(135deg,#34d27a,#23c46a);color:#fff;font-weight:800;font-size:16px;padding:16px;border-radius:14px;box-shadow:0 8px 24px rgba(35,196,106,.35);text-align:center}

.breadcrumbs{background:#faf9fc;font-size:12px;padding:10px 0;color:#7a7390}
.breadcrumbs a{color:#7b3fe4;font-weight:600}
.breadcrumbs span{margin:0 4px}

.pay-strip{background:#fff;padding:18px 0;border-bottom:1px solid #f3f1f8}
.pay-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}
.pay-grid span{font-size:12px;font-weight:700;color:#6b6480;background:#f6f4fb;border-radius:8px;padding:8px 12px;min-width:64px;text-align:center}

.crypto-card{padding:18px 0}
.crypto-inner{background:linear-gradient(135deg,#7b3fe4,#9b51e0);border-radius:18px;padding:22px 16px;text-align:center;color:#fff}
.crypto-title{font-size:17px;font-weight:800;margin-bottom:18px}
.crypto-title em{color:#34d27a;font-style:normal}
.crypto-icons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:16px}
.ci{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;font-weight:700}
.c1{background:#f7931a}.c2{background:#627eea}.c3{background:#26a17b}.c4{background:#e6007a}.c5{background:#345d9d}.c6{background:#222}.c7{background:#1452cc}
.btn-more{display:inline-block;background:rgba(255,255,255,.2);color:#fff;font-weight:700;font-size:13px;padding:9px 22px;border-radius:22px}

.recommended{padding:8px 0 24px}
.rec-head{display:flex;align-items:center;justify-content:space-between;margin:14px 0}
.rec-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;color:#1c1530}
.view-all{font-size:13px;font-weight:700;color:#7b3fe4}
.slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.slot{border-radius:14px;overflow:hidden;background:#efeaf7;aspect-ratio:1/1;box-shadow:0 4px 14px rgba(60,30,110,.12)}
.slot img{width:100%;height:100%;object-fit:cover}

.content{padding:20px 0 36px}
.content article{max-width:760px;margin:0 auto}
.content h1{font-size:24px;line-height:1.3;color:#1c1530;margin-bottom:18px}
.content h2{font-size:19px;color:#3a1d6e;margin:30px 0 12px;font-weight:800}
.content h3{font-size:16px;color:#3a1d6e;margin:22px 0 10px}
.content p{margin-bottom:14px;font-size:15px;color:#3d3552}
.content strong{color:#5a2eb8}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:14px 0;border-radius:12px;border:1px solid #ece8f5}
.content table{width:100%;border-collapse:collapse;font-size:14px;min-width:340px}
.content th{background:#7b3fe4;color:#fff;text-align:left;padding:11px 12px;font-weight:700}
.content td{padding:10px 12px;border-bottom:1px solid #efecf6;color:#43395c}
.content tr:nth-child(even) td{background:#faf8fd}

.site-footer{background:#1c1530;color:#c9c2dd;padding:26px 0;font-size:13px}
.site-footer p{max-width:760px;margin:0 auto}

.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #eee;display:flex;z-index:60;box-shadow:0 -2px 12px rgba(0,0,0,.06)}
.bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;color:#8a83a0}
.bn-item.active{color:#7b3fe4}
.bn-item span{font-weight:600}

#toTop{position:fixed;right:14px;bottom:78px;width:44px;height:44px;border-radius:50%;background:#7b3fe4;display:none;align-items:center;justify-content:center;z-index:55;box-shadow:0 6px 16px rgba(123,63,228,.4)}
#toTop.show{display:flex}

@media(min-width:700px){
.hero-h1{font-size:34px}
.slots-grid{grid-template-columns:repeat(3,1fr)}
.content h1{font-size:30px}
}
@media(min-width:1000px){
.slots-grid{grid-template-columns:repeat(6,1fr)}
}