/* WinMatch Casino - Minified CSS */
*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);box-shadow:0 2px 10px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo img{height:50px;width:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s ease}.nav-menu a:hover{color:#ffd700}.auth-buttons{display:flex;gap:1rem}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,107,0.4)}.btn-secondary{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,0.4)}.btn-login{background:transparent;color:#fff;border:2px solid #fff}.btn-login:hover{background:#fff;color:#1a1a2e}.btn-register{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#1a1a2e}.btn-register:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,215,0,0.4)}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.hero{background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);color:#fff;padding:4rem 2rem;border-radius:15px;margin:2rem 0;text-align:center;position:relative;overflow:hidden}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:0.9}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero-stats{display:flex;justify-content:center;gap:3rem;margin:3rem 0;flex-wrap:wrap}.stat-item{text-align:center;background:rgba(255,255,255,0.1);padding:1.5rem;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,0.3);min-width:150px;transition:all 0.3s ease}.stat-item:hover{transform:translateY(-5px);background:rgba(255,255,255,0.15);border-color:rgba(255,215,0,0.6)}.stat-number{font-size:2rem;font-weight:bold;color:#ffd700;margin-bottom:0.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.stat-label{font-size:0.9rem;opacity:0.8}.section{padding:3rem 0;margin:2rem 0}.section h2{text-align:center;margin-bottom:2rem;color:#1a1a2e;font-size:2.5rem}.section h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.15)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{color:#1a1a2e;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.feature-highlight{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#1a1a2e;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.8rem;font-weight:600;margin-top:1rem;display:inline-block}.registration-process{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:3rem;border-radius:10px;margin:3rem 0}.registration-process h2{color:#fff;text-align:center;margin-bottom:2rem}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.process-step{text-align:center;padding:1.5rem;background:rgba(255,255,255,0.1);border-radius:10px;backdrop-filter:blur(10px)}.step-number{font-size:2rem;font-weight:bold;color:#ffd700;margin-bottom:1rem}.step-title{font-size:1.2rem;margin-bottom:1rem;font-weight:600}.step-description{opacity:0.9;line-height:1.6}.advantages{background:#f8f9fa;padding:3rem;border-radius:10px;margin:3rem 0}.advantages h2{text-align:center;margin-bottom:2rem;color:#1a1a2e}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.advantage-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,0.1);border-left:4px solid #ffd700}.advantage-item h3{color:#1a1a2e;margin-bottom:1rem}.advantage-item p{color:#666;line-height:1.6}.faq{background:#fff;padding:3rem;border-radius:10px;margin:3rem 0;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.faq h2{text-align:center;margin-bottom:2rem;color:#1a1a2e}.faq-item{margin-bottom:1.5rem;border:1px solid #e9ecef;border-radius:5px;overflow:hidden}.faq-question{background:#f8f9fa;padding:1rem;cursor:pointer;font-weight:600;color:#1a1a2e;transition:background 0.3s ease}.faq-question:hover{background:#e9ecef}.faq-answer{padding:1rem;color:#666;line-height:1.6;display:none}.faq-answer.active{display:block}.cta{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%);color:#fff;padding:3rem;border-radius:10px;text-align:center;margin:3rem 0}.cta h2{color:#fff;margin-bottom:1rem}.cta p{font-size:1.1rem;margin-bottom:2rem;opacity:0.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:#1a1a2e;color:#fff;padding:3rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 2rem}.footer-section h3{color:#ffd700;margin-bottom:1rem}.footer-section p,.footer-section a{color:#ccc;text-decoration:none;line-height:1.6;margin-bottom:0.5rem;display:block}.footer-section a:hover{color:#ffd700}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #333;color:#999}.breadcrumb{background:#f8f9fa;padding:1rem 2rem;margin-bottom:2rem}.breadcrumb ol{list-style:none;display:flex;gap:0.5rem;margin:0;padding:0}.breadcrumb li:not(:last-child)::after{content:'>';margin-left:0.5rem;color:#666}.breadcrumb a{color:#667eea;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#666}.error-page{text-align:center;padding:4rem 2rem}.error-content h1{font-size:4rem;color:#ff6b6b;margin-bottom:1rem}.error-content h2{color:#1a1a2e;margin-bottom:1rem}.error-content p{color:#666;margin-bottom:2rem;font-size:1.1rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.featured-games{background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);padding:4rem 2rem;margin:4rem 0;border-radius:20px;position:relative;overflow:hidden;border:2px solid rgba(255,215,0,0.3);box-shadow:0 20px 60px rgba(0,0,0,0.4)}.featured-games::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,215,0,0.3)"/><circle cx="5" cy="5" r="0.5" fill="rgba(255,215,0,0.2)"/><circle cx="15" cy="15" r="0.5" fill="rgba(255,215,0,0.2)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');opacity:0.6}.section-header{text-align:center;margin-bottom:3rem;position:relative;z-index:2}.section-header h2{color:#ffd700;font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.section-subtitle{color:rgba(255,255,255,0.9);font-size:1.2rem;margin:0}.games-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;position:relative;z-index:2}.game-card{background:linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));padding:2rem;border-radius:15px;text-align:center;position:relative;backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,0.3);box-shadow:0 10px 30px rgba(0,0,0,0.3);transition:all 0.3s ease}.game-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.4);border-color:rgba(255,215,0,0.6)}.game-card.featured{background:linear-gradient(135deg,#ff6b6b,#ff8e53);transform:scale(1.05);box-shadow:0 15px 40px rgba(255,107,107,0.4)}.game-icon{font-size:3rem;margin-bottom:1rem;display:block;animation:bounce 2s infinite}.game-card h3{color:white;font-size:1.5rem;margin-bottom:0.5rem;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.game-card p{color:rgba(255,255,255,0.8);margin-bottom:1rem}.game-stats{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stat{background:rgba(255,255,255,0.1);padding:0.5rem 1rem;border-radius:15px;font-size:0.9rem;color:#ffd700;border:1px solid rgba(255,215,0,0.3)}.play-button{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#1a1a2e;padding:0.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all 0.3s ease;display:inline-block}.play-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,215,0,0.4)}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.winning-moments{background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);padding:4rem 2rem;margin:4rem 0;border-radius:20px;position:relative;overflow:hidden;border:2px solid rgba(255,215,0,0.3);box-shadow:0 20px 60px rgba(0,0,0,0.4)}.winning-moments::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,215,0,0.3)"/><circle cx="5" cy="5" r="0.5" fill="rgba(255,215,0,0.2)"/><circle cx="15" cy="15" r="0.5" fill="rgba(255,215,0,0.2)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');opacity:0.6}.winning-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.header-badge{display:inline-flex;align-items:center;gap:0.5rem;background:linear-gradient(45deg,#ff6b6b,#ff8e53);color:white;padding:0.5rem 1.5rem;border-radius:25px;font-size:0.9rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 15px rgba(255,107,107,0.4);animation:pulse-glow 2s infinite}.badge-icon{font-size:1.2rem}.winning-header h2{color:#ffd700;font-size:3rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.5);line-height:1.2}.winning-subtitle{color:rgba(255,255,255,0.9);font-size:1.3rem;margin:0;max-width:800px;margin:0 auto;line-height:1.6}.winning-content{position:relative;z-index:2}.story-highlight{background:linear-gradient(135deg,rgba(255,107,107,0.1),rgba(255,142,83,0.1));padding:3rem;border-radius:20px;margin-bottom:3rem;border:1px solid rgba(255,107,107,0.3);position:relative;overflow:hidden}.story-highlight::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="rgba(255,215,0,0.2)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:0.3}.story-quote{position:relative;z-index:2}.quote-mark{font-size:4rem;color:#ffd700;font-family:serif;line-height:1;display:block;margin-bottom:1rem}.quote-text{font-size:1.4rem;color:white;font-style:italic;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.quote-author{display:flex;align-items:center;gap:1.5rem}.author-avatar{font-size:3rem;background:linear-gradient(45deg,#ffd700,#ffed4e);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(255,215,0,0.3)}.author-info h4{color:white;font-size:1.3rem;margin-bottom:0.5rem;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.author-info p{color:rgba(255,255,255,0.8);margin-bottom:0.5rem;font-size:0.9rem}.win-amount{font-size:1.5rem;font-weight:bold;color:#ffd700;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.winners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:3rem}.winner-story{background:linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));padding:2.5rem;border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,0.3);box-shadow:0 10px 30px rgba(0,0,0,0.3);transition:all 0.3s ease;position:relative;overflow:hidden}.winner-story:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.4);border-color:rgba(255,215,0,0.6)}.story-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.winner-avatar{font-size:2.5rem}.story-badge{background:linear-gradient(45deg,#ffd700,#ffed4e);color:#1a1a2e;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.winner-story h3{color:white;font-size:1.4rem;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.story-text{color:rgba(255,255,255,0.9);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.story-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.story-stats .stat-item{text-align:center;background:rgba(255,255,255,0.1);padding:1rem;border-radius:10px;border:1px solid rgba(255,215,0,0.3);min-width:80px}.stat-value{display:block;font-size:1.2rem;font-weight:bold;color:#ffd700;margin-bottom:0.3rem;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.stat-label{font-size:0.8rem;color:rgba(255,255,255,0.7);text-transform:uppercase;letter-spacing:0.5px}.winning-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.fact-card{background:linear-gradient(135deg,rgba(255,255,255,0.1),rgba(255,255,255,0.05));padding:2rem;border-radius:15px;display:flex;align-items:center;gap:1.5rem;backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,0.3);transition:all 0.3s ease}.fact-card:hover{transform:translateY(-3px);border-color:rgba(255,215,0,0.6);box-shadow:0 10px 25px rgba(0,0,0,0.3)}.fact-icon{font-size:2.5rem;background:linear-gradient(45deg,#ffd700,#ffed4e);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(255,215,0,0.3)}.fact-content h4{color:white;font-size:1.3rem;margin-bottom:0.5rem;text-shadow:0 1px 2px rgba(0,0,0,0.5)}.fact-content p{color:rgba(255,255,255,0.8);font-size:0.9rem;margin:0}.cta-section{text-align:center;background:linear-gradient(135deg,rgba(255,107,107,0.1),rgba(255,142,83,0.1));padding:3rem;border-radius:20px;border:1px solid rgba(255,107,107,0.3)}.cta-section h3{color:#ffd700;font-size:2rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.cta-section p{color:rgba(255,255,255,0.9);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.banner-image-section{margin:3rem 0;position:relative;z-index:2}.banner-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,0.4);border:2px solid rgba(255,215,0,0.3)}.banner-image{width:100%;height:300px;object-fit:cover;display:block;transition:transform 0.3s ease}.banner-container:hover .banner-image{transform:scale(1.05)}.banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.7) 100%);display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.banner-container:hover .banner-overlay{background:linear-gradient(135deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 100%)}.banner-content{text-align:center;color:white;padding:2rem}.banner-content h3{font-size:2.5rem;margin-bottom:1rem;color:#ffd700;text-shadow:0 2px 4px rgba(0,0,0,0.8);font-weight:700}.banner-content p{font-size:1.3rem;margin:0;text-shadow:0 1px 2px rgba(0,0,0,0.8);font-weight:500}@keyframes pulse-glow{0%,100%{box-shadow:0 5px 15px rgba(255,107,107,0.4)}50%{box-shadow:0 5px 25px rgba(255,107,107,0.6)}}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{flex-direction:column;text-align:center;gap:1rem}.hero{grid-template-columns:1fr;text-align:center;padding:2rem 0}.hero-title{font-size:2.5rem}.title-line-2{font-size:2.5rem}.title-line-3{font-size:1.2rem}.hero-stats{flex-direction:column;gap:1rem;align-items:center}.stat-item{width:200px}.games-showcase{grid-template-columns:1fr;gap:1.5rem}.game-card.featured{transform:none}.game-card.featured:hover{transform:translateY(-5px)}.section-header h2{font-size:2rem}.winning-moments{padding:2rem 1rem;margin:2rem 0}.winning-header h2{font-size:2rem}.winning-subtitle{font-size:1.1rem}.story-highlight{padding:2rem}.quote-text{font-size:1.2rem}.quote-author{flex-direction:column;text-align:center;gap:1rem}.winners-grid{grid-template-columns:1fr;gap:1.5rem}.winner-story{padding:2rem}.story-stats{justify-content:center}.winning-facts{grid-template-columns:1fr;gap:1rem}.fact-card{padding:1.5rem}.cta-section{padding:2rem}.cta-section h3{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.banner-image{height:200px}.banner-content h3{font-size:1.8rem}.banner-content p{font-size:1.1rem}}
