/* /Components/Accounts/AccountFormDialog.razor.rz.scp.css */
.vn-type-btn[b-bc455x9aaw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.625rem 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.vn-type-btn:hover[b-bc455x9aaw] {
    border-color: #CBD5E1;
    background: #FFFFFF;
}

.vn-type-btn--active[b-bc455x9aaw] {
    background: #0F2537;
    border-color: #0F2537;
    color: #F3C66E;
    box-shadow: 0 2px 6px rgba(15, 37, 55, 0.2);
}

.vn-cur-btn[b-bc455x9aaw] {
    flex: 1;
    padding: 0.5rem;
    border-radius: 0.625rem;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    text-align: center;
}

.vn-cur-btn:hover[b-bc455x9aaw] {
    border-color: #CBD5E1;
    background: #FFFFFF;
}

.vn-cur-btn--active[b-bc455x9aaw] {
    background: #0F2537;
    border-color: #0F2537;
    color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(15, 37, 55, 0.15);
}

.vn-account-type-grid[b-bc455x9aaw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
}

.vn-account-toggle-row[b-bc455x9aaw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--velnor-bg-canvas);
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--velnor-border-light);
}

.vn-account-toggle-main[b-bc455x9aaw] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
}

.vn-account-toggle-sub[b-bc455x9aaw] {
    font-size: 0.6875rem;
    color: #64748B;
}

.vn-cur-group[b-bc455x9aaw] {
    display: flex;
    gap: 0.5rem;
}

/* /Components/Categories/CategoryFormDialog.razor.rz.scp.css */
.vn-cat-type-btn[b-0zfdjz1foh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 0.5rem;
    border-radius: 0.75rem;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.vn-cat-type-btn:hover[b-0zfdjz1foh] {
    border-color: #CBD5E1;
    background: #FFFFFF;
}

.vn-cat-type-btn--expense-active[b-0zfdjz1foh] {
    background: #FFF1F2;
    border-color: #FECDD3;
    color: #DC2626;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.1);
}

.vn-cat-type-btn--income-active[b-0zfdjz1foh] {
    background: #ECFDF5;
    border-color: #A7F3D0;
    color: #059669;
    box-shadow: 0 2px 4px rgba(5, 150, 105, 0.1);
}

.vn-category-type-grid[b-0zfdjz1foh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

/* /Components/ExchangeRates/ExchangeRateDialog.razor.rz.scp.css */
.vn-overlay[b-2fjtm2i8i4] {
    position: fixed;
    inset: 0;
    background: rgba(10, 27, 41, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1300;
}

.vn-dialog[b-2fjtm2i8i4] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: #FFFFFF;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    box-shadow: 0 -12px 40px rgba(10, 27, 41, 0.25);
    z-index: 1301;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 1.25rem calc(2rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-dialog-handle[b-2fjtm2i8i4] {
    width: 3rem;
    height: 0.25rem;
    background: #CBD5E1;
    border-radius: 9999px;
    margin: 0.75rem auto 0;
    cursor: pointer;
    flex-shrink: 0;
}

@media (min-width: 960px) {
    .vn-dialog[b-2fjtm2i8i4] {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
        border-radius: 1.5rem;
        box-shadow: 0 20px 50px rgba(15, 37, 55, 0.25);
        padding: 1.5rem 2rem 2rem;
        border: 1px solid #E2E8F0;
    }

    .vn-dialog-handle[b-2fjtm2i8i4] {
        display: none;
    }
}

.vn-dialog-header[b-2fjtm2i8i4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-tc-dialog-icon-wrap[b-2fjtm2i8i4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-dialog-title[b-2fjtm2i8i4] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
}

.vn-dialog-subtitle[b-2fjtm2i8i4] {
    font-size: 0.75rem;
    color: #64748B;
    display: block;
    margin-top: 0.125rem;
}

.vn-tc-preview[b-2fjtm2i8i4] {
    background: #FDFBF7;
    border: 1px solid #F1E5D1;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-tc-preview__badge[b-2fjtm2i8i4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
}

.vn-tc-preview__usd[b-2fjtm2i8i4] {
    color: #475569;
}

.vn-tc-preview__pen[b-2fjtm2i8i4] {
    color: #9E743F;
    font-size: 1.25rem;
}

.vn-tc-preview__note[b-2fjtm2i8i4] {
    font-size: 0.6875rem;
    color: #8C7862;
    line-height: 1.35;
}

.vn-form-label[b-2fjtm2i8i4] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.375rem;
}

.vn-dialog-actions[b-2fjtm2i8i4] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #F1F5F9;
}
/* /Components/Pwa/PwaInstallBanner.razor.rz.scp.css */
.vn-pwa-banner[b-4br1554xvn] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1300;
    max-width: 440px;
    width: calc(100vw - 3rem);
    animation: vnPwaSlideIn-b-4br1554xvn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes vnPwaSlideIn-b-4br1554xvn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.vn-pwa-banner-card[b-4br1554xvn] {
    position: relative;
    background: rgba(15, 37, 55, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(243, 198, 110, 0.35);
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 16px 36px -8px rgba(10, 27, 41, 0.6), 0 0 20px rgba(243, 198, 110, 0.12);
    color: #FFFFFF;
}

.vn-pwa-badge[b-4br1554xvn] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(243, 198, 110, 0.15);
    color: #F3C66E;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.625rem;
    border-radius: 2rem;
    border: 1px solid rgba(243, 198, 110, 0.3);
    margin-bottom: 0.75rem;
}

.vn-pwa-content[b-4br1554xvn] {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin-bottom: 1rem;
}

.vn-pwa-icon-box[b-4br1554xvn] {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.vn-pwa-logo[b-4br1554xvn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vn-pwa-text-group[b-4br1554xvn] {
    flex: 1;
    min-width: 0;
}

.vn-pwa-title[b-4br1554xvn] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.25rem 0;
    line-height: 1.25;
}

.vn-pwa-desc[b-4br1554xvn] {
    font-size: 0.8125rem;
    color: #94A3B8;
    margin: 0;
    line-height: 1.35;
}

.vn-pwa-actions[b-4br1554xvn] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
}

[b-4br1554xvn] .vn-pwa-btn-dismiss {
    color: #94A3B8 !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border-radius: 0.5rem !important;
}

[b-4br1554xvn] .vn-pwa-btn-dismiss:hover {
    color: #FFFFFF !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

[b-4br1554xvn] .vn-pwa-btn-install {
    background: linear-gradient(135deg, #9E743F 0%, #F3C66E 50%, #FDE68A 100%) !important;
    color: #0F2537 !important;
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    text-transform: none !important;
    border-radius: 0.625rem !important;
    box-shadow: 0 4px 12px rgba(243, 198, 110, 0.3) !important;
    padding: 0.375rem 0.875rem !important;
}

[b-4br1554xvn] .vn-pwa-btn-install:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(243, 198, 110, 0.4) !important;
}

.vn-pwa-close-btn[b-4br1554xvn] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    color: #64748B;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease, background 0.15s ease;
}

.vn-pwa-close-btn:hover[b-4br1554xvn] {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .vn-pwa-banner[b-4br1554xvn] {
        bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
        left: 0.875rem;
        right: 0.875rem;
        width: auto;
        max-width: none;
    }
}
/* /Components/Pwa/PwaIosInstructionsDialog.razor.rz.scp.css */
[b-sftku9dmw1] .vn-pwa-dialog {
    border-radius: 1.25rem !important;
    background: #0F2537 !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(243, 198, 110, 0.3) !important;
    box-shadow: 0 20px 48px rgba(10, 27, 41, 0.6) !important;
}

.vn-ios-dialog-content[b-sftku9dmw1] {
    padding: 0.5rem 0;
}

.vn-ios-dialog-header[b-sftku9dmw1] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.vn-ios-icon-wrapper[b-sftku9dmw1] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(243, 198, 110, 0.15);
    border: 1px solid rgba(243, 198, 110, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

[b-sftku9dmw1] .vn-ios-main-icon {
    font-size: 1.75rem !important;
    color: #F3C66E !important;
}

.vn-ios-title[b-sftku9dmw1] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 0.375rem 0;
}

.vn-ios-subtitle[b-sftku9dmw1] {
    font-size: 0.8125rem;
    color: #94A3B8;
    margin: 0;
}

.vn-ios-steps[b-sftku9dmw1] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.vn-ios-step[b-sftku9dmw1] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.875rem;
    padding: 0.75rem 0.875rem;
}

.vn-ios-step-num[b-sftku9dmw1] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F3C66E;
    color: #0F2537;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-ios-step-content[b-sftku9dmw1] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.vn-ios-step-title[b-sftku9dmw1] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
}

.vn-ios-step-desc[b-sftku9dmw1] {
    font-size: 0.75rem;
    color: #94A3B8;
    line-height: 1.25;
}

[b-sftku9dmw1] .vn-ios-step-icon {
    color: #F3C66E !important;
    font-size: 1.25rem !important;
    flex-shrink: 0;
}

[b-sftku9dmw1] .vn-ios-dialog-btn {
    background: linear-gradient(135deg, #9E743F 0%, #F3C66E 50%, #FDE68A 100%) !important;
    color: #0F2537 !important;
    font-weight: 800 !important;
    font-size: 0.875rem !important;
    border-radius: 0.75rem !important;
    text-transform: none !important;
    padding: 0.625rem !important;
}

[b-sftku9dmw1] .vn-ios-dialog-btn:hover {
    filter: brightness(1.08);
}
/* /Components/Reports/PlannedVsUnplannedReport.razor.rz.scp.css */
.vn-planned-report-container[b-ix3uj0gwhi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.vn-period-label-bar[b-ix3uj0gwhi] {
    background: #F1F5F9;
    border-radius: 0.75rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #475569;
}

.vn-period-label-bar__left[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-period-label-bar__right[b-ix3uj0gwhi] {
    font-weight: 700;
    color: var(--velnor-navy);
}

.vn-loading-container[b-ix3uj0gwhi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 1rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
}

.vn-loading-text[b-ix3uj0gwhi] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748B;
}

.vn-empty-report-card[b-ix3uj0gwhi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 1.5rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
    text-align: center;
}

.vn-empty-title[b-ix3uj0gwhi] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F2537;
    margin: 1rem 0 0.25rem;
}

.vn-empty-desc[b-ix3uj0gwhi] {
    font-size: 0.8125rem;
    color: #64748B;
    max-width: 320px;
    margin: 0;
}

.vn-planned-metrics-grid[b-ix3uj0gwhi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.vn-report-stat-card[b-ix3uj0gwhi] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1.125rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(15, 37, 55, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}

.vn-report-stat-card--planned[b-ix3uj0gwhi] {
    border-left: 4px solid #0F2537;
    background: linear-gradient(135deg, #F8FAFC, #FFFFFF);
}

.vn-report-stat-card--unplanned[b-ix3uj0gwhi] {
    border-left: 4px solid #EF4444;
    background: linear-gradient(135deg, #FFF5F5, #FFFFFF);
}

.vn-report-stat-card--total[b-ix3uj0gwhi] {
    border-left: 4px solid #9E743F;
    background: linear-gradient(135deg, #FDFBF7, #FFFFFF);
}

.vn-stat-card-header[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-stat-card-badge[b-ix3uj0gwhi] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

.vn-stat-card-badge--planned[b-ix3uj0gwhi] {
    background: rgba(15, 37, 55, 0.08);
    color: #0F2537;
}

.vn-stat-card-badge--unplanned[b-ix3uj0gwhi] {
    background: rgba(239, 68, 68, 0.1);
    color: #DC2626;
}

.vn-stat-card-badge--total[b-ix3uj0gwhi] {
    background: rgba(158, 116, 63, 0.12);
    color: #9E743F;
}

.vn-stat-card-pct[b-ix3uj0gwhi] {
    font-size: 0.8125rem;
    font-weight: 800;
    color: #475569;
}

.vn-stat-card-status[b-ix3uj0gwhi] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    background: #F1F5F9;
    padding: 0.2rem 0.5rem;
    border-radius: 0.375rem;
}

.vn-stat-card-status--equal[b-ix3uj0gwhi] {
    background: #ECFDF5;
    color: #059669;
}

.vn-stat-card-amount[b-ix3uj0gwhi] {
    font-size: 1.375rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0.25rem 0;
}

.vn-stat-card-footer[b-ix3uj0gwhi] {
    font-size: 0.6875rem;
    color: #64748B;
    font-weight: 500;
}

.vn-card-section[b-ix3uj0gwhi] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 2px 8px rgba(15, 37, 55, 0.04);
}

.vn-section-heading[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.vn-section-title[b-ix3uj0gwhi] {
    font-size: 0.8125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--velnor-navy);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-section-subtitle[b-ix3uj0gwhi] {
    font-size: 0.6875rem;
    color: #64748B;
    margin: 0.25rem 0 0;
}

.vn-category-table-wrapper[b-ix3uj0gwhi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-category-item[b-ix3uj0gwhi] {
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
    border-radius: 0.75rem;
    padding: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    transition: all 0.2s ease;
}

.vn-category-item:hover[b-ix3uj0gwhi] {
    border-color: #CBD5E1;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(15, 37, 55, 0.03);
}

.vn-category-item-top[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-category-item-info[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.vn-category-icon-wrapper[b-ix3uj0gwhi] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-category-name[b-ix3uj0gwhi] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0F2537;
}

.vn-category-share[b-ix3uj0gwhi] {
    display: block;
    font-size: 0.6875rem;
    color: #64748B;
}

.vn-category-total[b-ix3uj0gwhi] {
    font-size: 0.875rem;
    font-weight: 800;
    color: #0F2537;
}

.vn-split-progress-container[b-ix3uj0gwhi] {
    width: 100%;
}

.vn-split-bar[b-ix3uj0gwhi] {
    height: 0.5rem;
    background: #E2E8F0;
    border-radius: 9999px;
    display: flex;
    overflow: hidden;
}

.vn-split-segment[b-ix3uj0gwhi] {
    height: 100%;
    transition: width 0.4s ease;
}

.vn-split-segment--planned[b-ix3uj0gwhi] {
    background: #0F2537;
}

.vn-split-segment--unplanned[b-ix3uj0gwhi] {
    background: #EF4444;
}

.vn-category-item-details[b-ix3uj0gwhi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.vn-detail-pill[b-ix3uj0gwhi] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
}

.vn-dot[b-ix3uj0gwhi] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.vn-dot--planned[b-ix3uj0gwhi] {
    background-color: #0F2537;
}

.vn-dot--unplanned[b-ix3uj0gwhi] {
    background-color: #EF4444;
}

.vn-detail-label[b-ix3uj0gwhi] {
    color: #64748B;
    font-weight: 600;
}

.vn-detail-value[b-ix3uj0gwhi] {
    font-weight: 700;
}

.vn-detail-pill--planned .vn-detail-value[b-ix3uj0gwhi] {
    color: #0F2537;
}

.vn-detail-pill--unplanned .vn-detail-value[b-ix3uj0gwhi] {
    color: #DC2626;
}

.vn-detail-pct[b-ix3uj0gwhi] {
    color: #94A3B8;
    font-weight: 600;
}

.vn-donut-wrapper[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    min-height: 260px;
}

.vn-donut-parity-box[b-ix3uj0gwhi] {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 0.75rem;
    padding: 0.875rem;
    margin-top: 1rem;
}

.vn-donut-parity-box--identical[b-ix3uj0gwhi] {
    background: #ECFDF5;
    border-color: #A7F3D0;
}

.vn-parity-header[b-ix3uj0gwhi] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #0F2537;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.vn-donut-parity-box--identical .vn-parity-header[b-ix3uj0gwhi] {
    color: #065F46;
}

.vn-parity-desc[b-ix3uj0gwhi] {
    font-size: 0.6875rem;
    color: #475569;
    margin: 0;
    line-height: 1.4;
}

.vn-donut-parity-box--identical .vn-parity-desc[b-ix3uj0gwhi] {
    color: #047857;
}
/* /Components/Transactions/NewTransactionDialog.razor.rz.scp.css */
.vn-dialog[b-loy5g4c0p1] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: #FFFFFF;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    box-shadow: 0 -12px 40px rgba(10,27,41,0.25);
    z-index: 1301;
    max-height: 92vh;
    overflow-y: auto;
    padding: 0 1.25rem calc(2.5rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-dialog-handle[b-loy5g4c0p1] {
    width: 3rem;
    height: 0.25rem;
    background: #CBD5E1;
    border-radius: 9999px;
    margin: 0.75rem auto 0;
    cursor: pointer;
    flex-shrink: 0;
}

@media (min-width: 960px) {
    .vn-dialog[b-loy5g4c0p1] {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 540px;
        border-radius: 1.5rem;
        box-shadow: 0 20px 50px rgba(15,37,55,0.25);
        padding: 1.5rem 2rem 2rem;
        border: 1px solid #E2E8F0;
    }

    .vn-dialog-handle[b-loy5g4c0p1] {
        display: none;
    }
}

.vn-dialog-header[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-type-tabs[b-loy5g4c0p1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
    background: #F8FAFC;
    padding: 0.25rem;
    border-radius: 0.875rem;
    border: 1px solid #E2E8F0;
}

.vn-type-tab[b-loy5g4c0p1] {
    padding: 0.5rem 0.375rem;
    border-radius: 0.625rem;
    border: none;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: all 0.15s;
}

.vn-type-tab--gasto[b-loy5g4c0p1] {
    background: #FFF1F2;
    color: #DC2626;
    border: 1px solid #FECDD3;
}

.vn-type-tab--ingreso[b-loy5g4c0p1] {
    background: #ECFDF5;
    color: #059669;
    border: 1px solid #A7F3D0;
}

.vn-type-tab--transferencia[b-loy5g4c0p1] {
    background: rgba(196,154,98,0.15);
    color: #9E743F;
    border: 1px solid rgba(196,154,98,0.4);
}

.vn-type-tab--inactive[b-loy5g4c0p1] {
    background: #FFFFFF;
    color: #64748B;
    border: 1px solid transparent;
}

.vn-currency-row[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-cur-active[b-loy5g4c0p1],
.vn-cur-inactive[b-loy5g4c0p1] {
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-size: 0.6875rem;
    font-weight: 700;
    transition: all 0.15s;
}

.vn-cur-active[b-loy5g4c0p1] {
    background: #FFFFFF;
    color: #0F2537;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.vn-cur-inactive[b-loy5g4c0p1] {
    background: transparent;
    color: #94a3b8;
}

.vn-amount-section[b-loy5g4c0p1] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.vn-tc-row[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.vn-cat-grid[b-loy5g4c0p1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
}

.vn-cat-chip[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.625rem;
    border-radius: 0.75rem;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.15s;
    text-align: left;
}

.vn-cat-chip--active[b-loy5g4c0p1] {
    background: rgba(15,37,55,0.08);
    border-color: rgba(15,37,55,0.3);
    color: #0F2537;
    font-weight: 700;
}

.vn-account-list[b-loy5g4c0p1] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.vn-account-btn[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.875rem;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.15s;
    width: 100%;
}

.vn-account-btn--active[b-loy5g4c0p1] {
    border-color: #0F2537;
    border-width: 2px;
    background: #F8FAFC;
}

.vn-option-row[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem;
    background: #F8FAFC;
    border-radius: 0.875rem;
    border: 1px solid #F1F5F9;
}

.vn-opt-active[b-loy5g4c0p1],
.vn-opt-inactive[b-loy5g4c0p1] {
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-size: 0.6875rem;
    font-weight: 700;
    transition: all 0.15s;
}

.vn-opt-active[b-loy5g4c0p1] {
    background: #0F2537;
    color: #FFFFFF;
}

.vn-opt-inactive[b-loy5g4c0p1] {
    background: #E2E8F0;
    color: #475569;
}

.vn-cur-label[b-loy5g4c0p1] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748B;
}

.vn-cur-toggle[b-loy5g4c0p1] {
    background: rgba(226,232,240,0.8);
    padding: 0.125rem;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
}

.vn-field-header[b-loy5g4c0p1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.375rem;
}

.vn-link-action[b-loy5g4c0p1] {
    background: none;
    border: none;
    color: #9E743F;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.vn-empty-hint[b-loy5g4c0p1] {
    font-size: 0.75rem;
    color: #94A3B8;
    grid-column: 1 / -1;
    padding: 0.5rem 0;
}

.vn-account-btn-icon[b-loy5g4c0p1] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-account-btn-content[b-loy5g4c0p1] {
    text-align: left;
    flex: 1;
    min-width: 0;
}

.vn-account-btn-name[b-loy5g4c0p1] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vn-account-btn-balance[b-loy5g4c0p1] {
    font-size: 0.5625rem;
    color: #64748B;
    margin: 0;
}

.vn-center-wrap[b-loy5g4c0p1] {
    display: flex;
    justify-content: center;
}

.vn-option-title[b-loy5g4c0p1] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
}

.vn-option-desc[b-loy5g4c0p1] {
    font-size: 0.625rem;
    color: #64748B;
    margin: 0;
}

.vn-option-buttons[b-loy5g4c0p1] {
    display: flex;
    gap: 0.375rem;
}

/* /Components/Workspaces/WorkspaceMembersDialog.razor.rz.scp.css */
.vn-dialog[b-2q1ptu50a5] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: #FFFFFF;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    box-shadow: 0 -12px 40px rgba(10, 27, 41, 0.25);
    z-index: 1301;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0 1.25rem calc(2rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-dialog-handle[b-2q1ptu50a5] {
    width: 3rem;
    height: 0.25rem;
    background: #CBD5E1;
    border-radius: 9999px;
    margin: 0.75rem auto 0;
    cursor: pointer;
    flex-shrink: 0;
}

@media (min-width: 960px) {
    .vn-dialog[b-2q1ptu50a5] {
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 540px;
        border-radius: 1.5rem;
        box-shadow: 0 20px 50px rgba(15, 37, 55, 0.25);
        padding: 1.5rem 2rem 2rem;
        border: 1px solid #E2E8F0;
    }

    .vn-dialog-handle[b-2q1ptu50a5] {
        display: none;
    }
}

.vn-dialog-header[b-2q1ptu50a5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-cur-active[b-2q1ptu50a5],
.vn-cur-inactive[b-2q1ptu50a5] {
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.15s ease-in-out;
}

.vn-cur-active[b-2q1ptu50a5] {
    background: #0F2537;
    color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(15, 37, 55, 0.15);
}

.vn-cur-inactive[b-2q1ptu50a5] {
    background: #FFFFFF;
    color: #64748B;
    border: 1px solid #E2E8F0;
}

.vn-cur-inactive:hover[b-2q1ptu50a5] {
    background: #F1F5F9;
    color: #0F2537;
}

.vn-members-dialog-icon-wrap[b-2q1ptu50a5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-members-dialog-subtitle[b-2q1ptu50a5] {
    font-size: 0.6875rem;
    color: #64748B;
}

.vn-workspace-switcher[b-2q1ptu50a5] {
    margin-bottom: 1rem;
    background: var(--velnor-bg-canvas);
    padding: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--velnor-border-light);
}

.vn-workspace-switcher__label[b-2q1ptu50a5] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    margin-bottom: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vn-workspace-switcher__chips[b-2q1ptu50a5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.vn-invite-box[b-2q1ptu50a5] {
    background: #FFFDF5;
    border: 1px solid #FDE68A;
    border-radius: 0.75rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
}

.vn-invite-box__title[b-2q1ptu50a5] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #92400E;
    margin: 0 0 0.5rem;
}

.vn-invite-box__row[b-2q1ptu50a5] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.vn-invite-box__hint[b-2q1ptu50a5] {
    font-size: 0.625rem;
    color: #B45309;
    margin: 0.375rem 0 0;
}

.vn-members-section-title[b-2q1ptu50a5] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 0.5rem;
}

.vn-members-list[b-2q1ptu50a5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-member-row[b-2q1ptu50a5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem;
    background: var(--velnor-bg-canvas);
    border-radius: 0.75rem;
    border: 1px solid var(--velnor-border-light);
}

.vn-member-row__left[b-2q1ptu50a5] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.vn-member-avatar[b-2q1ptu50a5] {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    object-fit: cover;
    border: 1px solid var(--velnor-border-light);
    flex-shrink: 0;
}

.vn-member-name[b-2q1ptu50a5] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
}

.vn-member-email[b-2q1ptu50a5] {
    font-size: 0.6875rem;
    color: #64748B;
    margin: 0;
}

.vn-invitations-section[b-2q1ptu50a5] {
    margin-top: 0.5rem;
}

.vn-invitations-list[b-2q1ptu50a5] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.vn-invitation-row[b-2q1ptu50a5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.625rem;
    background: var(--velnor-bg-canvas);
    border-radius: 0.5rem;
    border: 1px dashed #CBD5E1;
}

.vn-invitation-email[b-2q1ptu50a5] {
    font-size: 0.75rem;
    color: #334155;
    font-weight: 600;
}

.vn-invitation-by[b-2q1ptu50a5] {
    font-size: 0.625rem;
    color: #94A3B8;
    display: block;
}

/* /Layout/AuthLayout.razor.rz.scp.css */
.vn-auth-layout[b-coghh6b2zy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #07131D;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(15, 37, 55, 0.9) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(196, 154, 98, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 50% 50%, rgba(11, 25, 38, 1) 0%, #050E16 100%);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.vn-layout[b-c83h3h3qaw] {
    min-height: 100vh;
    background-color: #F8FAFC;
}

[b-c83h3h3qaw] .vn-drawer {
    background-color: #FFFFFF !important;
    border-right: 1px solid #E2E8F0;
}

.vn-drawer-header[b-c83h3h3qaw] {
    border-bottom: 1px solid #E2E8F0;
    min-height: 4.125rem;
    padding-top: env(safe-area-inset-top, 0px);
}

[b-c83h3h3qaw] .mud-main-content,
.vn-main-content[b-c83h3h3qaw] {
    min-height: 100vh;
    background-color: #F8FAFC;
    padding-top: 0 !important;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.vn-side-menu[b-baia9pdjoa] {
    padding: 0.75rem;
}

[b-baia9pdjoa] .mud-nav-link {
    border-radius: 0.75rem;
    margin-bottom: 0.35rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: #64748B;
    transition: all 0.15s ease-in-out;
}

[b-baia9pdjoa] .mud-nav-link:hover {
    background-color: rgba(15, 37, 55, 0.05);
    color: #0F2537;
}

[b-baia9pdjoa] .mud-nav-link.active {
    background-color: #0F2537;
    color: #F3C66E !important;
    font-weight: 700;
}

[b-baia9pdjoa] .mud-nav-link.active .mud-nav-link-icon {
    color: #F3C66E !important;
}

[b-baia9pdjoa] .vn-install-link {
    color: #0F2537 !important;
    background: rgba(243, 198, 110, 0.18) !important;
    border: 1px solid rgba(243, 198, 110, 0.4) !important;
    font-weight: 700 !important;
}

[b-baia9pdjoa] .vn-install-link .mud-nav-link-icon {
    color: #9E743F !important;
}

[b-baia9pdjoa] .vn-install-link:hover {
    background: rgba(243, 198, 110, 0.3) !important;
}
/* /Layout/VelNorBottomNav.razor.rz.scp.css */
.vn-bottom-nav[b-5thmnkbg6t] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(226,232,240,0.9);
    padding-top: 0.35rem;
    padding-right: calc(0.25rem + env(safe-area-inset-right, 0px));
    padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0px));
    padding-left: calc(0.25rem + env(safe-area-inset-left, 0px));
    z-index: 40;
    box-shadow: 0 -4px 25px rgba(15,37,55,0.05);
}

.vn-bottom-nav-inner[b-5thmnkbg6t] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.vn-nav-btn[b-5thmnkbg6t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
    padding: 0.25rem 0.125rem;
    border-radius: 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #94a3b8;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
    min-width: 2.5rem;
    flex: 1;
}

.vn-nav-btn--active[b-5thmnkbg6t] {
    color: #9E743F;
    font-weight: 800;
}

.vn-nav-icon-wrap[b-5thmnkbg6t] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
}

.vn-nav-icon-wrap--active[b-5thmnkbg6t] {
    background-color: rgba(158,116,63,0.12);
    color: #9E743F;
    margin-top: -0.25rem;
}

.vn-nav-label[b-5thmnkbg6t] {
    font-size: 0.5625rem;
    letter-spacing: -0.01em;
    line-height: 1;
}
/* /Layout/VelNorHeader.razor.rz.scp.css */
.vn-header[b-6tn7dv6qya] {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(248, 250, 252, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding-top: calc(0.75rem + env(safe-area-inset-top, 0px));
    padding-right: calc(1rem + env(safe-area-inset-right, 0px));
    padding-bottom: 0.75rem;
    padding-left: calc(1rem + env(safe-area-inset-left, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.vn-header-brand[b-6tn7dv6qya] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.vn-header-actions[b-6tn7dv6qya] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-currency-pill[b-6tn7dv6qya] {
    background-color: rgba(226, 232, 240, 0.8);
    padding: 0.125rem;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 0.6875rem;
    font-weight: 700;
}

.vn-currency-active[b-6tn7dv6qya],
.vn-currency-inactive[b-6tn7dv6qya] {
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-size: 0.6875rem;
    font-weight: 700;
    transition: all 0.15s ease-in-out;
}

.vn-currency-active[b-6tn7dv6qya] {
    background-color: #FFFFFF;
    color: #0F2537;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.vn-currency-inactive[b-6tn7dv6qya] {
    background-color: transparent;
    color: #94a3b8;
}

.vn-avatar[b-6tn7dv6qya] {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-avatar-btn[b-6tn7dv6qya] {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background-color: #F1F5F9;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.vn-avatar-btn:hover[b-6tn7dv6qya] {
    box-shadow: 0 0 0 2px rgba(196, 154, 98, 0.4);
}

.vn-avatar-img[b-6tn7dv6qya] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
}

.vn-user-menu-card[b-6tn7dv6qya] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-user-menu-avatar[b-6tn7dv6qya] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    object-fit: cover;
    border: 1px solid #E2E8F0;
    flex-shrink: 0;
}

.vn-user-menu-info[b-6tn7dv6qya] {
    min-width: 0;
    overflow: hidden;
}

.vn-logout-item[b-6tn7dv6qya] {
    color: #b91c1c;
    font-weight: 600;
}


/* /Pages/Ayuda.razor.rz.scp.css */
.vn-help-container[b-7jlc0t4hrr] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.vn-help-hero[b-7jlc0t4hrr] {
    background: linear-gradient(135deg, #0F2537 0%, #173852 100%);
    border-radius: 1rem;
    padding: 1.75rem 1.25rem;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(243, 198, 110, 0.25);
    box-shadow: 0 4px 20px rgba(15, 37, 55, 0.12);
}

@media (min-width: 768px) {
    .vn-help-hero[b-7jlc0t4hrr] {
        padding: 2.5rem 2rem;
    }
}

.vn-help-hero-badge[b-7jlc0t4hrr] {
    display: inline-flex;
    align-items: center;
    background: rgba(243, 198, 110, 0.15);
    border: 1px solid rgba(243, 198, 110, 0.35);
    color: #F3C66E;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: 0.03em;
}

.vn-help-hero-title[b-7jlc0t4hrr] {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 0.5rem;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .vn-help-hero-title[b-7jlc0t4hrr] {
        font-size: 2rem;
    }
}

.vn-help-hero-desc[b-7jlc0t4hrr] {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.6;
    margin: 0 0 1.25rem;
    max-width: 760px;
}

@media (min-width: 768px) {
    .vn-help-hero-desc[b-7jlc0t4hrr] {
        font-size: 1rem;
    }
}

.vn-help-hero-chips[b-7jlc0t4hrr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.vn-help-chip[b-7jlc0t4hrr] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #F8FAFC;
    padding: 0.375rem 0.75rem;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-help-section[b-7jlc0t4hrr] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.vn-help-section-header[b-7jlc0t4hrr] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vn-section-pill[b-7jlc0t4hrr] {
    align-self: flex-start;
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9E743F;
}

.vn-help-section-title[b-7jlc0t4hrr] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .vn-help-section-title[b-7jlc0t4hrr] {
        font-size: 1.5rem;
    }
}

.vn-help-section-subtitle[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #64748B;
    margin: 0;
}

.vn-steps-grid[b-7jlc0t4hrr] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 600px) {
    .vn-steps-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vn-steps-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vn-step-card[b-7jlc0t4hrr] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vn-step-card:hover[b-7jlc0t4hrr] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 37, 55, 0.08);
    border-color: #CBD5E1;
}

.vn-step-number[b-7jlc0t4hrr] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: #F1F5F9;
    color: #0F2537;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E8F0;
}

.vn-step-icon-wrap[b-7jlc0t4hrr] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: #F8FAFC;
    color: #0F2537;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.875rem;
}

.vn-step-title[b-7jlc0t4hrr] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F2537;
    margin: 0 0 0.375rem;
}

.vn-step-text[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #64748B;
    line-height: 1.5;
    margin: 0 0 1rem;
    flex-grow: 1;
}

.vn-step-action[b-7jlc0t4hrr] {
    margin-top: auto;
}

[b-7jlc0t4hrr] .vn-btn-step {
    width: 100%;
    border-color: #E2E8F0 !important;
    color: #0F2537 !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    border-radius: 0.625rem !important;
    text-transform: none !important;
    background: #F8FAFC !important;
}

[b-7jlc0t4hrr] .vn-btn-step:hover {
    border-color: #0F2537 !important;
    background: #FFFFFF !important;
}

.vn-golden-rule-card[b-7jlc0t4hrr] {
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 0.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.06);
}

@media (min-width: 768px) {
    .vn-golden-rule-card[b-7jlc0t4hrr] {
        flex-direction: row;
        align-items: flex-start;
        padding: 1.5rem;
        gap: 1.25rem;
    }
}

.vn-golden-rule-icon[b-7jlc0t4hrr] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: #DCFCE7;
    color: #15803D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-golden-rule-content[b-7jlc0t4hrr] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.vn-golden-rule-badge[b-7jlc0t4hrr] {
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #15803D;
}

.vn-golden-rule-title[b-7jlc0t4hrr] {
    font-size: 1.0625rem;
    font-weight: 800;
    color: #14532D;
    margin: 0;
}

.vn-golden-rule-desc[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #166534;
    line-height: 1.5;
    margin: 0;
}

.vn-golden-rule-sub[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #166534;
    line-height: 1.5;
    margin: 0;
}

.vn-features-grid[b-7jlc0t4hrr] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 600px) {
    .vn-features-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vn-features-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vn-feature-card[b-7jlc0t4hrr] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vn-feature-card:hover[b-7jlc0t4hrr] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 37, 55, 0.07);
    border-color: #CBD5E1;
}

.vn-feature-top[b-7jlc0t4hrr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.vn-feature-icon[b-7jlc0t4hrr] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-feature-icon--navy[b-7jlc0t4hrr] { background: #E2E8F0; color: #0F2537; }
.vn-feature-icon--amber[b-7jlc0t4hrr] { background: #FEF3C7; color: #B45309; }
.vn-feature-icon--emerald[b-7jlc0t4hrr] { background: #D1FAE5; color: #047857; }
.vn-feature-icon--cyan[b-7jlc0t4hrr] { background: #CFFAFE; color: #0E7490; }
.vn-feature-icon--rose[b-7jlc0t4hrr] { background: #FFE4E6; color: #BE123C; }
.vn-feature-icon--purple[b-7jlc0t4hrr] { background: #EDE9FE; color: #6D28D9; }
.vn-feature-icon--indigo[b-7jlc0t4hrr] { background: #E0E7FF; color: #4338CA; }
.vn-feature-icon--teal[b-7jlc0t4hrr] { background: #CCFBF1; color: #0F766E; }

.vn-feature-tag[b-7jlc0t4hrr] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    background: #F1F5F9;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.375rem;
}

.vn-feature-title[b-7jlc0t4hrr] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F2537;
    margin: 0 0 0.375rem;
}

.vn-feature-desc[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #64748B;
    line-height: 1.5;
    margin: 0 0 1rem;
    flex-grow: 1;
}

.vn-feature-footer[b-7jlc0t4hrr] {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #F1F5F9;
}

.vn-feature-link[b-7jlc0t4hrr] {
    background: none;
    border: none;
    padding: 0;
    color: #0F2537;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease;
}

.vn-feature-link:hover[b-7jlc0t4hrr] {
    color: #9E743F;
}

.vn-feature-note[b-7jlc0t4hrr] {
    font-size: 0.6875rem;
    color: #94A3B8;
    font-style: italic;
}

.vn-faq-container[b-7jlc0t4hrr] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.875rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.03);
}

[b-7jlc0t4hrr] .vn-faq-panels {
    background: transparent;
}

[b-7jlc0t4hrr] .vn-faq-panel {
    border-bottom: 1px solid #F1F5F9;
}

[b-7jlc0t4hrr] .vn-faq-panel:last-child {
    border-bottom: none;
}

[b-7jlc0t4hrr] .vn-faq-panel .mud-expand-panel-header {
    padding: 1rem 1.25rem;
    font-weight: 700;
    color: #0F2537;
    font-size: 0.875rem;
}

.vn-faq-answer[b-7jlc0t4hrr] {
    padding: 0 1.25rem 1rem;
    font-size: 0.8125rem;
    color: #475569;
    line-height: 1.6;
}

.vn-help-cta[b-7jlc0t4hrr] {
    background: #0F2537;
    border-radius: 1rem;
    padding: 1.75rem 1.25rem;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid rgba(243, 198, 110, 0.3);
    box-shadow: 0 4px 16px rgba(15, 37, 55, 0.1);
}

@media (min-width: 768px) {
    .vn-help-cta[b-7jlc0t4hrr] {
        padding: 2.5rem 2rem;
    }
}

.vn-help-cta-content[b-7jlc0t4hrr] {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.vn-help-cta-title[b-7jlc0t4hrr] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
}

@media (min-width: 768px) {
    .vn-help-cta-title[b-7jlc0t4hrr] {
        font-size: 1.5rem;
    }
}

.vn-help-cta-desc[b-7jlc0t4hrr] {
    font-size: 0.875rem;
    color: #CBD5E1;
    line-height: 1.5;
    margin: 0;
}

.vn-help-cta-actions[b-7jlc0t4hrr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.75rem;
}

.vn-credit-guide-grid[b-7jlc0t4hrr] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 600px) {
    .vn-credit-guide-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vn-credit-guide-grid[b-7jlc0t4hrr] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.vn-credit-card-step[b-7jlc0t4hrr] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0.875rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vn-credit-card-step:hover[b-7jlc0t4hrr] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 37, 55, 0.07);
    border-color: #CBD5E1;
}

.vn-credit-step-header[b-7jlc0t4hrr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.vn-credit-icon[b-7jlc0t4hrr] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-credit-icon--blue[b-7jlc0t4hrr] {
    background: #EFF6FF;
    color: #2563EB;
}

.vn-credit-icon--green[b-7jlc0t4hrr] {
    background: #DCFCE7;
    color: #15803D;
}

.vn-credit-icon--amber[b-7jlc0t4hrr] {
    background: #FEF3C7;
    color: #D97706;
}

.vn-credit-icon--purple[b-7jlc0t4hrr] {
    background: #F3E8FF;
    color: #7E22CE;
}

.vn-credit-step-badge[b-7jlc0t4hrr] {
    font-size: 0.6875rem;
    font-weight: 800;
    color: #64748B;
    background: #F1F5F9;
    padding: 0.2rem 0.5rem;
    border-radius: 9999px;
}

.vn-credit-step-title[b-7jlc0t4hrr] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0F2537;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

.vn-credit-step-text[b-7jlc0t4hrr] {
    font-size: 0.8125rem;
    color: #64748B;
    line-height: 1.5;
    margin: 0 0 0.875rem;
    flex-grow: 1;
}

.vn-credit-tip[b-7jlc0t4hrr] {
    background: #F8FAFC;
    border-left: 3px solid #0F2537;
    padding: 0.5rem 0.625rem;
    border-radius: 0 0.375rem 0.375rem 0;
    font-size: 0.75rem;
    color: #334155;
    line-height: 1.4;
}

/* /Pages/Bovedas.razor.rz.scp.css */
.vn-vault-hero[b-2ogfgeapxc] {
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #0e172a 0%, #1a2942 55%, #b4813f 100%);
    padding: 1.25rem;
    color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(15,37,55,0.35);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(30,41,59,0.8);
}

.vn-vault-hero-deco[b-2ogfgeapxc] {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.vn-vault-hero-deco--top[b-2ogfgeapxc] {
    top: -2rem;
    right: -2rem;
    width: 9rem;
    height: 9rem;
    border: 8px solid rgba(255,255,255,0.05);
}

.vn-vault-hero-deco--bottom[b-2ogfgeapxc] {
    bottom: -1.5rem;
    right: 1.5rem;
    width: 7rem;
    height: 7rem;
    border: 4px solid rgba(251,191,36,0.1);
}

.vn-goals-grid[b-2ogfgeapxc] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.vn-goal-card[b-2ogfgeapxc] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(226,232,240,0.9);
    box-shadow: 0 2px 6px rgba(15,37,55,0.04);
    cursor: pointer;
    transition: border-color 0.15s, transform 0.1s;
}

.vn-goal-card:hover[b-2ogfgeapxc] {
    border-color: #FBBF24;
}

.vn-goal-card:active[b-2ogfgeapxc] {
    transform: scale(0.99);
}

.vn-goal-icon[b-2ogfgeapxc] {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: #FFFBEB;
    border: 1px solid rgba(253,230,138,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.15s;
}

.vn-goal-card:hover .vn-goal-icon[b-2ogfgeapxc] {
    transform: scale(1.05);
}

@keyframes pulse-b-2ogfgeapxc {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@media (min-width: 960px) {
    .vn-goals-grid[b-2ogfgeapxc] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

.vn-vault-hero-inner[b-2ogfgeapxc] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vn-vault-hero-top[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-vault-status-badge[b-2ogfgeapxc] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vn-vault-status-dot[b-2ogfgeapxc] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: #FBBF24;
    animation: pulse-b-2ogfgeapxc 2s ease-in-out infinite;
    display: inline-block;
}

.vn-vault-status-label[b-2ogfgeapxc] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #FCD34D;
}

.vn-vault-exchange[b-2ogfgeapxc] {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
}

.vn-vault-total-label[b-2ogfgeapxc] {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 600;
    margin: 0 0 0.25rem;
}

.vn-vault-total-amount[b-2ogfgeapxc] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.vn-vault-total-figure[b-2ogfgeapxc] {
    font-size: 1.875rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

.vn-vault-total-cents[b-2ogfgeapxc] {
    font-size: 1.25rem;
    color: #FCD34D;
}

.vn-vault-equivalent[b-2ogfgeapxc] {
    font-size: 0.75rem;
    color: rgba(203, 213, 225, 0.9);
    font-weight: 500;
    margin: 0.25rem 0 0;
}

.vn-vault-equivalent-amount[b-2ogfgeapxc] {
    color: #FDE68A;
    font-weight: 600;
}

.vn-vault-divider[b-2ogfgeapxc] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.5rem;
}

.vn-vault-progress-header[b-2ogfgeapxc] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #CBD5E1;
    margin-bottom: 0.375rem;
}

.vn-vault-progress-pct[b-2ogfgeapxc] {
    font-weight: 700;
    color: #FBBF24;
}

.vn-vault-progress-track[b-2ogfgeapxc] {
    height: 0.625rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 9999px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vn-vault-progress-fill[b-2ogfgeapxc] {
    height: 100%;
    background: linear-gradient(90deg, #34d399, #2DD4BF, #FBBF24);
    border-radius: 9999px;
    transition: width 0.5s;
}

.vn-section-header[b-2ogfgeapxc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0.25rem;
}

.vn-section-title[b-2ogfgeapxc] {
    font-size: 1rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
    letter-spacing: -0.01em;
}

.vn-section-subtitle[b-2ogfgeapxc] {
    font-size: 0.75rem;
    color: #64748B;
    font-weight: 500;
    margin: 0.125rem 0 0;
}

.vn-goal-header[b-2ogfgeapxc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.vn-goal-header__left[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-goal-meta[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-goal-name[b-2ogfgeapxc] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    letter-spacing: -0.01em;
}

.vn-goal-desc[b-2ogfgeapxc] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0.125rem 0 0;
}

.vn-goal-body[b-2ogfgeapxc] {
    margin-top: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-goal-amounts[b-2ogfgeapxc] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 0.75rem;
}

.vn-goal-saved-label[b-2ogfgeapxc] {
    color: #475569;
    font-weight: 500;
}

.vn-goal-saved-value[b-2ogfgeapxc] {
    font-size: 0.875rem;
    color: #0F172A;
}

.vn-goal-saved-of[b-2ogfgeapxc] {
    color: #94a3b8;
}

.vn-goal-pct[b-2ogfgeapxc] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #059669;
}

.vn-goal-progress-track[b-2ogfgeapxc] {
    height: 0.75rem;
    background: #F1F5F9;
    border-radius: 9999px;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.6);
    padding: 0.125rem;
}

.vn-goal-progress-fill[b-2ogfgeapxc] {
    height: 100%;
    background: linear-gradient(90deg, #10B981, #2DD4BF);
    border-radius: 9999px;
    transition: width 0.5s;
}

.vn-goal-footer[b-2ogfgeapxc] {
    padding-top: 0.5rem;
    border-top: 1px solid #F1F5F9;
}

.vn-goal-footer-row[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.6875rem;
    color: #64748B;
    margin-bottom: 0.375rem;
}

.vn-goal-deadline[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
}

.vn-goal-remaining[b-2ogfgeapxc] {
    color: #94a3b8;
    font-size: 0.625rem;
}

.vn-goal-quota-badge[b-2ogfgeapxc] {
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(253, 230, 138, 0.7);
    border-radius: 0.75rem;
    padding: 0.375rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-goal-quota-text[b-2ogfgeapxc] {
    font-size: 0.6875rem;
    color: #92400E;
    font-weight: 500;
}

.vn-goal-quota-link[b-2ogfgeapxc] {
    font-size: 0.625rem;
    font-weight: 700;
    color: #B45309;
    text-decoration: underline;
    cursor: pointer;
}

.vn-tip-card[b-2ogfgeapxc] {
    border-radius: 1rem;
    padding: 0.875rem;
    background: linear-gradient(90deg, rgba(15, 37, 55, 0.06), rgba(245, 158, 11, 0.12), transparent);
    border: 1px solid rgba(253, 230, 138, 0.5);
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.vn-tip-icon-box[b-2ogfgeapxc] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.625rem;
    background: rgba(245, 158, 11, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-tip-title[b-2ogfgeapxc] {
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
    font-size: 0.75rem;
}

.vn-tip-body[b-2ogfgeapxc] {
    color: #64748B;
    margin: 0.25rem 0 0;
    line-height: 1.5;
    font-size: 0.75rem;
}

.vn-aporte-summary[b-2ogfgeapxc] {
    background: #F8FAFC;
    border-radius: 1rem;
    padding: 0.75rem;
    border: 1px solid #E2E8F0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.vn-aporte-summary__right[b-2ogfgeapxc] {
    text-align: right;
}

.vn-aporte-label[b-2ogfgeapxc] {
    color: #64748B;
    font-size: 0.6875rem;
    display: block;
}

.vn-aporte-value[b-2ogfgeapxc] {
    font-weight: 700;
    color: #0F172A;
}

.vn-aporte-value--green[b-2ogfgeapxc] {
    font-weight: 700;
    color: #059669;
}

.vn-aporte-neutral-notice[b-2ogfgeapxc] {
    background: rgba(236, 253, 245, 0.7);
    border: 1px solid rgba(167, 243, 208, 0.8);
    border-radius: 0.75rem;
    padding: 0.625rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.6875rem;
    color: #065F46;
    margin-bottom: 1rem;
}

.vn-sheet-title-row[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.vn-sheet-title-left[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.vn-sheet-category-label[b-2ogfgeapxc] {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #B45309;
    display: block;
}

.vn-sheet-main-title[b-2ogfgeapxc] {
    font-size: 1rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
    line-height: 1.2;
}

.vn-quick-amounts[b-2ogfgeapxc] {
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    margin-top: 0.5rem;
}

.vn-account-select-list[b-2ogfgeapxc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-goals-empty[b-2ogfgeapxc] {
    padding: 2rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
    grid-column: 1 / -1;
}

.vn-goal-card-actions[b-2ogfgeapxc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #F1F5F9;
}

.vn-withdraw-notice[b-2ogfgeapxc] {
    background: rgba(254, 243, 199, 0.7);
    border: 1px solid rgba(252, 211, 77, 0.8);
    border-radius: 0.75rem;
    padding: 0.625rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.6875rem;
    color: #92400E;
    margin-bottom: 1rem;
}

/* /Pages/Configuracion.razor.rz.scp.css */
.vn-page-content[b-jokid1d2g6] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.vn-config-header[b-jokid1d2g6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .vn-config-header[b-jokid1d2g6] {
        flex-direction: row;
        align-items: center;
    }
}

.vn-config-title[b-jokid1d2g6] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
    letter-spacing: -0.02em;
}

.vn-config-subtitle[b-jokid1d2g6] {
    font-size: 0.8125rem;
    color: #64748B;
    margin: 0.25rem 0 0;
}

.vn-tab-switcher[b-jokid1d2g6] {
    display: inline-flex;
    background: #F1F5F9;
    padding: 0.25rem;
    border-radius: 0.75rem;
    gap: 0.25rem;
    border: 1px solid #E2E8F0;
}

.vn-tab-btn[b-jokid1d2g6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-radius: 0.5rem;
    border: none;
    background: transparent;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.vn-tab-btn:hover[b-jokid1d2g6] {
    color: #0F2537;
}

.vn-tab-btn--active[b-jokid1d2g6] {
    background: #0F2537;
    color: #F3C66E;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.15);
}

.vn-tab-btn--active:hover[b-jokid1d2g6] {
    color: #F3C66E;
}

.vn-section[b-jokid1d2g6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-section-header[b-jokid1d2g6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.vn-section-title[b-jokid1d2g6] {
    font-size: 1rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
}

.vn-section-desc[b-jokid1d2g6] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0.125rem 0 0;
}

.vn-cat-filter-pills[b-jokid1d2g6] {
    display: flex;
    gap: 0.5rem;
}

.vn-pill-filter[b-jokid1d2g6] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.vn-pill-filter:hover[b-jokid1d2g6] {
    border-color: #CBD5E1;
    color: #0F2537;
}

.vn-pill-filter--active[b-jokid1d2g6] {
    background: #0F2537;
    border-color: #0F2537;
    color: #FFFFFF;
}

.vn-cards-grid[b-jokid1d2g6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
}

@media (min-width: 640px) {
    .vn-cards-grid[b-jokid1d2g6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .vn-cards-grid[b-jokid1d2g6] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vn-entity-card[b-jokid1d2g6] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 3px rgba(15, 37, 55, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vn-entity-card:hover[b-jokid1d2g6] {
    border-color: #CBD5E1;
    box-shadow: 0 4px 12px rgba(15, 37, 55, 0.08);
}

.vn-entity-card--inactive[b-jokid1d2g6] {
    opacity: 0.65;
    background: #F8FAFC;
}

.vn-card-top[b-jokid1d2g6] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.vn-entity-icon-box[b-jokid1d2g6] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-icon--expense[b-jokid1d2g6] {
    background: #FFF1F2;
    border-color: #FECDD3;
    color: #DC2626;
}

.vn-icon--income[b-jokid1d2g6] {
    background: #ECFDF5;
    border-color: #A7F3D0;
    color: #059669;
}

.vn-entity-info[b-jokid1d2g6] {
    flex: 1;
    min-width: 0;
}

.vn-entity-name[b-jokid1d2g6] {
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vn-badge-row[b-jokid1d2g6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.375rem;
}

.vn-badge[b-jokid1d2g6] {
    display: inline-block;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vn-badge--navy[b-jokid1d2g6] {
    background: #F1F5F9;
    color: #0F2537;
    border: 1px solid #E2E8F0;
}

.vn-badge--gold[b-jokid1d2g6] {
    background: rgba(196, 154, 98, 0.15);
    color: #9E743F;
    border: 1px solid rgba(196, 154, 98, 0.3);
}

.vn-badge--active[b-jokid1d2g6] {
    background: #ECFDF5;
    color: #059669;
}

.vn-badge--disabled[b-jokid1d2g6] {
    background: #F1F5F9;
    color: #94A3B8;
}

.vn-badge--red[b-jokid1d2g6] {
    background: #FFF1F2;
    color: #DC2626;
}

.vn-badge--green[b-jokid1d2g6] {
    background: #ECFDF5;
    color: #059669;
}

.vn-badge--sub[b-jokid1d2g6] {
    background: #F8FAFC;
    color: #64748B;
    border: 1px dashed #CBD5E1;
}

.vn-card-divider[b-jokid1d2g6] {
    height: 1px;
    background: #F1F5F9;
}

.vn-card-bottom[b-jokid1d2g6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-label-sub[b-jokid1d2g6] {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vn-card-balance[b-jokid1d2g6] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0.125rem 0 0;
}

.vn-actions-row[b-jokid1d2g6] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-empty-box[b-jokid1d2g6] {
    background: #FFFFFF;
    border: 1px dashed #CBD5E1;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vn-empty-title[b-jokid1d2g6] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #334155;
    margin: 0.75rem 0 0.25rem;
}

.vn-empty-sub[b-jokid1d2g6] {
    font-size: 0.75rem;
    color: #94A3B8;
    margin: 0;
}

.vn-dialog--confirm[b-jokid1d2g6] {
    max-width: 420px;
}

.vn-card-bottom--end[b-jokid1d2g6] {
    justify-content: flex-end;
}

/* /Pages/Dashboard.razor.rz.scp.css */
.vn-hero-card[b-xxum9h7vry] {
    background: linear-gradient(135deg, #0F2537 0%, #173852 48%, #B8894F 95%, #F3C66E 100%);
    border-radius: 1.5rem;
    padding: 1.25rem;
    color: #FFFFFF;
    box-shadow: 0 12px 32px -8px rgba(15,37,55,0.35);
    position: relative;
    overflow: hidden;
}

.vn-hero-glow[b-xxum9h7vry] {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.vn-hero-glow--top[b-xxum9h7vry] {
    top: -3rem;
    right: -3rem;
    width: 9rem;
    height: 9rem;
    background: rgba(255,255,255,0.1);
    filter: blur(24px);
}

.vn-hero-glow--bottom[b-xxum9h7vry] {
    bottom: -2.5rem;
    left: -2.5rem;
    width: 8rem;
    height: 8rem;
    background: rgba(251,191,36,0.15);
    filter: blur(16px);
}

.vn-hero-inner[b-xxum9h7vry] {
    position: relative;
    z-index: 1;
}

.vn-hero-label[b-xxum9h7vry] {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(226,232,240,0.9);
    text-transform: uppercase;
    margin: 0 0 0.25rem;
}

.vn-hero-balance[b-xxum9h7vry] {
    font-size: 2.125rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0.25rem 0;
    line-height: 1.1;
}

.vn-hero-equiv[b-xxum9h7vry] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #CBD5E1;
    margin-top: 0.5rem;
}

.vn-hero-equiv-amount[b-xxum9h7vry] {
    font-weight: 700;
    color: #FFFFFF;
}

.vn-hero-rate[b-xxum9h7vry] {
    color: rgba(203,213,225,0.7);
    font-size: 0.6875rem;
}

.vn-hero-rate-btn[b-xxum9h7vry] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
    color: #F8FAFC;
    font-size: 0.6875rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.15s ease-in-out;
}

.vn-hero-rate-btn:hover[b-xxum9h7vry] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.vn-hero-privacy-btn[b-xxum9h7vry] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    width: 1.75rem;
    height: 1.75rem;
    color: #F8FAFC;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
    padding: 0;
}

.vn-hero-privacy-btn:hover[b-xxum9h7vry] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

.vn-card--chart[b-xxum9h7vry] {
    padding: 1.125rem 1rem 1rem;
}

.vn-card-header[b-xxum9h7vry] {
    text-align: center;
    margin-bottom: 0.25rem;
}

.vn-donutchart-wrap[b-xxum9h7vry],
.vn-barchart-wrap[b-xxum9h7vry] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    margin: 0.25rem 0;
}

.vn-donutchart-wrap[b-xxum9h7vry]  svg,
.vn-barchart-wrap[b-xxum9h7vry]  svg {
    overflow: visible;
}

.vn-comparison-grid[b-xxum9h7vry] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #F1F5F9;
}

.vn-comparison-col[b-xxum9h7vry] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.vn-comparison-divider[b-xxum9h7vry] {
    width: 1px;
    height: 1.75rem;
    background-color: #E2E8F0;
}

.vn-stat-legend[b-xxum9h7vry] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-stat-dot[b-xxum9h7vry] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    display: inline-block;
}

.vn-stat-dot--income[b-xxum9h7vry] {
    background-color: #16A34A;
}

.vn-stat-dot--expense[b-xxum9h7vry] {
    background-color: #DC2626;
}

.vn-stat-dot--expected[b-xxum9h7vry] {
    background-color: #94A3B8;
}

.vn-stat-label[b-xxum9h7vry] {
    font-size: 0.625rem;
    font-weight: 700;
    color: #64748B;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vn-stat-value[b-xxum9h7vry] {
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.2;
}

.vn-stat-value--income[b-xxum9h7vry] {
    color: #16A34A;
}

.vn-stat-value--expense[b-xxum9h7vry] {
    color: #DC2626;
}

.vn-stat-value--expected[b-xxum9h7vry] {
    color: #334155;
}

.vn-section-header[b-xxum9h7vry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.vn-section-title[b-xxum9h7vry] {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #1e293b;
    text-transform: uppercase;
    margin: 0;
}

.vn-link-btn[b-xxum9h7vry] {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #9E743F;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.vn-link-btn:hover[b-xxum9h7vry] {
    text-decoration: underline;
}

.vn-cat-list[b-xxum9h7vry] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.vn-cat-row[b-xxum9h7vry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.375rem;
}

.vn-cat-info[b-xxum9h7vry] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-cat-name[b-xxum9h7vry] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
}

.vn-cat-amount[b-xxum9h7vry] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #1e293b;
}

.vn-tx-list[b-xxum9h7vry] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #F1F5F9;
}

.vn-tx-row[b-xxum9h7vry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0;
    border-bottom: 1px solid #F1F5F9;
}

.vn-tx-left[b-xxum9h7vry] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-tx-concept[b-xxum9h7vry] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
}

.vn-tx-meta[b-xxum9h7vry] {
    font-size: 0.6875rem;
    color: #94a3b8;
    font-weight: 500;
    margin: 0;
}

.vn-tx-right[b-xxum9h7vry] {
    text-align: right;
}

.vn-cat-empty[b-xxum9h7vry] {
    padding: 1.5rem;
    text-align: center;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-tx-empty[b-xxum9h7vry] {
    padding: 1.5rem;
    text-align: center;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-tx-type-label[b-xxum9h7vry] {
    font-size: 0.625rem;
    font-weight: 700;
}

@media (min-width: 960px) {
    [b-xxum9h7vry] .mud-grid-item {
        display: flex;
        flex-direction: column;
    }

    .vn-hero-card[b-xxum9h7vry] {
        flex: 1 1 auto;
    }
}

/* /Pages/Deudas.razor.rz.scp.css */
.vn-page-content[b-xjftv0wrue] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.vn-debt-hero[b-xjftv0wrue] {
    position: relative;
    background: linear-gradient(135deg, #0F2537 0%, #173852 100%);
    border-radius: 1.5rem;
    padding: 1.5rem;
    color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 37, 55, 0.25);
}

.vn-debt-hero-deco[b-xjftv0wrue] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.vn-debt-hero-deco--top[b-xjftv0wrue] {
    width: 200px;
    height: 200px;
    top: -80px;
    right: -40px;
    background: radial-gradient(circle, rgba(243, 198, 110, 0.15) 0%, rgba(243, 198, 110, 0) 70%);
}

.vn-debt-hero-deco--bottom[b-xjftv0wrue] {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -80px;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.15) 0%, rgba(225, 29, 72, 0) 70%);
}

.vn-debt-hero-inner[b-xjftv0wrue] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.vn-debt-hero-top[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vn-debt-status-badge[b-xjftv0wrue] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.vn-debt-status-dot[b-xjftv0wrue] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #E11D48;
    box-shadow: 0 0 8px #E11D48;
}

.vn-debt-status-label[b-xjftv0wrue] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.vn-debt-exchange[b-xjftv0wrue] {
    font-size: 0.75rem;
    color: #F3C66E;
    font-weight: 600;
}

.vn-debt-metrics-grid[b-xjftv0wrue] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .vn-debt-metrics-grid[b-xjftv0wrue] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.vn-debt-metric-label[b-xjftv0wrue] {
    font-size: 0.8125rem;
    color: #94A3B8;
    margin: 0 0 0.25rem 0;
    font-weight: 600;
}

.vn-debt-main-amount[b-xjftv0wrue] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

.vn-debt-total-cents[b-xjftv0wrue] {
    font-size: 1.25rem;
    color: #94A3B8;
}

.vn-debt-metrics-sub[b-xjftv0wrue] {
    display: flex;
    gap: 1.5rem;
}

.vn-debt-sub-item[b-xjftv0wrue] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.vn-debt-sub-label[b-xjftv0wrue] {
    font-size: 0.6875rem;
    color: #94A3B8;
    text-transform: uppercase;
    font-weight: 700;
}

.vn-debt-sub-val[b-xjftv0wrue] {
    font-size: 1rem;
    font-weight: 700;
}

.vn-debt-sub-val--green[b-xjftv0wrue] {
    color: #34D399;
}

.vn-debt-sub-val--red[b-xjftv0wrue] {
    color: #FB7185;
}

.vn-debt-divider[b-xjftv0wrue] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-debt-progress-header[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #CBD5E1;
    font-weight: 600;
}

.vn-debt-progress-pct[b-xjftv0wrue] {
    color: #F3C66E;
    font-weight: 800;
}

.vn-debt-progress-track[b-xjftv0wrue] {
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    overflow: hidden;
}

.vn-debt-progress-fill[b-xjftv0wrue] {
    height: 100%;
    background: linear-gradient(90deg, #F3C66E, #34D399);
    border-radius: 1rem;
    transition: width 0.4s ease;
}

.vn-section-header[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vn-section-title[b-xjftv0wrue] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
}

.vn-section-subtitle[b-xjftv0wrue] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0;
}

.vn-debts-grid[b-xjftv0wrue] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .vn-debts-grid[b-xjftv0wrue] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.vn-debts-empty[b-xjftv0wrue] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: #94A3B8;
    font-size: 0.875rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    border: 1px dashed #CBD5E1;
}

.vn-debt-card[b-xjftv0wrue] {
    background: #FFFFFF;
    border-radius: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 16px rgba(15, 37, 55, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vn-debt-card:hover[b-xjftv0wrue] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 37, 55, 0.08);
}

.vn-debt-card-header[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vn-debt-card-title-box[b-xjftv0wrue] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.vn-debt-icon-wrap[b-xjftv0wrue] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.875rem;
    background: #FFF1F2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-debt-card-name[b-xjftv0wrue] {
    font-size: 1rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0 0 0.25rem 0;
}

.vn-debt-card-tags[b-xjftv0wrue] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.vn-debt-due-date[b-xjftv0wrue] {
    font-size: 0.6875rem;
    color: #64748B;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.vn-debt-card-actions[b-xjftv0wrue] {
    display: flex;
    gap: 0.25rem;
}

.vn-debt-card-body[b-xjftv0wrue] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.vn-debt-amounts-row[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.vn-debt-paid-label[b-xjftv0wrue] {
    color: #64748B;
}

.vn-debt-paid-val[b-xjftv0wrue] {
    color: #059669;
}

.vn-debt-of-val[b-xjftv0wrue] {
    color: #94A3B8;
}

.vn-debt-pct-badge[b-xjftv0wrue] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #0F2537;
}

.vn-debt-card-progress-track[b-xjftv0wrue] {
    height: 0.375rem;
    background: #F1F5F9;
    border-radius: 0.5rem;
    overflow: hidden;
}

.vn-debt-card-progress-fill[b-xjftv0wrue] {
    height: 100%;
    background: linear-gradient(90deg, #059669, #10B981);
    border-radius: 0.5rem;
    transition: width 0.3s ease;
}

.vn-debt-card-footer[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    border-top: 1px solid #F1F5F9;
}

.vn-debt-remaining-label[b-xjftv0wrue] {
    font-size: 0.75rem;
    color: #64748B;
}

.vn-debt-remaining-val[b-xjftv0wrue] {
    color: #E11D48;
}

.vn-debt-settled-badge[b-xjftv0wrue] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #059669;
}

.vn-overlay[b-xjftv0wrue] {
    position: fixed;
    inset: 0;
    background: rgba(15, 37, 55, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1300;
}

.vn-sheet[b-xjftv0wrue] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    background: #FFFFFF;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    padding: 1.25rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom, 0px)) 1.25rem;
    z-index: 1301;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 -12px 40px rgba(10, 27, 41, 0.25);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: 1px solid #E2E8F0;
}

.vn-sheet-handle[b-xjftv0wrue] {
    width: 3rem;
    height: 0.25rem;
    background: #CBD5E1;
    border-radius: 9999px;
    margin: 0 auto 0.25rem auto;
    cursor: pointer;
    flex-shrink: 0;
}

.vn-sheet-title-row[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vn-sheet-title-left[b-xjftv0wrue] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-sheet-category-label[b-xjftv0wrue] {
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #94A3B8;
    letter-spacing: 0.05em;
}

.vn-sheet-main-title[b-xjftv0wrue] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
}

.vn-payment-summary[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    background: #F8FAFC;
    border-radius: 0.875rem;
    padding: 0.875rem;
    border: 1px solid #E2E8F0;
}

.vn-payment-label[b-xjftv0wrue] {
    display: block;
    font-size: 0.6875rem;
    color: #64748B;
    font-weight: 600;
}

.vn-payment-value[b-xjftv0wrue] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F2537;
}

.vn-payment-value--red[b-xjftv0wrue] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #E11D48;
}

.vn-payment-summary__right[b-xjftv0wrue] {
    text-align: right;
}

.vn-form-label[b-xjftv0wrue] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 0.375rem;
}

.vn-quick-amounts[b-xjftv0wrue] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.vn-account-select-list[b-xjftv0wrue] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 160px;
    overflow-y: auto;
}

.vn-account-option[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.875rem;
    border-radius: 0.75rem;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vn-account-option--selected[b-xjftv0wrue] {
    border-color: #0F2537;
    background: #F1F5F9;
}

.vn-account-option__info[b-xjftv0wrue] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-account-option__dot[b-xjftv0wrue] {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
}

.vn-account-option__name[b-xjftv0wrue] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0F2537;
}

.vn-dialog[b-xjftv0wrue] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    background: #FFFFFF;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    padding: 1.25rem 1.25rem calc(2.5rem + env(safe-area-inset-bottom, 0px)) 1.25rem;
    z-index: 1301;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 -12px 40px rgba(10, 27, 41, 0.25);
    border-top: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vn-dialog-handle[b-xjftv0wrue] {
    width: 3rem;
    height: 0.25rem;
    background: #CBD5E1;
    border-radius: 9999px;
    margin: 0 auto 0.25rem auto;
    cursor: pointer;
    flex-shrink: 0;
}

.vn-dialog-header[b-xjftv0wrue] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vn-dialog-title[b-xjftv0wrue] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
}

@media (min-width: 960px) {
    .vn-sheet[b-xjftv0wrue],
    .vn-dialog[b-xjftv0wrue] {
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 540px;
        border-radius: 1.5rem;
        padding: 1.5rem 2rem 2rem;
        box-shadow: 0 20px 50px rgba(15, 37, 55, 0.25);
        border: 1px solid #E2E8F0;
    }

    .vn-sheet-handle[b-xjftv0wrue],
    .vn-dialog-handle[b-xjftv0wrue] {
        display: none;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.vn-login-card[b-7tm62usa05] {
    width: 100%;
    max-width: 440px;
    background: #0F2537;
    border: 1px solid rgba(196, 154, 98, 0.3);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 40px rgba(196, 154, 98, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: blur(16px);
}

.vn-login-card-glow[b-7tm62usa05] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #F3C66E, transparent);
    border-radius: 9999px;
}

.vn-login-header[b-7tm62usa05] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.vn-login-logo-box[b-7tm62usa05] {
    width: 72px;
    height: 72px;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    border: 2px solid rgba(243, 198, 110, 0.4);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.vn-login-logo-img[b-7tm62usa05] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vn-login-title-group[b-7tm62usa05] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.vn-login-brand-velnor[b-7tm62usa05] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}

.vn-login-brand-boveda[b-7tm62usa05] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #F3C66E;
}

.vn-login-subtitle[b-7tm62usa05] {
    font-size: 0.8125rem;
    color: #94A3B8;
    margin: 0;
    font-weight: 500;
}

.vn-login-body[b-7tm62usa05] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.vn-login-pill[b-7tm62usa05] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(196, 154, 98, 0.08);
    border: 1px solid rgba(196, 154, 98, 0.25);
    border-radius: 9999px;
    font-size: 0.75rem;
    color: #E2E8F0;
    font-weight: 600;
}

.vn-login-error[b-7tm62usa05] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(220, 38, 38, 0.1);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: 0.75rem;
    color: #FCA5A5;
    font-size: 0.75rem;
    width: 100%;
    text-align: left;
}

.vn-google-btn-container[b-7tm62usa05] {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 44px;
}

.vn-login-guide-wrap[b-7tm62usa05] {
    width: 100%;
    margin-top: 0.5rem;
}

.vn-login-guide-link[b-7tm62usa05] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: 0.75rem;
    background: rgba(243, 198, 110, 0.08);
    border: 1px solid rgba(243, 198, 110, 0.25);
    color: #F3C66E;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vn-login-guide-link:hover[b-7tm62usa05] {
    background: rgba(243, 198, 110, 0.16);
    border-color: rgba(243, 198, 110, 0.5);
    color: #FFFFFF;
}

.vn-login-loading[b-7tm62usa05] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0;
}

.vn-login-loading-text[b-7tm62usa05] {
    font-size: 0.8125rem;
    color: #CBD5E1;
    font-weight: 600;
}

.vn-login-footer[b-7tm62usa05] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.6875rem;
    color: #64748B;
}
/* /Pages/Presupuestos.razor.rz.scp.css */
.vn-month-nav[b-u4oyb18daf] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 0.625rem;
    box-shadow: 0 2px 8px rgba(15,37,55,0.04);
    border: 1px solid rgba(226,232,240,0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-month-center[b-u4oyb18daf] {
    text-align: center;
}

.vn-gold-label[b-u4oyb18daf] {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9E743F;
    display: block;
}

.vn-month-title[b-u4oyb18daf] {
    font-size: 1rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.vn-month-actions[b-u4oyb18daf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
}

.vn-budget-metrics[b-u4oyb18daf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
}

.vn-metric[b-u4oyb18daf] {
    border-radius: 1rem;
    padding: 0.75rem;
    box-shadow: 0 2px 8px rgba(15,37,55,0.04);
    position: relative;
    overflow: hidden;
}

.vn-metric--navy[b-u4oyb18daf] {
    background: #0F2537;
}

.vn-metric--white[b-u4oyb18daf] {
    background: #FFFFFF;
    border: 1px solid rgba(226,232,240,0.8);
}

.vn-metric-label[b-u4oyb18daf] {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vn-metric-currency[b-u4oyb18daf] {
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-metric-value[b-u4oyb18daf] {
    font-size: 1rem;
    font-weight: 800;
    display: block;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.vn-metric--white .vn-metric-value[b-u4oyb18daf] {
    color: #1e293b;
}

.vn-metric-sub[b-u4oyb18daf] {
    font-size: 0.5625rem;
    display: block;
    margin-top: 0.125rem;
}

.vn-cat-cards[b-u4oyb18daf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vn-cat-card[b-u4oyb18daf] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 0.875rem;
    border: 1px solid;
    box-shadow: 0 2px 6px rgba(15,37,55,0.04);
    cursor: pointer;
    transition: transform 0.1s;
}

.vn-cat-card:active[b-u4oyb18daf] {
    transform: scale(0.98);
}

.vn-cat-card--normal[b-u4oyb18daf] {
    border-color: rgba(226,232,240,0.8);
}

.vn-cat-card--exceeded[b-u4oyb18daf] {
    border-color: rgba(254,202,202,0.9);
}

.vn-cat-card--warning[b-u4oyb18daf] {
    border-color: rgba(253,230,138,0.8);
}

.vn-cat-card-top[b-u4oyb18daf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.vn-cat-icon-box[b-u4oyb18daf] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-cat-icon-box--amber[b-u4oyb18daf] {
    background: #FFFBEB;
    border: 1px solid #FDE68A;
}

.vn-cat-icon-box--rose[b-u4oyb18daf] {
    background: #FFF1F2;
    border: 1px solid #FECDD3;
}

.vn-cat-icon-box--emerald[b-u4oyb18daf] {
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
}

.vn-cat-icon-box--blue[b-u4oyb18daf] {
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.vn-cat-icon-box--purple[b-u4oyb18daf] {
    background: #FAF5FF;
    border: 1px solid #E9D5FF;
}

.vn-cat-card-name[b-u4oyb18daf] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F2537;
    margin: 0;
    line-height: 1.3;
}

.vn-cat-assigned[b-u4oyb18daf] {
    font-size: 0.6875rem;
    color: #64748B;
    font-weight: 500;
    margin: 0;
}

.vn-val--exceeded[b-u4oyb18daf] {
    font-size: 0.875rem;
    font-weight: 800;
    color: #DC2626;
}

.vn-val--normal[b-u4oyb18daf] {
    font-size: 0.875rem;
    font-weight: 800;
    color: #1e293b;
}

.text-amber[b-u4oyb18daf] {
    color: #D97706;
}

.text-emerald[b-u4oyb18daf] {
    color: #059669;
}

@media (min-width: 960px) {
    .vn-cat-cards[b-u4oyb18daf] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .vn-budget-metrics[b-u4oyb18daf] {
        gap: 1.25rem;
    }

    .vn-metric-value[b-u4oyb18daf] {
        font-size: 1.5rem;
    }
}

.vn-month-actions__label[b-u4oyb18daf] {
    font-size: 0.75rem;
    color: #64748B;
    font-weight: 500;
}

.vn-month-actions__buttons[b-u4oyb18daf] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.vn-global-bar-header[b-u4oyb18daf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.375rem;
}

.vn-global-bar-label[b-u4oyb18daf] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-global-bar-value[b-u4oyb18daf] {
    font-size: 0.6875rem;
    font-weight: 800;
    color: var(--velnor-navy);
}

.vn-cats-section-header[b-u4oyb18daf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}

.vn-cats-section-title[b-u4oyb18daf] {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--velnor-navy);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-cats-section-hint[b-u4oyb18daf] {
    font-size: 0.6875rem;
    color: #94a3b8;
    font-weight: 500;
}

.vn-cat-card-top__right[b-u4oyb18daf] {
    text-align: right;
}

.vn-cat-bar-footer[b-u4oyb18daf] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.375rem;
    font-size: 0.625rem;
    color: #64748B;
}

.vn-cat-bar-edit[b-u4oyb18daf] {
    color: var(--velnor-navy);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.vn-sheet-editor-header[b-u4oyb18daf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #F1F5F9;
}

.vn-sheet-editor-icon-wrap[b-u4oyb18daf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-sheet-editor-icon-box[b-u4oyb18daf] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1rem;
    background: rgba(196, 154, 98, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn-sheet-editor-category-label[b-u4oyb18daf] {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9E743F;
    display: block;
}

.vn-sheet-editor-title[b-u4oyb18daf] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--velnor-navy);
    margin: 0;
}

.vn-budget-input-wrap[b-u4oyb18daf] {
    background: var(--velnor-bg-canvas);
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid var(--velnor-border-light);
    margin: 1rem 0;
}

.vn-budget-input-hint[b-u4oyb18daf] {
    font-size: 0.6875rem;
    color: #64748B;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-recent-header[b-u4oyb18daf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.625rem;
}

.vn-recent-title[b-u4oyb18daf] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--velnor-navy);
    margin: 0;
}

.vn-recent-period[b-u4oyb18daf] {
    font-size: 0.625rem;
    font-weight: 600;
    color: #9E743F;
}

.vn-recent-tx[b-u4oyb18daf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem;
    background: var(--velnor-bg-canvas);
    border-radius: 0.75rem;
    border: 1px solid #F1F5F9;
    margin-bottom: 0.375rem;
}

.vn-recent-tx__concept[b-u4oyb18daf] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.vn-recent-tx__meta[b-u4oyb18daf] {
    font-size: 0.625rem;
    color: #94a3b8;
    margin: 0;
}

.vn-recent-tx__amount[b-u4oyb18daf] {
    font-size: 0.75rem;
    font-weight: 800;
    color: #DC2626;
}

.vn-sheet-actions[b-u4oyb18daf] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.vn-cats-empty[b-u4oyb18daf] {
    padding: 2rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-filter-pills[b-u4oyb18daf] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.vn-filter-pills[b-u4oyb18daf]::-webkit-scrollbar {
    display: none;
}

.vn-pill[b-u4oyb18daf] {
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-pill--ingreso[b-u4oyb18daf] {
    background: #16A34A;
    color: #FFFFFF;
}

.vn-pill--gasto[b-u4oyb18daf] {
    background: #DC2626;
    color: #FFFFFF;
}

.vn-pill--inactive[b-u4oyb18daf] {
    background: #FFFFFF;
    color: #475569;
    border: 1px solid #E2E8F0;
}

/* /Pages/Reportes.razor.rz.scp.css */
.vn-report-card[b-d9hqdei79e] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 0.875rem;
    box-shadow: 0 2px 8px rgba(15,37,55,0.04);
}

.vn-report-card--income[b-d9hqdei79e] {
    border: 1px solid rgba(167,243,208,0.8);
    background: linear-gradient(135deg, #ECFDF5, #FFFFFF);
}

.vn-report-card--expense[b-d9hqdei79e] {
    border: 1px solid rgba(254,202,202,0.8);
    background: linear-gradient(135deg, #FFF1F2, #FFFFFF);
}

.vn-period-label-bar[b-d9hqdei79e] {
    background: #F1F5F9;
    border-radius: 0.75rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #475569;
}

.vn-period-label-bar__left[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-period-label-bar__right[b-d9hqdei79e] {
    font-weight: 700;
    color: var(--velnor-navy);
}

.vn-metrics-grid[b-d9hqdei79e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
}

.vn-report-card__header[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.vn-report-card__type-label[b-d9hqdei79e] {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.vn-report-card__type-label--income[b-d9hqdei79e] {
    color: #059669;
}

.vn-report-card__type-label--expense[b-d9hqdei79e] {
    color: #DC2626;
}

.vn-report-card__amount[b-d9hqdei79e] {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vn-report-card__amount--income[b-d9hqdei79e] {
    color: #065F46;
}

.vn-report-card__amount--expense[b-d9hqdei79e] {
    color: #991B1B;
}

.vn-report-card__delta[b-d9hqdei79e] {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.6875rem;
}

.vn-report-card__delta--income[b-d9hqdei79e] {
    color: #059669;
}

.vn-report-card__delta--expense[b-d9hqdei79e] {
    color: #DC2626;
}

.vn-report-card__delta-value[b-d9hqdei79e] {
    font-weight: 600;
}

.vn-cat-breakdown[b-d9hqdei79e] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vn-cat-breakdown-row__header[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.375rem;
}

.vn-cat-breakdown-row__left[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-cat-breakdown-row__name[b-d9hqdei79e] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
}

.vn-cat-breakdown-row__right[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-cat-breakdown-row__amount[b-d9hqdei79e] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #1e293b;
}

.vn-cat-breakdown-row__pct[b-d9hqdei79e] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748B;
    min-width: 2.5rem;
    text-align: right;
}

.vn-cat-breakdown-bar[b-d9hqdei79e] {
    height: 0.5rem;
    background: #F1F5F9;
    border-radius: 9999px;
    overflow: hidden;
}

.vn-cat-breakdown-bar__fill[b-d9hqdei79e] {
    height: 100%;
    border-radius: 9999px;
    background: linear-gradient(90deg, #0F2537, #3B5D7A, #F3C66E);
    transition: width 0.4s;
}

.vn-monthly-summary-card[b-d9hqdei79e] {
    background: var(--velnor-surface-white);
    border-radius: 1rem;
    border: 1px solid #F1F5F9;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 37, 55, 0.04);
}

.vn-monthly-summary-header[b-d9hqdei79e] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vn-monthly-summary-title[b-d9hqdei79e] {
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--velnor-navy);
    margin: 0;
}

.vn-monthly-summary-period[b-d9hqdei79e] {
    font-size: 0.625rem;
    font-weight: 600;
    color: #9E743F;
}

.vn-monthly-summary-row[b-d9hqdei79e] {
    padding: 0.625rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F8FAFC;
}

.vn-monthly-summary-month[b-d9hqdei79e] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #334155;
}

.vn-monthly-summary-amounts[b-d9hqdei79e] {
    display: flex;
    gap: 1rem;
    font-size: 0.75rem;
}

.vn-chart-empty[b-d9hqdei79e] {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-reports-page-header[b-d9hqdei79e] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 0.25rem;
}

.vn-reports-chart-card[b-d9hqdei79e] {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #F1F5F9;
    box-shadow: 0 2px 8px rgba(15, 37, 55, 0.04);
    height: 100%;
}

.vn-reports-section-title[b-d9hqdei79e] {
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--velnor-navy);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.vn-reports-section-hint[b-d9hqdei79e] {
    font-size: 0.6875rem;
    color: #64748B;
    font-weight: 500;
}

.vn-reports-card-header[b-d9hqdei79e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.vn-reports-empty[b-d9hqdei79e] {
    padding: 1.5rem 0;
    text-align: center;
    color: #94A3B8;
    font-size: 0.75rem;
    font-weight: 600;
}

.vn-tab-switcher[b-d9hqdei79e] {
    display: inline-flex;
    background: #F1F5F9;
    padding: 0.25rem;
    border-radius: 0.75rem;
    gap: 0.25rem;
    border: 1px solid #E2E8F0;
    width: fit-content;
}

.vn-tab-btn[b-d9hqdei79e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-radius: 0.5rem;
    border: none;
    background: transparent;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.vn-tab-btn:hover[b-d9hqdei79e] {
    color: #0F2537;
    background: rgba(255, 255, 255, 0.5);
}

.vn-tab-btn--active[b-d9hqdei79e] {
    background: #FFFFFF;
    color: #0F2537;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* /Pages/TipoDeCambio.razor.rz.scp.css */
.vn-page-content[b-9rxcqge5p7] {
    padding: 1.5rem 1rem 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .vn-page-content[b-9rxcqge5p7] {
        padding: 2rem 1.5rem 2.5rem;
    }
}

.vn-tc-header[b-9rxcqge5p7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .vn-tc-header[b-9rxcqge5p7] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.vn-tc-title[b-9rxcqge5p7] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
    line-height: 1.2;
}

.vn-tc-subtitle[b-9rxcqge5p7] {
    font-size: 0.875rem;
    color: #64748B;
    margin: 0.25rem 0 0;
}

.vn-tc-header-btn[b-9rxcqge5p7] {
    background: #0F2537 !important;
    color: #F3C66E !important;
    font-weight: 700 !important;
    border-radius: 0.75rem !important;
    border: 1px solid rgba(243, 198, 110, 0.4) !important;
    text-transform: none !important;
}

.vn-tc-metrics-grid[b-9rxcqge5p7] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .vn-tc-metrics-grid[b-9rxcqge5p7] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vn-tc-metric-card[b-9rxcqge5p7] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.vn-tc-metric-card--gold[b-9rxcqge5p7] {
    background: #FDFBF7;
    border-color: #F1E5D1;
}

.vn-tc-metric-icon[b-9rxcqge5p7] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FEF3C7;
    color: #9E743F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vn-tc-metric-icon--navy[b-9rxcqge5p7] {
    background: #E2E8F0;
    color: #0F2537;
}

.vn-tc-metric-icon--emerald[b-9rxcqge5p7] {
    background: #DCFCE7;
    color: #16A34A;
}

.vn-tc-metric-content[b-9rxcqge5p7] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vn-tc-metric-label[b-9rxcqge5p7] {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    letter-spacing: 0.05em;
}

.vn-tc-metric-value[b-9rxcqge5p7] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0F2537;
    line-height: 1.2;
    margin: 0.125rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vn-tc-metric-sub[b-9rxcqge5p7] {
    font-size: 0.6875rem;
    color: #94A3B8;
}

.vn-section[b-9rxcqge5p7] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.25rem;
}

.vn-section-header[b-9rxcqge5p7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
    .vn-section-header[b-9rxcqge5p7] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.vn-section-title[b-9rxcqge5p7] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0F2537;
    margin: 0;
}

.vn-section-desc[b-9rxcqge5p7] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0.125rem 0 0;
}

.vn-tc-filter-row[b-9rxcqge5p7] {
    min-width: 200px;
}

.vn-tc-table-wrap[b-9rxcqge5p7] {
    overflow-x: auto;
}

.vn-tc-table[b-9rxcqge5p7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.vn-tc-table th[b-9rxcqge5p7] {
    text-align: left;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #E2E8F0;
    background: #F8FAFC;
}

.vn-tc-table td[b-9rxcqge5p7] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #F1F5F9;
    color: #1E293B;
}

.vn-tc-row--today[b-9rxcqge5p7] {
    background: #FFFDF5;
}

.vn-tc-date-cell[b-9rxcqge5p7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vn-tc-date-text[b-9rxcqge5p7] {
    font-weight: 700;
    color: #0F2537;
}

.vn-tc-today-badge[b-9rxcqge5p7] {
    background: #FEF3C7;
    color: #92400E;
    font-size: 0.625rem;
    font-weight: 800;
    padding: 0.125rem 0.375rem;
    border-radius: 6px;
    text-transform: uppercase;
}

.vn-tc-rate-val[b-9rxcqge5p7] {
    font-weight: 700;
    color: #9E743F;
}

.vn-tc-equiv-sample[b-9rxcqge5p7] {
    font-size: 0.75rem;
    color: #64748B;
}

.vn-loading-box[b-9rxcqge5p7], .vn-empty-box[b-9rxcqge5p7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.vn-loading-text[b-9rxcqge5p7] {
    font-size: 0.875rem;
    color: #64748B;
    margin-top: 0.75rem;
}

.vn-empty-title[b-9rxcqge5p7] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F2537;
    margin: 0.75rem 0 0.25rem;
}

.vn-empty-sub[b-9rxcqge5p7] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0;
}
/* /Pages/Transacciones.razor.rz.scp.css */
.vn-tx-header[b-odn08xgmch] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0.25rem;
}

.vn-search-wrap[b-odn08xgmch]  .mud-input-outlined {
    border-radius: 1rem !important;
}

.vn-pill--all[b-odn08xgmch] { background: #0F2537; color: #FFFFFF; }
.vn-pill--ingreso[b-odn08xgmch] { background: #16A34A; color: #FFFFFF; }
.vn-pill--gasto[b-odn08xgmch] { background: #DC2626; color: #FFFFFF; }
.vn-pill--transferencia[b-odn08xgmch] { background: #9E743F; color: #FFFFFF; }

.vn-tx-list-card[b-odn08xgmch] {
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid rgba(226,232,240,0.9);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15,37,55,0.04);
}

.vn-empty[b-odn08xgmch] {
    padding: 2rem;
    text-align: center;
}

.vn-tx-item[b-odn08xgmch] {
    padding: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid #F1F5F9;
}

.vn-tx-item:hover[b-odn08xgmch] {
    background: #F8FAFC;
}

.vn-tx-item:last-child[b-odn08xgmch] {
    border-bottom: none;
}

.vn-tx-item-left[b-odn08xgmch] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vn-tx-concept[b-odn08xgmch] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
}

.vn-tx-meta-row[b-odn08xgmch] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.625rem;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 0.125rem;
}

.vn-tx-item-right[b-odn08xgmch] {
    text-align: right;
    flex-shrink: 0;
}

.vn-detail-amount-wrap[b-odn08xgmch] {
    text-align: center;
    padding: 0.5rem 0 0.75rem;
}

.vn-detail-amount[b-odn08xgmch] {
    font-size: 1.875rem;
    font-weight: 800;
}

.vn-detail-concept[b-odn08xgmch] {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0.25rem 0 0;
}

.vn-detail-grid[b-odn08xgmch] {
    background: #F8FAFC;
    border-radius: 1rem;
    padding: 0.875rem;
    border: 1px solid rgba(226,232,240,0.8);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.vn-detail-row[b-odn08xgmch] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
}

.vn-detail-key[b-odn08xgmch] {
    color: #64748B;
}

.vn-detail-val[b-odn08xgmch] {
    font-weight: 700;
    color: #1e293b;
}

.vn-tx-grid-card[b-odn08xgmch] {
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 20px -2px rgba(15,37,55,0.06);
    overflow: hidden;
}

.vn-grid-acc-dot[b-odn08xgmch] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    display: inline-block;
}

.vn-tx-empty-msg[b-odn08xgmch] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
    margin-top: 0.5rem;
}

.vn-tx-category-text[b-odn08xgmch] {
    color: #334155;
    font-weight: 600;
}

.vn-tx-muted[b-odn08xgmch] {
    color: #94a3b8;
}

.vn-sheet-detail-category[b-odn08xgmch] {
    font-size: 0.75rem;
    color: #64748B;
    margin: 0;
}

.vn-sheet-detail-label[b-odn08xgmch] {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9E743F;
}

.vn-detail-exchange-rate[b-odn08xgmch] {
    color: #92400E;
}

.vn-detail-status[b-odn08xgmch] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #065F46;
}

.vn-detail-footer[b-odn08xgmch] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.vn-type-label-text[b-odn08xgmch] {
    font-size: 0.6875rem;
    font-weight: 700;
}

.vn-amount-bold[b-odn08xgmch] {
    font-weight: 800;
}

