*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:#333;background:#0b171f;overflow-x:hidden;}
.main-navigation{background:rgba(11,23,31,0.95);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;padding:15px 10px;}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;}
.logo-section img{width:120px;height:36px;}
.desktop-menu{display:none;}
@media(min-width:1081px){.desktop-menu{display:block;}}
.nav-links{display:flex;list-style:none;gap:30px;}
.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s;}
.nav-links a:hover{color:#64b5f6;}
.active-page{color:#64b5f6;font-weight:600;}
.auth-buttons{display:none;}
@media(min-width:1081px){.auth-buttons{display:flex;gap:15px;}}
.signup-btn,.signin-btn{padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.3s;}
.signup-btn{background:#64b5f6;color:#fff;}
.signin-btn{background:transparent;color:#64b5f6;border:2px solid #64b5f6;}
.signup-btn:hover{background:#42a5f5;transform:translateY(-2px);}
.signin-btn:hover{background:#64b5f6;color:#fff;}
.mobile-menu-toggle{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:4px;}
@media(min-width:1081px){.mobile-menu-toggle{display:none;}}
.hamburger-line{width:25px;height:3px;background:#fff;transition:all 0.3s;}
.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#0b171f;z-index:1001;transition:right 0.3s;padding-top:80px;}
.mobile-menu.active{right:0;}
.mobile-menu-content{padding:20px;}
.mobile-nav ul{list-style:none;}
.mobile-nav li{margin-bottom:20px;}
.mobile-nav a{color:#fff;text-decoration:none;font-size:18px;font-weight:500;}
.active-mobile{color:#64b5f6;font-weight:600;}
.mobile-auth{margin-top:40px;display:flex;flex-direction:column;gap:15px;}
.mobile-signup,.mobile-signin{padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;}
.mobile-signup{background:#64b5f6;color:#fff;}
.mobile-signin{background:transparent;color:#64b5f6;border:2px solid #64b5f6;}
.games-content{padding-top:80px;min-height:100vh;}
.games-showcase{padding:100px 10px;text-align:center;position:relative;background:linear-gradient(135deg,#0b171f 0%,#1a2332 50%,#0b171f 100%);margin:20px 10px;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,0.3);overflow:hidden;}
.showcase-background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(100,181,246,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(100,181,246,0.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(100,181,246,0.06) 0%,transparent 50%);pointer-events:none;}
.showcase-background-pattern::before{content:'🎰 🎮 🃏 🎲 🎪 🎭';position:absolute;top:20%;left:-10%;font-size:8rem;opacity:0.03;white-space:nowrap;animation:showcase-float 30s linear infinite;}
.showcase-background-pattern::after{content:'♠️ ♥️ ♦️ ♣️ 🎯 🏆';position:absolute;bottom:20%;right:-10%;font-size:6rem;opacity:0.05;white-space:nowrap;animation:showcase-float-reverse 25s linear infinite;}
@keyframes showcase-float{0%{transform:translateX(0);}100%{transform:translateX(calc(100vw + 200px));}}
@keyframes showcase-float-reverse{0%{transform:translateX(0);}100%{transform:translateX(calc(-100vw - 200px));}}
.showcase-container{max-width:900px;margin:0 auto;position:relative;z-index:2;}
.showcase-badge{display:inline-block;background:rgba(100,181,246,0.2);color:#64b5f6;padding:8px 20px;border-radius:30px;font-size:0.9rem;font-weight:600;margin-bottom:25px;border:1px solid rgba(100,181,246,0.3);}
.games-showcase h1{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,0.3);}
.showcase-intro{font-size:1.3rem;color:#b8c5d1;margin-bottom:40px;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto;}
.showcase-stats{display:flex;justify-content:center;gap:40px;margin-bottom:45px;}
.stat-item{display:flex;flex-direction:column;align-items:center;padding:20px;background:rgba(255,255,255,0.05);border-radius:12px;border:1px solid rgba(100,181,246,0.2);min-width:120px;}
.stat-icon{font-size:2rem;margin-bottom:8px;}
.stat-number{font-size:1.8rem;font-weight:700;color:#64b5f6;margin-bottom:4px;}
.stat-label{font-size:0.9rem;color:#8a9ba8;font-weight:500;}
.showcase-cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#64b5f6,#42a5f5);color:#fff;padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s;box-shadow:0 8px 25px rgba(100,181,246,0.3);}
.showcase-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(100,181,246,0.4);background:linear-gradient(135deg,#42a5f5,#1e88e5);}
.cta-text{flex:1;}
.cta-arrow{font-size:1.3rem;transition:transform 0.3s;}
.showcase-cta:hover .cta-arrow{transform:translateX(5px);}
.provider-analysis,.slot-portfolio,.live-dealer-experience,.table-games-collection,.progressive-jackpots,.game-fairness,.gaming-mistakes,.game-recommendations,.mobile-gaming-performance,.game-library-future{padding:80px 10px;max-width:1200px;margin:0 auto;position:relative;}
.provider-analysis{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.provider-analysis h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.provider-analysis p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.provider-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}
.provider-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:transform 0.3s;}
.provider-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.provider-logo{text-align:center;margin-bottom:20px;background:#0b171f;padding:15px 20px;border-radius:8px;}
.provider-logo img{filter:brightness(1.2) contrast(1.1);}
.provider-card h3{color:#64b5f6;font-size:1.4rem;margin-bottom:15px;font-weight:600;}
.provider-stats p{color:#666;line-height:1.6;margin-bottom:8px;}
.slot-portfolio{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.slot-portfolio h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.slot-portfolio p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.slot-categories{display:grid;gap:40px;}
.slot-category h3{color:#64b5f6;font-size:1.5rem;margin-bottom:25px;}
.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.game-card{background:rgba(255,255,255,0.1);padding:20px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.game-card h4{color:#64b5f6;font-size:1.2rem;margin-bottom:12px;}
.game-card p{color:#ccc;line-height:1.5;margin-bottom:6px;font-size:0.9rem;}
.live-dealer-experience{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.live-dealer-experience h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.live-dealer-experience p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.live-dealer-breakdown{display:grid;gap:30px;margin-bottom:40px;}
.dealer-category{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.dealer-category h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.table-options p{color:#666;line-height:1.6;margin-bottom:8px;}
.live-dealer-technical{background:rgba(100,181,246,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.1);}
.live-dealer-technical h3{color:#64b5f6;margin-bottom:15px;}
.live-dealer-technical p{color:#555;line-height:1.6;}
.table-games-collection{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.table-games-collection h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.table-games-collection p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.rng-table-analysis{display:grid;gap:30px;}
.table-game{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.table-game h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.game-mechanics p{color:#ccc;line-height:1.6;margin-bottom:8px;}
.progressive-jackpots{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.progressive-jackpots h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.progressive-jackpots p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.jackpot-analysis{display:grid;gap:40px;margin-bottom:40px;}
.jackpot-tier h3{color:#64b5f6;font-size:1.5rem;margin-bottom:25px;}
.jackpot-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.jackpot-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.jackpot-card h4{color:#64b5f6;font-size:1.2rem;margin-bottom:12px;}
.jackpot-card p{color:#666;line-height:1.5;margin-bottom:6px;font-size:0.9rem;}
.jackpot-strategy{background:rgba(100,181,246,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.1);}
.jackpot-strategy h3{color:#64b5f6;margin-bottom:15px;}
.jackpot-strategy p{color:#555;line-height:1.6;}
.game-fairness{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.game-fairness h2{color:#64b5f6;font-size:2.2rem;margin-bottom:20px;}
.game-fairness p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.fairness-verification{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px;}
.verification-method{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.verification-method h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.verification-method p{color:#ccc;line-height:1.6;}
.fairness-concerns{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.fairness-concerns h3{color:#64b5f6;margin-bottom:15px;}
.fairness-concerns p{color:#ccc;line-height:1.6;}
.gaming-mistakes{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.gaming-mistakes h2{color:#ff6b6b;font-size:2.2rem;margin-bottom:20px;}
.gaming-mistakes p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.gameplay-errors{display:grid;gap:30px;margin-bottom:40px;}
.mistake-scenario{background:rgba(255,107,107,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.15);}
.mistake-scenario:hover{box-shadow:0 8px 25px rgba(255,107,107,0.2);}
.mistake-scenario h3{color:#ff6b6b;font-size:1.3rem;margin-bottom:15px;}
.mistake-scenario p{color:#555;line-height:1.6;margin-bottom:10px;}
.mistake-scenario strong{color:#ff4444;}
.gaming-protection{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.gaming-protection h3{color:#64b5f6;margin-bottom:15px;}
.gaming-protection p{color:#555;line-height:1.6;margin-bottom:10px;}
.game-recommendations{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.game-recommendations h2{color:#4caf50;font-size:2.2rem;margin-bottom:20px;}
.game-recommendations p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.recommendation-tiers{display:grid;gap:30px;margin-bottom:40px;}
.tier-optimal,.tier-acceptable,.tier-avoid{background:rgba(255,255,255,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);position:relative;}
.tier-badge{position:absolute;top:-12px;right:20px;padding:6px 16px;border-radius:20px;font-size:0.9rem;font-weight:600;}
.tier-badge.optimal{background:#4caf50;color:#fff;}
.tier-badge.acceptable{background:#ff9800;color:#fff;}
.tier-badge.avoid{background:#f44336;color:#fff;}
.tier-optimal h3,.tier-acceptable h3,.tier-avoid h3{color:#64b5f6;font-size:1.3rem;margin:15px 0 15px;}
.game-recommendations-list p{color:#ccc;line-height:1.6;margin-bottom:8px;}
.recommendation-strategy{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.recommendation-strategy h3{color:#64b5f6;margin-bottom:15px;}
.recommendation-strategy p{color:#ccc;line-height:1.6;margin-bottom:10px;}
.mobile-gaming-performance{background:rgba(255,255,255,0.95);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.1);}
.mobile-gaming-performance h2{color:#0b171f;font-size:2.2rem;margin-bottom:20px;}
.mobile-gaming-performance p{color:#555;font-size:1.1rem;margin-bottom:40px;}
.mobile-performance{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px;}
.device-performance{background:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);}
.device-performance h3{color:#64b5f6;font-size:1.3rem;margin-bottom:15px;}
.device-performance p{color:#666;line-height:1.6;}
.mobile-limitations{background:rgba(255,107,107,0.1);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(255,107,107,0.1);}
.mobile-limitations h3{color:#cc0000;margin-bottom:15px;}
.mobile-limitations p{color:#550000;line-height:1.6;}
.game-library-future{background:rgba(11,23,31,0.95);color:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.2);}
.game-library-future h2{color:#4caf50;font-size:2.2rem;margin-bottom:20px;}
.game-library-future p{color:#ccc;font-size:1.1rem;margin-bottom:40px;}
.upcoming-additions{display:grid;gap:30px;margin-bottom:40px;}
.provider-roadmap{background:rgba(76,175,80,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(76,175,80,0.1);}
.provider-roadmap:hover{box-shadow:0 8px 25px rgba(76,175,80,0.15);}
.provider-roadmap h3{color:#4caf50;font-size:1.3rem;margin-bottom:15px;}
.provider-roadmap p{color:#ccc;line-height:1.6;}
.industry-trends{background:rgba(100,181,246,0.15);padding:25px;border-radius:8px;box-shadow:0 4px 15px rgba(100,181,246,0.15);}
.industry-trends h3{color:#64b5f6;margin-bottom:15px;}
.industry-trends p{color:#ccc;line-height:1.6;}
.site-footer{background:#0b171f;color:#fff;padding:60px 10px 20px;}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px;}
.footer-section h4{color:#64b5f6;margin-bottom:20px;font-size:1.2rem;}
.footer-section ul{list-style:none;}
.footer-section li{margin-bottom:10px;}
.footer-section a{color:#ccc;text-decoration:none;transition:color 0.3s;}
.footer-section a:hover{color:#64b5f6;}
.footer-section p{color:#aaa;line-height:1.6;font-size:0.9rem;}
.payment-providers,.gaming-providers{margin:40px auto;max-width:1200px;}
.payment-providers h4,.gaming-providers h4{color:#64b5f6;margin-bottom:20px;text-align:center;}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}
.payment-icons img,.provider-logos img{filter:brightness(0.8);transition:filter 0.3s;}
.payment-icons img:hover,.provider-logos img:hover{filter:brightness(1.2);}
.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #333;color:#888;font-size:0.9rem;}
@media(max-width:1080px){
.nav-container{padding:0 15px;}
.provider-breakdown{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.game-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.jackpot-games{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.fairness-verification{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.mobile-performance{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.showcase-stats{gap:25px;}
.stat-item{min-width:100px;padding:15px;}
}
@media(max-width:768px){
.games-showcase h1{font-size:2rem;}
.games-showcase{padding:60px 10px;}
.showcase-stats{flex-direction:column;align-items:center;gap:20px;}
.stat-item{width:200px;}
.provider-analysis h2,.slot-portfolio h2,.live-dealer-experience h2,.table-games-collection h2,.progressive-jackpots h2,.game-fairness h2,.gaming-mistakes h2,.game-recommendations h2,.mobile-gaming-performance h2,.game-library-future h2{font-size:1.8rem;}
.provider-breakdown{grid-template-columns:1fr;}
.game-grid{grid-template-columns:1fr;}
.live-dealer-breakdown{grid-template-columns:1fr;}
.rng-table-analysis{grid-template-columns:1fr;}
.jackpot-analysis{grid-template-columns:1fr;}
.jackpot-games{grid-template-columns:1fr;}
.fairness-verification{grid-template-columns:1fr;}
.gameplay-errors{grid-template-columns:1fr;}
.recommendation-tiers{grid-template-columns:1fr;}
.mobile-performance{grid-template-columns:1fr;}
.upcoming-additions{grid-template-columns:1fr;}
.footer-content{grid-template-columns:1fr;}
.payment-icons,.provider-logos{gap:15px;}
}
@media(max-width:480px){
.games-showcase{padding:40px 10px;}
.games-showcase h1{font-size:1.6rem;}
.showcase-intro{font-size:1rem;}
.showcase-cta{padding:12px 24px;font-size:1rem;}
.showcase-stats{gap:15px;}
.stat-item{width:150px;padding:12px;}
.stat-number{font-size:1.5rem;}
.provider-analysis,.slot-portfolio,.live-dealer-experience,.table-games-collection,.progressive-jackpots,.game-fairness,.gaming-mistakes,.game-recommendations,.mobile-gaming-performance,.game-library-future{padding:40px 10px;}
.provider-card,.dealer-category,.table-game,.jackpot-card,.verification-method,.mistake-scenario,.tier-optimal,.tier-acceptable,.tier-avoid,.device-performance,.provider-roadmap{padding:20px;}
.payment-icons,.provider-logos{gap:10px;}
.payment-icons img,.provider-logos img{max-width:80px;height:auto;}
.nav-links{gap:20px;}
.nav-links a{font-size:0.9rem;}
}
@media(max-width:320px){
.main-navigation{padding:10px 5px;}
.nav-container{padding:0 5px;}
.logo-section img{width:100px;height:30px;}
.mobile-menu{width:280px;}
.games-showcase{padding:30px 5px;}
.games-showcase h1{font-size:1.4rem;}
.showcase-intro{font-size:0.9rem;}
.showcase-cta{padding:10px 20px;font-size:0.9rem;}
.showcase-stats{gap:10px;}
.stat-item{width:120px;padding:10px;}
.stat-number{font-size:1.3rem;}
.provider-analysis,.slot-portfolio,.live-dealer-experience,.table-games-collection,.progressive-jackpots,.game-fairness,.gaming-mistakes,.game-recommendations,.mobile-gaming-performance,.game-library-future{padding:30px 5px;}
.provider-analysis h2,.slot-portfolio h2,.live-dealer-experience h2,.table-games-collection h2,.progressive-jackpots h2,.game-fairness h2,.gaming-mistakes h2,.game-recommendations h2,.mobile-gaming-performance h2,.game-library-future h2{font-size:1.5rem;}
.provider-card,.dealer-category,.table-game,.jackpot-card,.verification-method,.mistake-scenario,.tier-optimal,.tier-acceptable,.tier-avoid,.device-performance,.provider-roadmap{padding:15px;}
.provider-card h3,.dealer-category h3,.table-game h3,.jackpot-card h4,.verification-method h3,.mistake-scenario h3,.tier-optimal h3,.tier-acceptable h3,.tier-avoid h3,.device-performance h3,.provider-roadmap h3{font-size:1.1rem;}
.tier-badge{font-size:0.8rem;padding:4px 12px;}
.site-footer{padding:40px 5px 15px;}
.footer-content{gap:30px;}
.footer-section h4{font-size:1.1rem;}
.payment-icons,.provider-logos{gap:8px;}
.payment-icons img,.provider-logos img{max-width:60px;height:auto;}
.footer-bottom{font-size:0.8rem;}
}