:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--accent: #3b82f6;--accent-light: #60a5fa;--text-primary: #f1f5f9;--text-secondary: #b0c1d9;--text-muted: #7e91ac;--success: #22c55e;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", monospace;--radius: 12px;--max-prose: 720px;--max-cards: 960px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}.container{width:100%;max-width:var(--max-cards);margin-inline:auto;padding-inline:1.5rem}.container--prose{max-width:var(--max-prose)}section{padding-block:5rem}h1,h2,h3{font-weight:800;letter-spacing:-.02em;line-height:1.15}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.125rem,2.5vw,1.375rem)}p{color:var(--text-secondary)}code{font-family:var(--font-mono);background:var(--bg-tertiary);color:var(--accent-light);padding:.125em .35em;border-radius:4px;font-size:.875em}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--accent);color:#fff;font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;border-radius:50px;text-decoration:none;transition:background .2s ease,transform .15s ease}.btn:hover{background:var(--accent-light);text-decoration:none;transform:translateY(-1px)}.hero{text-align:center;padding-block:6rem 5rem;background:radial-gradient(ellipse 80% 50% at 50% 0%,#1e3a5f 0%,transparent 70%)}.hero__icon{width:120px;height:120px;border-radius:26px;margin-inline:auto;margin-bottom:2rem;box-shadow:0 8px 32px #3b82f666}.hero__title{color:var(--text-primary);margin-bottom:.5rem}.hero__tagline{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:var(--text-primary);letter-spacing:-.015em;margin-bottom:1.25rem}.hero__desc{font-size:clamp(1rem,2.5vw,1.125rem);color:var(--text-secondary);max-width:440px;margin-inline:auto;margin-bottom:2.5rem}.hero__cta-group{display:flex;flex-direction:column;align-items:center;gap:.875rem}.hero__fine{font-size:.875rem;color:var(--text-muted)}.problem{text-align:center;background:var(--bg-secondary)}.problem__lines{font-size:clamp(1.25rem,3vw,1.5rem);line-height:2;color:var(--text-primary)}.problem__lines .line{display:block}.problem__lines .line--muted{color:var(--text-secondary);margin-top:1.75rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.8}.solution{text-align:center}.solution__headline{font-size:clamp(1.25rem,3vw,1.625rem);font-weight:600;color:var(--text-primary);margin-bottom:.625rem}.solution__sub{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:var(--accent-light)}.screenshot-sequence{display:flex;gap:1.25rem;justify-content:center;margin-top:3rem}.screenshot{flex:1 1 0;min-width:0;max-width:260px;border-radius:20px;box-shadow:0 4px 24px #0006}.features{background:var(--bg-secondary)}.features__label{text-align:center;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.feature-grid{grid-template-columns:1fr 1fr}}.feature-card{background:var(--bg-primary);border:1px solid var(--bg-tertiary);border-radius:var(--radius);padding:1.75rem}.feature-card__emoji{font-size:2.25rem;line-height:1;display:block;margin-bottom:1rem}.feature-card__title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.625rem}.feature-card__desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.65}.works-with{text-align:center}.works-with__heading{font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:600;color:var(--text-primary);margin-bottom:2rem}.app-badges{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.app-badge{background:var(--bg-secondary);border:1px solid var(--bg-tertiary);border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-secondary)}.works-with__sub{font-size:.9375rem;color:var(--text-muted)}.site-footer{border-top:1px solid var(--bg-tertiary);padding-block:2.5rem;text-align:center}.site-footer__brand{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.site-footer__tagline{font-size:.875rem;color:var(--text-muted);margin-bottom:1.25rem}.site-footer__links{display:flex;gap:1rem;justify-content:center;align-items:center;font-size:.875rem;margin-bottom:1.25rem}.site-footer__links a{color:var(--text-muted)}.site-footer__links a:hover{color:var(--text-secondary);text-decoration:none}.site-footer__sep{color:var(--bg-tertiary)}.site-footer__copy{font-size:.8125rem;color:var(--text-muted)}.privacy-nav{padding-block:1.5rem;border-bottom:1px solid var(--bg-tertiary)}.privacy-nav__back{font-size:.9375rem;font-weight:500;color:var(--text-secondary)}.privacy-nav__back:hover{color:var(--text-primary);text-decoration:none}.privacy-main{padding-block:4rem}.privacy-main h1{color:var(--text-primary);margin-bottom:.5rem}.privacy-date{font-size:.875rem;color:var(--text-muted);margin-bottom:2.5rem}.privacy-main h2{font-size:1.25rem;margin-top:2.5rem;margin-bottom:.75rem;color:var(--text-primary)}.privacy-main p{margin-bottom:1rem}.privacy-main a{color:var(--accent-light)}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline: view()){.reveal{opacity:0;animation:fade-up linear both;animation-timeline:view();animation-range:entry 5% entry 40%}.reveal--d1{animation-range:entry 15% entry 50%}.reveal--d2{animation-range:entry 25% entry 60%}.reveal--d3{animation-range:entry 35% entry 70%}}
