@import '_content/Immutabl.Invest.UI.Common/Immutabl.Invest.UI.Common.xkd4qetm1j.bundle.scp.css';

/* /Components/Layout/AppLayout.razor.rz.scp.css */
.app-loading[b-3pfk1ev7hc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #fafafa;
    gap: 1rem;
}

.loading-spinner[b-3pfk1ev7hc] {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-3pfk1ev7hc 0.7s linear infinite;
}

@keyframes spin-b-3pfk1ev7hc {
    to { transform: rotate(360deg); }
}

.loading-text[b-3pfk1ev7hc] {
    color: #94a3b8;
    font-size: 0.9rem;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.app-layout[b-3pfk1ev7hc] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ── Top bar ── */
.topbar[b-3pfk1ev7hc] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    font-family: 'Lato', sans-serif;
    flex-shrink: 0;
    z-index: 10;
    gap: 0.6rem;
}

.topbar-row[b-3pfk1ev7hc] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topbar-logo[b-3pfk1ev7hc] {
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 1rem;
}

.topbar-logo:hover[b-3pfk1ev7hc] {
    color: #e6751a;
}

.topbar-nav[b-3pfk1ev7hc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.topbar-nav-link[b-3pfk1ev7hc] {
    color: #ff841f;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    transition: color 0.15s;
}

.topbar-nav-link:hover[b-3pfk1ev7hc] {
    color: #e6751a;
}

.topbar-search-row[b-3pfk1ev7hc] {
    display: flex;
}

.topbar-search[b-3pfk1ev7hc] {
    position: relative;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Inactive state - greyed out */
.topbar-search.search-inactive[b-3pfk1ev7hc] {
    opacity: 0.6;
}

.topbar-search.search-inactive .search-input[b-3pfk1ev7hc] {
    border: 1px solid #e2e8f0;
    background: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}

/* Active state - AI gradient border */
.topbar-search.search-active .search-input[b-3pfk1ev7hc] {
    border: 1.5px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(135deg, #8b5cf6, #3b82f6, #06b6d4) border-box;
    color: #1e293b;
}

.topbar-search.search-active .search-input:focus[b-3pfk1ev7hc] {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(135deg, #a78bfa, #60a5fa, #22d3ee) border-box;
    box-shadow: 0 0 12px rgba(139, 92, 246, 0.15);
}

.topbar-search.search-active .ai-icon[b-3pfk1ev7hc] {
    color: #8b5cf6;
}

.search-input[b-3pfk1ev7hc] {
    width: 100%;
    padding: 0.45rem 2.2rem 0.45rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: 'Lato', sans-serif;
    outline: none;
}

.search-btn[b-3pfk1ev7hc] {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 0.2rem;
    display: flex;
    align-items: center;
}

.search-btn:disabled[b-3pfk1ev7hc] {
    cursor: not-allowed;
    opacity: 0.5;
}

.search-btn:not(:disabled):hover .ai-icon[b-3pfk1ev7hc] {
    color: #7c3aed;
}

.topbar-actions[b-3pfk1ev7hc] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.topbar-icon-btn[b-3pfk1ev7hc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}

.topbar-icon-btn:hover[b-3pfk1ev7hc] {
    background: #f1f5f9;
    color: #1e293b;
}

/* User menu */
.user-menu[b-3pfk1ev7hc] {
    position: relative;
    margin-left: 0.25rem;
}

.user-initials-btn[b-3pfk1ev7hc] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.15s;
}

.user-initials-btn:hover[b-3pfk1ev7hc] {
    box-shadow: 0 0 0 2px #bfdbfe;
}

.user-dropdown[b-3pfk1ev7hc] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: 240px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow: hidden;
    display: none;
}

.user-dropdown.show[b-3pfk1ev7hc] {
    display: block;
}

.dropdown-user-info[b-3pfk1ev7hc] {
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.dropdown-user-name[b-3pfk1ev7hc] {
    font-size: 0.9rem;
    font-weight: 400;
    color: #1e293b;
}

.dropdown-user-email[b-3pfk1ev7hc] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.dropdown-divider[b-3pfk1ev7hc] {
    height: 1px;
    background: #f1f5f9;
}

.dropdown-item[b-3pfk1ev7hc] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1rem;
    color: #475569;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.1s;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.dropdown-item:hover[b-3pfk1ev7hc] {
    background: #f8fafc;
    color: #1e293b;
}

/* ── Body ── */
.app-body[b-3pfk1ev7hc] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* ── Main content ── */
.main-content[b-3pfk1ev7hc] {
    flex: 1;
    padding: 2rem;
    background: #fafafa;
    overflow-y: auto;
}

/* ── Error UI ── */
#blazor-error-ui[b-3pfk1ev7hc] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-3pfk1ev7hc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ivadui15wb],
.components-reconnect-repeated-attempt-visible[b-ivadui15wb],
.components-reconnect-failed-visible[b-ivadui15wb],
.components-pause-visible[b-ivadui15wb],
.components-resume-failed-visible[b-ivadui15wb],
.components-rejoining-animation[b-ivadui15wb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ivadui15wb] {
    display: block;
}


#components-reconnect-modal[b-ivadui15wb] {
    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-ivadui15wb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ivadui15wb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ivadui15wb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ivadui15wb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ivadui15wb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ivadui15wb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ivadui15wb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ivadui15wb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ivadui15wb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ivadui15wb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ivadui15wb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ivadui15wb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ivadui15wb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ivadui15wb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ivadui15wb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ivadui15wb {
    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 */
.page-loading[b-6jhuj2z2gw] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.loading-spinner[b-6jhuj2z2gw] {
    width: 32px;
    height: 32px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin-b-6jhuj2z2gw 0.7s linear infinite;
}

@keyframes spin-b-6jhuj2z2gw {
    to { transform: rotate(360deg); }
}

.org-grid[b-6jhuj2z2gw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.org-card[b-6jhuj2z2gw] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.org-card:hover[b-6jhuj2z2gw] {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.org-card h3[b-6jhuj2z2gw] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    color: #1e293b;
}

.org-code[b-6jhuj2z2gw] {
    display: inline-block;
    font-size: 0.75rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.org-desc[b-6jhuj2z2gw] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0.5rem 0 0;
    line-height: 1.4;
}
