/* arionplaygcashph CSS - All classes use w6b61- prefix | Colors: #DDA0DD #9966CC #0D1117 #800080 #00FF7F */
:root{--w6b61-primary:#9966CC;--w6b61-secondary:#DDA0DD;--w6b61-accent:#00FF7F;--w6b61-bg:#0D1117;--w6b61-bg-card:#161B22;--w6b61-bg-hover:#1C2333;--w6b61-text:#E6EDF3;--w6b61-text-muted:#8B949E;--w6b61-purple:#800080;--w6b61-border:#30363D;--w6b61-radius:1.2rem;--w6b61-radius-sm:0.8rem;--w6b61-shadow:0 0.4rem 1.2rem rgba(0,0,0,0.4)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:62.5%;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:var(--w6b61-bg);color:var(--w6b61-text);line-height:1.5rem;max-width:430px;margin:0 auto;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:var(--w6b61-accent);text-decoration:none}a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
/* Header */
.w6b61-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;height:5.6rem;background:linear-gradient(135deg,var(--w6b61-bg-card) 0%,#1a1030 100%);display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;z-index:1000;border-bottom:0.1rem solid var(--w6b61-purple);box-shadow:0 0.2rem 1rem rgba(128,0,128,0.3)}
.w6b61-logo{display:flex;align-items:center;gap:0.6rem;text-decoration:none}
.w6b61-logo img{width:2.8rem;height:2.8rem;border-radius:0.5rem}
.w6b61-logo-text{font-size:1.4rem;font-weight:700;color:var(--w6b61-secondary);white-space:nowrap}
.w6b61-header-actions{display:flex;align-items:center;gap:0.6rem}
.w6b61-header-btn{padding:0.5rem 1rem;border-radius:var(--w6b61-radius-sm);font-size:1.2rem;font-weight:600;cursor:pointer;border:none;white-space:nowrap;transition:all 0.2s ease;min-height:3.2rem;min-width:5.5rem}
.w6b61-btn-register{background:linear-gradient(135deg,var(--w6b61-accent),#00CC66);color:var(--w6b61-bg)}
.w6b61-btn-register:hover{transform:scale(1.05);box-shadow:0 0 1rem rgba(0,255,127,0.4)}
.w6b61-btn-login{background:linear-gradient(135deg,var(--w6b61-primary),var(--w6b61-purple));color:#fff}
.w6b61-btn-login:hover{transform:scale(1.05);box-shadow:0 0 1rem rgba(153,102,204,0.4)}
.w6b61-menu-toggle{background:none;border:0.1rem solid var(--w6b61-border);color:var(--w6b61-text);width:3.6rem;height:3.6rem;border-radius:0.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.6rem}
/* Mobile Menu */
.w6b61-mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--w6b61-bg-card);z-index:9999;transition:right 0.3s ease;padding:6rem 2rem 2rem;border-left:0.1rem solid var(--w6b61-purple)}
.w6b61-menu-active{right:0}
.w6b61-mobile-menu a{display:block;padding:1.2rem 1rem;color:var(--w6b61-text);font-size:1.4rem;border-bottom:0.1rem solid var(--w6b61-border);transition:all 0.2s ease}
.w6b61-mobile-menu a:hover{color:var(--w6b61-accent);padding-left:1.5rem;text-decoration:none}
.w6b61-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:9998;display:none}
.w6b61-overlay-active{display:block}
.w6b61-menu-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;color:var(--w6b61-text);font-size:2rem;cursor:pointer;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}
/* Main Content */
.w6b61-main{margin-top:5.6rem;padding:1rem 1rem 2rem}
@media(max-width:768px){.w6b61-main{padding-bottom:8rem}}
/* Carousel */
.w6b61-carousel{position:relative;overflow:hidden;border-radius:var(--w6b61-radius);margin-bottom:1.5rem}
.w6b61-carousel-track{display:flex;transition:transform 0.5s ease}
.w6b61-slide{min-width:100%;cursor:pointer}
.w6b61-slide img{width:100%;height:18rem;object-fit:cover}
.w6b61-carousel-dots{display:flex;justify-content:center;gap:0.6rem;padding:0.8rem 0}
.w6b61-carousel-dot{width:0.8rem;height:0.8rem;border-radius:50%;background:var(--w6b61-border);cursor:pointer;transition:background 0.3s}
.w6b61-dot-active{background:var(--w6b61-primary)}
/* Section Titles */
.w6b61-section-title{font-size:1.8rem;font-weight:700;color:var(--w6b61-secondary);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:0.2rem solid var(--w6b61-purple)}
.w6b61-section-subtitle{font-size:1.4rem;font-weight:600;color:var(--w6b61-primary);margin:1.2rem 0 0.8rem}
/* Game Grid */
.w6b61-category-title{font-size:1.5rem;font-weight:700;color:var(--w6b61-accent);margin:1.5rem 0 0.8rem;display:flex;align-items:center;gap:0.5rem}
.w6b61-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.6rem;margin-bottom:1rem}
.w6b61-game-item{display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;padding:0.4rem;border-radius:var(--w6b61-radius-sm);background:var(--w6b61-bg-card);border:0.1rem solid var(--w6b61-border);transition:all 0.2s ease}
.w6b61-game-item:hover{border-color:var(--w6b61-primary);transform:translateY(-0.2rem);box-shadow:0 0.4rem 1rem rgba(153,102,204,0.3)}
.w6b61-game-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:0.4rem;margin-bottom:0.3rem}
.w6b61-game-item span{font-size:0.95rem;color:var(--w6b61-text);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
/* Content Sections */
.w6b61-section{margin-bottom:2rem;padding:1.2rem;background:var(--w6b61-bg-card);border-radius:var(--w6b61-radius);border:0.1rem solid var(--w6b61-border)}
.w6b61-section p{font-size:1.3rem;line-height:1.8rem;color:var(--w6b61-text-muted);margin-bottom:0.8rem}
.w6b61-section h2{font-size:1.6rem;color:var(--w6b61-secondary);margin-bottom:0.8rem}
.w6b61-section h3{font-size:1.4rem;color:var(--w6b61-primary);margin-bottom:0.6rem}
.w6b61-section ul{padding-left:1.5rem;margin-bottom:0.8rem}
.w6b61-section li{font-size:1.3rem;line-height:1.8rem;color:var(--w6b61-text-muted);margin-bottom:0.4rem}
.w6b61-promo-text{color:var(--w6b61-accent);font-weight:700;cursor:pointer;transition:color 0.2s}
.w6b61-promo-text:hover{color:var(--w6b61-secondary)}
/* Promo Buttons */
.w6b61-btn{display:inline-flex;align-items:center;justify-content:center;padding:0.8rem 1.6rem;border-radius:var(--w6b61-radius-sm);font-size:1.3rem;font-weight:600;cursor:pointer;border:none;transition:all 0.2s ease;min-height:4.4rem}
.w6b61-btn-primary{background:linear-gradient(135deg,var(--w6b61-accent),#00CC66);color:var(--w6b61-bg)}
.w6b61-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 1rem rgba(0,255,127,0.4)}
.w6b61-btn-secondary{background:linear-gradient(135deg,var(--w6b61-primary),var(--w6b61-purple));color:#fff}
.w6b61-btn-secondary:hover{transform:scale(1.05);box-shadow:0 0 1rem rgba(153,102,204,0.4)}
.w6b61-btn-outline{background:transparent;border:0.15rem solid var(--w6b61-primary);color:var(--w6b61-primary)}
.w6b61-btn-outline:hover{background:var(--w6b61-primary);color:#fff}
/* Cards */
.w6b61-card{background:var(--w6b61-bg-card);border:0.1rem solid var(--w6b61-border);border-radius:var(--w6b61-radius);padding:1.2rem;margin-bottom:1rem;transition:border-color 0.2s}
.w6b61-card:hover{border-color:var(--w6b61-primary)}
/* Footer */
.w6b61-footer{background:var(--w6b61-bg-card);border-top:0.2rem solid var(--w6b61-purple);padding:2rem 1rem;margin-top:2rem}
.w6b61-footer-brand{text-align:center;margin-bottom:1.5rem}
.w6b61-footer-brand p{font-size:1.2rem;color:var(--w6b61-text-muted);line-height:1.6rem}
.w6b61-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.6rem;margin-bottom:1.5rem}
.w6b61-footer-links a{padding:0.5rem 1rem;background:var(--w6b61-bg);border:0.1rem solid var(--w6b61-border);border-radius:var(--w6b61-radius-sm);font-size:1.1rem;color:var(--w6b61-text);transition:all 0.2s}
.w6b61-footer-links a:hover{border-color:var(--w6b61-primary);color:var(--w6b61-accent);text-decoration:none}
.w6b61-footer-partners{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;opacity:0.5}
.w6b61-footer-partners img{height:2rem;width:auto}
.w6b61-footer-copy{text-align:center;font-size:1.1rem;color:var(--w6b61-text-muted)}
/* Bottom Navigation */
.w6b61-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;height:6rem;background:linear-gradient(180deg,#1a1030 0%,var(--w6b61-bg-card) 100%);display:flex;justify-content:space-around;align-items:center;z-index:1000;border-top:0.15rem solid var(--w6b61-purple);box-shadow:0 -0.3rem 1rem rgba(128,0,128,0.25)}
.w6b61-bottom-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:6rem;min-height:5rem;background:none;border:none;color:var(--w6b61-text-muted);font-size:1rem;cursor:pointer;transition:all 0.25s ease;padding:0.3rem;border-radius:0.8rem;position:relative}
.w6b61-bottom-nav-btn .material-icons,.w6b61-bottom-nav-btn .ion-icon,.w6b61-bottom-nav-btn i{font-size:2.2rem;margin-bottom:0.2rem}
.w6b61-bottom-nav-btn:hover,.w6b61-nav-active{color:var(--w6b61-accent)}
.w6b61-nav-active::after{content:'';position:absolute;top:-0.1rem;left:50%;transform:translateX(-50%);width:2.4rem;height:0.25rem;background:var(--w6b61-accent);border-radius:0.2rem}
@media(min-width:769px){.w6b61-bottom-nav{display:none}.w6b61-main{padding-bottom:2rem}}
/* Utility */
.w6b61-text-center{text-align:center}
.w6b61-mb-1{margin-bottom:1rem}.w6b61-mb-2{margin-bottom:2rem}.w6b61-mt-1{margin-top:1rem}.w6b61-mt-2{margin-top:2rem}
.w6b61-highlight{background:linear-gradient(90deg,rgba(153,102,204,0.15),rgba(221,160,221,0.1));border-left:0.3rem solid var(--w6b61-primary);padding:1rem;margin:1rem 0;border-radius:0 0.6rem 0.6rem 0}
/* Winners */
.w6b61-winners{background:var(--w6b61-bg-card);border:0.1rem solid var(--w6b61-border);border-radius:var(--w6b61-radius);padding:0.8rem 1rem;margin-bottom:1.5rem;overflow:hidden}
.w6b61-winners-title{font-size:1.2rem;color:var(--w6b61-accent);font-weight:600;margin-bottom:0.5rem}
.w6b61-winners-list{display:flex;gap:1.5rem;animation:w6b61marquee 15s linear infinite}
.w6b61-winner-item{white-space:nowrap;font-size:1.1rem;color:var(--w6b61-text-muted)}
.w6b61-winner-item strong{color:var(--w6b61-accent)}
@keyframes w6b61marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* RTP Grid */
.w6b61-rtp-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.6rem}
.w6b61-rtp-item{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 0.8rem;background:var(--w6b61-bg);border-radius:0.6rem;font-size:1.1rem}
.w6b61-rtp-item span:first-child{color:var(--w6b61-text)}
.w6b61-rtp-item span:last-child{color:var(--w6b61-accent);font-weight:600}
/* FAQ */
.w6b61-faq-item{margin-bottom:0.8rem;border:0.1rem solid var(--w6b61-border);border-radius:var(--w6b61-radius-sm);overflow:hidden}
.w6b61-faq-q{font-size:1.3rem;font-weight:600;color:var(--w6b61-secondary);padding:0.8rem 1rem;background:var(--w6b61-bg)}
.w6b61-faq-a{font-size:1.2rem;color:var(--w6b61-text-muted);padding:0.8rem 1rem;line-height:1.6rem}
