:root{--background-deep: #020203;--background-base: #050506;--background-elevated: #0a0a0c;--surface: rgba(255, 255, 255, .05);--surface-hover: rgba(255, 255, 255, .08);--foreground: #EDEDEF;--foreground-muted: #8A8F98;--foreground-subtle: rgba(255, 255, 255, .6);--accent: #5E6AD2;--accent-bright: #6872D9;--accent-glow: rgba(94, 106, 210, .3);--border-default: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .1);--border-accent: rgba(94, 106, 210, .3);--bg-scaffold: var(--background-base);--bg-surface: var(--background-elevated);--primary: var(--accent);--primary-dim: rgba(94, 106, 210, .5);--text: var(--foreground);--text-secondary: var(--foreground-muted);--border: var(--border-default);--color-primary: var(--accent);--color-primary-hover: var(--accent-bright);--color-background: var(--background-base);--color-surface: var(--surface);--color-surface-elevated: var(--background-elevated);--color-text: var(--foreground);--color-text-secondary: var(--foreground-muted);--color-text-muted: var(--foreground-subtle);--color-border: var(--border-default);--color-focus-ring: var(--accent);--font-heading: "Inter", "Geist Sans", system-ui, sans-serif;--font-body: "Inter", "Geist Sans", system-ui, sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--section-padding-y: 64px;--section-padding-y-mobile: 40px;--container-max: 1200px;--container-gutter: 24px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 8px;--radius-xl: 12px;--radius-2xl: 16px;--shadow-card: 0 0 0 1px rgba(255, 255, 255, .06), 0 2px 20px rgba(0, 0, 0, .4), 0 0 40px rgba(0, 0, 0, .2);--shadow-card-hover: 0 0 0 1px rgba(255, 255, 255, .1), 0 8px 40px rgba(0, 0, 0, .5), 0 0 80px rgba(94, 106, 210, .1);--shadow-focus: 0 0 0 2px rgba(94, 106, 210, .5);--shadow-accent-btn: 0 0 0 1px rgba(94, 106, 210, .5), 0 4px 12px rgba(94, 106, 210, .3), inset 0 1px 0 0 rgba(255, 255, 255, .2);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--duration-fast: .2s;--duration-normal: .3s}@media(max-width:767px){:root{--container-gutter: 16px;--section-padding-y: 40px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background-color:var(--background-base);background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),radial-gradient(ellipse at top,#0a0a0f,#050506,#020203);background-size:64px 64px,64px 64px,100% 100%;background-position:0 0,0 0,0 0;color:var(--color-text);min-height:100vh;-webkit-font-smoothing:antialiased}a:focus-visible,button:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}#root{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color var(--duration-fast) var(--ease-out-expo)}a:hover{color:var(--accent-bright);text-decoration:underline}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem var(--container-gutter);background:#050506d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-default)}.site-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--text);text-decoration:none}.site-logo:hover{text-decoration:none;color:var(--primary)}.site-logo__icon{display:block;width:32px;height:32px;object-fit:contain}.site-header nav{display:flex;gap:1.5rem}.site-header nav a{color:var(--foreground-muted);font-size:.9rem;transition:color var(--duration-fast) var(--ease-out-expo)}.site-header nav a:hover{color:var(--foreground)}main{min-height:100vh;padding-top:60px}.site-footer{padding:2rem var(--container-gutter);background:var(--background-deep);border-top:1px solid var(--border-default);text-align:center}.footer-links{margin-bottom:.5rem}.footer-links .sep{margin:0 .5rem;color:var(--foreground-muted)}.footer-copy{margin:0;font-size:.85rem;color:var(--foreground-muted)}.download-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.store-badge{display:inline-flex;align-items:center;justify-content:center;width:160px;height:50px;transition:transform .2s ease,opacity .2s ease}.store-badge:hover{transform:scale(1.02);opacity:.95;text-decoration:none}.store-badge:focus-visible{outline:2px solid rgba(94,106,210,.5);outline-offset:2px;border-radius:var(--radius-md)}.store-badge img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.store-badge--google{width:230px;height:72px}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-canvas-wrap{position:absolute;inset:0;z-index:0}.hero-canvas-wrap canvas{display:block;width:100%;height:100%}.hero-content{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;max-width:560px}.hero-title{margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(2rem,5vw,4rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;background:linear-gradient(to bottom,#fff,#fffffff2,#ffffffb3);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{margin:0 0 2rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:var(--foreground-muted)}.landing-section{padding:var(--section-padding-y) var(--container-gutter)}.landing-section:not(:first-child){border-top:1px solid var(--border-default)}.landing-section__inner{max-width:var(--container-max);margin:0 auto}.problem-solution__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-lg);line-height:1.25}.problem-solution__problem,.problem-solution__solution{font-family:var(--font-body);font-size:1rem;line-height:1.5;color:var(--color-text-secondary);margin:0 0 var(--space-md);max-width:65ch}.problem-solution__solution{margin-bottom:0}.how-it-works__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-md);line-height:1.25}.how-it-works__body{font-family:var(--font-body);font-size:1rem;line-height:1.5;color:var(--color-text-secondary);margin:0 0 var(--space-2xl);max-width:65ch}.how-it-works__steps{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.how-it-works__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)}}.step-card{background:linear-gradient(to bottom,#ffffff14,#ffffff05);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:var(--space-lg);box-shadow:var(--shadow-card);transition:box-shadow var(--duration-normal) var(--ease-out-expo),transform var(--duration-normal) var(--ease-out-expo),border-color var(--duration-fast) var(--ease-out-expo)}.step-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-4px)}.step-card__number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--accent);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:.875rem;border-radius:var(--radius-md);margin-bottom:var(--space-md);box-shadow:var(--shadow-accent-btn)}.step-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-sm);line-height:1.3}.step-card__desc{font-family:var(--font-body);font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0}.key-features__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-xl);line-height:1.25}.key-features__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.key-features__grid{grid-template-columns:repeat(2,1fr)}.feature-card--wide{grid-column:1 / -1}}.feature-card{background:linear-gradient(to bottom,#ffffff14,#ffffff05);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:var(--space-lg);box-shadow:var(--shadow-card);transition:box-shadow var(--duration-normal) var(--ease-out-expo),transform var(--duration-normal) var(--ease-out-expo),border-color var(--duration-fast) var(--ease-out-expo)}.feature-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-4px)}.feature-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-sm);line-height:1.3}.feature-card__subtitle{font-family:var(--font-body);font-size:.875rem;color:var(--color-text-secondary);margin:0 0 var(--space-md)}.feature-card__text,.feature-card__list{font-family:var(--font-body);font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0}.feature-card__list{padding-left:1.25rem}.feature-card__list li{margin-bottom:var(--space-xs)}.feature-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.feature-tag{display:inline-block;padding:6px 12px;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.05em;color:var(--foreground-muted);background:var(--surface);border:1px solid var(--border-accent);border-radius:9999px}.pricing__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-xl);line-height:1.25}.pricing__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media(min-width:768px){.pricing__grid{grid-template-columns:repeat(2,1fr)}}.pricing-card{background:linear-gradient(to bottom,#ffffff14,#ffffff05);border:1px solid var(--border-default);border-radius:var(--radius-2xl);padding:var(--space-xl);box-shadow:var(--shadow-card);transition:box-shadow var(--duration-normal) var(--ease-out-expo),transform var(--duration-normal) var(--ease-out-expo),border-color var(--duration-fast) var(--ease-out-expo)}.pricing-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-hover);transform:translateY(-4px)}.pricing-card--premium{border-color:var(--border-accent);box-shadow:0 0 0 1px #5e6ad24d,0 4px 24px #5e6ad226}.pricing-card__name{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-md);line-height:1.3}.pricing-card__summary{font-family:var(--font-body);font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0 0 var(--space-lg)}.pricing-card__cta{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-primary);margin:0 0 var(--space-xs)}.pricing-card__note{font-family:var(--font-body);font-size:.8125rem;color:var(--color-text-muted)}.screenshots__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-xl);line-height:1.25}.screenshots__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}@media(min-width:768px){.screenshots__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.screenshots__grid{grid-template-columns:repeat(3,1fr)}}.screenshot-card{background:linear-gradient(to bottom,#ffffff14,#ffffff05);border:1px solid var(--border-default);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow var(--duration-normal) var(--ease-out-expo),border-color var(--duration-fast) var(--ease-out-expo)}.screenshot-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card-hover)}.screenshot-card__img-wrap{aspect-ratio:9 / 19;background:var(--background-elevated)}.screenshot-card__img{width:100%;height:100%;object-fit:cover;display:block}.screenshot-card__caption{font-family:var(--font-body);font-size:.8125rem;line-height:1.4;color:var(--foreground-muted);margin:0;padding:var(--space-md)}.trust__text{font-family:var(--font-body);font-size:1rem;line-height:1.5;color:var(--color-text-secondary);margin:0 0 var(--space-md);max-width:65ch}.trust__links{font-size:.9375rem}.trust__links a{color:var(--color-primary)}.trust__links a:hover{text-decoration:underline}.trust__sep{margin:0 .5rem;color:var(--color-text-muted)}.features{padding:3rem var(--container-gutter);background:transparent}.features-inner{max-width:560px;margin:0 auto;text-align:center}.features h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--accent)}.features p{margin:0 0 2rem;line-height:1.6;color:var(--foreground-muted)}.features p:last-of-type{margin-bottom:0}.download-section{text-align:center}.download-section__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--color-text);margin:0 0 var(--space-lg);line-height:1.25}.legal-page{max-width:680px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal-page h1{margin:0 0 .25rem;font-size:1.75rem}.legal-updated{margin:0 0 2rem;font-size:.9rem;color:var(--foreground-muted)}.legal-page section{margin-bottom:2rem}.legal-page h2{margin:0 0 .5rem;font-size:1.1rem;color:var(--accent)}.legal-page p{margin:0 0 1rem;line-height:1.65;color:var(--foreground-muted)}.legal-page p:last-of-type{margin-bottom:0}.legal-page ul{margin:0 0 1rem;padding-left:1.5rem}.legal-page li{margin-bottom:.35rem;line-height:1.6;color:var(--foreground-muted)}.legal-page a{color:var(--accent)}.legal-page a:hover{text-decoration:underline}.legal-hr{margin:2rem 0 1rem;border:none;border-top:1px solid var(--border-default)}.legal-footer{font-size:.85rem;color:var(--foreground-subtle)}
