@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300;400;500;600;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Akshar',sans-serif;background:#fff;color:#222;line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#FF5050;text-decoration:none;transition:color .2s}
a:hover{color:#cc3030}
ul,ol{padding-left:1.4em}
table{border-collapse:collapse;width:100%}
td,th{text-align:left;padding:10px 14px;border:1.5px solid #ddd}
th{background:#f5f5f5;font-weight:600}
tr:nth-child(even){background:#fafafa}
h1,h2,h3,h4,h5,h6{line-height:1.25;margin-bottom:.6em;font-weight:700}
h1{font-size:2.1rem}h2{font-size:1.7rem}h3{font-size:1.35rem}h4{font-size:1.15rem}
p{margin-bottom:1em}
.wp-site-blocks{display:none}
.xb7f2{display:none}
.container{max-width:1180px;margin:0 auto;padding:0 18px}
.wrapper{display:flex;flex-direction:column;min-height:100vh}
.box{border-radius:12px}

.z3r8p{color:transparent;font-size:0;position:absolute;pointer-events:none}
.hidden-wp-nav{display:none !important}

.site-header{background:#fff;position:sticky;top:0;z-index:999;box-shadow:0 2px 16px rgba(0,0,0,.08);transition:box-shadow .3s}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;gap:12px;flex-wrap:nowrap}
.header-logo img{height:48px;width:auto}
.header-nav{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0}
.header-nav a{display:flex;align-items:center;gap:5px;color:#333;font-weight:500;padding:7px 11px;border-radius:8px;transition:background .2s,color .2s;font-size:.93rem;white-space:nowrap}
.header-nav a:hover{background:#f0f0f0;color:#FF5050}
.header-nav svg{flex-shrink:0}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.online-count{font-size:.78rem;color:#666;white-space:nowrap;display:flex;align-items:center;gap:4px}
.online-dot{width:8px;height:8px;background:#39CC59;border-radius:50%;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 20px;border-radius:8px;font-family:'Akshar',sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s,filter .15s;text-decoration:none;white-space:nowrap}
.btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.18);filter:brightness(1.06)}
.btn:active{transform:translateY(0);box-shadow:none}
.btn-green{background:#39CC59;color:#fff}
.btn-red{background:#FF5050;color:#fff}
.btn-outline{background:transparent;border:2px solid #39CC59;color:#39CC59}
.btn-outline:hover{background:#39CC59;color:#fff}
.btn-sm{padding:7px 15px;font-size:.85rem}
.btn-lg{padding:13px 30px;font-size:1.05rem}

.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger-btn span{display:block;width:24px;height:2px;background:#333;border-radius:2px;transition:transform .3s,opacity .3s}
.burger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger-btn.active span:nth-child(2){opacity:0}
.burger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero-section{position:relative;min-height:520px;background:url('/heroimage.jpeg') center/cover no-repeat;display:flex;align-items:center;padding:60px 18px}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.65) 0%,rgba(30,10,60,.55) 100%)}
.hero-content{position:relative;z-index:2;max-width:600px;animation:fadeInUp .7s ease both}
@keyframes fadeInUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{display:inline-block;background:linear-gradient(135deg,#39CC59,#27a845);color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:14px;letter-spacing:.5px}
.hero-content h1{color:#fff;font-size:2.4rem;margin-bottom:10px;text-shadow:0 2px 8px rgba(0,0,0,.3)}
.hero-content p{color:rgba(255,255,255,.88);font-size:1.07rem;margin-bottom:20px}
.bonus-tile{background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.25);border-radius:14px;padding:20px 24px;margin-bottom:22px;max-width:420px}
.bonus-tile-amount{font-size:2rem;font-weight:700;color:#39CC59;text-shadow:0 0 20px rgba(57,204,89,.5)}
.bonus-tile-desc{color:rgba(255,255,255,.85);font-size:.95rem;margin-top:4px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}

.section{padding:54px 0}
.section-alt{background:#f9f9fb}
.section-title{font-size:1.65rem;font-weight:700;margin-bottom:6px;color:#1a1a2e}
.section-sub{color:#666;margin-bottom:28px;font-size:.98rem}
.section-header{margin-bottom:30px}

.pros-cons-grid{display:flex;gap:18px;flex-wrap:wrap}
.pros-col,.cons-col{flex:1;min-width:260px;border-radius:14px;padding:24px;border:1.5px solid #e0e0e0}
.pros-col{background:linear-gradient(135deg,#f0fff4,#fff)}
.cons-col{background:linear-gradient(135deg,#fff5f5,#fff)}
.pros-col h3{color:#27a845;margin-bottom:14px;display:flex;align-items:center;gap:7px}
.cons-col h3{color:#dc3545;margin-bottom:14px;display:flex;align-items:center;gap:7px}
.pros-cons-list{list-style:none;padding:0}
.pros-cons-list li{padding:8px 0 8px 28px;position:relative;font-size:.95rem;border-bottom:1px solid rgba(0,0,0,.05)}
.pros-cons-list li:last-child{border-bottom:none}
.pros-col .pros-cons-list li::before{content:'✓';position:absolute;left:0;color:#39CC59;font-weight:700;font-size:1.1rem}
.cons-col .pros-cons-list li::before{content:'✗';position:absolute;left:0;color:#FF5050;font-weight:700;font-size:1.1rem}

.mirror-live-time{font-size:.85rem;color:#666;margin-bottom:14px;display:flex;align-items:center;gap:6px}
.mirror-live-time strong{color:#1a1a2e}
.status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600}
.status-active{background:#d4edda;color:#155724}
.status-checking{background:#fff3cd;color:#856404}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1.5px solid #ddd}
.table-wrap table{min-width:480px}
.table-wrap td a{color:#FF5050;font-weight:500}

.leaderboard-wrap{overflow-x:auto;border-radius:10px;border:1.5px solid #ddd}
.leaderboard-wrap table{min-width:560px}
.rank-gold td:first-child{color:#d4af37;font-weight:700;font-size:1.1rem}
.rank-silver td:first-child{color:#a8a9ad;font-weight:700}
.rank-bronze td:first-child{color:#cd7f32;font-weight:700}
.win-amount{color:#39CC59;font-weight:700}

.app-block-grid{display:flex;gap:20px;flex-wrap:wrap;align-items:flex-start}
.app-info-card{flex:1;min-width:280px;border:1.5px solid #e0e0e0;border-radius:14px;padding:22px;background:#fafafa}
.app-info-card h3{margin-bottom:14px;color:#1a1a2e}
.app-download-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.app-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1.5px solid #333;background:#1a1a2e;color:#fff;font-family:'Akshar',sans-serif;font-size:.88rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}
.app-btn:hover{background:#333;transform:translateY(-1px);color:#fff}
.app-btn svg{flex-shrink:0}

.wheel-section-inner{display:flex;gap:32px;align-items:center;flex-wrap:wrap;justify-content:center}
.wheel-canvas-wrap{position:relative;flex-shrink:0;overflow:visible;padding-top:20px}
#wheelCanvas{display:block;filter:drop-shadow(0 6px 20px rgba(57,204,89,.3))}
.wheel-pointer{position:absolute;top:2px;left:50%;transform:translateX(-50%);font-size:2rem;line-height:1;z-index:5}
.wheel-info{flex:1;min-width:240px;max-width:360px}
.wheel-info h3{font-size:1.3rem;margin-bottom:10px;color:#1a1a2e}
.wheel-info p{font-size:.95rem;color:#555;margin-bottom:18px}
#wheelResult{min-height:60px;margin-top:16px;padding:14px 18px;border-radius:10px;display:none;font-size:1rem;font-weight:600}
.wheel-win{background:#d4edda;color:#155724;border:1.5px solid #c3e6cb}
.wheel-lose{background:#f8d7da;color:#721c24;border:1.5px solid #f5c6cb}
#spinBtn{margin-top:8px}
#spinBtn:disabled{opacity:.6;cursor:not-allowed;transform:none;filter:none}

.content-review-block{padding:8px 0}
.content-review-block h2{font-size:1.6rem;color:#1a1a2e;margin:28px 0 12px}
.content-review-block h3{font-size:1.25rem;color:#2d2d44;margin:22px 0 10px}
.content-review-block h4{font-size:1.05rem;color:#2d2d44;margin:18px 0 8px}
.content-review-block p{margin-bottom:1em;color:#333;line-height:1.75}
.content-review-block ul,.content-review-block ol{margin:0 0 1em 1.4em}
.content-review-block li{margin-bottom:.4em}
.content-review-block a{color:#FF5050}
.content-review-block a:hover{color:#cc3030}
.content-review-block strong{font-weight:700;color:#1a1a2e}
.content-review-block em{font-style:italic;color:#444}
.content-review-block blockquote{border-left:4px solid #39CC59;margin:16px 0;padding:10px 20px;background:#f9fff9;border-radius:0 8px 8px 0;font-style:italic;color:#444}
.content-review-block table{margin:16px auto;border-radius:8px;overflow:hidden;border:1.5px solid #ddd}
.content-review-block th{background:#1a1a2e;color:#fff}
.content-review-block img{border-radius:8px;margin:12px auto}

.responsible-block{border-left:5px solid #f39c12;background:linear-gradient(135deg,#fffbf0,#fff9e8);border-radius:12px;padding:28px;margin-bottom:18px}
.responsible-block h2{color:#c0392b;display:flex;align-items:center;gap:8px;margin-bottom:14px}
.responsible-block p{color:#555}
.resp-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.resp-link-btn{padding:8px 16px;border-radius:8px;border:1.5px solid #f39c12;color:#c0392b;font-size:.88rem;font-weight:600;transition:background .2s,color .2s}
.resp-link-btn:hover{background:#f39c12;color:#fff}
.age-badge{display:inline-flex;align-items:center;gap:6px;background:#c0392b;color:#fff;padding:6px 14px;border-radius:20px;font-weight:700;font-size:.95rem;margin-top:14px}

.faq-list{list-style:none;padding:0}
.faq-item{border:1.5px solid #e0e0e0;border-radius:10px;margin-bottom:10px;overflow:hidden}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;font-weight:600;color:#1a1a2e;background:#fff;transition:background .2s;font-size:1rem;user-select:none}
.faq-q:hover{background:#f5f5f5}
.faq-q .faq-icon{font-size:1.2rem;transition:transform .3s;flex-shrink:0;color:#39CC59}
.faq-item.open .faq-q .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s}
.faq-a-inner{padding:0 20px 16px;color:#555;font-size:.97rem;line-height:1.7}
.faq-item.open .faq-a{max-height:400px}

.author-block{display:flex;gap:20px;align-items:flex-start;background:#f9f9fb;border-radius:14px;padding:24px;border:1.5px solid #e8e8f0;flex-wrap:wrap}
.author-photo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #39CC59;flex-shrink:0}
.author-info{flex:1;min-width:200px}
.author-name{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin-bottom:2px}
.author-role{color:#39CC59;font-size:.88rem;font-weight:600;margin-bottom:8px}
.author-bio{color:#555;font-size:.93rem;line-height:1.65;margin-bottom:10px}
.author-links{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.author-link{padding:5px 12px;border-radius:20px;border:1.5px solid #ddd;font-size:.82rem;color:#333;transition:border-color .2s,color .2s}
.author-link:hover{border-color:#FF5050;color:#FF5050}
.author-date{font-size:.82rem;color:#999}

.site-footer{background:#1a1a2e;color:#ccc;padding:44px 0 20px;margin-top:auto;width:100%}
.footer-top{display:flex;gap:32px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-logo img{height:44px;filter:brightness(1.8) contrast(0.9)}
.footer-logo{margin-bottom:10px}
.footer-tagline{font-size:.85rem;color:#aaa;max-width:280px}
.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:12px}
.footer-col ul{list-style:none;padding:0}
.footer-col li{margin-bottom:6px}
.footer-col a{color:#aaa;font-size:.88rem;transition:color .2s}
.footer-col a:hover{color:#39CC59}
.footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.badge{padding:4px 10px;border-radius:6px;font-size:.78rem;font-weight:600;border:1px solid rgba(255,255,255,.15);color:#ccc;background:rgba(255,255,255,.05)}
.footer-bottom{text-align:center;padding-top:20px}
.footer-copyright{font-size:.82rem;color:#888;margin-bottom:8px}
.footer-legal{font-size:.76rem;color:#666;max-width:860px;margin:0 auto;line-height:1.6}
.footer-social{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap;justify-content:center}
.social-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.2);color:#ccc;font-size:.82rem;transition:border-color .2s,color .2s}
.social-btn:hover{border-color:#39CC59;color:#39CC59}

.info-page-content{max-width:780px;margin:0 auto;padding:48px 18px}
.info-page-content h1{color:#1a1a2e;margin-bottom:20px}
.info-page-content h2{color:#2d2d44;margin-top:28px}
.info-page-content p,.info-page-content li{color:#444;line-height:1.75}

.fade-in{animation:fadeInUp .6s ease both}
.fade-in-delay{animation:fadeInUp .6s .2s ease both}

@media(max-width:768px){
.burger-btn{display:flex}
.header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:14px 18px;box-shadow:0 8px 20px rgba(0,0,0,.1);gap:4px;border-top:1px solid #eee}
.header-nav.open{display:flex}
.header-nav a{padding:10px 14px;width:100%;border-radius:8px}
.online-count{display:none}
.header-logo img{width:auto;height:40px}
.hero-content h1{font-size:1.7rem}
.bonus-tile-amount{font-size:1.6rem}
.pros-cons-grid{flex-direction:column}
.section{padding:36px 0}
.wheel-section-inner{flex-direction:column}
#wheelCanvas{width:260px;height:260px}
.app-block-grid{flex-direction:column}
.app-info-card .table-wrap{overflow-x:auto}
.app-info-card table{min-width:auto;font-size:.85rem}
.app-info-card th,.app-info-card td{padding:.6rem .7rem}
.app-download-buttons{flex-wrap:wrap}
.app-download-buttons .app-btn{flex:1;min-width:120px;justify-content:center}
.footer-top{flex-direction:column;gap:22px}
.author-block{flex-direction:column}
.header-inner{gap:8px;padding:10px 12px}
.header-logo{order:1}
.header-actions{order:2;gap:6px;flex-shrink:0}
.burger-btn{order:3}
.header-logo img{height:36px;width:auto}
.header-actions .btn{padding:6px 12px;font-size:.78rem}
.content-review-block{padding:24px 16px!important}
.app-info-card{max-width:100%;overflow:hidden}
.app-info-card .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}
.app-info-card table{font-size:.78rem;width:100%;table-layout:fixed}
.app-info-card th,.app-info-card td{padding:.5rem .5rem;word-wrap:break-word}
.app-download-buttons{flex-direction:column}
.app-download-buttons .app-btn{width:100%;justify-content:center;box-sizing:border-box}
}
@media(max-width:480px){
.hero-content h1{font-size:1.4rem}
.btn-lg{padding:11px 22px;font-size:.95rem}
h1{font-size:1.65rem}h2{font-size:1.35rem}
.header-logo img{height:30px}
.header-actions .btn{padding:4px 8px;font-size:.7rem}
.header-inner{gap:5px;padding:8px 8px}
.burger-btn{padding:4px}
.app-info-card table{font-size:.72rem}
.app-info-card th,.app-info-card td{padding:.4rem .35rem}
}

.m4t1f{height:0;overflow:hidden;visibility:hidden}
