@import 'Ownamic.Client.9gvskdh3lq.bundle.scp.css';
@import '_content/Ownamic.Shared/Ownamic.Shared.prl9o8sepu.bundle.scp.css';

/* /Components/App.razor.rz.scp.css */
.owny-reconnect-backdrop[b-tt0gfb1t5v] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    z-index: 2000;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zkveesju8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zkveesju8] {
    flex: 1;
}

.site-footer[b-4zkveesju8] {
    padding: 0.75rem 1.5rem;
    font-size: 0.8rem;
    opacity: 0.7;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.site-footer a[b-4zkveesju8] {
    text-decoration: none;
}

.footer-divider[b-4zkveesju8] {
    margin: 0 0.5rem;
    opacity: 0.5;
}

/* ── Sidebar section label ───────────────────────────────────────────── */
.sidebar-section-label[b-4zkveesju8] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #c9a96a !important; /* Gold / Champagne color */
    opacity: 1 !important;
    padding: 1.5rem 1.25rem 0.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
    user-select: none;
}
.sidebar-section-label[b-4zkveesju8]::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #c9a96a; /* Gold line */
}

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

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

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

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

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

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

.header-text-img[b-4zkveesju8] {
    height: 24px;
    padding-right: 5px;
}

.bottom-nav[b-4zkveesju8] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--rz-sidebar-background-color);
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

/* Canvas covers the full hero-section � direct child of <header position:relative> */
.hero-network-canvas[b-4zkveesju8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: stretch;
    display: block;
    z-index: -1;
    pointer-events: none;
}


.bottom-nav-item[b-4zkveesju8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--rz-sidebar-color);
    text-decoration: none;
    padding: 8px 16px;
    flex: 1;
    transition: color 0.2s;
}

    .bottom-nav-item .rzi[b-4zkveesju8] {
        font-size: 24px;
    }

/* ── Dashboard mode selector in sidebar ── */
.mode-selector-wrapper[b-4zkveesju8] {
    border-bottom: 1px solid var(--rz-border-color);
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#blazor-error-ui[b-4zkveesju8] {
    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-4zkveesju8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* -- Cookie consent FAB (lower-left) -- */
.cookie-fab-wrapper[b-4zkveesju8] {
    position: fixed;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 900;
    opacity: 0.65;
    transition: opacity .2s;
}

.cookie-fab-wrapper:hover[b-4zkveesju8] {
    opacity: 1;
}

/* ── Sidebar menu premium layout (purple, white, gold) ──────────────── */
[b-4zkveesju8] .rz-sidebar {
    background: linear-gradient(135deg, #090a15 0%, #150f24 100%) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3) !important;
}

[b-4zkveesju8] .rz-sidebar .rz-panel-menu {
    background: transparent !important;
    border: none !important;
    padding: 0.5rem 0 !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link {
    color: rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
    border-radius: 8px !important;
    margin: 4px 12px !important;
    padding: 10px 16px !important;
    font-weight: 500 !important;
    transition: all 0.25s ease-in-out !important;
    border: 1px solid transparent !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-icon {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.25s ease-in-out !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link:hover {
    color: #ffffff !important;
    background-color: rgba(124, 58, 237, 0.12) !important;
    border-color: rgba(124, 58, 237, 0.4) !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.1) !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link:hover .rz-navigation-item-icon {
    color: #ffffff !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link.rz-state-active,
[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link.rz-state-selected {
    color: #ffffff !important;
    background: linear-gradient(135deg, #6366f1 0%, #7c3aed 100%) !important;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.4) !important;
    border-color: transparent !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link.rz-state-active .rz-navigation-item-icon,
[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link.rz-state-selected .rz-navigation-item-icon {
    color: #ffffff !important;
}

/* Submenu nesting styles */
[b-4zkveesju8] .rz-sidebar .rz-navigation-menu {
    background: rgba(255, 255, 255, 0.04) !important;
    margin: 4px 12px !important;
    border-radius: 8px !important;
    padding-left: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-menu .rz-navigation-item-link {
    font-size: 0.88rem !important;
    margin: 2px 8px !important;
    padding: 8px 12px 8px 36px !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-toggle-icon {
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 0.25s ease !important;
}

[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link:hover .rz-navigation-item-toggle-icon,
[b-4zkveesju8] .rz-sidebar .rz-navigation-item-link.rz-state-active .rz-navigation-item-toggle-icon {
    color: #ffffff !important;
}

/* Badge styling */
[b-4zkveesju8] .rz-sidebar .rz-badge {
    background-color: #c9a96a !important;
    color: #0b1020 !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    font-size: 0.75rem !important;
    padding: 0.2rem 0.5rem !important;
    box-shadow: 0 2px 6px rgba(201, 169, 106, 0.3) !important;
}

/* Tour Button */
[b-4zkveesju8] .rz-sidebar .rz-button {
    background-color: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 8px 20px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

[b-4zkveesju8] .rz-sidebar .rz-button:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.08) !important;
}

[b-4zkveesju8] .rz-sidebar .rz-button .rz-button-icon-left {
    color: #ffffff !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zny9hylq6d],
.components-reconnect-repeated-attempt-visible[b-zny9hylq6d],
.components-reconnect-failed-visible[b-zny9hylq6d],
.components-pause-visible[b-zny9hylq6d],
.components-resume-failed-visible[b-zny9hylq6d],
.components-rejoining-animation[b-zny9hylq6d],
.owny-spinner-wrapper[b-zny9hylq6d] {
    display: none;
}

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

#components-reconnect-modal.components-reconnect-show .owny-spinner-wrapper[b-zny9hylq6d] {
    display: flex;
}


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

.owny-spinner-wrapper[b-zny9hylq6d] {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owny-spinner-ring[b-zny9hylq6d] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid rgba(67, 56, 202, 0.2);
    border-top-color: #4338ca;
    animation: owny-spin-b-zny9hylq6d 0.9s linear infinite;
}

.owny-spinner-wrapper[b-zny9hylq6d]  .owny-reconnect-icon {
    width: 124px;
    height: 124px;
    object-fit: contain;
}

@keyframes owny-spin-b-zny9hylq6d {
    to {
        transform: rotate(360deg);
    }
}
@keyframes components-rejoining-animation-b-zny9hylq6d {
    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/Shared/QuickScanRestoreDialog.razor.rz.scp.css */
.quickscan-restore-overlay[b-a3e2pqecsz] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.quickscan-restore-dialog[b-a3e2pqecsz] {
    background: var(--rz-panel-background-color, #fff);
    border-radius: 8px;
    box-shadow: var(--rz-shadow-4, 0 8px 32px rgba(0,0,0,0.24));
    padding: 1.5rem;
    width: 100%;
    max-width: 860px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quickscan-restore-header[b-a3e2pqecsz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quickscan-restore-close[b-a3e2pqecsz] {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: var(--rz-text-secondary-color);
    padding: 0 0.25rem;
}

.quickscan-restore-close:hover[b-a3e2pqecsz] {
    color: var(--rz-text-color);
}

.quickscan-restore-footer[b-a3e2pqecsz] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid var(--rz-border-color, #dee2e6);
}
