:root{--bg: #0a0714;--bg-elevated: #120c22;--purple: #8b5cf6;--purple-dark: #6d3fc9;--pink: #ec4899;--gold: #f4c95d;--orange: #f9a825;--text: #f3eefc;--text-muted: #b3a9c9;--border: rgba(201, 166, 255, .16);--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:hidden}#root{min-height:100svh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-heading);font-weight:700;color:var(--text);margin:0;line-height:1.15}p{margin:0;color:var(--text-muted)}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#8b5cf624;border:1px solid rgba(139,92,246,.4);color:#c9b8ff;padding:5px 14px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:14px;font-weight:600;font-size:15px;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;box-shadow:0 10px 30px #8b5cf659}.btn-outline{background:#ffffff0a;border:1px solid var(--border);color:var(--text)}.eb{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg, #0a0616);color:var(--text, #f3efff);font-family:var(--font-body, "Inter", system-ui, sans-serif);text-align:center}.eb-inner{max-width:440px;display:flex;flex-direction:column;align-items:center;gap:14px}.eb-title{font-family:var(--font-heading, "Playfair Display", Georgia, serif);font-size:30px;font-weight:700;line-height:1.2}.eb-text{font-size:15px;line-height:1.65;color:var(--text-muted, #b3a8cc)}.eb-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:10px}.eb-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:14px;font-weight:600;font-size:15px;color:#fff;background:linear-gradient(135deg,var(--purple, #8b5cf6),var(--pink, #ec4899));box-shadow:0 10px 30px #8b5cf659}.eb-link{font-size:14px;color:#c9b8ff;text-decoration:underline;text-underline-offset:3px}.eb-link:hover{color:var(--text, #f3efff)}@media (min-width: 960px){.eb-title{font-size:36px}}.navbar{position:sticky;top:0;z-index:100;background:#0a0714bf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.navbar-logo{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:19px;color:var(--text);flex-shrink:0}.navbar-logo img{width:34px;height:34px;object-fit:contain}.navbar-actions{display:flex;align-items:center;gap:10px}.navbar-download{background:linear-gradient(135deg,#a875ff,var(--purple) 60%,#6d3fd1);color:#fff;border:none;box-shadow:0 6px 20px #8b5cf673}.navbar-download-desktop{display:none;padding:10px 18px;font-size:14px}.navbar-download-mobile{margin-top:8px;width:100%}.navbar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#ffffff0f;color:var(--text)}.navbar-links{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:4px;padding:14px 20px 20px;background:#0a0714fa;border-bottom:1px solid var(--border);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.navbar-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-links a{padding:12px 6px;font-size:15.5px;font-weight:500;color:var(--text);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-links a:last-child{border-bottom:none}@media (min-width: 860px){.navbar-toggle{display:none}.navbar-download-desktop{display:inline-flex}.navbar-links{position:static;flex-direction:row;align-items:center;gap:30px;padding:0;background:none;border:none;transform:none;opacity:1;pointer-events:auto;transition:none}.navbar-links a{padding:0;font-size:15px;color:var(--text-muted);border:none}.navbar-links a:hover{color:var(--text)}.navbar-download-mobile{display:none}}.footer{border-top:1px solid var(--border);padding:44px 0 28px}.footer-inner{display:flex;flex-direction:column;gap:28px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-logo{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;font-size:18px}.footer-logo img{width:30px;height:30px;object-fit:contain}.footer-blurb{font-size:14px;line-height:1.6;max-width:320px}.footer-social{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff0f;color:var(--text)}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:var(--text-muted)}.footer-links a:hover{color:var(--text)}.footer-copyright{font-size:13px;color:var(--text-muted);border-top:1px solid var(--border);padding-top:20px}@media (min-width: 700px){.footer-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.footer-links{flex-direction:row;gap:24px}.footer-copyright{width:100%;border-top:1px solid var(--border)}}.cs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#080514cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:cs-fade .2s ease}.cs-modal{position:relative;width:100%;max-width:600px;max-height:90vh;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:cs-pop .25s ease}@media (min-width: 960px){.cs-modal{max-width:640px}}.cs-img{display:block;width:100%;height:auto;max-height:90vh;object-fit:contain}.cs-close{position:absolute;top:10px;right:12px;z-index:2;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:22px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cs-close:hover{background:#000000b3}@keyframes cs-fade{0%{opacity:0}to{opacity:1}}@keyframes cs-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hero{position:relative;overflow:hidden;padding-top:48px;padding-bottom:60px;min-height:780px}.hero picture{display:contents}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 16%;z-index:0}@media (min-width: 960px){.hero-bg{object-position:right center}}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:30px;padding-top:56px;padding-bottom:0;text-align:center}.hero-title{font-size:44px;line-height:1.1;letter-spacing:-.5px}.hero-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtext{font-size:16.5px;line-height:1.65;max-width:460px;color:var(--text-muted)}.hero-buttons{display:flex;flex-direction:row;gap:10px;width:100%;justify-content:center}.store-btn{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:12px 14px;border-radius:14px;border:1.5px solid transparent;background:linear-gradient(#140e24d9,#140e24d9) padding-box,linear-gradient(135deg,#a875ff,var(--purple) 60%,#6d3fd1) border-box;color:var(--text);box-shadow:0 4px 16px #8b5cf64d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-btn svg{flex-shrink:0}.store-btn-text{display:flex;flex-direction:column;line-height:1.25;min-width:0;overflow:hidden}.store-btn-text small{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-btn-text strong{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 380px){.store-btn-text small{font-size:12px}.store-btn-text strong{font-size:17px}}@media (min-width: 960px){.hero{padding-top:40px;min-height:900px}.hero-content{align-items:flex-start;text-align:left;padding-top:48px;gap:32px}.hero-title{font-size:62px;max-width:640px}.hero-subtext{max-width:480px;font-size:18px;text-align:left}.hero-buttons{width:auto;justify-content:flex-start}.store-btn{flex:none;padding:15px 24px}.store-btn-text small{font-size:13px}.store-btn-text strong{font-size:18px}}.cc{position:relative;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.cc-track{display:flex;gap:12px;padding:0 9vw;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cc-track::-webkit-scrollbar{display:none}.cc-slide{flex:0 0 82vw;scroll-snap-align:center;min-width:0}.cc-slide-img{display:block;width:100%;height:auto;border-radius:18px}.cc-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.cc-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff47;cursor:pointer;transition:background .25s ease,width .25s ease}.cc-dot.is-active{width:22px;border-radius:4px;background:var(--purple, #8b5cf6)}@media (min-width: 960px){.cc{display:none}}.eycd{position:relative;padding:96px 0 60px;overflow:hidden}.eycd>picture{display:contents}.eycd-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0;opacity:.9}.eycd-content{position:relative;z-index:1}.eycd-header{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;max-width:620px;margin:0 auto 40px}.eycd-title{font-size:44px;line-height:1.1;letter-spacing:-.5px}.eycd-title-accent{color:var(--text)}.eycd-subtext{font-size:15px;line-height:1.6}.eycd-grid{display:none}.eycd-card{min-width:0}.eycd-card-img{width:100%;min-width:0;height:auto;border-radius:18px;display:block}@media (min-width: 960px){.eycd{padding:120px 0 50px}.eycd-header{max-width:860px}.eycd-title{font-size:62px;white-space:nowrap}.eycd-subtext{font-size:16.5px}.eycd-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:20px;max-width:1140px;margin:0 auto}}.fc{position:relative;overflow:hidden;padding:56px 0 40px}.fc picture{display:contents}.fc-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}.fc-content{position:relative;z-index:1}.fc-header{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;max-width:620px;margin:0 auto 12px}.fc-title{font-size:44px;line-height:1.1;letter-spacing:-.5px}.fc-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.fc-subtext{font-size:15px}.fc-grid{display:none}.fc-card{min-width:0}.fc-grid-img{width:100%;min-width:0;height:auto;border-radius:18px;display:block}@media (min-width: 960px){.fc{padding:40px 0 70px}.fc-header{max-width:860px}.fc-title{font-size:62px;white-space:nowrap}.fc-subtext{font-size:16.5px}.fc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:20px;max-width:1140px;margin:0 auto}}.cta{position:relative;overflow:hidden;min-height:560px;display:flex;align-items:flex-end;padding-top:60px}.cta picture{display:contents}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}@media (min-width: 960px){.cta-bg{object-position:right center}}.cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:14px;padding-bottom:60px;padding-top:40px}.cta-title{font-size:36px;line-height:1.08}.cta-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.cta-subtext{font-size:15.5px;max-width:400px}.cta-buttons{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px;margin-top:10px}.cta-buttons .store-btn{width:100%}@media (min-width: 960px){.cta{min-height:720px}.cta-content{padding-bottom:100px}.cta-title{font-size:62px}.cta-subtext{font-size:17px;max-width:480px}.cta-buttons{max-width:400px}}.legal{padding:140px 0 80px;min-height:60vh}.legal-content{max-width:760px}.legal-title{font-size:36px;line-height:1.15;margin-bottom:10px}.legal-dates{font-size:13.5px;color:var(--text-muted);margin-bottom:40px}.legal-body{color:var(--text-muted);font-size:15.5px;line-height:1.75}.legal-body h2{font-family:var(--font-heading);font-size:22px;color:var(--text);margin:40px 0 14px;line-height:1.3}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-family:var(--font-body);font-weight:700;font-size:16px;color:var(--text);margin:22px 0 8px}.legal-body p{margin:0 0 14px}.legal-body ul,.legal-body ol{margin:0 0 14px;padding-left:20px}.legal-body li{margin-bottom:6px}.legal-body li::marker{color:var(--purple)}.legal-body strong{color:var(--text);font-weight:700}.legal-body em{color:var(--text-muted);opacity:.85}.legal-body a{color:#c9b8ff;text-decoration:underline;text-underline-offset:2px}.legal-body hr{border:none;border-top:1px solid var(--border);margin:32px 0}@media (min-width: 960px){.legal{padding:170px 0 100px}.legal-title{font-size:48px}.legal-body{font-size:16.5px}.legal-body h2{font-size:26px}}.support{padding:140px 0 100px;min-height:70vh;display:flex;align-items:center}.support-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;max-width:620px}.support-title{font-size:44px;line-height:1.1;letter-spacing:-.5px}.support-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.support-subtext{font-size:15.5px;line-height:1.65;max-width:460px}.support-card{width:100%;margin-top:14px;padding:32px 24px;border-radius:20px;background:#8b5cf614;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:8px}.support-card-eyebrow{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#c9b8ff}.support-email{font-family:var(--font-heading);font-weight:700;font-size:22px;color:var(--text);word-break:break-all}.support-card-note{font-size:13.5px;color:var(--text-muted)}.support-footnote{font-size:13px;line-height:1.6;color:var(--text-muted);opacity:.85;max-width:460px;margin-top:6px}@media (min-width: 960px){.support{padding:170px 0 120px}.support-title{font-size:56px}.support-subtext{font-size:17px;max-width:520px}.support-card{max-width:480px;padding:40px 32px}.support-email{font-size:26px}}.da{padding:140px 0 100px}.da-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:720px}.da-title{font-size:40px;line-height:1.1;letter-spacing:-.5px}.da-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.da-subtext{font-size:15.5px;line-height:1.65;max-width:480px}.da-body{width:100%;margin-top:26px;display:flex;flex-direction:column;gap:18px;text-align:left}.da-block,.da-callout{padding:26px 22px;border-radius:18px;background:#8b5cf612;border:1px solid var(--border)}.da-callout{background:#ec489914;border-color:#ec489947;border-left:3px solid rgba(236,72,153,.55)}.da-heading{font-family:var(--font-heading);font-size:19px;font-weight:700;line-height:1.3;margin-bottom:12px;color:var(--text)}.da-block p,.da-callout p{font-size:15px;line-height:1.7;color:var(--text-muted)}.da-steps{margin:0 0 14px;padding-left:20px;display:flex;flex-direction:column;gap:10px}.da-steps li{font-size:15px;line-height:1.6;color:var(--text-muted)}.da-steps li::marker{color:#c9b8ff;font-weight:700}.da-steps strong,.da-block strong,.da-callout strong{color:var(--text);font-weight:600}.da-note{font-size:14px;line-height:1.6;color:#c9b8ff;padding-top:4px}.da-link{color:#c9b8ff;font-weight:600;text-decoration:underline;text-underline-offset:2px;word-break:break-word}.da-link:hover{color:var(--text)}@media (min-width: 960px){.da{padding:170px 0 120px}.da-title{font-size:54px}.da-subtext{font-size:17px;max-width:540px}.da-body{margin-top:34px;gap:20px}.da-block,.da-callout{padding:32px 30px}.da-heading{font-size:21px}.da-block p,.da-callout p,.da-steps li{font-size:15.5px}}.nf{padding:140px 0 110px;min-height:66vh;display:flex;align-items:center}.nf-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:560px}.nf-title{font-size:40px;line-height:1.12;letter-spacing:-.5px}.nf-title-accent{background:linear-gradient(180deg,#c48bff,#a066f5 40%,#8e57e8,#7745d6);-webkit-background-clip:text;background-clip:text;color:transparent}.nf-subtext{font-size:15.5px;line-height:1.65;max-width:420px;color:var(--text-muted)}.nf-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:14px}.nf-btn-link{font-size:14.5px;color:#c9b8ff;text-decoration:underline;text-underline-offset:3px}.nf-btn-link:hover{color:var(--text)}@media (min-width: 960px){.nf{padding:170px 0 130px}.nf-title{font-size:52px}.nf-subtext{font-size:17px;max-width:470px}.nf-actions{flex-direction:row;gap:22px;margin-top:18px}}
