/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n6un6am9qd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n6un6am9qd] {
    flex: 1;
}

.sidebar[b-n6un6am9qd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n6un6am9qd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n6un6am9qd]  a, .top-row[b-n6un6am9qd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n6un6am9qd]  a:hover, .top-row[b-n6un6am9qd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n6un6am9qd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n6un6am9qd] {
        justify-content: space-between;
    }

    .top-row[b-n6un6am9qd]  a, .top-row[b-n6un6am9qd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n6un6am9qd] {
        flex-direction: row;
    }

    .sidebar[b-n6un6am9qd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n6un6am9qd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n6un6am9qd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n6un6am9qd], article[b-n6un6am9qd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n6un6am9qd] {
    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-n6un6am9qd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x59t3k3z2u] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-x59t3k3z2u] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-x59t3k3z2u] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x59t3k3z2u] {
    font-size: 1.1rem;
}

.bi[b-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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-x59t3k3z2u] {
    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 2a5 5 0 0 1 5 5v3h1a1 1 0 0 1 1 1v2h-2v6H7v-6H5v-2a1 1 0 0 1 1-1h1V7a5 5 0 0 1 5-5z'/%3E%3C/svg%3E");
}

/* More specific per-item icons (override similar defaults). Uses nth-of-type mapping inside the nav */
.nav-scrollable nav .nav-item:nth-of-type(3) .bi[b-x59t3k3z2u] { /* Summary */
    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 3h18v4H3V3zm0 7h12v4H3v-4zm0 7h8v4H3v-4z'/%3E%3C/svg%3E");
}

.nav-scrollable nav .nav-item:nth-of-type(4) .bi[b-x59t3k3z2u] { /* Accounts */
    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='M2 7h20v10H2V7zm2 2v6h16V9H4zm4-6h8v2H8V3z'/%3E%3C/svg%3E");
}

.nav-scrollable nav .nav-item:nth-of-type(6) .bi[b-x59t3k3z2u] { /* Debts */
    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='M2 6h20v4H2V6zm0 6h14v6H2v-6z'/%3E%3C/svg%3E");
}

.nav-scrollable nav .nav-item:nth-of-type(7) .bi[b-x59t3k3z2u] { /* Income */
    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 5h-2v6h-2V6H9l3-5zM4 13h16v8H4v-8z'/%3E%3C/svg%3E");
}

.nav-scrollable nav .nav-item:nth-of-type(8) .bi[b-x59t3k3z2u] { /* Expenses */
    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 2h18v4H3V2zm2 7h14v13H5V9z'/%3E%3C/svg%3E");
}

.nav-scrollable nav .nav-item:nth-of-type(9) .bi[b-x59t3k3z2u] { /* Retirement */
    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 2a5 5 0 0 1 5 5v1h1a1 1 0 0 1 1 1v1h-2v6H7v-6H5v-1a1 1 0 0 1 1-1h1V7a5 5 0 0 1 5-5zM7 20v-2h10v2H7z'/%3E%3C/svg%3E");
}

.nav-item[b-x59t3k3z2u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x59t3k3z2u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x59t3k3z2u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x59t3k3z2u]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-x59t3k3z2u]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-x59t3k3z2u]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-x59t3k3z2u] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-x59t3k3z2u] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x59t3k3z2u] {
        display: none;
    }

    .nav-scrollable[b-x59t3k3z2u] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fxp3i86w8s],
.components-reconnect-repeated-attempt-visible[b-fxp3i86w8s],
.components-reconnect-failed-visible[b-fxp3i86w8s],
.components-pause-visible[b-fxp3i86w8s],
.components-resume-failed-visible[b-fxp3i86w8s],
.components-rejoining-animation[b-fxp3i86w8s] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-retrying[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-failed[b-fxp3i86w8s],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fxp3i86w8s] {
    display: block;
}


#components-reconnect-modal[b-fxp3i86w8s] {
    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-fxp3i86w8s 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fxp3i86w8s 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fxp3i86w8s 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fxp3i86w8s]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fxp3i86w8s 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fxp3i86w8s {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fxp3i86w8s {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fxp3i86w8s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fxp3i86w8s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fxp3i86w8s] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fxp3i86w8s] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fxp3i86w8s] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fxp3i86w8s] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fxp3i86w8s] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fxp3i86w8s] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fxp3i86w8s 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fxp3i86w8s] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fxp3i86w8s {
    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/Home.razor.rz.scp.css */
@keyframes gradientShift-b-ayg1kmdpr4 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes float-b-ayg1kmdpr4 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes floatReverse-b-ayg1kmdpr4 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(20px) rotate(-5deg); }
}

.hero-section[b-ayg1kmdpr4] {
    background: linear-gradient(-45deg, #667eea, #764ba2, #f093fb, #4facfe);
    background-size: 400% 400%;
    animation: gradientShift-b-ayg1kmdpr4 15s ease infinite;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
}

.hero-section .floating-shape[b-ayg1kmdpr4] {
    position: absolute;
    opacity: 0.1;
    animation: float-b-ayg1kmdpr4 6s ease-in-out infinite;
}

.hero-section .floating-shape.shape-2[b-ayg1kmdpr4] {
    animation: floatReverse-b-ayg1kmdpr4 8s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-section .floating-shape.shape-3[b-ayg1kmdpr4] {
    animation: float-b-ayg1kmdpr4 10s ease-in-out infinite;
    animation-delay: -4s;
}

.hero-section .floating-shape.shape-1[b-ayg1kmdpr4] { top: 10%; left: 5%; width: 120px; height: 120px; }
.hero-section .floating-shape.shape-2[b-ayg1kmdpr4] { top: 60%; right: 10%; width: 80px; height: 80px; }
.hero-section .floating-shape.shape-3[b-ayg1kmdpr4] { bottom: 10%; left: 15%; width: 100px; height: 100px; }

.hero-container[b-ayg1kmdpr4] { position: relative; z-index: 1; }

.icon-tile[b-ayg1kmdpr4] {
    background: white;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.icon-tile:hover[b-ayg1kmdpr4] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.icon-circle[b-ayg1kmdpr4] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.icon-circle.blue[b-ayg1kmdpr4] { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.icon-circle.purple[b-ayg1kmdpr4] { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.icon-circle.cyan[b-ayg1kmdpr4] { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.icon-circle.orange[b-ayg1kmdpr4] { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }

.stat-card[b-ayg1kmdpr4] {
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.stat-card:hover[b-ayg1kmdpr4] {
    border-left-width: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stat-card:nth-child(1)[b-ayg1kmdpr4] { border-left-color: #667eea; }
.stat-card:nth-child(2)[b-ayg1kmdpr4] { border-left-color: #f093fb; }
.stat-card:nth-child(3)[b-ayg1kmdpr4] { border-left-color: #4facfe; }
.stat-card:nth-child(4)[b-ayg1kmdpr4] { border-left-color: #fa709a; }

@media (prefers-reduced-motion: reduce) {
    .hero-section[b-ayg1kmdpr4], .floating-shape[b-ayg1kmdpr4], .icon-tile[b-ayg1kmdpr4], .stat-card[b-ayg1kmdpr4] {
        animation: none !important;
        transition: none !important;
    }
    .icon-tile:hover[b-ayg1kmdpr4], .stat-card:hover[b-ayg1kmdpr4] {
        transform: none;
        box-shadow: none;
    }
}

/* Responsive hero image styling */
.hero-image[b-ayg1kmdpr4] {
    max-width: 100%;
    height: auto;
    max-height: 325px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .hero-image[b-ayg1kmdpr4] {
        max-height: 220px;
    }
}

@media (min-width: 1200px) {
    .hero-image[b-ayg1kmdpr4] {
        max-height: 420px;
    }
}
/* /Components/Pages/IncomeSummary.razor.rz.scp.css */
.legend-box[b-4zubo5mz1q] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.projection-chart[b-4zubo5mz1q] {
    position: relative;
    overflow: hidden;
}

.card[b-4zubo5mz1q] {
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-body h6.text-uppercase[b-4zubo5mz1q] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.display-4[b-4zubo5mz1q] {
    font-weight: 600;
}

.badge[b-4zubo5mz1q] {
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}
/* /Components/Pages/NetworthSummary.razor.rz.scp.css */
.legend-box[b-zlza5q27f0] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.projection-chart[b-zlza5q27f0] {
    position: relative;
    overflow: hidden;
}

.card[b-zlza5q27f0] {
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-body h6.text-uppercase[b-zlza5q27f0] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.display-4[b-zlza5q27f0] {
    font-weight: 600;
}

.badge[b-zlza5q27f0] {
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}
/* /Components/Pages/Overview.razor.rz.scp.css */
.legend-box[b-cdwk9sihwn] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.projection-chart[b-cdwk9sihwn] {
    position: relative;
    overflow: hidden;
}

.card[b-cdwk9sihwn] {
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-body h6.text-uppercase[b-cdwk9sihwn] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.display-4[b-cdwk9sihwn] {
    font-weight: 600;
}

.badge[b-cdwk9sihwn] {
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}
/* /Components/Pages/PlanSetup.razor.rz.scp.css */
.wizard-container[b-2z6x4vren0] {
    max-width: 1200px;
    margin: 0 auto;
}

.wizard-steps[b-2z6x4vren0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

.wizard-steps[b-2z6x4vren0]::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 2px;
    background: #dee2e6;
    z-index: 0;
}

.wizard-step[b-2z6x4vren0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-number[b-2z6x4vren0] {
    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-2z6x4vren0] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.wizard-step.completed .step-number[b-2z6x4vren0] {
    background: #198754;
    color: white;
    border-color: #198754;
}

.step-label[b-2z6x4vren0] {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: center;
}

.wizard-step.active .step-label[b-2z6x4vren0] {
    color: #0d6efd;
    font-weight: 600;
}

.wizard-step.completed .step-label[b-2z6x4vren0] {
    color: #198754;
}

.wizard-content[b-2z6x4vren0] {
    min-height: 400px;
}

.wizard-buttons[b-2z6x4vren0] {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.table-responsive[b-2z6x4vren0] {
    margin-top: 1rem;
}

.table input[b-2z6x4vren0] {
    min-width: 120px;
}

@media (max-width: 768px) {
    /* Hide the visual wizard step bar on small screens to reduce clutter */
    .wizard-steps[b-2z6x4vren0] {
        display: none !important;
    }

    /* Keep spacing tidy in the content area */
    .wizard-content[b-2z6x4vren0] { min-height: auto; }
}
