:root{--color-dark: #1d1d1f;--color-blue: #2997ff;--color-blue-light: #e8f0fe;--color-bg: #ffffff;--color-white: #ffffff;--color-text: #1d1d1f;--color-text-muted: #6e6e73;--color-surface: #fbfbfd;--color-border: #e5e5ea;--color-nav-bg: rgba(255, 255, 255, .82);--color-hero-gradient-end: #f5f5f7;--color-shadow: rgba(0, 0, 0, .06);--color-cta-bg: #0a0a0a;--color-cta-text: #a1a1a6;--color-footer-link: #a1a1a6;--color-footer-text: #6e6e73;--color-accent-gradient: linear-gradient(135deg, #2997ff, #5ac8fa);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--color-dark: #f5f5f7;--color-blue: #2997ff;--color-blue-light: #1c1c1e;--color-bg: #000000;--color-white: #1c1c1e;--color-text: #f5f5f7;--color-text-muted: #86868b;--color-surface: #1c1c1e;--color-border: #2c2c2e;--color-nav-bg: rgba(0, 0, 0, .82);--color-hero-gradient-end: #0a0a0a;--color-shadow: rgba(0, 0, 0, .3);--color-cta-bg: #1c1c1e;--color-cta-text: #86868b;--color-footer-link: #86868b;--color-footer-text: #48484a}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh}a{color:var(--color-blue);text-decoration:none;transition:color .2s}a:hover{color:var(--color-dark)}.reveal-item{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-item.revealed{opacity:1;transform:translateY(0)}.reveal-item:nth-child(1){transition-delay:0s}.reveal-item:nth-child(2){transition-delay:.1s}.reveal-item:nth-child(3){transition-delay:.2s}.reveal-item:nth-child(4){transition-delay:.15s}.reveal-item:nth-child(5){transition-delay:.25s}.reveal-item:nth-child(6){transition-delay:.3s}html{scroll-behavior:smooth}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:980px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border:none;text-decoration:none;letter-spacing:-.01em}.btn-primary{background:var(--color-blue);color:#fff}.btn-primary:hover{background:#0077ed;color:#fff;transform:scale(1.04);box-shadow:0 4px 24px #2997ff59}.btn-secondary{background:#0000000f;color:var(--color-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-theme=dark] .btn-secondary{background:#ffffff1a}.btn-secondary:hover{background:#0000001a;color:var(--color-blue);transform:scale(1.04)}[data-theme=dark] .btn-secondary:hover{background:#ffffff26}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}@media(max-width:768px){.btn-lg{padding:.9rem 2rem;font-size:1rem}}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:980px;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:all .2s}.theme-toggle:hover{color:var(--color-dark);background:#0000000d}[data-theme=dark] .theme-toggle:hover{background:#ffffff14}.nav{display:flex;align-items:center;justify-content:space-between;padding:.85rem 2rem;background:var(--color-nav-bg);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.nav-brand{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:600;color:var(--color-dark);text-decoration:none;letter-spacing:-.02em}.nav-brand img{height:34px;width:34px;border-radius:8px}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:400;color:var(--color-text-muted);transition:color .2s;letter-spacing:-.01em}.nav-links a:hover{color:var(--color-dark)}@media(max-width:768px){.nav{padding:.75rem 1.25rem}.nav-links{display:none}}.footer{padding:1.75rem 2rem;background:var(--color-cta-bg);border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#ffffffd9;font-size:.95rem;letter-spacing:-.01em}.footer-brand img{width:22px;height:22px;border-radius:5px}.footer-links a{color:var(--color-footer-link);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer p{color:var(--color-footer-text);font-size:.8rem}@media(max-width:768px){.footer{padding:1.5rem 1.25rem}.footer-inner{flex-direction:column;gap:.75rem}}.hero{padding:6rem 2rem 4rem;position:relative;overflow:hidden;background:var(--color-bg)}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.hero:before{width:600px;height:600px;background:radial-gradient(circle,rgba(41,151,255,.15),transparent 70%);top:-150px;right:20%}.hero:after{width:500px;height:500px;background:radial-gradient(circle,rgba(90,200,250,.1),transparent 70%);bottom:-100px;left:-100px}[data-theme=dark] .hero:before{opacity:.25}[data-theme=dark] .hero:after{opacity:.15}.hero-layout{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;position:relative;z-index:1}.hero-content{text-align:left}.hero h1{font-size:4.25rem;font-weight:700;color:var(--color-dark);margin-bottom:1.5rem;letter-spacing:-.04em;line-height:1.05}.hero h1 span{background:var(--color-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;color:var(--color-text-muted);max-width:460px;margin-bottom:2.5rem;line-height:1.7;letter-spacing:-.01em}.hero-subtitle strong{color:var(--color-dark);font-weight:600}.hero-highlight{display:inline;background:var(--color-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.app-store-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.5rem;background:var(--color-dark);color:#fff;border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .app-store-badge{background:#fff;color:#000}.app-store-badge:hover{transform:scale(1.04);box-shadow:0 8px 24px #00000026;color:#fff}[data-theme=dark] .app-store-badge:hover{color:#000;box-shadow:0 8px 24px #ffffff1a}.app-store-badge svg{flex-shrink:0}.app-store-text{display:flex;flex-direction:column;line-height:1.15}.app-store-label{font-size:.65rem;font-weight:400;opacity:.85;letter-spacing:.01em}.app-store-name{font-size:1.2rem;font-weight:600;letter-spacing:-.02em}.hero-see-features{display:flex;width:fit-content;align-items:center;gap:.35rem;margin-top:1.75rem;font-size:.95rem;font-weight:500;color:var(--color-blue);text-decoration:none;transition:all .2s}.hero-see-features:hover{color:var(--color-blue);opacity:.75}.hero-see-features svg{transition:transform .2s}.hero-see-features:hover svg{transform:translateY(2px)}.hero-showcase{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.showcase-phone{position:relative;width:280px;height:560px;border-radius:32px;overflow:hidden;background:#000;box-shadow:0 24px 64px #00000026,0 0 0 1px #ffffff0d inset}[data-theme=dark] .showcase-phone{box-shadow:0 24px 64px #0006,0 0 0 1px #ffffff14 inset}.showcase-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.showcase-image.active{opacity:1;transform:scale(1)}.showcase-dots{display:flex;gap:.5rem}.showcase-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;padding:0;transition:all .3s}.showcase-dot.active{background:var(--color-blue);width:24px;border-radius:4px}.hero-content h1{animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) both}.hero-content .hero-subtitle{animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .1s both}.hero-content .app-store-badge{animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .2s both}.hero-content .hero-see-features{animation:heroFadeIn 1s cubic-bezier(.16,1,.3,1) .3s both}.hero-showcase{animation:heroFadeIn 1.2s cubic-bezier(.16,1,.3,1) .3s both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero-layout{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{text-align:center;order:1}.hero-showcase{order:2}.hero-subtitle,.hero-content .app-store-badge{margin-left:auto;margin-right:auto}.hero-see-features{justify-content:center;margin-left:auto;margin-right:auto}}@media(max-width:768px){.hero{padding:4rem 1.5rem 3rem}.hero h1{font-size:2.75rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2rem}.showcase-phone{width:220px;height:440px;border-radius:26px}}@media(max-width:380px){.hero h1{font-size:2.25rem}.hero-subtitle{font-size:.95rem}}.features{padding:7rem 2rem;background:var(--color-surface)}.features-inner{max-width:1120px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features h2{font-size:3rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1}.features-header p{color:var(--color-text-muted);font-size:1.2rem;max-width:480px;margin:0 auto;letter-spacing:-.01em}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--color-white);border-radius:20px;padding:2.25rem;border:1px solid var(--color-border);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px var(--color-shadow),0 0 0 1px var(--color-border);border-color:transparent}.feature-icon{width:52px;height:52px;border-radius:14px;background:var(--color-accent-gradient);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.15rem;font-weight:600;color:var(--color-dark);margin-bottom:.6rem;letter-spacing:-.02em}.feature-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.65}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features{padding:5rem 1.25rem}.features h2{font-size:2.25rem}.features-header p{font-size:1.05rem}.features-header{margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.75rem}}.community{padding:7rem 2rem;background:var(--color-cta-bg);position:relative;overflow:hidden}.community:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(41,151,255,.08),transparent 70%);top:-200px;left:50%;transform:translate(-50%);border-radius:50%;pointer-events:none}.community-inner{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:1}.community h2{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1}.community-subtitle{font-size:1.15rem;color:var(--color-cta-text);line-height:1.7;margin-bottom:3rem;letter-spacing:-.01em}.platforms{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.platform{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.75rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:980px;font-weight:500;font-size:.95rem;color:#fff;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:default}.platform svg{flex-shrink:0;opacity:.7;transition:opacity .3s}.platform:hover{background:#ffffff1f;border-color:#2997ff66;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.platform:hover svg{opacity:1}@media(max-width:768px){.community{padding:5rem 1.25rem}.community h2{font-size:2.25rem}.community-subtitle{font-size:1rem;margin-bottom:2.5rem}.platforms{gap:.6rem}.platform{padding:.7rem 1.25rem;font-size:.85rem}}.cta{padding:7rem 2rem;background:var(--color-surface);text-align:center;position:relative;overflow:hidden}.cta-inner{max-width:600px;margin:0 auto;position:relative;z-index:1}.cta-logo{width:80px;height:80px;border-radius:20px;margin-bottom:2rem;filter:drop-shadow(0 8px 24px rgba(41,151,255,.3))}.cta h2{font-size:3rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1}.cta p{color:var(--color-text-muted);font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem;letter-spacing:-.01em}@media(max-width:768px){.cta{padding:5rem 1.25rem}.cta h2{font-size:2.25rem}.cta p{font-size:1rem}.cta-logo{width:64px;height:64px}}.privacy-policy{max-width:800px;margin:0 auto;padding:4rem 1.5rem 3rem}.privacy-policy-inner{background:var(--color-white);border-radius:16px;padding:3rem;box-shadow:0 2px 12px var(--color-shadow)}.privacy-policy h1{font-size:2rem;color:var(--color-dark);margin-bottom:.5rem}.privacy-policy-date{color:var(--color-text-muted);margin-bottom:2rem;font-size:.95rem}.privacy-policy-section{margin-bottom:1.75rem}.privacy-policy-section h2{font-size:1.2rem;color:var(--color-dark);margin-bottom:.5rem}.privacy-policy-section p{color:var(--color-text);line-height:1.7}@media(max-width:768px){.privacy-policy{padding:2rem 1rem}.privacy-policy-inner{padding:1.5rem}.privacy-policy h1{font-size:1.5rem}}.not-found{max-width:600px;margin:0 auto;padding:6rem 1.5rem 3rem;text-align:center}.not-found-code{font-size:6rem;font-weight:700;color:var(--color-blue);line-height:1;margin-bottom:1rem}.not-found h1{font-size:1.5rem;color:var(--color-dark);margin-bottom:.75rem}.not-found p{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}@media(max-width:768px){.not-found{padding:4rem 1rem 2rem}.not-found-code{font-size:4rem}.not-found h1{font-size:1.25rem}}
