*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#0a0e14;color:#e6e9ef;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 16px}.site-header{background:#0a0e14;border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;gap:12px}.burger{background:none;border:0;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:6px}.burger span{width:22px;height:2px;background:#e6e9ef;border-radius:2px}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;color:#fff}.brand span{letter-spacing:.2px}.header-actions{display:flex;gap:8px;align-items:center}.btn-ghost{padding:8px 14px;color:#e6e9ef;font-weight:500;font-size:14px}.btn-primary{background:#2b7fff;color:#fff;padding:9px 18px;border-radius:24px;font-weight:600;font-size:14px;display:inline-block;transition:background .2s}.btn-primary:hover{background:#1f6ce6}.btn-primary.big{padding:12px 24px;font-size:15px}.crumbs{padding:10px 0;font-size:13px;color:#8a92a6}.crumbs a{color:#8a92a6}.crumbs .current{color:#e6e9ef}.crumbs span{margin:0 6px;color:#4a5266}.hero{padding:16px 0 8px;position:relative}.hero-grid{display:grid;grid-template-columns:1fr;gap:14px}.hero-card{position:relative;border-radius:16px;padding:24px 22px;min-height:230px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.hero-main{background:linear-gradient(135deg,#1a3a5c 0%,#0d2438 50%,#1a4d2e 100%);background-image:url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Zeus_God_of_Sky_Olympus.jpg/640px-Zeus_God_of_Sky_Olympus.jpg'),linear-gradient(135deg,#1a3a5c 0%,#0d2438 50%,#1a4d2e 100%);background-size:cover;background-position:right center;background-blend-mode:overlay}.hero-cb{background:linear-gradient(135deg,#1a4d2e 0%,#0d3820 50%,#3d2a0f 100%)}.badge{display:inline-block;background:rgba(34,197,94,.2);color:#22c55e;font-size:11px;font-weight:700;letter-spacing:1px;padding:6px 12px;border-radius:6px;width:fit-content}.hero-title{font-size:38px;font-weight:800;color:#fff;line-height:1.1;margin-top:14px}.accent{color:#22c55e}.accent-y{color:#fbbf24}.hero-sub{color:#cbd2dd;font-size:15px;margin:8px 0 18px}.section{padding:28px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#fff}.arrows{display:flex;gap:8px}.arrows button{width:32px;height:32px;border-radius:50%;background:#1a1f2b;border:1px solid rgba(255,255,255,.08);color:#e6e9ef;cursor:pointer;font-size:16px}.view-all{font-size:13px;color:#8a92a6;display:flex;align-items:center;gap:8px}.view-all span{background:#1a1f2b;padding:4px 10px;border-radius:12px}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cards-grid.four{grid-template-columns:repeat(2,1fr)}.card-game{background:#141923;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:12px;display:flex;gap:10px;align-items:center}.game-thumb{width:54px;height:54px;border-radius:10px;flex-shrink:0;background-size:cover;background-position:center}.g1{background:linear-gradient(135deg,#fbbf24,#dc2626)}.g2{background:linear-gradient(135deg,#ec4899,#a855f7)}.g3{background:linear-gradient(135deg,#f59e0b,#7c2d12)}.g4{background:linear-gradient(135deg,#0891b2,#1e40af)}.g-name{font-weight:600;font-size:14px;color:#fff}.g-user{font-size:12px;color:#8a92a6;margin:2px 0}.g-win{color:#22c55e;font-weight:700;font-size:14px}.top-game{background:#141923;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:10px;text-align:center}.tg-thumb{width:100%;height:90px;border-radius:8px;margin-bottom:8px}.tg1{background:linear-gradient(135deg,#dc2626,#7c2d12)}.tg2{background:linear-gradient(135deg,#1e40af,#0891b2)}.tg3{background:linear-gradient(135deg,#ec4899,#7c2d12)}.tg4{background:linear-gradient(135deg,#22c55e,#0891b2)}.tg-name{font-size:13px;font-weight:600;color:#fff;margin-bottom:6px}.tg-play{display:inline-block;background:#2b7fff;color:#fff;padding:6px 14px;border-radius:14px;font-size:12px;font-weight:600}.content{padding:24px 0 40px}.content-wrap{background:#0f1420;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:28px 22px}.content-wrap h1{font-size:28px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:18px}.content-wrap h2{font-size:22px;font-weight:700;color:#fff;margin:28px 0 12px;line-height:1.3}.content-wrap h3{font-size:18px;font-weight:600;color:#22c55e;margin:20px 0 10px}.content-wrap h4{font-size:16px;font-weight:600;color:#fff;margin:16px 0 8px}.content-wrap p{margin:0 0 12px;color:#c4c9d4;font-size:15px}.content-wrap ul,.content-wrap ol{margin:0 0 14px 22px;color:#c4c9d4}.content-wrap li{margin-bottom:6px;font-size:15px}.content-wrap strong{color:#fff}.content-wrap em{color:#22c55e;font-style:italic}.content-wrap a{color:#5aa9ff;text-decoration:underline}.author-box{display:flex;align-items:center;gap:14px;padding:14px;background:#141923;border-radius:10px;margin-bottom:20px;border-left:3px solid #22c55e}.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#2b7fff);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.author-name{font-weight:600;color:#fff}.author-role{font-size:12px;color:#8a92a6}.faq{margin-top:8px}.faq details{background:#141923;border:1px solid rgba(255,255,255,.06);border-radius:10px;margin-bottom:10px;padding:14px 16px}.faq summary{cursor:pointer;font-weight:600;color:#fff;font-size:15px;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary::after{content:'+';color:#22c55e;font-size:20px;font-weight:300}.faq details[open] summary::after{content:'−'}.faq details p{margin-top:10px;color:#c4c9d4;font-size:14px}.site-footer{background:#070a10;border-top:1px solid rgba(255,255,255,.05);padding:28px 0 20px;margin-top:20px}.providers-tabs{display:flex;gap:24px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:12px;margin-bottom:24px;overflow-x:auto;white-space:nowrap}.tab{font-weight:700;font-size:15px;color:#4a5266;padding-bottom:8px;letter-spacing:.5px}.tab.active{color:#fff;border-bottom:2px solid #22c55e}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;margin-bottom:20px}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:8px;font-size:14px}.footer-grid a{color:#c4c9d4}.lang{margin-top:14px;display:inline-block;padding:8px 14px;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:13px;color:#c4c9d4}.footer-legal{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap}.footer-legal p{font-size:12px;color:#6a7081;flex:1;min-width:240px}.footer-legal a{color:#8a92a6}.badges{display:flex;gap:8px}.badge-r{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#c4c9d4}@media(min-width:720px){.hero-grid{grid-template-columns:1fr 1fr}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr}.hero-title{font-size:44px}.content-wrap{padding:36px 32px}.content-wrap h1{font-size:36px}.content-wrap h2{font-size:26px}}@media(max-width:520px){.hero-title{font-size:32px}.content-wrap{padding:20px 16px}.content-wrap h1{font-size:24px}.content-wrap h2{font-size:19px}.btn-ghost{display:none}.section-title{font-size:17px}}