*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;max-width:100vw;overflow-x:clip}body{-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul{margin:0;padding-left:1.2em}h1,h2,h3,h4,p{margin:0}
:root{--bg:#1a0a26;--surf:#28113b;--surf2:#371851;--border:#472063;--accent:#ffce07;--accent2:#f78d00;--text:#fff;--muted:#a896b8;--gold:linear-gradient(180deg,#ffce07 0%,#f78d00 100%);--mh:60px}
body{background:#1a0a26;color:#fff;font-family:'Source Sans 3',sans-serif}
.page{min-height:100vh;max-width:100vw;overflow-x:clip}
.star{width:14px;height:14px;color:#ffce07;flex-shrink:0}

.mhdr{position:sticky;top:0;z-index:60}
.mhdr-strip{background:#0c0316;color:#cfc1d6;font-size:12px;font-family:'Source Sans 3',sans-serif}
.mhdr-strip-in{max-width:1480px;margin:0 auto;padding:7px 24px;display:flex;justify-content:space-between;gap:14px}
.mhdr-in{background:rgba(26,10,38,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);height:var(--mh);max-width:none;display:flex;align-items:center;padding:0 24px;gap:22px}
.brand img{height:36px;width:auto;filter:drop-shadow(0 0 12px #ffce0755)}
.hamb{display:none;width:36px;height:36px;background:var(--surf);border-radius:6px;color:#fff;font-size:20px;align-items:center;justify-content:center}
.mnav{display:flex;gap:0;flex:1;justify-content:center;align-items:center;height:100%}
.mnav a{padding:0 18px;height:100%;display:flex;align-items:center;color:#cfc1d6;font-family:'Playfair Display',serif;font-weight:600;font-size:15px;letter-spacing:.5px;transition:.18s;border-bottom:3px solid transparent}
.mnav a:hover{color:#ffce07}
.mnav a.active{color:#ffce07;border-bottom-color:#ffce07}
.mact{display:flex;gap:9px;align-items:center}
.msearch{background:var(--surf);border:1px solid var(--border);color:#fff;padding:9px 14px;border-radius:4px;font-size:13px;width:180px;outline:none;font-family:'Source Sans 3',sans-serif;transition:.2s}
.msearch:focus{border-color:#ffce07;width:220px}
.msearch::placeholder{color:#a896b8}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:0;font-weight:700;font-size:12px;min-height:42px;transition:.2s;line-height:1;text-transform:uppercase;letter-spacing:1.6px;font-family:'Playfair Display',serif}
.btn-primary{background:var(--gold);color:#1a0a26;box-shadow:0 4px 14px #ffce0755}
.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 8px 26px #ffce0780}
.btn-ghost{background:transparent;color:#fff;border:1px solid var(--border)}
.btn-ghost:hover{border-color:#ffce07;color:#ffce07}
.btn-lg{padding:14px 30px;font-size:13px;min-height:50px}
.btn-sm{padding:8px 14px;font-size:11px;min-height:34px}

.mhero{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1480px;margin:0 auto;padding:60px 24px;align-items:center;min-height:560px}
.mhero-left{padding-right:44px;border-right:1px solid var(--border)}
.kicker{display:inline-flex;align-items:center;gap:8px;color:#ffce07;font-family:'Playfair Display',serif;font-size:11px;text-transform:uppercase;letter-spacing:3.2px;margin-bottom:22px;font-weight:700;padding-bottom:14px;border-bottom:1px solid #472063}
.mht{font-family:'Playfair Display',serif;font-size:58px;line-height:1.05;color:#fff;font-weight:700;letter-spacing:-1px;margin-bottom:26px}
.msub{font-size:18px;color:#d4c2dc;margin-bottom:28px;line-height:1.7;max-width:560px;font-family:'Source Sans 3',sans-serif}
.msub strong{color:#ffce07;font-weight:700}
.mcta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
.mby{font-family:'Playfair Display',serif;font-style:italic;color:#a896b8;font-size:13px;letter-spacing:.4px}
.mhero-right{position:relative;padding-left:44px;display:flex;flex-direction:column;gap:18px}
.mhero-img{height:340px;background-size:cover;background-position:center;border:1px solid #ffce0740;box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 0 1px #ffce0720 inset}
.mhero-cap{padding:24px;background:var(--surf);border:1px solid var(--border);border-left:4px solid #ffce07}
.mcap-tag{display:inline-block;background:#ffce07;color:#1a0a26;padding:3px 10px;font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:10px;font-family:'Playfair Display',serif}
.mhero-cap h3{font-family:'Playfair Display',serif;font-size:24px;color:#fff;font-weight:700;margin-bottom:8px}
.mhero-cap p{color:#cfc1d6;font-size:14px;line-height:1.55;margin-bottom:12px}
.mcap-link{color:#ffce07;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.4px;font-family:'Playfair Display',serif}

.fbar{position:sticky;top:calc(var(--mh) + 32px);z-index:40;background:rgba(26,10,38,.97);backdrop-filter:blur(14px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 24px}
.fbar-in{display:flex;gap:8px;overflow-x:auto;max-width:1480px;margin:0 auto;-webkit-overflow-scrolling:touch}
.fbar-in::-webkit-scrollbar{display:none}
.fchip{padding:9px 18px;background:var(--surf);border:1px solid var(--border);color:#cfc1d6;border-radius:0;font-size:12px;font-weight:600;white-space:nowrap;min-height:38px;transition:.18s;text-transform:uppercase;letter-spacing:1.2px;font-family:'Playfair Display',serif}
.fchip:hover{color:#fff;border-color:#ffce0780}
.fchip.active{background:#ffce07;color:#1a0a26;border-color:#ffce07}

.main{max-width:1480px;margin:0 auto}
.game-sec{padding:40px 24px 14px}
.g-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:14px;border-bottom:1px solid #472063;padding-bottom:12px}
.g-title{display:flex;align-items:center;gap:10px;font-family:'Playfair Display',serif;font-size:30px;color:#fff;font-weight:700;letter-spacing:-.3px}
.g-title .star{width:22px;height:22px;filter:drop-shadow(0 0 6px #ffce0780)}
.g-more{color:#ffce07;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1.6px;font-family:'Playfair Display',serif}
.g-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}

.tile{position:relative;background:var(--surf);border:1px solid var(--border);overflow:hidden;aspect-ratio:1/1;cursor:pointer;transition:.25s}
.tile:hover{transform:translateY(-3px);border-color:#ffce07;box-shadow:0 14px 36px rgba(0,0,0,.55),0 0 24px #ffce0740}
.tile img{width:100%;height:100%;object-fit:cover}
.t-name{position:absolute;left:0;right:0;bottom:0;padding:9px 12px;background:linear-gradient(180deg,transparent 0%,rgba(26,10,38,.96) 100%);font-size:12px;color:#fff;font-weight:600;line-height:1.2;font-family:'Playfair Display',serif;letter-spacing:.4px}
.t-over{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:rgba(26,10,38,.92);opacity:0;transition:.25s;padding:14px;backdrop-filter:blur(2px)}
.tile:hover .t-over{opacity:1}
.t-play,.t-demo{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:0;font-weight:700;font-size:11px;min-height:34px;min-width:100px;text-transform:uppercase;letter-spacing:1.5px;font-family:'Playfair Display',serif}
.t-play{background:var(--gold);color:#1a0a26;box-shadow:0 4px 14px #ffce0760}
.t-demo{background:transparent;border:1px solid #fff;color:#fff}
.t-demo:hover{background:#fff;color:#1a0a26}
.t-demo[data-demo-url=""]{opacity:.35;pointer-events:none}

.text-sec{padding:60px 24px;max-width:920px;margin:0 auto}
.text-sec h2{font-family:'Playfair Display',serif;font-size:44px;color:#fff;margin-bottom:24px;line-height:1.15;font-weight:700;letter-spacing:-.5px}
.text-sec h2::after{content:"";display:block;width:80px;height:3px;background:var(--gold);margin-top:18px}
.text-sec h3{color:#ffce07;font-size:24px;margin:48px 0 14px;font-weight:700;font-family:'Playfair Display',serif;letter-spacing:-.3px}
.text-sec p{color:#d4c2dc;font-size:18px;line-height:1.85;margin-bottom:20px;font-family:'Source Sans 3',serif}
.text-sec ul{margin-bottom:20px;color:#d4c2dc;font-size:17px;line-height:1.85;list-style:none;padding-left:0;font-family:'Source Sans 3',serif}
.text-sec li{margin-bottom:10px;padding-left:24px;position:relative}
.text-sec li::before{content:"★";color:#ffce07;position:absolute;left:0;top:2px;font-size:14px}
.text-sec strong{color:#ffce07;font-weight:700}


.ftr{background:#0a0214;color:#a896b8;margin-top:70px;position:relative}
.ftr-stripe{height:5px;background:linear-gradient(90deg,#ffce07 0%,#f78d00 50%,#ffce07 100%);box-shadow:0 0 24px #ffce0760}
.ftr-in{max-width:1480px;margin:0 auto;padding:50px 24px 26px}
.ftr-cols{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.ftr-brand{display:flex;flex-direction:column;gap:14px}
.ftr-logo{height:38px;width:auto}
.ftr h4{color:#fff;font-size:13px;margin-bottom:14px;font-weight:800;text-transform:uppercase;letter-spacing:1.6px;font-family:'Playfair Display',sans-serif;padding-bottom:8px;border-bottom:2px solid #ffce07;display:inline-block}
.ftr-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.ftr-links a{color:#a896b8;font-size:14px;transition:.2s;font-family:'Source Sans 3',sans-serif}
.ftr-links a:hover{color:#ffce07}
.ftr-text{font-size:14px;color:#cfc1d6;margin:0;line-height:1.65;max-width:340px;font-family:'Source Sans 3',sans-serif}
.ftr-pro{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:8px}
.ftr-pro img{height:24px;opacity:.65;filter:brightness(0) invert(1)}
.ftr-legal{border-top:1px solid #472063;padding-top:22px}
.ftr-legal p{color:#a896b8;font-size:13px;line-height:1.7;margin-bottom:14px;max-width:1100px;font-family:'Source Sans 3',sans-serif}
.ftr-bot{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ftr-age{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:2px solid #ffce07;border-radius:50%;color:#ffce07;font-weight:800;font-size:13px;font-family:'Playfair Display',sans-serif}
.ftr-copy{color:#a896b8;font-size:13px;font-family:'Source Sans 3',sans-serif}
@media (max-width:768px){.ftr-in{padding:32px 14px 20px}.ftr-cols{grid-template-columns:1fr 1fr;gap:22px}.ftr-brand{grid-column:1/-1}}
@media (max-width:480px){.ftr-cols{grid-template-columns:1fr}}


.dmod{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.94);display:flex;flex-direction:column}
.dmod[hidden]{display:none}
.dmod-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;background:#371851;border-bottom:1px solid #ffce07;color:#fff;font-weight:700;font-family:'Playfair Display',sans-serif;text-transform:uppercase;letter-spacing:1.2px;font-size:14px}
#dm-close{font-size:28px;color:#fff;padding:0 10px;line-height:1;background:none}
.dmod-body{flex:1}
.dmod-body iframe{width:100%;height:100%;border:0}


.demo-sec .dsearch input{background:#28113b;border:1px solid #472063;color:#fff;padding:9px 16px;border-radius:6px;font-size:13px;width:240px;font-family:'Source Sans 3',sans-serif}
.demo-sec .dsearch input:focus{outline:none;border-color:#ffce07}
.d-more{text-align:center;margin-top:28px}
#demo-loadmore{padding:13px 32px;background:transparent;color:#ffce07;border:2px solid #ffce07;border-radius:8px;font-weight:700;min-height:46px;text-transform:uppercase;letter-spacing:1.2px;font-family:'Playfair Display',sans-serif;transition:.2s}
#demo-loadmore:hover{background:#ffce07;color:#1a0a26;box-shadow:0 0 22px #ffce0750}


@media (max-width:1100px){.mhero{grid-template-columns:1fr;gap:36px;padding:40px 24px}.mhero-left{padding-right:0;border-right:none;border-bottom:1px solid var(--border);padding-bottom:36px}.mhero-right{padding-left:0}.mhero-img{height:280px}.mht{font-size:42px}.mnav{display:none}.mnav.open{display:flex;position:absolute;top:calc(var(--mh) + 32px);left:0;right:0;flex-direction:column;background:rgba(26,10,38,.98);padding:18px 0;height:auto}.mnav.open a{padding:12px 24px;border-bottom:none;width:100%}.mhdr-strip{display:none}.hamb{display:flex}.mact .btn-ghost{display:none}.msearch{display:none}}
@media (max-width:768px){.mhdr-in{padding:0 14px;gap:10px}.brand img{height:30px}.mhero{padding:30px 14px;min-height:auto}.mht{font-size:28px}.msub{font-size:15px}.mhero-img{height:200px}.mhero-cap{padding:18px}.mhero-cap h3{font-size:18px}.btn{padding:9px 16px;font-size:11px;min-height:38px}.btn-lg{padding:12px 22px;font-size:11px;min-height:42px}.fbar{padding:10px 14px;top:calc(var(--mh) + 0px)}.fchip{font-size:10px;padding:7px 12px}.game-sec,.demo-sec{padding:30px 14px 8px}.text-sec{padding:30px 14px}.text-sec h2{font-size:24px}.text-sec h3{font-size:18px}.text-sec p,.text-sec ul{font-size:15px}.g-title{font-size:20px}.g-grid{grid-template-columns:repeat(2,1fr);gap:10px}.t-name{font-size:11px;padding:7px 10px}.t-play,.t-demo{font-size:11px;min-width:90px;padding:8px 14px}.t-over{opacity:0}.tile.active .t-over{opacity:1}}
