.el-root{--navy:#04243c;--emerald:#0c9c7c;--canvas:#f7faf8;--surface:#fff;--sunken:#f1f5f2;--ink:#212b2e;--body:#3f4b4e;--muted:#5f6e72;--faint:#93a3a6;--line:#e3eae5;--line-soft:#edf2ee;--primary:#047857;--primary-strong:#065f46;--gain:#0c9c7c;--gain-text:#077257;--gain-wash:#e4f6ef;--loss:#e11d48;--loss-text:#be123c;--loss-wash:#fbe9ee;--warn:#d97706;--warn-text:#a16207;--warn-wash:#fcf3e3;--highlight:#e9f7f0;--highlight-soft:#f2faf6;--radius:.75rem;--radius-sm:.5rem;--shadow-sm:0 1px 2px #04243c0f;--shadow-md:0 6px 20px #04243c14;--shadow-lg:0 30px 70px -28px #04243c52;--f-display:"Quicksand Variable",ui-rounded,system-ui,sans-serif;--f-sans:"Inter Variable",system-ui,-apple-system,sans-serif;--f-serif:"Source Serif 4 Variable",Georgia,serif;font-family:var(--f-sans);color:var(--body);background:var(--canvas);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.55}.el-root *{box-sizing:border-box}.el-root{overflow-x:hidden}.el-root h1,.el-root h2,.el-root h3{font-family:var(--f-display);color:var(--ink);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.08}.el-root p{margin:0}.el-root a{color:inherit;text-decoration:none}.el-root ul{margin:0;padding:0;list-style:none}.el-root ::selection{background:var(--highlight);color:var(--primary-strong)}.el-root :focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.wrap{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.num{font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1}.figure{font-family:var(--f-serif);letter-spacing:-.015em;font-variant-numeric:lining-nums;color:var(--gain-text);font-weight:600;line-height:1}.figure--sm{font-size:1.5rem}.figure--lg{font-size:clamp(2.3rem,5vw,3.1rem)}.btn{cursor:pointer;font-family:var(--f-sans);border-radius:var(--radius-sm);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;transition:background-color .16s,box-shadow .16s,transform .16s,color .16s;display:inline-flex}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #04243c1a}.btn--primary:hover{background:var(--primary-strong);transform:translateY(-1px);box-shadow:0 10px 22px -10px #0478578c}.btn--ghost{color:var(--primary-strong);border:1px solid var(--line);background:0 0}.btn--ghost:hover{background:var(--highlight-soft);border-color:#cfe4d8}.btn--onDark{color:var(--primary-strong);background:#fff}.btn--onDark:hover{background:#eafaf3;transform:translateY(-1px);box-shadow:0 12px 26px -12px #00000080}.btn--sm{height:2.25rem;padding:0 .95rem;font-size:.85rem}.btn--lg{height:3.1rem;padding:0 1.5rem;font-size:1rem}.eyebrow{font-family:var(--f-sans);letter-spacing:.02em;color:var(--gain-text);background:var(--gain-wash);border:1px solid #cdeadd;border-radius:999px;margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.kicker{font-family:var(--f-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--gain-text);margin-bottom:.85rem;font-size:.78rem;font-weight:600;display:block}.kicker--onDark{color:#8fecca}.lead{color:var(--muted);max-width:38ch;margin-top:1.25rem;font-size:1.18rem;line-height:1.55}.body-lg{color:var(--muted);max-width:56ch;font-size:1.08rem;line-height:1.6}.body-lg.center{text-align:center;margin-left:auto;margin-right:auto}.body-lg--onDark{color:#bfe0d3}.body{color:var(--muted);font-size:1rem;line-height:1.62}.h2{font-size:clamp(1.7rem,3.6vw,2.5rem)}.el-root h2.h2--onDark{color:#fff}.h3{font-size:1.35rem}.ticks{flex-direction:column;gap:.7rem;margin-top:1.4rem;display:flex}.pill{border-radius:999px;align-items:center;gap:.4rem;padding:.22rem .6rem;font-size:.76rem;font-weight:700;display:inline-flex}.pill--gain{color:var(--gain-text);background:var(--gain-wash);border:1px solid #cdeadd}.pill-dot{background:var(--gain);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.2s ease-out infinite pulseDot;box-shadow:0 0 #0c9c7c80}@keyframes pulseDot{0%{box-shadow:0 0 #0c9c7c73}70%{box-shadow:0 0 0 7px #0c9c7c00}to{box-shadow:0 0 #0c9c7c00}}.section{padding:clamp(4rem,8vw,7rem) 0}.section--tint{background:linear-gradient(#f2f8f4,#f7faf8)}.section-head{text-align:center;max-width:660px;margin:0 auto clamp(2.5rem,5vw,3.5rem)}.section-head .kicker{text-align:center}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}.logo{align-items:center;gap:.6rem;display:inline-flex}.logo-word{font-family:var(--f-display);letter-spacing:-.02em;font-size:1.32rem;font-weight:700}.nav{z-index:50;border-bottom:1px solid #0000;padding:.75rem 0;transition:background-color .25s,box-shadow .25s,border-color .25s;position:sticky;top:0}.nav--scrolled{-webkit-backdrop-filter:saturate(150%)blur(10px);backdrop-filter:saturate(150%)blur(10px);border-bottom:1px solid var(--line);background:#f7faf8d1}.nav-inner{justify-content:space-between;align-items:center;display:flex}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--muted);font-size:.92rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--ink)}.nav-links a.btn{color:#fff}.nav-links a.btn.nav-login{color:var(--body)}.nav-links a.nav-login svg{opacity:.7}.hero{padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem)}.hero-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.hero-h1{letter-spacing:-.025em;font-size:clamp(2.4rem,5.2vw,3.9rem);line-height:1.03}.hero-h1-accent{color:var(--primary)}.hero-cta{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.hero-note{color:var(--faint);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;display:flex}.hero-note svg{color:var(--primary);flex-shrink:0}.hero-visual{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.hero-cockpit-wrap{z-index:2;width:100%;position:relative}.cockpit{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:18px;width:100%;padding:1.15rem 1.25rem 1.3rem}.ck-ready{background:linear-gradient(135deg,#eef4f9,var(--gain-wash));border:1px solid var(--line);border-radius:14px;grid-template-columns:1fr auto;gap:.5rem 1rem;margin-bottom:1rem;padding:1rem 1.1rem;display:grid;position:relative;overflow:hidden}.ck-ready:before{content:"";background:linear-gradient(180deg,var(--primary),var(--emerald));width:4px;position:absolute;top:0;bottom:0;left:0}.ck-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);font-size:.68rem;font-weight:700}.ck-ready-top{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.ck-ready-line{font-family:var(--f-display);color:var(--ink);margin-top:.35rem;font-size:1.15rem;font-weight:600}.ck-ready-usable{text-align:right}.ck-mini-label{color:var(--muted);font-size:.7rem;font-weight:500;display:block}.ck-ready-scale{grid-column:1/-1;margin-top:.4rem}.ck-kpis{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1rem;display:grid}.ck-kpi{background:var(--sunken);border:1px solid var(--line-soft);border-radius:12px;padding:.75rem .8rem}.ck-kpi--gain{background:var(--gain-wash);border-color:#cdeadd}.ck-kpi-num{color:var(--ink);margin-top:.3rem;font-size:1.15rem;font-weight:700;display:block}.ck-unit{color:var(--muted);font-size:.8rem;font-weight:600}.ck-kpi-sub{color:var(--faint);margin-top:.25rem;font-size:.7rem;display:block}.ck-chart{margin-bottom:.9rem}.ck-chart-head{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.ck-legend{color:var(--muted);align-items:center;gap:.35rem;font-size:.72rem;display:inline-flex}.lg{border-radius:2px;width:14px;height:3px;margin-left:.4rem;display:inline-block}.lg--value{background:var(--navy);opacity:.55}.lg--equity{background:var(--primary)}.lg--debt{background:var(--faint)}.ck-props{flex-direction:column;gap:.4rem;display:flex}.ck-prop{border:1px solid var(--line-soft);border-radius:9px;grid-template-columns:1fr auto auto;align-items:center;gap:.6rem;padding:.5rem .65rem;display:grid}.ck-prop-name{color:var(--ink);font-size:.85rem;font-weight:600}.ck-prop-state{color:var(--faint);margin-left:.1rem;font-size:.68rem;font-weight:500}.ck-prop-val{color:var(--muted);font-size:.82rem}.ck-prop-eq{color:var(--gain-text);font-size:.82rem;font-weight:600}.rscale{width:100%}.rscale-tickwrap{height:9px;position:relative}.rscale-tick{border-left:5px solid #0000;border-right:5px solid #0000;border-top:8px solid var(--ink);width:0;height:0;position:absolute;bottom:0;transform:translate(-50%)}.rscale-track{background:linear-gradient(90deg,#e11d48 0% 18%,#e0961e 30% 82%,#0c9c7c 90% 100%);border-radius:999px;height:8px;box-shadow:inset 0 1px 2px #00000014}.rscale-labels{text-transform:uppercase;letter-spacing:.05em;color:var(--faint);justify-content:space-between;margin-top:5px;font-size:.58rem;font-weight:700;display:flex}.wf{align-items:flex-start;gap:8px;height:128px;margin:0 0 26px;display:flex}.wf-col{flex:1;height:128px;position:relative}.wf-bar{opacity:0;border-radius:4px;transition:opacity .4s,transform .4s;position:absolute;left:12%;right:12%;transform:translateY(8px)}.wf-bar.in{opacity:1;transform:none}.wf-in{background:#0c9c7c29;border:1px solid #0c9c7c73}.wf-out{background:#d9770629;border:1px solid #d9770666}.wf-net{background:var(--gain);border:1px solid var(--gain)}.wf-amt{text-align:center;color:var(--ink);font-size:.68rem;font-weight:700;font-family:var(--f-serif);position:absolute;top:-16px;left:-30%;right:-30%}.wf-net .wf-amt{color:var(--gain-text)}.wf-label{text-align:center;color:var(--muted);font-size:.68rem;position:absolute;bottom:-20px;left:-20%;right:-20%}.wf-net .wf-label{color:var(--ink);font-weight:700}.rec{grid-template-columns:1fr auto 1.1fr;align-items:center;gap:clamp(1rem,3vw,2rem);max-width:1000px;margin:0 auto;display:grid}.rec-sources{flex-direction:column;gap:.6rem;display:flex}.rec-src{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:.7rem;padding:.7rem .85rem;display:flex}.rec-src-icon{background:var(--highlight);width:34px;height:34px;color:var(--primary);border-radius:9px;flex-shrink:0;place-items:center;display:grid}.rec-src-text{flex-direction:column;flex:1;min-width:0;display:flex}.rec-src-label{color:var(--ink);font-size:.9rem;font-weight:600}.rec-src-sub{color:var(--faint);font-size:.75rem}.rec-src-tick{background:var(--gain-wash);width:22px;height:22px;color:var(--gain-text);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.rec-merge{color:var(--faint);justify-content:center;align-items:center;display:flex}.rec-merge-line{background:linear-gradient(90deg,var(--line),var(--primary));width:34px;height:1px}.rec-merge-arrow{background:var(--surface);border:1px solid var(--line);width:34px;height:34px;color:var(--primary);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.rec-position{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:16px;padding:1.4rem 1.5rem}.rec-pos-head{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.82rem;font-weight:600;display:flex}.rec-pos-live{color:var(--gain-text);background:var(--gain-wash);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;margin-left:auto;padding:.12rem .5rem;font-size:.7rem;font-weight:600}.rec-pos-sub{color:var(--faint);margin:.4rem 0 1rem;font-size:.85rem}.rec-pos-props{border-top:1px solid var(--line-soft);flex-direction:column;gap:.45rem;padding-top:.9rem;display:flex}.rec-pos-props li{color:var(--body);justify-content:space-between;font-size:.88rem;font-weight:500;display:flex}.rec-pos-props .num{color:var(--gain-text);font-weight:600}.rec-pos-foot{border-top:1px solid var(--line-soft);color:var(--faint);margin-top:1rem;padding-top:.9rem;font-size:.8rem;line-height:1.5}.demo{grid-template-columns:1fr 1.05fr;align-items:start;gap:clamp(1.5rem,4vw,2.5rem);max-width:1000px;margin:0 auto;display:grid;position:relative}.demo-left{flex-direction:column;align-items:center;gap:1rem;display:flex}.stmt{background:var(--surface);border:1px solid var(--line);width:100%;max-width:380px;box-shadow:var(--shadow-md);border-radius:14px;padding:1.15rem 1.2rem;transition:transform .6s cubic-bezier(.22,.61,.36,1),box-shadow .6s;position:relative;overflow:hidden}.stmt--active{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stmt-scan{opacity:0;pointer-events:none;background:linear-gradient(105deg,#0000 20%,#04785724 50%,#0000 80%);position:absolute;inset:0;transform:translate(-120%)}.stmt-scan.on{opacity:1;animation:1.4s ease-in-out infinite scanSweep}@keyframes scanSweep{0%{transform:translate(-120%)}to{transform:translate(120%)}}.stmt-head{border-bottom:1px solid var(--line-soft);color:var(--primary);align-items:center;gap:.6rem;margin-bottom:.85rem;padding-bottom:.85rem;display:flex}.stmt-title{font-family:var(--f-display);color:var(--ink);font-size:.95rem;font-weight:600}.stmt-period{color:var(--faint);font-size:.76rem}.stmt-reading{color:var(--primary);background:var(--highlight);border-radius:999px;margin-left:auto;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.stmt-lines{flex-direction:column;gap:.2rem;display:flex}.stmt-line{color:var(--body);opacity:.5;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .5rem;font-size:.88rem;transition:background-color .35s,box-shadow .35s,opacity .35s;display:flex}.stmt-line.lit{opacity:1;background:var(--highlight-soft);box-shadow:inset 0 0 0 1px #d6ece1}.stmt-line-label{flex-direction:column;gap:2px;min-width:0;display:flex}.stmt-cat{color:var(--gain-text);text-transform:uppercase;letter-spacing:.03em;font-size:.66rem;font-weight:700}.stmt-line-amt{flex-shrink:0;font-weight:600}.stmt-line-amt.in{color:var(--gain-text)}.stmt-line-amt.out{color:var(--body)}.demo-go{margin-top:.2rem}.demo-privacy{color:var(--faint);align-items:center;gap:.4rem;font-size:.76rem;display:flex}.demo-privacy svg{color:var(--primary)}.demo-right{flex-direction:column;gap:1rem;display:flex}.demo-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;padding:1.1rem 1.2rem;transition:opacity .5s,transform .5s,box-shadow .5s}.demo-panel.dim{opacity:.45;transform:translateY(6px)}.demo-panel.show{opacity:1;box-shadow:var(--shadow-md);transform:none}.demo-panel-head{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:flex}.demo-panel-title{color:var(--ink)}.demo-flag{color:var(--gain-text);background:var(--gain-wash);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;margin-left:auto;padding:.12rem .5rem;font-size:.68rem;font-weight:700;animation:.4s fragIn}.demo-wf-note{color:var(--muted);margin-bottom:1.4rem;font-size:.8rem}.demo-wf-note b{color:var(--gain-text)}.demo-chips{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.rchip{background:var(--sunken);border:1px solid var(--line-soft);border-radius:10px;padding:.6rem .7rem;transition:background-color .4s,border-color .4s}.rchip.on{background:var(--highlight-soft);border-color:#cbe8d9}.rchip-label{color:var(--muted);font-size:.7rem;display:block}.rchip-after{margin-top:.25rem;font-size:1rem;font-weight:700;display:block}.rchip-after.up{color:var(--gain-text)}.rchip-after.down{color:var(--loss-text)}.rchip-from{color:var(--faint);margin-top:2px;font-size:.66rem;display:block}.demo-panel-foot{color:var(--faint);margin-top:.9rem;font-size:.8rem;line-height:1.5}.lab-reconcile{grid-template-columns:1.1fr 1fr;gap:1.4rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:grid}.lab-rec-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:16px;padding:1.5rem}.lab-rec-head{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.lab-rec-icon{border-radius:11px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.lab-rec-title{font-family:var(--f-display);color:var(--ink);font-size:1.15rem;font-weight:700}.lab-rec-sub{color:var(--faint);font-size:.82rem}.rec-grid{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.bchip{border:1px solid var(--line);border-radius:11px;padding:.7rem .8rem}.bchip.good{background:var(--gain-wash);border-color:#cdeadd}.bchip.warn{background:var(--warn-wash);border-color:#f2e2c0}.bchip-label{text-transform:uppercase;letter-spacing:.04em;color:var(--faint);font-size:.68rem;font-weight:700;display:block}.bchip-after{margin-top:.35rem;font-size:1.1rem;font-weight:700;display:block}.bchip.good .bchip-after{color:var(--gain-text)}.bchip.warn .bchip-after{color:var(--warn-text)}.bchip-from{color:var(--muted);margin-top:.2rem;font-size:.68rem;display:block}.lab-rec-note{color:var(--muted);margin-top:1.1rem;font-size:.85rem;line-height:1.55}.sell-metrics{flex-direction:column;gap:.5rem;display:flex}.sell-metric{background:var(--sunken);border-radius:9px;justify-content:space-between;align-items:center;padding:.55rem .75rem;display:flex}.sell-metric--hero{background:var(--gain-wash);border:1px solid #cdeadd}.sell-m-label{color:var(--muted);font-size:.85rem}.sell-m-val{color:var(--ink);font-size:1rem;font-weight:700}.sell-m-val.up{color:var(--gain-text)}.sell-m-val.down{color:var(--loss-text)}.sell-after{margin-top:1rem}.sell-after-label{text-transform:uppercase;letter-spacing:.04em;color:var(--faint);margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}.sell-after-rows{gap:.5rem;display:flex}.sell-after-row{background:var(--surface);border:1px solid var(--line);border-radius:9px;flex-direction:column;flex:1;gap:.25rem;padding:.5rem .6rem;display:flex}.sell-after-row span:first-child{color:var(--muted);font-size:.7rem}.sell-after-row .num{color:var(--ink);font-size:.9rem;font-weight:700}.lab-grid-head{margin-bottom:1rem}.lab-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:grid}.inst{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.4rem;transition:transform .2s,box-shadow .2s;position:relative}.inst:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.inst-code{letter-spacing:.08em;color:var(--faint);font-size:.62rem;font-weight:600;position:absolute;top:14px;right:16px}.inst-plate{background:var(--highlight-soft);border:1px solid var(--line);border-radius:16px;place-items:center;width:66px;height:66px;margin-bottom:1rem;display:grid;position:relative;overflow:hidden}.inst-plate-grid{opacity:.7;background-size:12px 12px;position:absolute;inset:0}.inst-plate svg{position:relative}.inst-name{font-family:var(--f-display);color:var(--ink);margin-bottom:.4rem;font-size:1.08rem;font-weight:700}.inst-brief{color:var(--muted);font-size:.88rem;line-height:1.55}.inst-go{color:var(--primary);align-items:center;gap:.4rem;margin-top:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.lab-proj{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:18px;grid-template-columns:1fr 1.3fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:clamp(1.5rem,3vw,2.5rem);display:grid}.lab-proj-legend{color:var(--muted);align-items:center;gap:.3rem;margin-left:.5rem;font-size:.8rem;display:inline-flex}.lab-proj-chart{border-radius:10px;overflow:hidden}.section--summit{color:#eaf4ef;background:radial-gradient(120% 140% at 50% 0,#083a2e 0%,#04243c 62%)}.ready-band{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:20px;grid-template-columns:1.5fr 1fr;gap:0;display:grid;overflow:hidden}.ready-left{padding:clamp(1.5rem,3vw,2.2rem)}.ready-top{margin-bottom:.9rem}.ready-headline{font-family:var(--f-display);color:var(--ink);letter-spacing:-.015em;margin-bottom:1.4rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700}.ready-gates{flex-direction:column;gap:.8rem;display:flex}.gate{align-items:flex-start;gap:.7rem;display:flex}.gate-check{background:var(--gain-wash);width:24px;height:24px;color:var(--gain-text);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.gate-body{flex:1;min-width:0}.gate-line{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.gate-label{color:var(--ink);font-size:.95rem;font-weight:700}.gate-note{color:var(--gain-text);font-size:.75rem;font-weight:600}.gate-detail{color:var(--muted);margin-top:1px;font-size:.82rem}.ready-params{border-top:1px solid var(--line-soft);color:var(--body);margin-top:1.3rem;padding-top:1.1rem;font-size:.82rem;font-weight:500}.ready-assume{color:var(--faint);margin-top:.7rem;font-size:.74rem;line-height:1.5}.ready-right{background:linear-gradient(180deg,var(--highlight-soft),var(--surface));border-left:1px solid var(--line);text-align:center;flex-direction:column;align-items:center;padding:clamp(1.5rem,3vw,2.2rem);display:flex}.ready-usable-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.72rem;font-weight:600}.ready-usable{margin-top:.4rem;font-size:clamp(2.4rem,5.5vw,3.3rem)}.ready-usable-sub{color:var(--faint);margin-top:.3rem;font-size:.82rem}.ready-scale-wrap{width:100%;margin:1.6rem 0 1rem}.ready-engage{color:var(--body);font-size:.9rem;font-weight:500;line-height:1.5}.ready-cta{width:100%;margin-top:1.2rem}.team-grid{grid-template-columns:repeat(3,minmax(0,300px));justify-content:center;gap:1.1rem;max-width:960px;margin:0 auto;display:grid}.member{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.4rem;transition:transform .2s,box-shadow .2s;display:flex}.member:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.member-icon{background:var(--highlight);width:44px;height:44px;color:var(--primary);border-radius:12px;place-items:center;margin-bottom:.4rem;display:grid}.member-role{font-family:var(--f-display);color:var(--ink);font-size:1.15rem;font-weight:700}.member-sees-label{letter-spacing:.06em;text-transform:uppercase;color:var(--faint);align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.member-sees-label svg{color:var(--primary)}.member-sees{color:var(--body);font-size:.92rem;font-weight:500}.team-foot{color:var(--muted);justify-content:center;align-items:center;gap:.55rem;margin-top:1.8rem;font-size:.9rem;display:flex}.team-foot svg{color:var(--primary)}.quiet-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.quiet-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.8rem}.quiet-icon{background:var(--highlight);width:48px;height:48px;color:var(--primary);border-radius:12px;place-items:center;margin-bottom:1.1rem;display:inline-grid}.quiet-card .h3{margin-bottom:.6rem}.quiet-mini{flex-direction:column;gap:.5rem;margin-top:1.3rem;display:flex}.quiet-mini-row{color:var(--muted);background:var(--sunken);border-radius:9px;justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.9rem;display:flex}.quiet-mini-row .num{color:var(--faint);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.quiet-mini-row--ok{background:var(--gain-wash)}.quiet-mini-row--ok .num{color:var(--gain-text);align-items:center;gap:.3rem;display:inline-flex}.vault{flex-wrap:wrap;gap:.55rem;margin-top:1.3rem;display:flex}.vault-doc{color:var(--body);background:var(--sunken);border:1px solid var(--line-soft);border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;display:inline-flex}.vault-doc svg{color:var(--primary)}.trust{background:var(--sunken);padding:clamp(3.5rem,6vw,5rem) 0}.trust-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.trust-item{text-align:center;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:1.6rem 1.2rem;display:flex}.trust-icon{background:var(--highlight);width:46px;height:46px;color:var(--primary);border:1px solid #d6ece1;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.trust-title{font-family:var(--f-display);color:var(--ink);margin-bottom:.25rem;font-size:1.02rem;font-weight:700}.trust-body{color:var(--muted);font-size:.9rem;line-height:1.55}.section--founding{color:#f2f9f5;background:radial-gradient(120% 130% at 50% 100%,#065f46 0%,#04243c 65%);padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(4rem,7vw,6rem)}.founding{text-align:center;max-width:820px;margin:0 auto}.el-root h2.founding-h2{color:#fff;letter-spacing:-.02em;font-size:clamp(1.9rem,4.4vw,3rem);line-height:1.1}.founding-h2-accent{color:#8fecca}.founding-lead{letter-spacing:.005em;color:#eaf6f0;max-width:58ch;margin:2.2rem auto 0;font-size:1.16rem;font-weight:400;line-height:1.85}.founding-perks{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.4rem 2.4rem;max-width:820px;display:flex}.founding-perks li{text-align:left;flex:0 215px;align-items:center;gap:.75rem;display:flex}.founding-perk-check{color:#04352a;background:#8fecca;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 6px 16px -6px #8fecca8c}.founding-perk-body{flex-direction:column;line-height:1.2;display:flex}.founding-perk-value{font-family:var(--f-display);color:#fff;letter-spacing:-.01em;font-size:clamp(1rem,1.7vw,1.14rem);font-weight:700}.founding-perk-desc{color:#cbe6da;margin-top:.2rem;font-size:.82rem;line-height:1.4}.form{max-width:520px;margin:0 auto}.form-row{gap:.6rem;display:flex}.input{border-radius:var(--radius-sm);color:#fff;height:3.1rem;font-family:var(--f-sans);background:#ffffff1f;border:1px solid #ffffff4d;flex:1;padding:0 1rem;font-size:1rem;transition:border-color .15s,background-color .15s}.input::placeholder{color:#ffffff9e}.input:focus{background:#ffffff2e;border-color:#8fecca;outline:none}.form-error{color:#ffd0d8;margin-top:.7rem;font-size:.85rem}.form-fine{color:#cbe6da;max-width:44ch;margin:1.3rem auto 0;font-size:.84rem;line-height:1.6}.form-done{text-align:left;background:#ffffff1a;border:1px solid #8fecca73;border-radius:14px;justify-content:center;align-items:center;gap:1rem;max-width:520px;margin:0 auto;padding:1.2rem 1.4rem;animation:.5s fragIn;display:flex}.form-done-icon{color:#04352a;background:#8fecca;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.form-done-title{font-family:var(--f-display);color:#fff;font-size:1.08rem;font-weight:700}.form-done-sub{color:#d8ede4;margin-top:.15rem;font-size:.9rem}.footer{background:var(--canvas);border-top:1px solid var(--line);padding:3rem 0 1.8rem}.footer-inner{display:block}.footer-top{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;gap:2rem 3rem;padding-bottom:2rem;display:flex}.footer-brand{flex-direction:column;gap:.8rem;max-width:320px;display:flex}.footer-logo{width:fit-content;display:inline-block}.footer-tagline{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.footer-au{color:var(--body);align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.footer-nav{flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.el-root .footer-nav a{color:var(--muted);font-size:.88rem}.el-root .footer-nav a:hover{color:var(--primary)}.el-root .footer-nav a.footer-nav-cta{color:var(--primary);margin-top:.2rem;font-weight:700}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem 1.5rem;padding-top:1.5rem;display:flex}.footer-fine{color:var(--faint);max-width:60ch;margin:0;font-size:.78rem;line-height:1.55}.footer-legal{color:var(--faint);flex-wrap:wrap;align-items:center;gap:1.1rem;font-size:.8rem;display:flex}.el-root .footer-legal a{color:var(--muted)}.el-root .footer-legal a:hover{color:var(--primary)}@media (width<=620px){.footer-top{flex-direction:column;gap:1.6rem}}.rec-pos-props li{grid-template-columns:1fr auto auto;align-items:center;gap:.55rem;display:grid}.rec-pos-name{color:var(--body);font-weight:500}.rec-ent{color:var(--muted);background:var(--sunken);border:1px solid var(--line-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.rec-ent svg{color:var(--primary)}.rec-pos-foot{align-items:flex-start;gap:.4rem;display:flex}.rec-pos-foot svg{color:var(--primary);flex-shrink:0;margin-top:2px}.dz{text-align:left;background:linear-gradient(135deg,var(--highlight-soft),#fff);cursor:pointer;width:100%;max-width:380px;font-family:var(--f-sans);border:1.5px dashed #b6d8c8;border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.15rem;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s;display:flex}.dz:hover:not(:disabled){border-color:var(--primary);background:linear-gradient(135deg,var(--highlight),#fff);box-shadow:var(--shadow-md);transform:translateY(-2px)}.dz:disabled{cursor:default}.dz--busy{border-style:solid;border-color:var(--primary);background:linear-gradient(135deg,var(--highlight),#fff)}.dz-icon{background:var(--primary);color:#fff;border-radius:11px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.dz-text{flex-direction:column;min-width:0;display:flex}.dz-title{font-family:var(--f-display);color:var(--ink);font-size:.98rem;font-weight:600}.dz-sub{color:var(--muted);font-size:.8rem}.dz-spin{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite dzspin}@keyframes dzspin{to{transform:rotate(360deg)}}.stmt-reading-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;margin-right:.35rem;animation:1.2s ease-out infinite pulseDot;display:inline-block}.demo-flag--warn{color:var(--warn-text);background:var(--warn-wash)}.acts{border:1px solid var(--line-soft);border-radius:11px;margin-bottom:1.1rem;overflow:hidden}.acts-title{text-transform:uppercase;letter-spacing:.05em;color:var(--faint);background:var(--sunken);padding:.5rem .7rem;font-size:.7rem;font-weight:700}.acts-row{border-top:1px solid var(--line-soft);opacity:.4;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;padding:.42rem .7rem;font-size:.82rem;transition:opacity .4s;display:grid}.acts-row.on{opacity:1}.acts-cat{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);background:var(--sunken);white-space:nowrap;border-radius:5px;padding:.1rem .4rem;font-size:.62rem;font-weight:700}.acts-label{color:var(--body);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.acts-amt{text-align:right;white-space:nowrap;font-weight:600}.acts-amt.in{color:var(--gain-text)}.acts-amt.out{color:var(--body)}.acts-net{background:var(--highlight-soft)}.acts-net .acts-cat{color:var(--gain-text);background:var(--gain-wash)}.acts-net .acts-label{color:var(--ink);font-weight:600}.acts-net .acts-amt{color:var(--gain-text);font-weight:800}.demo-wf-wrap{margin-top:.2rem}.demo-pwf{padding-top:1.15rem}.demo-port-stats{border-top:1px solid var(--line-soft);gap:1.4rem;margin-top:.6rem;padding-top:.7rem;display:flex}.demo-port-stat{flex-direction:column;gap:.15rem;font-size:1rem;display:flex}.demo-port-delta{color:var(--gain-text);font-weight:700}.demo-reset{margin-top:.2rem}.lab-grid--2{grid-template-columns:repeat(2,1fr)}.inst--lg{flex-direction:column;padding:1.6rem;display:flex}.inst-head{align-items:center;gap:.85rem;margin-bottom:1.1rem;display:flex}.inst--lg .inst-plate{border-radius:13px;flex-shrink:0;width:52px;height:52px;margin-bottom:0}.inst--lg .inst-code{color:var(--faint);letter-spacing:.08em;margin-top:.15rem;font-size:.64rem;display:block;position:static}.inst-preview{background:var(--sunken);border:1px solid var(--line-soft);border-radius:12px;justify-content:center;align-items:center;height:152px;margin-bottom:1.1rem;padding:.9rem 1rem;display:flex}.inst-preview>*{width:100%}.prev-adjust{align-items:center;gap:1.1rem;width:100%;display:flex}.pa-sliders{flex-direction:column;flex:1;gap:.6rem;display:flex}.pa-row{align-items:center;gap:.6rem;display:flex}.pa-label{width:38px;color:var(--muted);font-size:.72rem;font-weight:600}.pa-track{background:var(--line);border-radius:999px;flex:1;height:6px;position:relative}.pa-fill{background:var(--primary);border-radius:999px;transition:width .9s cubic-bezier(.22,.61,.36,1);position:absolute;top:0;bottom:0;left:0}.pa-handle{border:2px solid var(--primary);width:13px;height:13px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:left .9s cubic-bezier(.22,.61,.36,1);position:absolute;top:50%;transform:translate(-50%,-50%)}.pa-bars{align-items:flex-end;gap:5px;width:74px;height:64px;display:flex}.pa-bar{background:linear-gradient(180deg,var(--emerald),var(--primary));border-radius:3px 3px 0 0;flex:1;transition:height .8s cubic-bezier(.22,.61,.36,1)}.prev-deal{width:100%}.pd-tiles{gap:.5rem;margin-bottom:.5rem;display:flex}.pd-tile{border:1px solid var(--line);text-align:center;background:#fff;border-radius:9px;flex:1;padding:.5rem .4rem}.pd-tile-val{color:var(--ink);font-size:.95rem;font-weight:700;font-family:var(--f-serif);display:block}.pd-tile-label{color:var(--muted);margin-top:.15rem;font-size:.6rem;display:block}.pd-spark{border-radius:8px;overflow:hidden}.prev-sell{width:100%;padding-top:.3rem}.member{gap:.45rem}.member-tagline{color:var(--muted);margin-bottom:.4rem;font-size:.85rem}.member-cap-label{text-transform:uppercase;letter-spacing:.05em;color:var(--faint);align-items:center;gap:.3rem;margin-top:.5rem;font-size:.68rem;font-weight:700;display:inline-flex}.member-cap-label svg{color:var(--primary)}.member-can-label svg{color:var(--emerald)}.member-caps{flex-wrap:wrap;gap:.35rem;margin-top:.1rem;display:flex}.cap-chip{color:var(--body);background:var(--highlight-soft);border:1px solid #d6ece1;border-radius:999px;padding:.2rem .6rem;font-size:.74rem;font-weight:500}.member-can{color:var(--body);margin-top:.1rem;font-size:.88rem;line-height:1.5}.team-2way{text-align:center;max-width:780px;color:var(--muted);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:center;align-items:center;gap:.75rem;margin:2rem auto 0;padding:1rem 1.4rem;font-size:.92rem;display:flex}.team-2way-icon{background:var(--highlight);width:38px;height:38px;color:var(--primary);border-radius:11px;flex-shrink:0;place-items:center;display:grid}.tax-entities{border:1px solid var(--line-soft);border-radius:11px;margin-top:1.3rem;overflow:hidden}.tax-ent-head{text-transform:uppercase;letter-spacing:.05em;color:var(--faint);background:var(--sunken);padding:.5rem .75rem;font-size:.7rem;font-weight:700}.tax-ent-row{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .75rem;display:flex}.tax-ent-name{color:var(--body);align-items:center;gap:.45rem;min-width:0;font-size:.88rem;display:flex}.tax-ent-name svg{color:var(--primary);flex-shrink:0}.tax-ent-name>span:first-of-type{color:var(--ink);font-weight:600}.tax-ent-type{color:var(--faint);background:var(--sunken);border-radius:5px;padding:.1rem .4rem;font-size:.68rem}.tax-ent-ready{color:var(--gain-text);flex-shrink:0;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;display:inline-flex}.doc-store{color:var(--muted);align-items:center;gap:.45rem;margin-top:1rem;font-size:.82rem;display:flex}.doc-store svg{color:var(--primary)}@media (width<=960px){.lab-grid--2{grid-template-columns:1fr}}@media (width<=560px){.prev-adjust{flex-direction:column;align-items:stretch}.pa-bars{width:100%;height:46px}.demo-port-stats{flex-direction:column;gap:.7rem}}.stmt--reading{animation:1.4s ease-in-out infinite stmtPulse}@keyframes stmtPulse{0%,to{box-shadow:0 0 0 1px var(--line), var(--shadow-md)}50%{box-shadow:0 0 0 2px #bfe6d5,0 12px 32px -12px #04785761}}.quiet-visual{background:linear-gradient(135deg,var(--highlight-soft),var(--surface));border:1px solid var(--line-soft);border-radius:14px;align-items:center;gap:1rem;min-height:100px;margin-bottom:1.3rem;padding:1rem 1.2rem;display:flex}.tax-visual{align-items:center;gap:1.1rem;width:100%;display:flex}.tax-ring{flex-shrink:0;width:72px;height:72px;position:relative}.tax-ring-check{color:var(--gain-text);place-items:center;transition:opacity .5s .7s,transform .5s cubic-bezier(.34,1.56,.64,1) .7s;display:grid;position:absolute;inset:0}.tax-visual-side{flex-direction:column;gap:.5rem;min-width:0;display:flex}.tax-visual-fy{font-family:var(--f-display);color:var(--ink);font-size:.92rem;font-weight:700}.tax-visual-chips{flex-wrap:wrap;gap:.35rem;display:flex}.tax-vchip{color:var(--gain-text);background:var(--gain-wash);border:1px solid #cdeadd;border-radius:999px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:600;transition:opacity .4s,transform .4s;display:inline-flex}.tax-vchip svg{color:var(--gain-text)}.doc-visual{justify-content:center;align-items:center;width:100%;display:flex}.doc-stack{width:88px;height:72px;position:relative}.doc-card{background:var(--surface);border:1px solid var(--line);width:52px;height:60px;box-shadow:var(--shadow-sm);border-radius:9px;transition:opacity .5s,transform .6s cubic-bezier(.22,.61,.36,1);position:absolute;top:8px;left:18px}.doc-card--1{color:var(--primary);z-index:3;place-items:center;display:grid}.doc-card--2{z-index:2;background:var(--highlight-soft)}.doc-card--3{z-index:1;background:var(--sunken)}.doc-lock{z-index:4;background:var(--primary);color:#fff;width:26px;height:26px;box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;transition:opacity .4s,transform .4s cubic-bezier(.34,1.56,.64,1);display:grid;position:absolute;bottom:4px;right:8px}.el-root a.btn--primary{color:#fff}.el-root a.btn--ghost,.el-root a.btn--onDark{color:var(--primary-strong)}.inst-features{flex-direction:column;gap:.4rem;margin:.9rem 0 0;display:flex}.inst-features li{color:var(--body);align-items:flex-start;gap:.45rem;font-size:.82rem;line-height:1.4;display:flex}.inst-features li svg{color:var(--gain-text);flex-shrink:0;margin-top:2px}.tax-ent-ready{white-space:nowrap;font-size:.74rem}.inst--lg .inst-go{margin-top:auto;padding-top:1rem}.inst-brief{min-height:2.6em}.prev-proj{flex-direction:column;gap:.3rem;width:100%;display:flex}.pp-axis{color:var(--faint);font-size:.62rem;font-weight:600;font-family:var(--f-serif);justify-content:space-between;display:flex}.pp-key{justify-content:center;gap:1rem;margin-top:.1rem;display:flex}.pp-key-i{color:var(--muted);align-items:center;gap:.3rem;font-size:.64rem;display:inline-flex}.pp-dot{border-radius:2px;width:13px;height:3px;display:inline-block}.pp-dot--eq{background:var(--primary)}.pp-dot--debt{background:var(--faint)}.pd-bars{align-items:stretch;gap:5px;height:82px;margin-top:.15rem;display:flex;position:relative}.pd-zero{background:var(--line);z-index:0;height:1px;position:absolute;top:50%;left:0;right:0}.pd-bar-col{flex:1;position:relative}.pd-bar{border-radius:3px;transition:height .6s cubic-bezier(.22,.61,.36,1);position:absolute;left:0;right:0}.pd-bar--pos{background:linear-gradient(180deg,var(--emerald),var(--primary));bottom:50%}.pd-bar--neg{background:linear-gradient(180deg,#f3aab9,var(--loss));top:50%}.prev-sell{width:100%}.ps-top{justify-content:space-between;align-items:baseline;gap:.6rem;margin-bottom:.6rem;display:flex}.ps-top-label{color:var(--muted);font-size:.74rem;font-weight:600}.ps-top-val{color:var(--gain-text);font-size:1.25rem;font-weight:700;font-family:var(--f-serif)}.ps-bar{background:var(--line-soft);border-radius:6px;height:18px;display:flex;overflow:hidden}.ps-seg{height:100%;transition:width .9s cubic-bezier(.22,.61,.36,1)}.ps-legend{flex-wrap:wrap;gap:.45rem 1rem;margin-top:.75rem;display:flex}.ps-leg{color:var(--muted);align-items:center;gap:.4rem;font-size:.72rem;display:inline-flex}.ps-dot{border-radius:3px;width:10px;height:10px;display:inline-block}.ps-loan{background:#b9c6cf}.ps-cost{background:var(--warn)}.ps-cgt{background:#e59bb0}.ps-net{background:var(--gain)}@media (width<=960px){.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:0;margin-top:1rem}.xform-chaos{height:104px}.hero-cockpit-wrap{opacity:1;transform:none}.rec{grid-template-columns:1fr}.rec-merge{margin:.2rem 0;transform:rotate(90deg)}.demo,.lab-reconcile{grid-template-columns:1fr}.lab-grid{grid-template-columns:1fr 1fr}.lab-proj,.ready-band{grid-template-columns:1fr}.ready-right{border-left:none;border-top:1px solid var(--line)}.quiet-grid,.team-grid{grid-template-columns:1fr}.lead,.body-lg{max-width:none}}@media (width<=560px){.nav-links a:not(.btn),.nav-links a.nav-login{display:none}.ck-kpis,.ck-ready{grid-template-columns:1fr}.ck-ready-usable{text-align:left}.lab-grid,.rec-grid,.demo-chips{grid-template-columns:1fr}.form-row{flex-direction:column}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%}.sell-after-rows{flex-direction:column}}@media (prefers-reduced-motion:reduce){.el-root *{transition:none!important;animation:none!important}.reveal,.hero-cockpit-wrap{opacity:1!important;transform:none!important}.frag{opacity:1}.wf-bar,.demo-panel{opacity:1;transform:none}}.prelaunch{color:#f2f9f5;background:radial-gradient(120% 130% at 50% 100%,#065f46 0%,#04243c 65%);padding:clamp(1.75rem,3.6vw,2.6rem) 0}.prelaunch-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(1rem,3vw,2.4rem);display:flex}.prelaunch-copy{flex:260px;min-width:0}.prelaunch-kicker{font-family:var(--f-sans);letter-spacing:.12em;text-transform:uppercase;color:#8fecca;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.el-root h2.prelaunch-h{color:#fff;font-family:var(--f-display);letter-spacing:-.01em;font-size:clamp(1.15rem,2.1vw,1.5rem);font-weight:700;line-height:1.2}.prelaunch-perks{flex-wrap:wrap;align-self:center;gap:clamp(.9rem,2vw,1.8rem);display:flex}.prelaunch-perks li{align-items:center;gap:.55rem;display:flex}.prelaunch-check{color:#8fecca;background:#8fecca29;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.prelaunch-perk-text{flex-direction:column;line-height:1.15;display:flex}.prelaunch-perk-text b{font-family:var(--f-display);color:#fff;font-size:.98rem;font-weight:700}.prelaunch-perk-text span{color:#bfe0d3;font-size:.74rem}.prelaunch-cta{flex-shrink:0}@media (width<=860px){.prelaunch-inner{flex-direction:column;align-items:flex-start}.prelaunch-cta{width:100%}}.rec-grid--3{grid-template-columns:repeat(3,1fr)}@media (width<=560px){.rec-grid--3{grid-template-columns:1fr}}.hero-visual{min-height:0}.member{text-align:center;align-items:center}.member-caps{justify-content:center}.trust-foot{text-align:center;max-width:780px;color:var(--muted);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:center;align-items:center;gap:.7rem;margin:1.8rem auto 0;padding:1rem 1.4rem;font-size:.92rem;display:flex}.trust-foot b{color:var(--ink);font-weight:600}.trust-foot-icon{background:var(--highlight);width:38px;height:38px;color:var(--primary);border-radius:11px;flex-shrink:0;place-items:center;display:grid}@media (width<=920px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.trust-grid{grid-template-columns:1fr}}.faq-wrap{max-width:760px}.faq-list{border-top:1px solid var(--line);margin-top:clamp(1.5rem,3vw,2.2rem)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--f-display);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-size:clamp(1rem,1.6vw,1.1rem);font-weight:600;line-height:1.35;display:flex}.faq-q-icon{color:var(--primary);flex-shrink:0;place-items:center;transition:transform .25s;display:grid}.faq-item.open .faq-q-icon{transform:rotate(180deg)}.faq-a-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.faq-item.open .faq-a-wrap{grid-template-rows:1fr}.faq-a-inner{overflow:hidden}.faq-a{color:var(--body);max-width:64ch;padding:0 0 1.2rem;font-size:.98rem;line-height:1.65}.el-root p.founding-lead{margin:2.3rem auto 0}.el-root ul.founding-perks{margin:3rem auto 3.1rem}.el-root p.form-error{margin:.8rem auto 0}.el-root p.form-fine{margin:1.7rem auto 0}.hub{flex-direction:column;align-items:center;max-width:860px;margin:0 auto;display:flex}.hub-you{text-align:center;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);z-index:2;border-radius:16px;flex-direction:column;align-items:center;gap:.25rem;padding:1.3rem 1.9rem;display:flex;position:relative}.hub-you-avatar{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;margin-bottom:.15rem;display:grid;box-shadow:0 10px 22px -8px #04785780}.hub-you-role{font-family:var(--f-display);color:var(--ink);font-size:1.2rem;font-weight:700}.hub-you-sub{color:var(--muted);font-size:.85rem}.hub-wire{width:100%;max-width:720px;margin:0 auto;line-height:0}.hub-wire-flow{stroke-dasharray:3 11;animation:1.5s linear infinite hubFlow}@keyframes hubFlow{to{stroke-dashoffset:-28px}}.hub-spokes{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:720px;margin:0 auto;display:grid}.spoke{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:.4rem;padding:1.15rem 1.05rem 1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.spoke:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.spoke-flow{flex-direction:column;align-items:center;gap:.15rem;margin-bottom:.25rem;display:flex}.flow{text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.28rem;font-size:.66rem;font-weight:700;display:inline-flex}.flow--out{color:var(--primary)}.flow--in{color:var(--emerald)}.flow-arw{place-items:center;display:inline-grid}.flow-arw--down svg{transform:rotate(90deg)}.flow-arw--up svg{transform:rotate(-90deg)}.spoke-icon{background:var(--highlight);width:44px;height:44px;color:var(--primary);border-radius:12px;place-items:center;display:grid}.spoke-role{font-family:var(--f-display);color:var(--ink);font-size:1.05rem;font-weight:700}.spoke-tagline{color:var(--muted);font-size:.82rem}.spoke-chips{flex-wrap:wrap;justify-content:center;gap:.3rem;margin-top:.15rem;display:flex}.spoke-chip{color:var(--body);background:var(--sunken);border:1px solid var(--line-soft);border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:600}.spoke-down{color:var(--body);margin-top:.2rem;font-size:.82rem;line-height:1.45}.stree-wrap{opacity:0;max-width:780px;margin:clamp(2rem,4vw,2.8rem) auto 0;padding-top:6px;transition:opacity .6s,transform .6s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(14px)}.stree-wrap.on{opacity:1;transform:none}.stree{background:var(--surface);border:1px solid var(--line);width:400px;box-shadow:var(--shadow-md);border-radius:14px;padding:.85rem 1rem;position:relative;overflow:visible}.stree-node{color:var(--ink);border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .5rem;font-size:.85rem;font-weight:600;display:flex}.stree-node--mother{font-size:.92rem}.stree-node--open{background:var(--highlight-soft)}.stree-node--sub.stree-node--open{background:0 0}.stree-node--sub{font-size:.82rem}.stree-node--closed:hover{background:var(--sunken)}.stree-chev{color:var(--faint);flex-shrink:0;display:inline-flex}.stree-node--closed .stree-chev{transform:rotate(-90deg)}.stree-fold-ic{color:#d99a2b;flex-shrink:0;display:inline-flex}.stree-node--sub .stree-fold-ic{color:#e2b458}.stree-node--closed .stree-fold-ic{color:#c6a86b}.stree-node-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.stree-fcount{font-family:var(--f-sans);color:var(--faint);flex-shrink:0;margin-left:auto;padding-left:.5rem;font-size:.72rem;font-weight:500}.stree-children{margin:.05rem 0;padding:0 0 0 20px;list-style:none;position:relative}.stree-children>li{position:relative}.stree-branch .stree-children{padding-left:40px}.streefile-main{border-radius:7px;align-items:center;gap:.5rem;padding:.45rem .5rem;transition:background-color .25s,box-shadow .25s;display:flex;position:relative}.streefile-ic{color:var(--muted);flex-shrink:0;display:inline-flex}.streefile-name{color:var(--body);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.8rem;overflow:hidden}.streefile-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:.1rem .45rem;font-size:.56rem;font-weight:800}.streefile-tag--income{color:var(--gain-text);background:var(--gain-wash)}.streefile-tag--bill{color:var(--warn-text);background:var(--warn-wash)}.streefile-tag--debt{color:var(--navy);background:#e6eef5}.streefile--key.on .streefile-main{background:var(--highlight);box-shadow:inset 0 0 0 1px #cdeadd}.streefile--key.on .streefile-ic{color:var(--primary)}.stree-empty{color:var(--faint);padding:.45rem .5rem;font-size:.74rem;font-style:italic}.sconn2{background:linear-gradient(90deg, var(--line), #a9dcc8);opacity:0;width:80px;height:2px;transition:opacity .3s;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.streefile--key.on .sconn2{opacity:1}.sconn2-dot{background:var(--emerald);opacity:0;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #0c9c7c29}.streefile--key.on .sconn2-dot{animation:1.25s ease-in-out .2s infinite sconn2Dot}@keyframes sconn2Dot{0%{opacity:0;left:0}16%{opacity:1}84%{opacity:1}to{opacity:0;left:100%}}.spanel2{opacity:0;pointer-events:none;width:300px;transition:opacity .45s;position:absolute;top:50%;left:calc(100% + 80px);transform:translateY(-50%)}.streefile--key.on .spanel2{opacity:1}.spanel{background:var(--surface);box-shadow:var(--shadow-lg);border:1px solid #cdeadd;border-radius:12px;padding:.7rem .8rem .78rem}.spanel-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.spanel-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.66rem;font-weight:700}.spanel-tag{text-transform:uppercase;letter-spacing:.04em;color:var(--primary-strong);background:var(--highlight);border-radius:999px;padding:.12rem .5rem;font-size:.6rem;font-weight:800}.satab{flex-direction:column;display:flex}.satab-row{border-radius:6px;justify-content:space-between;align-items:baseline;gap:.6rem;padding:.28rem .45rem;font-size:.8rem;display:flex}.satab-k{color:var(--body)}.satab-v{font-weight:700}.satab-v.pos{color:var(--gain-text)}.satab-v.neg{color:var(--loss-text)}.satab-row.lit{box-shadow:inset 2px 0}.satab-row.lit--income{background:var(--gain-wash)}.satab-row.lit--income .satab-k{color:var(--gain-text);font-weight:700}.satab-row.lit--bill{background:var(--warn-wash)}.satab-row.lit--bill .satab-k{color:var(--warn-text);font-weight:700}.satab-net{border-top:1px solid var(--line-soft);margin-top:.25rem;padding-top:.4rem;font-weight:700}.satab-net .satab-k{color:var(--ink);font-weight:700}.sdebt{flex-direction:column;gap:.1rem;display:flex}.sdebt-loan{color:var(--muted);font-size:.74rem;font-weight:600}.sdebt-amt{font-family:var(--f-display);color:var(--ink);font-size:1.4rem;font-weight:800;line-height:1.1}.sdebt-meta{color:var(--body);flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem;font-size:.74rem;font-weight:600;display:flex}.sdebt-dot{background:var(--faint);border-radius:50%;width:3px;height:3px}.sdebt-ctx{color:var(--faint);margin-top:.35rem;font-size:.68rem}.slink-foot{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:.45rem;margin-top:1.4rem;font-size:.8rem;display:flex}.slink-foot svg{color:var(--primary);flex-shrink:0}@media (width<=820px){.stree-wrap{max-width:460px}.stree{width:100%}.streefile--key .sconn2{display:none}.streefile--key .spanel2{opacity:1;width:auto;margin:.35rem 0 .7rem;position:static;transform:none}}@media (prefers-reduced-motion:reduce){.stree-wrap,.streefile-main,.spanel2{transition:none}.sconn2-dot{animation:none;display:none}}@media (width<=640px){.hub-spokes{grid-template-columns:1fr}.hub-wire{display:none}}.nav-current{color:var(--primary);font-weight:600}.nav-logo-link{align-items:center;display:inline-flex}.labv-hero-sec{padding:clamp(2.5rem,5vw,4rem) 0 clamp(2rem,4vw,3rem)}.labv-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid}.labv-badge{align-items:center;gap:.45rem;display:inline-flex}.labv-badge svg{color:var(--gain-text)}.labv-h1{font-size:clamp(2.2rem,5vw,3.2rem);line-height:1.05}.labv-h1-accent{color:var(--primary)}.labv-hero-cta{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.labv-vitals{background:linear-gradient(160deg,#fff,var(--highlight-soft));border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:18px;padding:1.4rem}.labv-vitals-top{justify-content:space-between;align-items:center;display:flex}.labv-vitals-title{font-family:var(--f-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.labv-vgrid{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.1rem;display:grid}.labv-vital{background:var(--surface);border:1px solid var(--line-soft);border-radius:12px;flex-direction:column;gap:.25rem;padding:.75rem .85rem;display:flex}.labv-vital-l{text-transform:uppercase;letter-spacing:.08em;color:var(--faint);font-size:.68rem;font-weight:600}.labv-vital-v{font-size:1.35rem}.labv-vprops{color:var(--faint);justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;font-size:.76rem;display:flex}.labv-vprops svg{color:var(--primary)}.labv-banner-wrap{background:var(--canvas);padding:0 0 clamp(1rem,2vw,1.5rem)}.labv-banner{background:var(--highlight);border:1px solid #cdeadd;border-radius:14px;align-items:flex-start;gap:.9rem;padding:1rem 1.2rem;display:flex}.labv-banner-icon{width:38px;height:38px;color:var(--primary);background:#fff;border:1px solid #cdeadd;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.labv-banner p{color:var(--body);font-size:.92rem;line-height:1.5}.labv-banner b{color:var(--ink)}.labv-idx-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:clamp(1.8rem,3vw,2.4rem);display:grid}.labv-idx-card a{background:var(--surface);border:1px solid var(--line);height:100%;box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.15rem;transition:transform .2s,box-shadow .2s;display:flex}.labv-idx-card a:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.labv-idx-plate{border-radius:12px;width:46px;height:46px;margin-bottom:.2rem}.labv-idx-code{letter-spacing:.08em;color:var(--faint);font-size:.66rem}.labv-idx-name{font-family:var(--f-display);color:var(--ink);font-size:1rem;font-weight:700;line-height:1.2}.labv-idx-blurb{color:var(--muted);font-size:.82rem}.labv-idx-go{color:var(--primary);align-items:center;gap:.35rem;margin-top:auto;padding-top:.5rem;font-size:.78rem;font-weight:700;display:inline-flex}@media (width<=820px){.labv-idx-grid{grid-template-columns:1fr 1fr}}.labv-stations{flex-direction:column;gap:clamp(1.2rem,2.5vw,1.8rem);padding:clamp(2rem,4vw,3rem) 0;display:flex}.lstation{padding:0 24px}.lstation-inner{background:var(--surface);border:1px solid var(--line);max-width:1120px;box-shadow:var(--shadow-md);border-radius:18px;margin:0 auto;padding:clamp(1.3rem,2.5vw,1.9rem);scroll-margin-top:80px}.inst-head.lstation-head{margin-bottom:.6rem}.lstation-head-text{flex:1;min-width:0}.lstation-live{flex-shrink:0}.lstation-line{color:var(--body);margin:0 0 1.2rem;font-size:.95rem}.lbench{grid-template-columns:minmax(0,320px) 1fr;align-items:start;gap:clamp(1.2rem,2.5vw,1.8rem);display:grid}.lbench-controls{background:var(--sunken);border:1px solid var(--line-soft);border-radius:14px;flex-direction:column;gap:1.05rem;padding:1.1rem 1.15rem;display:flex}.lbench-controls-h{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.7rem;font-weight:600}.lbench-out{flex-direction:column;gap:1rem;min-width:0;display:flex}@media (width<=760px){.lbench{grid-template-columns:1fr}}.lctrl{flex-direction:column;gap:.5rem;display:flex}.lctrl-top{justify-content:space-between;align-items:baseline;gap:.6rem;display:flex}.lctrl-label{color:var(--body);font-size:.86rem;font-weight:500}.lctrl-val{color:var(--primary);font-size:.92rem;font-weight:700}.lctrl-range{appearance:none;cursor:pointer;background:linear-gradient(to right, var(--primary) 0%, var(--primary) var(--p,50%), var(--line) var(--p,50%), var(--line) 100%);border-radius:999px;outline:none;width:100%;height:6px}.lctrl-range::-webkit-slider-thumb{appearance:none;border:3px solid var(--primary);width:18px;height:18px;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:50%}.lctrl-range::-moz-range-thumb{border:3px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px}.lctrl-range::-moz-range-track{background:var(--line);border-radius:999px;height:6px}.lctrl-range::-moz-range-progress{background:var(--primary);border-radius:999px;height:6px}.lctrl-range:focus-visible{box-shadow:0 0 0 3px #04785740}.lreads{gap:.75rem;display:grid}.lreads--1{grid-template-columns:1fr}.lreads--2{grid-template-columns:1fr 1fr}.lreads--3{grid-template-columns:repeat(3,1fr)}.lread{background:var(--sunken);border:1px solid var(--line-soft);border-radius:12px;flex-direction:column;gap:.3rem;padding:.85rem .9rem;display:flex}.lread-label{text-transform:uppercase;letter-spacing:.06em;color:var(--faint);font-size:.66rem;font-weight:600}.lread-val{color:var(--ink);font-size:clamp(1.15rem,2.6vw,1.45rem);font-weight:700;line-height:1;font-family:var(--f-display)}.lread.mint{background:var(--gain-wash);border-color:#cdeadd}.lread.mint .lread-val{color:var(--gain-text)}.lread.gain{background:var(--gain-wash);border-color:#cdeadd}.lread.gain .lread-val{color:var(--gain-text)}.lread.loss{background:var(--loss-wash);border-color:#f3cdd6}.lread.loss .lread-val{color:var(--loss-text)}.lread.warn .lread-val{color:var(--warn-text)}@media (width<=480px){.lreads--3{grid-template-columns:1fr 1fr}}.lchart{background:var(--sunken);border:1px solid var(--line-soft);border-radius:12px;padding:.7rem}.llegend{color:var(--muted);gap:1.1rem;padding:0 .2rem;font-size:.74rem;display:flex}.llegend span{align-items:center;gap:.35rem;display:inline-flex}.llegend i{border-radius:2px;width:12px;height:3px;display:inline-block}.lchip{color:var(--body);background:var(--surface);border:1px solid var(--line);border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .6rem;font-size:.74rem;font-weight:500;display:inline-flex}.lchip svg{color:var(--faint)}.lchip.up{color:var(--gain-text);background:var(--gain-wash);border-color:#cdeadd}.lchip.up svg{color:var(--gain-text)}.lchip-row{flex-wrap:wrap;gap:.4rem;display:flex}.lsub{background:var(--sunken);border:1px solid var(--line-soft);border-radius:12px;padding:.85rem .9rem}.lsub-h{text-transform:uppercase;letter-spacing:.06em;color:var(--faint);margin-bottom:.7rem;font-size:.68rem;font-weight:600}.lgauge-track{background:var(--surface);border:1px solid var(--line);border-radius:999px;height:12px;position:relative;overflow:hidden}.lgauge-zone{display:block;position:absolute;top:0;bottom:0}.lgauge-mark{border-radius:3px;width:4px;height:18px;transition:left .35s cubic-bezier(.22,.61,.36,1),background-color .3s;position:absolute;top:-3px;transform:translate(-50%)}.lgauge-scale{color:var(--faint);justify-content:space-between;margin-top:.4rem;font-size:.64rem;display:flex}.ldelta{color:var(--muted);justify-content:space-between;align-items:center;padding:.1rem;font-size:.8rem;display:flex}.ldelta .up{color:var(--gain-text);font-weight:700}.ldelta .down{color:var(--loss-text);font-weight:700}.lcfbars{align-items:stretch;gap:5px;height:72px;display:flex;position:relative}.lcfbars-zero{background:var(--line);z-index:1;height:1px;position:absolute;top:50%;left:0;right:0}.lcfbars-col{flex:1;position:relative}.lcfbar{border-radius:3px;transition:height .5s cubic-bezier(.22,.61,.36,1);position:absolute;left:0;right:0}.lcfbar.pos{background:var(--gain);bottom:50%}.lcfbar.neg{background:var(--loss);top:50%}.lproceeds-bar{background:var(--sunken);border-radius:8px;height:26px;display:flex;overflow:hidden}.lproceeds-seg{height:100%;transition:width .4s cubic-bezier(.22,.61,.36,1)}.lproceeds-legend{grid-template-columns:1fr 1fr;gap:.5rem .9rem;margin-top:.9rem;display:grid}.lproceeds-leg{color:var(--body);align-items:center;gap:.45rem;font-size:.78rem;display:flex}.lproceeds-leg i{border-radius:3px;flex-shrink:0;width:9px;height:9px}.lproceeds-val{color:var(--ink);margin-left:auto;font-weight:700}.lafter{background:var(--highlight-soft);border:1px solid var(--line-soft);border-radius:12px;padding:.9rem 1rem}.lafter-head{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.6rem;font-size:.68rem;font-weight:600}.lafter-rows{flex-direction:column;gap:.5rem;display:flex}.lafter-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.lafter-label{color:var(--body);font-size:.84rem}.lafter-flow{align-items:center;gap:.5rem;display:inline-flex}.lafter-flow svg{color:var(--faint)}.lafter-before{color:var(--faint);font-size:.82rem}.lafter-after{color:var(--ink);font-size:.88rem;font-weight:700}.lafter-after.up{color:var(--gain-text)}.lafter-after.down{color:var(--warn-text)}.lstation-more{border-top:1px dashed var(--line);margin-top:1.3rem;padding-top:1.1rem}.lstation-more-h{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-flex}.lstation-more ul{flex-wrap:wrap;gap:.4rem 1.4rem;display:flex}.lstation-more li{color:var(--muted);align-items:center;gap:.4rem;font-size:.82rem;display:inline-flex}.lstation-more li svg{color:var(--faint);flex-shrink:0}.labv-close-sec{background:radial-gradient(120% 130% at 50% 0,#065f46 0%,#04243c 62%)}.labv-close{text-align:center;max-width:640px;margin:0 auto}.labv-close-cta{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.8rem;display:flex}.labv-ghost-onDark{color:#fff;background:0 0;border:1px solid #ffffff4d}.labv-ghost-onDark:hover{background:#ffffff14;border-color:#ffffff80}.lab-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.lab-cta-note{color:var(--muted);font-size:.85rem}@media (width<=900px){.labv-hero{grid-template-columns:1fr}.labv-vitals{max-width:520px}}.lread-sub{color:var(--muted);margin-top:.15rem;font-size:.68rem;line-height:1.35}.lcmp-wrap{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.lcmp{border:1px solid var(--line);background:var(--surface);border-radius:12px;overflow:hidden}.lcmp.new{border-color:#cdeadd}.lcmp-title{font-family:var(--f-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:var(--sunken);border-bottom:1px solid var(--line);padding:.55rem .8rem;font-size:.72rem;font-weight:700}.lcmp.new .lcmp-title{background:var(--gain-wash);color:var(--gain-text);border-bottom-color:#cdeadd}.lcmp-row{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.82rem;display:flex}.lcmp-row:last-child{border-bottom:none}.lcmp-row.strong{background:var(--highlight-soft)}.lcmp-label{color:var(--muted)}.lcmp-val{color:var(--ink);font-weight:600}.lcmp-val.pos{color:var(--gain-text)}.lcmp-val.neg{color:var(--loss-text)}@media (width<=520px){.lcmp-title{padding:.5rem .55rem;font-size:.64rem}.lcmp-row{padding:.45rem .55rem;font-size:.74rem}}.lseg-wrap{flex-direction:column;gap:.45rem;display:flex}.lseg-label{color:var(--body);font-size:.78rem;font-weight:500}.lseg{background:var(--sunken);border:1px solid var(--line-soft);border-radius:10px;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;display:grid}.lseg-btn{cursor:pointer;font-family:var(--f-sans);color:var(--muted);background:0 0;border:none;border-radius:7px;padding:.45rem .25rem;font-size:.78rem;font-weight:600;transition:background-color .15s,color .15s,box-shadow .15s}.lseg-btn:hover{color:var(--ink)}.lseg-btn.on{color:var(--primary-strong);box-shadow:var(--shadow-sm);background:#fff}.lseg-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.lnote{color:var(--muted);background:var(--sunken);border:1px solid var(--line-soft);border-radius:10px;align-items:flex-start;gap:.45rem;padding:.7rem .85rem;font-size:.78rem;line-height:1.45;display:flex}.lnote svg{color:var(--faint);flex-shrink:0;margin-top:2px}.lnote--warn{background:var(--warn-wash);color:var(--warn-text);border-color:#f2e2c4}.lnote--warn svg{color:var(--warn-text)}.lchip.warn{color:var(--warn-text);background:var(--warn-wash);border-color:#f2e2c4}.lchip.warn svg{color:var(--warn-text)}.dz{cursor:default;position:relative}.dz--incoming{border-color:var(--primary);background:linear-gradient(135deg, var(--highlight), #fff);box-shadow:0 0 0 3px #0478571a, var(--shadow-sm)}.fly-doc{border:1px solid var(--line);z-index:6;pointer-events:none;transform-origin:50% 60%;background:#fff;border-radius:6px;width:46px;height:58px;margin:-29px 0 0 -23px;animation-name:flyDrop;animation-duration:1.05s;animation-timing-function:cubic-bezier(.34,1.32,.56,1);animation-fill-mode:both;position:absolute;top:50%;left:50%;box-shadow:0 12px 22px #04243c2e,0 2px 5px #04243c1f}.fly-doc-fold{background:var(--sunken);clip-path:polygon(0 0,100% 100%,100% 0);border-top-right-radius:6px;width:13px;height:13px;position:absolute;top:0;right:0}.fly-doc-badge{font-family:var(--f-sans);letter-spacing:.04em;color:#fff;background:var(--loss);border-radius:3px;padding:2px 3px;font-size:7px;font-weight:800;line-height:1;position:absolute;bottom:6px;left:5px}.fly-doc-rows{flex-direction:column;gap:3px;display:flex;position:absolute;top:10px;left:6px;right:6px}.fly-doc-rows i{background:var(--line);border-radius:2px;height:2px}.fly-doc-rows i.short{width:58%}@keyframes flyDrop{0%{opacity:0;transform:translate(58px,-150px)rotate(-26deg)scale(.9)}18%{opacity:1}60%{transform:translate(5px,9px)rotate(9deg)scale(1.03)}80%{transform:translateY(-4px)rotate(3deg)scale(1)}to{transform:translate(0)rotate(5deg)scale(1)}}@media (prefers-reduced-motion:reduce){.fly-doc{opacity:0;animation:none}}.eofy2{margin-top:clamp(1.8rem,3vw,2.5rem)}.eofy2-ledgers{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}.led{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);opacity:0;border-radius:14px;padding:1rem 1.1rem;transition:opacity .55s,transform .55s cubic-bezier(.4,0,.2,1);transform:translateY(14px)}.eofy2.on .led{opacity:1;transform:none}.led-head{border-bottom:1px solid var(--line-soft);align-items:center;gap:.6rem;padding-bottom:.7rem;display:flex}.led-icon{background:var(--highlight);width:32px;height:32px;color:var(--primary);border-radius:9px;flex-shrink:0;place-items:center;display:grid}.led-id{flex-direction:column;min-width:0;display:flex}.led-name{font-family:var(--f-display);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;line-height:1.15;overflow:hidden}.led-type{text-transform:uppercase;letter-spacing:.08em;color:var(--faint);font-size:.64rem;font-weight:700}.led-rows{flex-direction:column;gap:.5rem;margin-top:.8rem;display:flex}.led-row{justify-content:space-between;align-items:baseline;gap:.6rem;font-size:.84rem;display:flex}.led-k{color:var(--muted)}.led-v{color:var(--ink);font-weight:600}.led-pos{color:var(--gain-text)}.led-neg{color:var(--loss-text)}.led-div{text-transform:uppercase;letter-spacing:.04em;color:var(--faint);white-space:nowrap;margin-left:.3rem;font-size:.58rem;font-style:normal;font-weight:700}.led-row--sum{border-top:1px solid var(--line-soft);margin-top:.25rem;padding-top:.6rem;font-size:.9rem}.led-row--sum .led-k{color:var(--ink);font-weight:600}.led-row--sum .led-v{color:var(--primary-strong);font-weight:800}.eofy2-merge{height:60px;position:relative}.eofy2-mergeline{stroke-dasharray:320;stroke-dashoffset:320px}.eofy2.on .eofy2-mergeline{stroke-dashoffset:0;transition:stroke-dashoffset .8s .55s}.eofy2-merge-cap{text-align:center;color:var(--faint);opacity:0;font-size:.72rem;font-weight:600;transition:opacity .4s .95s;position:absolute;bottom:0;left:0;right:0}.eofy2.on .eofy2-merge-cap{opacity:1}.eofy2-ready{background:linear-gradient(160deg, var(--surface), var(--highlight-soft));max-width:840px;box-shadow:var(--shadow-md);opacity:0;border:1px solid #cdeadd;border-radius:16px;margin:0 auto;padding:1.1rem 1.2rem 1.2rem;transition:opacity .6s,transform .6s cubic-bezier(.34,1.1,.6,1);transform:translateY(16px)scale(.99)}.eofy2.on .eofy2-ready{opacity:1;transition-delay:.8s;transform:none}.eofy2-ready-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.eofy2-ready-brand{font-family:var(--f-display);color:var(--ink);align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:inline-flex}.eofy2-ready-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--gain-text);background:var(--gain-wash);border:1px solid #cdeadd;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.66rem;font-weight:800;display:inline-flex}.eofy2-subs{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.eofy2-sub{background:var(--surface);border:1px solid var(--line-soft);border-radius:12px;padding:.85rem .9rem}.eofy2-sub-head{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:flex}.eofy2-sub-icon{color:var(--primary);display:inline-flex}.eofy2-sub-list{flex-direction:column;gap:.45rem;display:flex}.eofy2-sub-list li{color:var(--body);align-items:flex-start;gap:.4rem;font-size:.8rem;line-height:1.35;display:flex}.eofy2-sub-list li svg{color:var(--gain-text);flex-shrink:0;margin-top:2px}.eofy2-deliver{height:52px;position:relative}.eofy2-deliver-line{background:var(--line);width:2px;position:absolute;top:6px;bottom:6px;left:50%;transform:translate(-50%)}.eofy2-pack{border:1px solid var(--line);width:28px;height:28px;box-shadow:var(--shadow-sm);color:var(--primary);opacity:0;background:#fff;border-radius:8px;place-items:center;display:grid;position:absolute;top:4px;left:50%;transform:translate(-50%)}.eofy2.on .eofy2-pack{animation:1.15s 1.8s forwards eofyPack}.eofy2-acc{background:var(--surface);border:1px solid var(--line);max-width:520px;box-shadow:var(--shadow-sm);opacity:0;border-radius:14px;align-items:center;gap:.9rem;margin:0 auto;padding:1rem 1.2rem;transition:opacity .5s,transform .5s;display:flex;transform:translateY(12px)}.eofy2.on .eofy2-acc{opacity:1;transition-delay:2.15s;transform:none}.eofy2-acc-avatar{background:var(--navy);color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.eofy2-acc-text{flex-direction:column;flex:1;min-width:0;display:flex}.eofy2-acc-title{font-family:var(--f-display);color:var(--ink);font-size:.95rem;font-weight:700}.eofy2-acc-sub{color:var(--muted);font-size:.8rem}.eofy2-acc-check{background:var(--gain-wash);width:28px;height:28px;color:var(--gain-text);opacity:0;border:1px solid #cdeadd;border-radius:50%;flex-shrink:0;place-items:center;display:grid;transform:scale(.4)}.eofy2.on .eofy2-acc-check{opacity:1;transition:opacity .4s 2.95s,transform .4s cubic-bezier(.34,1.5,.6,1) 2.95s;transform:none}@keyframes eofyPack{0%{opacity:0;transform:translate(-50%,-6px)scale(.7)}22%{opacity:1;transform:translate(-50%,4px)scale(1)}to{opacity:0;transform:translate(-50%,40px)scale(.65)}}@media (width<=820px){.eofy2-ledgers,.eofy2-subs{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.led,.eofy2-ready,.eofy2-acc,.eofy2-acc-check{transition:none}.eofy2-pack{animation:none;display:none}.eofy2-mergeline{stroke-dashoffset:0!important}}.faqv-hero-sec{text-align:center;padding:clamp(2.5rem,5vw,4rem) 0 clamp(1rem,2vw,1.5rem)}.faqv-hero{max-width:640px;margin:0 auto}.faqv-h1{font-family:var(--f-display);color:var(--ink);margin:.5rem 0 .7rem;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:700;line-height:1.08}.faqv-body{padding-top:clamp(1rem,2vw,1.5rem)}.faqv-back{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2.2rem;display:flex}.xstage{width:100%;position:relative}.xstage-main{position:relative}.xtool{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-lg), 0 0 0 1px #04243c05;border-radius:18px;padding:1.15rem 1.3rem 1.35rem;transition:opacity .7s,transform .7s cubic-bezier(.34,1.1,.6,1);position:relative}.xtool-head{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.xtool-brand{font-family:var(--f-display);color:var(--ink);align-items:center;gap:.5rem;font-size:1.02rem;font-weight:700;display:inline-flex}.xtool-live{color:var(--gain-text);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.35rem;font-size:.68rem;font-weight:800;display:inline-flex}.xtool .ck-kpi{padding:.85rem .9rem}.xtool .ck-kpi-num{font-size:1.24rem}.xintro{z-index:3;pointer-events:none;position:absolute;inset:0}.xintro-chaos{position:absolute;inset:0;overflow:hidden}.xc{will-change:transform, opacity;transition:transform 1s cubic-bezier(.4,0,.72,.3),opacity .5s;position:absolute}.xc-num{font-family:var(--f-sans);color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-sm);white-space:nowrap;background:#fff;border-radius:8px;padding:2px 7px;font-size:.72rem;font-weight:700;display:inline-block}.xc-tag{font-family:var(--f-sans);letter-spacing:.05em;text-transform:uppercase;color:#fff;background:var(--warn);box-shadow:var(--shadow-sm);white-space:nowrap;border-radius:6px;padding:3px 7px;font-size:.6rem;font-weight:800;display:inline-block}.xc-tag--red{background:var(--loss)}.xc-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:7px;display:block;position:relative}.xc-card--doc{width:40px;height:50px;padding:8px 7px}.xc-fold{background:var(--sunken);clip-path:polygon(0 0,100% 100%,100% 0);border-top-right-radius:7px;width:12px;height:12px;position:absolute;top:0;right:0}.xc-lines{flex-direction:column;gap:4px;display:flex}.xc-lines i{background:var(--line);border-radius:2px;height:2px}.xc-lines i.sh{width:58%}.xc-card--doc .xc-lines{margin-top:7px}.xc-card--grid{width:46px;overflow:hidden}.xc-gridbar{background:#1f9d63;height:9px;display:block}.xc-gridcells{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;display:grid}.xc-gridcells i{background:#fff;height:8px}.xc-card--stmt{width:44px;padding:0;overflow:hidden}.xc-stmtbar{background:linear-gradient(90deg, var(--navy), #0a3350);height:12px;display:block}.xc-card--stmt .xc-lines{padding:6px 7px 8px}.xc-rcpt{width:30px;box-shadow:var(--shadow-sm);clip-path:polygon(0 0,100% 0,100% 92%,87% 100%,74% 92%,61% 100%,48% 92%,35% 100%,22% 92%,9% 100%,0 92%);background:#fff;padding:7px 6px 9px;display:block}.xc-card--calc{width:34px;padding:5px}.xc-calc-scr{background:var(--ink);border-radius:2px;height:9px;margin-bottom:3px;display:block}.xc-calc-keys{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.xc-calc-keys i{background:var(--sunken);border:1px solid var(--line-soft);border-radius:1px;height:5px}.xc-mail{border:1px solid var(--line);width:40px;height:27px;box-shadow:var(--shadow-sm);background:#fff;border-radius:4px;display:block;position:relative;overflow:hidden}.xc-mail-flap{border-left:20px solid #0000;border-right:20px solid #0000;border-top:15px solid var(--sunken);width:0;height:0;position:absolute;top:-1px;left:0}.xc-clock{filter:drop-shadow(0 2px 3px #0000001a);display:block}.xc-card--err{width:58px}.xc-errbar{background:var(--sunken);border-bottom:1px solid var(--line);border-radius:7px 7px 0 0;align-items:center;gap:3px;padding:4px 5px;display:flex}.xc-errbar i{background:var(--faint);border-radius:50%;width:5px;height:5px}.xc-errbar i.hot{background:var(--loss)}.xc-errbody{align-items:center;gap:4px;padding:6px 6px 7px;display:flex}.xc-errx{background:var(--loss-wash);width:15px;height:15px;color:var(--loss);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.xc-errtxt{color:var(--loss-text);text-transform:uppercase;letter-spacing:.04em;font-size:.56rem;font-weight:700}.xc-warn{filter:drop-shadow(0 2px 3px #0000001f);display:block}.xc-note{width:44px;height:40px;box-shadow:var(--shadow-sm);background:linear-gradient(#fdf3c4,#fbe89f);border:1px solid #f0d97a;border-radius:3px;flex-direction:column;gap:4px;padding:8px 7px;display:flex}.xc-note i{background:#c9a53a;border-radius:2px;height:2px}.xc-note i.sh{width:55%}.xcore{width:132px;height:132px;transition:opacity .55s,transform .85s cubic-bezier(.34,1.3,.5,1);position:absolute;top:46%;left:50%}.xcore-pump{position:absolute;inset:0}.xcore.pumping .xcore-pump{animation:.82s ease-in-out infinite xpump}.xcore-glow{background:radial-gradient(circle,#0c9c7c57,#0000 62%);border-radius:50%;position:absolute;inset:-40%}.xcore.pumping .xcore-glow{animation:.82s ease-in-out infinite xglow}.xcore-disc{background:#fff;border-radius:50%;position:absolute;inset:13%;box-shadow:0 10px 26px #04243c29}.xcore-ring{width:132px;height:132px;position:absolute;inset:0;overflow:visible}.xcore-track{fill:none;stroke:var(--line);stroke-width:4px}.xcore-prog{fill:none;stroke:var(--emerald);stroke-width:4px;stroke-linecap:round;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1) .1s}.xcore-mark{place-items:center;display:grid;position:absolute;inset:0}.xcore-ripple{border:2px solid var(--emerald);opacity:0;border-radius:50%;position:absolute;inset:4%}.xcore.pumping .xcore-ripple--1{animation:1.64s ease-out infinite xripple}.xcore.pumping .xcore-ripple--2{animation:1.64s ease-out .82s infinite xripple}.xmsg{text-align:center;justify-content:center;align-items:center;min-height:3.7rem;padding:0 .8rem .55rem;display:flex}.xmsg-line{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);font-size:1.36rem;font-weight:700;line-height:1.26;animation:.55s cubic-bezier(.2,.7,.3,1) both xmsgIn;display:inline-block}.xacc{color:var(--primary)}.xacc--loss{color:var(--loss)}.xacc--big{letter-spacing:-.01em;font-size:1.32em;font-weight:800}.xmsg-head{font-family:var(--f-display);letter-spacing:-.01em;color:var(--ink);font-size:1.36rem;font-weight:700;line-height:1.18;display:block}.xmsg-sub{font-family:var(--f-sans);color:var(--muted);margin-top:.38rem;font-size:.92rem;font-weight:500;line-height:1.35;display:block}@keyframes xpump{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes xglow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.16)}}@keyframes xripple{0%{opacity:.5;transform:scale(.62)}to{opacity:0;transform:scale(1.7)}}@keyframes xmsgIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.xc,.xtool,.xcore,.xcore-prog{transition:none}.xcore-pump,.xcore-glow,.xcore-ripple--1,.xcore-ripple--2,.xmsg-line{animation:none}}.pricing-hero{text-align:center;padding:clamp(2.5rem,5vw,4rem) 0 clamp(1rem,2vw,1.5rem)}.pricing-head{max-width:680px;margin:0 auto}.pricing-h1{font-family:var(--f-display);color:var(--ink);margin:.5rem 0 .7rem;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:700;line-height:1.08}.pricing-founding{background:var(--highlight);color:var(--body);border:1px solid #cdeadd;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;margin-top:1.3rem;padding:.5rem 1.1rem;font-size:.88rem;display:inline-flex}.pricing-founding b{color:var(--ink);font-weight:700}.pricing-founding-badge{text-transform:uppercase;letter-spacing:.06em;color:#fff;background:var(--primary);border-radius:999px;padding:.2rem .55rem;font-size:.62rem;font-weight:800}.pricing-sec{padding-top:clamp(1rem,2vw,1.6rem)}.price-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.1rem;display:grid}.price-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:18px;flex-direction:column;padding:1.5rem 1.4rem;display:flex;position:relative}.price-card--pop{border-color:var(--primary);box-shadow:var(--shadow-lg), 0 0 0 1px var(--primary)}.price-pop{text-transform:uppercase;letter-spacing:.07em;color:#fff;background:var(--primary);white-space:nowrap;border-radius:999px;padding:.28rem .75rem;font-size:.62rem;font-weight:800;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.price-name{font-family:var(--f-display);color:var(--ink);font-size:1.3rem;font-weight:700}.price-tag{color:var(--muted);min-height:2.5em;margin-top:.15rem;font-size:.84rem}.price-amount{align-items:baseline;margin-top:.8rem;display:flex}.price-cur{font-family:var(--f-display);color:var(--ink);font-size:1.35rem;font-weight:700}.price-num{font-family:var(--f-display);color:var(--ink);letter-spacing:-.02em;font-size:2.7rem;font-weight:800;line-height:1}.price-per{color:var(--muted);margin-left:.25rem;font-size:.9rem}.price-billed{color:var(--faint);margin-top:.3rem;font-size:.74rem}.price-trial{text-transform:uppercase;letter-spacing:.05em;color:var(--gain-text);background:var(--gain-wash);border:1px solid #cdeadd;border-radius:999px;margin-top:.55rem;padding:.2rem .6rem;font-size:.72rem;font-weight:800;display:inline-block}.price-cta{justify-content:center;width:100%;margin-top:1.1rem}.price-limits{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);flex-direction:column;margin:1.2rem 0 .2rem;padding:.2rem 0;display:flex}.price-limits li{justify-content:space-between;align-items:baseline;gap:.8rem;padding:.42rem 0;font-size:.84rem;display:flex}.price-limit-k{color:var(--muted)}.price-limit-v{color:var(--ink);text-align:right;font-weight:700}.price-feats{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.price-feats li{color:var(--body);align-items:flex-start;gap:.5rem;font-size:.84rem;line-height:1.4;display:flex}.price-feats li svg{color:var(--gain-text);flex-shrink:0;margin-top:2px}.pricing-note{max-width:640px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:.45rem;margin:1.6rem auto 0;font-size:.78rem;line-height:1.5;display:flex}.pricing-note svg{color:var(--faint);flex-shrink:0}.pricing-back{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.6rem;display:flex}@media (width<=900px){.price-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.price-tag{min-height:0}}.about-hero{text-align:center;padding:clamp(2.5rem,5vw,4rem) 0 0}.about-hero-in{max-width:720px;margin:0 auto}.about-h1{font-family:var(--f-display);color:var(--ink);margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3rem);font-weight:700;line-height:1.06}.about-sec{padding:clamp(2.2rem,4vw,3.2rem) 0}.about-block{max-width:760px}.about-q{margin-bottom:1rem}.about-p{color:var(--body);margin-top:1rem;font-size:1rem;line-height:1.7}.about-lead-line{font-family:var(--f-display);color:var(--ink);margin-top:1.5rem;font-size:clamp(1.2rem,2.5vw,1.4rem);font-weight:700}.about-promise-intro{color:var(--ink);margin-top:1.8rem;font-size:1rem;font-weight:600}.about-promises{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1rem;display:grid}.about-promise{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;gap:.8rem;padding:1rem 1.1rem;display:flex}.about-promise-ic{background:var(--highlight);width:38px;height:38px;color:var(--primary);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.about-promise-tx{flex-direction:column;gap:.25rem;display:flex}.about-promise-t{font-family:var(--f-display);color:var(--ink);font-size:.95rem;font-weight:700;line-height:1.25}.about-promise-d{color:var(--muted);font-size:.85rem;line-height:1.5}.about-pillars{grid-template-columns:1fr 1fr;gap:1.1rem;margin-top:1.6rem;display:grid}.about-pillar{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:16px;padding:1.5rem 1.5rem 1.6rem}.about-pillar-ic{background:var(--highlight);width:46px;height:46px;color:var(--primary);border-radius:12px;place-items:center;display:grid}.about-pillar-title{font-family:var(--f-display);color:var(--ink);margin:.9rem 0 0;font-size:1.15rem;font-weight:700;line-height:1.2}.about-pillar-d{color:var(--body);margin-top:.7rem;font-size:.9rem;line-height:1.6}.about-behind-close{font-family:var(--f-display);color:var(--ink);text-align:center;margin-top:1.8rem;font-size:clamp(1.05rem,2.2vw,1.2rem);font-weight:600;line-height:1.5}.about-join{padding:clamp(2.5rem,5vw,4rem) 0}.about-join-card{isolation:isolate;text-align:center;box-shadow:var(--shadow-lg);background:linear-gradient(150deg,#04243c 0%,#063a2c 55%,#0a5138 100%);border-radius:24px;padding:clamp(2.6rem,5.5vw,3.9rem) clamp(1.4rem,5vw,3rem);position:relative;overflow:hidden}.about-join-card:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#0c9c7c4d,#0000 66%);border-radius:50%;width:460px;height:460px;position:absolute;top:-40%;right:-15%}.about-join-card:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#04785738,#0000 70%);border-radius:50%;width:380px;height:380px;position:absolute;bottom:-45%;left:-12%}.about-join-card>*{z-index:1;position:relative}.about-join-badge{text-transform:uppercase;letter-spacing:.08em;color:#cbf4e6;background:#ffffff1f;border:1px solid #ffffff42;border-radius:999px;align-items:center;gap:.45rem;padding:.38rem .9rem;font-size:.68rem;font-weight:800;display:inline-flex}.ajb-dot{background:#35dcb0;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #35dcb04d}.el-root h2.about-join-h{font-family:var(--f-display);color:#fff;letter-spacing:-.015em;text-align:center;margin:1.2rem auto .8rem;font-size:clamp(2.1rem,5vw,3rem);font-weight:700;line-height:1.06}.about-join-card .about-join-lead{color:#ffffffe6;text-align:center;max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.65}.about-join-perks{flex-wrap:wrap;justify-content:center;gap:.9rem;margin:2.1rem auto 1.5rem;display:flex}.about-join-perk{background:#ffffff1a;border:1px solid #ffffff38;border-radius:16px;flex-direction:column;align-items:center;gap:.25rem;min-width:148px;padding:1.15rem 1.6rem;display:flex}.ajp-big{font-family:var(--f-display);color:#fff;font-size:1.65rem;font-weight:800;line-height:1}.ajp-sub{text-transform:uppercase;letter-spacing:.05em;color:#a6e9d5;font-size:.72rem;font-weight:700}.about-join-card .about-join-note{font-family:var(--f-display);color:#fff;text-align:center;margin:0 auto 1.8rem;font-size:clamp(1.1rem,2.4vw,1.3rem);font-weight:700}.about-join-cta{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.el-root .about-join-card a.about-join-back{color:#ffffffc7;text-underline-offset:3px;text-align:center;margin-top:1.15rem;font-size:.86rem;text-decoration:underline;display:inline-block}.el-root .about-join-card a.about-join-back:hover{color:#fff}@media (width<=720px){.about-promises,.about-pillars{grid-template-columns:1fr}}.contact-hero{text-align:center;padding:clamp(2.5rem,5vw,4rem) 0 0}.contact-hero-in{max-width:640px;margin:0 auto}.contact-sec{padding:clamp(2rem,4vw,3rem) 0 clamp(3rem,5vw,4rem)}.contact-block{max-width:720px;margin:0 auto}.contact-email-card{text-align:center;background:linear-gradient(160deg, var(--surface), var(--highlight-soft));box-shadow:var(--shadow-md);border:1px solid #cdeadd;border-radius:18px;flex-direction:column;align-items:center;gap:.5rem;padding:clamp(1.8rem,4vw,2.6rem);display:flex}.contact-email-ic{background:var(--primary);color:#fff;border-radius:14px;place-items:center;width:52px;height:52px;margin-bottom:.3rem;display:grid}.contact-email-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.7rem;font-weight:800}.el-root a.contact-email{font-family:var(--f-display);color:var(--primary);word-break:break-word;font-size:clamp(1.3rem,3.5vw,1.8rem);font-weight:700;text-decoration:none}.el-root a.contact-email:hover{color:var(--primary-strong);text-decoration:underline}.contact-email-sub{color:var(--muted);max-width:420px;font-size:.88rem;line-height:1.5}.contact-reasons{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1.4rem;display:grid}.contact-reason{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;gap:.8rem;padding:1rem 1.1rem;display:flex}.contact-reason-ic{background:var(--highlight);width:38px;height:38px;color:var(--primary);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.contact-reason-tx{flex-direction:column;gap:.2rem;display:flex}.contact-reason-t{font-family:var(--f-display);color:var(--ink);font-size:.95rem;font-weight:700}.contact-reason-d{color:var(--muted);font-size:.84rem;line-height:1.5}.contact-note{max-width:560px;color:var(--body);text-align:center;justify-content:center;align-items:flex-start;gap:.5rem;margin:1.7rem auto 0;font-size:.88rem;line-height:1.55;display:flex}.contact-note svg{color:var(--primary);flex-shrink:0;margin-top:2px}.contact-cta{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.6rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.3rem;display:flex}.el-root .footer-links a{color:var(--muted);font-size:.85rem}.el-root .footer-links a:hover{color:var(--primary)}@media (width<=640px){.contact-reasons{grid-template-columns:1fr}}.contact-form{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md);border-radius:18px;padding:clamp(1.6rem,4vw,2.4rem)}.cf-title{font-family:var(--f-display);color:var(--ink);margin-bottom:1.2rem;font-size:1.3rem;font-weight:700}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.cf-label{color:var(--body);font-size:.8rem;font-weight:700}.cf-input{font-family:var(--f-sans);color:var(--ink);background:var(--canvas);border:1px solid var(--line);border-radius:10px;width:100%;padding:.7rem .85rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.cf-input::placeholder{color:var(--faint)}.cf-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--highlight);outline:none}.cf-textarea{resize:vertical;min-height:120px;line-height:1.5}.cf-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.3rem;display:flex}.cf-alt{color:var(--muted);font-size:.85rem}.el-root .cf-alt a{color:var(--primary);font-weight:600}.el-root .cf-alt a:hover{text-decoration:underline}.cf-error{color:var(--loss-text);margin:0 0 .8rem;font-size:.85rem}.cf-done{text-align:center;padding:1rem 0}.cf-done-ic{background:var(--gain-wash);width:56px;height:56px;color:var(--gain-text);border:1px solid #cdeadd;border-radius:50%;place-items:center;margin-bottom:.8rem;display:inline-grid}.cf-done-t{font-family:var(--f-display);color:var(--ink);margin-bottom:.4rem;font-size:1.3rem;font-weight:700}.cf-done-d{color:var(--body);max-width:460px;margin:0 auto 1.2rem;font-size:.92rem;line-height:1.6}@media (width<=560px){.cf-row{grid-template-columns:1fr}}.prev-proj{position:relative}.ip-enddot{background:var(--emerald);pointer-events:none;border-radius:50%;width:9px;height:9px;transition:opacity .45s 1.7s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #0c9c7c29}.xc-crash{filter:drop-shadow(0 2px 4px #04243c29);align-items:center;display:flex}.xc-crash-half{background:#fff;width:26px;height:34px;position:relative;overflow:hidden}.xc-crash-l{clip-path:polygon(0 0,100% 0,82% 11%,100% 22%,80% 33%,100% 44%,80% 56%,100% 67%,80% 78%,100% 89%,82% 100%,0 100%);margin-right:2px;transform:rotate(-13deg)translateY(-1px)}.xc-crash-r{clip-path:polygon(18% 0,100% 0,100% 100%,18% 100%,0 89%,20% 78%,0 67%,20% 56%,0 44%,20% 33%,0 22%,18% 11%);transform:rotate(13deg)translateY(2px)}.xc-crash-bar{background:#1f9d63;height:8px;display:block}.xc-crash-cells{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;padding:1px;display:grid}.xc-crash-cells i{background:#fff;height:7px}.footer-entity{color:var(--faint);margin:1.2rem 0 0;font-size:.74rem;line-height:1.5}.faqv-hero .lead,.pricing-head .lead,.contact-hero-in .lead{text-align:center;max-width:52ch;margin-left:auto;margin-right:auto}.cta-stack{flex-direction:column;align-items:center;gap:.55rem;display:flex}.cta-note{color:var(--muted);font-size:.82rem}.reveal{opacity:1;transform:none}html.js .el-root .reveal{opacity:0;transform:translateY(18px)}html.js .el-root .reveal.in{opacity:1;transform:none}html.js .el-root .draw:not(.in) path.d-line{stroke-dashoffset:100px}.el-root .draw path.d-line{stroke-dasharray:100;transition:stroke-dashoffset 2s cubic-bezier(.22,.61,.36,1)}.el-root .draw path.d-line--2{transition-delay:.15s}html.js .el-root .draw:not(.in) .d-fade{opacity:0}.el-root .draw .d-fade{transition:opacity 1s .4s}.el-root .draw.in path.d-line{stroke-dashoffset:0}.el-root .draw.in .d-fade{opacity:1}.el-root .xc{left:var(--x);top:var(--y);transition-delay:var(--d)}.el-root .xstage[data-phase="0"] .xc{transform:translate(var(--sx),var(--sy)) rotate(var(--sr)) scale(.8);opacity:0}.el-root .xstage[data-phase="1"] .xc{transform:rotate(var(--r));opacity:1}.el-root .xstage[data-phase="2"] .xc,.el-root .xstage[data-phase="3"] .xc{transform:translate(var(--tx),var(--ty)) scale(.1);opacity:0;transition-delay:var(--d2)}.el-root .xtool{opacity:1;transform:none}html.js .el-root .xstage[data-phase="0"] .xtool,html.js .el-root .xstage[data-phase="1"] .xtool,html.js .el-root .xstage[data-phase="2"] .xtool{opacity:0;transform:scale(.985)}.el-root .xintro{display:none}html.js .el-root .xstage[data-phase="1"] .xintro,html.js .el-root .xstage[data-phase="2"] .xintro,html.js .el-root .xstage[data-phase="3"] .xintro{display:block}.el-root .xcore{opacity:0;transform:translate(-50%,-50%)scale(.5)}.el-root .xstage[data-phase="2"] .xcore{opacity:1;transform:translate(-50%,-50%)scale(1)}.el-root .xstage[data-phase="3"] .xcore{opacity:0;transform:translate(-50%,-50%)scale(1.55)}.el-root .xstage[data-phase="2"] .xcore-prog{stroke-dashoffset:0!important}.el-root .xmsg{position:relative}.el-root .xmsg .xmsg-line{display:none}.el-root .xstage[data-beat="0"] .xmsg-line--0,.el-root .xstage[data-beat="1"] .xmsg-line--1,.el-root .xstage[data-beat="2"] .xmsg-line--2{display:inline-block}.el-root .demo .dz{display:none}.el-root .demo .fly-doc{opacity:0}.el-root .demo.flying-1 .dz--rental .fly-doc,.el-root .demo.flying-2 .dz--loan .fly-doc{opacity:1;animation-name:flyDrop}html.js .el-root .demo[data-step="0"]:not(.reading-1) .dz--rental{display:flex}html.js .el-root .demo[data-step="0"] .stmt--rental,html.js .el-root .demo[data-step="0"] .stmt--loan,html.js .el-root .demo[data-step="1"]:not(.reading-2) .stmt--loan{display:none}html.js .el-root .demo[data-step="1"]:not(.reading-2) .dz--loan{display:flex}html.js .el-root .demo.reading-1 .dz--rental,html.js .el-root .demo.reading-1 .stmt--rental{display:block}html.js .el-root .demo.reading-1 .dz--rental,html.js .el-root .demo.reading-2 .dz--loan{display:none}html.js .el-root .demo.reading-2 .stmt--loan{display:block}.el-root .demo .stmt-reading{display:none}.el-root .demo.reading-1 .stmt--rental .stmt-reading,.el-root .demo.reading-2 .stmt--loan .stmt-reading{display:inline-flex}.el-root .demo.reading-1 .stmt--rental .stmt-scan,.el-root .demo.reading-2 .stmt--loan .stmt-scan{opacity:1;animation:1.4s ease-in-out infinite scanSweep}.el-root .demo.reading-1 .stmt--rental,.el-root .demo.reading-2 .stmt--loan{animation:1.4s ease-in-out infinite stmtPulse}.el-root .demo .stmt .demo-flag{display:none}.el-root .demo[data-step="1"] .stmt--rental .demo-flag,.el-root .demo[data-step="2"] .stmt .demo-flag{display:inline-block}html.js .el-root .demo.reading-1 .stmt--rental .stmt-line,html.js .el-root .demo.reading-2 .stmt--loan .stmt-line{opacity:.5;box-shadow:none;background:0 0}html.js .el-root .demo.reading-1 .stmt--rental .stmt-line .stmt-cat,html.js .el-root .demo.reading-2 .stmt--loan .stmt-line .stmt-cat{display:none}html.js .el-root .demo.reading-1 .stmt--rental .stmt-line.lit,html.js .el-root .demo.reading-2 .stmt--loan .stmt-line.lit{opacity:1;background:var(--highlight-soft);box-shadow:inset 0 0 0 1px #d6ece1}html.js .el-root .demo.reading-1 .stmt--rental .stmt-line.lit .stmt-cat,html.js .el-root .demo.reading-2 .stmt--loan .stmt-line.lit .stmt-cat{display:inline}html.js .el-root .demo[data-step="0"]:not(.reading-1) .demo-panel{opacity:.45;box-shadow:var(--shadow-sm);transform:translateY(6px)}.el-root .demo .acts-row[data-from]{opacity:1}html.js .el-root .demo[data-step="0"] .acts-row[data-from]{opacity:.4}html.js .el-root .demo[data-step="0"] .acts-row[data-from] .acts-amt .amt{visibility:hidden}html.js .el-root .demo[data-step="1"] .acts-row[data-from="2"]{opacity:.4}html.js .el-root .demo[data-step="1"] .acts-row[data-from="2"] .acts-amt .amt{visibility:hidden}.el-root .demo [data-when]{display:none}.el-root .demo[data-step="0"] [data-when~=s0],.el-root .demo[data-step="1"] [data-when~=s1],.el-root .demo[data-step="2"] [data-when~=s2]{display:inline}.el-root .demo .wf--s1,.el-root .demo[data-step="0"] .wf--s2{display:none}.el-root .demo[data-step="0"] .wf--s1{display:flex}.el-root .demo[data-step="1"] .wf--s2{display:none}.el-root .demo[data-step="1"] .wf--s1{display:flex}.el-root .demo .wf-bar{opacity:1;transform:none}html.js .el-root .demo:not(.wf-in) .wf-bar{opacity:0;transform:translateY(8px)}.el-root .demo .demo-reset{display:none}html.js .el-root .demo .demo-reset{display:inline-flex}.el-root .wf-col:first-child .wf-bar{transition-delay:0s}.el-root .wf-col:nth-child(2) .wf-bar{transition-delay:.13s}.el-root .wf-col:nth-child(3) .wf-bar{transition-delay:.26s}.el-root .wf-col:nth-child(4) .wf-bar{transition-delay:.39s}html.js .el-root [data-inview]:not(.on) .pa-fill{width:0!important}html.js .el-root [data-inview]:not(.on) .pa-handle{left:0!important}html.js .el-root [data-inview]:not(.on) .pa-bar{height:6%!important}html.js .el-root [data-inview]:not(.on) .pd-bar{height:0!important}html.js .el-root [data-inview]:not(.on) .ps-seg{width:0!important}html.js .el-root [data-inview]:not(.on) .ip-enddot{opacity:0}html.js .el-root .eofy2:not(.on) .led{opacity:0;transform:translateY(14px)}html.js .el-root .eofy2:not(.on) .eofy2-ready{opacity:0;transform:translateY(16px)scale(.99)}html.js .el-root .eofy2:not(.on) .eofy2-acc{opacity:0;transform:translateY(12px)}html.js .el-root .eofy2:not(.on) .eofy2-acc-check{opacity:0;transform:scale(.4)}html.js .el-root .eofy2:not(.on) .eofy2-mergeline{stroke-dashoffset:320px}html.js .el-root .eofy2:not(.on) .eofy2-merge-cap{opacity:0}.el-root .eofy2 .led,.el-root .eofy2 .eofy2-ready,.el-root .eofy2 .eofy2-acc,.el-root .eofy2 .eofy2-acc-check{opacity:1;transform:none}.el-root .eofy2 .eofy2-mergeline{stroke-dashoffset:0}.el-root .eofy2 .eofy2-merge-cap{opacity:1}.el-root .eofy2:not(.on) .eofy2-pack{animation:none}.el-root .stree-wrap{opacity:1;transform:none}html.js .el-root .stree-wrap:not(.on){opacity:0;transform:translateY(14px)}.el-root .streefile--key .spanel2{transition:opacity .45s}.el-root .rscale-tick{left:var(--pos)}html.js .el-root .rscale-wrap:not(.in) .rscale-tick{left:3%}.el-root .ready-scale-wrap .rscale-tick{transition:left 1.1s cubic-bezier(.4,0,.2,1) .25s}.el-root details.faq-item>summary{cursor:pointer;list-style:none}.el-root details.faq-item>summary::-webkit-details-marker{display:none}.el-root details.faq-item[open] .faq-q-icon{transform:rotate(180deg)}.el-root details.faq-item .faq-a{padding:0 0 1.2rem}.el-root .form-done,.el-root .form.is-done .form-row,.el-root .form.is-done .form-fine,.el-root .form.is-done .form-error{display:none}.el-root .form.is-done .form-done{display:flex}.el-root .form-error{display:none}.el-root .form.is-error .form-error{display:block}.el-root .form .btn[disabled]{opacity:.7;pointer-events:none}.el-root .form-noscript{color:#cbe6da;max-width:44ch;margin:1.2rem auto 0;font-size:.9rem}.el-root .cf-done{display:none}.el-root .contact-form.is-done .cf-done{display:block}.el-root .contact-form.is-done .cf-live,.el-root .cf-error{display:none}.el-root .contact-form.is-error .cf-error{display:block}.el-root .nav-menu{display:none;position:relative}.el-root .nav-menu>summary{cursor:pointer;border:1px solid var(--line);background:var(--surface);width:2.4rem;height:2.4rem;color:var(--ink);border-radius:9px;place-items:center;list-style:none;display:grid}.el-root .nav-menu>summary::-webkit-details-marker{display:none}.el-root .nav-menu-list{background:var(--surface);border:1px solid var(--line);min-width:200px;box-shadow:var(--shadow-lg);z-index:60;border-radius:12px;flex-direction:column;padding:.5rem;display:flex;position:absolute;top:calc(100% + 8px);right:0}.el-root .nav-menu-list a{color:var(--body);border-radius:8px;padding:.6rem .75rem;font-size:.95rem;font-weight:500}.el-root .nav-menu-list a:hover{background:var(--highlight-soft);color:var(--primary-strong)}@media (width<=560px){.el-root .nav-menu{display:block}}@media (prefers-reduced-motion:reduce){html.js .el-root .reveal{opacity:1;transform:none}html.js .el-root .draw path.d-line{stroke-dashoffset:0}html.js .el-root .draw .d-fade{opacity:1}html.js .el-root .xstage .xtool{opacity:1!important;transform:none!important}.el-root .xintro,html.js .el-root .demo .dz{display:none!important}html.js .el-root .demo .stmt{display:block!important}html.js .el-root [data-inview]:not(.on) .pa-fill{width:var(--w,60%)!important}}
