.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:20px 0}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{font-size:1.8rem;font-weight:700;color:#667eea;text-decoration:none;flex-shrink:0}.nav{flex:0 1 auto;max-width:calc(100% - 300px)}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:40px;justify-content:center}.nav-list a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s ease;position:relative}.nav-list a:hover{color:#667eea}.nav-list a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#667eea;transition:width .3s ease}.nav-list a:hover:after{width:100%}.header-actions{flex-shrink:0;margin-left:40px}.menu-toggle{display:none}.menu-toggle-label{display:none;flex-direction:column;cursor:pointer;padding:5px}.menu-toggle-label span{width:25px;height:3px;background:#4a5568;margin:3px 0;transition:.3s;border-radius:2px}.mobile-only{display:none!important}.menu-toggle:checked+.menu-toggle-label span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.menu-toggle:checked+.menu-toggle-label span:nth-child(2){opacity:0}.menu-toggle:checked+.menu-toggle-label span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media(max-width:768px){.header{padding:15px 0}.menu-toggle-label{display:flex;order:3}.nav{position:fixed;top:70px;right:0;width:100%;max-width:300px;height:calc(100vh - 70px);background:#fff;transform:translate(100%);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);border-left:1px solid #e2e8f0;box-shadow:-5px 0 15px #0000001a;z-index:999;flex:none;max-width:none}.nav-open{transform:translate(0)}.nav-list{flex-direction:column;gap:0;padding:20px 0}.nav-list li{width:100%}.nav-list a{display:block;padding:15px 30px;border-bottom:1px solid #f7fafc;transition:background .3s ease}.nav-list a:hover{background:#f7fafc}.nav-list a:after{display:none}.header-actions{display:none}.mobile-only{display:block!important;margin-top:20px;padding:0 30px}.mobile-only .btn{width:100%;margin-top:10px}.logo{font-size:1.5rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#2d3748;color:#fff;padding:20px 0;z-index:1001;box-shadow:0 -5px 20px #0003}.cookie-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cookie-text h3{margin-bottom:10px;color:#87ceeb}.cookie-text p{margin:0;line-height:1.6;color:#e2e8f0}.cookie-text a{color:#87ceeb;text-decoration:underline}.cookie-text a:hover{color:#667eea}.cookie-buttons{display:flex;gap:15px;flex-shrink:0}.cookie-btn{padding:10px 20px;font-size:14px;min-width:100px}@media(max-width:768px){.cookie-content{flex-direction:column;text-align:center;gap:20px}.cookie-buttons{width:100%;justify-content:center}.cookie-btn{flex:1;max-width:120px}}.age-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.age-modal{background:#fff;border-radius:12px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.age-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px;border-radius:12px 12px 0 0;text-align:center}.age-modal-header h2{margin:0;font-size:1.8rem;font-weight:600}.age-modal-body{padding:40px 30px;text-align:center}.age-question{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:15px}.age-description{color:#4a5568;line-height:1.6;margin-bottom:30px}.age-buttons{display:flex;gap:20px;justify-content:center}.age-btn{padding:12px 30px;min-width:100px;font-size:16px}body.modal-open{overflow:hidden}@media(max-width:480px){.age-modal-header{padding:20px}.age-modal-body{padding:30px 20px}.age-buttons{flex-direction:column;gap:15px}.age-btn{width:100%}}.footer{background:#2d3748;color:#fff;padding:60px 0 30px;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-section h3{color:#87ceeb;font-size:1.5rem;margin-bottom:15px}.footer-section h4{color:#87ceeb;font-size:1.2rem;margin-bottom:15px}.footer-section p{color:#cbd5e0;line-height:1.6;margin-bottom:10px}.footer-disclaimer{font-size:.9rem;color:#a0aec0!important;font-style:italic;margin-top:15px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#cbd5e0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#87ceeb}.footer-banners{display:flex;justify-content:center;align-items:center;gap:20px;padding:30px 0;border-top:1px solid #4a5568;flex-wrap:wrap}.footer-banner-age{height:2rem;width:auto}.footer-banner-link{display:inline-block;transition:opacity .3s ease}.footer-banner-link:hover{opacity:.8}.footer-banner-gambleaware{height:1rem;width:auto}.footer-banner-gamcare{height:2rem;width:auto}.footer-bottom{border-top:1px solid #4a5568;padding-top:30px;text-align:center}.footer-bottom p{color:#a0aec0;margin-bottom:5px}.footer-warning{font-size:.9rem;font-style:italic;color:#87ceeb!important;margin-top:10px}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.footer-section ul{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.footer-section ul li{margin-bottom:5px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,1000 1000,0 1000,1000"/></svg>');background-size:cover}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-text p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.hero-image img{width:100%;height:auto;display:block}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-image img{width:100%;height:auto;display:block}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#2d3748}.about-text p{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:1.5rem}.leaderboard-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.leaderboard-table table{width:100%;border-collapse:collapse}.leaderboard-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;text-align:left;font-weight:600}.leaderboard-table td{padding:20px;border-bottom:1px solid #e2e8f0}.leaderboard-table tr:last-child td{border-bottom:none}.leaderboard-table tr:hover{background:#f7fafc}.rank{font-weight:700;color:#667eea}.trust-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.trust-feature{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}.trust-feature:hover{transform:translateY(-5px)}.trust-feature i{font-size:3rem;color:#667eea;margin-bottom:20px}.trust-feature h3{font-size:1.3rem;margin-bottom:10px;color:#2d3748}.trust-feature p{color:#718096;line-height:1.6}.featured-section{background:linear-gradient(#0009,#0009),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23667eea" width="1200" height="600"/><circle fill="%23764ba2" cx="300" cy="150" r="100"/><circle fill="%2387ceeb" cx="900" cy="450" r="150"/></svg>');background-size:cover;background-position:center;color:#fff;text-align:center;padding:120px 0}.featured-content h2{font-size:3rem;margin-bottom:1.5rem}.featured-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.testimonials-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.testimonials-list{display:flex;flex-direction:column;gap:30px}.testimonial{background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 20px #00000014}.testimonial-header{display:flex;align-items:center;margin-bottom:15px}.testimonial-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-right:15px}.testimonial-info h4{color:#2d3748;margin-bottom:5px}.testimonial-info .location{color:#718096;font-size:.9rem}.testimonial p{color:#4a5568;line-height:1.6;font-style:italic}.testimonial-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.testimonial-image img{width:100%;height:auto;display:block}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 5px 20px #00000014}.faq-item h3{color:#2d3748;margin-bottom:15px;font-size:1.3rem}.faq-item p{color:#4a5568;line-height:1.6}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-email{font-size:1.5rem;color:#667eea;text-decoration:none;font-weight:600;display:inline-block;margin:20px 0;word-break:break-all}.contact-email:hover{text-decoration:underline}@media(max-width:768px){.hero-content,.about-content,.testimonials-content{grid-template-columns:1fr;gap:40px}.hero{padding:80px 0}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.trust-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.featured-content h2{font-size:2rem}.featured-content p{font-size:1.1rem}}@media(max-width:480px){.hero-text h1{font-size:2rem}.section-title{font-size:1.8rem}.trust-feature{padding:20px 15px}.faq-item,.testimonial{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6;color:#333}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2d3748}.section-subtitle{font-size:1.2rem;color:#718096;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:linear-gradient(135deg,#87ceeb,#4682b4)}.btn-secondary:hover{box-shadow:0 10px 25px #87ceeb4d}.highlight{color:#667eea;font-weight:700}.disclaimer{background:#f7fafc;border-left:4px solid #667eea;padding:16px;margin:24px 0;border-radius:4px;font-style:italic;color:#4a5568}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}@media(max-width:480px){.section{padding:40px 0}.section-title{font-size:1.8rem}}
