*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0a1428;color:#e8eaf0;line-height:1.5;padding-bottom:70px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:100;background:#0d1830;box-shadow:0 2px 12px rgba(0,0,0,.4)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:10px}
.burger{background:none;border:0;cursor:pointer;width:32px;height:32px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0}
.burger span{display:block;width:24px;height:3px;background:#fff;border-radius:2px}
.logo svg{height:32px;width:auto}
.header-cta{display:flex;gap:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;border:0;transition:transform .15s,filter .15s;text-transform:none}
.btn:hover{filter:brightness(1.1)}
.btn-login{background:#e63946;color:#fff}
.btn-signup{background:#2c5fbf;color:#fff}
.btn-deposit{background:#e63946;color:#fff;padding:12px 28px;font-size:15px;border-radius:6px}
.btn-deposit-sm{background:#e63946;color:#fff;padding:8px 16px;font-size:13px;border-radius:6px;white-space:nowrap}
.category-bar{display:flex;justify-content:space-around;background:#0d1830;border-top:1px solid #1a2547;padding:8px 0}
.cat-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;color:#8a93a8;padding:4px 8px}
.cat-item.active{color:#fff}
.cat-item svg{width:24px;height:24px}
.hero{margin:14px;border-radius:14px;background:linear-gradient(135deg,#1a3a6e 0%,#2c5fbf 50%,#e63946 100%);background-size:cover;background-position:center;min-height:240px;padding:24px;position:relative;overflow:hidden}
.hero-content{position:relative;z-index:2;max-width:60%}
.hero-tag{font-weight:900;font-size:22px;letter-spacing:1px;color:#fff}
.hero-title{font-weight:900;font-size:30px;color:#fff;margin-bottom:10px}
.hero-bonus{color:#ffd84d;font-weight:800;font-size:18px;line-height:1.3;margin-bottom:8px}
.hero-wagerless{color:#4dd0ff;font-weight:800;font-size:16px;margin-bottom:14px}
.deposit-strip{margin:14px;padding:16px;background:#0d1830;border:1px solid #1a2547;border-radius:14px;text-align:center}
.deposit-title{font-weight:800;color:#fff;letter-spacing:.5px;margin-bottom:12px;font-size:14px}
.deposit-methods{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.deposit-methods img{height:22px;width:auto;object-fit:contain;background:#fff;padding:4px 8px;border-radius:4px}
.search-bar{margin:14px;padding:12px 16px;background:#0d1830;border:1px solid #1a2547;border-radius:10px;display:flex;align-items:center;gap:10px}
.search-bar input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:13px;letter-spacing:1px}
.search-bar input::placeholder{color:#8a93a8}
.games-row{margin:18px 14px}
.row-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.row-title{display:flex;align-items:center;gap:8px;font-weight:800;font-size:18px;color:#fff}
.view-all{background:#1a2547;color:#fff;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600}
.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.game-card{position:relative;border-radius:10px;overflow:hidden;background:#0d1830;aspect-ratio:3/4;display:flex;flex-direction:column}
.game-card img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#1a3a6e,#0a1428)}
.game-info{position:absolute;bottom:0;left:0;right:0;padding:8px;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);font-size:11px;color:#fff;text-align:center}
.game-info strong{display:block;font-weight:800;font-size:12px}
.game-info span{font-size:10px;color:#ffb84d}
.game-badge{position:absolute;top:8px;left:50%;transform:translateX(-50%);background:#e63946;color:#fff;padding:3px 8px;font-size:9px;font-weight:800;border-radius:3px;z-index:2;white-space:nowrap}
.breadcrumbs{margin:18px 14px;font-size:13px;color:#8a93a8}
.breadcrumbs a{color:#4fa3ff}
.breadcrumbs span{margin:0 4px}
.seo-content{margin:18px 14px;background:#0d1830;border-radius:14px;padding:20px;border:1px solid #1a2547}
.seo-content h1{font-size:24px;color:#fff;line-height:1.3;margin-bottom:16px}
.seo-content h2{font-size:20px;color:#fff;margin:20px 0 10px;line-height:1.3}
.seo-content h3{font-size:16px;color:#ffb84d;margin:14px 0 8px}
.seo-content p{margin-bottom:12px;color:#c8cdd9;font-size:14px}
.seo-content ul{margin:0 0 12px 20px;color:#c8cdd9;font-size:14px}
.seo-content ul li{margin-bottom:6px}
.seo-content strong{color:#fff}
.seo-content em{color:#ffb84d;font-style:normal}
.seo-content a{color:#4fa3ff}
.seo-content section{margin-bottom:18px}
.seo-hero{background:linear-gradient(135deg,#1a3a6e,#e63946);padding:18px;border-radius:10px;margin-bottom:20px;text-align:center}
.seo-hero h2{margin-top:0}
.seo-content table,.table-wrap table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px;display:table}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}
.seo-content th,.seo-content td{padding:8px 10px;border:1px solid #1a2547;text-align:left;color:#c8cdd9;word-break:break-word;vertical-align:top}
.seo-content th{background:#1a2547;color:#fff;font-weight:700}
.seo-content tr:nth-child(even) td{background:#0a1428}
.site-footer{padding:30px 14px;text-align:center;background:#0a1428;border-top:1px solid #1a2547}
.footer-logo{margin-bottom:18px}
.footer-logo svg{margin:0 auto}
.footer-nav{list-style:none;margin-bottom:20px}
.footer-nav li{padding:8px 0;color:#c8cdd9;font-size:14px}
.footer-payments{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.footer-payments img{height:24px;width:auto;background:#fff;padding:3px 6px;border-radius:4px;object-fit:contain}
.footer-crypto-title{font-weight:700;color:#fff;margin:14px 0 10px}
.footer-crypto{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.footer-crypto img{width:28px;height:28px;border-radius:50%;background:#fff;padding:2px}
.age-badge{margin:14px 0}
.age-badge svg{margin:0 auto}
.footer-text{font-size:12px;color:#8a93a8;margin:14px 0;max-width:600px;margin-left:auto;margin-right:auto}
.footer-text a{color:#4fa3ff}
.copyright{font-size:13px;color:#8a93a8;padding-top:14px}
.scroll-top{position:fixed;right:14px;bottom:90px;width:40px;height:40px;border-radius:50%;background:#1a2547;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;opacity:0;transition:opacity .3s;pointer-events:none}
.scroll-top.visible{opacity:1;pointer-events:auto}
.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#0d1830;border-top:1px solid #1a2547;display:flex;justify-content:space-around;align-items:center;padding:8px 0 6px;z-index:60;height:64px}
.bn-item{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:#c8cdd9;flex:1}
.bn-center{width:60px;height:60px;background:#e63946;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-22px;box-shadow:0 4px 12px rgba(230,57,70,.5)}
@media (min-width:768px){.games-grid{grid-template-columns:repeat(4,1fr)}.hero{min-height:320px}.hero-title{font-size:42px}.seo-content{padding:30px}.seo-content h1{font-size:32px}.seo-content h2{font-size:24px}}
@media (min-width:1024px){.games-grid{grid-template-columns:repeat(6,1fr)}.header-inner{max-width:1200px;margin:0 auto}.bottom-nav{display:none}body{padding-bottom:0}}
