:root{--bg-scaffold: #050913;--bg-surface: #0f172a;--primary: #0e90b7;--primary-dim: #0e90b780;--text: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--border: rgba(255, 255, 255, .08);--color-primary: #0e90b7;--color-primary-hover: #0b7a9e;--color-background: #050913;--color-surface: #0f172a;--color-surface-elevated: #1e293b;--color-text: #ffffff;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .5);--color-border: rgba(255, 255, 255, .12);--color-focus-ring: #0e90b7;--font-heading: "Space Grotesk", system-ui, sans-serif;--font-body: "DM 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: 10px;--radius-lg: 16px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .25);--shadow-card-hover: 0 8px 32px rgba(0, 0, 0, .35);--shadow-focus: 0 0 0 2px var(--color-focus-ring)}@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:var(--color-background);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}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#050913d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.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(--text-secondary);font-size:.9rem}.site-header nav a:hover{color:var(--text)}main{min-height:100vh;padding-top:60px}.site-footer{padding:2rem 1.5rem;background:var(--bg-surface);border-top:1px solid var(--border);text-align:center}.footer-links{margin-bottom:.5rem}.footer-links .sep{margin:0 .5rem;color:var(--text-secondary)}.footer-copy{margin:0;font-size:.85rem;color:var(--text-secondary)}.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.05);opacity:.95;text-decoration:none}.store-badge:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}.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-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-subtitle{margin:0 0 2rem;font-size:1.05rem;line-height:1.6;color:var(--text-secondary);text-shadow:0 1px 10px rgba(0,0,0,.4)}.landing-section{padding:var(--section-padding-y) var(--container-gutter)}.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:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.step-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.step-card__number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--color-primary);color:var(--color-text);font-family:var(--font-heading);font-weight:700;font-size:.875rem;border-radius:var(--radius-sm);margin-bottom:var(--space-md)}.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:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.feature-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.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:.8125rem;color:var(--color-text-secondary);background:#ffffff14;border:1px solid var(--color-border);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:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-xl);box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.pricing-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.pricing-card--premium{border-color:var(--color-primary);box-shadow:0 4px 24px #0e90b726}.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:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.screenshot-card__img-wrap{aspect-ratio:9 / 19;background:var(--color-surface-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(--color-text-secondary);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 1.5rem;background:var(--bg-surface)}.features-inner{max-width:560px;margin:0 auto;text-align:center}.features h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--primary)}.features p{margin:0 0 2rem;line-height:1.6;color:var(--text-secondary)}.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(--text-secondary)}.legal-page section{margin-bottom:2rem}.legal-page h2{margin:0 0 .5rem;font-size:1.1rem;color:var(--primary)}.legal-page p{margin:0 0 1rem;line-height:1.65;color:var(--text-secondary)}.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(--text-secondary)}.legal-page a{color:var(--primary)}.legal-page a:hover{text-decoration:underline}.legal-hr{margin:2rem 0 1rem;border:none;border-top:1px solid var(--border)}.legal-footer{font-size:.85rem;color:var(--text-muted, var(--text-secondary))}
