:root{--bg: #03000E;--glass: rgba(12, 4, 28, .65);--glass-bd: rgba(200, 160, 255, .12);--moon-hi: #FFF8E8;--moon-mid: #F0D99B;--moon-lo: #C4A055;--rose: #F2A8BE;--violet: #C490EE;--lavender: #CAB6FF;--sky: #88D4F2;--text: #EDE8F5;--text2: #B8AACF;--text3: #7A6E90;--border: rgba(255, 255, 255, .07);--rainbow: linear-gradient(135deg, #FF6B8A 0%, #FF9F40 16%, #FFE566 33%, #5DE8A0 50%, #4FBFFF 66%, #A87EFF 83%, #FF6B9D 100%);--fd: "Cormorant Garamond", serif;--fb: "Outfit", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.aurora,.star-canvas,.cursor-dot,.cursor-ring{display:none!important}}body{background:var(--bg);color:var(--text);font-family:var(--fb);font-weight:300;line-height:1.6;overflow-x:hidden;cursor:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:400;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.026}.cursor-dot{position:fixed;width:10px;height:10px;background:var(--moon-hi);border-radius:50%;pointer-events:none;z-index:9999;box-shadow:0 0 10px #fff8e8cc,0 0 22px #fff8e866;mix-blend-mode:screen;will-change:transform}.cursor-ring{position:fixed;width:34px;height:34px;border:1px solid rgba(200,160,255,.35);border-radius:50%;pointer-events:none;z-index:9998;will-change:transform}.aurora{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.aurora-blob{position:absolute;border-radius:50%;will-change:transform}.aurora-blob--1{top:-40%;left:-15%;width:75%;height:75%;background:radial-gradient(ellipse,rgba(184,122,236,.11) 0%,transparent 70%);animation:adrift1 20s ease-in-out infinite alternate}.aurora-blob--2{top:5%;right:-20%;width:65%;height:65%;background:radial-gradient(ellipse,rgba(80,160,240,.09) 0%,transparent 70%);animation:adrift2 25s ease-in-out infinite alternate}.aurora-blob--3{bottom:-15%;left:25%;width:55%;height:55%;background:radial-gradient(ellipse,rgba(240,168,190,.07) 0%,transparent 70%);animation:adrift3 17s ease-in-out infinite alternate}@keyframes adrift1{to{transform:translate(10%,18%) scale(1.2)}}@keyframes adrift2{to{transform:translate(-14%,8%) scale(.9)}}@keyframes adrift3{to{transform:translate(-8%,-22%) scale(1.3)}}.star-canvas{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}section,nav,footer{position:relative;z-index:1}.wrap{max-width:1160px;margin:0 auto;padding:0 2rem}.rainbow-divider{height:2px;background:var(--rainbow);opacity:.55;position:relative;z-index:1}.s-label{font-size:.65rem;font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--violet);margin-bottom:1.4rem;display:flex;align-items:center;gap:.9rem}.s-label:before{content:"";width:28px;height:1px;background:var(--violet)}.s-label--center{justify-content:center}.s-label--center:before{display:none}.s-title{font-family:var(--fd);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;line-height:1.1;color:var(--text);margin-bottom:1rem}.s-title em{font-style:italic;color:var(--rose)}.s-title--center{text-align:center}.nav{position:fixed;top:0;left:0;right:0;padding:1.25rem 0;z-index:200;transition:background .3s,border-color .3s}.nav--stuck{background:#03000ee0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1160px;margin:0 auto;padding:0 2rem}.nav-logo{font-family:var(--fd);font-size:1.45rem;font-weight:600;letter-spacing:.06em;color:var(--moon-hi);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-moon{display:inline-block;width:22px;height:22px;background:radial-gradient(circle at 36% 36%,var(--moon-hi),var(--moon-mid));border-radius:50%;box-shadow:0 0 12px #fff8e88c;animation:mpulse 3s ease-in-out infinite;flex-shrink:0}@keyframes mpulse{0%,to{box-shadow:0 0 12px #fff8e88c}50%{box-shadow:0 0 24px #fff8e8}}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-link{background:none;border:none;color:var(--text2);font-family:var(--fb);font-size:.78rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:none;transition:color .2s;padding:0}.nav-link:hover{color:var(--text)}.nav-cta{background:transparent;border:1px solid rgba(200,160,255,.3);color:var(--lavender);padding:.6rem 1.5rem;border-radius:100px;font-family:var(--fb);font-size:.78rem;font-weight:400;letter-spacing:.07em;cursor:none;position:relative;overflow:hidden;transition:border-color .3s,color .3s}.nav-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--rainbow);opacity:0;transition:opacity .3s}.nav-cta:hover{border-color:transparent;color:#fff}.nav-cta:hover:before{opacity:.22}.nav-cta span{position:relative;z-index:1}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 2rem 5rem;position:relative}.moon-wrap{position:relative;width:240px;height:240px;margin-bottom:2.5rem}.moon-ring{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1px solid rgba(248,237,207,.18);pointer-events:none}.moon-body{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 38% 36%,#fffbf0,#f8edcf 28%,#e4ce95 58%,#c0a050 82%,#9a7830);box-shadow:0 0 28px #f8edcf38,0 0 70px #f8edcf1a,0 0 140px #f8edcf0d,inset -28px -28px 55px #00000047,inset 10px 10px 28px #ffffff1f;position:relative;overflow:hidden;transition:box-shadow .5s ease}.moon-body:hover{box-shadow:0 0 55px #f8edcf7a,0 0 120px #f8edcf38,0 0 200px #f8edcf17,inset -28px -28px 55px #00000047,inset 10px 10px 28px #ffffff1f}.moon-body:before{content:"";position:absolute;width:36px;height:36px;border-radius:50%;background:#0000001a;top:28%;left:52%;box-shadow:24px 14px 0 -6px #00000012,-18px 44px 0 -9px #0000000f,48px -8px 0 -12px #0000000f}.moon-shimmer{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:conic-gradient(from 200deg,transparent 0%,rgba(196,144,238,.14) 22%,transparent 42%,rgba(136,212,242,.09) 62%,transparent 82%)}.hero-eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--violet);margin-bottom:.9rem}.hero-title{font-family:var(--fd);font-size:clamp(5.5rem,14vw,12rem);font-weight:300;letter-spacing:-.02em;line-height:.88;background:linear-gradient(140deg,#fff8e8,#f0d99b 55%,#d4a840);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;justify-content:center}.letter-wrap{display:inline-block;overflow:hidden;line-height:1.05}.letter{display:inline-block}.hero-sub{font-family:var(--fd);font-size:clamp(1.05rem,2.4vw,1.55rem);font-weight:300;font-style:italic;color:var(--text2);max-width:480px;margin:1.4rem auto 0;line-height:1.55}.hero-sub strong{color:var(--rose);font-weight:400;font-style:normal}.hero-ctas{display:flex;gap:1rem;justify-content:center;margin-top:2.8rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,var(--violet),var(--rose));color:#fff;padding:.95rem 2.4rem;border-radius:100px;font-family:var(--fb);font-size:.88rem;font-weight:500;letter-spacing:.05em;border:none;cursor:none;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;box-shadow:0 8px 30px #c490ee52}.btn-secondary{background:transparent;color:var(--text2);padding:.95rem 2.4rem;border-radius:100px;font-family:var(--fb);font-size:.88rem;font-weight:400;letter-spacing:.05em;border:1px solid var(--border);cursor:none;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;transition:border-color .3s,color .3s}.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text3);font-size:.65rem;letter-spacing:.22em;text-transform:uppercase}.scroll-line{width:1px;height:38px;background:linear-gradient(to bottom,var(--text3),transparent)}.features{padding:8rem 2rem}.feat-intro{font-size:1rem;color:var(--text2);max-width:480px;line-height:1.75;margin-bottom:4rem}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feat-cta-wrap{display:flex;justify-content:center;margin-top:3rem}.feat-cta{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.6rem;background:#c490ee14;border:1px solid rgba(196,144,238,.25);border-radius:999px;color:var(--text);font-size:.9rem;font-weight:500;letter-spacing:.02em;text-decoration:none;transition:background .2s,border-color .2s}.feat-cta:hover{background:#c490ee24;border-color:#c490ee73}.feat-cta-arrow{display:inline-block;transition:transform .2s}.feat-cta:hover .feat-cta-arrow{transform:translate(3px)}.f-card{background:var(--glass);border:1px solid var(--glass-bd);border-radius:22px;padding:2.5rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:default;transition:border-color .3s,box-shadow .3s}.f-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(200,160,255,.45),transparent);opacity:0;transition:opacity .3s}.f-card:hover:before{opacity:1}.f-num{position:absolute;top:1.4rem;right:1.6rem;font-family:var(--fd);font-size:4.5rem;font-weight:300;color:#ffffff09;line-height:1;pointer-events:none}.f-icon{width:54px;height:54px;border-radius:14px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.fi-moon{background:radial-gradient(circle at 40% 40%,var(--moon-mid),var(--moon-lo));box-shadow:0 4px 18px #f0d99b38}.fi-star{background:linear-gradient(135deg,#c490ee47,#88d4f247);border:1px solid rgba(196,144,238,.18)}.fi-heart{background:linear-gradient(135deg,#f2a8be47,#f5c97a47);border:1px solid rgba(242,168,190,.18)}.f-title{font-family:var(--fd);font-size:1.55rem;font-weight:400;margin-bottom:.7rem;line-height:1.2}.f-desc{font-size:.88rem;color:var(--text2);line-height:1.72}.f-tag{display:inline-block;margin-top:1.5rem;padding:.28rem .8rem;border-radius:100px;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.t-v{background:#c490ee24;color:var(--lavender);border:1px solid rgba(196,144,238,.2)}.t-s{background:#88d4f21f;color:var(--sky);border:1px solid rgba(136,212,242,.2)}.t-r{background:#f2a8be1f;color:var(--rose);border:1px solid rgba(242,168,190,.2)}.manifesto{padding:7rem 2rem;background:radial-gradient(ellipse at 50% 50%,rgba(100,50,180,.07) 0%,transparent 68%)}.mani-inner{max-width:780px;margin:0 auto;text-align:center}.mani-q{font-family:var(--fd);font-size:7.5rem;line-height:.45;color:#c490ee2e;display:block;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.mani-text{font-family:var(--fd);font-size:clamp(1.35rem,2.8vw,2.1rem);font-weight:300;font-style:italic;line-height:1.55;color:var(--text)}.mani-text strong{font-weight:600;font-style:normal;background:var(--rainbow);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mani-attr{margin-top:2rem;font-size:.75rem;letter-spacing:.22em;color:var(--text3);text-transform:uppercase}.phases{padding:8rem 2rem}.ph-head{text-align:center;margin-bottom:4.5rem}.ph-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:860px;margin:0 auto}.ph-item{text-align:center;padding:2rem 1rem;cursor:default}.ph-moon{width:68px;height:68px;border-radius:50%;margin:0 auto 1.2rem;display:block}.pm-new{background:radial-gradient(circle at 50%,#150830,#050015);border:1px solid rgba(200,160,255,.18);box-shadow:0 0 18px #6432c824}.pm-cres{background:radial-gradient(circle at 66% 50%,#f8edcf,#f8edcf 40%,#050015 41%);box-shadow:0 0 18px #f8edcf21}.pm-half{background:linear-gradient(90deg,#f8edcf 50%,#050015 50%);box-shadow:0 0 18px #f8edcf21}.pm-full{background:radial-gradient(circle at 38% 36%,#fff8e8,#e8d5a3 60%,#c8a865);box-shadow:0 0 28px #f8edcf47,0 0 55px #f8edcf17}.ph-name{font-family:var(--fd);font-size:1.2rem;font-weight:400;margin-bottom:.45rem}.ph-desc{font-size:.8rem;color:var(--text3);line-height:1.55}.community{padding:6rem 0}.com-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.com-desc{color:var(--text2);line-height:1.75;font-size:.95rem;max-width:420px;margin-top:1rem}.com-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.8rem}.stat{padding:1.4rem;background:var(--glass);border:1px solid var(--glass-bd);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-n{font-family:var(--fd);font-size:2.4rem;font-weight:300;color:var(--moon-mid);line-height:1;margin-bottom:.35rem}.stat-l{font-size:.75rem;color:var(--text3);text-transform:uppercase;letter-spacing:.1em}.stat-online{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#5de8a0;margin-top:.3rem}.live-dot{width:6px;height:6px;border-radius:50%;background:#5de8a0;flex-shrink:0;animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.25}}.com-vis{position:relative;height:380px;display:flex;align-items:center;justify-content:center}.orb-sys{position:relative;width:280px;height:280px}.orb{position:absolute;border-radius:50%;border:1px solid rgba(200,160,255,.1);display:flex;align-items:flex-start;justify-content:center}.orb-1{top:0;right:0;bottom:0;left:0}.orb-2{top:-42px;right:-42px;bottom:-42px;left:-42px;border-color:#88d4f214}.orb-3{top:-84px;right:-84px;bottom:-84px;left:-84px;border-color:#f2a8be12}.orb-dot{width:10px;height:10px;border-radius:50%;margin-top:-5px}.dot-v{background:var(--violet);box-shadow:0 0 10px #c490ee99}.dot-s{background:var(--sky);box-shadow:0 0 10px #88d4f299;width:8px;height:8px;margin-top:-4px}.dot-r{background:var(--rose);box-shadow:0 0 12px #f2a8be99;width:12px;height:12px;margin-top:-6px}.orb-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:radial-gradient(circle at 38% 36%,#fff8e8,#e8d5a3 60%,#c8a865);box-shadow:0 0 28px #f8edcf47,0 0 55px #f8edcf17}.waitlist{padding:8rem 2rem;text-align:center}.wl-inner{max-width:580px;margin:0 auto}.wl-title{font-family:var(--fd);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;line-height:1.1;margin-bottom:1rem}.wl-title em{font-style:italic;color:var(--rose)}.wl-desc{font-size:.98rem;color:var(--text2);line-height:1.72;margin-bottom:2.5rem}.wl-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:760px;margin:0 auto}.wl-card{background:var(--glass);border:1px solid var(--glass-bd);border-radius:22px;padding:2.2rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:flex-start}.wl-card-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.2rem}.wl-icon-discord{background:#5865f233;border:1px solid rgba(88,101,242,.3);color:#8a96ff}.wl-icon-mail{background:linear-gradient(135deg,#f2a8be40,#c490ee40);border:1px solid rgba(242,168,190,.2);color:var(--rose)}.wl-card-title{font-family:var(--fd);font-size:1.4rem;font-weight:400;margin-bottom:.5rem}.wl-card-desc{font-size:.85rem;color:var(--text2);line-height:1.7;margin-bottom:1.5rem;flex:1}.wl-form{display:flex;flex-direction:column;gap:.65rem;width:100%}.wl-inp{width:100%;background:#ffffff0e;border:1px solid var(--border);border-radius:100px;padding:.8rem 1.3rem;color:var(--text);font-family:var(--fb);font-size:.85rem;outline:none;transition:border-color .2s;cursor:text}.wl-inp::placeholder{color:var(--text3)}.wl-inp:focus{border-color:#c490ee66}.wl-success{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.3rem;border-radius:100px;background:#5de8a01a;border:1px solid rgba(93,232,160,.3);font-size:.88rem;color:#7ae8c4;width:100%}.wl-check{font-size:1rem}.wl-error{font-size:.75rem;color:var(--rose);margin-top:.5rem}.wl-consent{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.wl-consent input[type=checkbox]{margin-top:.15rem;flex-shrink:0;accent-color:var(--violet);width:15px;height:15px;cursor:pointer}.wl-consent span{font-size:.72rem;color:var(--text3);line-height:1.5}.wl-consent a{color:var(--violet);text-decoration:underline}.policy-root{min-height:100vh;background:var(--bg);padding:8rem 1.5rem 6rem}.policy-wrap{max-width:680px;margin:0 auto}.policy-moon{font-size:2rem;margin-bottom:1rem}.policy-wrap h1{font-family:var(--fd);font-size:clamp(2rem,6vw,3rem);font-weight:300;color:var(--moon-mid);margin-bottom:.4rem}.policy-date{font-size:.8rem;color:var(--text3);margin-bottom:2.5rem}.policy-wrap h2{font-size:1rem;font-weight:600;color:var(--violet);text-transform:uppercase;letter-spacing:.08em;margin:2rem 0 .6rem}.policy-wrap h3{font-size:.9rem;font-weight:600;color:var(--text);margin:1.4rem 0 .5rem}.policy-wrap code{background:#c490ee1a;padding:1px 6px;border-radius:4px;font-size:.85em;color:var(--violet);font-family:ui-monospace,Cascadia Code,monospace}.policy-wrap em{color:var(--text2);font-style:italic}.policy-wrap p{font-size:.95rem;color:var(--text2);line-height:1.75;margin-bottom:1rem}.policy-wrap a{color:var(--violet);text-decoration:underline}.policy-back{display:inline-block;margin-top:2.5rem;font-size:.85rem;color:var(--text3);text-decoration:none}.policy-back:hover{color:var(--text)}.features-intro{font-size:1.05rem;color:var(--text2);margin-bottom:3rem}.features-section{margin-bottom:3rem}.features-section h2{font-family:var(--fd);font-size:1.7rem;font-weight:300;color:var(--moon-mid);text-transform:none;letter-spacing:0;margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:1px solid rgba(196,144,238,.14)}.features-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.feature-item{display:flex;flex-direction:column;gap:.45rem;padding:1rem 1.2rem;background:#14102873;border:1px solid rgba(196,144,238,.1);border-radius:12px}.feature-item strong{display:flex;align-items:center;gap:.6rem;color:var(--text);font-weight:600;font-size:1rem}.feature-item span{color:var(--text2);font-size:.88rem;line-height:1.6}.feature-emoji{font-size:1.05em;line-height:1;flex-shrink:0}.features-cta{margin-top:3rem;padding:1.5rem;background:#c490ee0f;border:1px solid rgba(196,144,238,.18);border-radius:14px;text-align:center;font-size:.95rem}.features-cta a{color:var(--violet);font-weight:600}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.discord-btn{display:inline-flex;align-items:center;gap:.6rem;background:#5865f2;color:#fff;padding:.85rem 1.8rem;border-radius:100px;font-family:var(--fb);font-size:.88rem;font-weight:500;letter-spacing:.04em;text-decoration:none;box-shadow:0 8px 28px #5865f259;cursor:none}@media (max-width: 600px){.wl-options{grid-template-columns:1fr}}.pride-row{display:flex;justify-content:center;gap:.5rem;margin-top:2.8rem}.pd{width:8px;height:8px;border-radius:50%}.footer{padding:2.8rem 0;border-top:1px solid var(--border)}.ft-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.4rem}.ft-logo{font-family:var(--fd);font-size:1.3rem;font-weight:600;color:var(--moon-hi);text-decoration:none;display:flex;align-items:center;gap:.45rem}.ft-logo .nav-moon{width:18px;height:18px}.ft-links{display:flex;gap:2rem;list-style:none;flex-wrap:wrap}.ft-links a{color:var(--text3);text-decoration:none;font-size:.78rem;letter-spacing:.06em;transition:color .2s;cursor:none}.ft-links a:hover{color:var(--text2)}.ft-copy{font-size:.72rem;color:var(--text3);letter-spacing:.05em}@media (max-width: 900px){.feat-grid{grid-template-columns:1fr;max-width:440px;margin:0 auto}.ph-grid{grid-template-columns:repeat(2,1fr)}.com-inner{grid-template-columns:1fr;gap:3rem}.com-vis{height:300px}.nav-links{display:none}}@media (max-width: 580px){.wl-form{flex-direction:column}.hero-ctas{flex-direction:column;align-items:center}.ft-inner{flex-direction:column;text-align:center}.ft-links{justify-content:center}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.cursor-dot,.cursor-ring{display:none}body{cursor:auto}}.ep-root{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);color:var(--text);font-family:var(--fb);overflow:hidden;position:relative}.ep-stars{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.ep-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;gap:0}.ep-moon-wrap{position:relative;width:180px;height:180px;margin-bottom:2.5rem}.ep-ring{position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border-radius:50%;border:1px solid rgba(248,237,207,.16);pointer-events:none}.ep-moon{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 38% 36%,#fffbf0,#f8edcf 28%,#e4ce95 58%,#c0a050 82%,#9a7830);box-shadow:0 0 28px #f8edcf38,0 0 70px #f8edcf1a,inset -28px -28px 55px #00000047,inset 10px 10px 28px #ffffff1f;position:relative;overflow:hidden}.ep-moon:before{content:"";position:absolute;width:28px;height:28px;border-radius:50%;background:#0000001a;top:28%;left:52%;box-shadow:20px 12px 0 -5px #00000012,-14px 36px 0 -7px #0000000f}.ep-code{position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);font-family:var(--fd);font-size:1rem;font-weight:400;letter-spacing:.2em;color:var(--text3);white-space:nowrap}.ep-title{font-family:var(--fd);font-size:clamp(2.2rem,6vw,3.8rem);font-weight:300;line-height:1.1;margin-bottom:.9rem;margin-top:1rem;background:linear-gradient(140deg,#fff8e8,#f0d99b 55%,#d4a840);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ep-sub{font-family:var(--fd);font-style:italic;font-size:clamp(1rem,2vw,1.25rem);color:var(--text2);max-width:380px;line-height:1.6;margin-bottom:2.2rem}.ep-btn{margin-top:0}.guides-root{min-height:100vh;padding:7rem 1.5rem 5rem;position:relative;z-index:1}.guides-wrap{max-width:1100px;margin:0 auto}.guides-hero{text-align:center;margin-bottom:5rem}.guides-hero-moon{font-size:2.4rem;margin-bottom:1rem;filter:drop-shadow(0 0 24px rgba(240,217,155,.35))}.guides-hero h1{font-family:var(--fd);font-weight:300;font-size:clamp(2.6rem,7vw,4.4rem);line-height:1;margin-bottom:1rem;background:linear-gradient(140deg,#fff8e8,#f0d99b 55%,#d4a840);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guides-hero-sub{font-family:var(--fd);font-style:italic;font-size:clamp(1.05rem,2.2vw,1.3rem);color:var(--text2);max-width:540px;margin:0 auto 2.5rem;line-height:1.6}.guides-search{display:flex;align-items:center;gap:.6rem;max-width:460px;margin:0 auto;background:#1410288c;border:1px solid rgba(196,144,238,.18);border-radius:999px;padding:.7rem 1.1rem;transition:border-color .2s,background .2s}.guides-search:focus-within{border-color:#c490ee73;background:#141028bf}.guides-search-icon{font-size:1rem;opacity:.55}.guides-search input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-family:var(--fb);font-size:.92rem;letter-spacing:.01em}.guides-search input::placeholder{color:var(--text3)}.guides-search-clear{background:#c490ee24;border:none;color:var(--text2);width:22px;height:22px;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.guides-search-clear:hover{background:#c490ee47;color:var(--text)}.guides-empty{text-align:center;color:var(--text3);padding:3rem 0;font-style:italic}.guides-section{margin-bottom:4rem}.guides-section-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;padding-bottom:1rem;border-bottom:1px solid rgba(196,144,238,.12)}.guides-section-icon{font-size:1.7rem;line-height:1;flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c490ee29,#6366f11f);border:1px solid rgba(196,144,238,.22);border-radius:14px}.guides-section-head h2{font-family:var(--fd);font-size:1.8rem;font-weight:300;color:var(--moon-mid);margin:0 0 .3rem;line-height:1}.guides-section-head p{font-size:.9rem;color:var(--text3);margin:0;line-height:1.5}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.guide-card{display:flex;gap:1rem;padding:1.2rem 1.3rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:16px;text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:border-color .25s,background .25s,box-shadow .25s}.guide-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(196,144,238,.06),transparent 60%);opacity:0;transition:opacity .25s;pointer-events:none}.guide-card:hover{border-color:#c490ee52;background:#1c1634a6;box-shadow:0 12px 36px #00000059,0 0 0 1px #c490ee14}.guide-card:hover:before{opacity:1}.guide-card-icon{font-size:1.5rem;line-height:1;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#c490ee1a;border-radius:12px}.guide-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.guide-card-title{font-weight:600;font-size:.98rem;color:var(--text)}.guide-card-desc{font-size:.82rem;color:var(--text2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.35rem;font-size:.72rem;color:var(--text3);letter-spacing:.04em}.guide-card-arrow{color:var(--violet);font-weight:700;transition:transform .2s}.guide-card:hover .guide-card-arrow{transform:translate(3px)}.guide-root{min-height:100vh;padding:7rem 1.5rem 5rem;position:relative;z-index:1}.guide-wrap{max-width:760px;margin:0 auto}.guide-back{display:inline-block;font-size:.85rem;color:var(--text3);text-decoration:none;margin-bottom:2rem;transition:color .15s}.guide-back:hover{color:var(--violet)}.guide-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(196,144,238,.12)}.guide-header-row{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.guide-header-emoji{font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c490ee2e,#6366f124);border:1px solid rgba(196,144,238,.22);border-radius:14px}.guide-header-cat{font-size:.72rem;font-weight:600;color:var(--violet);text-transform:uppercase;letter-spacing:.14em}.guide-header h1{font-family:var(--fd);font-weight:300;font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin-bottom:.5rem;background:linear-gradient(140deg,#fff8e8,#f0d99b 55%,#d4a840);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guide-header-meta{font-size:.85rem;color:var(--text3)}.guide-article{font-size:.98rem;line-height:1.75;color:var(--text)}.guide-article h1,.guide-article h2,.guide-article h3,.guide-article h4{font-family:var(--fd);font-weight:400;color:var(--moon-mid);line-height:1.25;margin:2.4rem 0 1rem}.guide-article h2{font-size:1.7rem;padding-top:.6rem;border-top:1px solid rgba(196,144,238,.1)}.guide-article h3{font-size:1.3rem;color:var(--text);font-weight:500}.guide-article h4{font-size:1.05rem;color:var(--text);font-weight:600;font-family:var(--fb)}.guide-article p{margin-bottom:1.1rem;color:var(--text2)}.guide-article strong{color:var(--text);font-weight:600}.guide-article em{color:var(--text2);font-style:italic}.guide-article a{color:var(--violet);text-decoration:underline;text-underline-offset:2px}.guide-article a:hover{color:var(--lavender)}.guide-article ul,.guide-article ol{margin:0 0 1.2rem 1.4rem;color:var(--text2)}.guide-article li{margin-bottom:.4rem;line-height:1.65}.guide-article li::marker{color:var(--violet)}.guide-article blockquote{margin:1.4rem 0;padding:.8rem 1.2rem;border-left:3px solid var(--violet);background:#c490ee0f;border-radius:0 12px 12px 0;color:var(--text2);font-style:italic}.guide-article code{font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace;font-size:.85em;background:#c490ee1f;padding:.12em .45em;border-radius:4px;color:var(--violet)}.guide-article pre{background:#080416d9;border:1px solid rgba(196,144,238,.14);border-radius:12px;padding:1.1rem 1.2rem;margin:1.4rem 0;overflow-x:auto;font-size:.82rem;line-height:1.55}.guide-article pre code{background:transparent;padding:0;color:var(--text2)}.guide-article hr{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(196,144,238,.3),transparent);margin:2.4rem 0}.guide-article img,.guide-article picture{display:block;max-width:280px;width:100%;margin:1.6rem auto;border-radius:18px;border:1px solid rgba(196,144,238,.12);box-shadow:0 12px 32px #0006;background:#0e0c1a}.guide-article picture img{max-width:none;width:100%;margin:0;border:none;box-shadow:none;border-radius:18px}.guide-article table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.9rem}.guide-article th,.guide-article td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid rgba(196,144,238,.12)}.guide-article th{color:var(--violet);font-weight:600}.guide-nav{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(196,144,238,.12);display:grid;grid-template-columns:1fr 1fr;gap:1rem}.guide-nav-link{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.2rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:14px;text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.guide-nav-link:hover{border-color:#c490ee52;background:#1c1634a6}.guide-nav-prev{text-align:left}.guide-nav-next{text-align:right}.guide-nav-label{font-size:.72rem;color:var(--violet);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.guide-nav-title{font-size:.92rem;color:var(--text);font-weight:500}@media (max-width: 600px){.guides-grid,.guide-nav{grid-template-columns:1fr}}.cmdk-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#03000eb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:8vh 1rem 2rem}.cmdk{width:100%;max-width:580px;background:#0e0c1af5;border:1px solid rgba(196,144,238,.22);border-radius:18px;box-shadow:0 24px 80px #00000080,0 0 0 1px #ffffff08;overflow:hidden}.cmdk-input-row{display:flex;align-items:center;gap:.8rem;padding:1rem 1.2rem;border-bottom:1px solid rgba(196,144,238,.12)}.cmdk-input-icon{font-size:1rem;opacity:.5;flex-shrink:0}.cmdk-input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-family:var(--fb);font-size:1.05rem;letter-spacing:.005em}.cmdk-input::placeholder{color:var(--text3)}.cmdk-kbd,.cmdk-footer kbd{font-family:ui-monospace,Cascadia Code,Menlo,monospace;font-size:.68rem;padding:.15rem .45rem;background:#c490ee1a;border:1px solid rgba(196,144,238,.18);border-radius:5px;color:var(--text2)}.cmdk-list{list-style:none;padding:.5rem;margin:0;max-height:56vh;overflow-y:auto}.cmdk-empty{padding:2rem;text-align:center;color:var(--text3);font-style:italic;font-size:.9rem}.cmdk-item{display:flex;align-items:center;gap:.8rem;padding:.65rem .8rem;border-radius:10px;cursor:pointer;font-size:.92rem;transition:background .1s}.cmdk-item--active{background:#c490ee29}.cmdk-item-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;background:#c490ee14;border-radius:8px;color:var(--violet)}.cmdk-item-text{flex:1;min-width:0;display:flex;flex-direction:column}.cmdk-item-title{color:var(--text);font-weight:500;line-height:1.2}.cmdk-item-hint{color:var(--text3);font-size:.76rem;line-height:1.2;margin-top:.15rem}.cmdk-item-href{font-family:ui-monospace,monospace;font-size:.72rem;color:var(--text3);opacity:.7}.cmdk-item--active .cmdk-item-href{opacity:1;color:var(--violet)}.cmdk-footer{display:flex;gap:1rem;flex-wrap:wrap;padding:.7rem 1rem;border-top:1px solid rgba(196,144,238,.08);font-size:.7rem;color:var(--text3)}.cmdk-footer span{display:inline-flex;align-items:center;gap:.35rem}@media (max-width: 600px){.cmdk-item-href{display:none}.cmdk-footer{font-size:.65rem;gap:.6rem}}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav-search{display:inline-flex;align-items:center;gap:.55rem;padding:.42rem .8rem .42rem .7rem;background:transparent;border:1px solid rgba(196,144,238,.18);border-radius:10px;color:var(--text3);font-family:inherit;font-size:.82rem;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.nav-search:hover{border-color:#c490ee66;color:var(--text);background:#c490ee0d}.nav-search-kbd{font-family:ui-monospace,Cascadia Code,Menlo,monospace;font-size:.65rem;padding:.12rem .35rem;background:#c490ee1a;border:1px solid rgba(196,144,238,.18);border-radius:4px;color:var(--text2)}.nav-burger{display:none;background:transparent;border:none;cursor:pointer;width:36px;height:36px;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}.nav-burger span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .2s}.nav-burger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-burger--open span:nth-child(2){opacity:0}.nav-burger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width: 720px){.nav-links,.nav-cta,.nav-search-label,.nav-search-kbd{display:none}.nav-burger{display:flex}.nav-search{padding:.42rem}}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000}.mobile-drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#03000ea6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(86vw,360px);background:#0e0c1a;border-left:1px solid rgba(196,144,238,.18);padding:5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.2rem;overflow-y:auto;z-index:1}.mobile-drawer-search{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;background:#c490ee0f;border:1px solid rgba(196,144,238,.2);border-radius:12px;color:var(--text2);font-family:inherit;font-size:.95rem;cursor:pointer;text-align:left}.mobile-drawer-search:hover{color:var(--text);border-color:#c490ee66}.mobile-drawer-section-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text3);font-weight:600;margin-bottom:-.4rem}.mobile-drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.15rem}.mobile-drawer-list a,.mobile-drawer-list button{display:block;width:100%;text-align:left;padding:.75rem 0;background:transparent;border:none;color:var(--text);font-family:inherit;font-size:1rem;text-decoration:none;cursor:pointer;text-transform:capitalize;border-bottom:1px solid rgba(196,144,238,.06);transition:color .15s}.mobile-drawer-list a:hover,.mobile-drawer-list button:hover{color:var(--violet)}.mobile-drawer-cta{margin-top:auto;padding:.95rem 1.2rem;background:linear-gradient(135deg,var(--violet),#6366F1);color:#fff;border:none;border-radius:12px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer}.wl-counter{display:inline-flex;align-items:center;gap:.55rem;margin:0 auto 2rem;padding:.55rem 1.1rem;background:#1410288c;border:1px solid rgba(196,144,238,.22);border-radius:999px;font-size:.85rem;color:var(--text2)}.wl-counter strong{color:var(--moon-mid);font-weight:700}.wl-counter-dot{width:7px;height:7px;border-radius:50%;background:#5de8a0;box-shadow:0 0 10px #5de8a0aa;animation:live-pulse 2s ease-in-out infinite;flex-shrink:0}.promises-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.promise{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.3rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:14px}.promise-icon{font-size:1.4rem;line-height:1;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#c490ee14;border-radius:12px}.promise-title{font-family:var(--fb);font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .35rem;text-transform:none;letter-spacing:0;padding:0;border:none}.promise-body{font-size:.88rem;color:var(--text2);line-height:1.6;margin:0}.guide-progress{position:fixed;top:0;left:0;right:0;height:2px;background:transparent;z-index:100;pointer-events:none}.guide-progress-bar{height:100%;background:linear-gradient(90deg,var(--violet),var(--lavender));box-shadow:0 0 12px #c490ee80;transition:width .08s linear}.guide-body-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:3rem;align-items:flex-start}.guide-toc{position:sticky;top:5.5rem;align-self:start;font-size:.85rem;border-left:1px solid rgba(196,144,238,.15);padding-left:1rem}.guide-toc-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--violet);font-weight:600;margin-bottom:.8rem}.guide-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.guide-toc a{color:var(--text3);text-decoration:none;line-height:1.4;display:block;transition:color .15s}.guide-toc a:hover{color:var(--text)}@media (min-width: 1100px){.guide-wrap{max-width:1080px}.guide-body-grid{grid-template-columns:220px minmax(0,1fr);gap:3.5rem}}.dl-section{padding:2rem 1.5rem 6rem}.dl-card{max-width:720px;margin:0 auto;padding:3.2rem 2.4rem;background:linear-gradient(140deg,#c490ee12,#6366f10d);border:1px solid rgba(196,144,238,.2);border-radius:28px;text-align:center;position:relative;overflow:hidden;box-shadow:0 24px 60px #0006,0 0 0 1px #c490ee0f}.dl-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(196,144,238,.18),transparent 60%);pointer-events:none}.dl-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--violet);margin-bottom:1rem;position:relative}.dl-title{font-family:var(--fd);font-weight:300;font-size:clamp(2rem,5vw,2.8rem);line-height:1.1;margin-bottom:1rem;position:relative;background:linear-gradient(140deg,#fff8e8,#f0d99b 55%,#d4a840);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dl-sub{font-family:var(--fd);font-style:italic;font-size:clamp(.95rem,2vw,1.15rem);color:var(--text2);max-width:460px;margin:0 auto 2.2rem;line-height:1.6;position:relative}.dl-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}.dl-btn{display:inline-flex;align-items:center;gap:.8rem;padding:.9rem 1.4rem;background:#0e0c1a;border:1px solid rgba(196,144,238,.22);border-radius:14px;text-decoration:none;color:var(--text);min-width:200px;transition:border-color .2s,background .2s}.dl-btn:hover{border-color:#c490ee73;background:#14102a}.dl-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1;gap:.15rem}.dl-btn-small{font-size:.65rem;color:var(--text3);letter-spacing:.04em;text-transform:uppercase}.dl-btn-big{font-size:1.05rem;font-weight:600;color:var(--text);letter-spacing:-.01em}@media (max-width: 480px){.dl-card{padding:2.2rem 1.4rem}.dl-btn{min-width:100%;justify-content:center}}.skip-link{position:fixed;top:-100px;left:1rem;background:var(--violet);color:#03000e;padding:.7rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem;text-decoration:none;z-index:9999;transition:top .15s ease}.skip-link:focus{top:1rem;outline:2px solid var(--moon-mid);outline-offset:2px}.ep-suggest{margin-top:2.5rem;text-align:center}.ep-suggest-label{font-size:.75rem;color:var(--text3);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.9rem}.ep-suggest-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.ep-suggest-links a{padding:.5rem .95rem;border-radius:999px;background:#c490ee14;border:1px solid rgba(196,144,238,.18);color:var(--text2);text-decoration:none;font-size:.82rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.ep-suggest-links a:hover{background:#c490ee2e;border-color:#c490ee66;color:var(--text)}.app-preview{padding:7rem 1.5rem 5rem;position:relative}.ap-intro{font-family:var(--fd);font-style:italic;font-size:clamp(1rem,2.2vw,1.2rem);color:var(--text2);text-align:center;max-width:520px;margin:0 auto 4rem;line-height:1.65}.ap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:980px;margin:0 auto;perspective:1600px}.ap-phone{display:flex;flex-direction:column;align-items:center;gap:1rem}.ap-phone:nth-child(1){transform:rotateY(8deg)}.ap-phone:nth-child(3){transform:rotateY(-8deg)}.ap-phone-frame{position:relative;width:100%;max-width:240px;aspect-ratio:9 / 19;border-radius:38px;background:#03000e;padding:9px;border:1px solid rgba(196,144,238,.22);box-shadow:0 32px 80px #0000008c,0 0 0 1px #c490ee1a,inset 0 0 0 1px #ffffff0a;overflow:hidden;transition:box-shadow .35s,border-color .35s,transform .35s}.ap-phone:hover .ap-phone-frame{box-shadow:0 36px 100px #000000a6,0 0 0 1px #c490ee5c,0 0 80px #c490ee2e;border-color:#c490ee73}.ap-phone-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:70px;height:18px;background:#000;border-radius:999px;z-index:2}.ap-phone-frame picture,.ap-phone-frame img{display:block;width:100%;height:100%;object-fit:cover;border-radius:30px}.ap-phone-label{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text3)}@media (max-width: 820px){.ap-grid{grid-template-columns:1fr;gap:3rem;max-width:280px}.ap-phone:nth-child(1),.ap-phone:nth-child(3){transform:none}}.featured-reel{position:absolute;right:clamp(2rem,6vw,6rem);top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:.8rem;text-decoration:none;z-index:2}.featured-reel-frame{position:relative;width:200px;aspect-ratio:9 / 16;border-radius:32px;background:#03000e;padding:8px;border:1px solid rgba(196,144,238,.22);box-shadow:0 24px 64px #00000080,0 0 0 1px #c490ee1f,inset 0 0 0 1px #ffffff0a;overflow:hidden;transition:box-shadow .25s,border-color .25s}.featured-reel:hover .featured-reel-frame{box-shadow:0 28px 80px #0009,0 0 0 1px #c490ee52,0 0 60px #c490ee2e;border-color:#c490ee66}.featured-reel-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:60px;height:16px;background:#000;border-radius:999px;z-index:2}.featured-reel-frame img{display:block;width:100%;height:100%;object-fit:cover;border-radius:24px}.featured-reel-tag{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--violet);opacity:.85}@media (max-width: 980px){.featured-reel{position:static;transform:none;margin:2.5rem auto 0}}.faq-list{display:flex;flex-direction:column;gap:.55rem;margin-top:1.5rem}.faq-item{background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:14px;overflow:hidden;transition:border-color .2s}.faq-item--open{border-color:#c490ee4d}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:transparent;border:none;cursor:pointer;color:var(--text);font-family:inherit;font-size:.95rem;font-weight:500;text-align:left}.faq-q:hover{background:#c490ee0d}.faq-q-icon{color:var(--violet);font-size:1.2rem;line-height:1;flex-shrink:0}.faq-a{overflow:hidden}.faq-a p{padding:0 1.2rem 1.1rem;font-size:.9rem;color:var(--text2);line-height:1.65;margin:0}.press-facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.8rem;margin:1rem 0 1.5rem}.press-fact{padding:1rem 1.1rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:12px}.press-fact-label{font-size:.7rem;color:var(--violet);text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:.35rem}.press-fact-value{font-size:1rem;color:var(--text);font-weight:500}.press-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.7rem;margin:1rem 0 1.5rem}.press-logo-tile{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:1.2rem 1rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:14px;color:var(--text2);text-decoration:none;font-size:.78rem;text-align:center;transition:border-color .2s,background .2s}.press-logo-tile:hover{border-color:#c490ee52;background:#1c1634a6;color:var(--text)}.press-logo-tile img{width:56px;height:56px;border-radius:12px}.press-palette{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.7rem;margin:1rem 0 1.5rem}.press-color{padding:.7rem;background:#14102880;border:1px solid rgba(196,144,238,.1);border-radius:12px}.press-swatch{width:100%;aspect-ratio:16 / 9;border-radius:8px;margin-bottom:.55rem;border:1px solid rgba(255,255,255,.06)}.press-color-name{font-size:.82rem;color:var(--text);font-weight:500;margin-bottom:.15rem}.press-color code{font-size:.7rem;color:var(--text3);background:transparent;padding:0}.changelog-list{margin-top:2rem;position:relative;padding-left:1.6rem}.changelog-list:before{content:"";position:absolute;left:.35rem;top:.4rem;bottom:.4rem;width:1px;background:linear-gradient(180deg,#c490ee66,#c490ee0d)}.changelog-entry{position:relative;margin-bottom:2.2rem;padding-bottom:1.5rem}.changelog-entry:before{content:"";position:absolute;left:-1.6rem;top:.4rem;width:11px;height:11px;border-radius:50%;background:var(--violet);box-shadow:0 0 0 4px #c490ee26}.changelog-date{font-size:.72rem;color:var(--violet);text-transform:uppercase;letter-spacing:.14em;font-weight:600;margin-bottom:.35rem}.changelog-title{font-family:var(--fd);font-size:1.4rem;font-weight:300;color:var(--moon-mid);margin:0 0 .8rem;line-height:1.2;text-transform:none;letter-spacing:0;padding:0;border:none}.changelog-items{list-style:none;padding:0;margin:0}.changelog-items li{font-size:.9rem;color:var(--text2);line-height:1.65;margin-bottom:.4rem;padding-left:1.1rem;position:relative}.changelog-items li:before{content:"";position:absolute;left:0;top:.58em;width:5px;height:5px;border-radius:50%;background:#c490ee80}
