.app{min-height:100vh;position:relative}.app.blur-background{filter:blur(5px);overflow:hidden}.header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 20px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#06c;text-decoration:none;transition:color .3s ease}.logo:hover{color:red}.nav{display:flex;align-items:center;gap:2rem}.nav-group{display:flex;align-items:center;gap:1rem;position:relative}.nav-group:not(:last-child):after{content:"";position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#0003}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;color:#333;text-decoration:none;font-weight:500;transition:all .3s ease}.nav-link:hover{background:red;color:#fff;transform:translateY(-2px)}.nav-link:hover .nav-icon{transform:scale(1.2)}.nav-icon{width:18px;height:18px;transition:transform .3s ease}.nav-link.cta{background:red;color:#fff;font-weight:600}.nav-link.cta:hover{background:#c00;transform:translateY(-2px)}.burger-menu{display:none;flex-direction:column;cursor:pointer;padding:.5rem;position:relative;z-index:1001}.burger-line{width:25px;height:3px;background:#333;margin:3px 0;transition:.4s;position:relative}.burger-checkbox{display:none}@media(max-width:900px){.burger-menu{display:flex}.nav{position:fixed;top:0;right:0;width:100%;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:6rem 2rem 2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);overflow-y:auto;z-index:1000}.burger-checkbox:checked~.nav{transform:translate(0)}.burger-checkbox:checked~.burger-menu .burger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger-checkbox:checked~.burger-menu .burger-line:nth-child(2){transform:scale(0)}.burger-checkbox:checked~.burger-menu .burger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-group{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.nav-group:not(:last-child):after{display:none}.nav-link{width:100%;padding:.8rem 1rem}body.menu-open{overflow:hidden}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);overflow:hidden}.hero-background{position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2300d4ff;stop-opacity:0.1" /><stop offset="100%" style="stop-color:%230066cc;stop-opacity:0.1" /></linearGradient></defs><rect width="100%" height="100%" fill="url(%23grad1)"/><circle cx="200" cy="200" r="100" fill="%2300d4ff" opacity="0.1"/><circle cx="1000" cy="600" r="150" fill="%230066cc" opacity="0.1"/></svg>') center/cover;opacity:.3}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#00d4ff,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#fffc}.hero-warning{margin:0 0 1.5rem;font-size:.9rem;color:#fee2e2;background:#ef44442e;border-radius:999px;display:block;padding:.4rem 1rem;border:1px solid rgba(248,113,113,.6)}.hero-cta{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;margin:0 auto}.features-section{background:#0f0f0f}.worlds-section{background:#05070d}.worlds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:2.5rem}.world-card{background:#ffffff0a;border-radius:14px;overflow:hidden;border:1px solid rgba(0,212,255,.18);box-shadow:0 18px 40px #00000080;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.world-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px #000000b3;border-color:#00d4ff66}.world-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat}.world-card h3{padding:1.25rem 1.5rem .25rem;color:#00d4ff}.world-card p{padding:0 1.5rem 1.5rem;color:#fffc}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#00d4ff;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#ffffff0d;padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#00d4ff4d}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#00d4ff;margin-bottom:1rem}.feature-card p{color:#ffffffb3}.about-section{background:#1a1a1a}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{color:#00d4ff;margin-bottom:1.5rem}.about-text p{color:#fffc;margin-bottom:1.5rem}.about-highlight{display:flex;gap:1rem;margin-top:2rem}.badge{background:#00d4ff33;color:#00d4ff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(0,212,255,.3)}.about-image{position:relative}.about-image-photo{width:100%;height:100%;max-height:320px;border-radius:12px;object-fit:cover;display:block;box-shadow:0 18px 40px #0009}.how-section{background:#050812}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.75rem;margin-top:2.5rem}.how-step{background:#ffffff0a;border-radius:12px;padding:1.75rem 1.5rem;border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}.how-step:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(0,212,255,.2),transparent 60%);opacity:.6;pointer-events:none}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#00d4ff,#06c);color:#000;font-weight:700;margin-bottom:1rem}.how-step h3{position:relative;z-index:1;color:#00d4ff;margin-bottom:.75rem}.how-step p{position:relative;z-index:1;color:#fffc}.contact-section{background:#0a0a0a}.challenges-section{background:#050509}.challenges-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:center;margin-top:2.5rem}.challenges-text h3{color:#00d4ff;margin-bottom:.5rem}.challenges-text p{color:#fffc;margin-bottom:1.5rem}.challenges-image-wrapper{border-radius:18px;overflow:hidden;border:1px solid rgba(0,212,255,.3);box-shadow:0 22px 60px #000000b3}.challenges-image{display:block;width:100%;height:100%;object-fit:cover}.safety-section{background:#05070b}.safety-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.75rem;margin-top:2.5rem}.safety-card{background:#ffffff0a;border-radius:12px;padding:1.75rem 1.5rem;border:1px solid rgba(255,255,255,.12)}.safety-card h3{color:#00d4ff;margin-bottom:.75rem}.safety-card p{color:#fffc}.faq-section{background:#05060a}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;margin-top:2.5rem}.faq-item{background:#ffffff0a;border-radius:12px;padding:1.75rem 1.5rem;border:1px solid rgba(255,255,255,.12)}.faq-item h3{color:#00d4ff;margin-bottom:.75rem}.faq-item p{color:#fffc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{color:#00d4ff;margin-bottom:1.5rem}.contact-info p{color:#fffc;margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{margin-bottom:1.5rem;color:#fffc}.contact-item a{color:#00d4ff;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#00d4ff;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00d4ff;box-shadow:0 0 0 2px #00d4ff33}.checkbox-group{display:flex;align-items:flex-start;gap:.5rem}.checkbox-group input[type=checkbox]{width:auto;margin-top:.25rem}.checkbox-group label{margin-bottom:0;color:#fffc;font-size:.9rem}.checkbox-group a{color:#00d4ff;text-decoration:none}.checkbox-group a:hover{text-decoration:underline}.footer{background:#000;padding:3rem 0 1rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-nav{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-section h4{color:#00d4ff;margin-bottom:1rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00d4ff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.9rem}.footer-bottom p{margin:.5rem 0}.footer-logos{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.footer-logo{display:block;height:auto}.footer-logo-18{height:2rem}.footer-logo-gambleaware{height:1rem}.footer-logo-gamcare{height:2rem}.disclaimer{background:#ff00001a;border:1px solid rgba(255,0,0,.3);padding:1rem;border-radius:8px;margin:1rem 0;font-size:.85rem;line-height:1.4}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000f2;color:#fff;padding:1rem;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text p{margin:0;font-size:.9rem}.cookie-text a{color:#00d4ff;text-decoration:none}.cookie-text a:hover{text-decoration:underline}.cookie-actions{display:flex;gap:1rem}.age-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.age-modal{background:#1a1a1a;padding:3rem;border-radius:12px;text-align:center;max-width:400px;width:90%;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #00000080}.age-modal h2{color:#00d4ff;margin-bottom:1rem}.age-modal p{color:#fffc;margin-bottom:2rem}.age-modal .btn{margin:0 .5rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.about-content,.contact-content,.challenges-layout{grid-template-columns:1fr;gap:2rem}.footer-nav{flex-direction:column;gap:1.5rem}.cookie-content{flex-direction:column;text-align:center}.cookie-actions{justify-content:center}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.age-modal{padding:2rem 1.5rem}}html{scroll-behavior:smooth}body{margin:0;padding:0;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;background-color:#0a0a0a;color:#fff;overflow-x:hidden}*{box-sizing:border-box}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0 0 1rem;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#00d4ff,#06c);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff4d}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}@media(max-width:768px){.container{padding:0 1rem}h1{font-size:2rem}h2{font-size:1.5rem}.section{padding:2rem 0}}
