a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%;font-weight:700;overflow-x:hidden}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Montserrat;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#2d2d2d;background-color:#f8f8f8;position:relative;width:100vw}a{color:#ff4500;text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}.age-verification{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000}.age-verification-content{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 20px #0000004d;text-align:center;width:80vw;max-width:450px;font-family:Montserrat,sans-serif;position:relative}.age-verification-content h2{font-size:22px;margin-bottom:20px;color:#333}.age-verification-content p{font-size:16px;margin-bottom:25px;color:#555}.age-buttons{margin-top:25px;display:flex;justify-content:center;gap:20px}.btn{margin:0;padding:10px 30px;border:none;border-radius:5px;cursor:pointer;font-weight:700;font-size:16px;box-shadow:0 2px 5px #0003;transition:background-color .3s}.btn-yes{background-color:green;color:#fff}.btn-yes:hover{background-color:#006400}.btn-no{background-color:red;color:#fff}.btn-no:hover{background-color:#8b0000}.btn-primary{background-color:#ff4500;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:700}#cannotAccessModal{z-index:10001}#cannotAccessModal .btn-yes{background-color:#00f;color:#fff}#cannotAccessModal .btn-yes:hover{background-color:#00d}header{background-color:#2d2d2d;color:#fff;padding:15px 0}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;position:relative}.logo{font-size:24px;font-weight:700}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:200}.hamburger-menu span{display:block;height:3px;width:100%;background-color:#fff;transition:all .3s ease}.hamburger-menu.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}nav ul{display:flex;gap:20px}nav ul li a{color:#fff;text-decoration:none}nav ul li a:hover{text-decoration:underline}.container{width:80vw;max-width:800px;margin:0 auto;padding:30px 20px;background-color:#fff;box-shadow:0 0 10px #0000001a}h1,h2{margin-top:40px;margin-bottom:15px}.container h1{font-size:1.9em}h2{font-size:22px}p{margin-bottom:15px}.feature-list,.privacy-points{line-height:2}.app-download{margin:30px 0;padding:20px;background-color:#f8f8f8;border-radius:8px}.email-form{margin:20px 0;display:flex;flex-direction:column;gap:10px}input[type=email]{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.steps{margin:20px 0}.step{margin-bottom:20px;padding-left:10px;border-left:3px solid #FF4500}.faqs{margin:20px 0}.faqs p{margin-bottom:20px}.legal{background-color:#f0f0f0;padding:20px;text-align:center;font-size:14px}footer{background-color:#2d2d2d;color:#fff;padding:20px;text-align:center}.footer-links{margin-bottom:15px}.footer-links a{color:#fff;margin:0 5px}@media (max-width: 768px){.hamburger-menu{display:flex}nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#2d2d2d;padding:60px 20px 20px;transition:right .3s ease;z-index:100;box-shadow:-5px 0 15px #0003}nav.active{right:0}nav ul{flex-direction:column;gap:15px}nav ul li{width:100%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{flex-direction:row;align-items:center;justify-content:space-between}h1{font-size:24px}h2{font-size:20px}.email-form{flex-direction:column}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;z-index:50}.overlay.active{display:block}}@media (min-width: 768px){.email-form{flex-direction:row}.email-form button{flex-shrink:0}}.mobile-image-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:10001;display:flex;justify-content:center;align-items:center}.mobile-image-overlay img{max-width:100%;max-height:100%;pointer-events:none}
