@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";:root{--bg: #f5f3ee;--surface: #ffffff;--surface-soft: #f8f6f1;--cream: #f7f4ee;--ink: #0f1a2e;--ink-mid: #3f5873;--muted: #4f647d;--line: rgba(15, 26, 46, .11);--accent: #2a6ef5;--accent-dark: #1a50c8;--positive: #1db87a;--negative: #b54d67;--focus: rgba(42, 110, 245, .26);--shadow-xl: 0 30px 84px rgba(15, 26, 46, .22);--type-h1: clamp(2.2rem, 4.8vw, 4.1rem);--type-h2: clamp(1.22rem, 2.1vw, 1.58rem);--type-h3: clamp(1rem, 1.35vw, 1.14rem);--type-body: .96rem;--type-body-lg: clamp(1rem, 1.5vw, 1.18rem);--type-body-sm: .88rem;--type-label: .79rem;--type-mono: .9rem;--type-mono-sm: .83rem;--shadow-sm: 0 2px 8px rgba(15, 26, 46, .06);--shadow-md: 0 8px 32px rgba(15, 26, 46, .1);--shadow-lg: 0 24px 64px rgba(15, 26, 46, .14);--space-nav-y: 18px;--space-nav-x: 48px;--space-nav-y-mobile: 14px;--space-nav-x-mobile: 20px;--space-hero-top: 120px;--space-hero-bottom: 80px;--space-gutter: 24px;--space-section: 100px;--btn-primary-y: 15px;--btn-primary-x: 32px;--btn-ghost-y: 14px;--btn-ghost-x: 28px;--space-card-pad: .85rem;--space-card-pad-sm: .62rem;--space-panel-gap: .85rem;--space-panel-gap-sm: .5rem;--space-tab-pad-y: .32rem;--space-tab-pad-x: .75rem;--space-pill-pad-y: .22rem;--space-pill-pad-x: .64rem;--space-list-row-y: .6rem;--space-list-row-x: .68rem}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 10%,#dce6fb 0%,transparent 34%),radial-gradient(circle at 88% 2%,#d5efe3 0%,transparent 30%),var(--bg);min-height:100vh;line-height:1.6;font-size:var(--type-body)}img{max-width:100%;height:auto}h1,h2,h3{margin:0;font-family:"DM Serif Display",serif;letter-spacing:-.012em;line-height:1.14}button,input,select{font:inherit}input,select{width:100%;border:1px solid rgba(15,26,46,.16);border-radius:9px;padding:.58rem .68rem;background:#fff;min-height:42px}input:focus,select:focus{outline:2px solid var(--focus);border-color:var(--accent)}button{border:0;border-radius:10px;padding:calc(var(--btn-primary-y) - 5px) calc(var(--btn-primary-x) - 18px);min-height:40px;color:#fff;font-weight:600;letter-spacing:.01em;cursor:pointer;background:var(--accent);transition:transform .15s ease,box-shadow .15s ease}button:hover{transform:none;box-shadow:none}button:disabled{opacity:.6;cursor:not-allowed}.ghost-btn{background:var(--surface-soft);border:1px solid var(--line);color:var(--ink);font-weight:600}.icon-btn{min-width:34px;min-height:34px;width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center}.icon-only{border-radius:999px}.btn-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn-icon svg{width:14px;height:14px;display:block}.chip-btn{display:inline-flex;align-items:center;gap:.36rem}.action-icon{border:1px solid rgba(15,26,46,.14);background:#fff;color:#526a83}.action-icon.positive{background:#e8f5ef;border-color:#cce8dc;color:#2f8f66}.action-icon.danger{background:#fff;border-color:#0f1a2e24;color:#526a83}.action-icon:hover{border-color:#2a6ef5;color:#2a6ef5;background:#f0f5ff}.action-icon.danger:hover{background:#fff1f3;color:#d64545;border-color:#d6454552}.splash-shell{min-height:100vh;display:grid;place-items:center;padding:var(--space-hero-top) var(--space-gutter) var(--space-hero-bottom)}.splash-hero{background:radial-gradient(circle at 12% 10%,#d8e3ff 0%,transparent 36%),radial-gradient(circle at 86% 2%,#d4efdf 0%,transparent 34%),#faf9f6}.splash-card{width:min(760px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:calc(var(--space-card-pad) + .25rem);box-shadow:var(--shadow-lg);display:grid;gap:var(--space-panel-gap)}.splash-card-wide{width:min(920px,100%);border-radius:22px;box-shadow:var(--shadow-lg)}.splash-logo{width:min(320px,100%)}.hero-eyebrow{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;border:1px solid var(--line);border-radius:999px;background:#fff;color:#48627d;font-size:.78rem;font-weight:600;padding:.3rem .7rem;box-shadow:var(--shadow-sm);animation:fadeUp .55s ease both}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:#1db87a;box-shadow:0 0 0 3px #1db87a2e;animation:pulseDot 2s ease-in-out infinite}.splash-headline{font-size:var(--type-h1);line-height:1.06;letter-spacing:-.02em;animation:fadeUp .65s .08s ease both}.splash-subhead{max-width:720px;color:#4e657c;font-size:var(--type-body-lg);animation:fadeUp .65s .16s ease both}.splash-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-panel-gap-sm);animation:fadeUp .65s .32s ease both}.splash-stats div{border:1px solid var(--line);border-radius:11px;background:#fff;padding:var(--space-card-pad-sm);display:grid;gap:.16rem;box-shadow:var(--shadow-sm)}.splash-stats strong{font-size:var(--type-mono-sm);font-family:JetBrains Mono,monospace}.splash-stats small{color:#5f7387;font-size:.75rem}.splash-card p{margin:0;color:var(--muted)}.splash-actions{display:flex;gap:.55rem;animation:fadeUp .65s .24s ease both}.splash-actions button{padding:var(--btn-primary-y) var(--btn-primary-x)}.login-form{display:grid;gap:.5rem;background:#fff;border:1px solid var(--line);border-radius:12px;padding:.85rem}.auth-switch{display:flex;gap:.5rem}.auth-switch button{flex:1;padding:var(--btn-ghost-y) var(--btn-ghost-x)}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.captcha-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.45rem;align-items:center}.captcha-row label{color:var(--muted);font-size:.82rem}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.error-text{color:var(--negative)}.ok-text{color:var(--positive)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#0f1a2e8f;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s}.modal-overlay.open{opacity:1;pointer-events:all}.modal{width:min(466px,calc(100% - 24px));background:#fff;border-radius:18px;border:1px solid rgba(15,26,46,.08);box-shadow:var(--shadow-xl);overflow:hidden;max-height:min(92vh,860px);display:flex;flex-direction:column;transform:translateY(16px);transition:transform .25s ease}.modal-overlay.open .modal{transform:translateY(0)}.modal-head{padding:24px 26px 0;display:flex;align-items:flex-start;justify-content:space-between;position:sticky;top:0;z-index:2;background:#fff}.modal-logo{display:flex;align-items:center;gap:10px}.modal-logo-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#2a6ef5,#1db87a);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:JetBrains Mono,monospace;font-weight:700}.modal-title{font-family:"DM Serif Display",serif;font-size:30px;line-height:1.05;letter-spacing:-.02em}.modal-sub{margin-top:6px;font-size:13px;color:#6b7f96}.modal-close{width:28px;height:28px;border:0;border-radius:7px;background:transparent;color:#6b7f96;font-size:20px;line-height:1;padding:4px;display:inline-flex;align-items:center;justify-content:center}.modal-close:hover{background:#f5f3ee;color:#0f1a2e}.modal-body{padding:20px 26px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-tabs{display:flex;border-bottom:1px solid rgba(15,26,46,.12);margin-bottom:18px}.modal-tab{flex:1;border:0;border-bottom:2.5px solid transparent;margin-bottom:-1px;background:transparent;color:#6b7f96;border-radius:0;padding:10px 8px 11px;font-weight:600;font-size:13.5px;min-height:40px;box-shadow:none;transform:none}.modal-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.modal-form{border:0;padding:0;gap:10px;background:transparent;box-shadow:none}.register-advanced{border:1px solid #d8e3ea;border-radius:10px;background:linear-gradient(180deg,#fcfdff,#f4f8fc);padding:11px;display:grid;gap:9px}.register-advanced-title{margin:0;font-size:11px;color:#3a4f6a;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.form-field label{display:block;font-size:12px;font-weight:600;color:#3a4f6a;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.modal-form .form-field{margin-bottom:0}.modal-form input{width:100%;padding:12px 13px;border-radius:9px;border:1.5px solid rgba(15,26,46,.16);font-family:DM Sans,sans-serif;font-size:14px;background:var(--cream);color:var(--ink);outline:none;min-height:44px;transition:border-color .2s,background .2s,box-shadow .2s}.modal-form input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2a6ef51f}.form-submit{width:100%;padding:14px 12px;border-radius:10px;font-size:15px;min-height:46px;margin-top:2px;box-shadow:0 14px 30px #2a6ef542}.form-divider{text-align:center;font-size:12px;color:#6b7f96;margin:12px 0;position:relative}.form-divider:before,.form-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--line)}.form-divider:before{left:0}.form-divider:after{right:0}.guest-btn{width:100%;padding:12px 10px;border-radius:10px;border:1.5px solid var(--line);background:transparent;color:#3a4f6a;font-size:13px;font-weight:600;min-height:44px;box-shadow:none;transform:none}.guest-btn:hover{border-color:var(--accent);color:var(--accent)}.modal-note{margin:11px 0 0;text-align:center;font-size:11.5px;color:#6b7f96}.modal-form .error-text,.modal-form .ok-text{display:block;text-align:left;font-size:12px;min-height:0;margin-top:4px;padding:8px 10px;border-radius:8px;border:1px solid transparent}.modal-form .error-text{color:#a7415f;background:#fdf3f6;border-color:#f5d4df}.modal-form .ok-text{color:#1f8a62;background:#eefaf4;border-color:#caead9}.hero-tryme{margin-top:-56px;margin-bottom:32px}.landing-page{background:#faf9f6;color:#0f1a2e}.landing-page nav{position:fixed;top:0;left:0;right:0;z-index:140;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#f5f3eed9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,26,46,.1)}.nav-logo,.footer-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#0f1a2e}.nav-logo{font-family:"DM Serif Display",serif;font-size:22px}.nav-logo-mark,.mini-logo-mark,.footer-logo-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#2a6ef5,#1db87a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-weight:700}.mini-logo-mark,.footer-logo-mark{width:32px;height:32px;border-radius:8px;font-size:14px}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{text-decoration:none;color:#3a4f6a;font-size:15px;font-weight:500}.nav-links a:hover{color:#2a6ef5}.nav-cta{background:#0f1a2e;color:#fff!important;padding:10px 22px;border-radius:8px;font-weight:600!important}.nav-cta:hover{background:#2a6ef5!important;color:#fff!important}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 24px 80px;position:relative;overflow:hidden;text-align:center}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.hero-blob-1{width:600px;height:600px;top:-100px;right:-100px;background:radial-gradient(circle,#c9dbff,transparent)}.hero-blob-2{width:400px;height:400px;bottom:0;left:-80px;background:radial-gradient(circle,#c3f0db,transparent)}.hero-blob-3{width:300px;height:300px;top:40%;left:40%;background:radial-gradient(circle,#fde8b8,transparent)}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(15,26,46,.1);border-radius:999px;padding:6px 16px;font-size:13px;font-weight:500;color:#3a4f6a;margin-bottom:28px;position:relative}.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#1db87a;box-shadow:0 0 0 3px #1db87a33}.hero-headline{font-family:"DM Serif Display",serif;font-size:clamp(52px,7vw,90px);line-height:1.05;margin-bottom:24px;position:relative}.hero-headline em{color:#2a6ef5;font-style:italic}.hero-sub{max-width:560px;font-size:clamp(18px,2vw,20px);color:#3a4f6a;line-height:1.65;margin-bottom:44px;position:relative}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;align-items:center;padding-top:4px;margin-bottom:64px;position:relative}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#2a6ef5;color:#fff;border:0;border-radius:10px;padding:15px 32px;font-size:17px;font-weight:600;box-shadow:0 4px 20px #2a6ef559;transition:all .2s}.btn-primary:hover{background:#1a50c8;transform:translateY(-2px);box-shadow:0 8px 24px #2a6ef557}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:10px;border:1.5px solid rgba(15,26,46,.1);background:transparent;color:#0f1a2e;text-decoration:none;transition:all .2s}.btn-ghost:hover{border-color:#2a6ef5;color:#2a6ef5;transform:translateY(-2px);background:transparent;box-shadow:none}.hero-stats{display:flex;background:#fff;border-radius:16px;border:1px solid rgba(15,26,46,.1);overflow:hidden;box-shadow:0 14px 34px #0f1a2e1f;position:relative}.hero-stat{padding:20px 32px;text-align:center;border-right:1px solid rgba(15,26,46,.1)}.hero-stat:last-child{border-right:0}.hero-stat-val{font-family:JetBrains Mono,monospace;font-size:clamp(38px,3.1vw,52px);line-height:1.05;font-weight:600}.hero-stat-val.green{color:#1db87a}.hero-stat-lbl{font-size:12px;color:#6b7f96;margin-top:4px;font-weight:500;text-transform:uppercase}.demo-section,.features-section,.how-section,.proof-section,.cta-section,.landing-auth{padding:100px 24px}.demo-section{background:#ede9e1}#demo{scroll-margin-top:92px}.features-section{background:#faf9f6}.how-section{background:#ede9e1}.section-header{text-align:center;margin-bottom:56px}.section-tag{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;color:#2a6ef5;letter-spacing:.1em;text-transform:uppercase}.section-title{margin-top:16px;font-family:"DM Serif Display",serif;font-size:clamp(32px,5vw,52px);line-height:1.15}.section-sub{margin:16px auto 0;font-size:18px;color:#3a4f6a;max-width:560px}.demo-app-wrap{max-width:1100px;margin:0 auto;background:#fff;border:1px solid rgba(15,26,46,.1);border-radius:20px;box-shadow:0 24px 64px #0f1a2e24;overflow:hidden}.demo-app-bar{background:#0f1a2e;padding:12px 20px;display:flex;align-items:center;gap:8px}.demo-dot{width:12px;height:12px;border-radius:50%}.demo-dot-r{background:#ff5f57}.demo-dot-y{background:#ffbd2e}.demo-dot-g{background:#28c840}.demo-url{flex:1;margin-left:12px;border-radius:6px;background:#ffffff14;padding:5px 14px;color:#ffffffa6;font-family:JetBrains Mono,monospace;font-size:12px}.mini-header,.mini-summary,.mini-tabs,.mini-panel{background:#fff}.mini-header{padding:16px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(15,26,46,.075);background:#faf9f6}.mini-logo{display:flex;align-items:center;gap:10px}.mini-logo-btn{border:0;background:transparent;color:inherit;padding:0;min-height:auto;box-shadow:none;text-align:left}.mini-logo-btn:hover{transform:none;box-shadow:none;opacity:.94}.mini-logo-text{font-family:"DM Serif Display",serif;font-size:17px}.mini-logo-sub,.mini-logged{color:#6b7f96;font-size:11px}.mini-hbtns{display:flex;align-items:center;gap:6px}.mb{display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:7px;min-height:34px;padding:7px 12px;font-size:12px;font-weight:500;border:1px solid rgba(15,26,46,.09);background:transparent;color:#3a4f6a}.mb-s{background:#2a6ef5;color:#fff;border-color:#2a6ef5}.mb-s:hover{background:#1a50c8}.mb-o:hover{border-color:#2a6ef5;color:#2a6ef5}.mu-pill{display:inline-flex;align-items:center;box-sizing:border-box;min-height:34px;gap:6px;font-size:11px;color:#6b7f96;background:#fff;border:1px solid rgba(15,26,46,.075);border-radius:999px;padding:6px 10px 6px 6px}.mu-av{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#2a6ef5,#1db87a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-weight:700}.mu-signin{border:0;background:transparent;color:#6b7f96;font-size:10px;padding:0;min-height:auto;width:auto;height:auto;box-shadow:none}.mu-signin:hover{color:#2a6ef5;transform:none;background:transparent;box-shadow:none}.af{display:flex;flex-direction:column;gap:10px}.af input,.af select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--line);font-size:13px;background:var(--cream);color:var(--ink);outline:none}.af input:focus,.af select:focus{border-color:var(--accent);background:#fff}.af-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.af-btn{background:var(--accent);color:#fff;border:0;border-radius:8px;padding:12px;font-size:13px;font-weight:600}.rz{border:2px dashed var(--line);border-radius:12px;padding:16px;text-align:center;cursor:pointer;background:var(--cream)}.rz-icon{font-size:26px;margin-bottom:6px}.rz-text{font-size:12px;color:var(--muted)}.rz-sub{font-size:10px;color:#6b7f96;margin-top:3px}.scan-btn.splash-visible{width:100%;margin-top:8px;display:block;background:linear-gradient(135deg,var(--accent),#1db87a);color:#fff;border:0;border-radius:9px;padding:11px;font-size:12px;font-weight:600}.cam-btn{width:100%;margin-top:8px;padding:9px;border-radius:7px;background:transparent;border:1px solid var(--line);font-size:12px;font-weight:500;color:var(--ink-mid)}.mini-summary{padding:20px 28px;border-bottom:1px solid rgba(15,26,46,.075)}.mini-month{font-family:"DM Serif Display",serif;font-size:22px}.mini-paydate{font-size:12px;color:#6b7f96;margin-bottom:14px}.mini-pills{display:flex;gap:12px;flex-wrap:wrap}.mini-pill{flex:1;min-width:140px;background:#faf9f6;border:1px solid rgba(15,26,46,.075);border-radius:10px;padding:12px 16px}.mini-pill-lbl{font-size:11px;color:#6b7f96;text-transform:uppercase;letter-spacing:.04em}.mini-pill-val{font-family:JetBrains Mono,monospace;font-size:20px;font-weight:600}.mini-pill-val.green{color:#1db87a}.mini-tabs{display:flex;padding:0 28px;border-bottom:1px solid rgba(15,26,46,.075)}.mini-tab{padding:12px 20px;font-size:14px;color:#6b7f96;border:0;border-bottom:0;border-radius:0;background:transparent;box-shadow:none}.mini-tab.active{color:#2a6ef5;font-weight:600;background:transparent}.mini-body{display:grid;grid-template-columns:1fr 1fr;background:#faf9f6}.mini-panel{padding:24px 28px}.mini-panel:first-child{border-right:1px solid rgba(15,26,46,.075)}.mini-panel-title{font-family:"DM Serif Display",serif;font-size:18px;margin-bottom:14px}.mini-panel-expenses{display:grid;grid-template-rows:auto minmax(0,1fr)}.mini-expenses-list{max-height:420px;overflow-y:auto;padding-right:4px}.donut-legend .legend-item,.expense-item{display:flex;align-items:center;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.045)}.legend-item{justify-content:space-between;font-size:13px}.legend-dot-i{width:8px;height:8px;border-radius:50%}.legend-name{flex:1;margin-left:8px;color:#3a4f6a}.legend-amt,.expense-amt{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.expense-item{justify-content:space-between;align-items:flex-start;gap:10px}.expense-item.dragging{opacity:.62;background:#3766d00f}.expense-item.drag-over{background:#3766d014}.expense-name{font-size:14px;font-weight:400;color:#0f1a2e}.expense-cat{font-size:11px;color:#6b7f96;margin-top:1px}.expense-info{display:grid;gap:1px}.expense-item:last-child,.legend-item:last-child{border-bottom:0}.splash-donut-wrap{border:1px solid #e7edf2;border-radius:12px;background:#fff;padding:.65rem}.mini-donut-wrap{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.mini-donut{width:130px;height:130px;border-radius:50%;display:grid;place-items:center}.mini-donut-hole{width:66%;height:66%;border-radius:50%;background:#fff;border:1px solid rgba(15,26,46,.075);display:grid;place-items:center;text-align:center;padding:4px}.mini-donut-hole span{font-size:10px;color:#5f7387;line-height:1.2}.mini-donut-hole strong{font-family:JetBrains Mono,monospace;font-size:12px}.mini-guide{margin-top:14px;border-top:1px solid rgba(15,26,46,.1);padding-top:12px;display:grid;gap:8px}.mini-guide-title{font-size:18px;font-family:"DM Serif Display",serif}.mini-guide-row{display:grid;gap:4px}.mini-guide-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px}.mini-guide-head strong{font-family:JetBrains Mono,monospace;font-size:12px}.mini-guide-head small{color:#6b7f96;font-size:11px}.mini-guide-track{width:100%;height:6px;border-radius:99px;background:#e8edf3;overflow:hidden}.mini-guide-fill{height:100%;border-radius:99px}.features-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.feature-card{background:#fff;border:1px solid rgba(15,26,46,.1);border-radius:18px;padding:28px;box-shadow:0 2px 8px #0f1a2e08;transition:all .25s;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--feature-accent, #2a6ef5);opacity:0;transition:opacity .25s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0f1a2e1a}.feature-card:hover:before{opacity:1}.feature-card:nth-child(2){--feature-accent: #1db87a}.feature-card:nth-child(1){--feature-accent: #2a6ef5}.feature-card:nth-child(3){--feature-accent: #e8a832}.feature-card:nth-child(4){--feature-accent: #9b5cf5}.feature-card:nth-child(5){--feature-accent: #2a6ef5}.feature-card:nth-child(6){--feature-accent: #1db87a}.feature-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px;background:#eef2fb}.feature-card:nth-child(1) .feature-icon{background:#edf1fa}.feature-card:nth-child(2) .feature-icon{background:#e5f3eb}.feature-card:nth-child(3) .feature-icon{background:#f8f0db}.feature-card:nth-child(4) .feature-icon{background:#f1ebfb}.feature-card:nth-child(5) .feature-icon{background:#e9f1fb}.feature-card:nth-child(6) .feature-icon{background:#e5f3ee}.feature-title{font-family:"DM Serif Display",serif;font-size:22px;margin-bottom:10px}.feature-desc{color:#3a4f6a;font-size:15px;line-height:1.65}.how-steps{max-width:900px;margin:0 auto;display:flex;flex-direction:column;position:relative}.how-line{position:absolute;left:28px;top:56px;bottom:56px;width:1px;background:linear-gradient(to bottom,#2a6ef5,#1db87a);opacity:.3}.how-step{display:flex;gap:32px;align-items:flex-start;padding:32px 0;border-bottom:1px solid rgba(15,26,46,.1)}.how-step:last-child{border-bottom:0}.how-num{width:56px;height:56px;border-radius:50%;border:2px solid #2a6ef5;color:#2a6ef5;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:18px;font-weight:600;background:#fff;position:relative;z-index:1}.how-content{flex:1;padding-top:12px}.how-step-title{font-family:"DM Serif Display",serif;font-size:22px;margin-bottom:8px}.how-step-desc{color:#3a4f6a;font-size:15px;line-height:1.65}.how-tag{margin-top:10px;display:inline-block;border-radius:999px;background:#2a6ef51a;color:#2a6ef5;padding:4px 12px;font-size:12px;font-weight:600}.proof-section{background:#0f1a2e;color:#fff}.proof-inner{max-width:1100px;margin:0 auto}.proof-head .section-tag{color:#1db87a}.proof-head .section-title{color:#fff}.proof-stats{display:flex;justify-content:center;gap:64px;margin-bottom:56px}.proof-stat-val{font-family:"DM Serif Display",serif;font-size:52px}.proof-stat-lbl{font-size:14px;color:#ffffff8c}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.proof-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:28px;transition:background .2s}.proof-card:hover{background:#ffffff17}.proof-stars{color:#e8a832;margin-bottom:12px}.proof-text{color:#ffffffd9;font-style:italic;line-height:1.6;margin-bottom:20px}.proof-author{display:flex;align-items:center;gap:12px}.proof-avatar{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a6ef5,#1db87a);font-weight:700}.proof-name{font-size:14px;font-weight:600}.proof-role{font-size:12px;color:#fff9}.cta-section{background:linear-gradient(135deg,#eef4ff,#e8f9f1);text-align:center;padding:120px 24px}.cta-title{font-family:"DM Serif Display",serif;font-size:clamp(36px,5vw,60px);margin-bottom:20px}.cta-sub{max-width:500px;margin:0 auto 30px;color:#3a4f6a;font-size:18px}.cta-note{margin-top:16px;color:#6b7f96;font-size:13px}.cta-actions{display:flex;justify-content:center;gap:14px;align-items:center;flex-wrap:wrap}.cta-actions .btn-primary{font-size:17px;padding:17px 40px}.cta-actions .btn-ghost{font-size:17px;padding:16px 32px;background:transparent}.landing-auth{background:#f5f3ee;max-width:980px;margin:0 auto;padding-top:72px}.auth-header{margin-bottom:24px}.landing-page footer{background:#0f1a2e;color:#ffffff80;padding:48px 48px 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.footer-brand{font-family:"DM Serif Display",serif;font-size:18px;color:#fff}.footer-tagline{font-size:12px;color:#fff6}.footer-about{margin-top:16px;max-width:300px;font-size:14px;line-height:1.65}.footer-links{display:flex;gap:48px}.footer-link-group h4{color:#ffffffbf;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.footer-link-group a{display:block;margin-bottom:8px;text-decoration:none;color:#ffffff73;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-copy{font-size:13px}.footer-seo{font-size:12px;color:#ffffff4d;text-align:right;max-width:620px}.landing-page .login-form{border-radius:14px;padding:1rem}.landing-page .hero{min-height:100vh;padding:120px 24px 80px}.landing-page .demo-section,.landing-page .features-section,.landing-page .how-section{padding:100px 24px}.landing-page .proof-section{padding:80px 24px}.landing-page .cta-section{padding:120px 24px}.legal-page{min-height:68vh;padding:104px 24px 72px;background:linear-gradient(135deg,#f4f7ff,#eefaf4)}.legal-wrap{max-width:860px;margin:0 auto;background:#fff;border:1px solid rgba(15,26,46,.1);border-radius:18px;padding:42px 40px;box-shadow:0 8px 30px #0f1a2e0f}.legal-wrap h1{font-family:"DM Serif Display",serif;font-size:clamp(34px,5vw,48px);margin-bottom:14px;letter-spacing:-.01em}.legal-kicker{margin:0 0 8px;color:#2a6ef5;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.legal-meta{margin:0 0 6px;color:#5d7187;font-size:14px;font-weight:500}.legal-wrap h2{font-family:"DM Serif Display",serif;font-size:28px;margin-top:30px;margin-bottom:10px;letter-spacing:-.01em}.legal-wrap p{color:#3a4f6a;line-height:1.78;margin:0}.legal-wrap p+p{margin-top:12px}.contact-form{margin-top:22px;display:grid;gap:12px;border:1px solid rgba(15,26,46,.12);border-radius:14px;padding:20px;background:linear-gradient(180deg,#fff,#fbfbfd)}.contact-headline{margin-top:10px;padding:14px;border:1px solid rgba(15,26,46,.11);border-radius:12px;background:#f8fbff}.contact-badges{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.contact-badge{display:inline-flex;align-items:center;border:1px solid rgba(15,26,46,.12);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;color:#36506d;background:#fff}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-field{display:grid;gap:6px}.contact-field label{color:#3a4f6a;font-size:14px;font-weight:600}.contact-field input,.contact-field textarea{width:100%;border:1px solid rgba(15,26,46,.14);border-radius:10px;padding:12px 14px;font-size:15px;background:#fff;color:#0f1a2e;transition:border-color .18s ease,box-shadow .18s ease}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:#2a6ef573;box-shadow:0 0 0 4px #2a6ef51f}.contact-field textarea{resize:vertical;min-height:150px}.contact-form-foot{margin-top:2px;display:flex;justify-content:space-between;align-items:center;gap:12px}.contact-form-foot small{color:#5e7288;font-size:12px;line-height:1.45;max-width:560px}.contact-form button{margin-top:0;min-width:168px}.contact-status{margin-top:16px;border:1px solid rgba(27,78,45,.25);background:#eefaf3;border-radius:10px;padding:10px 12px;color:#1b4e2d;font-weight:600;font-size:14px}.contact-status.error{color:#9b2f45;border-color:#9b2f4542;background:#fdf1f4}.contact-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-card{border:1px solid rgba(15,26,46,.1);border-radius:12px;background:#f9fbff;padding:16px}.contact-card h2{margin-top:0;font-size:24px}.contact-card p{margin-top:6px}.landing-page .section-header{margin-bottom:64px}.landing-page .modal-form{gap:10px}.landing-page .modal-form input{min-height:44px;padding:12px 14px;border-radius:9px}.landing-page .modal-form .auth-grid{gap:10px}.landing-page .modal-form .captcha-row{grid-template-columns:1fr 1fr auto;gap:8px}.app-shell{--app-line: rgba(15, 26, 46, .055);--type-h2: 1.06rem;--type-h3: .9rem;--type-body-sm: .82rem;--type-label: .72rem;--type-mono: .84rem;--space-card-pad: .72rem;--space-card-pad-sm: .54rem;--space-panel-gap: .72rem;--space-panel-gap-sm: .42rem;--space-list-row-y: .52rem;--space-list-row-x: .6rem;width:min(1240px,calc(100% - 1rem));margin:.85rem auto 1rem;padding-top:0;display:grid;gap:0;background:#fff;border:1px solid var(--app-line);border-radius:16px;overflow:hidden}.app-shell h2,.app-shell h3{font-weight:400}.brand-head{position:static;top:auto;left:auto;transform:none;width:100%;z-index:120;display:flex;justify-content:space-between;align-items:center;gap:.9rem;padding:16px 28px;border-radius:0;background:#faf9f6;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-bottom:1px solid var(--app-line);box-shadow:none}.site-logo{width:min(246px,100%);height:auto}.app-brand{display:inline-flex;align-items:center;gap:12px}.app-brand-btn{border:0;background:transparent;color:inherit;padding:0;min-height:auto;box-shadow:none;text-align:left}.app-brand-btn:hover{transform:none;box-shadow:none;opacity:.94}.app-brand-btn.is-static{cursor:default;pointer-events:none}.app-brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2a6ef5,#1db87a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700}.app-brand-copy{display:grid;gap:1px}.app-brand-copy strong{font-family:"DM Serif Display",serif;font-size:17px;font-weight:400;line-height:1;letter-spacing:-.01em}.app-brand-copy small{font-size:11px;font-weight:500;color:#6b7f96;line-height:1.1}.top-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end;background:transparent;border:0;border-radius:0;padding:0;flex-wrap:nowrap}.pill{background:#fff;border:1px solid rgba(15,26,46,.07);color:#6b7f96;border-radius:999px;padding:6px 10px 6px 6px;font-size:11px;font-weight:500;display:inline-flex;align-items:center;gap:.3rem}.top-actions button{min-height:34px;border-radius:7px;padding:7px 12px;font-size:12px;font-weight:500;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.top-actions button:hover{transform:none;box-shadow:none}.top-actions button:not(.icon-btn){background:#fff;color:#3a4f6a;border:1px solid rgba(15,26,46,.09)}.top-actions button:not(.icon-btn).ghost-btn{background:transparent;color:#3a4f6a;border:1px solid rgba(15,26,46,.09)}.top-actions .top-btn-camera{background:#2a6ef5!important;color:#fff!important;border-color:#2a6ef5!important}.top-actions .top-btn-camera:hover{background:#1a50c8!important;color:#fff!important;border-color:#1a50c8!important}.top-actions .top-btn-save{background:transparent;color:#3a4f6a;border:1px solid rgba(15,26,46,.09)}.top-actions .top-btn-save:hover,.top-actions .ghost-btn:hover{border-color:#2a6ef5;color:#2a6ef5;background:transparent}.top-actions .top-btn-register{background:#fff;color:#3a4f6a;border:1px solid rgba(15,26,46,.09)}.top-actions .top-btn-register:hover{border-color:#2a6ef5;color:#2a6ef5;background:transparent}.cloud-status{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:220;margin:0;padding:.45rem .65rem;background:#edf5fb;border:1px solid #d1e0ec;border-radius:10px;color:#2d597c;font-size:var(--type-body-sm);box-shadow:0 8px 24px #0f1a2e1f;max-width:min(92vw,520px);text-align:center;pointer-events:none}.mode-indicator{margin:0;padding:.4rem .65rem;border-radius:10px;font-size:.82rem;font-weight:600;border:1px solid #d5e0e8}.mode-indicator.live{color:#226b53;background:#e9f6f0;border-color:#cde8dc}.mode-indicator.demo{color:#1f704f;background:#e8f6ef;border-color:#cbe9dc}.demo-intro{padding:.82rem;border-color:#d4e0e8;background:linear-gradient(180deg,#fbfdff,#f6fbfe)}.demo-intro-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.demo-intro-head h2{font-size:1rem}.demo-intro p{margin:.42rem 0 0;color:var(--muted);font-size:.88rem}.demo-intro-grid{margin-top:.55rem;display:grid;gap:.45rem;grid-template-columns:repeat(3,minmax(0,1fr))}.demo-intro-grid div{border:1px solid #d8e3ea;border-radius:10px;padding:.48rem .55rem;background:#fff;display:grid;gap:.2rem}.demo-intro-grid strong{font-size:.82rem}.demo-intro-grid small{color:var(--muted);font-size:.76rem}.mobile-quick-bar{display:none}.desktop-only{display:inline-flex}.mobile-receipt-status{display:none}.mobile-receipt-status p{margin:0;font-size:.86rem;font-weight:700}.mobile-receipt-status small{display:block;margin-top:.22rem;color:var(--muted);font-size:.78rem}.mobile-receipt-status button{margin-top:.45rem;width:100%}.summary-card,.panel{background:var(--surface);border:1px solid var(--app-line);border-radius:0;padding:var(--space-card-pad);box-shadow:none}.summary-card label,.summary-card span{color:var(--muted);font-weight:500;font-size:.8rem}.summary-card strong{display:block;margin-top:.38rem;font-size:var(--type-mono)}.summary-card small{color:var(--muted)}.stat.positive strong{color:var(--positive)}.stat.negative strong{color:var(--negative)}.quick-summary{display:grid;gap:var(--space-panel-gap);border-top:0}.quick-summary-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.quick-summary-head h2{font-size:var(--type-h2)}.month-stack{display:grid;gap:.16rem}.month-stack small{color:var(--muted);font-size:.78rem;font-weight:500}.quick-summary-metrics{display:grid;gap:var(--space-panel-gap-sm);grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.summary-pill{border:1px solid var(--app-line);border-radius:10px;padding:var(--space-card-pad-sm);background:#faf9f6;display:grid;gap:.22rem}.summary-pill span{font-size:var(--type-label);font-weight:500;color:var(--muted)}.summary-pill strong{font-size:var(--type-mono)}.summary-pill.positive strong{color:var(--positive)}.summary-pill.negative strong{color:var(--negative)}.settings-editor{display:grid;gap:var(--space-panel-gap-sm);grid-template-columns:1fr}.income-streams-card{border:1px solid var(--app-line);background:#faf9f6;border-radius:10px;padding:.62rem;display:grid;gap:.62rem}.income-streams-head{display:flex;align-items:center;justify-content:space-between;gap:.42rem}.income-streams-head label{color:var(--muted);font-size:.8rem;font-weight:600}.income-streams-list{display:grid;gap:.54rem}.income-stream-row{border:1px solid var(--app-line);background:#fff;border-radius:10px;padding:.55rem;display:grid;gap:.42rem}.income-stream-grid{display:grid;gap:.42rem;grid-template-columns:repeat(4,minmax(0,1fr))}.income-stream-grid .summary-card{border-radius:8px;padding:.55rem}.income-stream-foot{display:flex;align-items:center;justify-content:space-between;gap:.42rem;font-size:.76rem;color:var(--muted)}.income-stream-foot .icon-btn{min-height:32px;width:32px;min-width:32px;padding:0;display:inline-flex;align-items:center;justify-content:center}.clear-all-btn{grid-column:1 / -1;justify-self:start;border-color:#e7cdd5;color:#8f3751;background:#f9edf1}.workspace-tabs{display:flex;gap:var(--space-panel-gap-sm);align-items:center;padding:0 22px;border-top:1px solid rgba(15,26,46,.03);border-bottom:1px solid rgba(15,26,46,.03);background:#fff}.workspace-tabs button{min-height:auto;padding:11px 14px;margin-bottom:0;border-radius:0;border:0;border-bottom:1.5px solid transparent;background:transparent;color:#5b7188;font-weight:500;font-size:12px}.workspace-tabs button.ghost-btn{background:transparent;border-color:transparent;color:#5b7188}.workspace-tabs button.ghost-btn:hover{border-color:transparent;color:var(--accent);background:transparent}.workspace-tabs button:not(.ghost-btn){color:#2a6ef5;border-bottom-color:#2a6ef5;font-weight:500}.price-screen-actions{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.45rem}.price-loader{margin-top:.55rem;display:grid;gap:.26rem}.price-loader-bar{width:100%;height:8px;background:#e3ebf0;border-radius:999px;overflow:hidden}.price-loader-bar span{display:block;height:100%;background:linear-gradient(120deg,#4c89db,#63b892);border-radius:999px;transition:width .2s ease}.price-loader small{color:var(--muted);font-size:.78rem}.price-ai-chat{margin-top:.55rem;border:1px solid #d7e3ea;border-radius:10px;background:linear-gradient(180deg,#f9fcff,#f3faf7);padding:.48rem .56rem;display:grid;gap:.35rem}.price-ai-chat strong{font-size:.78rem;letter-spacing:.02em;color:#2f5168}.price-ai-chat-log{display:grid;gap:.24rem}.price-ai-chat-log p{margin:0;font-size:.8rem;color:#31546a;line-height:1.35}.price-ai-chat-log p.is-error{color:#a0354c}.price-ai-chat-log p.ai-typing{display:inline-flex;align-items:center;gap:.28rem;color:#3a6c56;font-weight:600}.typing-dots{display:inline-flex;align-items:center;gap:.18rem}.typing-dots span{width:5px;height:5px;border-radius:50%;background:#4ea17c;opacity:.28;animation:aiTypingDot 1s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes aiTypingDot{0%,to{opacity:.28;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{box-shadow:0 0 0 3px #1db87a2e}50%{box-shadow:0 0 0 6px #1db87a1a}}.receipt-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.45rem}.receipt-controls{display:flex;flex-wrap:wrap;gap:.4rem}.file-input-hidden{display:none}.receipt-box{border:1px solid #d3dfe7;border-radius:12px;background:linear-gradient(180deg,#f8fbfd,#f3f9f8);padding:.65rem;display:grid;gap:.5rem}.receipt-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.receipt-metric{border:1px solid #d5e1e8;border-radius:10px;background:#f7fbfd;padding:.45rem .55rem;display:grid;gap:.2rem}.receipt-metric span{color:var(--muted);font-size:.75rem}.receipt-metric strong{font-size:.9rem}.receipt-category-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:.38rem}.receipt-category-pill{border:1px solid #d5e1e8;border-radius:999px;background:#f8fcff;padding:.34rem .55rem;display:flex;align-items:center;justify-content:space-between;gap:.4rem;font-size:.78rem}.receipt-preview{width:min(360px,100%);border-radius:10px;border:1px solid #ccd8e0}.receipt-results{display:grid;gap:.35rem}.receipt-results p{margin:0;color:var(--muted);font-size:.88rem}.receipt-inline-note{margin:.75rem 0 0;color:var(--muted);font-size:.88rem}.receipt-items-list{margin-top:.35rem;border-top:1px solid #d7e2e9;padding-top:.35rem;display:grid;gap:.28rem}.receipt-history-list{display:grid;gap:.45rem}.receipt-history-card{border:1px solid #d5e1e8;border-radius:10px;background:#fbfeff;padding:.45rem .52rem;display:grid;gap:.35rem}.receipt-history-card.active{border-color:#5f95c7;box-shadow:inset 0 0 0 1px #5f95c733}.receipt-history-head{border:0;background:transparent;padding:0;text-align:left;display:grid;gap:.18rem;cursor:pointer}.receipt-history-head span{font-size:.9rem;font-weight:700;color:#183f63}.receipt-history-head small{font-size:.76rem;color:var(--muted)}.receipt-history-actions{display:flex;justify-content:flex-end}.receipt-item-line{display:flex;align-items:center;justify-content:space-between;gap:.45rem;font-size:.84rem}.receipt-qa{border-top:1px solid #d7e2e9;padding-top:.5rem;display:grid;gap:.45rem}.receipt-qa-head,.receipt-scope-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.receipt-scope-head select{width:auto;min-height:42px;padding:.5rem .7rem;font-size:.92rem;border-radius:7px;border:1px solid #cfdae3;background:#fff;color:var(--ink-mid)}.receipt-qa-head select{width:auto;min-height:32px;padding:.24rem .45rem;font-size:.78rem;border-radius:7px;border:1px solid #cfdae3;background:#fff;color:var(--ink-mid)}.receipt-date-range{display:grid;grid-template-columns:1fr 1fr auto;gap:.4rem;align-items:center}.receipt-date-range .ghost-btn{min-height:34px;padding:.24rem .5rem;font-size:.78rem}.receipt-trends{border:1px solid #d6e2e9;border-radius:10px;background:#f8fcfd;padding:.55rem .62rem;display:grid;gap:.4rem}.receipt-trends-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.receipt-trend-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;font-size:.78rem;color:var(--muted)}.receipt-trends-list{display:grid;gap:.35rem}.receipt-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.receipt-chart-card{border:1px solid #d7e2e9;border-radius:9px;background:#fff;padding:.42rem .5rem;display:grid;gap:.35rem}.receipt-chart-bars{display:grid;gap:.28rem}.receipt-bar-row{display:grid;grid-template-columns:.7fr 1fr auto;gap:.4rem;align-items:center;font-size:.73rem}.receipt-bar-row span{color:var(--ink-mid);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipt-bar-row strong{font-family:JetBrains Mono,monospace;font-size:.72rem}.receipt-bar-track{height:8px;border-radius:999px;background:#edf3fb;overflow:hidden}.receipt-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2a6ef5,#3f90ff)}.receipt-bar-track.merchant{background:#eaf8ef}.receipt-bar-fill.merchant{background:linear-gradient(90deg,#1db87a,#2ad08e)}.receipt-bar-track.category{background:#f1ecfb}.receipt-bar-fill.category{background:linear-gradient(90deg,#6f6de1,#8a73ff)}.receipt-trend-row{border:1px solid #d7e2e9;border-radius:8px;background:#fff;padding:.4rem .5rem;display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.receipt-trend-row div{display:grid;gap:.1rem}.receipt-trend-row small{color:var(--muted);font-size:.74rem}.admin-users-list{display:grid;gap:.42rem}.admin-user-row{border:1px solid #d7e2e9;border-radius:9px;background:#fbfeff;padding:.48rem .55rem;display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.admin-user-main{display:grid;gap:.12rem}.admin-user-main small{color:var(--muted);font-size:.74rem}.admin-user-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.admin-user-actions .ghost-btn{min-height:32px;padding:.34rem .62rem;font-size:.78rem;border-radius:8px}.admin-user-status{font-size:.73rem;font-weight:600;border-radius:999px;padding:.15rem .45rem}.admin-user-status.on{color:#2f8f66;background:#e7f6ee;border:1px solid #cce8dc}.admin-user-status.off{color:#9e4760;background:#fbeef2;border:1px solid #f1d8e0}.receipt-qa-input{display:grid;grid-template-columns:1fr auto;gap:.45rem}.receipt-qa-answer{border:1px solid #d6e2e9;border-radius:10px;background:#f7fbfd;padding:.5rem .6rem;display:grid;gap:.34rem}.receipt-qa-answer p,.receipt-qa-answer small{margin:0}.receipt-qa-answer ul{margin:0;padding-left:1rem}.receipt-item-row{display:grid;grid-template-columns:auto 1.4fr .8fr 1fr;gap:.4rem;align-items:center}.top-duo{display:grid;gap:0;grid-template-columns:1fr 1fr;align-items:start;border-top:1px solid rgba(15,26,46,.03)}.workspace-grid{display:grid;gap:0;grid-template-columns:1fr 1fr;border-top:1px solid rgba(15,26,46,.03)}.workspace-grid>.panel+.panel,.top-duo>.panel+.panel{border-left:1px solid rgba(15,26,46,.03)}.panel h2{margin-bottom:.7rem;font-size:var(--type-h2)}.with-top-gap{margin-top:.8rem}.expense-form{display:grid;gap:.6rem}.inline-fields{display:grid;grid-template-columns:1fr .75fr;gap:.5rem}.donut-wrap{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:flex-start;padding:.8rem .65rem .65rem;border:1px solid #e2e8ee;border-radius:12px;background:#fff}.donut-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.38rem}.donut-head h3{font-size:var(--type-h3);margin:0}.donut{width:130px;height:130px;border-radius:50%;display:grid;place-items:center}.donut-hole{width:66%;height:66%;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;border:1px solid #e6edf2;padding:4px}.donut-hole span{display:block;max-width:76px;white-space:normal;word-break:break-word;font-size:10px;color:#5f7387;line-height:1.2}.donut-hole strong{font-family:JetBrains Mono,monospace;font-size:12px}.legend{display:grid;gap:.38rem}.legend-row{display:grid;grid-template-columns:auto 1fr auto;gap:.42rem;align-items:center;font-size:13px;padding:4px 0;border-bottom:1px solid rgba(0,0,0,.045)}.legend-row:last-child{border-bottom:0}.legend-row strong{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:500}.legend-dot{width:10px;height:10px;border-radius:50%}.trend-wrap{border:1px solid var(--app-line);border-radius:12px;padding:.72rem;background:#fff}.trend-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.45rem}.trend-wrap h3{font-size:var(--type-h3);margin:0}.range-tabs{display:flex;gap:.42rem;align-items:center;border-bottom:1px solid var(--app-line)}.range-tab{min-height:auto;padding:8px 10px;margin-bottom:-1px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#5b7188;font-weight:500;font-size:12px}.range-tab:hover{color:var(--accent);background:transparent}.range-tab.active{color:#2a6ef5;border-bottom-color:#2a6ef5;font-weight:500}.trend-wrap svg{width:100%;height:auto}.axis{stroke:#c6d4de;stroke-width:1}.trend-line{fill:none;stroke:#3f78c4;stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.trend-dot{fill:#4c9b7f}.trend-labels{margin-top:.45rem;display:grid;gap:.3rem}.trend-labels div{display:flex;justify-content:space-between;gap:.5rem}.trend-labels span{color:var(--muted)}.targets{margin-top:.8rem;border-top:1px solid var(--app-line);padding-top:.7rem}.targets p{margin:.28rem 0;color:var(--muted)}.targets-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.55rem}.targets-head h3{font-size:var(--type-h3);margin:0}.targets-grid{display:grid;grid-template-columns:1fr;gap:.45rem}.target-block{border:0;border-radius:0;border-bottom:1px solid var(--app-line);background:transparent;padding:.25rem 0 .48rem}.target-head{display:flex;justify-content:space-between;align-items:center;gap:.45rem;margin-bottom:.26rem}.target-block h4{margin:0;font-size:.8rem}.target-head strong{font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600}.target-head strong small{color:var(--muted);font-weight:500}.target-track{height:8px;border-radius:999px;background:#dfe5ea;overflow:hidden}.target-fill{height:100%;border-radius:999px}.savings-outlook{margin-top:.55rem;border:1px solid var(--line);border-radius:10px;padding:.45rem .55rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.savings-outlook span{color:var(--muted);font-size:.8rem}.savings-outlook.positive strong{color:var(--positive)}.savings-outlook.negative strong{color:var(--negative)}.price-compare{margin-top:.75rem;border:1px solid #d5e0e7;border-radius:12px;padding:.72rem;background:#fbfdfd}.price-compare-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.price-compare-head h3{margin:0;font-size:.95rem}.price-compare-head button{min-height:32px;padding:.28rem .58rem;font-size:.8rem}.price-compare-totals{margin-top:.5rem;display:grid;gap:.22rem}.price-compare-totals span{color:var(--muted);font-size:.82rem}.price-compare-totals strong{color:var(--positive);font-size:.88rem}.price-compare-list{margin-top:.55rem;display:grid;gap:.45rem}.price-row{border:1px solid #d9e3e9;border-radius:10px;padding:.5rem .58rem;background:#fff;display:grid;gap:.3rem}.price-row-image{width:60px;height:60px;border-radius:8px;object-fit:cover;border:1px solid #d7e2e8}.price-row-main{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.price-row-main small{color:var(--muted)}.price-offers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem .55rem}.price-offers span{font-size:.79rem;color:#415b6c}.price-row-best{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.price-row-best span{color:var(--muted);font-size:.8rem}.price-row-best strong{color:var(--positive);font-size:.84rem}.price-questions{margin-top:.45rem;border:1px solid #d9e4ea;border-radius:10px;padding:.45rem .55rem;display:grid;gap:.22rem}.price-questions strong{font-size:.8rem}.price-questions span{color:var(--muted);font-size:.78rem}.question-row{display:grid;gap:.22rem}.question-row span{color:var(--muted);font-size:.78rem}.expense-list{margin-top:.75rem;display:grid;gap:0;max-height:none;overflow:visible;padding-right:0;border-top:1px solid var(--app-line)}.drag-hint{margin:0;color:var(--muted);font-size:.78rem}.expenses-head{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.expenses-head select{width:auto;min-width:180px;min-height:32px;padding:4px 8px;font-size:11px;border:1px solid var(--app-line);border-radius:8px;background:#faf9f6;color:#3a4f6a}.expense-row{border:0;border-bottom:1px solid var(--app-line);border-radius:0;padding:var(--space-list-row-y) var(--space-list-row-x);display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-panel-gap);cursor:grab;transition:background .15s ease;background:transparent}.expense-row.dragging{opacity:.6;cursor:grabbing;background:#3766d00f}.expense-row.drag-over{background:#3766d014}.expense-row.actions-open{background:#2a6ef509;box-shadow:none}.expense-main{display:block;min-width:0}.expense-copy h3{font-size:.95rem;margin:0}.expense-copy h3{font-size:var(--type-h3);margin:0}.expense-copy p{margin:.18rem 0 0;color:var(--muted);font-size:var(--type-body-sm)}.summary-pill strong,.expense-amount,.receipt-metric strong,.target-block p strong,.savings-outlook strong{font-family:JetBrains Mono,monospace;font-size:var(--type-mono)}.expense-edit-grid{display:grid;gap:.38rem}.expense-actions{display:flex;align-items:center;justify-content:flex-end;gap:.42rem}.expense-amount{font-size:.92rem}.row-actions{display:flex;gap:.3rem;align-items:center}.row-actions.stack{flex-direction:row}.row-actions.stack{opacity:0;pointer-events:none;transition:opacity .15s ease}.expense-row.actions-open .row-actions.stack,.expense-row:focus-within .row-actions.stack,.expense-item.actions-open .row-actions.stack,.expense-item:focus-within .row-actions.stack{opacity:1;pointer-events:auto}@media (hover: hover){.expense-row:hover .row-actions.stack,.expense-item:hover .row-actions.stack{opacity:1;pointer-events:auto}.expense-row:hover,.expense-item:hover{background:#11223a05}}@media (hover: none){.row-actions.stack{opacity:1;pointer-events:auto}}body.drag-scroll-lock{overscroll-behavior:none}.mini-act-btn{width:22px;height:22px;border:1px solid rgba(15,26,46,.16);border-radius:6px;background:#fff;color:#4a6280;display:inline-flex;align-items:center;justify-content:center}.mini-act-btn .btn-icon svg{width:11px;height:11px}.mini-act-btn.danger{color:#4a6280;border-color:#0f1a2e29}.mini-act-btn:hover{border-color:#2a6ef5;color:#2a6ef5;background:#f0f5ff}.mini-act-btn.danger:hover{background:#fff1f3;color:#d64545;border-color:#d6454552}@media (max-width: 1080px){.top-duo,.workspace-grid{grid-template-columns:1fr}.workspace-grid>.panel+.panel,.top-duo>.panel+.panel{border-left:0}}@media (max-width: 900px){.landing-page nav{padding:14px 20px}.landing-page .nav-links{gap:16px}.hero-stats{flex-wrap:wrap}.mini-body{grid-template-columns:1fr}.mini-panel:first-child{border-right:0;border-bottom:1px solid rgba(15,26,46,.1)}.features-grid,.proof-grid{grid-template-columns:1fr}.proof-stats{gap:32px;flex-wrap:wrap}.footer-top{flex-direction:column;gap:32px}.footer-links{flex-wrap:wrap;gap:32px}.legal-page{padding:88px 20px 56px}.legal-wrap{padding:26px}.legal-wrap h2{font-size:24px}.contact-grid,.contact-form-grid{grid-template-columns:1fr}}@media (max-width: 680px){.landing-page nav{padding:14px 16px}.nav-logo{font-size:18px}.nav-logo-mark{width:30px;height:30px;font-size:13px}.nav-links{gap:10px}.nav-links a{display:none}.nav-links .nav-cta{display:inline-flex;padding:8px 14px;font-size:12px}.hero{padding:96px 16px 52px;min-height:auto}.hero-headline{font-size:clamp(38px,11vw,56px)}.hero-sub{max-width:100%;font-size:17px;line-height:1.55;margin-bottom:28px}.hero-actions{margin-bottom:20px;gap:10px}.hero-actions .btn-primary,.hero-actions .btn-ghost{justify-content:center}.hero-tryme{margin-top:0;margin-bottom:20px}.hero-stats{display:grid;width:100%}.hero-stat{border-right:0;border-bottom:1px solid rgba(15,26,46,.1)}.hero-stat:last-child{border-bottom:0}.demo-section,.features-section,.how-section,.proof-section,.cta-section,.landing-auth,.legal-page{padding:78px 16px 54px}.mini-header,.mini-summary,.mini-tabs,.mini-panel{padding-left:16px;padding-right:16px}.mini-header{gap:8px;align-items:flex-start}.mini-hbtns{width:auto;flex-wrap:wrap;justify-content:flex-end}.mb{min-height:30px;padding:5px 9px;font-size:11px}.mu-pill{padding:3px 8px 3px 5px}.mini-summary{padding-top:14px;padding-bottom:14px}.mini-pills{display:grid;grid-template-columns:1fr;gap:8px}.mini-pill{min-width:0}.mini-tabs{overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap;gap:2px}.mini-tabs::-webkit-scrollbar{display:none}.mini-tab{white-space:nowrap;padding:10px;font-size:11px;flex:0 0 auto}.mini-body,.features-grid,.proof-grid,.mini-donut-wrap{grid-template-columns:1fr}.mini-donut{margin:0 auto}.mini-panel:first-child{border-right:0;border-bottom:1px solid rgba(15,26,46,.1)}.proof-stats{display:grid;gap:20px;justify-content:start}.how-step{gap:18px}.landing-page footer{padding:32px 16px 24px}.footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{gap:24px;flex-wrap:wrap}.footer-seo{text-align:left;max-width:none}.cta-actions{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.cta-actions .btn-primary,.cta-actions .btn-ghost{width:100%;justify-content:center}.legal-wrap{padding:20px;border-radius:14px}.legal-wrap h1{font-size:clamp(28px,10vw,36px)}.legal-wrap h2{font-size:22px}.contact-form{padding:14px}.contact-headline{padding:12px}.contact-form-foot{flex-direction:column;align-items:stretch}.contact-form button{width:100%}.modal{width:calc(100% - 16px);margin:8px;border-radius:14px;max-height:calc(100dvh - 16px)}.modal-head{padding:16px 14px 0}.modal-body{padding:12px 14px max(16px,env(safe-area-inset-bottom))}.modal-title{font-size:24px}.modal-sub{font-size:12px}.landing-page .modal-form{gap:0}.landing-page .modal-form .auth-grid,.landing-page .modal-form .captcha-row{grid-template-columns:1fr;gap:8px}.register-advanced{padding:8px;margin-top:10px}.landing-page .modal-form .captcha-row{margin-top:6px}.landing-page .modal-form input{min-height:40px}.landing-page .modal-form .form-submit{margin-top:10px}.form-submit,.guest-btn{min-height:40px}.app-shell{width:calc(100% - .5rem);margin:.25rem auto .8rem;padding-top:0;border-radius:14px}.brand-head{position:static;width:100%;padding:10px 12px;border-radius:0;flex-direction:row;align-items:center;justify-content:space-between;gap:.4rem}.site-logo{width:min(166px,46vw)}.app-brand-mark{width:32px;height:32px;border-radius:8px;font-size:14px}.app-brand-copy strong{font-size:17px}.app-brand-copy small{font-size:11px}.top-actions{width:auto;max-width:calc(100vw - 162px);overflow-x:auto;padding:0;gap:.24rem}.top-actions .pill,.top-actions .chip-btn,.top-actions .icon-btn{min-width:32px;min-height:32px;height:32px;padding:0 .42rem;flex:0 0 auto}.top-actions .pill .pill-text,.top-actions .chip-btn .btn-text{display:none}.mobile-quick-bar{position:sticky;top:.1rem;z-index:20;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.4rem;background:#fffffff5;border:1px solid #d3dfe7;border-radius:12px;padding:.35rem}.mobile-quick-bar button{min-height:40px;width:100%}.mobile-quick-bar button span:last-child{font-size:.76rem}.desktop-only{display:none!important}.mobile-receipt-status{display:block;padding:.6rem .65rem}.desktop-receipt-area{display:none}.demo-intro-grid,.auth-grid,.captcha-row,.splash-stats{grid-template-columns:1fr}.demo-intro-head{flex-direction:column;align-items:flex-start}.mode-indicator{font-size:.76rem;padding:.34rem .5rem}.panel h2{font-size:1.12rem}:root{--type-h2: 1.12rem;--type-h3: .98rem;--type-body: .93rem;--type-body-sm: .84rem;--type-label: .74rem;--type-mono: .84rem;--type-mono-sm: .78rem;--space-card-pad: .72rem;--space-card-pad-sm: .54rem;--space-panel-gap: .68rem;--space-panel-gap-sm: .42rem;--space-tab-pad-y: .28rem;--space-tab-pad-x: .62rem;--space-pill-pad-y: .18rem;--space-pill-pad-x: .46rem;--space-list-row-y: .5rem;--space-list-row-x: .58rem}.receipt-head{flex-direction:column;align-items:stretch;gap:.4rem}.receipt-controls,.receipt-controls button{width:100%}.receipt-trend-metrics,.receipt-dashboard-grid,.receipt-trend-row,.admin-user-row{grid-template-columns:1fr}.admin-user-actions{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;justify-content:stretch}.admin-user-actions .admin-user-status{grid-column:1 / -1;justify-self:start}.admin-user-actions .ghost-btn{width:100%;min-height:36px;justify-content:center}.receipt-qa-input{grid-template-columns:1fr}.receipt-qa-head{grid-template-columns:1fr;display:grid}.receipt-qa-head select{width:100%}.receipt-scope-head{grid-template-columns:1fr;display:grid}.receipt-scope-head select{width:100%}.receipt-date-range,.summary-grid,.inline-fields,.receipt-item-row,.receipt-metrics{grid-template-columns:1fr}.quick-summary-head{align-items:center;gap:.45rem}.month-stack small{font-size:.72rem}.quick-summary-head .chip-btn span:last-child{font-size:.78rem}.settings-editor .summary-card{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.55rem;row-gap:.3rem;padding:.62rem}.settings-editor .summary-card label{margin:0;white-space:nowrap;font-size:.78rem}.settings-editor .summary-card input,.settings-editor .summary-card select{min-height:36px;padding:.4rem .56rem}.settings-editor .summary-card small{grid-column:1 / -1;font-size:.74rem}.income-streams-head{flex-direction:column;align-items:stretch}.income-streams-head .chip-btn{width:100%;justify-content:center}.income-stream-grid{grid-template-columns:1fr}.income-stream-foot{font-size:.74rem}.workspace-tabs{display:grid;grid-template-columns:1fr 1fr 1fr}.price-screen-actions{display:grid;grid-template-columns:1fr}.price-ai-chat{padding:.42rem .5rem}.price-ai-chat strong,.price-ai-chat-log p{font-size:.76rem}.donut-wrap{grid-template-columns:1fr}.donut{width:150px;height:150px;margin:0 auto}.donut-head{flex-direction:column;align-items:flex-start}.donut-hole span{max-width:62px;font-size:9px;line-height:1.15}.expense-row{grid-template-columns:1fr auto;gap:.5rem}.expense-main{grid-template-columns:auto 1fr;gap:.42rem}.expense-main{display:block}.row-actions.stack .icon-btn{width:28px;min-width:28px;height:28px;min-height:28px}.row-actions.stack .btn-icon svg{width:12px;height:12px}.expense-amount{font-size:.86rem;align-self:center;margin-top:0}.expense-actions{flex-direction:row;align-items:center;gap:.34rem}.row-actions.stack{flex-direction:row}.trend-head{flex-direction:column;align-items:flex-start}.expenses-head{flex-direction:column;align-items:stretch}.expenses-head select{width:100%;min-width:0;min-height:42px;padding:.56rem .7rem;font-size:.92rem}.receipt-qa-head select,.settings-editor .summary-card select,.settings-editor .summary-card input{min-height:42px;padding:.56rem .7rem;font-size:.92rem}.targets-head{flex-direction:column;align-items:flex-start}.targets-grid{grid-template-columns:1fr}.savings-outlook,.price-compare-head{flex-direction:column;align-items:flex-start}.price-offers{grid-template-columns:1fr}.price-row-main,.price-row-best{flex-direction:column;align-items:flex-start}}
