.app{position:relative;isolation:isolate;min-height:100vh;overflow-x:hidden}.section-container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section-shell{position:relative;padding:6rem 0}.section-header{max-width:46rem;margin:0 auto 3.5rem;text-align:center}.section-title{font-size:clamp(1.875rem,3.2vw,2.5rem);font-weight:600;letter-spacing:-.025em;line-height:1.15}.section-subtitle{max-width:40rem;margin:1rem auto 0;font-size:1.0625rem;line-height:1.7;color:hsl(var(--foreground) / .7)}.panel{background:hsl(var(--card));border:1px solid hsl(var(--border));transition:border-color .2s ease}.panel:hover{border-color:hsl(var(--border-strong))}.nav{position:fixed;top:0;left:0;right:0;z-index:50;background:hsl(var(--background) / .85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border))}.nav-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:4rem;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-icon{width:2.25rem;height:2.25rem;border-radius:.625rem;overflow:hidden;flex-shrink:0;border:1px solid hsl(var(--border))}.logo-icon img{width:100%;height:100%;object-fit:cover}.logo-text{font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;letter-spacing:-.02em}.nav-links{display:none;align-items:center;gap:2rem;font-size:.9375rem}.nav-links a{color:hsl(var(--muted-foreground));transition:color .2s ease}.nav-links a:hover{color:hsl(var(--foreground))}.nav-actions{display:flex;align-items:center;gap:.5rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;color:hsl(var(--muted-foreground));transition:color .2s ease,background .2s ease}.theme-toggle:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.theme-toggle svg{width:1.125rem;height:1.125rem}.nav-cta{display:none;align-items:center;padding:.5rem 1rem;border-radius:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.9375rem;font-weight:600;transition:background .2s ease}.nav-cta:hover{background:hsl(var(--primary-hover))}.nav-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;color:hsl(var(--foreground) / .7)}.nav-menu-btn svg{width:1.25rem;height:1.25rem}.nav-mobile{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.25rem;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}.nav-mobile a{padding:.625rem .75rem;border-radius:.5rem;color:hsl(var(--muted-foreground));transition:background .2s ease,color .2s ease}.nav-mobile a:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}@media(min-width:768px){.nav-links,.nav-cta{display:flex}.nav-menu-btn,.nav-mobile{display:none}}.hero{position:relative;padding:8rem 0 4rem}.hero-content{max-width:46rem;margin:0 auto;text-align:center}.hero-title{font-size:clamp(2.25rem,4.8vw,3.5rem);font-weight:600;line-height:1.1;letter-spacing:-.03em}.hero-subtitle{max-width:38rem;margin:1.5rem auto 0;font-size:1.125rem;line-height:1.7;color:hsl(var(--foreground) / .7)}.hero-cta{display:flex;justify-content:center;margin-top:2rem}.hero-showcase{display:flex;justify-content:center;margin-top:4.5rem}.phone-frame{width:100%;max-width:17rem;border-radius:2.25rem;border:8px solid hsl(222 47% 11%);background:#0f1729;box-shadow:var(--shadow-card);overflow:hidden}:root[data-theme=dark] .phone-frame{border-color:#3d4a5c;background:#3d4a5c}.phone-screen{border-radius:1.5rem;overflow:hidden;background:hsl(var(--muted))}.app-screenshot{width:100%;height:auto;display:block}.app-store-btn{display:inline-flex;align-items:center}.app-store-btn img{height:100%;width:auto}.problem-section{border-top:1px solid hsl(var(--border));border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .4);padding:5rem 0}.problem-content{max-width:44rem;margin:0 auto;text-align:center}.problem-title{font-size:clamp(1.625rem,2.8vw,2.125rem);font-weight:600;line-height:1.3}.problem-text{margin-top:1.25rem;font-size:1.0625rem;line-height:1.8;color:hsl(var(--foreground) / .7)}.features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.feature-card{border-radius:var(--radius-lg);padding:1.75rem;height:100%}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1.25rem;color:hsl(var(--primary))}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-desc{color:hsl(var(--foreground) / .7);line-height:1.7}.usecases-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.usecase-card{display:flex;align-items:flex-start;gap:1rem;border-radius:var(--radius-lg);padding:1.5rem}.usecase-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;color:hsl(var(--primary))}.usecase-icon svg{width:1.375rem;height:1.375rem}.usecase-label{margin-bottom:.25rem;font-size:1.0625rem;font-weight:600}.usecase-desc{color:hsl(var(--foreground) / .7)}.steps-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.step-card{border-radius:var(--radius-lg);padding:1.75rem}.step-number{display:block;margin-bottom:.875rem;font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:hsl(var(--primary))}.step-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.step-desc{color:hsl(var(--foreground) / .7);line-height:1.7}.cta-section{padding:6rem 0}.cta-shell{max-width:48rem;margin:0 auto;padding:3.5rem 2rem;text-align:center;border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--card))}.cta-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:1rem;border:1px solid hsl(var(--border));object-fit:cover}.cta-title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:600;letter-spacing:-.025em}.cta-subtitle{max-width:34rem;margin:1rem auto 2rem;font-size:1.0625rem;line-height:1.7;color:hsl(var(--foreground) / .7)}.cta-actions{display:flex;justify-content:center}.cta-features{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;margin-top:2.25rem;list-style:none}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:hsl(var(--foreground) / .7)}.cta-feature svg{width:1rem;height:1rem;color:hsl(var(--primary));flex-shrink:0}.footer{border-top:1px solid hsl(var(--border));padding:3rem 0}.footer-top{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;text-align:center}.footer-brand{display:flex;align-items:center;gap:.75rem;text-align:left}.footer-tagline{font-size:.875rem;color:hsl(var(--muted-foreground))}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;font-size:.9375rem;color:hsl(var(--muted-foreground))}.footer-nav a{transition:color .2s ease}.footer-nav a:hover{color:hsl(var(--foreground))}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border));font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center}@media(min-width:640px){.features-grid,.usecases-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.cta-shell{padding:3.5rem 3rem}}@media(min-width:768px){.footer-top{flex-direction:row;text-align:left}}@media(min-width:1024px){.hero{padding:9rem 0 5rem}.features-grid,.usecases-grid,.steps-grid{grid-template-columns:repeat(3,1fr)}.phone-frame{max-width:18rem}}.privacy-policy-container{min-height:100vh;padding:2rem 1.5rem 4rem}.privacy-policy-header{max-width:50rem;margin:0 auto;padding:2rem 0 1.5rem}.back-to-home{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.125rem;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--muted) / .5);color:hsl(var(--foreground) / .8);font-size:.9375rem;font-weight:500;transition:color .2s ease,border-color .2s ease}.back-to-home:hover{color:hsl(var(--foreground));border-color:hsl(var(--border-strong))}.privacy-policy-content{max-width:50rem;margin:0 auto;padding:3rem;border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--card));line-height:1.8}.privacy-policy-content h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.025em;text-align:center;margin-bottom:.5rem}.effective-date{text-align:center;color:hsl(var(--muted-foreground));margin-bottom:2.5rem;font-size:.9375rem}.privacy-policy-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.625rem;border-bottom:1px solid hsl(var(--primary) / .35)}.privacy-policy-content h3{font-size:1.1875rem;font-weight:600;margin-top:1.75rem;margin-bottom:.75rem}.privacy-policy-content p{color:hsl(var(--foreground) / .75);margin-bottom:1rem}.privacy-policy-content ul{margin-left:1.25rem;margin-bottom:1rem}.privacy-policy-content li{color:hsl(var(--foreground) / .75);margin-bottom:.75rem;padding-left:.5rem}.privacy-policy-content li strong{color:hsl(var(--primary));font-weight:600}.contact-email{padding:1.25rem;border-radius:var(--radius);background:hsl(var(--primary) / .08);border-left:3px solid hsl(var(--primary))}.contact-email a{color:hsl(var(--primary));font-weight:600;transition:opacity .2s ease}.contact-email a:hover{opacity:.8;text-decoration:underline}.agreement{margin-top:2rem;padding:1.25rem;border-radius:var(--radius);background:hsl(var(--primary) / .05);border:1px solid hsl(var(--primary) / .2);text-align:center;font-style:italic;color:hsl(var(--foreground) / .75)}.privacy-footer{max-width:50rem;margin:2.5rem auto 0;padding-top:2rem;text-align:center}.privacy-footer p{margin-bottom:1rem;color:hsl(var(--muted-foreground));font-size:.875rem}.privacy-footer a{display:inline-block;padding:.6875rem 1.5rem;border-radius:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;transition:background .2s ease}.privacy-footer a:hover{background:hsl(var(--primary-hover))}@media(max-width:768px){.privacy-policy-container{padding:1rem 1rem 3rem}.privacy-policy-content{padding:1.75rem 1.5rem}}.delete-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;border-radius:var(--radius);border:1px solid hsl(var(--border) / .6);background:hsl(var(--muted) / .35)}.delete-field{display:flex;flex-direction:column;gap:.5rem}.delete-label{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground) / .85)}.delete-field input,.delete-field textarea{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--card) / .9);color:hsl(var(--foreground));font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease}.delete-field textarea{resize:vertical}.delete-field input::placeholder,.delete-field textarea::placeholder{color:hsl(var(--muted-foreground))}.delete-field input:focus-visible,.delete-field textarea:focus-visible{outline:none;border-color:hsl(var(--primary) / .6);box-shadow:0 0 0 3px hsl(var(--primary) / .18)}.delete-confirm{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.6;color:hsl(var(--foreground) / .75);cursor:pointer}.delete-confirm input{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.25rem;accent-color:hsl(var(--primary));cursor:pointer}.delete-submit-button{align-self:flex-start;padding:.8125rem 1.875rem;border:none;border-radius:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease}.delete-submit-button:hover:not(:disabled){background:hsl(var(--primary-hover))}.delete-submit-button:disabled{opacity:.45;cursor:not-allowed}.delete-note{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground))}.delete-success{padding:1.75rem;border-radius:var(--radius);background:hsl(var(--primary) / .08);border:1px solid hsl(var(--primary) / .25)}.delete-success p:last-of-type{margin-bottom:1.25rem}.delete-success a{color:hsl(var(--primary));font-weight:600}.delete-secondary-button{padding:.5rem 1.125rem;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--card) / .8);color:hsl(var(--foreground) / .8);font-family:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:color .2s ease,border-color .2s ease}.delete-secondary-button:hover{color:hsl(var(--foreground));border-color:hsl(var(--primary) / .4)}@media(max-width:768px){.delete-form{padding:1.25rem}.delete-submit-button{align-self:stretch;text-align:center}}:root{color-scheme:light;--background: 0 0% 100%;--foreground: 220 25% 12%;--card: 0 0% 100%;--card-foreground: 220 25% 12%;--muted: 220 14% 96%;--muted-foreground: 220 10% 42%;--secondary: 220 14% 96%;--primary: 168 85% 32%;--primary-hover: 168 85% 27%;--primary-foreground: 0 0% 100%;--accent: 168 85% 32%;--border: 220 14% 90%;--border-strong: 220 14% 80%;--ring: 168 85% 32%;--shadow-card: 0 1px 3px hsl(220 25% 12% / .06);--font-heading: "Sora", "DM Sans", system-ui, sans-serif;--font-body: "Space Grotesk", "DM Sans", system-ui, sans-serif;--radius: .75rem;--radius-lg: 1.5rem;--container: 1280px}:root[data-theme=dark]{color-scheme:dark;--background: 220 20% 6%;--foreground: 0 0% 98%;--card: 220 18% 10%;--card-foreground: 0 0% 98%;--muted: 220 15% 18%;--muted-foreground: 220 10% 55%;--secondary: 220 15% 15%;--primary: 168 100% 42%;--primary-hover: 168 100% 48%;--primary-foreground: 220 20% 6%;--accent: 168 100% 42%;--border: 220 15% 20%;--border-strong: 220 15% 32%;--ring: 168 100% 42%;--shadow-card: 0 1px 3px hsl(0 0% 0% / .4)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;line-height:1.15}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:3px;border-radius:4px}::selection{background:hsl(var(--primary) / .25)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
