:root{--bg-color: #000000;--text-primary: #f5f5f7;--text-secondary: #86868b;--accent-pink: #FF3366;--accent-green: #34C759;--accent-blue: #0A84FF;--accent-orange: #FF9F0A;--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08);--glass-blur: blur(20px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}html{overflow-x:hidden}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.glass-panel{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:24px;transform:translateZ(0);will-change:transform}.box-shadow-xl{box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d}.btn-primary{background:var(--text-primary);color:var(--bg-color);padding:14px 28px;border-radius:100px;font-weight:600;font-size:17px;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease}.btn-primary:hover{transform:scale(1.05);background:#fff}.gradient-text{background:linear-gradient(135deg,var(--accent-pink),var(--accent-orange));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mesh-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;background-color:var(--bg-color)}.mesh-bg:before,.mesh-bg:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(100px);opacity:.5;animation:float 20s infinite alternate ease-in-out}.mesh-bg:before{background:radial-gradient(circle,#f366,#f360 70%);top:-200px;left:-200px}.mesh-bg:after{background:radial-gradient(circle,#34c7594d,#34c75900 70%);bottom:-200px;right:-200px;animation-delay:-10s}@keyframes float{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(100px,50px,0) scale(1.1)}to{transform:translate3d(-50px,150px,0) scale(.9)}}.section{padding:120px 0}.heading-xl{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:24px}.heading-lg{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:20px}.heading-md{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;line-height:1.3;margin-bottom:16px}.text-lg{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--text-secondary);line-height:1.5;font-weight:400}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;padding:24px 0;border-bottom:1px solid transparent}.header.scrolled{padding:16px 0;background:#0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.header-content{display:flex;align-items:center;justify-content:space-between}.logo-link{display:flex;align-items:center;gap:12px}.logo-box{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .2s}.logo-link:hover .logo-box{transform:scale(1.05)}.logo-img{width:24px;height:24px;object-fit:contain}.logo-text{font-weight:700;font-size:20px;letter-spacing:-.5px}@media(max-width:600px){.logo-text{display:none}}.header-nav{display:none;align-items:center;gap:32px;font-size:14px;font-weight:500;color:var(--text-secondary)}@media(min-width:768px){.header-nav{display:flex}}.header-nav a{transition:color .2s}.header-nav a:hover{color:#fff}.header-download{font-size:14px;padding:10px 20px;background:#fff;color:#000}.header-right{display:flex;align-items:center;gap:12px}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;cursor:pointer;transition:background .2s}.mobile-menu-btn:hover{background:#ffffff1f}@media(max-width:767px){.header-download{display:none}.mobile-menu-btn{display:flex}}.mobile-menu{position:fixed;inset:0;z-index:49;background:#000000d9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;justify-content:center}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;padding:0 32px}.mobile-menu-link{font-size:22px;font-weight:500;color:var(--text-secondary);padding:16px 0;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s}.mobile-menu-link:hover{color:#fff}.mobile-menu-download{margin-top:24px;font-size:16px;padding:14px 40px;background:#fff;color:#000;width:100%;text-align:center}.hero{position:relative;padding-top:160px;padding-bottom:96px;min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}@media(max-width:767px){.hero{padding-bottom:48px}}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:64px}@media(min-width:1024px){.hero-content{flex-direction:row}}.hero-text-col{flex:1;text-align:center}@media(min-width:1024px){.hero-text-col{text-align:left}}.hero-title{margin-bottom:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;margin-bottom:32px;font-size:14px;font-weight:500;color:var(--text-secondary)}.icon-pink{color:var(--accent-pink)}.hero-subtext{margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero-subtext{margin-left:0}}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:16px;justify-content:center}@media(min-width:640px){.hero-actions{flex-direction:row}}@media(min-width:1024px){.hero-actions{justify-content:flex-start}}.hero-btn{width:100%;height:56px;padding:0 32px;font-size:18px;gap:12px}@media(min-width:640px){.hero-btn{width:auto}}.hero-btn svg{width:20px;height:20px}.hero-link{padding:16px 24px;font-weight:500;opacity:.7;transition:opacity .2s}.hero-link:hover{opacity:1}.hero-image-col{flex:1;position:relative;width:100%;max-width:500px;display:flex;justify-content:center}@media(min-width:1024px){.hero-image-col{max-width:none}}.hero-glow{position:absolute;inset:0;background:linear-gradient(to top right,var(--accent-pink),var(--accent-orange));opacity:.2;filter:blur(100px);border-radius:50%;transform:scale(.75)}.hero-device-img{position:relative;z-index:10;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.5));max-height:600px;transform:translateZ(0);will-change:transform}.hero-floating-nomi{position:absolute;top:10%;right:-40px;z-index:20;padding:16px;border-radius:24px;transform:translateZ(0);will-change:transform}.hero-floating-nomi img{width:96px;height:96px;object-fit:contain}.testimonials-section{padding-top:96px;padding-bottom:96px;background-color:#0006;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);overflow:hidden;transform:translateZ(0)}.testimonials-header-container{margin-bottom:48px;text-align:center}.marquee-wrapper{position:relative;display:flex;width:100%;overflow:hidden;transform:translateZ(0)}.marquee-fade-left{position:absolute;left:0;top:0;bottom:0;width:128px;background:linear-gradient(to right,var(--bg-color),transparent);z-index:10;pointer-events:none}.marquee-fade-right{position:absolute;right:0;top:0;bottom:0;width:128px;background:linear-gradient(to left,var(--bg-color),transparent);z-index:10;pointer-events:none}.marquee-track{display:flex;white-space:nowrap;padding:16px 0;transform:translateZ(0);will-change:transform}.testimonial-card{padding:24px;display:flex;flex-direction:column;gap:16px;min-width:320px;max-width:320px;flex-shrink:0;margin:0 16px;position:relative;overflow:hidden;transition:transform .3s ease;will-change:transform}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-glow{position:absolute;inset:0;background:linear-gradient(to bottom right,var(--glass-bg),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.testimonial-card:hover .testimonial-glow{opacity:1}.testimonial-header{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(to top right,var(--accent-pink),var(--accent-orange));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 4px 6px -1px #00000080}.testimonial-author{display:flex;flex-direction:column}.testimonial-name{font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:192px}.testimonial-stars{height:12px;width:auto;margin-top:4px}.testimonial-text{color:var(--text-secondary);font-size:14px;line-height:1.6;white-space:normal}.nomi-gif-section{display:flex;justify-content:center;align-items:center;padding:16px 0}@media(max-width:767px){.nomi-gif-section{padding:8px 0}}.how-to-play .section{overflow:hidden}.htp-header{text-align:center;margin-bottom:96px}.htp-steps{display:flex;flex-direction:column;gap:128px}.htp-row{display:flex;flex-direction:column;align-items:center;gap:64px}@media(min-width:1024px){.htp-row{flex-direction:row}}.htp-row-reverse{flex-direction:column}@media(min-width:1024px){.htp-row-reverse{flex-direction:row-reverse}}.htp-text-col{flex:1;display:flex;flex-direction:column;justify-content:center}.htp-number{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;margin-bottom:32px}.htp-title{margin-bottom:24px}.htp-desc{color:var(--text-secondary)}.htp-image-col{flex:1;width:100%;max-width:384px}@media(min-width:1024px){.htp-image-col{max-width:none;perspective:1000px}}.htp-image-wrapper{padding:8px;border-radius:40px;position:relative;overflow:hidden}.htp-image-glow{position:absolute;inset:0;opacity:.2;transition:opacity .5s ease;filter:blur(24px)}.htp-image-wrapper:hover .htp-image-glow{opacity:.4}.htp-img{width:100%;height:auto;border-radius:32px;display:block;position:relative;z-index:10;transition:transform .7s ease}.htp-image-wrapper:hover .htp-img{transform:scale(1.05)}.footer-section{position:relative;padding-top:128px;padding-bottom:48px;overflow:hidden;background-color:#000c;border-top:1px solid var(--glass-border)}.footer-ambient-glow{position:absolute;bottom:-200px;left:50%;transform:translate(-50%);width:600px;height:400px;background-color:var(--accent-blue);opacity:.2;filter:blur(150px);border-radius:50%;z-index:0;pointer-events:none}.footer-content-wrapper{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.footer-cta{text-align:center;margin-bottom:64px;display:flex;flex-direction:column;align-items:center}.footer-hatch-img{width:256px;max-width:100%;margin:0 auto 40px;transition:transform .5s ease;filter:drop-shadow(0 25px 25px rgba(0,0,0,.5))}.footer-hatch-img:hover{transform:scale(1.1)}.footer-cta-desc{margin-bottom:40px;color:var(--text-secondary)}.footer-btn{margin-bottom:16px}.footer-cta-sub{font-size:14px;color:var(--text-secondary)}.footer-waitlist{padding:32px;width:100%;max-width:448px;margin:0 auto 80px;text-align:center}.footer-waitlist-title{font-weight:600;margin-bottom:16px;color:#fff}.waitlist-form{display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.waitlist-form{flex-direction:row}}.waitlist-input{flex:1;background:#00000080;border:1px solid var(--glass-border);border-radius:9999px;padding:12px 24px;color:#fff;outline:none;transition:border-color .3s ease}.waitlist-input:focus{border-color:var(--accent-blue)}.waitlist-btn{background:var(--accent-blue);color:#fff;padding:12px 24px;border-radius:9999px;font-weight:500;border:none;cursor:pointer;transition:filter .3s ease}.waitlist-btn:hover{filter:brightness(1.1)}.footer-bottom{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;border-top:1px solid var(--glass-border);padding-top:32px;font-size:14px;color:var(--text-secondary)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;align-items:center;gap:24px}.footer-links a{transition:color .3s ease}.footer-links a:hover{color:#fff}.ph-badge{opacity:.8;transition:opacity .3s ease}.ph-badge:hover{opacity:1}.ph-badge img{height:40px;width:auto}.footer-copyright{display:flex;align-items:center;gap:8px}.footer-copyright img{width:20px;height:20px;opacity:.5}.page-header{text-align:center;margin-bottom:64px}.page-header p{margin-top:16px;color:var(--text-secondary);font-size:18px}.flex{display:flex}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.grid{display:grid}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.pt-40{padding-top:160px}.pb-24{padding-bottom:96px}.p-6{padding:24px}.p-8{padding:32px}.p-12{padding:48px}.px-3{padding-left:12px;padding-right:12px}.py-1{padding-top:4px;padding-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-12{margin-bottom:48px}.mb-16{margin-bottom:64px}.mt-4{margin-top:16px}.mt-16{margin-top:64px}.mt-20{margin-top:80px}.text-center{text-align:center}.text-white{color:#fff}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.w-full{width:100%}.h-full{height:100%}.w-2{width:8px}.h-2{height:8px}.w-4{width:16px}.h-4{height:16px}.w-10{width:40px}.h-10{height:40px}.max-w-3xl{max-width:768px;margin-left:auto;margin-right:auto}.max-w-4xl{max-width:896px;margin-left:auto;margin-right:auto}.rounded-full{border-radius:9999px}.inline-block{display:inline-block}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-l-2{border-left-width:2px;border-left-style:solid}.border-color-glass{border-color:var(--glass-border)}.pl-9{padding-left:36px}.opacity-70{opacity:.7}.list-disc{list-style-type:disc}.pl-6{padding-left:24px}.timeline-wrapper{position:relative;margin-left:20px;padding-left:32px;border-left:2px solid var(--glass-border);display:flex;flex-direction:column;gap:48px}@media(min-width:768px){.timeline-wrapper{margin-left:auto;margin-right:auto;padding-left:0;border-left:none;width:100%;align-items:center}.timeline-wrapper:before{content:"";position:absolute;transform:translate(-50%);left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--accent-pink),var(--accent-blue),transparent)}}.timeline-item{position:relative;width:100%}@media(min-width:768px){.timeline-item{width:calc(50% - 48px)}.timeline-item.even{margin-left:auto}.timeline-item.odd{margin-right:auto;text-align:right}}.timeline-dot{position:absolute;top:32px;left:-43px;width:20px;height:20px;border-radius:50%;background:var(--bg-color);border:4px solid var(--accent-pink);box-shadow:0 0 15px var(--accent-pink)}@media(min-width:768px){.timeline-item.odd .timeline-dot{left:auto;right:-58px}.timeline-item.even .timeline-dot{left:-58px}}
