.homepage-alt-compare-scroller{min-width:0;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding-block:.5rem 3rem;margin-block:-.5rem -2.3rem;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;scrollbar-width:thin;scrollbar-color:color-mix(in oklch,var(--foreground) 32%,transparent) transparent}.homepage-alt-compare-scroller::-webkit-scrollbar{height:6px}.homepage-alt-compare-scroller::-webkit-scrollbar-thumb{border-radius:9999px;background:color-mix(in oklch,var(--foreground) 32%,transparent)}.homepage-alt-compare-board{--compare-ink: var(--tide-ink, var(--foreground));--compare-muted: var(--tide-muted, var(--muted-foreground));--compare-coral: var(--precision-coral, var(--primary));--compare-coral-text: var(--precision-coral-text, var(--primary));--compare-surface: var(--product-white, var(--background));position:relative;z-index:3;display:grid;overflow:visible;padding-top:3.25rem;grid-template-columns:minmax(13rem,1.2fr) repeat(var(--compare-cols, 8),minmax(3.5rem,1fr));gap:0}html.dark .homepage-alt-compare-board{--compare-ink: var(--foreground)}.homepage-alt-compare-board:before{position:absolute;top:0;right:0;left:0;z-index:2;height:var(--compare-hover-height, 0);border-radius:var(--radius);background:color-mix(in oklch,var(--compare-ink) 11%,transparent);opacity:0;pointer-events:none;content:"";transform:translate3d(0,var(--compare-hover-y, 0),0);transition:transform .15s cubic-bezier(.2,0,0,1),opacity .1s linear}.homepage-alt-compare-board[data-row-highlight=true]:before{opacity:1}.homepage-alt-compare-board.is-pair{grid-template-columns:minmax(14rem,1.5fr) repeat(2,minmax(5.5rem,1fr))}.homepage-alt-compare-board>astro-island:has(.homepage-alt-compare-warm-col){z-index:1}.homepage-alt-compare-warm-col{position:absolute;top:-.45rem;bottom:-.45rem;z-index:1;border-radius:1.7rem;background:var(--compare-surface);box-shadow:0 18px 40px #0f0f0f0e;pointer-events:none}html.dark .homepage-alt-compare-warm-col{background:#000;box-shadow:none}.homepage-alt-compare-head,.homepage-alt-compare-row{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;align-items:center;padding:.7rem .35rem}.homepage-alt-compare-head>*,.homepage-alt-compare-row>*{position:relative;z-index:3}.homepage-alt-compare-row:hover,.homepage-alt-compare-row:focus-within{background:color-mix(in oklch,var(--compare-ink) 11%,transparent)}.homepage-alt-compare-board[data-row-highlight=true] .homepage-alt-compare-row:is(:hover,:focus-within){background:transparent}.homepage-alt-compare-row:last-child{padding-bottom:1.15rem}.homepage-alt-compare-head{z-index:4;overflow:visible;padding-top:1.15rem;padding-bottom:.9rem}.homepage-alt-compare-logo{position:relative;z-index:2;display:flex;justify-content:center}.homepage-alt-compare-logo:hover,.homepage-alt-compare-logo:focus-within{z-index:8}.homepage-alt-compare-logo img,.homepage-alt-compare-logo svg{width:1.7rem;height:1.7rem;object-fit:contain;border:0;outline:none;box-shadow:none;background:none}html.dark .homepage-alt-compare-logo.is-warm svg{color:var(--compare-surface)}html.dark .homepage-alt-compare-logo img{mix-blend-mode:lighten}.homepage-alt-compare-logo img[src*=empower]{width:4.35rem;height:.95rem}html.dark .homepage-alt-compare-logo img[src*=empower]{mix-blend-mode:normal}.homepage-alt-compare-logo-fallback{display:flex;width:1.7rem;height:1.7rem;align-items:center;justify-content:center;border-radius:.45rem;background:var(--compare-ink);color:var(--compare-surface);font-size:.7rem;font-weight:700}.homepage-alt-compare-tip-anchor{position:absolute;bottom:calc(100% + .45rem);left:50%;z-index:9;transform:translate(-50%)}.homepage-alt-compare-tip{display:grid;gap:.2rem;min-width:8.5rem;padding:.55rem .7rem .6rem;border:1px solid color-mix(in oklch,var(--compare-ink) 12%,transparent);border-radius:.7rem;background:var(--compare-surface);box-shadow:0 10px 24px color-mix(in oklch,var(--compare-ink) 14%,transparent);color:var(--foreground);text-align:center;pointer-events:auto}.homepage-alt-compare-tip strong{font-size:.78rem;font-weight:650}.homepage-alt-compare-tip a{color:inherit;font-size:.72rem;text-decoration:underline;text-underline-offset:.12em}html.dark .homepage-alt-compare-tip{border-color:#ffffff1f;background:#161616;box-shadow:0 10px 24px #00000080;color:#f4f4f4}.homepage-alt-compare-feature{display:flex;align-items:center;gap:.7rem;min-width:0;color:var(--foreground);font-size:.9rem}.homepage-alt-compare-feature svg{width:1.05rem;height:1.05rem;flex:none;color:#0000008f}.homepage-alt-compare-dot{justify-self:center;width:.68rem;height:.68rem;border:2px solid rgb(0 0 0 / .55);border-radius:9999px;background:transparent}.homepage-alt-compare-dot--yes{border-color:#111;background:#111}.homepage-alt-compare-dot--partial{border-color:#00000073;background:#00000073}html.dark .homepage-alt-compare-feature svg{color:#ffffff8f}html.dark .homepage-alt-compare-dot{border-color:#ffffff9e}html.dark .homepage-alt-compare-dot--yes{border-color:var(--compare-surface);background:var(--compare-surface)}html.dark .homepage-alt-compare-dot--partial{border-color:#ffffff8c;background:#ffffff8c}.homepage-alt-compare-price{display:grid;justify-self:center;justify-items:center;gap:.08rem;color:var(--foreground);font-size:.85rem;font-weight:650;line-height:1.15;text-align:center}.homepage-alt-compare-price span{color:var(--compare-muted);font-size:.58rem;font-weight:500}.homepage-alt-compare-detail{justify-self:center;color:var(--foreground);font-size:.72rem;text-align:center;text-decoration:underline;text-underline-offset:.14em}@media(max-width:1023px){.homepage-alt-compare-board:not(.is-pair){grid-template-columns:minmax(12rem,13.5rem) repeat(var(--compare-cols, 8),minmax(3.5rem,3.7rem))}}@media(max-width:900px){.homepage-alt-compare-board:not(.is-pair){width:max-content;min-width:40.5rem;grid-template-columns:minmax(11.5rem,13rem) repeat(var(--compare-cols, 8),minmax(3.5rem,3.6rem))}.homepage-alt-compare-board:not(.is-pair) .homepage-alt-compare-head,.homepage-alt-compare-board:not(.is-pair) .homepage-alt-compare-row{min-width:40.5rem}}@media(prefers-reduced-motion:reduce){.homepage-alt-compare-board:before{transition:opacity .1s linear}}.homepage-prototype{--prototype-plum: #6f4e73;--prototype-coral: #d87861;--prototype-lilac: #8b80a6;--prototype-ink: #252327;--prototype-display: var(--font-sans);overflow:hidden;color:var(--foreground)}.prototype-container{width:min(100% - 2rem,80rem);margin-inline:auto}.homepage-prototype h1,.homepage-prototype h2,.homepage-prototype h3,.homepage-prototype p{margin:0}.copy-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.homepage-prototype h1,.homepage-prototype h2{text-wrap:balance}.homepage-prototype p{text-wrap:pretty}.prototype-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.prototype-actions form{margin:0}.prototype-section{padding-block:clamp(4.5rem,10vw,8rem)}.prototype-pricing{padding-bottom:6rem}@media(prefers-reduced-motion:reduce){.homepage-prototype *,.homepage-prototype *:before,.homepage-prototype *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.prototype-precision{--precision-ink: #242321;--precision-coral: var(--accent-solid, #8b80a6);--precision-coral-text: var(--accent-solid-text, #6a6180);--tide-ink: #20272b;--tide-mist: #edf1f2;--tide-blue: #7596aa;--tide-lilac: var(--accent-solid, #8b80a6);--deep-water: #282631;--shore-white: #f7f8f7;--tide-night: #0b1020;--tide-dark: #171b1d;--tide-muted: #56534f;--tide-rule: #c3c0ba;--tide-soft-ink: #d7d2dd;--tide-night-foreground: #fffaf6;--tide-blush: #f2a7b6;--product-white: #fff;--browser-stop: #f06b62;--browser-wait: #eab64f;--browser-go: #58ae67;--coastal-wash: rgb(249 249 247 / .7);background:var(--tide-mist);color:var(--precision-ink)}.prototype-precision h1,.prototype-precision h2,.prototype-precision h3,.prototype-precision p{text-wrap:pretty}.prototype-coastal-candidate{--coastal-ink: #242321;--coastal-rule: rgb(36 35 33 / .32);--coastal-wash: rgb(255 252 248 / .62);background:#f4f6f5;color:var(--coastal-ink)}.prototype-coastal-candidate :is(#overview,#how-it-works,#institutions,#features,#compare,#privacy,#pricing,#faq,#mcp){scroll-margin-top:4rem}.prototype-coastal-candidate .prototype-precision__headline h1{font-family:var(--prototype-display);font-weight:400;letter-spacing:normal}.prototype-coastal-scenes{position:absolute;inset:0;width:100%;height:100%;z-index:0;overflow:hidden;background:var(--background)}.prototype-coastal-shader{--home-hero-sky-white: #ffffff;--home-hero-sky-gray: #e4e4e1;--home-hero-sky-blue: #cfd0cc;--home-hero-sky-purple: #c5c5c2;--home-hero-night-blue: #1a1d20;--home-hero-night-purple: #171b1d;--home-hero-night-violet: #22262a;position:absolute;z-index:0;inset:0;overflow:hidden;transform:translateZ(0)}.home-hero-intro__backdrop{--home-hero-gradient-opacity: .9;position:absolute;top:-5rem;left:50%;width:100vw;height:min(112svh,62rem);transform:translate(-50%);overflow:hidden;background:radial-gradient(ellipse at 50% 0%,color-mix(in oklch,white 58%,transparent) 0%,transparent 54%),linear-gradient(180deg,var(--home-hero-sky-white) 0%,color-mix(in oklch,var(--home-hero-sky-blue) 80%,var(--home-hero-sky-gray)) 42%,color-mix(in oklch,var(--home-hero-sky-purple) 82%,var(--home-hero-sky-gray)) 100%);pointer-events:none;z-index:2;-webkit-mask-image:linear-gradient(180deg,black 0%,black 58%,transparent 100%);mask-image:linear-gradient(180deg,black 0%,black 58%,transparent 100%)}.home-hero-intro__backdrop:before{content:"";position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse at 50% 20%,color-mix(in oklch,white 42%,transparent) 0%,transparent 46%),linear-gradient(180deg,color-mix(in oklch,var(--background) 8%,transparent) 0%,color-mix(in oklch,var(--background) 18%,transparent) 56%,var(--background) 100%);pointer-events:none}.home-hero-intro__backdrop:after{content:"";position:absolute;top:calc(9rem - 1px);left:0;right:0;z-index:3;height:1px;background:color-mix(in oklch,var(--foreground) 10%,transparent);opacity:1}.home-hero-intro__backdrop--hide-divider:after{content:none}.home-hero-intro__backdrop--native-motion{position:fixed;inset:0;width:100vw;height:100dvh;min-height:100svh;transform:none;-webkit-mask-image:none;mask-image:none}.home-hero-intro__backdrop--native-motion:after{top:calc(var(--header-height) - var(--input-border-width))}.home-hero-intro__backdrop--native-motion:before{background:radial-gradient(ellipse at 50% 34%,color-mix(in oklch,white 20%,transparent) 0%,transparent 54%),linear-gradient(180deg,color-mix(in oklch,var(--background) 4%,transparent),color-mix(in oklch,var(--background) 18%,transparent) 58%,color-mix(in oklch,var(--background) 74%,transparent))}.home-hero-intro__backdrop--native-motion .home-hero-intro__gradientShader{transform:scale(1.08);transform-origin:center center}.dark .home-hero-intro__backdrop:after{opacity:.8}.dark .home-hero-intro__backdrop{--home-hero-gradient-opacity: .9;background:radial-gradient(ellipse at 50% 0%,color-mix(in oklch,var(--home-hero-night-violet) 78%,transparent) 0%,transparent 60%),linear-gradient(180deg,color-mix(in oklch,var(--home-hero-night-blue) 92%,var(--background)),color-mix(in oklch,var(--home-hero-night-purple) 88%,var(--background)) 52%,color-mix(in oklch,var(--background) 94%,black))}.dark .prototype-coastal-scenes{background:var(--tide-night)}.dark .home-hero-intro__backdrop:before{background:radial-gradient(ellipse at 50% 18%,color-mix(in oklch,white 4%,transparent) 0%,transparent 48%),linear-gradient(180deg,color-mix(in oklch,var(--background) 32%,transparent) 0%,color-mix(in oklch,var(--background) 48%,transparent) 54%,var(--background) 100%)}.dark .home-hero-intro__backdrop--native-motion:before{background:radial-gradient(ellipse at 50% 34%,color-mix(in oklch,white 5%,transparent) 0%,transparent 54%),linear-gradient(180deg,color-mix(in oklch,var(--background) 10%,transparent),color-mix(in oklch,var(--background) 24%,transparent) 58%,color-mix(in oklch,var(--background) 68%,transparent))}.home-hero-intro__gradientShader{position:absolute;inset:0;z-index:1;opacity:var(--home-hero-gradient-opacity);filter:saturate(.78) contrast(1.28);transform:scale(1.02);transform-origin:center top}.home-hero-intro__gradientCanvas,.home-hero-intro__gradientShader canvas{display:block;width:100%;height:100%}.home-hero-intro__gradientCanvas{opacity:1;transition:opacity .45s cubic-bezier(.22,1,.36,1)}@starting-style{.home-hero-intro__gradientCanvas{opacity:0}}.dark .home-hero-intro__gradientShader{filter:brightness(.42) saturate(.9) contrast(1.48);mix-blend-mode:normal}@media(prefers-reduced-motion:reduce){.home-hero-intro__gradientShader{display:none}.home-hero-intro__gradientCanvas{transition:none}}.homepage-precision-hero.prototype-precision__hero{min-height:52rem}.homepage-precision-hero .prototype-precision__headline{padding-block:7rem 3rem}.homepage-precision-hero .prototype-precision__dashboard-stack{justify-content:flex-end}@keyframes homepage-preview-enter{0%{opacity:.82}to{opacity:1}}@keyframes homepage-story-progress{to{transform:scaleX(1)}}.homepage-developer.prototype-precision__agent{padding-block:clamp(4rem,7vw,6rem)}.homepage-developer-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.7fr);gap:clamp(3rem,8vw,8rem);align-items:end}.homepage-developer-layout h2{max-width:16ch;margin-top:1rem;color:var(--tide-ink)}.homepage-developer-layout>div:last-child>p{max-width:54ch;color:#3f3a33;line-height:1.65}.homepage-developer-action{margin-top:1.5rem}@media(max-width:767px){.home-hero-intro__backdrop{top:-2rem;width:100vw;height:min(118svh,48rem)}.home-hero-intro__backdrop:after{content:none}}.prototype-precision__hero:before{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#f7f9f9c2,#f1f6f76b 40%,#edf1f20d 76%);pointer-events:none;content:""}.prototype-coastal-candidate .prototype-precision__headline>div>p:first-child{color:#242321c7}.prototype-precision__dashboard-canvas,.prototype-precision__dashboard-canvas>div{width:100%;min-width:0}.prototype-precision__dashboard-canvas{position:relative;z-index:2;flex:1;height:auto;min-height:0;overflow:hidden;container-type:inline-size;background:var(--sidebar)}.prototype-precision__dashboard-canvas:after{position:absolute;top:0;left:0;z-index:3;width:.75rem;height:.75rem;background:var(--sidebar);pointer-events:none;content:""}.prototype-precision__dashboard-canvas .prototype-product-preview{width:64rem;min-width:64rem;transform:scale(calc(100cqw/64rem));transform-origin:top left}.prototype-precision__hero{position:relative;display:flex;isolation:isolate;flex-direction:column;overflow:hidden;min-height:64rem;padding:7.5rem 0 0}.prototype-precision__hero>.prototype-container{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.prototype-precision__hero-layout{display:grid;flex:1 1 auto;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(2rem,5vw,6rem);align-items:stretch;min-height:0}.prototype-browser-chrome{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.68rem;font-weight:700}.prototype-precision__headline{position:relative;z-index:2;display:block;width:auto;padding-block:8rem 3rem}.prototype-precision__headline h1{max-width:34rem;font-size:clamp(3.25rem,4.4vw,4.4rem);line-height:.98;white-space:pre-line}.prototype-precision__headline>div>p:first-child{max-width:42rem;color:#3f3a33;font-size:1.18rem;line-height:1.55}.prototype-precision__headline>div{max-width:28rem;margin-top:2rem}.prototype-precision .prototype-actions{margin-top:1.5rem}.prototype-precision__dashboard-stack{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-width:0;min-height:0;margin-top:0;opacity:1}@keyframes prototype-hero-metric-enter{0%{opacity:0;transform:translateY(.7rem)}to{opacity:1;transform:translateY(0)}}.prototype-precision__dashboard{position:relative;top:auto;right:auto;bottom:auto;z-index:2;display:flex;box-sizing:border-box;flex-direction:column;width:min(80rem,calc(100vw - clamp(1rem,3vw,2.5rem)));max-width:none;aspect-ratio:2 / 1;height:auto;min-height:0;overflow:visible;margin:0;padding:1rem 1rem 0}.prototype-browser-chrome{position:relative;z-index:3;min-height:2.5rem;padding:.55rem .75rem;border-bottom:1px solid var(--tide-rule);border-radius:0 var(--radius) 0 0;background:#ebeae6;color:var(--tide-muted)}.prototype-browser-chrome__traffic{display:inline-flex;width:4.5rem;gap:.35rem}.prototype-browser-chrome__traffic i{width:.58rem;height:.58rem;border-radius:50%;background:var(--browser-stop)}.prototype-browser-chrome__traffic i:nth-child(2){background:var(--browser-wait)}.prototype-browser-chrome__traffic i:nth-child(3){background:var(--browser-go)}.prototype-browser-chrome__address{min-width:min(22rem,46%);padding:.28rem 1rem;border:1px solid color-mix(in oklch,var(--tide-muted) 18%,transparent);border-radius:var(--radius);background:color-mix(in oklch,var(--product-white) 66%,transparent);text-align:center}html.dark .prototype-browser-chrome{border-bottom-color:color-mix(in oklch,var(--deep-water) 78%,var(--shore-white));background:#1b1e24;color:#c9cdd5}html.dark .prototype-browser-chrome__address{border-color:color-mix(in oklch,var(--deep-water) 72%,var(--shore-white));background:#252931;color:#e1e4ea}html.dark .prototype-browser-chrome__traffic{filter:saturate(.78) brightness(.9)}.prototype-browser-chrome__spacer{width:4.5rem}.prototype-precision__feature-row{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);gap:4rem;align-items:center;padding:5rem 0}.prototype-precision__feature-row+.prototype-precision__feature-row{border-top:1px solid var(--tide-rule)}.prototype-precision__feature-row--reverse{grid-template-columns:minmax(18rem,.75fr) minmax(0,1.25fr)}.prototype-precision__section-eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:700;line-height:1.2}.prototype-precision__section-heading{font-family:var(--prototype-display);font-size:clamp(2.2rem,3vw,2.6rem);font-weight:400;letter-spacing:-.02em;line-height:1.08}.prototype-precision__feature-copy span{color:var(--precision-coral)}.prototype-precision__feature-copy h3{margin-top:1.1rem}.prototype-precision__feature-copy p{margin-top:1.2rem;color:var(--tide-muted);line-height:1.65}.prototype-precision__feature-preview{box-sizing:content-box;container-type:inline-size;height:31rem;min-height:0;min-width:0;overflow:visible;padding-bottom:1rem;border:0;border-radius:0;background:transparent}.prototype-precision__feature-preview>div{width:100%;min-width:0}.prototype-precision__feature-preview--transactions>div{width:100%}.prototype-precision__feature-preview--transactions{position:relative;height:auto;overflow:visible}.prototype-precision__feature-preview--recurring{height:29rem}.prototype-precision__feature-preview--spending{height:22.25rem;padding-bottom:0;overflow:hidden}.prototype-precision__feature-preview--spending>div{width:calc(200% + .75rem)}.prototype-precision__feature-preview--net-worth{height:30rem}.prototype-precision__feature-preview .prototype-product-preview{width:100%;min-width:0;transform:none}.prototype-precision__agent{background:var(--tide-ink);color:var(--product-white)}.prototype-precision__agent-link{margin-top:1.5rem}.prototype-precision__pricing{position:relative;isolation:isolate;width:100%;max-width:none;overflow:hidden;background:#e9efed}.prototype-precision__agent:after{inset:0;width:auto;aspect-ratio:auto;background-image:url(/marketing-shell/pacifica-footer-tide-study.png);background-image:image-set(url(/marketing-shell/pacifica-footer-tide-study-960.avif) type("image/avif") 1x,url(/marketing-shell/pacifica-footer-tide-study-1983.avif) type("image/avif") 2x,url(/marketing-shell/pacifica-footer-tide-study-960.webp) type("image/webp") 1x,url(/marketing-shell/pacifica-footer-tide-study-1983.webp) type("image/webp") 2x,url(/marketing-shell/pacifica-footer-tide-study.png) type("image/png") 2x);background-position:center;background-size:cover;filter:grayscale(1) brightness(1.8) contrast(.74);mix-blend-mode:screen;opacity:.055}.prototype-precision__pricing:before{inset:0;width:auto;aspect-ratio:auto;background-position:center;background-size:cover;opacity:.055}.prototype-precision__pricing>section{width:min(100% - 2rem,80rem);margin-inline:auto}.prototype-precision__pricing #pricing-table-heading{white-space:pre-line}.prototype-precision__faq{background:var(--tide-mist)}.prototype-precision__faq-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.prototype-precision__faq-intro{display:grid;gap:1rem;max-width:28rem}.prototype-precision__faq-intro .prototype-precision__section-eyebrow{color:var(--precision-coral);letter-spacing:.08em;text-transform:uppercase}.prototype-precision__faq-support{color:color-mix(in oklch,var(--tide-ink) 72%,transparent);font-size:.98rem;line-height:1.55}.prototype-precision__faq-support a{color:var(--precision-coral);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.prototype-precision__faq-list{display:grid;overflow:hidden;border:1px solid color-mix(in oklch,var(--tide-ink) 14%,transparent);border-radius:var(--radius-xl);background:color-mix(in oklch,var(--product-white) 82%,transparent)}.prototype-precision__faq-item{margin:0;border-bottom:1px solid color-mix(in oklch,var(--tide-ink) 12%,transparent)}.prototype-precision__faq-item:last-child{border-bottom:0}.prototype-precision__faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;color:var(--tide-ink);font-family:var(--font-sans);font-size:1rem;font-weight:600;line-height:1.35;cursor:pointer;list-style:none}.prototype-precision__faq-item summary::-webkit-details-marker{display:none}.prototype-precision__faq-item summary span{text-wrap:pretty}.prototype-precision__faq-chevron{flex:0 0 auto;color:color-mix(in oklch,var(--tide-ink) 55%,transparent);transition:transform .22s ease}.prototype-precision__faq-item[open] .prototype-precision__faq-chevron{transform:rotate(180deg)}.prototype-precision__faq-item p{margin:0;padding:0 1.25rem 1.2rem;color:color-mix(in oklch,var(--tide-ink) 74%,transparent);font-size:.95rem;line-height:1.6;text-wrap:pretty}html.dark .prototype-coastal-candidate .prototype-precision__faq{background:color-mix(in oklch,var(--tide-night) 88%,black)}html.dark .prototype-coastal-candidate .prototype-precision__faq-support{color:color-mix(in oklch,var(--tide-night-foreground) 74%,transparent)}html.dark .prototype-coastal-candidate .prototype-precision__faq-list{border-color:color-mix(in oklch,var(--tide-night-foreground) 16%,transparent);background:color-mix(in oklch,var(--tide-night) 72%,black)}html.dark .prototype-coastal-candidate .prototype-precision__faq-item{border-bottom-color:color-mix(in oklch,var(--tide-night-foreground) 12%,transparent)}html.dark .prototype-coastal-candidate .prototype-precision__faq-item summary{color:var(--tide-night-foreground)}html.dark .prototype-coastal-candidate .prototype-precision__faq-chevron{color:color-mix(in oklch,var(--tide-night-foreground) 58%,transparent)}html.dark .prototype-coastal-candidate .prototype-precision__faq-item p{color:color-mix(in oklch,var(--tide-night-foreground) 72%,transparent)}.prototype-precision__demo-band{position:relative;isolation:isolate;overflow:hidden;border-block:none;background:transparent}.prototype-precision__demo-band:before{display:none}.prototype-precision__demo-band:before{position:absolute;z-index:0;inset:-70% 0;background-image:url(/marketing-shell/pacifica-abstract-motif-atlas.png);background-position:center 58%;background-repeat:no-repeat;background-size:min(78rem,110vw) auto;filter:grayscale(1) contrast(.8);mix-blend-mode:multiply;opacity:.08;pointer-events:none;content:""}.prototype-precision__demo-band .prototype-container{position:relative;z-index:1;display:flex;min-height:12rem;align-items:center;flex-direction:column;justify-content:center;gap:1.35rem;padding-block:2.5rem;text-align:center}.prototype-precision__demo-band .prototype-container>div{display:grid;justify-items:center;gap:.45rem}.prototype-precision__demo-band p{color:var(--precision-coral);letter-spacing:.08em;text-transform:uppercase}.prototype-precision__demo-band h2{max-width:22ch}html.dark .prototype-coastal-candidate .prototype-precision__demo-band{border-color:color-mix(in oklch,var(--precision-coral) 34%,var(--tide-ink));background:#252a33;color:#f7f4f0}html.dark .prototype-coastal-candidate .prototype-precision__demo-band p{color:var(--tide-blush)}.prototype-precision__pricing #pricing-table-heading{font-family:var(--prototype-display);font-weight:400;letter-spacing:normal}html.dark .prototype-coastal-candidate .prototype-precision__feature-copy p{color:var(--tide-soft-ink)}.homepage-privacy{position:relative;padding-block:clamp(4rem,7vw,6rem);border-block-end:1px solid var(--tide-rule)}.homepage-privacy .prototype-precision__section-eyebrow{color:var(--precision-coral-text);letter-spacing:.08em;text-transform:uppercase}html.dark .prototype-coastal-candidate .homepage-privacy .prototype-precision__section-eyebrow{color:var(--tide-blush)}.homepage-privacy>.prototype-container>h2{max-width:20ch;margin-top:1rem}.homepage-privacy-intro{max-width:60ch;margin-top:1.25rem;color:#3f3a33;font-size:1.18rem;line-height:1.55}.homepage-privacy-grid{list-style:none;margin:clamp(2rem,4vw,3rem) 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.homepage-privacy-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-bottom:1rem;border:1px solid var(--tide-rule);border-radius:.625rem;color:var(--precision-coral-text);background:color-mix(in oklch,var(--tide-mist) 60%,transparent)}.homepage-privacy-icon>svg{width:1.125rem;height:1.125rem}.homepage-privacy-grid h3{margin:0;font-family:var(--font-sans);font-size:1.05rem;font-weight:600;line-height:1.3}.homepage-privacy-grid p{margin-top:.5rem;color:var(--tide-muted);line-height:1.6}html.dark .prototype-coastal-candidate .homepage-privacy{background:var(--tide-dark);color:#f7f4f0}html.dark .prototype-coastal-candidate .homepage-privacy-grid h3{color:#f7f4f0}html.dark .prototype-coastal-candidate .homepage-privacy-icon{border-color:color-mix(in oklch,#f7f4f0 18%,transparent);color:var(--tide-blush);background:color-mix(in oklch,#f7f4f0 8%,transparent)}html.dark .prototype-coastal-candidate .homepage-privacy :is(.homepage-privacy-intro,.homepage-privacy-grid p){color:color-mix(in oklch,#f7f4f0 76%,transparent)}@media(max-width:60rem){.homepage-privacy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:40rem){.homepage-privacy{padding-block:4rem}.homepage-privacy-grid{grid-template-columns:1fr}}.reveal{opacity:0;translate:0 14px;transition:opacity .7s ease-out,translate .7s ease-out;transition-delay:var(--reveal-delay, 0s)}.reveal.is-inview{opacity:1;translate:0 0}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;translate:0 0;transition:none}}.prototype-precision__headline h1,.prototype-precision__section-heading{letter-spacing:-.02em}.prototype-precision h1,.prototype-precision h2{text-wrap:balance}.homepage-precision-hero .prototype-precision__headline{padding-top:8.5rem}@media(max-width:640px){.homepage-precision-hero .prototype-precision__headline{padding-top:5rem}}.prototype-precision__headline>div>p:first-child{font-size:1.18rem;max-width:42rem}.homepage-alt-institutions{position:relative;overflow:hidden;padding-block:0;background:var(--product-white)}.homepage-alt-institutions:before,.homepage-alt-institutions:after{position:absolute;right:0;left:0;z-index:2;height:1px;background:linear-gradient(to right,transparent 0%,color-mix(in oklch,var(--tide-rule) 50%,transparent) 65%,color-mix(in oklch,var(--tide-rule) 50%,transparent) 100%);pointer-events:none;content:""}.homepage-alt-institutions:before{top:0}.homepage-alt-institutions:after{bottom:0}.homepage-alt-institutions-layout{display:grid;grid-template-columns:minmax(16rem,1fr) minmax(16rem,22rem);gap:clamp(2rem,6vw,5rem);align-items:stretch}.homepage-alt-institutions-layout>:first-child{display:flex;flex-direction:column;justify-content:center;padding-block:clamp(4rem,7vw,6.5rem)}#homepage-alt-institutions-heading,.homepage-alt-institutions-layout>div>h2{max-width:12ch;margin:0;color:inherit}.homepage-alt-institutions p{max-width:36ch;margin-top:1rem;color:color-mix(in oklch,var(--foreground) 56%,transparent);font-size:1rem;font-weight:400;line-height:1.55}.homepage-alt-institutions-action{margin-top:1.5rem}.homepage-alt-institutions-sliders{position:relative;overflow:hidden;min-height:0}.homepage-alt-institutions-sliders-band{position:absolute;inset:-45% -3rem -45% 0;display:flex;gap:.35rem;justify-content:center;transform:rotate(10deg);transform-origin:center}.homepage-alt-institutions-col{overflow:hidden;flex:none;width:4.35rem}.homepage-alt-institutions-track{display:flex;flex-direction:column}.homepage-alt-institutions-stack{display:flex;flex:none;flex-direction:column;gap:.35rem;padding-bottom:.35rem}.homepage-alt-institutions-col--up{animation:homepage-alt-institutions-up 28s linear infinite}.homepage-alt-institutions-col--down{animation:homepage-alt-institutions-down 28s linear infinite}.homepage-alt-institutions-tile{position:relative;display:grid;flex:none;place-items:center;width:100%;overflow:hidden;aspect-ratio:1;border:0;border-radius:.45rem;background:#f3f3f3;box-shadow:inset 0 0 0 1px #00000024}.homepage-alt-institution-sprite{display:block;width:100%;height:100%;background-repeat:no-repeat;background-size:800% 400%;background-position:calc(var(--sprite-col) * 100% / 7) calc(var(--sprite-row) * 100% / 3)}.homepage-alt-institutions-tile .homepage-alt-institution-sprite,.homepage-alt-hub-node .homepage-alt-institution-sprite{position:absolute;inset:0;width:auto;height:auto}.homepage-alt-institution-sprite[data-sprite-col="0"]{--sprite-col: 0}.homepage-alt-institution-sprite[data-sprite-col="1"]{--sprite-col: 1}.homepage-alt-institution-sprite[data-sprite-col="2"]{--sprite-col: 2}.homepage-alt-institution-sprite[data-sprite-col="3"]{--sprite-col: 3}.homepage-alt-institution-sprite[data-sprite-col="4"]{--sprite-col: 4}.homepage-alt-institution-sprite[data-sprite-col="5"]{--sprite-col: 5}.homepage-alt-institution-sprite[data-sprite-col="6"]{--sprite-col: 6}.homepage-alt-institution-sprite[data-sprite-col="7"]{--sprite-col: 7}.homepage-alt-institution-sprite[data-sprite-row="0"]{--sprite-row: 0}.homepage-alt-institution-sprite[data-sprite-row="1"]{--sprite-row: 1}.homepage-alt-institution-sprite[data-sprite-row="2"]{--sprite-row: 2}.homepage-alt-institution-sprite[data-sprite-row="3"]{--sprite-row: 3}.homepage-alt-institutions.is-sprite-ready .homepage-alt-institution-sprite,.homepage-alt-hub[data-sprite-ready] .homepage-alt-institution-sprite{background-image:image-set(url(/logos/institutions-sprite.webp) type("image/webp"),url(/logos/institutions-sprite.png) type("image/png"))}html.dark .homepage-alt-institutions{background:#0f0f0f;color:#f4f4f4}html.dark #homepage-alt-institutions-heading,html.dark .homepage-alt-institutions-layout>div>h2{color:#f4f4f4}html.dark .homepage-alt-institutions p{color:#ffffff8f}html.dark .homepage-alt-institutions-tile{background:#161616;box-shadow:inset 0 0 0 1px #ffffff24}@keyframes homepage-alt-institutions-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes homepage-alt-institutions-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media(max-width:720px){.homepage-alt-institutions-layout{grid-template-columns:1fr}.homepage-alt-institutions-sliders{height:20rem}}@media(prefers-reduced-motion:reduce){.homepage-alt-institutions-col--up,.homepage-alt-institutions-col--down{animation:none;transform:none}}.homepage-alt-process{padding-block:clamp(4rem,8vw,6.5rem);background-color:var(--marketing-surface);background-image:none}.homepage-alt-process__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.homepage-alt-process__inner>h2{max-width:16ch;margin:0}.homepage-alt-process__lead{max-width:38ch;margin:1rem 0 0;color:color-mix(in oklch,var(--foreground) 56%,transparent);font-size:1rem;line-height:1.55}.homepage-alt-process__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto;column-gap:2.5rem;row-gap:1.15rem;width:100%;max-width:64rem;margin:3.25rem 0 0;padding:0;list-style:none}.homepage-alt-process__step{display:grid;grid-template-rows:subgrid;grid-row:span 2;align-items:stretch}.homepage-alt-process__visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}.homepage-alt-process__step:not(:last-child) .homepage-alt-process__visual:after{position:absolute;top:50%;right:-1.55rem;color:#000;font-size:1.25rem;content:"→";transform:translateY(-50%)}.homepage-alt-process__num{display:grid;width:1.6rem;height:1.6rem;margin-bottom:1rem;place-items:center;border:1px solid rgb(0 0 0 / .1);border-radius:9999px;background:#fff;color:#0000009e;font-size:.75rem;font-weight:600}.homepage-alt-process__figure,.homepage-alt-process__figure--card,.homepage-alt-process__figure--hub{display:flex;flex:1;align-items:center;justify-content:center;width:100%;min-height:0;margin-bottom:0}.homepage-alt-process__figure--networth{display:grid;place-items:center;align-self:center;justify-self:center;flex:1;width:min(100%,15.5rem);min-height:0;height:11.5rem;padding:0;overflow:visible;border-radius:var(--warm-inset-radius, 1.5rem);background:transparent}.homepage-alt-process__networth{display:grid;width:100%;height:100%;min-height:0}.homepage-alt-process__networth>*{min-height:0;height:100%}#how-it-works .homepage-alt-process__figure--networth [data-slot=inset-card-well]{height:20rem!important;min-height:20rem!important}#how-it-works .homepage-alt-process__figure--networth [data-slot=inset-card-well] [style*=min-height]{min-height:unset!important}@media(min-width:1024px){#how-it-works .homepage-alt-process__figure--networth [data-slot=inset-card-well]{height:8rem!important;min-height:8rem!important}}@media(min-width:721px){.homepage-alt-process__figure--networth{flex:0 0 11.5rem;width:min(100%,15.5rem);max-width:100%;height:11.5rem}.homepage-alt-process__networth,.homepage-alt-process__networth>*{width:100%;height:100%}.homepage-alt-process__networth{transform:none}}@media(min-width:721px)and (max-width:1023px){.homepage-alt-process__figure--networth{flex:0 0 auto;height:auto;min-height:20rem}}.homepage-alt-process__sync{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.homepage-alt-process__sync-state{display:flex;flex-direction:column;align-items:center;gap:.7rem}.homepage-alt-process__sync-check{display:grid;width:3.25rem;height:3.25rem;place-items:center;border-radius:9999px;background:#6ef27866;color:oklch(.54 .2 145)}.homepage-alt-process__sync-check svg{width:1.65rem;height:1.65rem;stroke-width:2.8}.homepage-alt-process__sync-label{margin:0;color:#0000009e;font-size:.92rem;font-weight:600}.homepage-alt-process__sync-label--done{color:oklch(.54 .2 145)}.homepage-alt-process .homepage-alt-hub{width:14.25rem}.homepage-alt-process .homepage-alt-hub-grid{grid-template-columns:2.4rem 1fr 2.4rem;grid-template-rows:2.4rem 1fr 2.4rem}.homepage-alt-process .homepage-alt-hub-core{width:3.65rem;height:3.65rem;border-radius:.6rem}.homepage-alt-process .homepage-alt-hub-mark{width:1.85rem;height:1.45rem}.homepage-alt-process .homepage-alt-hub-node{border-radius:9999px}.homepage-alt-process .homepage-alt-hub-core{border-radius:.55rem}.homepage-alt-process__wire{stroke:#00000029;stroke-width:1.5;stroke-linecap:round}.homepage-alt-process__beam{stroke-width:2.5;stroke-linecap:round}.homepage-alt-process__bank,.homepage-alt-process__core,.homepage-alt-process__metric,.homepage-alt-process__metric-well{fill:#fff;stroke:#0000001a}.homepage-alt-process__hit{fill:#ffaa40}.homepage-alt-process__metric-label,.homepage-alt-process__metric-value{fill:#111;font-family:var(--font-sans)}.homepage-alt-process__metric-label{font-size:11px}.homepage-alt-process__metric-value{font-size:16px;font-weight:650}.homepage-alt-process__metric-chevron{stroke:#00000073;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.homepage-alt-process__spark{stroke:#111;stroke-width:1.6;stroke-linecap:round}.homepage-alt-process__copy{text-align:center}.homepage-alt-process__copy h3,.homepage-alt-process__step h3{margin:0;font-size:1.05rem;font-weight:650}.homepage-alt-process__copy p,.homepage-alt-process__step p{max-width:24ch;margin:.45rem auto 0;color:color-mix(in oklch,var(--foreground) 56%,transparent);font-size:.92rem;line-height:1.45}@media(max-width:720px){.homepage-alt-process__steps{grid-template-columns:1fr;grid-template-rows:none;gap:2rem}.homepage-alt-process__step{display:flex;flex-direction:column;grid-row:auto}.homepage-alt-process__step:not(:last-child) .homepage-alt-process__visual:after{display:none}.homepage-alt-process__figure--networth{position:relative;container-type:inline-size;justify-self:center;width:min(100%,22rem);aspect-ratio:1;overflow:hidden}.homepage-alt-process__networth{position:absolute;top:0;left:0;width:24rem;height:24rem;transform:scale(calc(100cqi/24rem));transform-origin:top left}.homepage-alt-process__networth>*{width:100%;height:100%;min-height:0}}.homepage-alt-process--compact .homepage-alt-process__steps{display:grid;grid-template-columns:repeat(var(--process-steps, 3),minmax(0,1fr));grid-template-rows:auto;gap:clamp(1rem,3vw,2.5rem);max-width:72rem}.homepage-alt-process--compact .homepage-alt-process__step{display:flex;flex-direction:column;align-items:center;grid-row:auto}.homepage-alt-process--compact .homepage-alt-process__visual{margin-bottom:.75rem}.homepage-alt-process--compact-marks .homepage-alt-process__visual{gap:.65rem}.homepage-alt-process--compact .homepage-alt-process__num{margin-bottom:0}@media(max-width:900px){.homepage-alt-process--compact .homepage-alt-process__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.homepage-alt-process--compact .homepage-alt-process__steps{grid-template-columns:1fr;gap:1.75rem}.homepage-alt-process--compact .homepage-alt-process__step:not(:last-child) .homepage-alt-process__visual:after{display:none}}.homepage-alt-hub{position:relative;width:min(100%,30rem);aspect-ratio:400 / 280}.homepage-alt-hub-wires{position:absolute;inset:0;width:100%;height:100%}.homepage-alt-hub-wire{stroke:#00000024;stroke-width:2;stroke-linecap:round}.homepage-alt-hub-beam{fill:none;stroke-width:1.625;stroke-linecap:round;stroke-dasharray:.2 1;stroke-dashoffset:.2;filter:drop-shadow(0 0 2px rgb(156 64 255 / .4));animation:homepage-alt-hub-beam 2s linear forwards}@keyframes homepage-alt-hub-beam{to{stroke-dashoffset:var(--beam-end, -.52)}}.homepage-alt-hub-grid{position:absolute;inset:0;display:grid;grid-template-columns:4.25rem 1fr 4.25rem;grid-template-rows:4.25rem 1fr 4.25rem;padding:.15rem}.homepage-alt-hub-node,.homepage-alt-hub-core{display:grid;overflow:hidden;place-items:center;border:1px solid rgb(0 0 0 / .1);background:#fff}.homepage-alt-hub-node{position:relative;border-radius:9999px}.homepage-alt-hub-core{border-radius:.85rem}.homepage-alt-hub-node .homepage-alt-institution-sprite{animation:homepage-alt-hub-logo-in .28s ease}@keyframes homepage-alt-hub-logo-in{0%{opacity:0}to{opacity:1}}.homepage-alt-hub-node:nth-child(1){grid-area:1 / 1}.homepage-alt-hub-node:nth-child(2){grid-area:2 / 1;align-self:center}.homepage-alt-hub-node:nth-child(3){grid-area:3 / 1}.homepage-alt-hub-node:nth-child(4){grid-area:1 / 3}.homepage-alt-hub-node:nth-child(5){grid-area:2 / 3;align-self:center}.homepage-alt-hub-node:nth-child(6){grid-area:3 / 3}.homepage-alt-hub-core{position:relative;overflow:hidden;grid-area:2 / 2;place-self:center;width:7.5rem;height:7.5rem}.homepage-alt-hub-glows{position:absolute;inset:0;pointer-events:none}.homepage-alt-hub-mark{position:absolute;top:50%;left:50%;z-index:1;display:block;width:4.15rem;height:3.25rem;fill:#111;transform:translate(-50%,-50%);pointer-events:none}.homepage-alt-hub-core svg.homepage-alt-hub-mark{width:4.15rem;height:3.25rem}.homepage-alt-hub-hit{position:absolute;left:var(--hit-x);top:var(--hit-y);width:1.55rem;height:1.55rem;pointer-events:none;background:radial-gradient(circle,rgb(156 64 255 / .78),rgb(156 64 255 / .22) 48%,transparent 72%);border-radius:9999px;transform:translate(-50%,-50%) scale(.22);animation:homepage-alt-hub-hit .4s ease-out forwards}@keyframes homepage-alt-hub-hit{0%{opacity:1;transform:translate(-50%,-50%) scale(.22)}to{opacity:0;transform:translate(-50%,-50%) scale(2.1)}}.homepage-alt-hub-debug{position:fixed;right:1rem;bottom:1rem;z-index:80;min-width:12.5rem;padding:.65rem .75rem;border:1px solid rgb(0 0 0 / .12);border-radius:.55rem;background:#fffffff0;box-shadow:0 10px 28px #0000001a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.4}.homepage-alt-hub-debug__title{margin-bottom:.35rem;color:#00000073;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.homepage-alt-hub-debug__row{display:flex;justify-content:space-between;gap:.75rem}.homepage-alt-hub-debug__row[data-phase=pulse],.homepage-alt-hub-debug__row[data-phase=receive]{color:#9c40ff}.homepage-alt-hub-debug__row[data-phase=flash],.homepage-alt-hub-debug__row[data-phase=swap]{color:#c05616}html.dark .homepage-alt-hub-wire{stroke:#ffffff29}html.dark .homepage-alt-hub-node,html.dark .homepage-alt-hub-core{border-color:#ffffff1a;background:#161616}html.dark .homepage-alt-hub-mark{fill:#fff}.homepage-alt .homepage-developer-action a,html.dark .homepage-alt .homepage-developer-action a{background:#f4f4f4;color:#111;border:0;box-shadow:none}.homepage-alt h1,.homepage-alt h2,.homepage-alt h3,.homepage-alt .prototype-precision__section-heading,.homepage-alt .prototype-precision__headline h1,.marketing-page-frame--coastal:has(.homepage-alt) h1:not(:where([data-static-product-preview] *,[data-product-preview-subject],[data-product-preview-subject] *)),.marketing-page-frame--coastal:has(.homepage-alt) h2:not(:where([data-static-product-preview] *,[data-product-preview-subject],[data-product-preview-subject] *)){font-family:var(--font-sans)}.homepage-alt .homepage-alt-pair,.homepage-alt-institutions .homepage-alt-pair,.homepage-alt-process .homepage-alt-pair{display:grid;max-width:none;margin:0;color:#111;font-size:clamp(2rem,2.8vw,2.65rem);font-weight:500;letter-spacing:-.03em;line-height:1.12}.homepage-alt-pair>span:last-child{color:#11111161}.homepage-alt .homepage-alt-pair.homepage-alt-pair--hero{font-size:clamp(1.85rem,8vw,2.65rem);font-weight:400;line-height:1.02}.homepage-alt .homepage-alt-pair.homepage-alt-pair--hero>span{white-space:nowrap}@media(min-width:768px){.homepage-alt .homepage-alt-pair.homepage-alt-pair--hero{font-size:clamp(2.55rem,3.8vw,3.7rem)}}.homepage-alt-pair--hero>span:last-child,html.dark .homepage-alt-pair--hero>span:last-child{color:inherit}.homepage-alt-compare .homepage-alt-pair,.homepage-alt-closer .homepage-alt-pair,.homepage-alt .prototype-precision__pricing .homepage-alt-pair{width:100%;text-align:center;justify-items:center}html.dark .homepage-alt-pair{color:#f4f4f4}html.dark .homepage-alt-pair>span:last-child{color:#f4f4f46b}.homepage-alt .prototype-precision__faq{border-top:1px solid var(--tide-rule)}.homepage-alt .homepage-developer.prototype-precision__agent{background:color-mix(in srgb,#0f0f0f 90%,white);color:#f4f4f4;padding-block:clamp(4rem,7vw,6.5rem);border:0}.homepage-alt .homepage-developer.prototype-precision__agent:after{content:none}.homepage-alt .homepage-developer-layout{align-items:center;grid-template-columns:minmax(16rem,.95fr) minmax(18rem,1fr);gap:clamp(2rem,6vw,5rem)}.homepage-alt .homepage-developer-layout>div:first-child{position:relative;z-index:1}.homepage-alt .homepage-developer-layout h2,html.dark .homepage-alt .homepage-developer-layout h2:not(:where([data-static-product-preview] *,[data-product-preview-subject],[data-product-preview-subject] *)){max-width:14ch;margin:0;color:#f4f4f4;font-family:var(--font-sans);font-weight:600;letter-spacing:-.015em}.homepage-alt .homepage-developer-layout h2>span:last-child{color:#f4f4f49e}.homepage-alt .homepage-developer-layout>div:first-child>p,html.dark .homepage-alt .homepage-developer-layout>div:first-child>p:not(:where([data-static-product-preview] *,[data-product-preview-subject],[data-product-preview-subject] *)){max-width:36ch;margin-top:1rem;color:#ffffff8f;font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.55;text-transform:none}.homepage-developer-integrations{display:grid;grid-template-columns:repeat(3,5.75rem);gap:1rem;justify-content:center;margin:0;padding:1.25rem 0;list-style:none;transform:rotate(-10deg);-webkit-mask-image:radial-gradient(ellipse 92% 92% at 58% 48%,#000 58%,transparent 86%);mask-image:radial-gradient(ellipse 92% 92% at 58% 48%,#000 58%,transparent 86%)}.homepage-developer-tile{display:grid;place-items:center;aspect-ratio:1;border:1px solid rgb(255 255 255 / .08);border-radius:1.15rem;background:#161616;color:#fff}.homepage-developer-tile svg,.homepage-developer-tile img{width:2.45rem;height:2.45rem;object-fit:contain}.homepage-developer-tile img[src*=cursor]{filter:invert(1)}.homepage-developer-tile:not(.homepage-developer-tile--live){background:#161616}@media(max-width:720px){.homepage-alt .homepage-developer-layout{grid-template-columns:1fr}.homepage-developer-integrations{justify-content:start;transform:rotate(-8deg) scale(.92);transform-origin:left center}}.homepage-alt-closer.prototype-precision__demo-band .prototype-container{min-height:0;gap:1rem;padding-block:2.25rem}.homepage-alt-closer .prototype-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem}html.dark .homepage-alt .homepage-developer.prototype-precision__agent{background:color-mix(in oklch,var(--tide-night) 88%,black);color:var(--tide-night-foreground)}html.dark .homepage-alt .homepage-developer-layout h2{color:var(--tide-night-foreground)}html.dark .homepage-alt .homepage-developer-layout>div:last-child>p{color:color-mix(in oklch,var(--tide-night-foreground) 74%,transparent)}.homepage-alt-feature{padding-block:3.5rem;border-top:1px solid var(--tide-rule);background:var(--product-white)}.homepage-alt-feature--reverse{background:var(--tide-mist)}.homepage-alt-feature-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:center}.homepage-alt-feature-copy{order:0}.homepage-alt-feature-preview{order:1}.homepage-alt-feature-copy p{max-width:42ch;margin-top:1rem;color:#3f3a33;font-size:1.18rem;line-height:1.55}.homepage-alt-feature-preview{min-width:0}.homepage-alt-feature-preview .prototype-product-preview{position:static;top:auto;left:auto;width:100%;transform:none}#net-worth .homepage-alt-feature-preview{overflow:visible;border-radius:var(--warm-inset-radius, 1.5rem)}#net-worth .homepage-alt-feature-preview .prototype-product-preview{width:calc(100% + 2rem);max-width:none;margin:-1rem}.homepage-alt-compare,.homepage-alt-compare .prototype-container{overflow:visible}.homepage-alt-compare{border-top:1px solid var(--tide-rule)}.homepage-alt-compare .prototype-precision__section-heading{width:100%;margin-bottom:2rem;text-align:center}.homepage-alt .homepage-privacy{border-top:0}.homepage-alt-privacy-layout{display:grid;grid-template-columns:minmax(16rem,1fr) minmax(18rem,28rem);gap:clamp(2rem,6vw,5rem);align-items:center;padding-block:clamp(4rem,7vw,6.5rem)}.homepage-alt .homepage-privacy .homepage-alt-pair{width:auto;max-width:none;text-align:left;justify-items:start}.homepage-alt-privacy-points{display:grid;gap:1.4rem;margin:0;padding:0;list-style:none}.homepage-alt-privacy-points li{display:grid;gap:.28rem}.homepage-alt-privacy-points h3{display:flex;align-items:center;gap:.45rem;margin:0;color:#111;font-size:1.02rem;font-weight:600;letter-spacing:-.015em}.homepage-alt-privacy-points h3 svg{width:1.05rem;height:1.05rem;flex:none;color:currentColor}.homepage-alt-privacy-points p{margin:0;padding-left:0;color:color-mix(in oklch,var(--foreground) 56%,transparent);font-size:.95rem;line-height:1.45}html.dark .homepage-alt-privacy-points h3{color:#f4f4f4}@media(max-width:720px){.homepage-alt-privacy-layout{grid-template-columns:1fr;padding-block:3.5rem}}.homepage-alt-closer .homepage-alt-closer-proof{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35em;color:color-mix(in oklch,var(--foreground) 72%,transparent);font-size:1rem;letter-spacing:normal;text-transform:none}.homepage-alt-closer-proof .home-hero-intro__netWorthValue{color:var(--foreground);font-family:var(--font-sans);font-size:1.05rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.02em}html.dark .homepage-alt-feature{background:var(--tide-dark);border-color:color-mix(in oklch,var(--tide-night-foreground) 16%,transparent)}html.dark .homepage-alt-feature--reverse{background:color-mix(in oklch,var(--tide-night) 88%,black)}html.dark .homepage-alt-feature-copy p{color:color-mix(in oklch,var(--tide-night-foreground) 74%,transparent)}@media(max-width:900px){.homepage-alt-feature-layout{grid-template-columns:1fr}.homepage-alt-feature--reverse .homepage-alt-feature-copy{order:0}}.home-alt-variant-label{margin:0 0 1.25rem;color:var(--tide-muted);font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.02em}.homepage-alt-closer .home-alt-variant-label{color:color-mix(in oklch,var(--foreground) 55%,transparent);letter-spacing:normal;text-transform:none}.homepage-alt-closer--split .prototype-container{align-items:stretch;text-align:left}.homepage-alt-closer-split{display:grid;grid-template-columns:minmax(0,1.1fr) auto;gap:2rem;align-items:center;width:100%}.homepage-alt-closer--split .homepage-alt-closer-proof,.homepage-alt-closer--split .prototype-precision__section-heading{justify-items:start;text-align:left}.homepage-alt-closer--split .prototype-actions{align-items:flex-start}.homepage-alt-closer--stat .prototype-container{align-items:center;gap:.85rem;text-align:center}.homepage-alt-closer--stat .prototype-precision__section-heading{max-width:none;text-align:center}.homepage-alt-closer .homepage-alt-closer-proof--stat{display:grid;justify-items:center;width:100%;gap:.4rem;text-align:center}.homepage-alt-closer-proof--stat .home-hero-intro__netWorthValue{display:flex;justify-content:center;width:100%;color:#111;font-family:var(--font-mono);font-size:clamp(2.4rem,6vw,4.4rem);font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:-.03em;line-height:1;text-align:center}.homepage-alt-closer--panel .prototype-container{max-width:40rem}.homepage-alt-closer-panel{display:grid;justify-items:center;gap:1rem;width:100%;padding:2.25rem 1.75rem 2rem;border:1px solid color-mix(in oklch,var(--tide-lilac) 28%,transparent);border-radius:1.35rem;background:color-mix(in oklch,var(--product-white) 78%,transparent)}html.dark .homepage-alt-closer-panel{background:color-mix(in oklch,var(--tide-night) 55%,transparent);border-color:color-mix(in oklch,var(--tide-night-foreground) 16%,transparent)}.homepage-alt,.homepage-alt.prototype-precision,.homepage-alt.prototype-coastal-candidate{background-color:transparent}.homepage-alt~.marketing-page-frame--coastal,.homepage-alt .marketing-page-frame--coastal,.marketing-page-frame--coastal:has(.homepage-alt){background-color:var(--marketing-surface);background-image:var(--marketing-pattern-dots);background-repeat:repeat}.homepage-alt .prototype-coastal-scenes{background:transparent}.homepage-alt .homepage-precision-hero.prototype-precision__hero{min-height:100vh}.homepage-alt .prototype-coastal-shader,.homepage-alt .homepage-alt-hero-shader{display:block;pointer-events:none}.homepage-alt .homepage-alt-hero-shader-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;background:transparent;opacity:.45}html.dark .homepage-alt .prototype-coastal-scenes,html.dark .homepage-alt .homepage-alt-hero-shader-canvas{filter:grayscale(1)}html.dark .homepage-alt .homepage-alt-hero-shader-canvas{opacity:.82}.homepage-alt .homepage-alt-hero-shader-canvas canvas{display:block;width:100%;height:100%;touch-action:none;user-select:none}.homepage-alt .homepage-precision-hero>.prototype-container,.homepage-alt .homepage-precision-hero .prototype-precision__hero-layout{overflow:visible}@media(min-width:1024px){.homepage-alt .homepage-precision-hero .prototype-precision__hero-layout{grid-template-rows:1fr auto}.homepage-alt .homepage-precision-hero .prototype-precision__headline,.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-stack{grid-row:2}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-stack{height:auto}.homepage-alt .homepage-precision-hero .prototype-precision__headline{display:flex;flex-direction:column;justify-content:center;padding-block:0}}.homepage-alt .homepage-precision-hero .prototype-browser-chrome,.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas:after{display:none}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-stack{overflow:visible}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-mascot{position:absolute;display:block;right:auto;bottom:-.5rem;left:0;z-index:1;width:8rem;height:8rem;overflow:visible;clip-path:none;pointer-events:none;transform:translate(-80%)}.homepage-alt .homepage-hero-mascot,.homepage-alt .homepage-hero-mascot__frame{display:block;width:100%;height:100%}.homepage-alt .homepage-hero-mascot{position:relative}.homepage-alt .homepage-hero-mascot__source{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none}.homepage-alt .homepage-hero-mascot__frame{pointer-events:none}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard{--hero-preview-gutter: max(1rem, calc((100vw - 80rem)/2) );width:calc(100% + var(--hero-preview-gutter) + 8rem);max-width:none;margin:0;padding:0;opacity:0;translate:0 1.25rem;transition:opacity .7s ease-out,translate .7s ease-out}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard:has([data-homepage-preview-ready]){opacity:1;translate:0 0}@media(prefers-reduced-motion:reduce){.homepage-alt .homepage-precision-hero .prototype-precision__dashboard,.homepage-alt .homepage-precision-hero .prototype-precision__dashboard:has([data-homepage-preview-ready]){opacity:1;translate:0 0;transition:none}}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas{--hero-preview-inner-radius: var(--warm-inset-radius, 1.5rem);--hero-preview-scale: 1;overflow:hidden;border:1px solid var(--card-edge-border, var(--border));padding:0;background:#0000000f;border-radius:var(--hero-preview-inner-radius) 0 0 0}html.dark .homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas{background:var(--sidebar)}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas .prototype-product-preview{width:100%;min-width:0;height:100%;overflow:hidden;border-radius:var(--hero-preview-inner-radius) 0 0 0;background:var(--sidebar);pointer-events:auto;transform:none}@media(max-width:1023px){.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-mascot{top:auto;right:.5rem;left:auto;bottom:calc(100% - 5px);width:14vw;height:14vw;transform:none}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard{width:100%;aspect-ratio:auto;height:min(38rem,72svh);min-height:28rem;position:relative;inset:auto;margin-inline:auto}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas{--hero-preview-inner-radius: var(--radius-xl);border-radius:var(--hero-preview-inner-radius)}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas .prototype-product-preview{border-radius:var(--hero-preview-inner-radius)}.homepage-alt .homepage-precision-hero .prototype-precision__hero-layout{grid-template-columns:1fr}.homepage-alt .homepage-precision-hero .prototype-precision__headline{text-align:center}.homepage-alt .homepage-precision-hero .homepage-alt-pair.homepage-alt-pair--hero{margin-inline:auto;justify-items:center}.homepage-alt .homepage-precision-hero .prototype-precision__headline>div{margin-inline:auto}.homepage-alt .homepage-precision-hero .prototype-actions{justify-content:center}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-stack{position:relative;inset:auto;height:auto;justify-content:flex-start;margin-inline:auto;width:100%}.homepage-alt .homepage-precision-hero.prototype-precision__hero{overflow:visible}@media(max-width:767px){.homepage-alt .homepage-precision-hero .prototype-precision__dashboard{height:67rem}}@media(min-width:768px)and (max-width:1023px){.homepage-alt .homepage-precision-hero .prototype-precision__dashboard{height:80rem}}}@media(min-width:1024px){.homepage-alt .homepage-precision-hero .prototype-precision__dashboard{aspect-ratio:auto;height:max(80vh,41.5rem)}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas{container-type:inline-size;--hero-preview-scale: 1;overflow:hidden;height:100%;width:100%;flex:none}.homepage-alt .homepage-precision-hero .prototype-precision__dashboard-canvas .prototype-product-preview{width:68rem;min-width:68rem;height:auto;border-radius:var(--hero-preview-inner-radius) 0 0 0;transform:scale(calc(100cqi/68rem));transform-origin:top left}}.homepage-alt-mid-band{position:relative;isolation:isolate;background:transparent}.homepage-alt-mid-shader{position:absolute;inset:0 20% 0 60%;z-index:0;overflow:hidden;pointer-events:none}.homepage-alt-mid-shader astro-island,.homepage-alt-mid-shader-canvas{display:block;position:absolute;inset:0;overflow:hidden;width:100%;height:100%;pointer-events:none}.homepage-alt-floating-paths{display:block;width:100%;height:100%;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 30%,#000 70%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 30%,#000 70%,transparent)}@media(max-width:900px){.homepage-alt-mid-shader{left:36%;right:36%}}.homepage-alt-mid-band>section{position:relative;z-index:1}html.dark .homepage-alt-mid-band{background:#1a1a1a}.homepage-alt .homepage-developer{position:relative;isolation:isolate;overflow:hidden}.homepage-alt .homepage-alt-dev-shader{position:absolute;inset:0;z-index:0;pointer-events:none}.homepage-alt .homepage-alt-dev-shader astro-island,.homepage-alt .homepage-alt-dev-shader-canvas{display:block;position:absolute;inset:0;width:100%;height:100%;pointer-events:none;background:transparent}.homepage-alt-infinite-grid{--grid-x: 50%;--grid-y: 50%;--grid-tile: 40px;overflow:hidden}.homepage-alt-infinite-grid__base,.homepage-alt-infinite-grid__glow{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .035) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .035) 1px,transparent 1px);background-size:40px 40px;animation:homepage-alt-infinite-grid-drift 5.6s linear infinite}.homepage-alt-infinite-grid__glow{background-image:linear-gradient(rgb(255 255 255 / .09) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .09) 1px,transparent 1px);-webkit-mask-image:radial-gradient(160px circle at var(--grid-x) var(--grid-y),#000 0%,transparent 78%);mask-image:radial-gradient(160px circle at var(--grid-x) var(--grid-y),#000 0%,transparent 78%)}@keyframes homepage-alt-infinite-grid-drift{0%{background-position:0 0}to{background-position:40px 40px}}.homepage-alt .homepage-developer-layout{position:relative;z-index:1}.homepage-alt .homepage-developer,.homepage-alt .homepage-developer.prototype-precision__agent{background:color-mix(in srgb,#0f0f0f 90%,white)!important;color:#f3f3f3}html.dark .homepage-alt .homepage-developer,html.dark .homepage-alt .homepage-developer.prototype-precision__agent{background:#0f0f0f!important;color:#f3f3f3}.homepage-alt .homepage-developer-layout h2,html.dark .homepage-alt .homepage-developer-layout h2{color:#f4f4f4}.homepage-alt .homepage-developer-layout>div:last-child>p,html.dark .homepage-alt .homepage-developer-layout>div:last-child>p{color:#ffffffb8}.homepage-alt .homepage-developer-action a,html.dark .homepage-alt .homepage-developer-action a{background:#f4f4f4;color:#111;box-shadow:none;border:0}html.dark .homepage-alt .homepage-alt-institutions{background:#0f0f0f!important;color:#f4f4f4}html.dark .homepage-alt .homepage-alt-institutions h2{color:#f4f4f4}html.dark .homepage-alt .homepage-alt-institutions p{color:#ffffff8f}.homepage-alt .prototype-precision__demo-band{background:transparent;border-block:none}.homepage-alt .prototype-precision__demo-band:before{display:none}.homepage-alt .homepage-alt-feature-copy p,.homepage-alt .homepage-privacy-intro,.homepage-alt .prototype-precision__faq-support{color:#3f3a33;font-size:1.18rem;line-height:1.55}.homepage-alt+footer .marketing-footer-surface{background:transparent}.homepage-alt .homepage-alt-feature-copy p,.homepage-alt .homepage-privacy-intro,.homepage-alt .prototype-precision__faq-support{color:#000000b8;font-size:1.05rem;line-height:1.6;max-width:52ch}.homepage-alt .homepage-alt-feature,.homepage-alt .prototype-section,.homepage-alt .prototype-precision__faq,.homepage-alt .prototype-precision__pricing{padding-block:4rem}.homepage-alt .prototype-precision__section-heading,.homepage-alt #pricing-table-heading{font-weight:600;letter-spacing:-.015em;line-height:1.1}.homepage-alt .homepage-alt-pair,.homepage-alt #pricing-table-heading.homepage-alt-pair{font-weight:500;letter-spacing:-.03em;line-height:1.12}.homepage-alt [data-pricing-plan][data-popular-plan=true]:before,.homepage-alt [data-pricing-plan][data-popular-plan=true]:after{content:none;background:none;animation:none;filter:none}.homepage-alt-compare .prototype-precision__section-heading{width:100%;margin-bottom:1.5rem;text-align:center}.homepage-alt-closer-proof{color:#000000b8}.homepage-alt-closer-proof span{color:color-mix(in oklch,var(--foreground) 56%,transparent)}.homepage-alt-closer-proof--stat .home-hero-intro__netWorthValue{color:#111}html.dark .homepage-alt-privacy-points p{color:#ffffff8f}html.dark .homepage-alt-closer-proof{color:#ffffffb8}html.dark .homepage-alt-closer-proof span{color:#ffffff8f}html.dark .homepage-alt-closer-proof--stat .home-hero-intro__netWorthValue{color:#f4f4f4}.homepage-alt+footer .footer-art{display:none}#main-content:has(.homepage-alt) .footer-legal{color:color-mix(in oklch,var(--foreground) 75%,var(--background))}html.dark .homepage-alt,html.dark .homepage-alt.prototype-coastal-candidate{background:#111}html.dark .homepage-alt .prototype-coastal-scenes{background:transparent}.homepage-alt .home-hero-intro__backdrop{background:none!important;background-image:none!important}.homepage-alt{position:relative;isolation:isolate;background-color:transparent;--card-edge-border: oklch(.147 0 0 / .12);--warm-inset-edge-top: var(--card-edge-border);--warm-inset-edge-x: var(--card-edge-border);--warm-inset-edge-bottom: var(--card-edge-border);--warm-inset-shadow-tight: rgb(0 0 0 / .08)}.homepage-alt>*{position:relative;z-index:1}html:has(.homepage-alt) body,.marketing-page-frame--coastal:has(.homepage-alt),.homepage-alt,.homepage-alt+footer,.homepage-alt+footer .marketing-footer-surface{background-color:var(--marketing-surface);background-image:var(--marketing-pattern-dots);background-repeat:repeat}.homepage-alt:before{content:none}html.dark:has(.homepage-alt) body,html.dark .marketing-page-frame--coastal:has(.homepage-alt),html.dark .homepage-alt,html.dark .homepage-alt+footer,html.dark .homepage-alt+footer .marketing-footer-surface{background-color:#1f1f1f;background-image:var(--marketing-pattern-dots-dark);background-repeat:repeat}html.dark .homepage-alt .prototype-precision__faq{background-color:var(--background)!important;background-image:none!important}html.dark .homepage-alt-process__step:not(:last-child) .homepage-alt-process__visual:after{color:#fff}html.dark .homepage-alt{--card-edge-border: oklch(1 0 0 / .14);--warm-inset-edge-top: var(--card-edge-border);--warm-inset-edge-x: var(--card-edge-border);--warm-inset-edge-bottom: var(--card-edge-border);--warm-inset-shadow-tight: rgb(0 0 0 / .26)}html.dark .homepage-alt-process__num,html.dark .homepage-alt-hub-core{background:#1a1a1a;border-color:#ffffff1a;color:#ffffffb8}html.dark .homepage-alt-process__copy p,html.dark .homepage-alt-process__step p,html.dark .homepage-alt-process__sync-label,html.dark .homepage-alt-privacy-points p,html.dark .homepage-alt-institutions p,html.dark .homepage-alt .homepage-alt-feature-copy p,html.dark .homepage-alt .prototype-precision__faq-support{color:#ffffffb3}html.dark .home-pricing__meta,html.dark .home-pricing__features li,html.dark .home-pricing__features svg{color:color-mix(in oklch,var(--foreground) 78%,transparent)}html.dark .homepage-alt-pair>span:last-child{color:#f4f4f4a3}html.dark .homepage-alt-process__copy h3,html.dark .homepage-alt-process__step h3,html.dark .homepage-alt-privacy-points h3{color:#f4f4f4}html.dark:has(.homepage-alt){--homepage-dark-surface: #111;--homepage-dark-divider: oklch(1 0 0 / .08)}html.dark:has(.homepage-alt) body,html.dark .marketing-page-frame--coastal:has(.homepage-alt),html.dark .homepage-alt,html.dark .homepage-alt+footer,html.dark .homepage-alt+footer .marketing-footer-surface,html.dark .homepage-alt>:is(section,div),html.dark .homepage-alt-mid-band>section,html.dark .homepage-alt>.homepage-alt-institutions,html.dark .homepage-alt>.prototype-precision__faq,html.dark .homepage-alt>.homepage-developer.prototype-precision__agent{background-color:var(--homepage-dark-surface)!important;background-image:none!important}html.dark .homepage-alt>.homepage-precision-hero:before{background:transparent}html.dark .homepage-alt>:is(section,div),html.dark .homepage-alt-mid-band>section{border-color:var(--homepage-dark-divider)!important}html.dark .homepage-alt-institutions:before,html.dark .homepage-alt-institutions:after{background:var(--homepage-dark-divider)}.homepage-alt>:is(.homepage-alt-institutions,.homepage-alt-compare,#pricing,#faq){background-color:var(--marketing-surface);background-image:var(--marketing-pattern-dots);background-repeat:repeat}html.dark .homepage-alt>:is(.homepage-alt-institutions,.homepage-alt-compare,#pricing,#faq){background-color:var(--homepage-dark-surface)!important;background-image:var(--marketing-pattern-dots-dark)!important;background-repeat:repeat!important}#main-content:has(>.homepage-alt)>footer.marketing-footer-surface{background-color:var(--marketing-surface);background-image:none}html.dark #main-content:has(>.homepage-alt)>footer.marketing-footer-surface{background-color:var(--homepage-dark-surface)!important;background-image:none!important}.homepage-alt #mcp.homepage-developer.prototype-precision__agent{border-top:1px solid rgb(255 255 255 / .14)!important;border-bottom:1px solid rgb(255 255 255 / .14)!important}.homepage-alt #privacy.homepage-privacy{border-top:1px solid var(--card-edge-border)!important}.homepage-alt .prototype-precision__faq-list,html.dark .homepage-alt .prototype-precision__faq-list{border-color:var(--border);background:var(--card)}
