*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#f5f5fa;color:#222;line-height:1.5;padding-bottom:80px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:box-shadow .2s}
.site-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.1)}
.header-inner{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:8px}
.brand-name{font-weight:800;font-size:18px;letter-spacing:.5px;color:#1a1a3e}
.lang-switch{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e0e0e8;border-radius:24px;cursor:pointer;font-size:14px;font-weight:600}
.btn{display:inline-block;padding:10px 22px;border-radius:24px;font-weight:700;cursor:pointer;border:none;transition:transform .1s,opacity .2s;font-size:15px}
.btn:hover{opacity:.9}
.btn-login{background:#FF4D8D;color:#fff}
.btn-register{background:#FF4D8D;color:#fff;width:100%;text-align:center;padding:14px;font-size:16px}

.breadcrumbs{background:#fff;border-bottom:1px solid #f0f0f5;font-size:13px}
.crumbs-inner{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;gap:8px;color:#888}
.crumbs-inner a{color:#FF4D8D}

.hero{position:relative;background-image:url('banner.webp');background-size:cover;background-position:center;min-height:420px;margin:16px;border-radius:20px;overflow:hidden;display:flex;align-items:flex-end}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.3) 100%)}
.hero-content{position:relative;padding:30px 24px;width:100%;text-align:center;color:#fff}
.hero-title{font-size:32px;font-weight:800;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.hero-sub{font-size:16px;font-weight:600;margin-bottom:18px;opacity:.95}
.hero-heading{font-size:18px;font-weight:700;margin-bottom:6px;display:none}
.hero-text{display:none}

.latest-wins{display:flex;gap:12px;padding:0 16px;overflow-x:auto;margin-bottom:20px;scrollbar-width:none}
.latest-wins::-webkit-scrollbar{display:none}
.win-card{flex:0 0 auto;display:flex;align-items:center;gap:10px;background:#fff;border-radius:14px;padding:8px;min-width:230px;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.win-card img{width:50px;height:50px;border-radius:10px;object-fit:cover}
.win-info{display:flex;flex-direction:column;gap:2px}
.win-name{font-weight:700;font-size:14px}
.win-user{font-size:12px;color:#888}
.win-amount{font-weight:700;color:#FF4D8D;font-size:13px}

.games-section{padding:0 16px;margin-bottom:24px}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.section-title{display:flex;align-items:center;gap:8px;font-weight:800;font-size:18px;color:#1a1a3e}
.see-all{color:#FF4D8D;font-weight:700;font-size:14px}
.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.game-card{aspect-ratio:1;border-radius:14px;overflow:hidden;background:#e8e8f0;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.game-card img{width:100%;height:100%;object-fit:cover}

.seo-content{max-width:1100px;margin:30px auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 1px 6px rgba(0,0,0,.04)}
.seo-content h1{font-size:26px;font-weight:800;color:#1a1a3e;margin-bottom:18px;line-height:1.25}
.seo-content h2{font-size:20px;font-weight:700;color:#1a1a3e;margin-top:24px;margin-bottom:12px}
.seo-content p{margin-bottom:12px;color:#333}
.seo-content ul{margin:12px 0 16px 22px}
.seo-content li{margin-bottom:8px;color:#333}
.seo-content strong{color:#1a1a3e}
.seo-content em{color:#FF4D8D;font-style:normal;font-weight:600}
.seo-content a{color:#FF4D8D;text-decoration:underline}
.table-wrap{overflow-x:auto;margin:14px 0;border-radius:10px;border:1px solid #ececf2;-webkit-overflow-scrolling:touch}
.seo-content table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}
.seo-content th{background:#FF4D8D;color:#fff;padding:12px;text-align:left;font-weight:700}
.seo-content td{padding:11px 12px;border-bottom:1px solid #f0f0f5;word-wrap:break-word}
.seo-content tr:nth-child(even) td{background:#fafafd}

.providers,.payments{padding:0 16px;margin-bottom:24px;max-width:1100px;margin-left:auto;margin-right:auto}
.providers-grid,.payments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.provider,.payment{background:#fff;border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:center;min-height:60px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.provider img,.payment img{max-height:32px;width:auto;object-fit:contain;opacity:.8}

.responsible{padding:24px 16px;background:#fff;margin:20px 0;text-align:center}
.resp-icons{display:flex;gap:10px;justify-content:center;margin-bottom:10px;flex-wrap:wrap}
.resp-text{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#666}

.partners{display:flex;gap:24px;justify-content:center;align-items:center;padding:20px 16px;flex-wrap:wrap}
.partner img{max-height:30px;opacity:.7}

.site-footer{padding:24px 20px;text-align:center;font-size:13px;color:#888;background:#fff;border-top:1px solid #f0f0f5}
.site-footer p{margin-bottom:8px}
.site-footer a{color:#FF4D8D}

.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;align-items:center;padding:8px 0;box-shadow:0 -2px 12px rgba(0,0,0,.08);z-index:100}
.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:#666;font-weight:600;flex:1}
.nav-center{position:relative}
.nav-circle{width:46px;height:46px;background:#FF4D8D;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:0 4px 12px rgba(255,77,141,.4)}
.nav-center span{margin-top:2px}

@media(min-width:768px){
  .hero{min-height:480px}
  .hero-title{font-size:48px}
  .hero-heading{display:block;font-size:24px}
  .hero-text{display:block;font-size:15px;max-width:600px;margin:8px auto 18px}
  .btn-register{max-width:320px;margin:0 auto;display:inline-block}
  .games-grid{grid-template-columns:repeat(4,1fr)}
  .providers-grid,.payments-grid{grid-template-columns:repeat(6,1fr)}
  .latest-wins{padding:0 24px}
  body{padding-bottom:0}
  .bottom-nav{display:none}
}
@media(min-width:1024px){
  .games-grid{grid-template-columns:repeat(6,1fr)}
  .providers-grid,.payments-grid{grid-template-columns:repeat(8,1fr)}
  .seo-content h1{font-size:32px}
  .seo-content h2{font-size:24px}
}