@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap";:root{--color-primary: #0f172a;--color-primary-dark: #020617;--color-accent: #64748b;--color-success: #22c55e;--font-sans: "Sora", "Plus Jakarta Sans", system-ui, sans-serif;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 28px;--color-bg: #ffffff;--color-bg-elevated: #ffffff;--color-bg-card: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: rgba(226, 232, 240, .6)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:inherit}.app{min-height:100vh;background:#fff}.header{position:sticky;top:0;z-index:100;padding:1rem 2.5rem;background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(241,245,249,.8)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo-link{display:inline-flex;align-items:center;gap:.75rem}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.logo-byline{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.logo-byline a{color:var(--color-text);font-weight:600;transition:color .2s ease}.logo-byline a:hover{color:#e8003a}.logo-img{height:36px;width:auto}.nav-links{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--color-text-muted);font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--color-text)}.hero{padding:7rem 2.5rem 4rem;background:linear-gradient(to bottom,#e2e8f0,#f1f5f9,#fff)}.hero-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}.hero-copy{display:flex;flex-direction:column;gap:1.5rem}.hero-kicker{font-size:.85rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-text-muted);font-weight:600}.hero h1{font-size:clamp(2.8rem,5vw,3.9rem);font-weight:800;margin:0;line-height:1.1;color:var(--color-text)}.hero-gradient-text{background:linear-gradient(to right,#0d9488,#06b6d4,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline{font-size:1.15rem;color:var(--color-text-muted);margin:0;max-width:520px}.hero-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;background:#0f172a;color:#fff;font-weight:600;font-size:.9rem;border-radius:.5rem;transition:background .2s ease}.hero-cta:hover{background:#1e293b;color:#fff}.hero-cta--disabled{cursor:default;opacity:.7}.hero-cta--disabled:hover{background:#0f172a}.hero-secondary{color:var(--color-text);font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}.hero-secondary:hover{border-color:var(--color-text)}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat{padding:1rem;border-radius:var(--radius-lg);background:#0f172a08;border:1px solid var(--color-border)}.stat-value{display:block;font-size:1.05rem;font-weight:700;color:var(--color-text)}.stat-label{display:block;font-size:.85rem;color:var(--color-text-muted)}.hero-visual{position:relative;display:flex;justify-content:center}.hero-glow-orbs{position:absolute;inset:-1rem;z-index:0;pointer-events:none}.hero-glow-orb{position:absolute;border-radius:9999px;filter:blur(48px)}.hero-glow-orb-1{width:16rem;height:16rem;top:25%;left:-2rem;background:#0d948859}.hero-glow-orb-2{width:14rem;height:14rem;top:33%;right:-2rem;background:#06b6d44d}.hero-glow-orb-3{width:12rem;height:18rem;bottom:-1.5rem;left:33%;background:#6366f14d}.device-frame{position:relative;z-index:1;width:min(360px,100%);border-radius:3rem;border:4px solid #ffffff;background:#fff;box-shadow:0 25px 50px -12px #00000026,0 12px 24px -8px #0000001a;overflow:hidden}.device-frame img{width:100%;display:block}.features-intro{padding:3rem 2.5rem 1rem}.section-inner{max-width:920px;margin:0 auto;text-align:center}.section-inner h2{font-size:2.1rem;margin:0 0 .5rem;color:var(--color-text)}.section-inner p{color:var(--color-text-muted);margin:0 auto;max-width:600px}.feature-section{padding:5rem 2.5rem;scroll-margin-top:80px;border-top:1px solid #f1f5f9}.feature-unified-balance{background:linear-gradient(to bottom,#fff,#fffbeb66,#fff)}.feature-link-accounts{background:linear-gradient(to bottom,#fff,#f0f9ff66,#fff)}.feature-transactions{background:linear-gradient(to bottom,#fff,#ecfdf566,#fff)}.feature-categorization{background:linear-gradient(to bottom,#fff,#f5f3ff66,#fff)}.feature-spending-charts{background:linear-gradient(to bottom,#fff,#fff1f266,#fff)}.feature-budgets{background:linear-gradient(to bottom,#fff,#fffbeb66,#fff)}.feature-credit-card{background:linear-gradient(to bottom,#fff,#f0f9ff66,#fff)}.feature-section-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.feature-section--alt .feature-section-inner{direction:rtl}.feature-section--alt .feature-content,.feature-section--alt .feature-visual-wrap{direction:ltr}.feature-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;background:#0f172a;color:#fff;font-size:.85rem;font-weight:700;margin-bottom:1rem;letter-spacing:.08em}.feature-title{font-size:2rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2;color:var(--color-text)}.feature-desc{color:var(--color-text-muted);font-size:1.05rem;line-height:1.6;margin:0}.feature-visual-wrap{display:flex;justify-content:center;align-items:center}.feature-visual{background:#fff;border:4px solid #ffffff;border-radius:1.5rem;width:min(420px,100%);overflow:hidden}.feature-screenshot{display:block;width:100%;height:auto;border-radius:0}.support-section{padding:6rem 2.5rem;text-align:center;background:linear-gradient(to bottom,#f8fafc,#fff)}.support-box{max-width:700px;margin:0 auto;padding:3.5rem 2.5rem;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.6);border-radius:1.5rem}.support-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);color:#475569;margin-bottom:1.25rem}.support-icon svg{width:28px;height:28px}.support-box h2{font-size:2rem;margin:0 0 .75rem;color:var(--color-text)}.support-box p{color:var(--color-text-muted);margin:0 0 1.75rem}.support-email-link{display:inline-flex}.support-email-button{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.5rem;border-radius:.5rem;background:#0f172a;color:#fff;font-weight:600;font-size:.9rem;transition:background .2s ease}.support-email-link:hover .support-email-button{background:#1e293b}.support-note{font-size:.8rem;color:#94a3b8;margin:1rem 0 0}.cta-section{padding:6rem 2.5rem;text-align:center;background:linear-gradient(to bottom,#fff,#f8fafc)}.cta-box{max-width:700px;margin:0 auto;padding:3.5rem 2.5rem;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.6);border-radius:1.5rem}.cta-box h2{font-size:2rem;margin:0 0 .75rem;color:var(--color-text)}.cta-box p{color:var(--color-text-muted);margin:0 0 1.75rem}.cta-link{display:inline-flex;color:#fff}.cta-button{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.5rem;border-radius:.5rem;background:#0f172a;color:#fff;font-weight:600;font-size:.9rem;transition:background .2s ease}.cta-button svg{width:18px;height:18px;fill:currentColor}.cta-link:hover .cta-button,.cta-link:focus-visible .cta-button{color:#fff;background:#1e293b}.cta-link--disabled{cursor:default;opacity:.7}.cta-link--disabled:hover .cta-button{background:#0f172a}.cta-button:hover{background:#1e293b;color:#fff}.footer{padding:4rem 2.5rem 2rem;border-top:1px solid #f1f5f9;background:linear-gradient(to bottom,#f8fafccc,#f1f5f999)}.footer a{transition:color .2s ease}.footer-top{max-width:1200px;margin:0 auto 2.5rem;display:flex;justify-content:space-between;gap:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{display:inline-flex;align-items:center;gap:.5rem}.footer-logo img{height:28px;width:28px;display:block}.footer-logo span{font-size:1.25rem;font-weight:700;letter-spacing:.04em;color:var(--color-text)}.footer-brand p{margin:0;font-size:.875rem;color:var(--color-text-muted)}.footer-social{display:flex;gap:1rem;margin-top:.25rem}.footer-social a{display:inline-flex;color:#94a3b8;font-weight:400}.footer-social a:hover{color:#475569}.footer-social svg{width:20px;height:20px}.footer-company{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.footer-column-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.footer-company a{color:var(--color-text-muted);font-weight:400}.footer-company a:hover{color:var(--color-text)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid #f1f5f9;color:#94a3b8;font-size:.875rem}.footer-bottom p{margin:0}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.hero-stats{grid-template-columns:1fr 1fr}}@media(max-width:700px){.header{padding:1rem 1.25rem}.nav-links{display:none}.hero{padding:6rem 1.5rem 3rem}.hero-stats{grid-template-columns:1fr}.features-intro,.feature-section,.cta-section{padding:4rem 1.5rem}.feature-section-inner{grid-template-columns:1fr;gap:2rem;direction:ltr}.feature-section--alt .feature-section-inner{direction:ltr}.feature-visual--screenshot{height:480px}.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start}}.help-page{min-height:100vh;background:#fff}.help-header{position:sticky;top:0;z-index:100;padding:1rem 2.5rem;background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(241,245,249,.8)}.help-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.help-header-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}.help-logo-link{display:inline-flex;align-items:center}.help-logo-link .logo-img{height:36px;width:auto}.help-header-divider{width:1px;height:24px;background:var(--color-border)}.help-header-title{font-size:1.05rem;font-weight:600;color:var(--color-text);white-space:nowrap}.help-search-wrap{position:relative;max-width:400px;width:100%}.help-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8;pointer-events:none}.help-search-input{width:100%;padding:.65rem 1rem .65rem 2.75rem;border:1px solid var(--color-border);border-radius:10px;background:#f8fafc;font-family:var(--font-sans);font-size:.9rem;color:var(--color-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.help-search-input::placeholder{color:#94a3b8}.help-search-input:focus{border-color:#cbd5e1;box-shadow:0 0 0 3px #64748b14;background:#fff}.help-main{max-width:1200px;margin:0 auto;padding:0 2.5rem 4rem}.help-hero{text-align:center;padding:4rem 0 3rem}.help-hero h1{font-size:2.4rem;font-weight:800;color:var(--color-text);margin:0 0 .75rem;letter-spacing:-.02em}.help-hero p{font-size:1.1rem;color:var(--color-text-muted);margin:0}.help-empty{text-align:center;padding:3rem 0;color:var(--color-text-muted)}.help-category-section{margin-bottom:2.5rem}.help-category-header{margin-bottom:1rem}.help-category-badge{display:inline-block;padding:.3rem .85rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#fff;letter-spacing:.02em}.help-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.help-article-card{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.help-article-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000a}.help-article-card-title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem;line-height:1.3}.help-article-card-desc{font-size:.875rem;color:var(--color-text-muted);margin:0;flex:1;line-height:1.5}.help-article-card-arrow{display:flex;align-items:center;justify-content:flex-end;margin-top:1rem;color:#94a3b8;transition:color .2s ease,transform .2s ease}.help-article-card-arrow svg{width:20px;height:20px}.help-article-card:hover .help-article-card-arrow{color:var(--color-text);transform:translate(2px)}.help-article{max-width:720px;margin:0 auto;padding:2rem 0 4rem}.help-article-nav{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.help-back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;color:var(--color-text-muted);transition:color .2s ease}.help-back-link svg{width:18px;height:18px}.help-back-link:hover{color:var(--color-text)}.help-article-category{font-size:.8rem;font-weight:600;color:var(--color-text-muted);background:#f1f5f9;padding:.25rem .75rem;border-radius:999px}.help-article-title{font-size:2rem;font-weight:800;color:var(--color-text);margin:0 0 .75rem;letter-spacing:-.02em;line-height:1.2}.help-article-desc{font-size:1.05rem;color:var(--color-text-muted);margin:0 0 2.5rem;line-height:1.6}.help-article-steps{display:flex;flex-direction:column;gap:0}.help-step{display:flex;gap:1.25rem;padding:1.5rem 0;border-top:1px solid #f1f5f9}.help-step:last-child{border-bottom:1px solid #f1f5f9}.help-step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#0f172a;color:#fff;font-size:.85rem;font-weight:700;margin-top:.1rem}.help-step-content{flex:1}.help-step-title{font-size:1rem;font-weight:600;color:var(--color-text);margin:0 0 .4rem}.help-step-body{font-size:.95rem;color:var(--color-text-muted);margin:0;line-height:1.6}.help-support-contact{margin-top:3rem;padding:2.5rem;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center}.help-support-contact-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);color:#475569;margin-bottom:1rem}.help-support-contact-icon svg{width:24px;height:24px}.help-support-contact h3{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem}.help-support-contact p{font-size:.95rem;color:var(--color-text-muted);margin:0 0 1rem;max-width:400px;margin-left:auto;margin-right:auto}.help-support-email-link{display:inline-flex;align-items:center;padding:.7rem 1.25rem;border-radius:.5rem;background:#0f172a;color:#fff;font-weight:600;font-size:.9rem;transition:background .2s ease}.help-support-email-link:hover{background:#1e293b;color:#fff}.help-support-note{font-size:.8rem;color:#94a3b8;margin:.75rem 0 0}@media(max-width:900px){.help-article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.help-header{padding:1rem 1.25rem}.help-header-inner{flex-direction:column;align-items:stretch;gap:.75rem}.help-main{padding:0 1.25rem 3rem}.help-hero{padding:2.5rem 0 2rem}.help-hero h1{font-size:1.8rem}.help-article-grid{grid-template-columns:1fr}.help-article{padding:1.5rem 0 3rem}.help-article-title{font-size:1.5rem}.help-step{gap:1rem}.help-support-contact{padding:2rem 1.5rem}}
