/* /Components/Admin/StructuredBlockEditor.razor.rz.scp.css */
div[b-kepbbiqt2l] { min-width: 0; }
[b-kepbbiqt2l] fieldset { min-width: 0; }
[b-kepbbiqt2l] .btn { min-height: 44px; }
[b-kepbbiqt2l] .form-control,
[b-kepbbiqt2l] .form-select { min-height: 44px; min-width: 0; max-width: 100%; }
[b-kepbbiqt2l] textarea { min-height: 96px; }

@media (max-width: 575.98px) {
    [b-kepbbiqt2l] fieldset { padding: 8px !important; margin-inline: 0; max-width: 100%; }
    [b-kepbbiqt2l] legend { max-width: 100%; overflow-wrap: anywhere; }
    [b-kepbbiqt2l] [data-form-item] { padding: 8px !important; }
    [b-kepbbiqt2l] .input-group { display: grid; grid-template-columns: minmax(0, 1fr); gap: .5rem; }
    [b-kepbbiqt2l] .input-group > * { width: 100%; margin-left: 0 !important; border-radius: var(--bs-border-radius) !important; }
    [b-kepbbiqt2l] .btn { white-space: normal; overflow-wrap: anywhere; }
    [b-kepbbiqt2l] .form-label { overflow-wrap: anywhere; }
    [b-kepbbiqt2l] .form-control, [b-kepbbiqt2l] .form-select { font-size: max(16px, 1rem); }
}
/* /Components/Blocks/GoogleSheetBlock.razor.rz.scp.css */
.google-sheet-table th[b-yd98mwk405] {
    white-space: nowrap;
}

.google-sheet-table td[b-yd98mwk405] {
    min-width: 7rem;
    overflow-wrap: anywhere;
}

.sheet-card-field + .sheet-card-field[b-yd98mwk405] {
    border-top: 1px solid var(--bs-border-color);
    margin-top: .5rem;
    padding-top: .5rem;
}

.sheet-card-field dt[b-yd98mwk405],
.sheet-card-field dd[b-yd98mwk405] {
    margin: 0;
}
/* /Components/Blocks/InteractiveCirclesBlock.razor.rz.scp.css */
.interactive-circles-block[b-m4lj8fyfwf] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.interactive-circle-item[b-m4lj8fyfwf] {
    flex: 1 1 12rem;
    max-width: 24rem;
    text-align: center;
}

.interactive-circle[b-m4lj8fyfwf] {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 8rem;
    min-width: 8rem;
    padding: 1rem;
    user-select: none;
}

.interactive-circle[b-m4lj8fyfwf]::-webkit-details-marker {
    display: none;
}

.interactive-circle-content[b-m4lj8fyfwf] {
    margin-top: 1rem;
    text-align: left;
}

.preserve-lines[b-m4lj8fyfwf] {
    white-space: pre-line;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout - Estilos aislados del componente (scoped CSS) */
/* Se deja vacío intencionadamente: los estilos globales están en app.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-w2bfssmw6l],
.components-reconnect-repeated-attempt-visible[b-w2bfssmw6l],
.components-reconnect-failed-visible[b-w2bfssmw6l],
.components-pause-visible[b-w2bfssmw6l],
.components-resume-failed-visible[b-w2bfssmw6l],
.components-rejoining-animation[b-w2bfssmw6l] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-w2bfssmw6l {
    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/AdminBlocks.razor.rz.scp.css */
/* Editing controls must not move with the decorative card hover effect. */
.admin-form-card[b-16ewq4xjnm],
.admin-form-card:hover[b-16ewq4xjnm],
.admin-list-card[b-16ewq4xjnm],
.admin-list-card:hover[b-16ewq4xjnm] {
    transform: none;
    transition: none;
}

.admin-blocks-page[b-16ewq4xjnm] { min-width: 0; overflow-wrap: anywhere; }
[b-16ewq4xjnm] .form-control, [b-16ewq4xjnm] .form-select { min-width: 0; max-width: 100%; }
[b-16ewq4xjnm] .btn, [b-16ewq4xjnm] .form-control, [b-16ewq4xjnm] .form-select { min-height: 44px; }
[b-16ewq4xjnm] .form-actions { display: flex; flex-wrap: wrap; gap: .5rem; white-space: normal; }

@media (max-width: 575.98px) {
    .admin-actions[b-16ewq4xjnm] { display: grid !important; grid-template-columns: minmax(0, 1fr); }
    .admin-actions > *[b-16ewq4xjnm] { width: 100%; margin-left: 0 !important; white-space: normal; }
    .card-body[b-16ewq4xjnm], .card-header[b-16ewq4xjnm] { padding: 12px; }
    [b-16ewq4xjnm] .form-actions > * { width: 100%; white-space: normal; }
    [b-16ewq4xjnm] .form-control, [b-16ewq4xjnm] .form-select { font-size: max(16px, 1rem); }
    .admin-block-list[b-16ewq4xjnm] { max-height: none; overflow: visible; }
    .list-group-item > .d-flex[b-16ewq4xjnm] { flex-direction: column; gap: .5rem !important; }
    .block-actions > *[b-16ewq4xjnm] { width: 100%; white-space: normal; }
    [b-16ewq4xjnm] .rich-editor-toolbar { display: flex; flex-wrap: wrap; gap: .25rem; }
    [b-16ewq4xjnm] .rich-editor-toolbar .btn { min-width: 44px; }
}
