/* /Web/Components/Account/Pages/Login.razor.rz.scp.css */
/* ── Page wrapper ── */
.admin-login-page[b-x9dpu1mfkv] {
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 14px;
    background: #f4f6fb;
}

/* ── Card ── */
.admin-login-card[b-x9dpu1mfkv] {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
    padding: 36px 36px 28px;
}

/* ── Icon badge ── */
.admin-login-icon[b-x9dpu1mfkv] {
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0b3b91;
    color: #fff;
}

/* ── Heading ── */
.admin-login-head[b-x9dpu1mfkv] {
    text-align: center;
    margin-bottom: 24px;
}

.admin-login-title[b-x9dpu1mfkv] {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

.admin-login-subtitle[b-x9dpu1mfkv] {
    margin-top: 6px;
    font-size: 12.5px;
    color: #6b7280;
}

/* ── Form ── */
.admin-login-form[b-x9dpu1mfkv] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ── Field group ── */
.admin-field[b-x9dpu1mfkv] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

.admin-label[b-x9dpu1mfkv] {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    letter-spacing: .01em;
}

/* ── Input — the critical block ── */
.admin-input[b-x9dpu1mfkv],
.admin-login-form input[type="text"][b-x9dpu1mfkv],
.admin-login-form input[type="email"][b-x9dpu1mfkv],
.admin-login-form input[type="password"][b-x9dpu1mfkv] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 44px;
    padding: 0 14px;
    background: #f9fafb;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.admin-input[b-x9dpu1mfkv]::placeholder,
.admin-login-form input[b-x9dpu1mfkv]::placeholder {
    color: #9ca3af;
    font-size: 13.5px;
}

.admin-input:focus[b-x9dpu1mfkv],
.admin-login-form input:focus[b-x9dpu1mfkv] {
    background: #fff;
    border-color: #0b3b91;
    box-shadow: 0 0 0 3px rgba(11, 59, 145, .13);
}

.admin-input:hover:not(:focus)[b-x9dpu1mfkv],
.admin-login-form input:hover:not(:focus)[b-x9dpu1mfkv] {
    border-color: #9ca3af;
}

/* ── Validation ── */
.text-danger[b-x9dpu1mfkv] {
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
}

/* ── Submit button ── */
.admin-btn[b-x9dpu1mfkv] {
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 8px;
    background: #0b3b91;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(11, 59, 145, .18);
    transition: transform .12s ease, filter .12s ease;
}

.admin-btn:hover:not(:disabled)[b-x9dpu1mfkv] {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.admin-btn:active:not(:disabled)[b-x9dpu1mfkv] {
    transform: translateY(0);
}

.admin-btn:disabled[b-x9dpu1mfkv] {
    opacity: .7;
    cursor: not-allowed;
}

.admin-btn-text[b-x9dpu1mfkv] {
    display: block;
    text-align: center;
}

.admin-btn-icon[b-x9dpu1mfkv] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    opacity: .85;
}

/* ── Back link ── */
.admin-back[b-x9dpu1mfkv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px auto 0;
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.admin-back:hover[b-x9dpu1mfkv] {
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.admin-back-icon[b-x9dpu1mfkv] {
    display: inline-flex;
}

/* ── Dev hint box ── */
.admin-hint[b-x9dpu1mfkv] {
    margin-top: 20px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 12.5px;
    color: #374151;
}

.admin-hint-title[b-x9dpu1mfkv] {
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}

.admin-hint-row[b-x9dpu1mfkv] {
    line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 520px) {
    .admin-login-card[b-x9dpu1mfkv] {
        padding: 28px 20px 22px;
    }
}
/* /Web/Components/Layout/AdminSidebar.razor.rz.scp.css */
/* Admin sidebar – refreshed (Bootstrap Icons) */

.adm-sidebar[b-1s6unv6235] {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 10px;
    box-sizing: border-box;

    background: linear-gradient(180deg, var(--sidebar-bg) 0%, var(--sidebar-bg-2) 100%);
    border-right: 1px solid var(--sidebar-border);
    color: #fff !important;
}

/* Hard reset: sin subrayado / sin cambio de color en links */
.adm-sidebar a[b-1s6unv6235],
.adm-sidebar a:visited[b-1s6unv6235],
.adm-sidebar a:hover[b-1s6unv6235],
.adm-sidebar a:active[b-1s6unv6235],
.adm-sidebar a:focus[b-1s6unv6235],
.adm-sidebar .adm-item[b-1s6unv6235],
.adm-sidebar .adm-item:visited[b-1s6unv6235],
.adm-sidebar .adm-item:hover[b-1s6unv6235],
.adm-sidebar .adm-item:active[b-1s6unv6235],
.adm-sidebar .adm-item:focus[b-1s6unv6235],
.adm-sidebar .adm-logout[b-1s6unv6235],
.adm-sidebar .adm-logout:visited[b-1s6unv6235],
.adm-sidebar .adm-logout:hover[b-1s6unv6235],
.adm-sidebar .adm-logout:active[b-1s6unv6235],
.adm-sidebar .adm-logout:focus[b-1s6unv6235] {
    text-decoration: none !important;
    outline: none;
    background: transparent;
    color: #fff !important;
}

.adm-sidebar [b-1s6unv6235]::selection {
    background: rgba(255,255,255,.18);
    color: #fff;
}

/* Brand */
.adm-brand[b-1s6unv6235] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 8px;
    border-radius: 14px;
    cursor: pointer;
    user-select: none;
}

.adm-brand:hover[b-1s6unv6235] { background: var(--sidebar-hover); }

.adm-brand:focus-visible[b-1s6unv6235] {
    box-shadow: 0 0 0 4px rgba(147, 197, 253, .22);
}

.adm-brand-icon[b-1s6unv6235] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.05);
    color: #fff;
    box-shadow: 0 14px 22px rgba(0,0,0,.22);
    overflow: hidden;
}

.adm-brand-logo[b-1s6unv6235] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.adm-brand-title[b-1s6unv6235] {
    font-weight: 900;
    font-size: 1.08rem;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .2px;
}

.adm-brand-subtitle[b-1s6unv6235] {
    margin-top: 2px;
    font-size: .92rem;
    color: var(--sidebar-muted);
}

/* Nav */
.adm-nav[b-1s6unv6235] {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Item */
.adm-item[b-1s6unv6235] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px;
    border-radius: 14px;

    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);

    transition: background .15s ease, border-color .15s ease, transform .12s ease, box-shadow .15s ease;
    cursor: pointer;
}

.adm-item:hover:not(.active)[b-1s6unv6235] {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.14);
    transform: translateY(-1px);
}

.adm-item:active[b-1s6unv6235] { transform: translateY(0); }

/* Active */
.adm-item.active[b-1s6unv6235] {
    background: linear-gradient(135deg, var(--sidebar-active) 0%, rgba(29,78,216,.18) 100%) !important;
    border-color: var(--sidebar-active-border) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.08),
        0 6px 18px rgba(2,6,23,.35);
    transform: translateY(-1px);
}

.adm-item.active .adm-ico[b-1s6unv6235] {
    background: rgba(147,197,253,.16);
    border-color: rgba(147,197,253,.26);
}

.adm-item.active .adm-right[b-1s6unv6235] {
    opacity: 1;
    transform: translateX(0);
    color: rgba(191,219,254,.92) !important;
}

/* Left icon */
.adm-ico[b-1s6unv6235] {
    width: 32px;
    height: 32px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,.10);
    flex: 0 0 auto;
    transition: background .15s ease, border-color .15s ease;
}

.adm-ico .bi[b-1s6unv6235] {
    font-size: 1.18rem;
    line-height: 1;
}

/* Label */
.adm-label[b-1s6unv6235] {
    font-weight: 800;
    font-size: 1.06rem;
    letter-spacing: .01em;
}

/* Right chevron */
.adm-right[b-1s6unv6235] {
    margin-left: auto;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .15s ease, transform .15s ease;
    color: rgba(255,255,255,.92) !important;
}

.adm-right .bi[b-1s6unv6235] {
    font-size: 1.05rem;
    line-height: 1;
}

/* Item color accents (solo icono, sutil) */
.adm-item--primary .adm-ico[b-1s6unv6235] {
    background: rgba(13,110,253,.14);
    border-color: rgba(13,110,253,.22);
}

.adm-item--info .adm-ico[b-1s6unv6235] {
    background: rgba(13,202,240,.14);
    border-color: rgba(13,202,240,.22);
}

.adm-item--warning .adm-ico[b-1s6unv6235] {
    background: rgba(245,158,11,.16);
    border-color: rgba(245,158,11,.24);
}

.adm-item--success .adm-ico[b-1s6unv6235] {
    background: rgba(25,135,84,.14);
    border-color: rgba(25,135,84,.22);
}

.adm-item--purple .adm-ico[b-1s6unv6235] {
    background: rgba(139,92,246,.14);
    border-color: rgba(139,92,246,.22);
}

/* Footer */
.adm-footer[b-1s6unv6235] {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--sidebar-border);
}

/* Session card */
.adm-session[b-1s6unv6235] {
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    padding: 10px 10px;
    margin-bottom: 8px;
}

.adm-session-label[b-1s6unv6235] {
    font-size: .86rem;
    color: var(--sidebar-muted);
    margin-bottom: 6px;
}

.adm-session-name[b-1s6unv6235] {
    font-weight: 900;
    font-size: 1.02rem;
    line-height: 1.15;
}

.adm-session-role[b-1s6unv6235] {
    margin-top: 2px;
    font-size: .92rem;
    color: var(--sidebar-muted);
}

/* Logout */
.adm-logout[b-1s6unv6235] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 10px;
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    transition: background .12s ease, border-color .12s ease;
}

.adm-logout:hover[b-1s6unv6235] {
    background: rgba(239,68,68,.18);
    border-color: rgba(252,165,165,.26);
}

.adm-logout-ico[b-1s6unv6235] {
    width: 32px;
    height: 32px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,.10);
}

.adm-logout-ico .bi[b-1s6unv6235] {
    font-size: 1.18rem;
    line-height: 1;
}

.adm-logout-text[b-1s6unv6235] {
    font-weight: 850;
    font-size: 1.04rem;
}

/* Responsive */
@media (max-width: 768px) {
    .adm-sidebar[b-1s6unv6235] {
        width: 100%;
        min-height: unset;
        height: auto;
    }
}
/* /Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Admin shell (layout) – refreshed */

.admin-shell[b-p4egowkszv] {
    height: 100vh;
    display: flex;
    flex-direction: row;
    overflow: hidden; /* el scroll queda en admin-main */
    background: var(--bg);
}

/* Sidebar (desktop) */
.admin-sidebar[b-p4egowkszv] {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    overflow-y: auto;

    background: linear-gradient(180deg, var(--sidebar-bg) 0%, var(--sidebar-bg-2) 100%);
    border-right: 1px solid var(--sidebar-border);
}

.admin-sidebar[b-p4egowkszv]::-webkit-scrollbar { width: 6px; }
.admin-sidebar[b-p4egowkszv]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.18);
    border-radius: 999px;
}

/* Main content */
.admin-main[b-p4egowkszv] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    padding: 1.5rem;
}

/* Topbar (mobile) */
.admin-topbar[b-p4egowkszv] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: linear-gradient(90deg, var(--sidebar-bg) 0%, var(--sidebar-bg-2) 100%);
    color: #fff;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-bottom: 1px solid var(--sidebar-border);
}

.admin-topbar-title[b-p4egowkszv] {
    font-weight: 800;
    letter-spacing: .2px;
}

/* Offcanvas (mobile sidebar) */
.admin-offcanvas-sidebar[b-p4egowkszv] {
    background: linear-gradient(180deg, var(--sidebar-bg) 0%, var(--sidebar-bg-2) 100%);
    border-right: 1px solid var(--sidebar-border);
    width: 250px !important;
}

.admin-offcanvas-sidebar .offcanvas-header[b-p4egowkszv] {
    border-bottom: 1px solid var(--sidebar-border);
    color: #fff;
}

/* Auth / loading */
.admin-auth-loading[b-p4egowkszv] { min-height: 70vh; }

@media (max-width: 520px) {
    .admin-main[b-p4egowkszv] { padding: 1.1rem; }
}
/* /Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t4mr09zsd4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-t4mr09zsd4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-t4mr09zsd4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t4mr09zsd4] {
    font-size: 1.1rem;
}

.bi[b-t4mr09zsd4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-t4mr09zsd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-t4mr09zsd4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t4mr09zsd4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t4mr09zsd4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t4mr09zsd4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-t4mr09zsd4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t4mr09zsd4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-t4mr09zsd4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t4mr09zsd4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t4mr09zsd4] {
        display: none;
    }

    .nav-scrollable[b-t4mr09zsd4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d0o6fl55zh],
.components-reconnect-repeated-attempt-visible[b-d0o6fl55zh],
.components-reconnect-failed-visible[b-d0o6fl55zh],
.components-pause-visible[b-d0o6fl55zh],
.components-resume-failed-visible[b-d0o6fl55zh],
.components-rejoining-animation[b-d0o6fl55zh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-retrying[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-failed[b-d0o6fl55zh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d0o6fl55zh] {
    display: block;
}


#components-reconnect-modal[b-d0o6fl55zh] {
    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-d0o6fl55zh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d0o6fl55zh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d0o6fl55zh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d0o6fl55zh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d0o6fl55zh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d0o6fl55zh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d0o6fl55zh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d0o6fl55zh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d0o6fl55zh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d0o6fl55zh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d0o6fl55zh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d0o6fl55zh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d0o6fl55zh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d0o6fl55zh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d0o6fl55zh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d0o6fl55zh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d0o6fl55zh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d0o6fl55zh {
    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;
    }
}
/* /Web/Components/Pages/Admin/ConfiguracionJornada.razor.rz.scp.css */
/* Configuración Jornada – refreshed */

.cfg-page[b-3su4g3r8ab] { padding: 1.25rem; }

.cfg-header[b-3su4g3r8ab] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.card-soft[b-3su4g3r8ab] {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xs);
    background: var(--surface);
}

.card-soft:hover[b-3su4g3r8ab] { box-shadow: var(--shadow-sm); }

.cfg-kv[b-3su4g3r8ab] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .45rem 0;
    border-bottom: 1px dashed rgba(15, 23, 42, .14);
}

.cfg-kv:last-child[b-3su4g3r8ab] { border-bottom: none; }

.cfg-cupo-total[b-3su4g3r8ab] {
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: .2px;
    padding: .45rem .85rem;
    border-radius: .95rem;
    border: 1px solid rgba(29,78,216,.20);
    background: rgba(29,78,216,.08);
    color: var(--text);
}

@media (max-width: 992px) {
    .cfg-header[b-3su4g3r8ab] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Web/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Dashboard – estilos específicos (scoped) */

/* Header */
.page-header[b-8469bkvs4e] {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.page-title[b-8469bkvs4e] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.page-header h1[b-8469bkvs4e] {
    margin: 0;
    font-weight: 900;
    letter-spacing: -.02em;
    color: var(--text);
    font-size: clamp(1.65rem, 1.25rem + 1.35vw, 2.35rem);
}

.page-meta[b-8469bkvs4e] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem 1rem;
}

.page-meta__row[b-8469bkvs4e] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .45rem;
}

.page-meta__label[b-8469bkvs4e] {
    font-size: .95rem;
    color: var(--muted);
    font-weight: 750;
}

.page-meta__value[b-8469bkvs4e] {
    display: inline-flex;
    align-items: center;
    padding: .18rem .55rem;
    border-radius: 999px;
    background: rgba(29, 78, 216, .12);
    color: var(--primary);
    font-weight: 900;
    letter-spacing: -.01em;
    font-variant-numeric: tabular-nums;
}

.page-meta__sep[b-8469bkvs4e] {
    font-size: .95rem;
    color: var(--muted);
    font-weight: 850;
    margin: 0 .1rem;
}


/* KPI cards */
.kpi-card[b-8469bkvs4e] {
    --kpi-color: var(--primary);

    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 1.25rem 1.25rem 1.05rem;
    border-left: 5px solid var(--kpi-color);
    border-radius: var(--radius-md);
    position: relative;
    overflow: hidden;

    background: var(--surface);
    box-shadow: var(--shadow-xs);
}

.kpi-card:hover[b-8469bkvs4e] { box-shadow: var(--shadow-sm); }

.kpi-card[b-8469bkvs4e]::before {
    content: "";
    position: absolute;
    top: -18px;
    right: -18px;
    width: 92px;
    height: 92px;
    border-radius: 0 0 0 999px;
    background: var(--kpi-color);
    opacity: .10;
}

.kpi-label[b-8469bkvs4e] {
    font-size: .84rem;
    font-weight: 800;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .35rem;
}

.kpi-value[b-8469bkvs4e] {
    font-size: clamp(2.15rem, 1.7rem + 1.5vw, 3rem);
    font-weight: 900;
    color: var(--text);
    line-height: 1.05;
    margin-bottom: .65rem;
}

.kpi-details[b-8469bkvs4e] {
    font-size: .98rem;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: .7rem;
    flex-grow: 1;
}

.kpi-details b[b-8469bkvs4e] {
    font-weight: 800;
    color: var(--text);
}

.kpi-subtitle[b-8469bkvs4e] {
    font-size: .92rem;
    font-weight: 900;
    color: var(--text);
    letter-spacing: -.01em;
    margin-bottom: .35rem;
}

.kpi-card.kpi-total[b-8469bkvs4e] { --kpi-color: var(--primary); }
.kpi-card.kpi-normal[b-8469bkvs4e] { --kpi-color: var(--accent); }
.kpi-card.kpi-excedent[b-8469bkvs4e] { --kpi-color: var(--warning); }
.kpi-card.kpi-pending[b-8469bkvs4e] { --kpi-color: var(--danger); }

.db-summary-title[b-8469bkvs4e] {
    font-weight: 900;
    color: var(--text);
    font-size: 1.05rem;
    letter-spacing: -.01em;
    margin-bottom: .55rem;
}

/* Tabs */
.card-header[b-8469bkvs4e] {
    background: linear-gradient(180deg, var(--surface-2) 0%, rgba(255,255,255,0) 100%);
}

.nav-tabs[b-8469bkvs4e] {
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.nav-tabs .nav-link[b-8469bkvs4e] {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--muted);
    font-weight: 750;
    padding: .85rem 1rem;
    transition: color .18s ease, border-color .18s ease;
}

.nav-tabs .nav-link:hover[b-8469bkvs4e] {
    color: var(--primary);
    border-bottom-color: rgba(29, 78, 216, .35);
}

.nav-tabs .nav-link.active[b-8469bkvs4e] {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: transparent;
}

.tab-content[b-8469bkvs4e] { padding: .75rem 0; }

/* Tables (dashboard) */
.table[b-8469bkvs4e] {
    font-size: 1rem;
}

.table th[b-8469bkvs4e] {
    background: rgba(15, 23, 42, .03);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    font-weight: 800;
    color: var(--muted);
    padding: .9rem 1rem;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.table td[b-8469bkvs4e] {
    padding: .9rem 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .05);
    color: var(--text);
}

.table tbody tr:hover[b-8469bkvs4e] { background: rgba(15, 23, 42, .03); }

/* Toast flotante */
.db-toast[b-8469bkvs4e] {
    position: fixed;
    bottom: 36px;
    right: 36px;
    z-index: 999;

    display: flex;
    align-items: flex-start;
    gap: 14px;

    background: var(--surface);
    border: 1px solid rgba(245, 158, 11, .35);
    border-left: 5px solid var(--warning);
    border-radius: 18px;
    padding: 18px 18px;

    box-shadow: var(--shadow-md);
    max-width: 520px;
    width: calc(100vw - 72px);

    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
}

.db-toast--visible[b-8469bkvs4e] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.db-toast__icon[b-8469bkvs4e] {
    font-size: 1.65rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.db-toast__body[b-8469bkvs4e] { flex: 1; }

.db-toast__title[b-8469bkvs4e] {
    font-weight: 900;
    font-size: 1.05rem;
    color: #78350F;
    margin-bottom: 6px;
    letter-spacing: -.01em;
}

.db-toast__meta[b-8469bkvs4e] {
    font-size: .96rem;
    color: #92400E;
    line-height: 1.55;
}

.db-toast__meta b[b-8469bkvs4e] { font-weight: 850; }

.db-toast__close[b-8469bkvs4e] {
    background: none;
    border: none;
    cursor: pointer;
    color: #B45309;
    font-size: 1rem;
    padding: 0 2px;
    flex-shrink: 0;
    line-height: 1;
    opacity: .65;
    transition: opacity .15s;
}

.db-toast__close:hover[b-8469bkvs4e] { opacity: 1; }

/* Pill para reabrir */
.db-toast-pill[b-8469bkvs4e] {
    position: absolute;
    top: 40%;
    right: 16px;
    transform: translateY(-50%);

    background: var(--warning-50);
    border: 1.5px solid rgba(245, 158, 11, .35);
    border-radius: 999px;
    padding: 12px 14px;

    font-size: .98rem;
    font-weight: 850;
    color: #92400E;
    cursor: pointer;

    box-shadow: 0 10px 28px rgba(2,6,23,.10);
    animation: db-pill-shake-b-8469bkvs4e .65s ease-in-out 2s infinite;
    transition: box-shadow .15s, transform .15s;
    white-space: nowrap;
}

.db-toast-pill:hover[b-8469bkvs4e] {
    box-shadow: 0 14px 34px rgba(2,6,23,.14);
    transform: translateY(calc(-50% - 2.5px));
    animation-play-state: paused;
}

@keyframes db-pill-shake-b-8469bkvs4e {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    25% { transform: translateY(-50%) translateX(-2px); }
    50% { transform: translateY(-50%) translateX(2px); }
    75% { transform: translateY(-50%) translateX(-1px); }
}

/* Responsive */
@media (max-width: 520px) {
    .page-header[b-8469bkvs4e] { align-items: flex-start; }
    .page-subtitle[b-8469bkvs4e] { text-align: left !important; }

    .db-toast[b-8469bkvs4e] {
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 32px);
        max-width: 100vw;
    }
}
/* /Web/Components/Pages/Admin/Excedentes.razor.rz.scp.css */
/* Excedentes – refreshed */

.table-card[b-p7k47q3vmp] {
    border-radius: var(--radius-md);
    border: 1px solid var(--bs-border-color);
    background: var(--surface);
    box-shadow: var(--shadow-xs);
}

.table-card:hover[b-p7k47q3vmp] { box-shadow: var(--shadow-sm); }
/* /Web/Components/Pages/Admin/FormularioFisicoPrint.razor.rz.scp.css */
/* =============================================
   CONFIGURACIÓN OPTIMIZADA PARA LETTER
   ============================================= */
.print-container[b-968m09gomz] {
    background-color: #f5f5f5;
    padding: 15px;
}

.actions-bar[b-968m09gomz] {
    background: white;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    gap: 8px;
}

/* =============================================
   HOJA LETTER - OPTIMIZADA PARA LLENAR
   ============================================= */
.form-sheet[b-968m09gomz] {
    background: white;
    width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    padding: 0.35in 0.4in;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000;
    line-height: 1.15;
}

/* =============================================
   ENCABEZADO
   ============================================= */
.form-header[b-968m09gomz] {
    display: grid;
    grid-template-columns: 65px 1fr 75px;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
}

.photo-placeholder[b-968m09gomz] {
    width: 60px;
    height: 75px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.5pt;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
}

.header-center[b-968m09gomz] {
    text-align: center;
}

.ministry-logo[b-968m09gomz] {
    max-width: 160px;
    height: auto;
    margin-bottom: 3px;
}

.form-title[b-968m09gomz] {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.15;
}

.form-number[b-968m09gomz] {
    text-align: center;
    font-size: 7.5pt;
    font-weight: bold;
    line-height: 1.2;
}

/* =============================================
   INFORMACIÓN INSTITUCIONAL
   ============================================= */
.info-section[b-968m09gomz] {
    margin-bottom: 7px;
    border: 1px solid #000;
    padding: 4px 5px;
}

.info-row[b-968m09gomz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 8px;
    margin-bottom: 3px;
}

    .info-row:last-child[b-968m09gomz] {
        grid-template-columns: 0.8fr 0.8fr 1.4fr;
        margin-bottom: 0;
    }

.info-field[b-968m09gomz] {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .info-field.wide[b-968m09gomz] {
        grid-column: span 1;
    }

    .info-field .lbl[b-968m09gomz] {
        font-weight: bold;
        font-size: 7pt;
        white-space: nowrap;
    }

    .info-field .val[b-968m09gomz] {
        flex: 1;
        border-bottom: 1px solid #000;
        min-height: 14px;
    }

/* =============================================
   SECCIONES
   ============================================= */
.sec[b-968m09gomz] {
    margin-bottom: 7px;
    page-break-inside: avoid;
}

.sec-title[b-968m09gomz] {
    font-size: 8pt;
    font-weight: bold;
    background-color: #d9d9d9;
    padding: 3px 6px;
    margin: 0 0 4px 0;
    border: 1px solid #000;
    text-transform: uppercase;
}

/* =============================================
   CAMPOS
   ============================================= */
.lbl[b-968m09gomz] {
    font-size: 7pt;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
}

.val[b-968m09gomz] {
    border-bottom: 1px solid #000;
    min-height: 15px;
    padding: 1px 2px;
    font-size: 8pt;
}

/* =============================================
   GRIDS DE 4 COLUMNAS
   ============================================= */
.grid-4[b-968m09gomz] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px 6px;
    border: 1px solid #000;
    padding: 5px;
}

.fld[b-968m09gomz] {
    display: flex;
    flex-direction: column;
}

    .fld.span-2[b-968m09gomz] {
        grid-column: span 2;
    }

    .fld.span-4[b-968m09gomz] {
        grid-column: span 4;
    }

/* =============================================
   GRID ACTA (7 columnas)
   ============================================= */
.acta-grid[b-968m09gomz] {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 0.9fr 0.6fr 0.6fr 0.9fr 0.5fr;
    gap: 4px;
    border: 1px solid #000;
    padding: 5px;
}

/* =============================================
   HISTORIA CLÍNICA
   ============================================= */
.hc-top[b-968m09gomz] {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 8px;
    padding: 4px 5px;
    border: 1px solid #000;
    border-bottom: none;
    font-size: 7pt;
}

.hc-enf[b-968m09gomz] {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .hc-enf .lbl[b-968m09gomz] {
        font-weight: bold;
        margin: 0;
    }

    .hc-enf .txt[b-968m09gomz] {
        font-size: 7.5pt;
    }

.hc-vac[b-968m09gomz] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.check-opt[b-968m09gomz] {
    display: flex;
    align-items: center;
    gap: 3px;
}

.hc-grid[b-968m09gomz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 8px;
    border: 1px solid #000;
    padding: 5px;
}

.hc-col[b-968m09gomz] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hc-item[b-968m09gomz] {
    font-size: 7pt;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* =============================================
   CHECKBOXES
   ============================================= */
.chk[b-968m09gomz] {
    font-size: 10pt;
    font-weight: normal;
    min-width: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

    .chk.marked[b-968m09gomz] {
        font-weight: bold;
    }

.chk-label[b-968m09gomz] {
    font-size: 7pt;
}

/* =============================================
   CAJAS VACÍAS - AUMENTADAS
   ============================================= */
.box-empty[b-968m09gomz] {
    border: 1px solid #000;
    min-height: 45px;
}

    .box-empty.tall[b-968m09gomz] {
        min-height: 80px;
    }

/* =============================================
   ESTILOS DE IMPRESIÓN
   ============================================= */
@media print {
    @page {
        size: letter;
        margin: 0;
    }

    body[b-968m09gomz] {
        margin: 0;
        padding: 0;
    }

    .print-container[b-968m09gomz] {
        background: none;
        padding: 0;
    }

    .no-print[b-968m09gomz],
    .actions-bar[b-968m09gomz] {
        display: none !important;
    }

    .form-sheet[b-968m09gomz] {
        width: 8.5in;
        height: 11in;
        margin: 0;
        padding: 0.35in 0.4in;
        box-shadow: none;
        page-break-after: always;
    }

    .sec[b-968m09gomz] {
        page-break-inside: avoid;
    }

    /* Forzar colores e impresión exacta */
    *[b-968m09gomz] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    /* Asegurar bordes negros */
    .val[b-968m09gomz],
    .info-section[b-968m09gomz],
    .grid-4[b-968m09gomz],
    .acta-grid[b-968m09gomz],
    .hc-top[b-968m09gomz],
    .hc-grid[b-968m09gomz],
    .box-empty[b-968m09gomz],
    .sec-title[b-968m09gomz],
    .photo-placeholder[b-968m09gomz],
    .form-header[b-968m09gomz],
    .info-field .val[b-968m09gomz] {
        border-color: #000 !important;
    }

    .sec-title[b-968m09gomz] {
        background-color: #d9d9d9 !important;
    }

    /* Checkboxes visibles en impresión */
    .chk[b-968m09gomz] {
        font-size: 10pt;
        color: #000 !important;
    }

        .chk.marked[b-968m09gomz] {
            font-weight: bold;
        }

    /* Cajas vacías más grandes en impresión */
    .box-empty[b-968m09gomz] {
        min-height: 50px;
    }

        .box-empty.tall[b-968m09gomz] {
            min-height: 95px;
        }
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media screen and (max-width: 900px) {
    .form-sheet[b-968m09gomz] {
        width: 100%;
        padding: 15px;
    }

    .grid-4[b-968m09gomz],
    .acta-grid[b-968m09gomz] {
        grid-template-columns: 1fr 1fr;
    }

    .hc-grid[b-968m09gomz] {
        grid-template-columns: 1fr;
    }
}
/* /Web/Components/Pages/Admin/Login.razor.rz.scp.css */
.login-card[b-zb03znxayv] {
    border-radius: 1rem;
    border: 1px solid rgba(2,6,23,.08);
    box-shadow: 0 10px 22px rgba(2,6,23,.06);
}
/* /Web/Components/Pages/Admin/Logout.razor.rz.scp.css */
.logout-card[b-n5qurdy1rd] {
    border-radius: 1rem;
    border: 1px solid rgba(2,6,23,.08);
    box-shadow: 0 10px 22px rgba(2,6,23,.06);
}

.logout-icon[b-n5qurdy1rd] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(16,185,129,.18);
    color: #059669;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin: 0 auto;
}
/* /Web/Components/Pages/Admin/Reportes.razor.rz.scp.css */
/* Reportes – refreshed */

.rep-card[b-q8qzg0r49u] {
    border-radius: var(--radius-md);
    border: 1px solid var(--bs-border-color);
    background: var(--surface);
    box-shadow: var(--shadow-xs);
}

.rep-card:hover[b-q8qzg0r49u] { box-shadow: var(--shadow-sm); }

/* Configuración de columnas */
.rep-colpanel-backdrop[b-q8qzg0r49u] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1045;
}

.rep-colpanel[b-q8qzg0r49u] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, calc(100vw - 24px));
    background: var(--surface);
    border-left: 1px solid var(--bs-border-color);
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.rep-colpanel__header[b-q8qzg0r49u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: color-mix(in srgb, var(--surface) 85%, var(--accent) 15%);
}

.rep-colpanel__title[b-q8qzg0r49u] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    color: var(--text);
}

.rep-colpanel__body[b-q8qzg0r49u] {
    padding: 1rem;
    overflow: auto;
}

.rep-cols .form-check[b-q8qzg0r49u] {
    /* Más separación del borde izquierdo + layout consistente (evita el offset negativo de Bootstrap) */
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .55rem .75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--radius-sm);
    background: var(--surface);
}

.rep-cols .form-check-input[b-q8qzg0r49u] {
    float: none;
    margin: 0;
}

.rep-cols .form-check-label[b-q8qzg0r49u] {
    margin: 0;
}

.rep-cols .form-check:hover[b-q8qzg0r49u] {
    background: color-mix(in srgb, var(--surface) 88%, var(--accent) 12%);
}
/* /Web/Components/Pages/Admin/SolicitudEdit.razor.rz.scp.css */
/* Solicitud Edit – refreshed */

.edit-card[b-l4z4lgvh16] {
    border-radius: var(--radius-md);
    border: 1px solid var(--bs-border-color);
    background: var(--surface);
    box-shadow: var(--shadow-xs);
}

.edit-card:hover[b-l4z4lgvh16] { box-shadow: var(--shadow-sm); }

/* Tipografía un poco más grande y legible en toda la pantalla de edición */
.edit-card .card-header[b-l4z4lgvh16] {
    font-size: 1.05rem;
}

.edit-card .card-body[b-l4z4lgvh16] {
    font-size: 1.02rem;
    line-height: 1.5;
}

.edit-card .form-label[b-l4z4lgvh16] {
    font-size: 1rem;
    font-weight: 600;
}

/* “Datos capturados” (antes estaba en .small) */
.captured-data[b-l4z4lgvh16] {
    font-size: 1.05rem;
    line-height: 1.55;
}

.captured-data .text-muted[b-l4z4lgvh16] {
    font-size: 0.98rem;
    font-weight: 600;
}
/* /Web/Components/Pages/Admin/Solicitudes.razor.rz.scp.css */
/* Solicitudes – refreshed */

.filter-card[b-sdp3b3wsrw],
.table-card[b-sdp3b3wsrw] {
    border-radius: var(--radius-md);
    border: 1px solid var(--bs-border-color);
    background: var(--surface);
    box-shadow: var(--shadow-xs);
}

.filter-card:hover[b-sdp3b3wsrw],
.table-card:hover[b-sdp3b3wsrw] {
    box-shadow: var(--shadow-sm);
}

.table-card[b-sdp3b3wsrw] { margin-top: 1rem; }

.table-card th[b-sdp3b3wsrw] {
    position: sticky;
    top: 0;
    z-index: 102;
}

/* Loading spinners */
.spinner-border[b-sdp3b3wsrw] { width: 3rem; height: 3rem; }

/* Utilities */
.bg-secondary-opacity[b-sdp3b3wsrw] { background-color: rgba(108,117,125,.12) !important; }

.badge[b-sdp3b3wsrw] { padding: .45rem .9rem; font-size: .9rem; }
/* /Web/Components/Pages/Public/Home.razor.rz.scp.css */
/* ===== Layout base ===== */
.home-wrap[b-l6sd3fp9a1] {
    padding-top: 42px;
    padding-bottom: 34px;
}

.home-hero[b-l6sd3fp9a1] {
    max-width: 980px;
}

/* ===== Title / Subtitle ===== */
.home-title[b-l6sd3fp9a1] {
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(30px, 4.6vw, 64px);
    margin: 10px 0 8px;
    color: #0b1220;
    text-wrap: balance; /* si el navegador lo soporta */
}

.home-subtitle[b-l6sd3fp9a1] {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
}

/* ===== Status card ===== */
.status-card[b-l6sd3fp9a1] {
    border-radius: 12px;
    border: 1px solid #dfe7df;
    box-shadow: 0 10px 28px rgba(16,24,40,.08);
    overflow: hidden;
}

.status-open[b-l6sd3fp9a1] {
    background: #eef6ee;
    border-color: #86cf86;
}

.status-closed[b-l6sd3fp9a1] {
    background: #fff;
    border-color: #e5e7eb;
}

.status-icon-circle[b-l6sd3fp9a1] {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #0a7a0a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.status-icon-danger[b-l6sd3fp9a1] {
    background: #dc2626;
}

.status-title[b-l6sd3fp9a1] {
    margin: 14px 0 6px;
    font-weight: 900;
    font-size: 18px;
    color: #0a7a0a;
}

.status-title-danger[b-l6sd3fp9a1] {
    color: #dc2626;
}

.status-text[b-l6sd3fp9a1] {
    margin: 0 auto 10px;
    max-width: 620px;
    color: #374151;
    font-size: 14px;
    line-height: 1.35rem;
}

.status-meta[b-l6sd3fp9a1] {
    color: #6b7280;
    font-size: 12.5px;
    margin-bottom: 14px;
}

.status-btn[b-l6sd3fp9a1] {
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(11,59,145,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.status-btn-ico[b-l6sd3fp9a1] {
    display: inline-flex;
}

/* ===== Steps ===== */
.home-steps[b-l6sd3fp9a1] {
    margin-top: 26px !important;
}

.step-card[b-l6sd3fp9a1] {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 22px rgba(16,24,40,.08);
}

.step-body[b-l6sd3fp9a1] {
    padding: 18px 16px;
    text-align: center;
}

.step-icon[b-l6sd3fp9a1] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #eef2f7;
    color: #0b3b91;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 10px;
}

.step-title[b-l6sd3fp9a1] {
    font-weight: 900;
    color: #111827;
    margin: 2px 0 8px;
}

.step-text[b-l6sd3fp9a1] {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.35rem;
}

/* =========================
   Mobile tuning
   ========================= */
@media (max-width: 768px) {
    .home-wrap[b-l6sd3fp9a1] {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .home-hero[b-l6sd3fp9a1] {
        max-width: 100%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .home-title[b-l6sd3fp9a1] {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.08;
        margin-top: 6px;
    }

    .home-subtitle[b-l6sd3fp9a1] {
        font-size: 14px;
    }

    /* Card: mejor respiración en móviles */
    .status-card .card-body[b-l6sd3fp9a1] {
        padding: 18px !important;
    }

    .status-text[b-l6sd3fp9a1] {
        max-width: 100%;
    }

    /* Botón full width en móviles */
    .status-btn[b-l6sd3fp9a1] {
        width: 100%;
        justify-content: center;
    }

    /* Steps: un poco menos de padding */
    .step-body[b-l6sd3fp9a1] {
        padding: 16px 14px;
    }
}

@media (max-width: 420px) {
    .home-title[b-l6sd3fp9a1] {
        font-size: 30px;
    }

    .status-icon-circle[b-l6sd3fp9a1] {
        width: 46px;
        height: 46px;
    }

    .status-title[b-l6sd3fp9a1] {
        font-size: 16px;
    }
}
/* /Web/Components/Pages/Public/PreinscripcionConfirmacion.razor.rz.scp.css */
.confirm-card[b-dnqi6ve30x] {
    border-radius: 1rem;
    border: 1px solid rgba(2,6,23,.08);
    box-shadow: 0 10px 22px rgba(2,6,23,.06);
}

.confirm-icon[b-dnqi6ve30x] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(16,185,129,.18);
    color: #059669;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin: 0 auto;
}

.code-box[b-dnqi6ve30x] {
    display: inline-block;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    border: 1px dashed rgba(30,58,138,.35);
    background: rgba(30,58,138,.06);
}

.code-value[b-dnqi6ve30x] {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .12em;
    color: #1e3a8a;
}
/* /Web/Components/Pages/Public/PublicForm.razor.rz.scp.css */
.form-card[b-sy8zu0qog7] {
    border-radius: 1rem;
    border: 1px solid rgba(2,6,23,.08);
    box-shadow: 0 10px 22px rgba(2,6,23,.05);
}

.wizard[b-sy8zu0qog7] {
    background: #fff;
    border: 1px solid rgba(2,6,23,.08);
    border-radius: 1rem;
    padding: 1rem;
}

.wizard-steps[b-sy8zu0qog7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
}

.wizard-step[b-sy8zu0qog7] {
    border: 1px solid rgba(2,6,23,.08);
    background: #fff;
    border-radius: .8rem;
    padding: .6rem .75rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .wizard-step .circle[b-sy8zu0qog7] {
        width: 32px;
        height: 32px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-weight: 800;
        background: rgba(30,58,138,.10);
        color: #1e3a8a;
    }

    .wizard-step.active[b-sy8zu0qog7] {
        border-color: rgba(30,58,138,.35);
        box-shadow: 0 10px 20px rgba(30,58,138,.08);
    }

    .wizard-step.done[b-sy8zu0qog7] {
        border-color: rgba(16,185,129,.35);
    }

        .wizard-step.done .circle[b-sy8zu0qog7] {
            background: rgba(16,185,129,.18);
            color: #059669;
        }
/* /Web/Components/Pages/Public/PublicHeader.razor.rz.scp.css */
/* Public header – refreshed */

.public-header[b-dbo7qy15ht] {
    background: var(--surface);
}

.logo-mark[b-dbo7qy15ht] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    background: rgba(29,78,216,.12);
    color: var(--primary);
}
/* /Web/Components/Pages/Public/PublicLayout.razor.rz.scp.css */
/* Public layout – refreshed */

.public-shell[b-zr72kv1swg] {
    min-height: 100vh;
    background: var(--bg);
}

.public-header[b-zr72kv1swg] {
    background: var(--surface);
    border-bottom: 1px solid var(--bs-border-color);
}

.public-brand[b-zr72kv1swg] {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--text);
}

.brand-badge[b-zr72kv1swg] {
    width: 46px;
    height: 46px;
    border-radius: .9rem;
    background: rgba(15, 23, 42, .03);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.brand-badge img[b-zr72kv1swg] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-title[b-zr72kv1swg] {
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.01em;
}

.brand-subtitle[b-zr72kv1swg] {
    font-size: .9rem;
    color: var(--muted);
}

.admin-link[b-zr72kv1swg] {
    font-size: .95rem;
    color: var(--muted);
    text-decoration: none;
    font-weight: 700;
}

.admin-link:hover[b-zr72kv1swg] { color: var(--primary-800); text-decoration: underline; }

.public-main[b-zr72kv1swg] { padding: 2.25rem 0; }
