/* /Src/Layouts/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1thhwl60tg],
.components-reconnect-repeated-attempt-visible[b-1thhwl60tg],
.components-reconnect-failed-visible[b-1thhwl60tg],
.components-pause-visible[b-1thhwl60tg],
.components-resume-failed-visible[b-1thhwl60tg],
.components-rejoining-animation[b-1thhwl60tg] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-1thhwl60tg {
    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;
    }
}
/* /Src/Pages/Admin/Integrations.razor.rz.scp.css */
.intg-page[b-7q7o5c114i] {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 64px;
}

.intg-head[b-7q7o5c114i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.intg-title[b-7q7o5c114i] {
    font-size: 1.6rem;
    margin: 0;
}

.intg-subtitle[b-7q7o5c114i] {
    color: #6b7280;
    margin: 4px 0 0;
    font-size: 0.9rem;
}

.intg-grid[b-7q7o5c114i] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.intg-card[b-7q7o5c114i] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.intg-card__head[b-7q7o5c114i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.intg-card__title[b-7q7o5c114i] {
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.intg-badge[b-7q7o5c114i] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.intg-badge--on[b-7q7o5c114i] { background: #dcfce7; color: #166534; }
.intg-badge--off[b-7q7o5c114i] { background: #f3f4f6; color: #6b7280; }
.intg-badge--warn[b-7q7o5c114i] { background: #fef3c7; color: #92400e; }

.intg-status[b-7q7o5c114i] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.intg-status__pill[b-7q7o5c114i] {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
}

.intg-status__pill--running[b-7q7o5c114i] { background: #dbeafe; color: #1e40af; }
.intg-status__pill--success[b-7q7o5c114i] { background: #dcfce7; color: #166534; }
.intg-status__pill--failed[b-7q7o5c114i] { background: #fee2e2; color: #991b1b; }
.intg-status__pill--idle[b-7q7o5c114i] { background: #f3f4f6; color: #6b7280; }

.intg-status__meta[b-7q7o5c114i] {
    font-size: 0.8rem;
    color: #6b7280;
}

.intg-error[b-7q7o5c114i] {
    margin-top: 10px;
    padding: 8px 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
    font-size: 0.82rem;
    word-break: break-word;
}

.intg-audit[b-7q7o5c114i] {
    margin-top: 8px;
    font-size: 0.76rem;
    color: #9ca3af;
}

.intg-actions[b-7q7o5c114i] {
    margin-top: 14px;
}

.intg-form[b-7q7o5c114i] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intg-field[b-7q7o5c114i] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.intg-field__label[b-7q7o5c114i] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #374151;
}

.intg-field__req[b-7q7o5c114i] { color: #dc2626; }

.intg-input[b-7q7o5c114i] {
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
}

.intg-input:focus[b-7q7o5c114i] {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.intg-check[b-7q7o5c114i] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.intg-form-actions[b-7q7o5c114i] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.intg-btn[b-7q7o5c114i] {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
}

.intg-btn:disabled[b-7q7o5c114i] {
    opacity: 0.55;
    cursor: not-allowed;
}

.intg-btn--primary[b-7q7o5c114i] {
    background: #4f46e5;
    color: #fff;
}

.intg-btn--ghost[b-7q7o5c114i] {
    background: #fff;
    border-color: #d1d5db;
    color: #374151;
}

.intg-alert[b-7q7o5c114i] {
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 0.88rem;
}

.intg-alert--ok[b-7q7o5c114i] { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.intg-alert--error[b-7q7o5c114i] { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

.intg-loading[b-7q7o5c114i], .intg-empty[b-7q7o5c114i] {
    padding: 32px;
    text-align: center;
    color: #6b7280;
}
/* /Src/Pages/ComingSoon.razor.rz.scp.css */
.cs-page[b-tm8osr46ou] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 64px 24px;
}

.cs-card[b-tm8osr46ou] {
    max-width: 520px;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e8f0;
    border-radius: 16px;
    padding: 40px 36px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(30, 41, 59, 0.06);
}

.cs-badge[b-tm8osr46ou] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #4858ff;
    background: #eef0ff;
    border: 1px solid #d6dbff;
}

.cs-title[b-tm8osr46ou] {
    margin: 18px 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #1e293b;
}

.cs-desc[b-tm8osr46ou] {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.55;
    color: #64748b;
}

.cs-note[b-tm8osr46ou] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
}
/* /Src/Pages/Reservations/Office.razor.rz.scp.css */
.office-page[b-8pevh2j0lk] {
    padding: 20px 24px 0;
}

.office-tabs[b-8pevh2j0lk] {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: #f1f3f9;
    border-radius: 12px;
    margin-bottom: 8px;
}

.office-tab[b-8pevh2j0lk] {
    appearance: none;
    border: none;
    background: transparent;
    padding: 8px 20px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 650;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.office-tab:hover[b-8pevh2j0lk] {
    color: #4858ff;
}

.office-tab--active[b-8pevh2j0lk] {
    background: #fff;
    color: #4858ff;
    box-shadow: 0 1px 3px rgba(30, 41, 59, 0.12);
}
