@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-znih2lnpr8] {
    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-znih2lnpr8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cda82coch4],
.components-reconnect-repeated-attempt-visible[b-cda82coch4],
.components-reconnect-failed-visible[b-cda82coch4],
.components-pause-visible[b-cda82coch4],
.components-resume-failed-visible[b-cda82coch4],
.components-rejoining-animation[b-cda82coch4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-cda82coch4 {
    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/AdminCustomers.razor.rz.scp.css */
.onboarding-grid[b-hbprwk1wxp] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 18px;
}

.onboarding-panel[b-hbprwk1wxp],
.invite-result[b-hbprwk1wxp] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
}

.field-label[b-hbprwk1wxp] {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    color: #1f2937;
    font-weight: 700;
}

.field-label small[b-hbprwk1wxp] {
    color: #6b7280;
    font-weight: 500;
}

.field-input[b-hbprwk1wxp],
.invite-link-row input[b-hbprwk1wxp] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 12px;
    font: inherit;
    color: #111827;
    background: #fff;
}

.field-input:focus[b-hbprwk1wxp] {
    outline: 2px solid #10b981;
    outline-offset: 1px;
    border-color: #10b981;
}

.invite-submit[b-hbprwk1wxp] { margin-top: 22px; }

.onboarding-guide ol[b-hbprwk1wxp] {
    display: grid;
    gap: 22px;
    margin: 24px 0 0;
    padding: 0 22px 0 0;
}

.onboarding-guide li[b-hbprwk1wxp] { padding-right: 5px; }
.onboarding-guide strong[b-hbprwk1wxp],
.onboarding-guide span[b-hbprwk1wxp] { display: block; }
.onboarding-guide span[b-hbprwk1wxp] { color: #6b7280; margin-top: 5px; line-height: 1.7; }

.invite-result[b-hbprwk1wxp] {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    margin-top: 18px;
    border-color: #a7f3d0;
    background: #f0fdf4;
}

.invite-result-icon[b-hbprwk1wxp] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #047857;
    background: #d1fae5;
    border-radius: 50%;
}

.invite-link-row[b-hbprwk1wxp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 16px;
}

@media (max-width: 820px) {
    .onboarding-grid[b-hbprwk1wxp] { grid-template-columns: 1fr; }
    .invite-link-row[b-hbprwk1wxp] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Connections.razor.rz.scp.css */
.connect-modal-backdrop[b-uh5htzw38w] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(17, 24, 39, .58);
}

.connect-modal[b-uh5htzw38w] {
    position: relative;
    width: min(100%, 590px);
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.connect-modal-close[b-uh5htzw38w] { position: absolute; top: 16px; left: 16px; }
.connect-modal-icon[b-uh5htzw38w] { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; color: #fff; background: #1877f2; border-radius: 50%; }
.connect-modal-icon.danger[b-uh5htzw38w] { background: #b42318; }
.connect-modal h2[b-uh5htzw38w] { margin: 8px 0 10px; font-size: 26px; letter-spacing: 0; }
.connect-modal > p[b-uh5htzw38w] { color: #4b5563; line-height: 1.8; }

.connect-warning[b-uh5htzw38w] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    margin-top: 18px;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 6px;
    line-height: 1.7;
}

.connect-warning.danger[b-uh5htzw38w] {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.connect-confirmation[b-uh5htzw38w] { display: flex; align-items: center; gap: 10px; margin-top: 20px; font-weight: 700; }
.connect-confirmation input[b-uh5htzw38w] { width: 18px; height: 18px; accent-color: #059669; }
.connect-modal-actions[b-uh5htzw38w] { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }

.button-danger[b-uh5htzw38w] {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    color: #fff;
    background: #b42318;
    border: 1px solid #b42318;
    border-radius: 6px;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.button-danger:disabled[b-uh5htzw38w] { opacity: .52; cursor: not-allowed; }

.managed-note[b-uh5htzw38w] {
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
}

.icon-button.danger[b-uh5htzw38w] { color: #b42318; }

.operations-grid[b-uh5htzw38w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.operation-card[b-uh5htzw38w] {
    display: grid;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.operation-card-heading[b-uh5htzw38w] {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.operation-card-heading > div[b-uh5htzw38w] { display: grid; gap: 2px; }
.operation-card-heading strong[b-uh5htzw38w] { color: #111827; font-size: 14px; }
.operation-card-heading small[b-uh5htzw38w],
.operation-description[b-uh5htzw38w] { color: #6b7280; font-size: 11px; line-height: 1.7; }

.operation-icon[b-uh5htzw38w] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #047857;
    background: #ecfdf5;
    border-radius: 7px;
}

.operation-icon svg[b-uh5htzw38w] { width: 21px; height: 21px; }

.operation-facts[b-uh5htzw38w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 0;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.operation-facts > div[b-uh5htzw38w] { display: grid; gap: 3px; padding: 10px 12px; background: #f9fafb; }
.operation-facts dt[b-uh5htzw38w] { color: #6b7280; font-size: 9px; }
.operation-facts dd[b-uh5htzw38w] { margin: 0; color: #111827; font-size: 11px; font-weight: 750; }
.operation-action[b-uh5htzw38w] { justify-self: start; }
.operation-description[b-uh5htzw38w] { margin: 0; }

.text-link[b-uh5htzw38w] { color: #0369a1; font-size: 11px; font-weight: 750; text-decoration: none; }
.text-link:hover[b-uh5htzw38w] { text-decoration: underline; }

.billing-confirmation[b-uh5htzw38w] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
}

.billing-confirmation input[b-uh5htzw38w] { width: 17px; height: 17px; flex: 0 0 auto; accent-color: #059669; }

.audit-section[b-uh5htzw38w] { margin-top: 18px; }
.audit-empty[b-uh5htzw38w] { padding: 22px; color: #6b7280; font-size: 12px; }
.audit-list[b-uh5htzw38w] { display: grid; gap: 0; margin: 0; padding: 0 18px 18px; list-style: none; }
.audit-list li[b-uh5htzw38w] { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: start; gap: 10px; padding: 12px 0; border-top: 1px solid #eef0f2; }
.audit-list li > div[b-uh5htzw38w] { display: grid; gap: 3px; }
.audit-list strong[b-uh5htzw38w] { color: #111827; font-size: 11px; }
.audit-list small[b-uh5htzw38w] { color: #6b7280; font-size: 10px; line-height: 1.6; }
.audit-list time[b-uh5htzw38w] { color: #6b7280; font-size: 9px; direction: ltr; }
.audit-dot[b-uh5htzw38w] { width: 8px; height: 8px; margin-top: 4px; background: #10b981; border-radius: 50%; }

@media (max-width: 560px) {
    .connect-modal[b-uh5htzw38w] { padding: 24px 20px; }
    .connect-modal-actions[b-uh5htzw38w] { display: grid; }
    .operations-grid[b-uh5htzw38w] { grid-template-columns: 1fr; }
    .operation-card-heading[b-uh5htzw38w] { grid-template-columns: 42px minmax(0, 1fr); }
    .operation-card-heading .status-pill[b-uh5htzw38w] { grid-column: 1 / -1; justify-self: start; }
    .operation-facts[b-uh5htzw38w] { grid-template-columns: 1fr; }
    .audit-list li[b-uh5htzw38w] { grid-template-columns: 10px minmax(0, 1fr); }
    .audit-list time[b-uh5htzw38w] { grid-column: 2; }
}
/* /Components/Pages/JoinWorkspace.razor.rz.scp.css */
.join-shell[b-1hn1xwfei3] { min-height: 100vh; display: grid; align-content: center; justify-items: center; gap: 24px; padding: 28px; background: #f4f6f8; }
.join-brand[b-1hn1xwfei3] { display: inline-flex; align-items: center; gap: 10px; color: #111827; text-decoration: none; font-size: 22px; }
.join-brand span[b-1hn1xwfei3] { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: #111827; border-radius: 8px; }
.join-card[b-1hn1xwfei3] { width: min(100%, 590px); padding: 36px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 18px 45px rgba(17, 24, 39, .08); }
.join-card h1[b-1hn1xwfei3] { margin: 10px 0; font-size: clamp(26px, 5vw, 40px); letter-spacing: 0; }
.join-card > p[b-1hn1xwfei3] { color: #6b7280; line-height: 1.8; }
.join-note[b-1hn1xwfei3] { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px; margin-top: 24px; color: #065f46; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 6px; line-height: 1.7; }
.join-actions[b-1hn1xwfei3] { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.join-error > svg[b-1hn1xwfei3] { color: #b91c1c; }
.join-success > svg[b-1hn1xwfei3] { color: #047857; width: 46px; height: 46px; }
@media (max-width: 560px) { .join-card[b-1hn1xwfei3] { padding: 24px; } .join-actions .button[b-1hn1xwfei3] { width: 100%; justify-content: center; } }
