/* /Components/Shared/Alert.razor.rz.scp.css */
.alert[b-etny33bmr9] {
    position: relative;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-info[b-etny33bmr9] {
    background-color: #e3f2fd;
    color: #1976d2;
    border: 1px solid #90caf9;
}

.alert-success[b-etny33bmr9] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.alert-warning[b-etny33bmr9] {
    background-color: #fff3e0;
    color: #f57c00;
    border: 1px solid #ffb74d;
}

.alert-error[b-etny33bmr9] {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.alert-close[b-etny33bmr9] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    line-height: 1;
    padding: 0;
    width: 24px;
    height: 24px;
}

.alert-close:hover[b-etny33bmr9] {
    opacity: 1;
}

.alert-content[b-etny33bmr9] {
    padding-right: 2rem;
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-spinner[b-up7wvwxm12] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
}

.spinner[b-up7wvwxm12] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #1976d2;
    border-radius: 50%;
    animation: spin-b-up7wvwxm12 1s linear infinite;
}

@keyframes spin-b-up7wvwxm12 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner p[b-up7wvwxm12] {
    color: #666;
    margin: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-92r3hlt8lq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-92r3hlt8lq] {
    flex: 1;
}

.sidebar[b-92r3hlt8lq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-92r3hlt8lq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-92r3hlt8lq]  a, .top-row[b-92r3hlt8lq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-92r3hlt8lq]  a:hover, .top-row[b-92r3hlt8lq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-92r3hlt8lq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-92r3hlt8lq] {
        justify-content: space-between;
    }

    .top-row[b-92r3hlt8lq]  a, .top-row[b-92r3hlt8lq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-92r3hlt8lq] {
        flex-direction: row;
    }

    .sidebar[b-92r3hlt8lq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-92r3hlt8lq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-92r3hlt8lq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-92r3hlt8lq], article[b-92r3hlt8lq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mi7c7nbq0o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mi7c7nbq0o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mi7c7nbq0o] {
    font-size: 1.1rem;
}

.bi[b-mi7c7nbq0o] {
    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-mi7c7nbq0o] {
    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-mi7c7nbq0o] {
    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-mi7c7nbq0o] {
    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");
}

.nav-item[b-mi7c7nbq0o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mi7c7nbq0o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mi7c7nbq0o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mi7c7nbq0o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mi7c7nbq0o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mi7c7nbq0o]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mi7c7nbq0o] {
        display: none;
    }

    .collapse[b-mi7c7nbq0o] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-mi7c7nbq0o] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layouts/AdminLayout.razor.rz.scp.css */
.bc-admin-layout[b-oe8ci87vhk] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f5f5;
}

/* Header */
.bc-header[b-oe8ci87vhk] {
    background-color: #8b1a1a;
    color: white;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.bc-header-content[b-oe8ci87vhk] {
    max-width: 100%;
    padding: 0 1.5rem;
}

.bc-header-main[b-oe8ci87vhk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.bc-logo-section[b-oe8ci87vhk] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bc-logo-img[b-oe8ci87vhk] {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.bc-title[b-oe8ci87vhk] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: 0.05em;
}

.bc-admin-badge[b-oe8ci87vhk] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    letter-spacing: 0.03em;
}

.bc-header-actions[b-oe8ci87vhk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bc-logout-btn[b-oe8ci87vhk] {
    padding: 0.4rem 1rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.2s;
}

.bc-logout-btn:hover[b-oe8ci87vhk] {
    background-color: rgba(255, 255, 255, 0.25);
}

/* Layout body */
.bc-main-container[b-oe8ci87vhk] {
    display: flex;
    flex: 1;
}

/* Sidebar */
.bc-sidebar[b-oe8ci87vhk] {
    width: 220px;
    background-color: #5a1a1a;
    color: white;
    flex-shrink: 0;
    position: sticky;
    top: 54px;
    height: calc(100vh - 54px);
    overflow-y: auto;
}

.bc-sidebar-nav[b-oe8ci87vhk] {
    padding: 1rem 0;
}

.bc-nav-item[b-oe8ci87vhk] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bc-nav-link[b-oe8ci87vhk] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.15s, color 0.15s;
}

.bc-nav-link:hover[b-oe8ci87vhk] {
    background-color: rgba(255, 255, 255, 0.12);
    color: white;
}

.bc-nav-icon[b-oe8ci87vhk] {
    font-size: 1.1rem;
    width: 1.4rem;
    text-align: center;
}

/* Content */
.bc-content[b-oe8ci87vhk] {
    flex: 1;
    overflow-x: hidden;
}

.bc-main[b-oe8ci87vhk] {
    padding: 2rem;
}

@media (max-width: 768px) {
    .bc-sidebar[b-oe8ci87vhk] {
        width: 180px;
    }

    .bc-main[b-oe8ci87vhk] {
        padding: 1rem;
    }
}
/* /Layouts/PublicLayout.razor.rz.scp.css */
.public-layout[b-7iu20v0bkq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.public-header[b-7iu20v0bkq] {
    background-color: #1976d2;
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.public-header .container[b-7iu20v0bkq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header-content[b-7iu20v0bkq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a[b-7iu20v0bkq] {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
}

.public-nav[b-7iu20v0bkq] {
    display: flex;
    gap: 1.5rem;
}

.nav-link[b-7iu20v0bkq] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.nav-link:hover[b-7iu20v0bkq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.public-main[b-7iu20v0bkq] {
    flex: 1;
    padding: 2rem 0;
}

.public-main .container[b-7iu20v0bkq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.public-footer[b-7iu20v0bkq] {
    background-color: #f5f5f5;
    padding: 1.5rem 0;
    margin-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.public-footer .container[b-7iu20v0bkq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    color: #666;
}

@media (max-width: 768px) {
    .header-content[b-7iu20v0bkq] {
        flex-direction: column;
        gap: 1rem;
    }

    .public-nav[b-7iu20v0bkq] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}
/* /Pages/Admin/Audit.razor.rz.scp.css */
.audit-page[b-npp9pe3gkn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-npp9pe3gkn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h1[b-npp9pe3gkn] {
    color: #2c3e50;
    margin: 0;
}

.btn-export[b-npp9pe3gkn] {
    padding: 0.75rem 1.5rem;
    background-color: #388e3c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-export:hover[b-npp9pe3gkn] {
    background-color: #2e7d32;
}

.filters-section[b-npp9pe3gkn] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.filter-group[b-npp9pe3gkn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group label[b-npp9pe3gkn] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
}

.form-control[b-npp9pe3gkn] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
}

.form-control:focus[b-npp9pe3gkn] {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.btn-search[b-npp9pe3gkn], .btn-clear[b-npp9pe3gkn] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-search[b-npp9pe3gkn] {
    background-color: #1976d2;
    color: white;
    margin-bottom: 0.5rem;
}

.btn-search:hover[b-npp9pe3gkn] {
    background-color: #1565c0;
}

.btn-clear[b-npp9pe3gkn] {
    background-color: #f5f5f5;
    color: #666;
}

.btn-clear:hover[b-npp9pe3gkn] {
    background-color: #e0e0e0;
}

.alert[b-npp9pe3gkn] {
    padding: 1rem;
    border-radius: 4px;
}

.alert-error[b-npp9pe3gkn] {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.loading[b-npp9pe3gkn] {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #666;
}

.table-container[b-npp9pe3gkn] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.data-table[b-npp9pe3gkn] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.data-table thead[b-npp9pe3gkn] {
    background-color: #f5f5f5;
}

.data-table th[b-npp9pe3gkn] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #e0e0e0;
    white-space: nowrap;
}

.data-table td[b-npp9pe3gkn] {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

.data-table tbody tr:hover[b-npp9pe3gkn] {
    background-color: #f9f9f9;
}

.data-table code[b-npp9pe3gkn] {
    background-color: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-family: monospace;
    color: #1976d2;
    font-size: 0.9rem;
}

.no-data[b-npp9pe3gkn] {
    text-align: center;
    color: #999;
    font-style: italic;
}

.action-badge[b-npp9pe3gkn] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.details-cell[b-npp9pe3gkn] {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination[b-npp9pe3gkn] {
    text-align: center;
    padding: 1rem;
    color: #666;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .page-header[b-npp9pe3gkn] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .filters-section[b-npp9pe3gkn] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.dashboard-page[b-qhpjzl1mrs] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.loading[b-qhpjzl1mrs] {
    text-align: center;
    padding: 3rem;
    color: #666;
}

.kpi-grid[b-qhpjzl1mrs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.kpi-card[b-qhpjzl1mrs] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.kpi-icon[b-qhpjzl1mrs] {
    font-size: 3rem;
    opacity: 0.8;
}

.kpi-icon.active[b-qhpjzl1mrs] {
    color: #f57c00;
}

.kpi-icon.closed[b-qhpjzl1mrs] {
    color: #388e3c;
}

.kpi-content h3[b-qhpjzl1mrs] {
    color: #666;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.kpi-info-icon[b-qhpjzl1mrs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 700;
    color: white;
    background: #90a4ae;
    border-radius: 50%;
    cursor: default;
    position: relative;
    flex-shrink: 0;
}

.kpi-info-icon:hover[b-qhpjzl1mrs] {
    background: #1976d2;
}

.kpi-tooltip[b-qhpjzl1mrs] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 7px 10px;
    border-radius: 6px;
    white-space: normal;
    width: 200px;
    text-align: center;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.kpi-tooltip[b-qhpjzl1mrs]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom-color: #2c3e50;
}

.kpi-info-icon:hover .kpi-tooltip[b-qhpjzl1mrs] {
    visibility: visible;
    opacity: 1;
}

.kpi-value[b-qhpjzl1mrs] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.kpi-value.active[b-qhpjzl1mrs] {
    color: #f57c00;
}

.kpi-value.closed[b-qhpjzl1mrs] {
    color: #388e3c;
}

.quick-links-section[b-qhpjzl1mrs], .recent-activity-section[b-qhpjzl1mrs] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.quick-links-section h2[b-qhpjzl1mrs], .recent-activity-section h2[b-qhpjzl1mrs] {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.quick-links-grid[b-qhpjzl1mrs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.quick-link-card[b-qhpjzl1mrs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.quick-link-card:hover[b-qhpjzl1mrs] {
    background: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.quick-link-card .icon[b-qhpjzl1mrs] {
    font-size: 2.5rem;
}

.quick-link-card:hover .icon[b-qhpjzl1mrs] {
    filter: brightness(0) invert(1);
}

.quick-link-card .label[b-qhpjzl1mrs] {
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
}

.quick-link-card:hover .label[b-qhpjzl1mrs] {
    color: white;
}

.activity-card[b-qhpjzl1mrs] {
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 6px;
}

.no-data[b-qhpjzl1mrs] {
    color: #666;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .kpi-grid[b-qhpjzl1mrs] {
        grid-template-columns: 1fr;
    }

    .quick-links-grid[b-qhpjzl1mrs] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .quick-links-grid[b-qhpjzl1mrs] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/Documents.razor.rz.scp.css */
.documents-page[b-a1btsodlkl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.page-header h1[b-a1btsodlkl] {
    color: #2c3e50;
    margin: 0;
}

.info-card[b-a1btsodlkl] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-card h3[b-a1btsodlkl] {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1rem;
}

.info-card p[b-a1btsodlkl] {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.info-card a[b-a1btsodlkl] {
    color: #1976d2;
    font-weight: 600;
}

.info-card ul[b-a1btsodlkl] {
    color: #666;
    line-height: 1.8;
    padding-left: 2rem;
}

.info-card li[b-a1btsodlkl] {
    margin-bottom: 0.5rem;
}

.quick-stats[b-a1btsodlkl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.stat-card[b-a1btsodlkl] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.stat-icon[b-a1btsodlkl] {
    font-size: 3rem;
    opacity: 0.8;
}

.stat-content h4[b-a1btsodlkl] {
    color: #666;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.stat-value[b-a1btsodlkl] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.action-section[b-a1btsodlkl] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.action-section h3[b-a1btsodlkl] {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.actions-grid[b-a1btsodlkl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.action-card[b-a1btsodlkl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
}

.action-card:not(.disabled):hover[b-a1btsodlkl] {
    background: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.action-card.disabled[b-a1btsodlkl] {
    opacity: 0.6;
    cursor: not-allowed;
}

.action-card .icon[b-a1btsodlkl] {
    font-size: 2.5rem;
}

.action-card:not(.disabled):hover .icon[b-a1btsodlkl] {
    filter: brightness(0) invert(1);
}

.action-card .label[b-a1btsodlkl] {
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
}

.action-card:not(.disabled):hover .label[b-a1btsodlkl] {
    color: white;
}

.action-card .badge[b-a1btsodlkl] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: #ffc107;
    color: #000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .quick-stats[b-a1btsodlkl] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/Fallos.razor.rz.scp.css */
.bc-admin-fallos-page[b-uknz0jkjk4] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bc-page-header .bc-page-title[b-uknz0jkjk4] {
    color: #8b1a1a;
    margin: 0;
    font-size: 1.6rem;
    border-left: 4px solid #8b1a1a;
    padding-left: 0.75rem;
}

.bc-alert[b-uknz0jkjk4] {
    padding: 0.875rem 1rem;
    border-radius: 4px;
}

.bc-alert-error[b-uknz0jkjk4] {
    background-color: #fdf5f5;
    color: #8b1a1a;
    border: 1px solid #c97878;
}

.bc-alert-success[b-uknz0jkjk4] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.bc-action-btns[b-uknz0jkjk4] {
    display: flex;
    gap: 0.4rem;
}

.bc-btn-fallo[b-uknz0jkjk4] {
    padding: 0.3rem 0.75rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
    background-color: #fdf5f5;
    color: #8b1a1a;
}

.bc-btn-fallo:hover[b-uknz0jkjk4] {
    background-color: #8b1a1a;
    color: white;
}

.bc-btn-fallo-edit[b-uknz0jkjk4] {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.bc-btn-fallo-edit:hover[b-uknz0jkjk4] {
    background-color: #6a1b9a;
    color: white;
}

/* Modal */
.bc-modal-overlay[b-uknz0jkjk4] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.bc-modal-content[b-uknz0jkjk4] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 520px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.bc-modal-header[b-uknz0jkjk4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #8b1a1a;
}

.bc-modal-header h2[b-uknz0jkjk4] {
    margin: 0 0 0.2rem 0;
    color: #8b1a1a;
    font-size: 1.2rem;
}

.bc-modal-subtitle[b-uknz0jkjk4] {
    font-size: 0.85rem;
    color: #666;
    font-family: monospace;
}

.bc-modal-close[b-uknz0jkjk4] {
    background: none;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}

.bc-modal-close:hover[b-uknz0jkjk4] {
    color: #8b1a1a;
}

.bc-modal-body[b-uknz0jkjk4] {
    padding: 1.5rem;
}

.bc-modal-footer[b-uknz0jkjk4] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.75rem;
}

.bc-form-row[b-uknz0jkjk4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
    margin-top: 0.75rem;
}

.bc-form-group[b-uknz0jkjk4] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.75rem;
}

.bc-form-group label[b-uknz0jkjk4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a1a1a;
}

.bc-required[b-uknz0jkjk4] {
    color: #c00;
}

.bc-form-control[b-uknz0jkjk4] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.bc-form-control:focus[b-uknz0jkjk4] {
    outline: none;
    border-color: #8b1a1a;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
}

.bc-fallo-info-box[b-uknz0jkjk4] {
    background: #fdf5f5;
    border: 1px solid #e8c8c8;
    border-radius: 6px;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bc-fallo-info-row[b-uknz0jkjk4] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    align-items: baseline;
}

.bc-fallo-label[b-uknz0jkjk4] {
    font-weight: 600;
    color: #8b1a1a;
    min-width: 110px;
    flex-shrink: 0;
}

.bc-fallo-note[b-uknz0jkjk4] {
    font-size: 0.875rem;
    color: #555;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0;
}

.bc-btn-primary[b-uknz0jkjk4] {
    padding: 0.6rem 1.25rem;
    background-color: #8b1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.bc-btn-primary:hover:not(:disabled)[b-uknz0jkjk4] {
    background-color: #6d1414;
}

.bc-btn-primary:disabled[b-uknz0jkjk4] {
    background-color: #c97878;
    cursor: not-allowed;
}

.bc-btn-secondary[b-uknz0jkjk4] {
    padding: 0.6rem 1.25rem;
    background-color: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.bc-btn-secondary:hover[b-uknz0jkjk4] {
    background-color: #e0e0e0;
}
/* /Pages/Admin/Institutions.razor.rz.scp.css */
.institutions-page[b-45s4zqghmc] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page-header[b-45s4zqghmc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h1[b-45s4zqghmc] {
    color: #2c3e50;
    margin: 0;
}

.btn-primary[b-45s4zqghmc] {
    padding: 0.75rem 1.5rem;
    background-color: #1976d2;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-45s4zqghmc] {
    background-color: #1565c0;
}

.alert[b-45s4zqghmc] {
    padding: 1rem;
    border-radius: 4px;
}

.alert-error[b-45s4zqghmc] {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.alert-success[b-45s4zqghmc] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.loading[b-45s4zqghmc] {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #666;
}

.table-container[b-45s4zqghmc] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.data-table[b-45s4zqghmc] {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead[b-45s4zqghmc] {
    background-color: #f5f5f5;
}

.data-table th[b-45s4zqghmc] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #e0e0e0;
}

.data-table td[b-45s4zqghmc] {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
}

.data-table tbody tr:hover[b-45s4zqghmc] {
    background-color: #f9f9f9;
}

.data-table code[b-45s4zqghmc] {
    background-color: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-family: monospace;
    color: #1976d2;
}

.no-data[b-45s4zqghmc] {
    text-align: center;
    color: #999;
    font-style: italic;
}

.status-badge[b-45s4zqghmc] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-badge.active[b-45s4zqghmc] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.status-badge.inactive[b-45s4zqghmc] {
    background-color: #ffebee;
    color: #d32f2f;
}

.action-buttons[b-45s4zqghmc] {
    display: flex;
    gap: 0.5rem;
}

.btn-edit[b-45s4zqghmc], .btn-delete[b-45s4zqghmc] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-edit[b-45s4zqghmc] {
    background-color: #fff3e0;
    color: #f57c00;
}

.btn-edit:hover[b-45s4zqghmc] {
    background-color: #f57c00;
    color: white;
}

.btn-delete[b-45s4zqghmc] {
    background-color: #ffebee;
    color: #d32f2f;
}

.btn-delete:hover[b-45s4zqghmc] {
    background-color: #d32f2f;
    color: white;
}

.modal-overlay[b-45s4zqghmc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-45s4zqghmc] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.modal-header[b-45s4zqghmc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.modal-header h2[b-45s4zqghmc] {
    margin: 0;
    color: #2c3e50;
}

.btn-close[b-45s4zqghmc] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
}

.btn-close:hover[b-45s4zqghmc] {
    color: #2c3e50;
}

.modal-body[b-45s4zqghmc] {
    padding: 1.5rem;
}

.form-group[b-45s4zqghmc] {
    margin-bottom: 1.5rem;
}

.form-group label[b-45s4zqghmc] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-control[b-45s4zqghmc] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-control:focus[b-45s4zqghmc] {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.modal-footer[b-45s4zqghmc] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 1rem;
}

.btn-secondary[b-45s4zqghmc] {
    padding: 0.75rem 1.5rem;
    background-color: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-secondary:hover[b-45s4zqghmc] {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .page-header[b-45s4zqghmc] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .table-container[b-45s4zqghmc] {
        overflow-x: auto;
    }

    .data-table[b-45s4zqghmc] {
        min-width: 800px;
    }
}
/* /Pages/Admin/Invitaciones.razor.rz.scp.css */
/* Shares structural styles with Licitaciones admin page */
.bc-admin-inv-page[b-xzty78oteo] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bc-page-header[b-xzty78oteo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.bc-page-header .bc-page-title[b-xzty78oteo] {
    color: #8b1a1a;
    margin: 0;
    font-size: 1.6rem;
    border-left: 4px solid #8b1a1a;
    padding-left: 0.75rem;
}

.bc-alert[b-xzty78oteo] {
    padding: 0.875rem 1rem;
    border-radius: 4px;
}

.bc-alert-error[b-xzty78oteo] {
    background-color: #fdf5f5;
    color: #8b1a1a;
    border: 1px solid #c97878;
}

.bc-alert-success[b-xzty78oteo] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.bc-action-btns[b-xzty78oteo] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.bc-btn-edit[b-xzty78oteo],
.bc-btn-fallo[b-xzty78oteo] {
    padding: 0.3rem 0.7rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
}

.bc-btn-edit[b-xzty78oteo] {
    background-color: #fff3e0;
    color: #e65100;
}

.bc-btn-edit:hover[b-xzty78oteo] {
    background-color: #e65100;
    color: white;
}

.bc-btn-fallo[b-xzty78oteo] {
    background-color: #fdf5f5;
    color: #8b1a1a;
}

.bc-btn-fallo:hover[b-xzty78oteo] {
    background-color: #8b1a1a;
    color: white;
}

.bc-btn-fallo-edit[b-xzty78oteo] {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.bc-btn-fallo-edit:hover[b-xzty78oteo] {
    background-color: #6a1b9a;
    color: white;
}

/* Modal */
.bc-modal-overlay[b-xzty78oteo] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.bc-modal-content[b-xzty78oteo] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.bc-modal-lg[b-xzty78oteo] {
    max-width: 760px;
}

.bc-modal-header[b-xzty78oteo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #8b1a1a;
}

.bc-modal-header h2[b-xzty78oteo] {
    margin: 0 0 0.2rem 0;
    color: #8b1a1a;
    font-size: 1.2rem;
}

.bc-modal-subtitle[b-xzty78oteo] {
    font-size: 0.85rem;
    color: #666;
    font-family: monospace;
}

.bc-modal-close[b-xzty78oteo] {
    background: none;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}

.bc-modal-close:hover[b-xzty78oteo] {
    color: #8b1a1a;
}

.bc-modal-body[b-xzty78oteo] {
    padding: 1.5rem;
}

.bc-modal-footer[b-xzty78oteo] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.75rem;
}

.bc-form-grid[b-xzty78oteo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

.bc-span-2[b-xzty78oteo] {
    grid-column: span 2;
}

.bc-form-row[b-xzty78oteo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

.bc-form-group[b-xzty78oteo] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.bc-form-group label[b-xzty78oteo] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a1a1a;
}

.bc-required[b-xzty78oteo] {
    color: #c00;
}

.bc-form-control[b-xzty78oteo] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.bc-form-control:focus[b-xzty78oteo] {
    outline: none;
    border-color: #8b1a1a;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
}

.bc-fallo-info-box[b-xzty78oteo] {
    background: #fdf5f5;
    border: 1px solid #e8c8c8;
    border-radius: 6px;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bc-fallo-info-row[b-xzty78oteo] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    align-items: baseline;
}

.bc-fallo-label[b-xzty78oteo] {
    font-weight: 600;
    color: #8b1a1a;
    min-width: 110px;
    flex-shrink: 0;
}

.bc-fallo-note[b-xzty78oteo] {
    font-size: 0.875rem;
    color: #555;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0;
}

.bc-btn-primary[b-xzty78oteo] {
    padding: 0.6rem 1.25rem;
    background-color: #8b1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.bc-btn-primary:hover:not(:disabled)[b-xzty78oteo] {
    background-color: #6d1414;
}

.bc-btn-primary:disabled[b-xzty78oteo] {
    background-color: #c97878;
    cursor: not-allowed;
}

.bc-btn-secondary[b-xzty78oteo] {
    padding: 0.6rem 1.25rem;
    background-color: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.bc-btn-secondary:hover[b-xzty78oteo] {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .bc-form-grid[b-xzty78oteo],
    .bc-form-row[b-xzty78oteo] {
        grid-template-columns: 1fr;
    }

    .bc-span-2[b-xzty78oteo] {
        grid-column: span 1;
    }
}
/* /Pages/Admin/Licitaciones.razor.rz.scp.css */
.bc-admin-lic-page[b-ru0d2lex57] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bc-page-header[b-ru0d2lex57] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.bc-page-header .bc-page-title[b-ru0d2lex57] {
    color: #8b1a1a;
    margin: 0;
    font-size: 1.6rem;
    border-left: 4px solid #8b1a1a;
    padding-left: 0.75rem;
}

.bc-alert[b-ru0d2lex57] {
    padding: 0.875rem 1rem;
    border-radius: 4px;
}

.bc-alert-error[b-ru0d2lex57] {
    background-color: #fdf5f5;
    color: #8b1a1a;
    border: 1px solid #c97878;
}

.bc-alert-success[b-ru0d2lex57] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.bc-action-btns[b-ru0d2lex57] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.bc-btn-edit[b-ru0d2lex57],
.bc-btn-fallo[b-ru0d2lex57] {
    padding: 0.3rem 0.7rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
}

.bc-btn-edit[b-ru0d2lex57] {
    background-color: #fff3e0;
    color: #e65100;
}

.bc-btn-edit:hover[b-ru0d2lex57] {
    background-color: #e65100;
    color: white;
}

.bc-btn-fallo[b-ru0d2lex57] {
    background-color: #fdf5f5;
    color: #8b1a1a;
}

.bc-btn-fallo:hover[b-ru0d2lex57] {
    background-color: #8b1a1a;
    color: white;
}

.bc-btn-fallo-edit[b-ru0d2lex57] {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.bc-btn-fallo-edit:hover[b-ru0d2lex57] {
    background-color: #6a1b9a;
    color: white;
}

/* Modal */
.bc-modal-overlay[b-ru0d2lex57] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.bc-modal-content[b-ru0d2lex57] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.bc-modal-lg[b-ru0d2lex57] {
    max-width: 760px;
}

.bc-modal-header[b-ru0d2lex57] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #8b1a1a;
}

.bc-modal-header h2[b-ru0d2lex57] {
    margin: 0 0 0.2rem 0;
    color: #8b1a1a;
    font-size: 1.2rem;
}

.bc-modal-subtitle[b-ru0d2lex57] {
    font-size: 0.85rem;
    color: #666;
    font-family: monospace;
}

.bc-modal-close[b-ru0d2lex57] {
    background: none;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
}

.bc-modal-close:hover[b-ru0d2lex57] {
    color: #8b1a1a;
}

.bc-modal-body[b-ru0d2lex57] {
    padding: 1.5rem;
}

.bc-modal-footer[b-ru0d2lex57] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.75rem;
}

/* Form grid inside modal */
.bc-form-grid[b-ru0d2lex57] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

.bc-span-2[b-ru0d2lex57] {
    grid-column: span 2;
}

.bc-form-row[b-ru0d2lex57] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}

.bc-form-group[b-ru0d2lex57] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.bc-form-group label[b-ru0d2lex57] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a1a1a;
}

.bc-required[b-ru0d2lex57] {
    color: #c00;
}

.bc-form-control[b-ru0d2lex57] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.bc-form-control:focus[b-ru0d2lex57] {
    outline: none;
    border-color: #8b1a1a;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
}

/* Fallo info box */
.bc-fallo-info-box[b-ru0d2lex57] {
    background: #fdf5f5;
    border: 1px solid #e8c8c8;
    border-radius: 6px;
    padding: 0.875rem 1rem;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bc-fallo-info-row[b-ru0d2lex57] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    align-items: baseline;
}

.bc-fallo-label[b-ru0d2lex57] {
    font-weight: 600;
    color: #8b1a1a;
    min-width: 110px;
    flex-shrink: 0;
}

.bc-fallo-note[b-ru0d2lex57] {
    font-size: 0.875rem;
    color: #555;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0;
}

.bc-btn-primary[b-ru0d2lex57] {
    padding: 0.6rem 1.25rem;
    background-color: #8b1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.bc-btn-primary:hover:not(:disabled)[b-ru0d2lex57] {
    background-color: #6d1414;
}

.bc-btn-primary:disabled[b-ru0d2lex57] {
    background-color: #c97878;
    cursor: not-allowed;
}

.bc-btn-secondary[b-ru0d2lex57] {
    padding: 0.6rem 1.25rem;
    background-color: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.bc-btn-secondary:hover[b-ru0d2lex57] {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .bc-form-grid[b-ru0d2lex57] {
        grid-template-columns: 1fr;
    }

    .bc-span-2[b-ru0d2lex57] {
        grid-column: span 1;
    }

    .bc-form-row[b-ru0d2lex57] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Admin/Login.razor.rz.scp.css */
.login-page[b-5mza1kxclt] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.login-container[b-5mza1kxclt] {
    width: 100%;
    max-width: 450px;
}

.login-card[b-5mza1kxclt] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.login-header[b-5mza1kxclt] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1[b-5mza1kxclt] {
    color: #8b1a1a;
    margin-bottom: 0.5rem;
    font-size: 1.75rem;
}

.login-header p[b-5mza1kxclt] {
    color: #666;
    font-size: 0.95rem;
}

.alert[b-5mza1kxclt] {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.alert-error[b-5mza1kxclt] {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef5350;
}

.form-group[b-5mza1kxclt] {
    margin-bottom: 1.5rem;
}

.form-group label[b-5mza1kxclt] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #5a1a1a;
    font-size: 0.95rem;
}

.form-control[b-5mza1kxclt] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-5mza1kxclt] {
    outline: none;
    border-color: #8b1a1a;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
}

.form-group-checkbox[b-5mza1kxclt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.form-group-checkbox input[type="checkbox"][b-5mza1kxclt] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-group-checkbox label[b-5mza1kxclt] {
    cursor: pointer;
    color: #666;
    font-size: 0.95rem;
}

.btn-login[b-5mza1kxclt] {
    width: 100%;
    padding: 0.875rem;
    background-color: #8b1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-login:hover:not(:disabled)[b-5mza1kxclt] {
    background-color: #6d1414;
}

.btn-login:disabled[b-5mza1kxclt] {
    background-color: #c97878;
    cursor: not-allowed;
}

.login-footer[b-5mza1kxclt] {
    margin-top: 2rem;
    text-align: center;
}

.login-footer a[b-5mza1kxclt] {
    color: #8b1a1a;
    text-decoration: none;
    font-size: 0.95rem;
}

.login-footer a:hover[b-5mza1kxclt] {
    text-decoration: underline;
}

.validation-message[b-5mza1kxclt] {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}
/* /Pages/Admin/Users.razor.rz.scp.css */
.bc-users-page[b-nwq0ksuvw2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bc-page-header[b-nwq0ksuvw2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.bc-page-header .bc-page-title[b-nwq0ksuvw2] {
    color: #8b1a1a;
    margin: 0;
    font-size: 1.6rem;
    border-left: 4px solid #8b1a1a;
    padding-left: 0.75rem;
}

.bc-btn-primary[b-nwq0ksuvw2] {
    padding: 0.6rem 1.25rem;
    background-color: #8b1a1a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.bc-btn-primary:hover[b-nwq0ksuvw2] {
    background-color: #6d1414;
}

.bc-alert[b-nwq0ksuvw2] {
    padding: 0.875rem 1rem;
    border-radius: 4px;
}

.bc-alert-error[b-nwq0ksuvw2] {
    background-color: #fdf5f5;
    color: #8b1a1a;
    border: 1px solid #c97878;
}

.bc-alert-success[b-nwq0ksuvw2] {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #66bb6a;
}

.bc-badge-rol[b-nwq0ksuvw2] {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    background-color: #fdf5f5;
    color: #8b1a1a;
    border: 1px solid #c97878;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
}

.bc-status-badge[b-nwq0ksuvw2] {
    padding: 0.2rem 0.65rem;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
}

.bc-status-badge.activo[b-nwq0ksuvw2] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.bc-status-badge.inactivo[b-nwq0ksuvw2] {
    background-color: #ffebee;
    color: #d32f2f;
}

.bc-action-btns[b-nwq0ksuvw2] {
    display: flex;
    gap: 0.4rem;
}

.bc-btn-edit[b-nwq0ksuvw2],
.bc-btn-delete[b-nwq0ksuvw2] {
    padding: 0.35rem 0.8rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s;
}

.bc-btn-edit[b-nwq0ksuvw2] {
    background-color: #fff3e0;
    color: #e65100;
}

.bc-btn-edit:hover[b-nwq0ksuvw2] {
    background-color: #e65100;
    color: white;
}

.bc-btn-delete[b-nwq0ksuvw2] {
    background-color: #fdf5f5;
    color: #8b1a1a;
}

.bc-btn-delete:hover[b-nwq0ksuvw2] {
    background-color: #8b1a1a;
    color: white;
}

/* Modal */
.bc-modal-overlay[b-nwq0ksuvw2] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.bc-modal-content[b-nwq0ksuvw2] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.bc-modal-header[b-nwq0ksuvw2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #8b1a1a;
}

.bc-modal-header h2[b-nwq0ksuvw2] {
    margin: 0;
    color: #8b1a1a;
    font-size: 1.25rem;
}

.bc-modal-close[b-nwq0ksuvw2] {
    background: none;
    border: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0;
}

.bc-modal-close:hover[b-nwq0ksuvw2] {
    color: #8b1a1a;
}

.bc-modal-body[b-nwq0ksuvw2] {
    padding: 1.5rem;
}

.bc-form-group[b-nwq0ksuvw2] {
    margin-bottom: 1.25rem;
}

.bc-form-group label[b-nwq0ksuvw2] {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #5a1a1a;
    font-size: 0.9rem;
}

.bc-form-control[b-nwq0ksuvw2] {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    box-sizing: border-box;
}

.bc-form-control:focus[b-nwq0ksuvw2] {
    outline: none;
    border-color: #8b1a1a;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1);
}

.bc-form-check[b-nwq0ksuvw2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bc-form-check label[b-nwq0ksuvw2] {
    margin-bottom: 0;
    cursor: pointer;
}

.bc-modal-footer[b-nwq0ksuvw2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 0.5rem;
}

.bc-btn-secondary[b-nwq0ksuvw2] {
    padding: 0.6rem 1.25rem;
    background-color: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.bc-btn-secondary:hover[b-nwq0ksuvw2] {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .bc-page-header[b-nwq0ksuvw2] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .bc-table-container[b-nwq0ksuvw2] {
        overflow-x: auto;
    }

    .bc-data-table[b-nwq0ksuvw2] {
        min-width: 700px;
    }
}
/* /Pages/Public/FalloDetalle.razor.rz.scp.css */
/* ── Detail card ─────────────────────────────────────────────────── */
.bc-detalle-card[b-hdddwzb65d] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 0;
}

.bc-detalle-section[b-hdddwzb65d] {
    margin-top: 24px;
}

.bc-detail-divider[b-hdddwzb65d] {
    height: 1px;
    background: #e8e8e8;
    margin: 0;
}

/* ── Key-Value rows ──────────────────────────────────────────────── */
.bc-kv-row[b-hdddwzb65d] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 8px 16px;
    padding: 6px 20px;
    border-bottom: 1px solid #f0f0f0;
    align-items: baseline;
}

.bc-kv-row:last-child[b-hdddwzb65d] {
    border-bottom: none;
}

.bc-kv-label[b-hdddwzb65d] {
    font-weight: 700;
    font-size: 0.82rem;
    color: #111;
    white-space: nowrap;
}

.bc-kv-value[b-hdddwzb65d] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.5;
}

/* ── Rows ────────────────────────────────────────────────────────── */
.bc-detail-row[b-hdddwzb65d] {
    display: grid;
    gap: 0;
    padding: 16px 20px;
}

.bc-detail-row-2[b-hdddwzb65d] {
    grid-template-columns: 1fr 2fr;
}

.bc-detail-row-3[b-hdddwzb65d] {
    grid-template-columns: 1fr 1fr 1fr;
}

.bc-detail-row-4[b-hdddwzb65d] {
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
}

/* ── Cells ───────────────────────────────────────────────────────── */
.bc-detail-cell[b-hdddwzb65d] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px 0 0;
}

.bc-detail-cell-full[b-hdddwzb65d] {
    grid-column: 1 / -1;
}

/* ── Labels & values ─────────────────────────────────────────────── */
.bc-detail-label[b-hdddwzb65d] {
    font-weight: 700;
    font-size: 0.8rem;
    color: #111;
    margin-bottom: 2px;
}

.bc-detail-value[b-hdddwzb65d] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.4;
}

/* ── Section title ───────────────────────────────────────────────── */
.bc-section-title[b-hdddwzb65d] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    padding: 14px 20px 4px;
    margin: 0;
    border-bottom: 2px solid #8b1a1a;
    display: inline-block;
}

.bc-detalle-card .bc-section-title[b-hdddwzb65d] {
    display: block;
    border-bottom: none;
    border-left: 4px solid #8b1a1a;
    padding: 10px 20px;
    background: #fdf5f5;
}

.bc-detalle-section .bc-section-title[b-hdddwzb65d] {
    display: block;
    border-bottom: none;
    border-left: 4px solid #8b1a1a;
    padding: 10px 20px;
    background: #fdf5f5;
    margin-bottom: 0;
}

/* ── Page title ──────────────────────────────────────────────────── */
.bc-detalle-title[b-hdddwzb65d] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 3px solid #8b1a1a;
}

/* ── Empty state ─────────────────────────────────────────────────── */
.bc-empty-state[b-hdddwzb65d] {
    padding: 16px 20px;
    color: #666;
    font-size: 0.88rem;
    font-style: italic;
}

/* ── IVA note ────────────────────────────────────────────────────── */
.bc-iva-note[b-hdddwzb65d] {
    font-size: 0.8rem;
    color: #555;
    padding: 6px 0 0;
    margin: 0;
}

/* ── Mail / archivo link ─────────────────────────────────────────── */
.bc-mail-link[b-hdddwzb65d] {
    color: #8b1a1a;
    text-decoration: none;
}

.bc-mail-link:hover[b-hdddwzb65d] {
    text-decoration: underline;
}

/* ── Participantes ───────────────────────────────────────────────── */
.bc-participantes-list[b-hdddwzb65d] {
    padding: 8px 20px;
}

.bc-participante-item[b-hdddwzb65d] {
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.88rem;
    color: #222;
}

.bc-participante-item:last-child[b-hdddwzb65d] {
    border-bottom: none;
}

/* ── Observaciones ───────────────────────────────────────────────── */
.bc-observaciones[b-hdddwzb65d] {
    padding: 12px 20px;
    font-size: 0.88rem;
    color: #222;
    line-height: 1.6;
}

/* ── Back button ─────────────────────────────────────────────────── */
.bc-detalle-actions[b-hdddwzb65d] {
    margin-top: 24px;
}

.bc-btn-back[b-hdddwzb65d] {
    display: inline-block;
    padding: 8px 18px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 0.875rem;
}

.bc-btn-back:hover[b-hdddwzb65d] {
    background: #e0e0e0;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .bc-detail-row-2[b-hdddwzb65d],
    .bc-detail-row-3[b-hdddwzb65d],
    .bc-detail-row-4[b-hdddwzb65d] {
        grid-template-columns: 1fr;
    }

    .bc-detail-cell[b-hdddwzb65d] {
        padding: 0 0 12px;
    }

    .bc-kv-row[b-hdddwzb65d] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Public/Index.razor.rz.scp.css */
.home-page[b-bekxauriev] {
    max-width: 1200px;
    margin: 0 auto;
}

.hero[b-bekxauriev] {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.hero h1[b-bekxauriev] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-subtitle[b-bekxauriev] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-actions[b-bekxauriev] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn[b-bekxauriev] {
    padding: 0.75rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s;
}

.btn-primary[b-bekxauriev] {
    background-color: white;
    color: #667eea;
}

.btn-primary:hover[b-bekxauriev] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.features[b-bekxauriev] {
    margin-bottom: 3rem;
}

.feature-grid[b-bekxauriev] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.feature-card[b-bekxauriev] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s;
}

.feature-card:hover[b-bekxauriev] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-bekxauriev] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-bekxauriev] {
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.feature-card p[b-bekxauriev] {
    color: #666;
    line-height: 1.6;
}

.info-section[b-bekxauriev] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-section h2[b-bekxauriev] {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.info-section p[b-bekxauriev] {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.info-section ul[b-bekxauriev] {
    color: #666;
    line-height: 1.8;
    padding-left: 2rem;
}

.info-section li[b-bekxauriev] {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .hero h1[b-bekxauriev] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-bekxauriev] {
        font-size: 1rem;
    }

    .feature-grid[b-bekxauriev] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Public/InvitacionDetalle.razor.rz.scp.css */
/* ── Detail card ─────────────────────────────────────────────────── */
.bc-detalle-card[b-6c1c4fi4im] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 0;
}

.bc-detalle-section[b-6c1c4fi4im] {
    margin-top: 24px;
}

.bc-detail-divider[b-6c1c4fi4im] {
    height: 1px;
    background: #e8e8e8;
    margin: 0;
}

/* ── Key-Value rows (Consulta/Entrega sections) ──────────────────── */
.bc-kv-row[b-6c1c4fi4im] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px 16px;
    padding: 6px 20px;
    border-bottom: 1px solid #f0f0f0;
    align-items: baseline;
}

.bc-kv-row:last-child[b-6c1c4fi4im] {
    border-bottom: none;
}

.bc-kv-label[b-6c1c4fi4im] {
    font-weight: 700;
    font-size: 0.82rem;
    color: #111;
    white-space: nowrap;
}

.bc-kv-value[b-6c1c4fi4im] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.5;
}

/* ── Rows ────────────────────────────────────────────────────────── */
.bc-detail-row[b-6c1c4fi4im] {
    display: grid;
    gap: 0;
    padding: 16px 20px;
}

.bc-detail-row-2[b-6c1c4fi4im] {
    grid-template-columns: 1fr 2fr;
}

.bc-detail-row-3[b-6c1c4fi4im] {
    grid-template-columns: 1fr 1fr 1fr;
}

.bc-detail-row-4[b-6c1c4fi4im] {
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
}

/* ── Cells ───────────────────────────────────────────────────────── */
.bc-detail-cell[b-6c1c4fi4im] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px 0 0;
}

.bc-detail-cell-wide[b-6c1c4fi4im] {
    /* already spans more columns via grid */
}

.bc-detail-cell-full[b-6c1c4fi4im] {
    grid-column: 1 / -1;
}

/* ── Labels & values ─────────────────────────────────────────────── */
.bc-detail-label[b-6c1c4fi4im] {
    font-weight: 700;
    font-size: 0.8rem;
    color: #111;
    text-transform: none;
    margin-bottom: 2px;
}

.bc-detail-value[b-6c1c4fi4im] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.4;
}

/* ── Section title ───────────────────────────────────────────────── */
.bc-section-title[b-6c1c4fi4im] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    padding: 14px 20px 4px;
    margin: 0;
    border-bottom: 2px solid #8b1a1a;
    display: inline-block;
}

.bc-detalle-card .bc-section-title[b-6c1c4fi4im] {
    display: block;
    border-bottom: none;
    border-left: 4px solid #8b1a1a;
    padding: 10px 20px;
    background: #fdf5f5;
}

/* ── Page title ──────────────────────────────────────────────────── */
.bc-detalle-title[b-6c1c4fi4im] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 3px solid #8b1a1a;
}

/* ── Empty state ─────────────────────────────────────────────────── */
.bc-empty-state[b-6c1c4fi4im] {
    padding: 16px 20px;
    color: #666;
    font-size: 0.88rem;
    font-style: italic;
}

/* ── Mail link ───────────────────────────────────────────────────── */
.bc-mail-link[b-6c1c4fi4im] {
    color: #8b1a1a;
    text-decoration: none;
}

.bc-mail-link:hover[b-6c1c4fi4im] {
    text-decoration: underline;
}

/* ── Back button ─────────────────────────────────────────────────── */
.bc-detalle-actions[b-6c1c4fi4im] {
    margin-top: 24px;
}

.bc-btn-back[b-6c1c4fi4im] {
    display: inline-block;
    padding: 8px 18px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 0.875rem;
}

.bc-btn-back:hover[b-6c1c4fi4im] {
    background: #e0e0e0;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .bc-detail-row-2[b-6c1c4fi4im],
    .bc-detail-row-3[b-6c1c4fi4im],
    .bc-detail-row-4[b-6c1c4fi4im] {
        grid-template-columns: 1fr;
    }

    .bc-detail-cell[b-6c1c4fi4im] {
        padding: 0 0 12px;
    }
}
/* /Pages/Public/LicitacionDetalle.razor.rz.scp.css */
/* ── Detail card ─────────────────────────────────────────────────── */
.bc-detalle-card[b-yz9heac3cw] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 0;
}

.bc-detalle-section[b-yz9heac3cw] {
    margin-top: 24px;
}

.bc-detail-divider[b-yz9heac3cw] {
    height: 1px;
    background: #e8e8e8;
    margin: 0;
}

/* ── Key-Value rows (Consulta/Entrega sections) ──────────────────── */
.bc-kv-row[b-yz9heac3cw] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px 16px;
    padding: 6px 20px;
    border-bottom: 1px solid #f0f0f0;
    align-items: baseline;
}

.bc-kv-row:last-child[b-yz9heac3cw] {
    border-bottom: none;
}

.bc-kv-label[b-yz9heac3cw] {
    font-weight: 700;
    font-size: 0.82rem;
    color: #111;
    white-space: nowrap;
}

.bc-kv-value[b-yz9heac3cw] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.5;
}

/* ── Rows ────────────────────────────────────────────────────────── */
.bc-detail-row[b-yz9heac3cw] {
    display: grid;
    gap: 0;
    padding: 16px 20px;
}

.bc-detail-row-2[b-yz9heac3cw] {
    grid-template-columns: 1fr 2fr;
}

.bc-detail-row-3[b-yz9heac3cw] {
    grid-template-columns: 1fr 1fr 1fr;
}

.bc-detail-row-4[b-yz9heac3cw] {
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
}

/* ── Cells ───────────────────────────────────────────────────────── */
.bc-detail-cell[b-yz9heac3cw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px 0 0;
}

.bc-detail-cell-wide[b-yz9heac3cw] {
    /* already spans more columns via grid */
}

.bc-detail-cell-full[b-yz9heac3cw] {
    grid-column: 1 / -1;
}

/* ── Labels & values ─────────────────────────────────────────────── */
.bc-detail-label[b-yz9heac3cw] {
    font-weight: 700;
    font-size: 0.8rem;
    color: #111;
    text-transform: none;
    margin-bottom: 2px;
}

.bc-detail-value[b-yz9heac3cw] {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.4;
}

/* ── Section title ───────────────────────────────────────────────── */
.bc-section-title[b-yz9heac3cw] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    padding: 14px 20px 4px;
    margin: 0;
    border-bottom: 2px solid #8b1a1a;
    display: inline-block;
}

.bc-detalle-card .bc-section-title[b-yz9heac3cw] {
    display: block;
    border-bottom: none;
    border-left: 4px solid #8b1a1a;
    padding: 10px 20px;
    background: #fdf5f5;
}

/* ── Page title ──────────────────────────────────────────────────── */
.bc-detalle-title[b-yz9heac3cw] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 3px solid #8b1a1a;
}

/* ── Empty state ─────────────────────────────────────────────────── */
.bc-empty-state[b-yz9heac3cw] {
    padding: 16px 20px;
    color: #666;
    font-size: 0.88rem;
    font-style: italic;
}

/* ── Mail link ───────────────────────────────────────────────────── */
.bc-mail-link[b-yz9heac3cw] {
    color: #8b1a1a;
    text-decoration: none;
}

.bc-mail-link:hover[b-yz9heac3cw] {
    text-decoration: underline;
}

/* ── Back button ─────────────────────────────────────────────────── */
.bc-detalle-actions[b-yz9heac3cw] {
    margin-top: 24px;
}

.bc-btn-back[b-yz9heac3cw] {
    display: inline-block;
    padding: 8px 18px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 0.875rem;
}

.bc-btn-back:hover[b-yz9heac3cw] {
    background: #e0e0e0;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .bc-detail-row-2[b-yz9heac3cw],
    .bc-detail-row-3[b-yz9heac3cw],
    .bc-detail-row-4[b-yz9heac3cw] {
        grid-template-columns: 1fr;
    }

    .bc-detail-cell[b-yz9heac3cw] {
        padding: 0 0 12px;
    }
}
/* /Pages/Public/Licitaciones.razor.rz.scp.css */
/* Pagination styles are defined globally in wwwroot/css/app.css */
