.header{position:fixed;top:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #374151;z-index:100}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{text-decoration:none}.logo-text{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#e5e7eb;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#10b981}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#10b981;border-radius:1px}.nav-actions{display:flex;align-items:center;gap:1rem}.age-badge{background:#dc2626;color:#fff;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:600}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:4px;gap:4px}.menu-toggle span{width:24px;height:3px;background:#10b981;border-radius:2px;transition:all .3s ease}@media (max-width: 768px){.nav{position:fixed;top:100%;left:0;right:0;background:#000000fa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid #374151}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{font-size:1.125rem;padding:.5rem 0}.nav-actions{gap:.75rem}.menu-toggle{display:flex}.logo-text{font-size:1.5rem}}@media (max-width: 480px){.nav-wrapper{padding:.75rem 0}.logo-text{font-size:1.25rem}.btn{padding:8px 16px;font-size:.875rem}}.footer{background:#111827;border-top:1px solid #374151;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#10b981;font-size:1.25rem;margin-bottom:1rem}.footer-section h5{color:#fff;font-size:1rem;margin-bottom:.5rem;margin-top:1rem}.footer-section p{color:#9ca3af;line-height:1.5;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a,.regulatory-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.regulatory-links a:hover{color:#10b981}.regulatory-info{margin-top:1.5rem}.regulatory-links{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.experience{font-weight:600;color:#10b981}.support-hours{color:#10b981;font-weight:500;margin-top:.5rem}.footer-bottom{border-top:1px solid #374151;padding-top:2rem}.footer-disclaimers{margin-bottom:1.5rem}.disclaimer-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.badge{padding:6px 12px;border-radius:20px;font-size:.875rem;font-weight:600}.age-badge{background:#dc2626;color:#fff}.no-money-badge{background:#7c2d12;color:#fed7aa}.no-cashout-badge{background:#991b1b;color:#fecaca}.responsible-badge{background:#065f46;color:#d1fae5}.disclaimer-text p{color:#9ca3af;font-size:.875rem;line-height:1.6}.disclaimer-text strong{color:#fff}.footer-copyright{text-align:center}.footer-copyright p{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.disclaimer-badges{justify-content:center}.regulatory-links{align-items:flex-start}}@media (max-width: 480px){.disclaimer-badges{flex-direction:column;align-items:flex-start}.badge{font-size:.8rem;padding:4px 10px}}.cookie-popup{position:fixed;bottom:20px;right:20px;background:#1f2937;border:1px solid #10B981;border-radius:12px;padding:1.5rem;max-width:350px;z-index:1000;box-shadow:0 4px 12px #0000004d}.cookie-content h4{color:#10b981;font-size:1.125rem;margin-bottom:.75rem}.cookie-content p{color:#d1d5db;font-size:.875rem;margin-bottom:1rem;line-height:1.4}.cookie-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-buttons .btn{padding:8px 16px;font-size:.875rem;flex:1;min-width:100px}@media (max-width: 480px){.cookie-popup{bottom:15px;right:15px;left:15px;max-width:none}.cookie-buttons{flex-direction:column}}.responsible-banner{background:linear-gradient(90deg,#065f46,#047857);border-bottom:1px solid #10b981;padding:8px 0;position:relative;width:100%}.banner-content{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.banner-text{color:#d1fae5;font-size:.875rem;font-weight:500}.banner-link{color:#fff;text-decoration:none;font-weight:600;padding:4px 12px;border:1px solid rgba(255,255,255,.3);border-radius:4px;transition:all .3s ease}.banner-link:hover{background:#ffffff1a;border-color:#ffffff80}@media (max-width: 768px){.banner-content{flex-direction:column;gap:.5rem}.banner-text{text-align:center;font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#fff;background-color:#000;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem;color:#fff}h1{font-size:3rem;font-weight:700}h2{font-size:2.25rem;font-weight:600}h3{font-size:1.875rem;font-weight:600}h4{font-size:1.5rem;font-weight:500}p{margin-bottom:1rem;line-height:1.5;color:#e5e7eb}.btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#059669,#065f46);transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-secondary{background:transparent;border:2px solid #10B981;color:#10b981}.btn-secondary:hover{background:#10b981;color:#fff}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:2rem;transition:all .3s ease}.card:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 8px 25px #0000004d}.card h3{color:#10b981;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:#fff;font-weight:500}.form-input{width:100%;padding:12px 16px;border:2px solid #374151;border-radius:8px;background:#1f2937;color:#fff;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{min-height:120px;resize:vertical}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:2rem;max-width:500px;width:100%;text-align:center;position:relative}.modal h2{color:#10b981;margin-bottom:1rem}.modal-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem}.alert-warning{background:#f59e0b1a;border:1px solid #F59E0B;color:#fde68a}.alert-info{background:#3b82f61a;border:1px solid #3B82F6;color:#dbeafe}.alert-success{background:#10b9811a;border:1px solid #10B981;color:#d1fae5}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:60px 0}.modal{padding:1.5rem}.modal-buttons{flex-direction:column}}@media (max-width: 480px){.container{padding:0 15px}.btn{padding:10px 20px;font-size:.9rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.italic{font-style:italic}
