/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6ze7gecfpu] {
    color-scheme: light only;
    background: #0f172a;
    color: #e2e8f0;
    bottom: 1.5rem;
    right: 1.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.35);
    box-sizing: border-box;
    border-radius: 0.75rem;
    display: none;
    padding: 1rem 1.25rem;
    position: fixed;
    width: 22rem;
    z-index: 9999;
}

#blazor-error-ui .blazor-error-content[b-6ze7gecfpu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

#blazor-error-ui .blazor-error-text[b-6ze7gecfpu] {
    font-weight: 600;
    line-height: 1.4;
}

#blazor-error-ui .blazor-error-actions[b-6ze7gecfpu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#blazor-error-ui .reload[b-6ze7gecfpu] {
    background: #22c55e;
    border-radius: 0.5rem;
    color: #0f172a;
    font-weight: 700;
    padding: 0.5rem 0.9rem;
    text-decoration: none;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

    #blazor-error-ui .reload:hover[b-6ze7gecfpu] {
        transform: translateY(-1px);
        box-shadow: 0 6px 18px rgba(34, 197, 94, 0.45);
    }

    #blazor-error-ui .reload:active[b-6ze7gecfpu] {
        transform: translateY(0);
        box-shadow: 0 3px 10px rgba(34, 197, 94, 0.35);
    }

#blazor-error-ui .dismiss[b-6ze7gecfpu] {
    cursor: pointer;
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1;
    transition: color 0.15s ease;
}

    #blazor-error-ui .dismiss:hover[b-6ze7gecfpu] {
        color: #cbd5e1;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-osj0y14972],
.components-reconnect-repeated-attempt-visible[b-osj0y14972],
.components-reconnect-failed-visible[b-osj0y14972],
.components-pause-visible[b-osj0y14972],
.components-rejoining-animation[b-osj0y14972] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-osj0y14972],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-osj0y14972],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-osj0y14972],
#components-reconnect-modal.components-reconnect-retrying[b-osj0y14972],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-osj0y14972],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-osj0y14972],
#components-reconnect-modal.components-reconnect-failed[b-osj0y14972],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-osj0y14972] {
    display: block;
}


#components-reconnect-modal[b-osj0y14972] {
    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-osj0y14972 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-osj0y14972 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-osj0y14972 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-osj0y14972]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-osj0y14972 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-osj0y14972 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-osj0y14972 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-osj0y14972 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-osj0y14972] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-osj0y14972] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-osj0y14972] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-osj0y14972] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-osj0y14972] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-osj0y14972] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-osj0y14972] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-osj0y14972 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-osj0y14972] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-osj0y14972 {
    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/Admin/Users.razor.rz.scp.css */
.admin-users-grid :deep(.mud-table-cell)[b-mb66gcvkqd] {
    vertical-align: middle;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.promo-shell[b-tmwg1chaeg]  .validation-message {
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: #dc2626;
}

.promo-tab-group[b-tmwg1chaeg] {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    width: min(100%, 22rem);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(148, 163, 184, 0.55);
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(226, 232, 240, 0.8));
    padding: 0.35rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.promo-tab[b-tmwg1chaeg] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    padding: 0.75rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #475569;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-tab[b-tmwg1chaeg]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(135deg, #2563eb, #7c3aed 55%, #db2777);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.promo-tab:hover[b-tmwg1chaeg] {
    color: #1e293b;
    transform: translateY(-1px);
}

.promo-tab:focus-visible[b-tmwg1chaeg] {
    outline: 3px solid rgba(124, 58, 237, 0.28);
    outline-offset: 3px;
}

.promo-tab-active[b-tmwg1chaeg] {
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(79, 70, 229, 0.32);
}

.promo-tab-active[b-tmwg1chaeg]::before {
    opacity: 1;
}

.promo-label[b-tmwg1chaeg] {
    margin-bottom: 0.45rem;
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.promo-input[b-tmwg1chaeg],
.promo-select[b-tmwg1chaeg] {
    width: 100%;
    border: 2px solid #1f2937;
    border-radius: 8px;
    background: #ffffff;
    padding: 0.55rem 0.75rem;
    color: #0f172a;
    outline: none;
}

.promo-input:focus[b-tmwg1chaeg],
.promo-select:focus[b-tmwg1chaeg] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.promo-file-button[b-tmwg1chaeg] {
    display: flex;
    width: 100%;
    min-height: 2.75rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px solid #1f2937;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 52%, #cbd5e1 100%);
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.promo-file-button:hover[b-tmwg1chaeg] {
    filter: brightness(0.98);
}

.promo-file-button:focus-within[b-tmwg1chaeg] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.promo-file-input[b-tmwg1chaeg] {
    display: none;
}
.promo-hero-image[b-tmwg1chaeg] {
    width: auto;
    max-width: min(100%, 54rem);
    height: auto;
}


.promo-markdown[b-tmwg1chaeg]  p {
    margin: 0;
}

.promo-markdown[b-tmwg1chaeg]  p + p,
.promo-markdown[b-tmwg1chaeg]  ul,
.promo-markdown[b-tmwg1chaeg]  ol,
.promo-markdown[b-tmwg1chaeg]  blockquote {
    margin-top: 0.5rem;
}

.promo-markdown[b-tmwg1chaeg]  ul,
.promo-markdown[b-tmwg1chaeg]  ol {
    padding-left: 1.25rem;
}

.promo-markdown[b-tmwg1chaeg]  ul {
    list-style: disc;
}

.promo-markdown[b-tmwg1chaeg]  ol {
    list-style: decimal;
}

.promo-markdown[b-tmwg1chaeg]  a {
    font-weight: 700;
    color: #075985;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.promo-markdown[b-tmwg1chaeg]  strong {
    font-weight: 800;
}
