/* /Components/Crossfade.razor.rz.scp.css */
.crossfade-wrap[b-k35fia40v2] {
    margin: 0 0 4rem;
    padding: 3rem 0;
    border-top: var(--line);
    border-bottom: var(--line);
    text-align: center;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.crossfade-phrase[b-k35fia40v2] {
    position: absolute;
    font-family: var(--serif);
    font-size: 24px;
    line-height: 1.2;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center;
    pointer-events: none;
}

.crossfade-phrase.active[b-k35fia40v2] {
    opacity: 1;
}

.crossfade-phrase .reg[b-k35fia40v2] {
    font-weight: 500;
    color: var(--ink);
}

.crossfade-phrase .ital[b-k35fia40v2] {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}
/* /Components/FriendlyError.razor.rz.scp.css */
.friendly-error[b-w721ud6ijn] {
    padding: 4rem 0;
    text-align: center;
}

.eyebrow-static[b-w721ud6ijn] {
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--ink3);
    margin-bottom: 0.85rem;
    text-transform: lowercase;
}

.error-head[b-w721ud6ijn] {
    font-family: var(--serif);
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.error-head[b-w721ud6ijn]  em {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}

.error-sub[b-w721ud6ijn] {
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.error-sub[b-w721ud6ijn]  a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.error-detail[b-w721ud6ijn] {
    margin-top: 3rem;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.04);
    border: var(--line);
    border-radius: 4px;
    font-family: 'SFMono-Regular', Consolas, monospace;
    font-size: 11px;
    line-height: 1.5;
    color: var(--ink2);
    text-align: left;
    white-space: pre-wrap;
    overflow-x: auto;
}
/* /Components/Layout/LanguageToggle.razor.rz.scp.css */
.lang-toggle[b-8j7tzsg6w0] {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    padding: 2px;
    margin-left: 1.25rem;
}

.lang-btn[b-8j7tzsg6w0] {
    background: transparent;
    border: 0;
    padding: 4px 10px;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 0.04em;
    color: var(--ink3);
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
    line-height: 1;
}

.lang-btn:hover[b-8j7tzsg6w0] {
    color: var(--blue);
}

.lang-btn.active[b-8j7tzsg6w0] {
    color: var(--paper, #ECECEC);
    background: var(--blue);
}

.lang-btn:focus-visible[b-8j7tzsg6w0] {
    outline: 1px solid var(--blue);
    outline-offset: 2px;
}
/* /Components/Layout/NavHeader.razor.rz.scp.css */
nav[b-oj04ymag6w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 1rem;
    border-bottom: var(--line);
    margin-bottom: 4rem;
}

.wordmark[b-oj04ymag6w] {
    font-family: var(--serif);
    font-size: 17px;
    font-weight: 500;
    color: var(--blue);
    letter-spacing: -0.01em;
    text-decoration: none;
}

.nav-right[b-oj04ymag6w] {
    display: flex;
    align-items: center;
}

.nav-links[b-oj04ymag6w] {
    display: flex;
    gap: 1.5rem;
}

.nl[b-oj04ymag6w] {
    font-size: 12px;
    color: var(--ink3);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
}

.nl[b-oj04ymag6w]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: var(--blue);
    transition: width 0.3s;
}

.nl:hover[b-oj04ymag6w] {
    color: var(--blue);
}

.nl:hover[b-oj04ymag6w]::after {
    width: 100%;
}

.nl.apply[b-oj04ymag6w] {
    color: var(--blue);
    font-weight: 500;
}

.nl.active[b-oj04ymag6w] {
    color: var(--blue);
    font-weight: 500;
}

.nl.active[b-oj04ymag6w]::after {
    width: 100%;
}
/* /Components/Layout/Section.razor.rz.scp.css */
section[b-b5ucphicwb] {
    margin-bottom: 4rem;
}

.section-head[b-b5ucphicwb] {
    font-size: 30px;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.018em;
    margin-bottom: 2rem;
}

.section-head[b-b5ucphicwb]  em {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}
/* /Components/Marquee.razor.rz.scp.css */
.marquee-wrap[b-vltxq9wtr6] {
    margin: 0 -2.5rem 4rem;
    padding: 1.35rem 0;
    overflow: hidden;
    background: var(--blue-tint);
    border-top: var(--line);
    border-bottom: var(--line);
}

.mq-track[b-vltxq9wtr6] {
    display: flex;
    gap: 1.5rem;
    animation: mq 42s linear infinite;
    width: max-content;
    align-items: center;
}

.mq-dot[b-vltxq9wtr6] {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--blue);
    flex-shrink: 0;
}

.mq-word[b-vltxq9wtr6] {
    font-family: var(--serif);
    font-size: 20px;
    white-space: nowrap;
}

.mq-word.reg[b-vltxq9wtr6] {
    font-weight: 500;
    color: var(--ink);
}

.mq-word.ital[b-vltxq9wtr6] {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}
/* /Components/Primitives/CtaButton.razor.rz.scp.css */
.cta-btn[b-9k1jbqyfzn] {
    display: inline-block;
    background: var(--blue);
    color: var(--cream);
    padding: 11px 22px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    font-family: var(--sans);
}

.cta-btn:hover[b-9k1jbqyfzn] {
    background: var(--blue-hover);
    transform: translateY(-1px);
}

.cta-btn.secondary[b-9k1jbqyfzn] {
    background: transparent;
    color: var(--blue);
    border: 0.5px solid var(--blue);
}

.cta-btn.secondary:hover[b-9k1jbqyfzn] {
    background: var(--blue-tint);
}
/* /Components/Primitives/Eyebrow.razor.rz.scp.css */
.eyebrow[b-00hbe9r35k] {
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--ink3);
    margin-bottom: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.eyebrow-line[b-00hbe9r35k] {
    display: inline-block;
    width: 0;
    height: 1px;
    background: var(--ink3);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.eyebrow.reveal.in .eyebrow-line[b-00hbe9r35k] { width: 24px; }
/* /Components/Sections/AiToolsGrid.razor.rz.scp.css */
.ai-note[b-5cetpnuwc6] {
    font-size: 13px;
    color: var(--ink2);
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 1.5rem;
}

.ai-note[b-5cetpnuwc6]  em {
    font-style: italic;
    color: var(--blue);
}

.ai-grid[b-5cetpnuwc6] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border: var(--line);
    margin-top: 2rem;
}

.ai-cell[b-5cetpnuwc6] {
    padding: 1.5rem 1rem;
    border-right: var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: background 0.2s;
}

.ai-cell:last-child[b-5cetpnuwc6] {
    border-right: none;
}

.ai-cell:hover[b-5cetpnuwc6] {
    background: var(--blue-tint);
}

.ai-cell-name[b-5cetpnuwc6] {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.ai-cell-maker[b-5cetpnuwc6] {
    font-size: 11px;
    color: var(--ink3);
    letter-spacing: 0.03em;
}

.ai-cell-use[b-5cetpnuwc6] {
    font-size: 12px;
    color: var(--ink2);
    line-height: 1.5;
    margin-top: 0.5rem;
}

.ai-footnote[b-5cetpnuwc6] {
    font-size: 12px;
    color: var(--ink3);
    margin-top: 1.25rem;
    line-height: 1.6;
    max-width: 520px;
}
/* /Components/Sections/ClosingCta.razor.rz.scp.css */
.closing[b-zue17wora7] {
    border-top: var(--line);
    padding-top: 3.5rem;
    text-align: center;
}

.closing-head[b-zue17wora7] {
    font-family: var(--serif);
    font-size: 34px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-bottom: 1.5rem;
}

.closing-head[b-zue17wora7]  em {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}

.closing-actions[b-zue17wora7] {
    display: inline-flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-note[b-zue17wora7] {
    font-size: 11px;
    color: var(--ink3);
    margin-top: 2rem;
}
/* /Components/Sections/DealGrid.razor.rz.scp.css */
.deal-grid[b-70n11t4ax0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    border: var(--line);
}

.deal-col[b-70n11t4ax0] {
    padding: 1.75rem 1.5rem;
    border-right: var(--line);
}

.deal-col:last-child[b-70n11t4ax0] {
    border-right: none;
}

.deal-col-label[b-70n11t4ax0] {
    font-size: 10px;
    letter-spacing: 0.08em;
    color: var(--ink3);
    margin-bottom: 1.25rem;
    text-transform: lowercase;
}

.deal-col-items[b-70n11t4ax0] {
    list-style: none;
}

.deal-col-items li[b-70n11t4ax0] {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink2);
    padding: 0.45rem 0;
    border-bottom: var(--line);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.deal-col-items li:last-child[b-70n11t4ax0] {
    border-bottom: none;
}

.deal-col-items li[b-70n11t4ax0]::before {
    content: '—';
    color: var(--blue);
    flex-shrink: 0;
    font-family: var(--serif);
    margin-top: 1px;
}
/* /Components/Sections/FaqAccordion.razor.rz.scp.css */
.faq-item[b-jvvf6psmhu] {
    border-top: var(--line);
}

.faq-item:last-child[b-jvvf6psmhu] {
    border-bottom: var(--line);
}

.faq-q[b-jvvf6psmhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    cursor: pointer;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink);
    font-family: var(--serif);
    gap: 1rem;
    transition: color 0.2s;
    user-select: none;
}

.faq-q:hover[b-jvvf6psmhu] {
    color: var(--blue);
}

.faq-icon[b-jvvf6psmhu] {
    font-size: 18px;
    color: var(--blue);
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item.open .faq-icon[b-jvvf6psmhu] {
    transform: rotate(45deg);
}

.faq-a[b-jvvf6psmhu] {
    font-size: 14px;
    line-height: 1.7;
    color: var(--ink2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s;
    padding-bottom: 0;
}

.faq-item.open .faq-a[b-jvvf6psmhu] {
    max-height: 600px;
    padding-bottom: 1.5rem;
}
/* /Components/Sections/ForYouGrid.razor.rz.scp.css */
.for-grid[b-0hsy67u4f1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2.5rem;
}

.for-item[b-0hsy67u4f1] {
    display: flex;
    gap: 0.65rem;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink2);
}

.for-num[b-0hsy67u4f1] {
    font-family: var(--serif);
    font-style: italic;
    color: var(--blue);
    flex-shrink: 0;
}
/* /Components/Sections/FounderStatement.razor.rz.scp.css */
.founder[b-gg4wow17hb] {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 3rem;
    align-items: center;
    margin: 2rem 0 4rem;
}

.founder-photo[b-gg4wow17hb] {
    position: relative;
    width: 320px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--card);
}

.founder-img[b-gg4wow17hb] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.founder-img.active[b-gg4wow17hb] {
    opacity: 1;
}

.founder-quote[b-gg4wow17hb] {
    font-family: var(--serif);
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--ink);
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
}

.founder-quote[b-gg4wow17hb]::before {
    content: "\201C";
    display: block;
    font-size: 3rem;
    line-height: 1;
    color: var(--blue);
    margin-bottom: 0.25rem;
}

.founder-name[b-gg4wow17hb] {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--ink);
}

.founder-title[b-gg4wow17hb] {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 0.15rem;
}

@media (max-width: 760px) {
    .founder[b-gg4wow17hb] {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .founder-photo[b-gg4wow17hb] {
        width: 260px;
        height: 320px;
    }

    .founder-quote[b-gg4wow17hb]::before {
        margin-left: auto;
        margin-right: auto;
    }
}
/* /Components/Sections/Hero.razor.rz.scp.css */
.hero[b-fr85m8h99o] {
    margin-bottom: 4rem;
}

.hero-head[b-fr85m8h99o] {
    font-size: 56px;
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.025em;
    margin-bottom: 1.75rem;
}

.hero-head[b-fr85m8h99o]  em {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}

.hero-sub[b-fr85m8h99o] {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink2);
    max-width: 460px;
    margin-bottom: 2rem;
}
/* /Components/Sections/MoneyFlowDiagram.razor.rz.scp.css */
.flow-wrap[b-j0f2y4ni6c] {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.flow-svg[b-j0f2y4ni6c] {
    width: 100%;
    height: auto;
    display: block;
}
/* /Components/Sections/StatStrip.razor.rz.scp.css */
.stat-strip[b-ig9rpqt37u] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: var(--line);
    border-bottom: var(--line);
    margin-bottom: 4rem;
}

.stat-label[b-ig9rpqt37u] {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: var(--ink3);
    margin-bottom: 6px;
}

.stat-val[b-ig9rpqt37u] {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 500;
    color: var(--ink);
}

.stat-val.blue[b-ig9rpqt37u] {
    color: var(--blue);
}
/* /Components/Sections/TrackList.razor.rz.scp.css */
.track-row[b-w5l3r033lz] {
    display: grid;
    grid-template-columns: 48px 120px 1fr;
    gap: 1rem;
    padding: 1.25rem 0;
    border-top: var(--line);
    align-items: start;
    margin-left: -8px;
    padding-left: 8px;
    transition: background 0.25s, padding-left 0.25s;
}

.track-row:last-child[b-w5l3r033lz] {
    border-bottom: var(--line);
}

.track-row:hover[b-w5l3r033lz] {
    background: var(--blue-tint);
    padding-left: 16px;
}

.track-num[b-w5l3r033lz] {
    font-family: var(--serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--blue);
    padding-top: 2px;
}

.track-title[b-w5l3r033lz] {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 500;
    color: var(--ink);
}

.track-body[b-w5l3r033lz] {
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink2);
}
/* /Components/Sections/WorkedExample.razor.rz.scp.css */
.example-scenario[b-3o8vxubsg3] {
    background: var(--blue-tint);
    border: var(--line);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 13.5px;
    color: var(--ink2);
    line-height: 1.6;
}

.example-scenario[b-3o8vxubsg3]  strong {
    font-weight: 500;
    color: var(--ink);
    display: block;
    margin-bottom: 0.25rem;
    font-family: var(--serif);
    font-size: 15px;
}

.math-table[b-3o8vxubsg3] {
    width: 100%;
    border-collapse: collapse;
}

.math-table[b-3o8vxubsg3]  tr {
    border-top: var(--line);
}

.math-table[b-3o8vxubsg3]  tr:first-child {
    border-top: none;
}

.math-table[b-3o8vxubsg3]  td {
    padding: 0.85rem 0;
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.4;
}

.math-table[b-3o8vxubsg3]  td:last-child {
    text-align: right;
    font-family: var(--serif);
    font-weight: 500;
    color: var(--ink);
    white-space: nowrap;
}

.math-table[b-3o8vxubsg3]  .label-small {
    font-size: 11px;
    color: var(--ink3);
    display: block;
    margin-top: 2px;
}

.math-table[b-3o8vxubsg3]  .total td {
    color: var(--ink);
    font-weight: 500;
    padding-top: 1.1rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.math-table[b-3o8vxubsg3]  .partner-row td {
    color: var(--blue);
}

.math-table[b-3o8vxubsg3]  .partner-row td:last-child {
    font-size: 20px;
    color: var(--blue);
}

.counter-val[b-3o8vxubsg3] {
    display: inline;
}

.example-footnote[b-3o8vxubsg3] {
    font-size: 12px;
    color: var(--ink3);
    margin-top: 1.25rem;
    line-height: 1.6;
}
/* /Pages/NotFound.razor.rz.scp.css */
.not-found[b-jzpqp3ioda] {
    padding: 4rem 0;
    text-align: center;
}

.not-found-eyebrow[b-jzpqp3ioda] {
    font-family: var(--serif);
    font-size: 13px;
    letter-spacing: 0.06em;
    color: var(--ink3);
    margin-bottom: 1rem;
}

.not-found-head[b-jzpqp3ioda] {
    font-family: var(--serif);
    font-size: 44px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.not-found-head[b-jzpqp3ioda]  em {
    font-style: italic;
    font-weight: 400;
    color: var(--blue);
}

.not-found-sub[b-jzpqp3ioda] {
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
