/* /Components/Layout/ConfirmDialog.razor.rz.scp.css */
.confirm-dialog-backdrop[b-svykblqcil] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.confirm-dialog-panel[b-svykblqcil] {
    width: min(560px, 96vw);
    min-width: 420px;
    min-height: 220px;
    max-width: 96vw;
    max-height: 90vh;
    resize: both;
    overflow: auto;
    background: #fff;
    border-radius: 0.9rem;
    box-shadow: 0 1rem 2.2rem rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.confirm-dialog-header[b-svykblqcil] {
    padding: 1rem 1.25rem 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.confirm-dialog-body[b-svykblqcil] {
    padding: 1rem 1.25rem;
    color: #334155;
}

.confirm-dialog-actions[b-svykblqcil] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem 1.25rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pt093h9fsm] {
    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-pt093h9fsm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-shell[b-pt093h9fsm] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8f9fb 0%, #eef3fb 100%);
}

.content[b-pt093h9fsm] {
    min-height: calc(100vh - 56px);
}

.app-footer[b-pt093h9fsm] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
}

.app-footer a[b-pt093h9fsm] {
    color: #0f4bcf;
}

.app-footer a:hover[b-pt093h9fsm] {
    color: #0b3aa0;
}

.navbar .navbar-brand[b-pt093h9fsm],
.navbar .nav-link[b-pt093h9fsm] {
    color: #0f4bcf !important;
}

.navbar .nav-link:hover[b-pt093h9fsm],
.navbar .navbar-brand:hover[b-pt093h9fsm] {
    color: #0b3aa0 !important;
}

.top-nav-links[b-pt093h9fsm] {
    align-items: center;
}

.top-nav-links[b-pt093h9fsm]  .top-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 88px;
    padding: 0.45rem 0.9rem !important;
    border: 1px solid rgba(15, 75, 207, 0.15);
    border-radius: 999px;
    background: rgba(15, 75, 207, 0.04);
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: all 0.18s ease;
}

.nav-item-icon[b-pt093h9fsm] {
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-item-icon .app-icon[b-pt093h9fsm] {
    width: 1.5rem;
    height: 1.5rem;
}

.top-nav-links[b-pt093h9fsm]  .top-nav-link:hover {
    border-color: rgba(15, 75, 207, 0.35);
    background: rgba(15, 75, 207, 0.09);
    transform: translateY(-1px);
}

.top-nav-links[b-pt093h9fsm]  .top-nav-link.active {
    color: #fff !important;
    background: linear-gradient(180deg, #0f4bcf 0%, #0b3aa0 100%);
    border-color: #0b3aa0;
    box-shadow: 0 6px 14px rgba(15, 75, 207, 0.25);
}

.top-nav-links[b-pt093h9fsm]  .top-nav-link.active:hover {
    color: #fff !important;
}

.top-nav-links[b-pt093h9fsm]  a.top-nav-link.active,
.top-nav-links[b-pt093h9fsm]  .top-nav-link[aria-current="page"] {
    color: #fff !important;
    background: linear-gradient(180deg, #0f4bcf 0%, #0b3aa0 100%);
    border-color: #0b3aa0;
    box-shadow: 0 6px 14px rgba(15, 75, 207, 0.25);
}

@media (max-width: 991.98px) {
    .top-nav-links[b-pt093h9fsm] {
        margin-top: 0.5rem;
        align-items: stretch;
    }

    .top-nav-links[b-pt093h9fsm]  .top-nav-link {
        justify-content: flex-start;
        border-radius: 0.65rem;
        min-width: 0;
    }
}

.app-logo[b-pt093h9fsm] {
    height: 67px;
    object-fit: contain;
}

.profile-avatar[b-pt093h9fsm] {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 1px solid rgba(15, 75, 207, 0.2);
    object-fit: cover;
}

.profile-menu[b-pt093h9fsm] {
    position: relative;
    margin-right: 20px;
}

.profile-trigger[b-pt093h9fsm] {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profile-trigger:focus-visible[b-pt093h9fsm] {
    outline: 2px solid rgba(15, 75, 207, 0.45);
    outline-offset: 2px;
    border-radius: 999px;
}

.profile-avatar-fallback[b-pt093h9fsm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f4bcf;
    background: rgba(15, 75, 207, 0.12);
}

.profile-dropdown[b-pt093h9fsm] {
    min-width: 250px;
    border-radius: 0.8rem;
    border: 1px solid rgba(15, 75, 207, 0.12);
    box-shadow: 0 10px 30px rgba(15, 75, 207, 0.15);
    margin-top: 0.5rem;
}

.profile-dropdown-body[b-pt093h9fsm] {
    padding: 0.75rem 1rem 0.4rem 1rem;
}

.profile-dropdown-name[b-pt093h9fsm] {
    color: #0f4bcf;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.profile-dropdown-email[b-pt093h9fsm] {
    margin-top: 0.2rem;
    font-size: 0.85rem;
    color: #5e6b84;
    word-break: break-word;
}

.profile-signout[b-pt093h9fsm] {
    font-weight: 600;
    color: #c82333;
}

.profile-menu-item[b-pt093h9fsm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.menu-item-icon[b-pt093h9fsm] {
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    opacity: 0.85;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-item-icon[b-pt093h9fsm]  .app-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.profile-signout:hover[b-pt093h9fsm],
.profile-signout:focus[b-pt093h9fsm] {
    color: #fff;
    background: #c82333;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-b3wg8tddl4],
.components-reconnect-repeated-attempt-visible[b-b3wg8tddl4],
.components-reconnect-failed-visible[b-b3wg8tddl4],
.components-pause-visible[b-b3wg8tddl4],
.components-resume-failed-visible[b-b3wg8tddl4],
.components-rejoining-animation[b-b3wg8tddl4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-b3wg8tddl4 {
    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/Backup.razor.rz.scp.css */
.backup-success-action-btn[b-zdtrpoy6cu] {
    min-width: 9.75rem;
    justify-content: center;
}
/* /Components/Pages/Backups.razor.rz.scp.css */
.restore-history-table .history-value[b-nwq0g8gesx],
.restore-history-table .history-value .badge[b-nwq0g8gesx] {
    font-size: 1rem;
}

.restore-status-badge-fixed[b-nwq0g8gesx] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 7.5rem;
}

.backup-portal-link[b-nwq0g8gesx] {
    color: var(--bs-link-color);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
}

.backup-portal-link:hover[b-nwq0g8gesx],
.backup-portal-link:focus-visible[b-nwq0g8gesx] {
    color: var(--bs-link-hover-color);
    text-decoration-thickness: 2px;
}

.backup-portal-link-badge[b-nwq0g8gesx] {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* /Components/Pages/Restore.razor.rz.scp.css */
.restore-status-badge[b-fsbfftk6od] {
    min-width: 6.75rem;
    text-align: center;
}

.restore-context-line[b-fsbfftk6od] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.98rem;
}

.stop-on-failure-emphasis[b-fsbfftk6od] {
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding-left: 0.75rem;
}

.stop-on-failure-emphasis .form-check-input[b-fsbfftk6od] {
    border-color: #2f5fbf;
    margin-left: 0;
    margin-right: 0.5rem;
}

.stop-on-failure-emphasis .form-check-label[b-fsbfftk6od] {
    color: #1f3f8f;
}

/* /Components/Pages/Settings.razor.rz.scp.css */


.settings-grid-row[b-c4vsanxvc0] {
    align-items: end;
}

.settings-form-area[b-c4vsanxvc0] {
    margin-top: 0.75rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(248, 249, 250, 0.7);
    border-radius: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.settings-grid-row > div[b-c4vsanxvc0] {
    display: flex;
    flex-direction: column;
}

.settings-row-bottom-align > div[b-c4vsanxvc0] {
    display: flex;
    flex-direction: column;
}

.settings-row-bottom-align .settings-control-wrap[b-c4vsanxvc0] {
    justify-content: flex-end;
}

.settings-field[b-c4vsanxvc0] {
    min-height: calc(1.5em + 0.75rem + 2px);
    width: 100%;
    max-width: 22rem;
}

.settings-select-compact[b-c4vsanxvc0] {
    width: 100%;
    max-width: 11rem;
}

.settings-control-field[b-c4vsanxvc0] {
    width: 100%;
    max-width: 11rem;
}

.settings-control-wrap .form-label[b-c4vsanxvc0] {
    min-height: 0;
    margin-bottom: 0.5rem;
}

.settings-area-field-wrap[b-c4vsanxvc0] {
    max-width: 48rem;
}

.settings-area-field[b-c4vsanxvc0] {
    width: 100%;
    max-width: 48rem;
}
/* /Components/Pages/SignIn.razor.rz.scp.css */
.signin-actions-wrap[b-72cmq37f8j] {
    justify-items: center;
}

.signin-actions-wrap .btn[b-72cmq37f8j] {
    width: fit-content;
}

.google-signin-btn[b-72cmq37f8j],
.github-signin-btn[b-72cmq37f8j] {
    width: min(100%, 34rem);
    height: 5rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.google-signin-btn[b-72cmq37f8j] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    border: 1px solid #3f7ee8;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #4e89ec 0%, #3f7ee8 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.google-signin-btn:hover[b-72cmq37f8j] {
    background: linear-gradient(180deg, #5a92ee 0%, #4a85e8 100%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.google-signin-btn:active[b-72cmq37f8j] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.google-signin-icon-shell[b-72cmq37f8j] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: #fff;
    flex: 0 0 auto;
}

.google-signin-logo[b-72cmq37f8j] {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: contain;
    display: block;
}

.github-signin-btn[b-72cmq37f8j] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    border: 1px solid #0b0f14;
    border-radius: 0.75rem;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.github-signin-btn:hover[b-72cmq37f8j] {
    background: #111;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.github-signin-btn:active[b-72cmq37f8j] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}

.github-signin-btn-disabled[b-72cmq37f8j],
.github-signin-btn-disabled:hover[b-72cmq37f8j],
.github-signin-btn-disabled:active[b-72cmq37f8j] {
    opacity: 0.72;
    transform: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    cursor: not-allowed;
    background: #0f1115;
    color: #fff;
    border-color: #0b0f14;
}

.github-signin-icon-shell[b-72cmq37f8j] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    flex: 0 0 auto;
}

.github-signin-logo[b-72cmq37f8j] {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    display: block;
}
