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

.site-header{position:sticky;top:0;z-index:50;background:#0f1a35;box-shadow:0 4px 16px rgba(0,0,0,.4)}
.hdr-inner{display:flex;align-items:center;gap:12px;padding:10px 14px}
.burger{background:none;border:0;display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:6px}
.burger span{width:22px;height:2px;background:#fff;border-radius:2px}
.logo{margin-right:auto}
.logo svg{height:34px;width:auto}
.hdr-actions{display:flex;gap:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:24px;font-weight:700;font-size:14px;border:0;cursor:pointer;transition:transform .15s,filter .15s;text-transform:none}
.btn:hover{filter:brightness(1.1)}
.btn-orange{background:linear-gradient(180deg,#ff9020,#ff5e00);color:#fff}
.btn-green{background:linear-gradient(180deg,#3bc94a,#1ea031);color:#fff}
.btn-dark{background:#0b1530;color:#fff;border:1px solid rgba(255,255,255,.15)}

.cat-nav{display:flex;align-items:center;gap:8px;padding:0 14px 12px;overflow-x:auto;scrollbar-width:none}
.cat-nav::-webkit-scrollbar{display:none}
.cat{flex:1;min-width:140px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:10px;background:#1d2745;color:#fff;font-weight:700;font-size:13px;letter-spacing:.5px;white-space:nowrap}
.cat.active{background:linear-gradient(180deg,#ff9020,#ff5e00)}
.cat svg{flex-shrink:0}
.search-btn{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#1d2745;border:0;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}

main{padding:0 14px}

.hero{position:relative;border-radius:14px;overflow:hidden;margin:14px 0;background:linear-gradient(135deg,#1a4a8a 0%,#2c5fa8 100%);background-size:cover;background-position:center;min-height:220px}
.hero-overlay{display:flex;align-items:center;justify-content:space-between;padding:24px;min-height:220px;background:linear-gradient(90deg,rgba(20,40,90,.85) 0%,rgba(20,40,90,.3) 70%)}
.hero-text{flex:1;z-index:2}
.hero-title{font-size:28px;font-weight:900;color:#fff;line-height:1.05;margin-bottom:18px;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.hero-title span{color:#ffd23a}
.hero-art{flex-shrink:0}

.row{margin:22px 0}
.row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.row-title{font-size:18px;font-weight:800;color:#fff}
.show-all{background:#1d2745;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600}
.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.slot{position:relative;border-radius:12px;overflow:hidden;background:#1a2440;aspect-ratio:1/1;display:block}
.slot img{width:100%;height:calc(100% - 30px);object-fit:cover;background:#1a2440}
.slot-name{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;font-size:12px;color:#cfd6e6;background:#101a33;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tag{position:absolute;left:6px;padding:3px 8px;border-radius:5px;font-size:10px;font-weight:800;color:#fff;z-index:2}
.tag.new{top:6px;background:#e83e3e}
.tag.top{top:32px;background:#ff9020}
.tag.jp{top:6px;right:6px;left:auto;background:#e83e3e}

.providers-block{margin:30px 0}
.providers{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}
.prov{background:#1d2745;border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:center;height:60px}
.prov svg{width:100%;height:100%}

.seo{background:#101a33;border-radius:14px;padding:22px;margin:30px 0;color:#cfd6e6}
.crumbs{font-size:12px;color:#7a87a6;margin-bottom:14px}
.crumbs a{color:#ffd23a}
.seo h1{font-size:24px;color:#fff;margin-bottom:18px;line-height:1.25}
.seo h2{font-size:20px;color:#fff;margin:24px 0 12px;line-height:1.3}
.seo h3{font-size:16px;color:#ffd23a;margin:18px 0 8px}
.seo p{margin-bottom:12px}
.seo strong{color:#fff}
.seo ul,.seo ol{margin:12px 0 16px 22px}
.seo li{margin-bottom:6px}
.seo-hero{background:linear-gradient(135deg,#1a3a8a,#0d2350);padding:20px;border-radius:12px;margin-bottom:20px}
.seo-hero h2{margin-top:0;color:#ffd23a}
.seo-hero .btn{margin-top:12px}

.seo table,.tbl-wrap table{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px;background:#0d1730;border-radius:8px;overflow:hidden;display:table}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:8px}
.seo th,.seo td,.tbl-wrap th,.tbl-wrap td{padding:10px 12px;border:1px solid #1f2c4e;text-align:left;word-break:break-word}
.seo th,.tbl-wrap th{background:#1a2748;color:#ffd23a;font-weight:700}
.seo tr:nth-child(even) td{background:#11203f}

.pay-logos{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center;background:#fff;border-radius:12px;padding:14px;margin:20px 0}
.pay-logos img{height:28px;width:auto;object-fit:contain}

.site-footer{background:#0d1730;padding:24px 14px 30px;margin-top:30px}
.foot-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px;text-align:center}
.foot-nav a{font-size:13px;font-weight:600;color:#cfd6e6;padding:6px;letter-spacing:.3px}
.support-btn{display:inline-flex;align-items:center;gap:8px;background:#1d2745;padding:10px 18px;border-radius:24px;color:#fff;font-weight:600;margin-bottom:18px}
.foot-bottom{display:flex;align-items:center;gap:14px;justify-content:center;margin:18px 0}
.copyright{text-align:center;font-size:13px;color:#7a87a6;margin-top:10px}
.footer-text{text-align:center;font-size:12px;color:#7a87a6;margin-top:10px}
.footer-text a{color:#ffd23a}

.mobile-bar{position:fixed;bottom:0;left:0;right:0;background:#0f1a35;border-top:1px solid #1f2c4e;display:grid;grid-template-columns:repeat(4,1fr);padding:6px 0;z-index:60}
.mb{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;font-size:11px;font-weight:600;color:#7a87a6}
.mb svg{color:#7a87a6}
.mb.signup{color:#fff}
.signup-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#ff9020,#ff5e00);display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:0 4px 12px rgba(255,90,0,.4)}
.mb.signup span{color:#ff9020}

@media(min-width:768px){
.hdr-inner{padding:12px 24px}
main{padding:0 24px;max-width:1280px;margin:0 auto}
.hero-overlay{padding:40px}
.hero-title{font-size:42px}
.slots{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.foot-nav{grid-template-columns:repeat(4,1fr)}
.cat{min-width:180px;font-size:14px}
}
@media(min-width:1024px){
body{padding-bottom:0}
.mobile-bar{display:none}
.seo h1{font-size:30px}
}