*{margin:0;padding:0;box-sizing:border-box}
html{overflow-x:hidden;scroll-behavior:smooth}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#f0f0f0;background:linear-gradient(135deg,#030100 0%,#1a1a1a 25%,#030100 50%,#2d2d2d 75%,#030100 100%);background-size:400% 400%;animation:gradientShift 20s ease infinite;min-height:100vh}
@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.main-navigation{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all 0.3s ease;backdrop-filter:blur(20px);background:rgba(3,1,0,0.95)}
.nav-container{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;max-width:1200px;margin:0 auto}
.brand-logo img{display:block;transition:transform 0.3s ease}
.brand-logo img:hover{transform:scale(1.05)}
.nav-menu{display:flex;gap:30px;align-items:center}
.nav-menu a{color:#f0f0f0;text-decoration:none;font-weight:500;font-size:16px;transition:all 0.3s ease;padding:8px 16px;border-radius:20px}
.nav-menu a:hover{color:#ffd700;background:rgba(255,215,0,0.1);transform:translateY(-2px)}
.active-nav,.mobile-active{color:#ffd700;font-weight:600;font-size:16px;padding:8px 16px;border-radius:20px;background:rgba(255,215,0,0.1);text-align: center}
.auth-buttons{display:flex;gap:15px;align-items:center}
.signup-btn,.signin-btn{padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;transition:all 0.3s ease;font-size:14px}
.signup-btn{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#030100;border:none}
.signup-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,215,0,0.3)}
.signin-btn{background:transparent;color:#ffd700;border:2px solid #ffd700}
.signin-btn:hover{background:#ffd700;color:#030100;transform:translateY(-3px)}
.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}
.hamburger-menu span{width:25px;height:3px;background:#ffd700;margin:3px 0;transition:0.3s;border-radius:2px}
.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(3,1,0,0.98);backdrop-filter:blur(20px);padding:20px;flex-direction:column;gap:15px}
.mobile-nav a{color:#f0f0f0;text-decoration:none;padding:15px;border-radius:10px;text-align:center;transition:all 0.3s ease}
.mobile-nav a:hover{background:rgba(255,215,0,0.1);color:#ffd700}
.mobile-auth{display:flex;gap:10px;margin-top:20px}
.mobile-signup,.mobile-signin{flex:1;padding:12px;text-align:center;border-radius:25px;text-decoration:none;font-weight:600;transition:all 0.3s ease}
.mobile-signup{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#030100}
.mobile-signin{background:transparent;color:#ffd700;border:2px solid #ffd700}
.slots-page{margin-top:80px;padding:0 10px}
.slots-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at center,rgba(255,215,0,0.1) 0%,transparent 70%);position:relative}
.slots-hero::before{content:'🎰';position:absolute;top:12%;right:18%;font-size:8rem;opacity:0.08;animation:slotMachineRoll 30s ease-in-out infinite}
@keyframes slotMachineRoll{0%,100%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-35px) rotate(180deg)}50%{transform:translateY(-20px) rotate(360deg)}75%{transform:translateY(-45px) rotate(540deg)}}
.hero-content{max-width:800px;padding:40px 20px}
.hero-content h1{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;margin-bottom:20px;background:linear-gradient(45deg,#ffd700,#ffed4e,#ffd700);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}
.hero-description{font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:30px;color:#e0e0e0;line-height:1.7}
.primary-cta{display:inline-block;padding:15px 40px;background:linear-gradient(45deg,#ffd700,#ffed4e);color:#030100;text-decoration:none;font-weight:700;font-size:18px;border-radius:30px;transition:all 0.3s ease;box-shadow:0 5px 20px rgba(255,215,0,0.3)}
.primary-cta:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(255,215,0,0.4)}
.slots-overview{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.slots-overview::before{content:'🎯';position:absolute;top:35px;right:35px;font-size:7rem;opacity:0.1;animation:targetShimmer 26s ease-in-out infinite}
@keyframes targetShimmer{0%,100%{transform:scale(1) rotate(0deg);filter:brightness(1)}50%{transform:scale(1.1) rotate(180deg);filter:brightness(1.3)}}
.slots-overview h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slots-overview p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.featured-slot-games{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.featured-slot-games::before{content:'⭐';position:absolute;bottom:45px;left:45px;font-size:6rem;opacity:0.12;animation:starTwinkle 18s ease-in-out infinite}
@keyframes starTwinkle{0%,80%,100%{opacity:0.12;transform:scale(1)}10%,70%{opacity:0.2;transform:scale(1.15)}}
.featured-slot-games h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.featured-slot-games p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.top-slots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.featured-slot{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:30px;border-radius:20px;text-align:center;transition:all 0.3s ease;border:1px solid rgba(255,215,0,0.1)}
.featured-slot:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(255,215,0,0.15);border-color:rgba(255,215,0,0.3)}
.slot-icon{font-size:3rem;margin-bottom:20px;display:block}
.featured-slot h3{font-size:1.5rem;margin-bottom:15px;color:#ffd700;font-weight:600}
.featured-slot p{color:#c0c0c0;line-height:1.6}
.slot-volatility-guide{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.slot-volatility-guide::before{content:'📈';position:absolute;top:50px;right:50px;font-size:7rem;opacity:0.1;animation:chartGrow 24s ease-in-out infinite}
@keyframes chartGrow{0%,100%{transform:scaleY(1)}50%{transform:scaleY(1.2)}}
.slot-volatility-guide h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-volatility-guide p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.volatility-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.volatility-type{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.volatility-type h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem;font-weight:600}
.volatility-type p{color:#c0c0c0;line-height:1.6}
.progressive-jackpots{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.progressive-jackpots::before{content:'💎';position:absolute;top:65px;left:55px;font-size:6rem;opacity:0.12;animation:gemGlow 20s ease-in-out infinite}
@keyframes gemGlow{0%,100%{transform:rotate(0deg);filter:brightness(1)}50%{transform:rotate(180deg);filter:brightness(1.4)}}
.progressive-jackpots h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.progressive-jackpots p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.jackpot-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.jackpot-slot{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.jackpot-slot h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.jackpot-slot p{color:#c0c0c0;line-height:1.6}
.slot-rtp-analysis{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.slot-rtp-analysis::before{content:'📊';position:absolute;bottom:50px;right:45px;font-size:7rem;opacity:0.1;animation:barChart 22s ease-in-out infinite}
@keyframes barChart{0%,100%{transform:scaleX(1)}50%{transform:scaleX(1.15)}}
.slot-rtp-analysis h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-rtp-analysis p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.rtp-rankings{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.rtp-tier{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.rtp-tier h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.rtp-games{background:rgba(255,255,255,0.02);padding:15px;border-radius:10px;margin-top:10px}
.rtp-games p{color:#c0c0c0;line-height:1.6;font-size:14px}
.megaways-mechanics{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.megaways-mechanics::before{content:'🔄';position:absolute;top:70px;right:60px;font-size:6rem;opacity:0.12;animation:megawaySpin 16s linear infinite}
@keyframes megawaySpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.megaways-mechanics h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.megaways-mechanics p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.megaways-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.megaways-game{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.megaways-game h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.megaways-game p{color:#c0c0c0;line-height:1.6}
.slot-betting-strategies{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.slot-betting-strategies::before{content:'💰';position:absolute;top:40px;left:40px;font-size:7rem;opacity:0.1;animation:coinStack 25s ease-in-out infinite}
@keyframes coinStack{0%,100%{transform:translateY(0) scale(1)}25%{transform:translateY(-15px) scale(1.1)}50%{transform:translateY(-30px) scale(1.05)}75%{transform:translateY(-10px) scale(1.15)}}
.slot-betting-strategies h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-betting-strategies p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.betting-strategies{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.strategy-approach{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.strategy-approach h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.strategy-approach p{color:#c0c0c0;line-height:1.6}
.slot-bonus-features{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.slot-bonus-features::before{content:'🎁';position:absolute;bottom:60px;left:50px;font-size:6rem;opacity:0.12;animation:giftShake 19s ease-in-out infinite}
@keyframes giftShake{0%,90%,100%{transform:translateX(0)}5%,85%{transform:translateX(3px)}10%,80%{transform:translateX(-3px)}}
.slot-bonus-features h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-bonus-features p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.bonus-features-guide{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.feature-type{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.feature-type h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.feature-type p{color:#c0c0c0;line-height:1.6}
.mobile-slots-optimization{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.mobile-slots-optimization::before{content:'📱';position:absolute;top:50px;right:40px;font-size:7rem;opacity:0.1;animation:phoneVibrateSlot 14s ease-in-out infinite}
@keyframes phoneVibrateSlot{0%,95%,100%{transform:translateX(0)}2%,92%{transform:translateX(1px)}4%,90%{transform:translateX(-1px)}}
.mobile-slots-optimization h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.mobile-slots-optimization p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.mobile-optimization-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.mobile-aspect{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.mobile-aspect h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.mobile-aspect p{color:#c0c0c0;line-height:1.6}
.slot-tournament-play{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.slot-tournament-play::before{content:'🏆';position:absolute;top:60px;left:30px;font-size:6rem;opacity:0.12;animation:trophyGleam 21s ease-in-out infinite}
@keyframes trophyGleam{0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.08);filter:brightness(1.3)}}
.slot-tournament-play h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-tournament-play p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.tournament-formats{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0}
.tournament-type{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.tournament-type h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.tournament-type p{color:#c0c0c0;line-height:1.6}
.slot-pitfalls-prevention{max-width:1200px;margin:80px auto;padding:60px 20px;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-radius:20px;position:relative}
.slot-pitfalls-prevention::before{content:'⚠️';position:absolute;bottom:50px;right:40px;font-size:6rem;opacity:0.12;animation:warningFlash 10s ease-in-out infinite}
@keyframes warningFlash{0%,85%,100%{opacity:0.12}15%,70%{opacity:0.25}}
.slot-pitfalls-prevention h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.slot-pitfalls-prevention p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.common-slot-mistakes{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;margin:40px 0}
.mistake-scenario{background:rgba(255,255,255,0.03);backdrop-filter:blur(15px);padding:25px;border-radius:15px;border:1px solid rgba(255,215,0,0.1)}
.mistake-scenario h3{color:#ffd700;margin-bottom:15px;font-size:1.3rem}
.mistake-scenario p{color:#c0c0c0;line-height:1.6}
.alternative-slots-perspective{max-width:1200px;margin:80px auto;padding:60px 20px;position:relative}
.alternative-slots-perspective::before{content:'🎲';position:absolute;top:50px;left:40px;font-size:6rem;opacity:0.12;animation:diceRollSlow 23s ease-in-out infinite}
@keyframes diceRollSlow{0%,100%{transform:rotate(0deg)}50%{transform:rotate(180deg)}}
.alternative-slots-perspective h2{font-size:clamp(1.8rem,3.5vw,2.5rem);margin-bottom:30px;color:#ffd700;font-weight:600}
.alternative-slots-perspective p{font-size:18px;margin-bottom:25px;color:#d0d0d0;line-height:1.8}
.site-footer{background:rgba(3,1,0,0.95);backdrop-filter:blur(20px);padding:50px 10px 30px;margin-top:100px}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}
.footer-section h4{color:#ffd700;margin-bottom:20px;font-size:1.2rem;font-weight:600}
.footer-section ul{list-style:none}
.footer-section ul li{margin-bottom:10px}
.footer-section ul li a{color:#c0c0c0;text-decoration:none;transition:color 0.3s ease}
.footer-section ul li a:hover{color:#ffd700}
.footer-section p{color:#c0c0c0;line-height:1.6;font-size:14px}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;gap:15px;align-items:center}
.payment-icons img,.provider-logos img{transition:transform 0.3s ease;filter:grayscale(20%)}
.payment-icons img:hover,.provider-logos img:hover{transform:scale(1.05);filter:grayscale(0%)}
@media (max-width:1080px){
.nav-menu,.auth-buttons.desktop-only{display:none}
.hamburger-menu{display:flex}
.mobile-nav.active{display:flex}
.hero-content{padding:20px 15px}
.top-slots-grid{grid-template-columns:1fr}
.volatility-categories,.jackpot-games,.rtp-rankings,.megaways-features,.betting-strategies,.bonus-features-guide,.mobile-optimization-features,.tournament-formats,.common-slot-mistakes{grid-template-columns:1fr}
}
@media (max-width:768px){
.nav-container{padding:12px 15px}
.slots-overview,.slot-volatility-guide,.slot-rtp-analysis,.slot-betting-strategies,.mobile-slots-optimization,.slot-pitfalls-prevention{margin:40px auto;padding:40px 15px}
.featured-slot-games,.progressive-jackpots,.megaways-mechanics,.slot-bonus-features,.slot-tournament-play,.alternative-slots-perspective{margin:40px auto;padding:40px 15px}
.slots-hero{min-height:70vh}
.hero-content h1{font-size:2rem}
.hero-description{font-size:1.1rem}
.primary-cta{padding:12px 30px;font-size:16px}
.top-slots-grid{gap:20px}
.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}
.payment-icons,.provider-logos{justify-content:center}
}
@media (max-width:480px){
.nav-container{padding:10px}
.brand-logo img{width:100px;height:43px}
.slots-overview::before,.slot-volatility-guide::before,.slot-rtp-analysis::before,.slot-betting-strategies::before,.mobile-slots-optimization::before,.slot-pitfalls-prevention::before,.featured-slot-games::before,.progressive-jackpots::before,.megaways-mechanics::before,.slot-bonus-features::before,.slot-tournament-play::before,.alternative-slots-perspective::before,.slots-hero::before{font-size:4rem}
.hero-content{padding:15px 10px}
.hero-content h1{font-size:1.8rem;line-height:1.2}
.hero-description{font-size:1rem}
.primary-cta{padding:10px 25px;font-size:15px}
.slots-overview,.slot-volatility-guide,.slot-rtp-analysis,.slot-betting-strategies,.mobile-slots-optimization,.slot-pitfalls-prevention{padding:30px 15px}
.featured-slot-games,.progressive-jackpots,.megaways-mechanics,.slot-bonus-features,.slot-tournament-play,.alternative-slots-perspective{padding:30px 15px}
.featured-slot,.volatility-type,.jackpot-slot,.rtp-tier,.megaways-game,.strategy-approach,.feature-type,.mobile-aspect,.tournament-type,.mistake-scenario{padding:20px}
.rtp-games{padding:10px}
}
@media (max-width:320px){
.brand-logo img{width:90px;height:39px}
.hamburger-menu{padding:3px}
.hamburger-menu span{width:20px;height:2px}
.hero-content h1{font-size:1.6rem}
.hero-description{font-size:0.95rem}
.primary-cta{padding:8px 20px;font-size:14px}
.slots-overview h2,.featured-slot-games h2,.slot-volatility-guide h2,.progressive-jackpots h2,.slot-rtp-analysis h2,.megaways-mechanics h2,.slot-betting-strategies h2,.slot-bonus-features h2,.mobile-slots-optimization h2,.slot-tournament-play h2,.slot-pitfalls-prevention h2,.alternative-slots-perspective h2{font-size:1.5rem}
.slots-overview p,.featured-slot-games p,.slot-volatility-guide p,.progressive-jackpots p,.slot-rtp-analysis p,.megaways-mechanics p,.slot-betting-strategies p,.slot-bonus-features p,.mobile-slots-optimization p,.slot-tournament-play p,.slot-pitfalls-prevention p,.alternative-slots-perspective p{font-size:16px}
}