/* Public marketing system. Every selector is scoped to avoid changing the app. */
.v-site {
  --v-paper: #faf9f6; --v-ink: #202b2a; --v-muted: #66716b; --v-line: #e1e4dc;
  --v-green: #315d4e; --v-soft: #edf1e8; --v-coral: #ff825f;
  margin: 0; background: var(--v-paper); color: var(--v-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.55;
}
.v-site * { box-sizing: border-box; }
.v-site h1, .v-site h2, .v-site h3, .v-site h4, .v-site p { margin: 0; }
.v-site a { color: inherit; text-decoration: none; }
.v-site button, .v-site select { font: inherit; }
.v-site button, .v-site a, .v-site summary, .v-site select { -webkit-tap-highlight-color: transparent; }
.v-site :is(a, button, select, summary):focus-visible { outline: 3px solid #b84a2c; outline-offset: 5px; }
.v-site [id] { scroll-margin-top: 95px; }
.v-site .v-container { width: min(1220px, calc(100% - 96px)); margin-inline: auto; }
.v-site .v-icon { width: 20px; height: 20px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.v-site .v-skip-link { position: absolute; left: 20px; top: -100px; padding: 12px; background: white; z-index: 100; }
.v-site .v-skip-link:focus { top: 10px; }
.v-site .v-nav { position: sticky; top: 0; z-index: 50; background: #faf9f6f5; border-bottom: 1px solid var(--v-line); backdrop-filter: blur(12px); }
.v-site .v-nav-inner { height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.v-site .v-wordmark { display: inline-flex; align-items: center; gap: 9px; font-size: 28px; font-weight: 600; letter-spacing: -1.5px; }
.v-site .v-nav nav, .v-site .v-nav-actions { display: flex; align-items: center; gap: 32px; }
.v-site .v-nav nav a, .v-site .v-login { font-size: 13px; font-weight: 500; padding-block: 12px; }
.v-site .v-nav nav a:hover, .v-site .v-login:hover { color: #a94429; }
.v-site .v-button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; gap: 12px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 600; padding: 13px 22px; transition: background .16s, transform .16s; cursor: pointer; }
.v-site .v-button:hover { transform: translateY(-1px); }
.v-site .v-button-primary { background: var(--v-coral); color: #28231d; }
.v-site .v-button-primary:hover { background: #ff9578; }
.v-site .v-button-secondary { border-color: #d8ddd4; background: #fff9; }
.v-site .v-button-secondary:hover { background: white; }
.v-site .v-button-dark { background: var(--v-ink); color: white; min-height: 42px; padding: 10px 18px; font-size: 13px; }
.v-site .v-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.v-site .v-kicker { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.6px; color: var(--v-green); display: flex; align-items: center; gap: 9px; }
.v-site .v-status-dot { display: inline-block; width: 6px; height: 6px; background: #537b59; border-radius: 50%; flex-shrink: 0; }
.v-site .v-hero { padding-top: 62px; background: radial-gradient(ellipse at 50% 70%, #eaf0e480, transparent 65%); }
.v-site .v-hero-copy { max-width: 840px; margin-inline: auto; text-align: center; }
.v-site .v-hero-copy .v-kicker { justify-content: center; }
.v-site .v-hero h1 { max-width: 790px; margin: 19px auto 0; font-size: clamp(44px, 5.3vw, 72px); line-height: 1.06; font-weight: 500; letter-spacing: -.057em; text-wrap: balance; }
.v-site .v-hero-description { max-width: 625px; margin: 24px auto 26px; font-size: 17px; line-height: 1.7; color: var(--v-muted); text-wrap: pretty; }
.v-site .v-start-note { margin-top: 13px; color: var(--v-muted); font-size: 12px; }
.v-site .v-trust-note { margin: 23px auto 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; font-size: 11px; color: #59665c; }
.v-site .v-trust-note .v-icon { width: 15px; height: 15px; }
.v-site .v-trust-note a { text-decoration: underline; text-underline-offset: 3px; }
.v-site .v-format-note { font-size: 12px; margin: 15px auto 0; color: var(--v-muted); }
.v-site .v-hero-stage { margin: 46px 0 0; padding: 0 24px; position: relative; }
.v-site .v-hero-stage::before { content: ""; position: absolute; inset: 30px 0 27px; border: 1px solid #d8dfd2; border-radius: 22px; background: #eaf0e5; z-index: -1; }
.v-site .v-stage-label, .v-site .v-stage-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--v-muted); font-size: 10px; }
.v-site .v-stage-label { padding: 0 10px 13px; letter-spacing: 1.1px; font-family: ui-monospace, monospace; }
.v-site .v-stage-caption { padding: 19px 5px 29px; font-size: 11px; }
.v-site .v-stage-caption .v-status-dot { margin-right: 5px; }
.v-site .v-stage-caption a { font-weight: 600; color: var(--v-green); }
.v-site .v-report { background: #fff; border: 1px solid #dce1d8; border-radius: 13px; display: grid; grid-template-columns: 182px minmax(0, 1fr); overflow: hidden; box-shadow: 0 3px 6px #28372e04, 0 25px 70px -32px #263b3640; }
.v-site .v-report-sidebar { display: flex; flex-direction: column; padding: 26px 14px 20px; background: #f7f8f3; border-right: 1px solid var(--v-line); }
.v-site .v-report-sidebar .v-wordmark { font-size: 25px; padding-left: 8px; margin-bottom: 38px; }
.v-site .v-sidebar-label { font-size: 8px; letter-spacing: 1.4px; color: #75816f; padding: 0 9px 12px; }
.v-site .v-sidebar-item { display: flex; align-items: center; gap: 9px; padding: 10px; font-size: 11px; color: var(--v-muted); margin-bottom: 3px; }
.v-site .v-sidebar-item .v-icon { width: 15px; height: 15px; }
.v-site .v-sidebar-active { border-radius: 6px; background: #e6ebdd; color: #355243; font-weight: 600; }
.v-site .v-import-summary { margin: auto 5px 25px; padding-top: 30px; display: flex; flex-direction: column; font-size: 10px; color: var(--v-muted); gap: 9px; }
.v-site .v-import-summary strong { color: #3c4b3d; font-size: 11px; }
.v-site .v-import-summary small { font-size: 9px; }
.v-site .v-file-icon { display: flex; align-items: center; justify-content: center; width: 37px; height: 43px; border: 1px solid #d9e1ce; background: white; border-radius: 5px; color: var(--v-green); }
.v-site .v-sidebar-foot { display: flex; align-items: center; gap: 6px; font-size: 9px; color: var(--v-muted); }
.v-site .v-sidebar-foot .v-icon { width: 13px; height: 13px; }
.v-site .v-report-main { min-width: 0; }
.v-site .v-report-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; border-bottom: 1px solid #eff0ea; padding: 14px 26px; font-size: 10px; }
.v-site .v-muted { color: var(--v-muted); margin-left: 9px; }
.v-site .v-badge { padding: 3px 8px; border: 1px solid #e2e7db; background: #f9faf5; border-radius: 5px; font-size: 9px; color: #627057; font-weight: 500; white-space: nowrap; }
.v-site .v-report-heading { padding: 24px 27px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.v-site .v-micro { font-size: 8px; font-weight: 500; letter-spacing: 1.2px; color: var(--v-muted); }
.v-site .v-report-heading h2 { margin-top: 5px; font-size: 24px; font-weight: 500; letter-spacing: -.8px; line-height: 1.2; }
.v-site .v-currency-label { padding: 6px 9px; border: 1px solid var(--v-line); border-radius: 5px; font-size: 10px; }
.v-site .v-report-grid { margin: 0 27px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px; padding-bottom: 23px; border-bottom: 1px solid #e8ece2; }
.v-site .v-spending > p:first-child { font-size: 11px; color: var(--v-muted); }
.v-site .v-spending > strong { display: block; font-size: 38px; letter-spacing: -1.8px; font-weight: 500; line-height: 1.4; font-variant-numeric: tabular-nums; }
.v-site .v-comparison { font-size: 9px; color: var(--v-muted); }
.v-site .v-segmented-bar { display: flex; gap: 3px; height: 9px; margin-top: 21px; border-radius: 3px; overflow: hidden; }
.v-site .v-category-0 { background: #496954; }
.v-site .v-category-1 { background: #a7bc90; }
.v-site .v-category-2 { background: #ed9c7b; }
.v-site .v-category-3 { background: #b0b8d2; }
.v-site .v-category-4 { background: #d6c387; }
.v-site .v-category-5 { background: #c9cfc4; }
.v-site .v-mini-note { display: block; margin-top: 10px; font-size: 9px; color: var(--v-muted); }
.v-site .v-insight { background: #f0f3e9; border-radius: 8px; padding: 19px; align-self: center; }
.v-site .v-insight .v-micro { color: #63764d; }
.v-site .v-insight h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.2; letter-spacing: -.5px; margin: 11px 0 8px; }
.v-site .v-insight p { font-size: 11px; color: #65705b; max-width: 240px; }
.v-site .v-report-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 23px 27px 26px; }
.v-site .v-block-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 16px; }
.v-site .v-block-title h3 { font-size: 12px; font-weight: 600; }
.v-site .v-block-title > span { font-size: 9px; color: var(--v-muted); }
.v-site .v-block-title .v-icon { width: 15px; height: 15px; color: var(--v-green); }
.v-site .v-categories ul { list-style: none; margin: 0; padding: 0; }
.v-site .v-categories li { margin-top: 11px; }
.v-site .v-categories li > div:first-child { display: flex; justify-content: space-between; font-size: 10px; gap: 12px; }
.v-site .v-categories li strong { font-weight: 500; font-variant-numeric: tabular-nums; }
.v-site .v-dot { display: inline-block; width: 6px; height: 6px; border-radius: 2px; margin-right: 6px; }
.v-site .v-bar-track { margin-top: 5px; height: 4px; background: #f2f4ef; border-radius: 3px; overflow: hidden; }
.v-site .v-bar-track span { display: block; height: 100%; border-radius: inherit; }
.v-site .v-transfer-example { display: flex; align-items: center; gap: 8px; padding-top: 5px; }
.v-site .v-transfer-icon { width: 28px; height: 30px; border-radius: 5px; background: #f0f2eb; display: grid; place-items: center; }
.v-site .v-transfer-icon .v-icon { width: 15px; height: 15px; }
.v-site .v-transfer-example div { flex: 1; }
.v-site .v-transfer-example strong { display: block; font-size: 9px; font-weight: 600; white-space: nowrap; }
.v-site .v-transfer-example div span { font-size: 8px; color: var(--v-muted); display: block; }
.v-site .v-transfer-caption { font-size: 9px; color: var(--v-muted); margin: 12px 0 0; }
.v-site .v-tag { font-size: 9px; display: inline-block; border-radius: 4px; background: #e9efdf; color: #4a6139; padding: 3px 7px; white-space: nowrap; }
.v-site .v-transfer-caption .v-tag { margin-right: 5px; }
.v-site .v-report-explanation { border-top: 1px dashed #dce1d4; margin-top: 24px; padding-top: 18px; }
.v-site .v-report-explanation h4 { font-size: 17px; letter-spacing: -.45px; line-height: 1.3; font-weight: 500; }
.v-site .v-report-explanation p { margin-top: 9px; font-size: 10px; color: var(--v-muted); }
.v-site .v-facts { border-block: 1px solid var(--v-line); margin-top: 24px; }
.v-site .v-facts .v-container { display: flex; justify-content: space-around; gap: 24px; padding-block: 23px; }
.v-site .v-facts span { display: flex; align-items: center; gap: 9px; font-size: 12px; color: #596951; }
.v-site .v-facts .v-icon { width: 17px; height: 17px; }
.v-site .v-section { padding-block: 100px; }
.v-site .v-split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.v-site .v-section h2, .v-site .v-final h2 { font-size: clamp(35px, 3.8vw, 49px); line-height: 1.12; letter-spacing: -2px; font-weight: 500; text-wrap: balance; }
.v-site .v-section-copy h2 { margin-top: 18px; }
.v-site .v-section-copy > p:not(.v-kicker) { font-size: 15px; line-height: 1.85; color: var(--v-muted); margin-top: 22px; max-width: 440px; }
.v-site .v-check-list { list-style: none; padding: 0; margin: 25px 0 0; font-size: 13px; }
.v-site .v-check-list li { margin-top: 14px; padding-left: 23px; position: relative; }
.v-site .v-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--v-green); }
.v-site .v-text-link { display: inline-block; font-size: 13px; color: var(--v-green); font-weight: 600; margin-top: 24px; padding-block: 5px; }
.v-site .v-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.v-site .v-accounts-scene { padding: 30px; border: 1px solid var(--v-line); border-radius: 13px; background-color: #f0f1e9; background-image: radial-gradient(#c8d0bf 0.65px, transparent .65px); background-size: 12px 12px; }
.v-site .v-scene-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 23px; }
.v-site .v-account-card { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid #e0e5d9; border-radius: 7px; padding: 14px; margin-top: 10px; box-shadow: 0 4px 8px #293f2403; }
.v-site .v-account-card > div { flex: 1; }
.v-site .v-account-card strong { display: block; font-size: 12px; font-weight: 600; }
.v-site .v-account-card div span { display: block; font-size: 10px; color: var(--v-muted); margin-top: 3px; }
.v-site .v-account-card > .v-icon { width: 14px; height: 14px; color: #688252; }
.v-site .v-account-symbol { display: grid; place-items: center; width: 35px; height: 35px; background: #e6ebdd; color: #516745; border-radius: 7px; font-family: Georgia, serif; font-size: 19px; }
.v-site .v-account-peach { background: #f8e5d6; color: #825e41; }
.v-site .v-account-lilac { background: #e8e6f1; color: #686380; }
.v-site .v-connection-line { width: 1px; height: 28px; background: #a9b49d; margin-inline: auto; }
.v-site .v-account-result { display: flex; align-items: center; gap: 12px; border: 1px solid #bdc9af; padding: 17px; border-radius: 7px; background: #e8eddf; }
.v-site .v-account-result div { flex: 1; }
.v-site .v-account-result strong { display: block; font-size: 15px; font-weight: 500; }
.v-site .v-account-result div span { display: block; font-size: 9px; color: #687759; margin-top: 3px; }
.v-site .v-account-result i { display: inline-block; height: 3px; width: 3px; border-radius: 50%; background: #839771; vertical-align: middle; margin-inline: 5px; }
.v-site .v-how { background: #efefe8; border-block: 1px solid var(--v-line); }
.v-site .v-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.v-site .v-section-heading h2 { margin-top: 18px; }
.v-site .v-section-heading > p { font-size: 14px; color: var(--v-muted); line-height: 1.8; padding-bottom: 7px; }
.v-site .v-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; padding: 0; margin: 43px 0 0; }
.v-site .v-steps > li { background: #fafbf6; border: 1px solid #e0e3d9; border-radius: 11px; padding: 25px 22px 16px; display: flex; flex-direction: column; }
.v-site .v-step-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 6px; }
.v-site .v-step-symbol { position: relative; width: 56px; height: 56px; display: grid; place-items: center; background: #e4ecda; color: #4c6b39; border: 1px solid #d1debf; border-radius: 16px; box-shadow: 0 3px 0 #edf2e6, 0 4px 0 #dce5d1; }
.v-site .v-step-symbol > .v-icon { width: 25px; height: 25px; }
.v-site .v-step-symbol > span { position: absolute; right: -6px; bottom: -5px; display: grid; place-items: center; min-width: 25px; height: 23px; border: 3px solid #fafbf6; border-radius: 7px; background: #4d683f; color: white; font-family: inherit; font-size: 9px; font-weight: 600; font-style: normal; letter-spacing: .2px; }
.v-site .v-step-phase { display: flex; flex-direction: column; align-items: end; gap: 9px; }
.v-site .v-step-phase > span { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #66745c; }
.v-site .v-step-progress { display: flex; gap: 4px; }
.v-site .v-step-progress i { width: 19px; height: 3px; border-radius: 2px; background: #dfe5d7; }
.v-site .v-step-progress i:first-child { background: #78955e; }
.v-site .v-steps > li:nth-child(2) .v-step-symbol { background: #f8e5d8; border-color: #efd2bd; color: #a26137; box-shadow: 0 3px 0 #fcf0e7, 0 4px 0 #f0ddce; }
.v-site .v-steps > li:nth-child(2) .v-step-symbol > span { background: #a66941; }
.v-site .v-steps > li:nth-child(2) .v-step-progress i:nth-child(-n+2) { background: #bc8764; }
.v-site .v-steps > li:nth-child(3) .v-step-symbol { background: #315d4e; border-color: #315d4e; color: #e4efd9; box-shadow: 0 3px 0 #e2e9dc, 0 4px 0 #cbd8c1; }
.v-site .v-steps > li:nth-child(3) .v-step-symbol > span { background: #e6c287; color: #493a22; }
.v-site .v-steps > li:nth-child(3) .v-step-progress i { background: #547761; }
.v-site .v-steps h3 { font-size: 20px; letter-spacing: -.6px; line-height: 1.3; font-weight: 500; margin-top: 23px; }
.v-site .v-steps > li > p { font-size: 13px; color: var(--v-muted); line-height: 1.75; margin: 12px 0 28px; }
.v-site .v-step-scene { min-height: 210px; padding: 17px; background: white; border: 1px solid #e6e9df; border-radius: 7px; margin-top: auto; }
.v-site .v-upload-outline { display: flex; flex-direction: column; align-items: center; padding: 22px 4px; border: 1px dashed #c2cdb6; border-radius: 4px; gap: 9px; color: #687b53; }
.v-site .v-upload-outline strong { font-size: 10px; font-weight: 500; }
.v-site .v-upload-outline span { font-size: 9px; color: var(--v-muted); }
.v-site .v-mini-file { display: flex; align-items: center; gap: 6px; font-size: 9px; padding-top: 15px; }
.v-site .v-mini-file .v-icon { width: 14px; height: 14px; }
.v-site .v-mini-file .v-tag { font-size: 8px; margin-left: auto; }
.v-site .v-mini-transaction { display: flex; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px solid #eef0e8; }
.v-site .v-mini-transaction div { flex: 1; }
.v-site .v-mini-transaction strong { display: block; font-size: 10px; font-weight: 500; }
.v-site .v-mini-transaction div span { display: block; color: var(--v-muted); font-size: 8px; }
.v-site .v-merchant { width: 27px; height: 28px; display: grid; place-items: center; background: #eaf0e3; color: #60744e; border-radius: 5px; font-family: Georgia, serif; font-size: 15px; }
.v-site .v-merchant-warm { background: #f6e7d6; color: #927348; }
.v-site .v-review-dot { width: 6px; height: 6px; border-radius: 50%; background: #bd873b; margin: 0 12px; }
.v-site .v-rule-label { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #60794a; background: #eff3e8; border-radius: 4px; padding: 10px 7px; margin-top: 20px; }
.v-site .v-rule-label .v-icon { width: 14px; height: 14px; }
.v-site .v-result-scene { position: relative; overflow: hidden; }
.v-site .v-result-scene > strong { display: block; font-size: 33px; letter-spacing: -1px; line-height: 1.4; font-weight: 500; margin-top: 8px; }
.v-site .v-result-scene > strong span { color: #849076; }
.v-site .v-result-scene > p { font-size: 9px; color: var(--v-muted); }
.v-site .v-small-chart { height: 50px; display: flex; gap: 7px; align-items: end; margin-top: 18px; }
.v-site .v-small-chart i { background: #dce5cf; flex: 1; border-radius: 3px 3px 0 0; }
.v-site .v-small-chart i:last-child { background: #657f50; }
.v-site .v-how-bottom { display: flex; align-items: center; justify-content: center; gap: 17px; font-size: 12px; color: var(--v-muted); margin-top: 28px; }
.v-site .v-how-bottom .v-text-link { margin-top: 0; }
.v-site .v-month-scene { background: #f3f2ea; border: 1px solid #e4e4d8; border-radius: 12px; padding: 32px; }
.v-site .v-month-timeline { display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.v-site .v-month-timeline span { border: 1px solid #dce1d2; padding: 10px 14px; border-radius: 6px; font-size: 10px; color: #7a856e; letter-spacing: 1px; }
.v-site .v-month-timeline .v-month-current { background: var(--v-green); color: white; border-color: var(--v-green); }
.v-site .v-month-timeline i { width: 44px; height: 1px; background: #d1d7c7; }
.v-site .v-month-comparison { background: white; border: 1px solid #e6e8dc; border-radius: 8px; padding: 25px; }
.v-site .v-month-comparison > div + div { margin-top: 20px; }
.v-site .v-month-comparison span { font-size: 11px; color: var(--v-muted); }
.v-site .v-month-comparison strong { float: right; font-size: 12px; font-weight: 500; font-variant-numeric: tabular-nums; }
.v-site .v-month-comparison i { display: block; background: #cad9b8; height: 9px; border-radius: 3px; margin-top: 11px; }
.v-site .v-month-comparison > div:last-child i { background: #78995e; }
.v-site .v-month-insight { display: flex; align-items: center; gap: 12px; padding: 23px 0 8px; color: #57694b; }
.v-site .v-month-insight span { font-size: 11px; line-height: 1.8; }
.v-site .v-privacy { background: #233d34; color: #f7f8ef; position: relative; overflow: hidden; }
.v-site .v-privacy .v-kicker { color: #aabd9c; }
.v-site .v-privacy .v-section-copy > p:not(.v-kicker) { color: #bdc9bb; }
.v-site .v-privacy .v-text-link { color: #e1eccf; }
.v-site .v-privacy-symbol { display: flex; align-items: center; justify-content: center; height: 47px; width: 45px; background: #ffffff0c; border: 1px solid #ffffff20; border-radius: 10px; margin-bottom: 26px; }
.v-site .v-privacy-symbol .v-icon { width: 28px; height: 28px; color: #c4d5ad; }
.v-site .v-privacy-points { display: flex; flex-direction: column; gap: 14px; }
.v-site .v-privacy-point { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 20px; padding: 23px; border: 1px solid #526d5e; border-radius: 12px; background: linear-gradient(120deg, #ffffff09, #ffffff02); }
.v-site .v-privacy-point-icon { width: 44px; height: 47px; display: grid; place-items: center; border: 1px solid #7d947249; border-radius: 12px; background: #b5cf9820; color: #d0e5b9; box-shadow: inset 0 1px 0 #ffffff0c; }
.v-site .v-privacy-point-icon .v-icon { width: 24px; height: 24px; }
.v-site .v-privacy-point:nth-child(2) .v-privacy-point-icon { color: #f0d1ac; background: #e7b98c15; border-color: #bd9c733d; }
.v-site .v-privacy-point:nth-child(3) .v-privacy-point-icon { color: #c5ddd7; background: #9ec6c315; border-color: #9ec6c340; }
.v-site .v-privacy-points .v-privacy-point-label { margin: 0 0 7px; font-size: 8px; letter-spacing: 1.6px; font-weight: 600; color: #aac0a3; }
.v-site .v-privacy-points h3 { font-size: 20px; font-weight: 450; letter-spacing: -.5px; }
.v-site .v-privacy-points p { margin-top: 10px; font-size: 13px; line-height: 1.85; color: #bdc9bb; }
.v-site .v-pricing-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 120px; align-items: center; }
.v-site .v-price-card { padding: 32px; border: 1px solid #d6ddce; border-radius: 12px; background: #fff; box-shadow: 0 15px 30px -25px #1d392d50; }
.v-site .v-price-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v-site .v-price { margin-top: 16px; font-size: 53px; font-weight: 500; letter-spacing: -2px; }
.v-site .v-price > span { font-size: 13px; color: var(--v-muted); letter-spacing: 0; margin-left: 12px; }
.v-site .v-price-card .v-check-list { font-size: 12px; margin-top: 17px; }
.v-site .v-price-card .v-button { width: 100%; margin-top: 30px; }
.v-site .v-price-future { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--v-line); color: var(--v-muted); font-size: 11px; line-height: 1.9; }
.v-site .v-faq { background: #f0f0e9; border-block: 1px solid var(--v-line); }
.v-site .v-faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.v-site .v-faq-list details { border-bottom: 1px solid #d6ddce; }
.v-site .v-faq-list summary { list-style: none; min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; padding: 17px 0; cursor: pointer; font-weight: 500; }
.v-site .v-faq-list summary::-webkit-details-marker { display: none; }
.v-site .v-faq-list summary span { font-size: 22px; color: #7f9070; font-weight: 400; line-height: 1; }
.v-site .v-faq-list details[open] summary span { transform: rotate(45deg); }
.v-site .v-faq-list details p { font-size: 13px; line-height: 1.9; color: var(--v-muted); padding: 0 25px 20px 0; }
.v-site .v-final { text-align: center; padding: 85px 0 90px; background: radial-gradient(ellipse at 50% 100%, #e9eddf, transparent 65%); }
.v-site .v-final .v-kicker { justify-content: center; }
.v-site .v-final h2 { margin-top: 22px; font-size: clamp(40px, 4.5vw, 60px); }
.v-site .v-final > div > p:not(.v-kicker):not(.v-start-note) { margin-top: 20px; color: var(--v-muted); font-size: 15px; }
.v-site .v-final .v-actions { margin-top: 28px; }
.v-site .v-footer { border-top: 1px solid var(--v-line); padding: 55px 0 25px; }
.v-site .v-footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 38px; }
.v-site .v-footer-main > div { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.v-site .v-footer-main p { font-size: 12px; color: var(--v-muted); margin-top: 7px; line-height: 1.8; }
.v-site .v-footer-main strong { font-size: 11px; font-weight: 600; margin-bottom: 3px; }
.v-site .v-footer-main a:not(.v-wordmark) { font-size: 11px; color: var(--v-muted); padding-block: 3px; }
.v-site .v-footer-main a:hover { color: #a94429; }
.v-site .v-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--v-line); font-size: 9px; color: var(--v-muted); }
.v-site .v-demo-page { padding-block: 65px 85px; }
.v-site .v-demo-intro { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.v-site .v-demo-intro h1 { font-size: 42px; line-height: 1.15; letter-spacing: -2px; font-weight: 500; margin-top: 16px; }
.v-site .v-demo-intro p:not(.v-kicker) { margin-top: 16px; color: var(--v-muted); font-size: 14px; line-height: 1.8; }
.v-site .v-demo-filters { display: flex; align-items: end; gap: 9px; }
.v-site .v-demo-filters label { display: flex; flex-direction: column; gap: 4px; font-size: 10px; color: var(--v-muted); }
.v-site .v-demo-filters select { background: white; color: var(--v-ink); min-height: 44px; border: 1px solid #d7decd; border-radius: 5px; padding: 7px 12px; font-size: 12px; }
.v-site .v-filter-button { background: var(--v-green); border: 0; color: white; min-height: 44px; border-radius: 5px; padding: 7px 13px; font-size: 12px; cursor: pointer; }
.v-site .v-demo-explain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 45px; }
.v-site .v-demo-explain > div > span { font-family: Georgia, serif; font-size: 22px; color: #819071; }
.v-site .v-demo-explain h2 { font-size: 18px; font-weight: 500; margin-top: 12px; letter-spacing: -.4px; }
.v-site .v-demo-explain p { font-size: 13px; line-height: 1.8; color: var(--v-muted); margin-top: 10px; }
.v-site .v-demo-disclaimer { border-top: 1px solid var(--v-line); padding-top: 22px; margin-top: 35px; font-size: 11px; color: var(--v-muted); }
.v-site .v-document { max-width: 850px; padding-block: 70px 90px; }
.v-site .v-document h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.1; letter-spacing: -2.5px; font-weight: 500; margin-top: 22px; }
.v-site .v-document .v-document-lead { font-size: 18px; margin-top: 25px; }
.v-site .v-document h2 { font-size: 23px; font-weight: 500; margin-top: 37px; letter-spacing: -.6px; }
.v-site .v-document p { color: var(--v-muted); font-size: 15px; line-height: 1.85; margin-top: 14px; }
.v-site .v-document p a { color: var(--v-green); text-decoration: underline; text-underline-offset: 4px; }
.v-site .v-guide-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-block: 40px; }
.v-site .v-guide-list > a { display: flex; flex-direction: column; gap: 9px; background: white; padding: 23px; border: 1px solid var(--v-line); border-radius: 8px; }
.v-site .v-guide-list > a:hover { background: #eef2e7; }
.v-site .v-guide-list strong { font-size: 17px; font-weight: 500; }
.v-site .v-guide-list span { color: var(--v-muted); font-size: 12px; }
.v-site .v-guide-list .v-icon { margin-left: auto; }
.v-site .v-audience-note { margin-top: 20px; font-size: 13px; color: var(--v-muted); }
.v-site .v-audience-note summary { cursor: pointer; min-height: 44px; padding-block: 10px; }
.v-site .v-audience-note ul { padding-left: 18px; }
.v-site .v-audience-note li { margin-bottom: 10px; }
@media (min-width: 1440px) {
  .v-site .v-hero h1 { font-size: 76px; }
}
@media (max-width: 1050px) {
  .v-site .v-container { width: calc(100% - 56px); }
  .v-site .v-split, .v-site .v-pricing-grid, .v-site .v-faq-grid { gap: 48px; }
  .v-site .v-hero-stage { padding-inline: 8px; }
  .v-site .v-report { grid-template-columns: 145px minmax(0, 1fr); }
  .v-site .v-report-sidebar { padding-inline: 9px; }
  .v-site .v-report-heading, .v-site .v-report-top { padding-inline: 20px; }
  .v-site .v-report-grid { margin-inline: 20px; gap: 15px; }
  .v-site .v-report-bottom { padding-inline: 20px; gap: 20px; }
  .v-site .v-steps { gap: 12px; }
  .v-site .v-steps > li { padding: 20px 14px 14px; }
  .v-site .v-step-scene { padding: 12px; }
  .v-site .v-steps h3 { font-size: 18px; }
  .v-site .v-step-scene .v-tag { font-size: 8px; }
  .v-site .v-report-heading:has(.v-demo-filters) { align-items: start; flex-direction: column; }
  .v-site .v-report-grid { grid-template-columns: 1fr 1fr; }
  .v-site .v-insight { padding: 14px; }
  .v-site .v-spending > strong { font-size: 33px; }
  .v-site .v-accounts-scene { padding: 22px; }
}
@media (max-width: 760px) {
  .v-site .v-container { width: calc(100% - 36px); }
  .v-site .v-nav-inner { height: 68px; gap: 15px; }
  .v-site .v-nav nav { display: none; }
  .v-site .v-nav-actions { gap: 16px; }
  .v-site .v-nav .v-wordmark { font-size: 25px; }
  .v-site .v-hero { padding-top: 42px; }
  .v-site .v-hero h1 { font-size: clamp(39px, 7.5vw, 55px); letter-spacing: -.05em; max-width: 550px; }
  .v-site .v-hero-description { font-size: 15px; margin-top: 22px; padding-inline: 5px; }
  .v-site .v-hero .v-kicker { font-size: 9px; letter-spacing: 1.2px; }
  .v-site .v-hero-stage { margin-top: 32px; padding: 0; }
  .v-site .v-stage-label { font-size: 8px; padding-inline: 0; }
  .v-site .v-stage-label > span:last-child { display: none; }
  .v-site .v-stage-caption { flex-wrap: wrap; font-size: 10px; gap: 8px; padding: 15px 0 20px; }
  .v-site .v-report { display: block; }
  .v-site .v-report-sidebar { display: none; }
  .v-site .v-report-heading { padding: 19px 20px; }
  .v-site .v-report-heading h2 { font-size: 23px; }
  .v-site .v-report-grid { grid-template-columns: 1.1fr 1fr; margin-inline: 20px; gap: 18px; }
  .v-site .v-report-bottom { padding: 20px; gap: 25px; }
  .v-site .v-report-top { padding: 12px 20px; }
  .v-site .v-spending > strong { font-size: 32px; }
  .v-site .v-insight h3 { font-size: 19px; }
  .v-site .v-facts { margin-top: 10px; }
  .v-site .v-facts .v-container { gap: 15px; flex-wrap: wrap; justify-content: center; padding-block: 19px; }
  .v-site .v-facts span { font-size: 10px; }
  .v-site .v-facts .v-icon { width: 15px; height: 15px; }
  .v-site .v-section { padding-block: 62px; }
  .v-site .v-split, .v-site .v-pricing-grid, .v-site .v-faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .v-site .v-section h2 { font-size: 38px; letter-spacing: -1.5px; }
  .v-site .v-section-copy > p:not(.v-kicker) { max-width: none; font-size: 14px; margin-top: 18px; }
  .v-site .v-section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .v-site .v-section-heading > p br { display: none; }
  .v-site .v-steps { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .v-site .v-steps > li { padding: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; }
  .v-site .v-step-label { grid-column: 1; }
  .v-site .v-steps h3 { font-size: 21px; margin-top: 12px; grid-column: 1; }
  .v-site .v-steps > li > p { margin: 12px 0 0; grid-column: 1; font-size: 12px; }
  .v-site .v-step-scene { grid-column: 2; grid-row: 1 / 4; min-height: 200px; margin-top: 0; }
  .v-site .v-how-bottom { flex-direction: column; gap: 0; }
  .v-site .v-next-month .v-section-copy { grid-row: 1; }
  .v-site .v-next-month .v-month-scene { grid-row: 2; }
  .v-site .v-month-scene { padding: 25px; }
  .v-site .v-price-card { padding: 25px; }
  .v-site .v-final { padding-block: 65px; }
  .v-site .v-final h2 { font-size: 44px; }
  .v-site .v-footer { padding-top: 38px; }
  .v-site .v-footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .v-site .v-footer-main > div:first-child { grid-column: 1 / -1; }
  .v-site .v-footer-bottom { flex-wrap: wrap; gap: 12px; margin-top: 30px; }
  .v-site .v-demo-intro { flex-direction: column; align-items: start; gap: 25px; }
  .v-site .v-demo-intro h1 { font-size: 36px; letter-spacing: -1.5px; }
  .v-site .v-demo-page { padding-block: 40px 60px; }
  .v-site .v-demo-explain { gap: 25px; grid-template-columns: 1fr; margin-top: 32px; }
  .v-site .v-demo-filters { flex-wrap: wrap; }
  .v-site .v-demo-filters select { font-size: 16px; padding-inline: 8px; }
  .v-site .v-guide-list { grid-template-columns: 1fr; }
  .v-site .v-document { padding-block: 45px 60px; }
}
@media (max-width: 480px) {
  .v-site .v-actions { flex-direction: column; }
  .v-site .v-actions .v-button { width: 100%; }
  .v-site .v-trust-note { font-size: 10px; column-gap: 5px; }
  .v-site .v-trust-note a { flex-basis: 100%; }
  .v-site .v-report-grid { grid-template-columns: 1fr; }
  .v-site .v-insight { padding: 15px; }
  .v-site .v-insight p { max-width: none; }
  .v-site .v-insight h3 { margin-top: 7px; font-size: 22px; }
  .v-site .v-report-bottom { grid-template-columns: 1fr; gap: 25px; }
  .v-site .v-report-notes { border-top: 1px solid var(--v-line); padding-top: 20px; }
  .v-site .v-report-explanation h4 br { display: none; }
  .v-site .v-report-explanation { margin-top: 17px; padding-top: 15px; }
  .v-site .v-report-explanation h4 { font-size: 18px; }
  .v-site .v-categories li > div:first-child { font-size: 12px; }
  .v-site .v-categories li { margin-top: 14px; }
  .v-site .v-transfer-example strong { font-size: 10px; }
  .v-site .v-transfer-example div span { font-size: 9px; }
  .v-site .v-block-title h3 { font-size: 13px; }
  .v-site .v-steps > li { display: flex; padding: 23px; }
  .v-site .v-steps > li > p { font-size: 13px; margin-bottom: 22px; }
  .v-site .v-step-scene { min-height: 200px; }
  .v-site .v-step-scene .v-tag { font-size: 9px; }
  .v-site .v-mini-file { font-size: 11px; }
  .v-site .v-mini-transaction strong { font-size: 12px; }
  .v-site .v-mini-transaction div span { font-size: 10px; }
  .v-site .v-rule-label { font-size: 10px; }
  .v-site .v-accounts-scene { padding: 19px; }
  .v-site .v-account-result { flex-wrap: wrap; padding: 14px; gap: 8px; }
  .v-site .v-account-result .v-tag { margin-left: 28px; }
  .v-site .v-month-scene { padding: 20px; }
  .v-site .v-month-comparison { padding: 18px; }
  .v-site .v-section h2 { font-size: 35px; }
  .v-site .v-kicker { font-size: 9px; letter-spacing: 1.2px; }
  .v-site .v-spending > strong { font-size: 41px; }
  .v-site .v-report-heading:has(.v-demo-filters) { gap: 20px; }
  .v-site .v-demo-filters { gap: 10px; width: 100%; }
  .v-site .v-demo-filters .v-filter-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .v-site *, .v-site *::before, .v-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
.v-site .v-auth-page { display: grid; grid-template-columns: 1fr 460px; gap: 95px; align-items: center; padding-block: 70px 90px; }
.v-site .v-auth-intro h1 { margin-top: 20px; font-size: clamp(37px, 4vw, 53px); letter-spacing: -2px; line-height: 1.12; font-weight: 500; }
.v-site .v-auth-intro > p:not(.v-kicker) { margin-top: 23px; font-size: 16px; color: var(--v-muted); max-width: 410px; line-height: 1.8; }
.v-site .v-auth-steps { display: flex; flex-direction: column; gap: 17px; margin-top: 32px; font-size: 13px; }
.v-site .v-auth-steps b { margin-right: 14px; color: #6c8658; font-size: 10px; font-family: ui-monospace, monospace; }
.v-site .v-auth-card { background: white; border: 1px solid var(--v-line); border-radius: 13px; padding: 32px; }
.v-site .v-auth-card h2 { font-size: 25px; letter-spacing: -.8px; font-weight: 500; }
.v-site .v-auth-card > p { font-size: 12px; color: var(--v-muted); margin-top: 10px; }
.v-site .v-auth-card form { margin-top: 26px; }
.v-site .v-auth-card form > div { margin-top: 16px; }
.v-site .v-auth-card label { display: block; font-size: 12px; font-weight: 500; margin-bottom: 7px; }
.v-site .v-input { width: 100%; border: 1px solid #ccd5c3; border-radius: 6px; padding: 10px 12px; min-height: 46px; font: inherit; font-size: 16px; background: #fff; color: var(--v-ink); }
.v-site .v-input:focus { outline: 2px solid var(--v-green); outline-offset: 2px; }
.v-site .v-auth-card small { display: block; font-size: 10px; color: var(--v-muted); margin-top: 5px; }
.v-site .v-auth-card .v-button { width: 100%; margin-top: 26px; }
.v-site .v-auth-card .v-auth-conditions { margin-top: 20px; font-size: 11px; line-height: 1.8; }
.v-site .v-auth-card a { text-decoration: underline; text-underline-offset: 3px; }
.v-site .v-auth-card .v-auth-login { margin-top: 22px; border-top: 1px solid var(--v-line); padding-top: 18px; }
.v-site .v-auth-errors { background: #fff1eb; color: #953b24; padding: 13px; border-radius: 6px; font-size: 12px; }
.v-site .v-auth-errors ul { margin: 0; padding-left: 17px; }
.v-site .v-auth-card .field_with_errors { display: contents; }
@media (max-width: 1050px) { .v-site .v-auth-page { grid-template-columns: 1fr 420px; gap: 40px; } }
@media (max-width: 760px) {
  .v-site .v-auth-page { grid-template-columns: 1fr; gap: 30px; padding-block: 40px 60px; }
  .v-site .v-auth-intro h1 { font-size: 37px; }
  .v-site .v-auth-intro h1 br { display: none; }
  .v-site .v-auth-steps { display: none; }
  .v-site .v-auth-card { padding: 25px; }
}
.v-site .v-small-chart { margin-top: 16px; height: 60px; align-items: end; gap: 18px; padding-bottom: 14px; }
.v-site .v-small-chart > div { position: relative; height: 100%; flex: 1; display: flex; align-items: end; }
.v-site .v-small-chart > div > i { display: block; width: 100%; background: #c7d7b5; }
.v-site .v-small-chart > div:last-child > i { background: #657f50; }
.v-site .v-small-chart > div > span { position: absolute; bottom: -16px; left: 0; width: 100%; text-align: center; font-size: 8px; color: var(--v-muted); white-space: nowrap; }

/* Statement history in the full-product workflow illustration. */
.v-site .v-history-file { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #eef0e8; }
.v-site .v-history-file > .v-icon { width: 24px; height: 28px; flex-shrink: 0; color: #6b815b; }
.v-site .v-history-file > div { flex: 1; min-width: 0; }
.v-site .v-history-file strong { display: block; font-size: 11px; font-weight: 500; }
.v-site .v-history-file div span { display: block; font-size: 9px; color: var(--v-muted); margin-top: 3px; }
.v-site .v-how .v-section-heading > p { max-width: 390px; }
.v-site .v-how .v-step-scene { min-height: 236px; }
