/* /Components/Goals/GoalCard.razor.rz.scp.css */
.goal-card[b-g12clqxp8b] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.goal-card:hover[b-g12clqxp8b] {
    border-color: #8b5cf6;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
    transform: translateY(-2px);
}

.goal-card-header[b-g12clqxp8b] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.goal-icon[b-g12clqxp8b] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.icon-retirement[b-g12clqxp8b] {
    background: #dbeafe;
}

.icon-lifestyle[b-g12clqxp8b] {
    background: #f3e8ff;
}

.icon-health[b-g12clqxp8b] {
    background: #fce7f3;
}

.icon-default[b-g12clqxp8b] {
    background: #f3f4f6;
}

.goal-info[b-g12clqxp8b] {
    flex: 1;
    min-width: 0;
}

.goal-name[b-g12clqxp8b] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goal-type-badge[b-g12clqxp8b] {
    font-size: 0.75rem;
    color: #6b7280;
    background: #f3f4f6;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
}

.edit-btn[b-g12clqxp8b] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.goal-card:hover .edit-btn[b-g12clqxp8b] {
    opacity: 1;
}

.goal-card-body[b-g12clqxp8b] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.goal-primary-value[b-g12clqxp8b] {
    margin-bottom: 0.5rem;
}

.value-label[b-g12clqxp8b] {
    display: block;
    font-size: 0.7rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.value-amount[b-g12clqxp8b] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.frequency-badge[b-g12clqxp8b] {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    vertical-align: middle;
}

.goal-details[b-g12clqxp8b] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.detail-item[b-g12clqxp8b] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-g12clqxp8b] {
    font-size: 0.7rem;
    color: #9ca3af;
    text-transform: uppercase;
}

.detail-value[b-g12clqxp8b] {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

.risk-section[b-g12clqxp8b] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.risk-header[b-g12clqxp8b] {
    text-align: center;
    margin-bottom: 0.25rem;
}

.risk-title[b-g12clqxp8b] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    .goal-card[b-g12clqxp8b] {
        padding: 0.875rem;
    }
    
    .goal-card-header[b-g12clqxp8b] {
        margin-bottom: 0.875rem;
    }
    
    .goal-icon[b-g12clqxp8b] {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    
    .goal-name[b-g12clqxp8b] {
        font-size: 0.9375rem;
    }
    
    .value-amount[b-g12clqxp8b] {
        font-size: 1.375rem;
    }
    
    .risk-section[b-g12clqxp8b] {
        padding-top: 0.875rem;
    }
}
/* /Components/Goals/GoalRiskMeter.razor.rz.scp.css */
.risk-meter-container[b-kwgfbcf1c1] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meter-text-container[b-kwgfbcf1c1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.meter-value[b-kwgfbcf1c1] {
    font-size: 0.875rem;
    font-weight: 700;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-lg29zb2sjo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lg29zb2sjo] {
    flex: 1;
    background-color: #f7f7f7;
}

main.bg-white[b-lg29zb2sjo] {
    background-color: #fff;
}

.sidebar[b-lg29zb2sjo] {
    background-image:
        radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 55%),
        linear-gradient(180deg, #2b4f7b 0%, #1f2d46 75%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-row[b-lg29zb2sjo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-lg29zb2sjo]  a,
.top-row[b-lg29zb2sjo]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-lg29zb2sjo]  a:hover,
.top-row[b-lg29zb2sjo]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-lg29zb2sjo]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-lg29zb2sjo] {
        justify-content: space-between;
    }

    .top-row[b-lg29zb2sjo]  a,
    .top-row[b-lg29zb2sjo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lg29zb2sjo] {
        flex-direction: row;
    }

    .sidebar[b-lg29zb2sjo] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    main[b-lg29zb2sjo] {
        flex: 1;
        min-width: 0;
        overflow-x: hidden;
    }

    .top-row[b-lg29zb2sjo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-lg29zb2sjo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-lg29zb2sjo],
    article[b-lg29zb2sjo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lg29zb2sjo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-lg29zb2sjo] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Footer styles: dark background with light text */
.site-footer[b-lg29zb2sjo] {
    background-color: #1f2937;
    /* slate-800 */
    color: #e5e7eb;
    /* gray-200 */
    text-align: center;
    /* Ensures centering */
}

.site-footer a[b-lg29zb2sjo] {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover[b-lg29zb2sjo] {
    color: #f3f4f6;
    /* lighter */
    text-decoration: underline;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qsps5wi79x] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #ffffff;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-qsps5wi79x] {
    background-color: rgba(255, 255, 255, 0.16);
}

.top-row[b-qsps5wi79x] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.navbar-brand[b-qsps5wi79x] {
    font-size: 1.05rem;
    font-weight: 650;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.navbar-brand:hover[b-qsps5wi79x] {
    color: #ffffff;
}

.bi[b-qsps5wi79x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13s-3.309.488-4.615.911c-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cash-coin' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8m5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0'/%3E%3Cpath d='M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195z'/%3E%3Cpath d='M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083q.088-.517.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1z'/%3E%3Cpath d='M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 6 6 0 0 1 3.13-1.567'/%3E%3C/svg%3E");
}

.bi-clipboard-data-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-data' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0z'/%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* Custom icon classes based on nav text */
.bi-summary-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 13h8V3H3v10zm0 8h8v-6H3v6zM13 21h8V11h-8v10zm0-18v6h8V3h-8z'/%3E%3C/svg%3E");
}

.bi-accounts-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm-7 20a7 7 0 0 1 14 0H5z'/%3E%3C/svg%3E");
}

.bi-home-real-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 3l9 8h-3v9h-12v-9h-3l9-8z'/%3E%3C/svg%3E");
}

.bi-debts-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M3 13h2v-2H3v2zm0 4h2v-2H3v2zM7 5h14v2H7V5zm0 4h14v2H7V9zm0 4h14v2H7v-2z'/%3E%3C/svg%3E");
}

.bi-income-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 1L3 5v6c0 5 3.8 9.7 9 11 5.2-1.3 9-6 9-11V5l-9-4zm1 13h3l-4 4-4-4h3V7h2v7z'/%3E%3C/svg%3E");
}

.bi-expenses-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2zm1 14h-2v-2h2v2zm0-4h-2V6h2v6z'/%3E%3C/svg%3E");
}

.bi-retirement-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.138-1.496A6.609 6.609 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z'/%3E%3Cpath fill-rule='evenodd' d='M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.218-.02-.431-.02-.431.262-.11.51-.266.706-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.91.91 0 0 0 .09-.255.701.701 0 0 0-.202-.645.584.584 0 0 0-.707-.098.742.742 0 0 0-.375.562c-.024.243.082.48.32.654a2.115 2.115 0 0 1-.26.153c-.533-2.664-3.283-4.595-6.441-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359s-1.496-.13-2.157-.359a.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.646 4.646 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857c.057.06.059.138.034.21l-.044-.025c-.146-.09-.157-.175-.152-.223a.242.242 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z'/%3E%3C/svg%3E");
}

.bi-sunset-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.646 4.854a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708L8.5 3.793V.5a.5.5 0 0 0-1 0v3.293L6.354 2.646a.5.5 0 1 0-.708.708zM8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0-1a2 2 0 1 1 0-4 2 2 0 0 1 0 4m6.5-8a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1zm-14 0a.5.5 0 0 0 0 1H3a.5.5 0 0 0 0-1zm11.354 11.354a.5.5 0 0 0 .708-.708l-1.5-1.5a.5.5 0 0 0-.708.708zm-10.708 0a.5.5 0 0 1 .708-.708l1.5 1.5a.5.5 0 0 1-.708.708zM8 13a.5.5 0 0 0 .5-.5v-1.5a.5.5 0 0 0-1 0v1.5a.5.5 0 0 0 .5.5'/%3E%3Cpath d='M8 12a4 4 0 0 0-4-4H2.5a.5.5 0 0 0 0 1H4a3 3 0 0 1-.875 2.031.5.5 0 1 0 .75.659A3.99 3.99 0 0 0 8 12m6.5-4H12a4 4 0 0 1-.875 2.031.5.5 0 1 1-.75-.659A3.993 3.993 0 0 0 12 8h1.5a.5.5 0 0 1 0 1'/%3E%3C/svg%3E");
}

.bi-graph-up-arrow-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-piggy-bank-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m1.138-1.496A6.6 6.6 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.6 7.6 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962'/%3E%3Cpath fill-rule='evenodd' d='M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069q0-.218-.02-.431c.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.74.74 0 0 0-.375.562c-.024.243.082.48.32.654q-.133.09-.262.154c-.534-2.664-3.284-4.595-6.442-4.595M2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.6 6.6 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.65 4.65 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393m12.621-.857a.57.57 0 0 1 .098-.21l-.044-.025c-.146-.09-.157-.175-.152-.223a.24.24 0 0 1 .117-.173c.049-.027.08-.021.113.012a.2.2 0 0 1 .064.199'/%3E%3C/svg%3E");
}

.bi-wallet2-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499L12.136.326zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484L5.562 3zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-bullseye-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bullseye' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10zm0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12z'/%3E%3Cpath d='M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3Cpath d='M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-networth-planner-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5m0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM10.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-1 2.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-dice-5-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E");
}

.bi-calculator-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-cash-stack-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3Cpath d='M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.bi-piggy-bank-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069q0-.218-.02-.431c.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.74.74 0 0 0-.375.562c-.024.243.082.48.32.654q-.133.09-.262.154c-.534-2.664-3.284-4.595-6.442-4.595M2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.6 6.6 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.65 4.65 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393m12.621-.857a.57.57 0 0 1 .098-.21l-.044-.025c-.146-.09-.157-.175-.152-.223a.24.24 0 0 1 .117-.173c.049-.027.08-.021.113.012a.2.2 0 0 1 .064.199'/%3E%3C/svg%3E");
}

.bi-umbrella-fill-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a.5.5 0 0 1 .5.5v.514C12.625 1.238 16 4.22 16 8c0 0 0 .5-.5.5-.149 0-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 13 7.5c-.638 0-1.178.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394 3.3 3.3 0 0 0-1.064-.39V13.5a1.5 1.5 0 0 0 2.583 1.035.5.5 0 0 1 .708.707l-.708.708a2.5 2.5 0 0 1-3.536 0 2.5 2.5 0 0 1-.73-1.768V7.926a3.3 3.3 0 0 0-1.064.39 3.5 3.5 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146-.352-.145-.352-.145l-.004-.004-.025-.023a3.5 3.5 0 0 0-.555-.394A3.17 3.17 0 0 0 3 7.5c-.638 0-1.177.213-1.564.434a3.5 3.5 0 0 0-.555.394l-.025.023-.003.003s-.204.146-.353.146C.5 8.5.5 8 .5 8c0-3.78 3.375-6.762 7.5-6.986V.5A.5.5 0 0 1 8 0'/%3E%3C/svg%3E");
}

.bi-arrow-left-right-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5m14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5'/%3E%3C/svg%3E");
}

.bi-heart-pulse-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053.918 3.995.78 5.323 1.508 7H.43c-2.128-5.697 4.165-8.83 7.394-5.857q.09.083.176.171a3 3 0 0 1 .176-.17c3.23-2.974 9.522.159 7.394 5.856h-1.078c.728-1.677.59-3.005.108-3.947C13.486.878 10.4.28 8.717 2.01zM2.212 10h1.315C4.593 11.183 6.05 12.458 8 13.795c1.949-1.337 3.407-2.612 4.473-3.795h1.315c-1.265 1.566-3.14 3.25-5.788 5-2.648-1.75-4.523-3.434-5.788-5'/%3E%3Cpath d='M10.464 3.314a.5.5 0 0 0-.945.049L7.921 8.956 6.464 5.314a.5.5 0 0 0-.88-.091L3.732 8H.5a.5.5 0 0 0 0 1H4a.5.5 0 0 0 .416-.223l1.473-2.209 1.647 4.118a.5.5 0 0 0 .945-.049l1.598-5.593 1.457 3.642A.5.5 0 0 0 12 9h3.5a.5.5 0 0 0 0-1h-3.162z'/%3E%3C/svg%3E");
}

/* Sliders icon for Plan Setup */
.bi-sliders-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1z'/%3E%3C/svg%3E");
}

/* Graph up icon for Simulations */
.bi-graph-up-nav-menu[b-qsps5wi79x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

/* Collapsible nav group styles */
.nav-group[b-qsps5wi79x] {
    margin: 0.25rem 0;
}

.nav-group-toggle[b-qsps5wi79x] {
    display: flex;
    align-items: center;
    width: calc(100% - 1.5rem);
    margin: 0 0.75rem;
    padding: 0 0.75rem;
    height: 2.2rem;
    background: none;
    border: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-group-toggle:hover[b-qsps5wi79x] {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-group-toggle:hover .bi[b-qsps5wi79x] {
    opacity: 1;
}

.nav-group-toggle:focus-visible[b-qsps5wi79x] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.nav-group-toggle .bi[b-qsps5wi79x] {
    opacity: 0.95;
}

.nav-group-chevron[b-qsps5wi79x] {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.nav-group-toggle.expanded .nav-group-chevron[b-qsps5wi79x] {
    transform: rotate(90deg);
}

.nav-group-items[b-qsps5wi79x] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}

.nav-group-items.expanded[b-qsps5wi79x] {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}

.nav-group-items .nav-item[b-qsps5wi79x] {
    padding-left: 0.5rem;
    margin-left: 2.0rem;
    border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.nav-group-items .nav-item:first-child[b-qsps5wi79x] {
    padding-top: 0.25rem;
}

.nav-group-items .nav-item:last-child[b-qsps5wi79x] {
    padding-bottom: 0.25rem;
}

.nav-item[b-qsps5wi79x] {
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
}

.nav-item:first-of-type[b-qsps5wi79x] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-qsps5wi79x] {
    padding-bottom: 0.5rem;
}

.nav-item[b-qsps5wi79x]  .nav-link {
    color: rgba(255, 255, 255, 0.86);
    background: none;
    border: none;
    border-radius: 10px;
    height: 2.2rem;
    display: flex;
    align-items: center;
    line-height: 2.2rem;
    width: 100%;
    padding: 0 0.75rem;
    transition: background-color 0.15s ease, color 0.15s ease;
    position: relative;
}

.nav-item[b-qsps5wi79x]  .bi {
    opacity: 0.95;
}

.nav-item[b-qsps5wi79x]  .nav-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.nav-item[b-qsps5wi79x]  a.active {
    background-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.nav-item[b-qsps5wi79x]  a.active .bi {
    opacity: 1;
}

.nav-item[b-qsps5wi79x]  a.active::after {
    content: "";
    position: absolute;
    right: -0.75rem;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1.1rem solid transparent;
    border-bottom: 1.1rem solid transparent;
    border-left: 0.75rem solid rgba(255, 255, 255, 0.14);
}

.nav-item[b-qsps5wi79x]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}
.nav-item[b-qsps5wi79x]  .nav-link:hover .bi {
    opacity: 1;
}

/* Backdrop overlay for mobile menu */
.nav-backdrop[b-qsps5wi79x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 24, 39, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: -1;
}

.nav-scrollable[b-qsps5wi79x] {
    position: fixed;
    top: 0;
    left: -90%;
    width: 90%;
    height: 100vh;
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
}

.nav-scrollable nav[b-qsps5wi79x] {
    background-image:
        radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 55%),
        linear-gradient(180deg, #2b4f7b 0%, #1f2d46 75%);
    min-height: 100%;
    padding-top: 3.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked~.nav-scrollable[b-qsps5wi79x] {
    left: 0;
}

.navbar-toggler:checked~.nav-scrollable .nav-backdrop[b-qsps5wi79x] {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qsps5wi79x] {
        display: none;
    }

    .nav-backdrop[b-qsps5wi79x] {
        display: none;
    }

    .nav-scrollable[b-qsps5wi79x] {
        /* Never collapse the sidebar for wide screens */
        position: static;
        left: auto;
        width: auto;
        display: block;
        padding-top: 0;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-scrollable nav[b-qsps5wi79x] {
        background-image: none;
        padding-top: 0;
        border-right: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-a5i7u584t4],
.components-reconnect-repeated-attempt-visible[b-a5i7u584t4],
.components-reconnect-failed-visible[b-a5i7u584t4],
.components-pause-visible[b-a5i7u584t4],
.components-resume-failed-visible[b-a5i7u584t4],
.components-rejoining-animation[b-a5i7u584t4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-retrying[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-failed[b-a5i7u584t4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-a5i7u584t4] {
    display: block;
}


#components-reconnect-modal[b-a5i7u584t4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-a5i7u584t4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-a5i7u584t4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-a5i7u584t4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-a5i7u584t4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-a5i7u584t4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-a5i7u584t4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-a5i7u584t4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-a5i7u584t4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-a5i7u584t4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-a5i7u584t4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-a5i7u584t4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-a5i7u584t4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-a5i7u584t4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-a5i7u584t4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-a5i7u584t4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-a5i7u584t4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-a5i7u584t4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-a5i7u584t4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Goals.razor.rz.scp.css */
.goals-grid[b-k1penkicbq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.add-goal-card[b-k1penkicbq] {
    background: #fff;
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.add-goal-card:hover[b-k1penkicbq] {
    border-color: #8b5cf6;
    background-color: #faf5ff;
}

.add-goal-content[b-k1penkicbq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.add-icon[b-k1penkicbq] {
    font-size: 2.5rem;
    color: #9ca3af;
    transition: color 0.2s ease;
}

.add-goal-card:hover .add-icon[b-k1penkicbq] {
    color: #8b5cf6;
}

.add-text[b-k1penkicbq] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.add-goal-card:hover .add-text[b-k1penkicbq] {
    color: #8b5cf6;
}

@media (max-width: 768px) {
    .goals-grid[b-k1penkicbq] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .add-goal-card[b-k1penkicbq] {
        min-height: 150px;
    }
}
/* /Components/Pages/HealthcarePlanner.razor.rz.scp.css */
.card-elevated[b-o230jtrabp] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card-elevated:hover[b-o230jtrabp] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-soft[b-o230jtrabp] {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.healthcare-chart[b-o230jtrabp] {
    min-height: 300px;
    max-height: 400px;
}

.table-hover tbody tr:hover[b-o230jtrabp] {
    background-color: rgba(0, 123, 255, 0.05);
}

.table-info[b-o230jtrabp] {
    background-color: rgba(13, 202, 240, 0.1);
}

.form-label[b-o230jtrabp] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.border-bottom[b-o230jtrabp] {
    border-color: #dee2e6 !important;
}

.basic-settings[b-o230jtrabp] {
    row-gap: 0.75rem;
}

.advanced-settings[b-o230jtrabp] {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #fcfcfd;
}

.advanced-settings-summary[b-o230jtrabp] {
    cursor: pointer;
    font-weight: 600;
    color: #495057;
    list-style: none;
}

.advanced-settings-summary[b-o230jtrabp]::-webkit-details-marker {
    display: none;
}

.advanced-settings-summary[b-o230jtrabp]::before {
    content: "Show";
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 500;
    font-size: 0.85rem;
    color: #6c757d;
}

.advanced-settings[open] .advanced-settings-summary[b-o230jtrabp]::before {
    content: "Hide";
}
/* /Components/Pages/Home.razor.rz.scp.css */
@keyframes gradientShift-b-dvqupltgn0 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes float-b-dvqupltgn0 {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes floatReverse-b-dvqupltgn0 {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(20px) rotate(-5deg);
    }
}

.hero-section[b-dvqupltgn0] {
    background: linear-gradient(-45deg, #667eea, #764ba2, #f093fb, #4facfe);
    background-size: 400% 400%;
    animation: gradientShift-b-dvqupltgn0 15s ease infinite;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}

@media (min-width: 641px) {
    .hero-section[b-dvqupltgn0] {
        margin: -1.5rem -1.5rem 1.5rem -2rem;
    }
}

.hero-section .floating-shape[b-dvqupltgn0] {
    position: absolute;
    opacity: 0.1;
    animation: float-b-dvqupltgn0 6s ease-in-out infinite;
}

.hero-section .floating-shape.shape-2[b-dvqupltgn0] {
    animation: floatReverse-b-dvqupltgn0 8s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-section .floating-shape.shape-3[b-dvqupltgn0] {
    animation: float-b-dvqupltgn0 10s ease-in-out infinite;
    animation-delay: -4s;
}

.hero-section .floating-shape.shape-1[b-dvqupltgn0] {
    top: 10%;
    left: 5%;
    width: 120px;
    height: 120px;
}

.hero-section .floating-shape.shape-2[b-dvqupltgn0] {
    top: 60%;
    right: 10%;
    width: 80px;
    height: 80px;
}

.hero-section .floating-shape.shape-3[b-dvqupltgn0] {
    bottom: 10%;
    left: 15%;
    width: 100px;
    height: 100px;
}

.hero-container[b-dvqupltgn0] {
    position: relative;
    z-index: 1;
}

.icon-tile[b-dvqupltgn0] {
    background: white;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.icon-tile:hover[b-dvqupltgn0] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.06);
}

.icon-circle[b-dvqupltgn0] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.icon-circle.blue[b-dvqupltgn0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.icon-circle.purple[b-dvqupltgn0] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.icon-circle.cyan[b-dvqupltgn0] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.icon-circle.orange[b-dvqupltgn0] {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.stat-card[b-dvqupltgn0] {
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.stat-card:hover[b-dvqupltgn0] {
    border-left-width: 5px;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.06);
}

.stat-card:nth-child(1)[b-dvqupltgn0] {
    border-left-color: #667eea;
}

.stat-card:nth-child(2)[b-dvqupltgn0] {
    border-left-color: #f093fb;
}

.stat-card:nth-child(3)[b-dvqupltgn0] {
    border-left-color: #4facfe;
}

.stat-card:nth-child(4)[b-dvqupltgn0] {
    border-left-color: #fa709a;
}

@media (prefers-reduced-motion: reduce) {

    .hero-section[b-dvqupltgn0],
    .floating-shape[b-dvqupltgn0],
    .icon-tile[b-dvqupltgn0],
    .stat-card[b-dvqupltgn0] {
        animation: none !important;
        transition: none !important;
    }

    .icon-tile:hover[b-dvqupltgn0],
    .stat-card:hover[b-dvqupltgn0] {
        transform: none;
        box-shadow: none;
    }
}

/* Responsive hero image styling */
.hero-image[b-dvqupltgn0] {
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .hero-image[b-dvqupltgn0] {
        max-height: 180px;
    }
}

@media (min-width: 1200px) {
    .hero-image[b-dvqupltgn0] {
        max-height: 300px;
    }
}
/* /Components/Pages/IncomeSummary.razor.rz.scp.css */
.legend-box[b-x8tjpy4isj] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.projection-chart[b-x8tjpy4isj] {
    position: relative;
    overflow: hidden;
}

.card-body h6.text-uppercase[b-x8tjpy4isj] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.display-4[b-x8tjpy4isj] {
    font-weight: 600;
}

.badge[b-x8tjpy4isj] {
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}

/* Right-align columns 3+ (monetary values) */
.table th:nth-child(n+3)[b-x8tjpy4isj],
.table td:nth-child(n+3)[b-x8tjpy4isj] {
    text-align: right;
}

/* Skeleton Placeholder */
.chart-skeleton[b-x8tjpy4isj] {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skeleton-bar-container[b-x8tjpy4isj] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 250px;
    margin-top: 20px;
}

.skeleton-bar[b-x8tjpy4isj] {
    flex: 1;
    background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 4px 4px 0 0;
    animation: placeholder-wave-b-x8tjpy4isj 2s infinite ease-in-out;
}

@keyframes placeholder-wave-b-x8tjpy4isj {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.skeleton-text[b-x8tjpy4isj] {
    background: #e5e7eb;
    border-radius: 4px;
    animation: placeholder-wave-b-x8tjpy4isj 2s infinite ease-in-out;
}
/* /Components/Pages/MonteCarloSimulation.razor.rz.scp.css */
/* Monte Carlo Simulation Page Styles */

.success-rate-circle[b-liey5m22yq] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.05));
    border: 4px solid currentColor;
}

.success-rate-circle.text-success[b-liey5m22yq] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
}

.success-rate-circle.text-warning[b-liey5m22yq] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
}

.success-rate-circle.text-danger[b-liey5m22yq] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
}

.legend-dot[b-liey5m22yq] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 8px;
}

.legend-dot.bg-primary-95[b-liey5m22yq] {
    background-color: #93c5fd;
}

.legend-dot.bg-primary-75[b-liey5m22yq] {
    background-color: #3b82f6;
}

.legend-dot.bg-primary-50[b-liey5m22yq] {
    background-color: #1d4ed8;
}

/* Card styles - consistent with other pages */
.card-elevated[b-liey5m22yq] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    border: none;
    border-radius: 0.75rem;
}

.card-soft[b-liey5m22yq] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

/* Form controls */
.form-range[b-liey5m22yq]::-webkit-slider-thumb {
    background: #3b82f6;
}

.form-range[b-liey5m22yq]::-moz-range-thumb {
    background: #3b82f6;
}
/* /Components/Pages/NetworthPlanner.razor.rz.scp.css */
.legend-box[b-zg11u85n44] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.projection-chart[b-zg11u85n44] {
    position: relative;
    overflow: hidden;
}

.card-body h6.text-uppercase[b-zg11u85n44] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.display-4[b-zg11u85n44] {
    font-weight: 600;
}

.badge[b-zg11u85n44] {
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}


/* What-If Scenarios Panel */


/* Scenario Cards */
.scenario-card[b-zg11u85n44] {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.2s ease;
    min-height: 80px;
}

.scenario-card.active[b-zg11u85n44] {
    background: #ffffff;
    border-color: #4c648a;
    box-shadow: 0 4px 12px rgba(76, 100, 138, 0.15);
}

.scenario-card:hover[b-zg11u85n44] {
    border-color: #9ca3af;
}

.scenario-card.active:hover[b-zg11u85n44] {
    border-color: #4c648a;
}

.scenario-header[b-zg11u85n44] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scenario-color-indicator[b-zg11u85n44] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.scenario-params[b-zg11u85n44] {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
}

.scenario-params .form-label[b-zg11u85n44] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.scenario-params .form-control[b-zg11u85n44],
.scenario-params .form-select[b-zg11u85n44] {
    font-size: 0.875rem;
}

/* Form switch styling to match app theme */
.scenario-card .form-check-input:checked[b-zg11u85n44] {
    background-color: #4c648a;
    border-color: #4c648a;
}

.scenario-card .form-check-input:focus[b-zg11u85n44] {
    box-shadow: 0 0 0 0.25rem rgba(76, 100, 138, 0.25);
}

/* Responsive adjustments for scenarios */
@media (max-width: 767px) {
    .scenario-card[b-zg11u85n44] {
        margin-bottom: 0.5rem;
    }
}

.smaller[b-zg11u85n44] {
    font-size: 0.7rem;
}
/* /Components/Pages/NetworthSummary.razor.rz.scp.css */
.legend-box[b-lbcehwvgwu] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.projection-chart[b-lbcehwvgwu] {
    position: relative;
    overflow: hidden;
}

/* iPad and Tablet Responsive Fixes */
@media (min-width: 641px) and (max-width: 1024px) {

    /* Add extra padding to prevent sidebar overlap on iPad */
    .container[b-lbcehwvgwu] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Tablet-specific table improvements */
@media (min-width: 768px) and (max-width: 1024px) {
    .table[b-lbcehwvgwu] {
        font-size: 0.8rem !important;
    }

    .table td[b-lbcehwvgwu],
    .table th[b-lbcehwvgwu] {
        padding: 0.5rem 0.25rem !important;
    }
}

/* Right-align columns 3+ (monetary values) */
.table th:nth-child(n+3)[b-lbcehwvgwu],
.table td:nth-child(n+3)[b-lbcehwvgwu] {
    text-align: right;
}

/* Skeleton Placeholder */
.chart-skeleton[b-lbcehwvgwu] {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.skeleton-bar-container[b-lbcehwvgwu] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 250px;
    margin-top: 20px;
}

.skeleton-bar[b-lbcehwvgwu] {
    flex: 1;
    background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 4px 4px 0 0;
    animation: placeholder-wave-b-lbcehwvgwu 2s infinite ease-in-out;
}

@keyframes placeholder-wave-b-lbcehwvgwu {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.skeleton-text[b-lbcehwvgwu] {
    background: #e5e7eb;
    border-radius: 4px;
    animation: placeholder-wave-b-lbcehwvgwu 2s infinite ease-in-out;
}
/* /Components/Pages/PlanSetup.razor.rz.scp.css */
.wizard-container[b-mur5wmd2ll] {
    max-width: 1200px;
    margin: 0 auto;
}

.wizard-steps[b-mur5wmd2ll] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.wizard-steps[b-mur5wmd2ll]::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #dee2e6;
    z-index: 0;
}

.wizard-step[b-mur5wmd2ll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-number[b-mur5wmd2ll] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    border: 3px solid #e9ecef;
}

.wizard-step.active .step-number[b-mur5wmd2ll] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.wizard-step.completed .step-number[b-mur5wmd2ll] {
    background: #198754;
    color: white;
    border-color: #198754;
}

.step-label[b-mur5wmd2ll] {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}

.wizard-step.active .step-label[b-mur5wmd2ll] {
    color: #0d6efd;
    font-weight: 600;
}

.wizard-step.completed .step-label[b-mur5wmd2ll] {
    color: #198754;
}

.wizard-content[b-mur5wmd2ll] {
    display: flex;
    flex-direction: column;
}

.wizard-content .card-body[b-mur5wmd2ll] {
    flex: 1;
    overflow-y: auto;
}

.wizard-buttons[b-mur5wmd2ll] {
    margin-top: 0;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    background: #fff;
}

.table-responsive[b-mur5wmd2ll] {
    margin-top: 1rem;
}

.table input[b-mur5wmd2ll] {
    min-width: 120px;
}

/* Styles for cards, modals, and generic items have been moved to wwwroot/plansetup.css for reuse across components */

/* Mobile responsive - hide wizard steps on mobile devices */
@media (max-width: 768px) {
    .wizard-steps[b-mur5wmd2ll] {
        display: none;
    }
}
/* /Components/Pages/RothConversionPlanner.razor.rz.scp.css */
/* Scenario Comparison Card Styles */
.scenario-card[b-ikydyzfrrw] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
    cursor: pointer;
}

.scenario-card:hover[b-ikydyzfrrw] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Selected card - elegant and visible */
.scenario-card.selected[b-ikydyzfrrw] {
    border: 2px solid rgba(13, 110, 253, 0.6) !important;
    box-shadow: 0 6px 24px rgba(13, 110, 253, 0.25), 0 3px 12px rgba(13, 110, 253, 0.15) !important;
}

.scenario-card.selected:hover[b-ikydyzfrrw] {
    border: 2px solid rgba(13, 110, 253, 0.7) !important;
    box-shadow: 0 6px 24px rgba(13, 110, 253, 0.3), 0 8px 28px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-4px);
}
/* /Components/Pages/SavingsSummary.razor.rz.scp.css */
.section-label[b-ts39mmk1bb] {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.card-section-title[b-ts39mmk1bb] {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.years-slider[b-ts39mmk1bb] {
    min-width: 300px;
}

.projection-table[b-ts39mmk1bb] {
    font-size: 0.9rem;
}

.withdrawal-row[b-ts39mmk1bb] {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.clickable[b-ts39mmk1bb] {
    cursor: pointer;
}
/* /Components/Pages/SSBreakEven.razor.rz.scp.css */
/* SS Break Even Page Styles */

/* Claiming Age Badges */
.claiming-age-badge[b-9m9jwji1jv] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
    color: white;
}

.age-62[b-9m9jwji1jv] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.age-fra[b-9m9jwji1jv] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.age-70[b-9m9jwji1jv] {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* Benefit Amount Display */
.benefit-amount[b-9m9jwji1jv] {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.benefit-amount .frequency[b-9m9jwji1jv] {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}

.benefit-reduction[b-9m9jwji1jv] {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Lifetime Total Section */
.lifetime-total[b-9m9jwji1jv] {
    padding-top: 0.5rem;
}

/* Card Styles */
.card[b-9m9jwji1jv] {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.card:hover[b-9m9jwji1jv] {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.card.border-success[b-9m9jwji1jv] {
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.card-elevated[b-9m9jwji1jv] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-soft[b-9m9jwji1jv] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

/* Table Styles */
.table thead th[b-9m9jwji1jv] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
}

.table tbody td[b-9m9jwji1jv] {
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.badge[b-9m9jwji1jv] {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

/* Form Controls */
.form-label[b-9m9jwji1jv] {
    font-weight: 500;
    color: #374151;
}

.form-select[b-9m9jwji1jv],
.form-control[b-9m9jwji1jv] {
    border-radius: 8px;
    border-color: #d1d5db;
}

.form-select:focus[b-9m9jwji1jv],
.form-control:focus[b-9m9jwji1jv] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.input-group-text[b-9m9jwji1jv] {
    background: #f9fafb;
    border-color: #d1d5db;
}

/* Alert Box */
.alert-info[b-9m9jwji1jv] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e40af;
    border-radius: 12px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .benefit-amount[b-9m9jwji1jv] {
        font-size: 1.5rem;
    }

    .claiming-age-badge[b-9m9jwji1jv] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .display-5[b-9m9jwji1jv] {
        font-size: 2rem;
    }

    .card-body[b-9m9jwji1jv] {
        padding: 1rem;
    }

    .table-responsive[b-9m9jwji1jv] {
        font-size: 0.875rem;
    }
}

/* Chart Container */
[b-9m9jwji1jv] .e-chart {
    min-height: 350px;
}

/* Tooltip styling */
[b-9m9jwji1jv] .e-tooltip-wrap {
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Legend styling */
[b-9m9jwji1jv] .e-legend-item {
    cursor: pointer;
}
/* /Components/Shared/IncomeProjectionChart.razor.rz.scp.css */
.milestone-container[b-rgjbvbrmqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-100%);
    margin-top: -10px;
}

.milestone-dot[b-rgjbvbrmqj] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffc107;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.milestone-label[b-rgjbvbrmqj] {
    background: rgba(255, 255, 255, 0.95);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    margin-top: 4px;
    white-space: nowrap;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .milestone-container[b-rgjbvbrmqj] {
        display: none !important;
    }
}
/* /Components/Shared/MonteCarloChart.razor.rz.scp.css */
/* Bento Grid Layout */
.bento-grid[b-t1zdkhay93] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 992px) {
    .bento-grid[b-t1zdkhay93] {
        grid-template-columns: 300px 1fr;
        grid-template-rows: auto auto;
    }

    .hero-card[b-t1zdkhay93] {
        grid-row: 1;
        grid-column: 1;
    }

    .wealth-card[b-t1zdkhay93] {
        grid-row: 1;
        grid-column: 2;
    }

    .chart-card[b-t1zdkhay93] {
        grid-row: 2;
        grid-column: 1 / -1;
    }
}

/* Card Base Styles */
.bento-card[b-t1zdkhay93] {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-card:hover[b-t1zdkhay93] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.04);
}

/* Hero Card - Success Rate */
.success-orb-container[b-t1zdkhay93] {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-orb[b-t1zdkhay93] {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.5),
        0 0 30px rgba(16, 185, 129, 0.2);
    /* Green glow default */
    border: 4px solid rgba(16, 185, 129, 0.1);
    animation: breathe-b-t1zdkhay93 4s ease-in-out infinite;
}

.success-orb.high-success[b-t1zdkhay93] {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.3);
    border-color: rgba(16, 185, 129, 0.2);
}

.success-orb.med-success[b-t1zdkhay93] {
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.3);
    border-color: rgba(245, 158, 11, 0.2);
}

.success-orb.low-success[b-t1zdkhay93] {
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.2);
}

@keyframes breathe-b-t1zdkhay93 {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.02);
        opacity: 1;
    }
}

.success-value[b-t1zdkhay93] {
    font-size: 3.5rem;
    font-weight: 800;
    z-index: 2;
    background: linear-gradient(135deg, #1f2937, #4b5563);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Wealth Range Bento */
.wealth-range-container[b-t1zdkhay93] {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wealth-gradient-bar[b-t1zdkhay93] {
    height: 12px;
    width: 100%;
    background: linear-gradient(90deg, #ef4444 0%, #f59e0b 20%, #10b981 100%);
    /* Red to Yellow to Green */
    border-radius: 6px;
    position: relative;
    margin: 3rem 0;
    /* Vertical margin to fit labels */
    cursor: pointer;
}

/* Markers on the bar */
.wealth-marker[b-t1zdkhay93] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 2;
    /* Important: preserve 3D space to allow labels to overflow marker boundary */
}

.wealth-marker.median[b-t1zdkhay93] {
    width: 32px;
    height: 32px;
    border-color: #3b82f6;
    border-width: 4px;
    z-index: 3;
}

.wealth-marker:hover[b-t1zdkhay93] {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Labels for markers */
.marker-label[b-t1zdkhay93] {
    position: absolute;
    top: -2rem;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

/* Default state: visible on hover or if manually set to visible */
.wealth-marker:hover .marker-label[b-t1zdkhay93],
.wealth-marker.visible .marker-label[b-t1zdkhay93] {
    opacity: 1;
}

/* Start/End markers are always visible and aligned inwards */
.wealth-marker.start .marker-label[b-t1zdkhay93],
.wealth-marker.end .marker-label[b-t1zdkhay93] {
    opacity: 1;
}

/* Values for markers */
.marker-value[b-t1zdkhay93] {
    position: absolute;
    bottom: -2rem;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 700;
    color: #1f2937;
    font-size: 1.1rem;
}

/* Alignment Hacks for Edges to Prevent Truncation */
.wealth-marker.start .marker-label[b-t1zdkhay93],
.wealth-marker.start .marker-value[b-t1zdkhay93] {
    transform: translateX(0);
    /* Center of marker */
    text-align: left;
}

.wealth-marker.end .marker-label[b-t1zdkhay93],
.wealth-marker.end .marker-value[b-t1zdkhay93] {
    transform: translateX(-100%);
    /* Center of marker */
    text-align: right;
}

/* Active Highlight on Interaction */
.wealth-highlight-value[b-t1zdkhay93] {
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.wealth-highlight-label[b-t1zdkhay93] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Chart Card Enhancements */
.chart-header[b-t1zdkhay93] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem 0;
}

.purchasing-power-toggle[b-t1zdkhay93] {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border-radius: 20px;
    padding: 0.25rem;
    cursor: pointer;
}

.toggle-option[b-t1zdkhay93] {
    padding: 0.5rem 1rem;
    border-radius: 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    transition: all 0.2s ease;
}

.toggle-option.active[b-t1zdkhay93] {
    background: white;
    color: #1f2937;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.safety-floor-badge[b-t1zdkhay93] {
    background: #ecfdf5;
    color: #059669;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border: 1px solid #d1fae5;
}

/* Glassmorphism overlays within chart if needed */
.chart-overlay-stat[b-t1zdkhay93] {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
/* /Components/Shared/NetWorthChart.razor.rz.scp.css */
/* NetWorthChart.razor.css */

/* Header Styles */
.networth-header[b-d8ufjrd6k6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.networth-label[b-d8ufjrd6k6] {
    font-size: 0.875rem;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 600;
}

.networth-value[b-d8ufjrd6k6] {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
}

.networth-right[b-d8ufjrd6k6] {
    text-align: right;
}

.alltime-label[b-d8ufjrd6k6] {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    font-weight: 600;
}

.alltime-value[b-d8ufjrd6k6] {
    font-size: 1rem;
    font-weight: 600;
}

.alltime-value.positive[b-d8ufjrd6k6] {
    color: #10b981;
    /* Green */
}

.alltime-value.negative[b-d8ufjrd6k6] {
    color: #ef4444;
    /* Red */
}


/* Tooltip Styles */
.chart-tooltip-container[b-d8ufjrd6k6] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    font-family: inherit;
    min-width: 200px;
}

.tooltip-header[b-d8ufjrd6k6] {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.tooltip-subheader[b-d8ufjrd6k6] {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 12px;
    font-weight: 400;
}

.tooltip-divider[b-d8ufjrd6k6] {
    height: 1px;
    background-color: #f3f4f6;
    margin-bottom: 12px;
}

.tooltip-body[b-d8ufjrd6k6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-indicator[b-d8ufjrd6k6] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

.tooltip-label[b-d8ufjrd6k6] {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
}

.tooltip-value[b-d8ufjrd6k6] {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    margin-left: auto;
}

/* Milestone Annotation Styles */
.milestone-stack[b-d8ufjrd6k6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    transform: translateY(-50%);
    /* Center vertically relative to point if we want, or offset */
    /* Adjust positioning strategy: Syncfusion annotations are centered on the point by default.
       We want them stacked above or to the side. The user's image shows them stacked.
       Let's assume the X/Y provided is the chart point.
       We might need to adjust margin-left or top to align nicely.
    */
    margin-bottom: 24px;
    /* Push up so they sit above the line */
    margin-left: -5px;
    /* Slight alignment fix */
}

.milestone-item[b-d8ufjrd6k6] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    /* Subtle border like tooltip */
    padding: 6px 12px 6px 6px;
    border-radius: 9999px;
    /* Pill shape */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    transition: transform 0.2s;
    cursor: default;
}

.milestone-item:hover[b-d8ufjrd6k6] {
    transform: scale(1.02);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.milestone-icon-wrapper[b-d8ufjrd6k6] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.milestone-label[b-d8ufjrd6k6] {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}

/* Vertical line for the year with milestones (optional, logic might be needed in chart or just annotation) */
/* The user's image shows a vertical line going through. We can rely on grid lines or add a line div */
.milestone-line[b-d8ufjrd6k6] {
    position: absolute;
    top: 100%;
    left: 12px;
    /* Center of icon roughly */
    width: 1px;
    height: 100px;
    /* Arbitrary, chart clips it? */
    background: #e5e7eb;
    z-index: -1;
    display: none;
    /* Hide for now unless we can position it perfectly to the chart line axis */
}

/* Only show annotations on desktop */
@media (max-width: 1024px) {
    .milestone-stack[b-d8ufjrd6k6] {
        display: none !important;
    }
}

.chart-wrapper[b-d8ufjrd6k6] {
    width: 100%;
    position: relative;
}
/* /Components/Shared/RetirementCountdown.razor.rz.scp.css */
.countdown-container[b-s8w31beufj] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}

.countdown-title[b-s8w31beufj] {
    color: #8892b0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.countdown-rings[b-s8w31beufj] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.ring-item[b-s8w31beufj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.ring-wrapper[b-s8w31beufj] {
    position: relative;
    width: 100px;
    height: 100px;
}

.ring-svg[b-s8w31beufj] {
    width: 100%;
    height: 100%;
}

.ring-bg[b-s8w31beufj] {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 6;
}

.ring-fill[b-s8w31beufj] {
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease-out;
}

.ring-years[b-s8w31beufj] {
    stroke: #4ade80;
}

.ring-months[b-s8w31beufj] {
    stroke: #22d3ee;
}

.ring-days[b-s8w31beufj] {
    stroke: #a78bfa;
}

.ring-value[b-s8w31beufj] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
}

.ring-label[b-s8w31beufj] {
    color: #8892b0;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.countdown-details[b-s8w31beufj] {
    margin-top: 1.5rem;
}

.detail-date[b-s8w31beufj] {
    color: #64748b;
    font-size: 0.875rem;
}

/* Retired state */
.retired-celebration[b-s8w31beufj] {
    padding: 2rem 0;
}

.retired-icon[b-s8w31beufj] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.retired-message[b-s8w31beufj] {
    color: #4ade80;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Animation for rings on load */
@keyframes ringFill-b-s8w31beufj {
    from {
        stroke-dashoffset: 263.89;
    }
}

.ring-fill[b-s8w31beufj] {
    animation: ringFill-b-s8w31beufj 1.2s ease-out forwards;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .countdown-container[b-s8w31beufj] {
        padding: 1.5rem 1rem;
    }

    .countdown-rings[b-s8w31beufj] {
        gap: 1rem;
    }

    .ring-wrapper[b-s8w31beufj] {
        width: 80px;
        height: 80px;
    }

    .ring-value[b-s8w31beufj] {
        font-size: 1.5rem;
    }

    .ring-label[b-s8w31beufj] {
        font-size: 0.6rem;
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .ring-fill[b-s8w31beufj] {
        animation: none;
        transition: none;
    }
}
/* /Components/Shared/TaxBucketChart.razor.rz.scp.css */
.conversion-background-bar[b-9z5sbud0dp] {
    width: 100%;
    height: 400px;
    background: rgba(239, 68, 68, 0.08);
    border-left: 1px solid rgba(239, 68, 68, 0.3);
    border-right: 1px solid rgba(239, 68, 68, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.conversion-marker[b-9z5sbud0dp] {
    width: 12px;
    height: 12px;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
}

.conversion-marker-labeled[b-9z5sbud0dp] {
    background: #dc2626;
}

.conversion-label[b-9z5sbud0dp] {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(220, 38, 38, 0.95);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    line-height: 1.3;
}

.conversion-label[b-9z5sbud0dp]::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(220, 38, 38, 0.95);
}

.conversion-label small[b-9z5sbud0dp] {
    opacity: 0.85;
    font-weight: 400;
}
