/* /Components/Details/Comment/Comment.razor.rz.scp.css */
.avatar-badge[b-0edng1w8jn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    flex-shrink: 0;
}

.avatar-badge:hover[b-0edng1w8jn] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

[b-0edng1w8jn] .btn-link {
    color: inherit !important;
    text-decoration: none;
    padding: 0 !important;
}

[b-0edng1w8jn] .btn-link:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .avatar-badge[b-0edng1w8jn] {
        width: 40px;
        height: 40px;
        font-size: 0.75rem;
    }
}
/* /Components/Details/Comment/CommentList.razor.rz.scp.css */
.comments-list[b-gcrqqnvo5d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comments-list > * + *[b-gcrqqnvo5d] {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .comments-list > * + *[b-gcrqqnvo5d] {
        padding-top: 0.75rem;
    }
}
/* /Components/Details/Event/EventOverview.razor.rz.scp.css */
[b-b7pfgwv9n6] .event-overview-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

[b-b7pfgwv9n6] .event-card {
    transition: all 0.3s ease;
    position: relative;
    background-color: #ffffff;
}

[b-b7pfgwv9n6] .event-card:not(:last-child) {
    border-bottom: 1px solid #e9ecef !important;
}

[b-b7pfgwv9n6] .event-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #0d6efd 0%, #0dcaf0 100%);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

[b-b7pfgwv9n6] .event-hover-effect:hover {
    background-color: #f8f9fa;
}

[b-b7pfgwv9n6] .event-hover-effect:hover::before {
    opacity: 1;
}

[b-b7pfgwv9n6] .event-hover-effect:hover .event-title-compact {
    color: #0d6efd;
}

[b-b7pfgwv9n6] .event-icon-box-compact {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: linear-gradient(135deg, #e7f1ff 0%, #f0f7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(13, 110, 253, 0.15);
    flex-shrink: 0;
    font-size: 1.1rem;
}

[b-b7pfgwv9n6] .event-meta-row-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

[b-b7pfgwv9n6] .event-meta-row-compact .badge {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

[b-b7pfgwv9n6] .event-title-compact {
    font-size: 0.95rem;
    transition: all 0.2s ease;
    margin-bottom: 0.35rem;
}

[b-b7pfgwv9n6] .btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-width: 1px;
}

[b-b7pfgwv9n6] .btn-xs:hover {
    transform: translateX(2px);
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
}

/* Styled table for event lists */
[b-b7pfgwv9n6] .table-event-hover tbody tr {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

[b-b7pfgwv9n6] .table-event-hover tbody tr:hover {
    background-color: #f8f9fa;
    border-left-color: #0d6efd;
}

[b-b7pfgwv9n6] .table-event-hover tbody tr td {
    vertical-align: middle;
    padding: 0.75rem;
}

[b-b7pfgwv9n6] .event-table-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e7f1ff 0%, #f0f7ff 100%);
    border-radius: 6px;
    color: #0d6efd;
}

[b-b7pfgwv9n6] .event-table-name {
    font-weight: 600;
    color: #212529;
}

[b-b7pfgwv9n6] .event-table-category {
    display: inline-block;
    background: #0d6efd;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 500;
}

[b-b7pfgwv9n6] .event-table-date {
    color: #6c757d;
    font-size: 0.9rem;
}
/* /Components/Details/Event/EventTeamBlock.razor.rz.scp.css */
.team-card[b-mvfyt44v34] {
    transition: box-shadow 0.2s ease-in-out;
    border: none;
}

.team-card:hover[b-mvfyt44v34] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-logo-container[b-mvfyt44v34],
.team-icon-container[b-mvfyt44v34] {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    overflow: hidden;
}

.team-logo[b-mvfyt44v34] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* /Components/Details/Event/Podium.razor.rz.scp.css */
/* Winners Podium */
.podium-container[b-rdip7xepwl] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 450px;
    margin-top: 2rem;
    perspective: 1000px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.podium-container[b-rdip7xepwl]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--background-image-url, none);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index: 1;
}

.podium-position[b-rdip7xepwl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.podium-position.second[b-rdip7xepwl] {
    height: 280px;
    width: 140px;
    z-index: 92;
}

.podium-position.first[b-rdip7xepwl] {
    height: 380px;
    width: 180px;
    transform: scale(1.05);
    z-index: 100;
}

.podium-position.third[b-rdip7xepwl] {
    height: 230px;
    width: 140px;
    z-index: 92;
}

.podium-step[b-rdip7xepwl] {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem 1rem;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.podium-position.first .podium-step[b-rdip7xepwl] {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 3px solid #daa520;
}

.podium-position.second .podium-step[b-rdip7xepwl] {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    border: 3px solid #888;
}

.podium-position.third .podium-step[b-rdip7xepwl] {
    background: linear-gradient(135deg, #cd7f32, #e8b88f);
    border: 3px solid #8b4513;
}

.podium-rank-badge[b-rdip7xepwl] {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.podium-team-visual[b-rdip7xepwl] {
    width: 65px;
    height: 65px;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-logo[b-rdip7xepwl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podium-team-name[b-rdip7xepwl] {
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.2;
    word-wrap: break-word;
    text-align: center;
    max-width: 100%;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.podium-points[b-rdip7xepwl] {
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.9);
    padding: 0.35rem 0.7rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 0.75rem;
}

.team-icon-container[b-rdip7xepwl] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* /Components/Details/Match/MatchHistoryOverview.razor.rz.scp.css */
.match-history-list[b-16b0jsspq2] {
    /* List container styles */
}

.match-card[b-16b0jsspq2] {
    background-color: #fafafa;
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.match-card:hover[b-16b0jsspq2] {
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.match-scores[b-16b0jsspq2] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.match-card .badge[b-16b0jsspq2] {
    font-size: 11px;
    padding: 4px 8px;
}

/* Ensure links are properly styled */
.match-card a[b-16b0jsspq2] {
    transition: opacity 0.2s ease-in-out;
}

.match-card a:hover[b-16b0jsspq2] {
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .match-card[b-16b0jsspq2] {
        padding: 12px !important;
    }

    .match-card .col-12[b-16b0jsspq2] {
        margin-bottom: 8px;
    }
}
/* /Components/Details/Match/MatchSetup.razor.rz.scp.css */
/* Team Rating Badge - CUSTOM STYLING ONLY */
.team-rating[b-4uyuud6xbv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 0.375rem;
    white-space: nowrap;
    font-weight: 500;
}

.rating-label[b-4uyuud6xbv] {
    font-size: 0.75rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rating-value[b-4uyuud6xbv] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}
/* /Components/Event/EventGallery.razor.rz.scp.css */
.event-gallery[b-gsrdrxi81j] {
    padding: 0;
}

.event-gallery-card[b-gsrdrxi81j] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    border: none;
}

.event-gallery-card:hover[b-gsrdrxi81j] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.event-gallery-image-container[b-gsrdrxi81j] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
}

.event-gallery-image[b-gsrdrxi81j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.event-gallery-card:hover .event-gallery-image[b-gsrdrxi81j] {
    transform: scale(1.05);
}

.event-gallery-overlay[b-gsrdrxi81j] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.event-gallery-card:hover .event-gallery-overlay[b-gsrdrxi81j] {
    opacity: 1;
}

.event-gallery-placeholder[b-gsrdrxi81j] {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    font-size: 3rem;
    color: #ccc;
}

.event-items[b-gsrdrxi81j] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.event-item-link[b-gsrdrxi81j] {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out;
}

.event-item-link:hover[b-gsrdrxi81j] {
    transform: translateX(4px);
}

.event-item[b-gsrdrxi81j] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #0d6efd;
    transition: background-color 0.2s ease-in-out;
}

.event-item-link:hover .event-item[b-gsrdrxi81j] {
    background-color: #e9ecef;
}

.event-item-header[b-gsrdrxi81j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.event-item-date[b-gsrdrxi81j] {
    font-weight: 500;
}

.event-item-name[b-gsrdrxi81j] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title a[b-gsrdrxi81j] {
    transition: color 0.2s ease-in-out;
}

.card-title a:hover[b-gsrdrxi81j] {
    color: #0d6efd !important;
}

/* /Components/GameManagement/GameOverview.razor.rz.scp.css */
tbody tr[b-9juu3schg9] {
    transition: background-color 0.2s ease;
}

tbody tr:hover[b-9juu3schg9] {
    background-color: rgba(0, 123, 255, 0.05);
}
/* /Components/GameManagement/TeamManagementOverview.razor.rz.scp.css */
.team-overview-container[b-cfyto35j13] {
    width: 100%;
}

.badge-group[b-cfyto35j13] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

.badge-group .badge[b-cfyto35j13] {
    font-size: 0.875rem;
    padding: 0.35rem 0.65rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-group .badge:hover[b-cfyto35j13] {
    opacity: 0.8;
}

/* Team Card Styles */
.team-card[b-cfyto35j13] {
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.team-card:hover[b-cfyto35j13] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.team-card .card-title[b-cfyto35j13] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-card .card-body[b-cfyto35j13] {
    padding: 1rem;
}

.team-card .card-footer[b-cfyto35j13] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #e0e0e0;
}

.team-members[b-cfyto35j13] {
    font-size: 0.875rem;
}

.team-members .badge-group[b-cfyto35j13] {
    gap: 0.25rem;
}

.team-members .badge[b-cfyto35j13] {
    font-size: 0.75rem;
    padding: 0.35rem 0.5rem;
}

.team-members .badge-group a.badge[b-cfyto35j13] {
    color: white;
    text-decoration: none;
}

.team-overview-container .btn-sm[b-cfyto35j13] {
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .team-card .card-body[b-cfyto35j13] {
        padding: 0.75rem;
    }

    .team-card .card-title[b-cfyto35j13] {
        font-size: 0.95rem;
    }

    .team-members .badge[b-cfyto35j13] {
        font-size: 0.7rem;
        padding: 0.3rem 0.4rem;
    }
}
/* /Components/General/Breadcrumb/BreadcrumbComponent.razor.rz.scp.css */
/* =============================================================================
   Breadcrumb Component - Minimal Design
   ============================================================================= */

.breadcrumb-nav[b-smyeao163i] {
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
}

.breadcrumb[b-smyeao163i] {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    font-size: 0.95rem;
}

.breadcrumb-item[b-smyeao163i] {
    display: flex;
    align-items: center;
}

.breadcrumb-item[b-smyeao163i]::after {
    content: "/";
    margin-left: 0.5rem;
    color: #999;
    font-weight: 300;
}

.breadcrumb-item:last-child[b-smyeao163i]::after {
    content: "";
    margin-left: 0;
}

.breadcrumb-link[b-smyeao163i] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

.breadcrumb-link:hover[b-smyeao163i] {
    color: #5568d3;
    text-decoration: underline;
}

.breadcrumb-item.active[b-smyeao163i] {
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.breadcrumb-item i[b-smyeao163i] {
    font-size: 0.9rem;
}
/* /Components/General/Filter/FilterSearchBar.razor.rz.scp.css */
/* =============================================================================
   Keyword Search Bar - Compact Design
   ============================================================================= */
.keyword-search-bar[b-vyessd94op] {
    width: 100%;
    background: transparent;
    border: none;
}

/* =============================================================================
   Search Bar - Full Width Design
   ============================================================================= */
.search-bar[b-vyessd94op] {
    display: block;
    width: 100%;
    padding: 0.875rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e3e6f0;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease;
}

.search-bar:focus-within[b-vyessd94op] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Inner wrapper for flex layout */
.search-bar-inner[b-vyessd94op] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.search-icon[b-vyessd94op] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8f9fc;
    border-radius: 6px;
    color: #667eea;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Input field styling */
.search-input[b-vyessd94op] {
    flex: 1;
    border: none;
    outline: none;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    background: transparent;
    color: #333;
}

.search-input[b-vyessd94op]::placeholder {
    color: #a0aec0;
}

.search-input:focus[b-vyessd94op] {
    outline: none;
    box-shadow: none;
}

/* Clear button styling */
.search-clear[b-vyessd94op] {
    color: #cbd5e0;
    padding: 0;
    border: none;
    background: none;
    width: 28px;
    height: 28px;
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.search-clear:hover[b-vyessd94op] {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 50%;
    transform: scale(1.1);
}

.search-clear:active[b-vyessd94op] {
    transform: scale(0.95);
}

/* Responsive design */
@media (max-width: 768px) {
    .search-bar[b-vyessd94op] {
        padding: 0.75rem 1rem;
    }

    .search-icon[b-vyessd94op] {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .search-input[b-vyessd94op] {
        font-size: 0.9rem;
    }
}

/* /Components/General/LoadingSpinner/LoadingSpinner.razor.rz.scp.css */
.text-center[b-vruxer94rh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner-border[b-vruxer94rh] {
    width: 3rem;
    height: 3rem;
}

p[b-vruxer94rh] {
    font-size: 0.95rem;
}

/* /Components/General/Warning/GeneralWarning.razor.rz.scp.css */
.alert[b-xkxwb4fppa] {
    display: flex;
    align-items: center;
}

.btn[b-xkxwb4fppa] {
    margin-top: 0.5rem;
}

/* /Components/GroupManagement/GroupDetailMediaCategories.razor.rz.scp.css */
.group-detail-modal-backdrop[b-hthjpemf92] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/GroupManagement/GroupDetailUsers.razor.rz.scp.css */
.group-detail-modal-backdrop[b-kt45cio5sm] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/GroupManagement/GroupManagementCopyGroup.razor.rz.scp.css */
.group-management-modal-backdrop[b-30oz3eh5za] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/GroupManagement/GroupManagementCreateGroup.razor.rz.scp.css */
.group-management-modal-backdrop[b-zdo46sxbpl] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/GroupManagement/GroupManagementEditGroup.razor.rz.scp.css */
.group-management-modal-backdrop[b-steyd4g4us] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/GroupManagement/GroupManagementOverview.razor.rz.scp.css */
.overview-header[b-wn6dw9wnoq] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-35c4zsj2z4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-35c4zsj2z4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/PageContainer.razor.rz.scp.css */
/* Page Wrapper - Pure Bootstrap 5 */
.page-wrapper[b-wvm03sjcx3] {
    display: flex;
    flex-direction: column;
    background-color: var(--color-bg-primary);
    border-radius: var(--radius-base);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

/* Page Header */
.page-header[b-wvm03sjcx3] {
    background: var(--color-gradient-primary);
    padding: var(--header-padding);
    position: relative;
    overflow: hidden;
    color: var(--color-text-white);
}

.page-header-with-image[b-wvm03sjcx3] {
    background-size: cover;
    padding: 4rem 3rem;
    min-height: 300px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-header-overlay[b-wvm03sjcx3] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--overlay-light) 0%, var(--overlay-dark) 100%);
    z-index: 1;
}

/* Breadcrumb */
.page-breadcrumb[b-wvm03sjcx3] {
    margin: 0;
    padding: var(--spacing-1-5) 0;
    position: relative;
    z-index: 2;
    background-color: var(--color-bg-secondary);
    border-bottom: 1px solid var(--color-border-light);
    border-radius: var(--radius-lg);
}

.page-breadcrumb .breadcrumb[b-wvm03sjcx3] {
    padding: 0 var(--spacing-4);
    margin: 0;
    background-color: transparent;
}

.page-breadcrumb .breadcrumb-item[b-wvm03sjcx3] {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
}

.page-breadcrumb .breadcrumb-item a[b-wvm03sjcx3] {
    color: var(--color-link);
    text-decoration: none;
    transition: color var(--transition-base);
}

.page-breadcrumb .breadcrumb-item a:hover[b-wvm03sjcx3] {
    color: var(--color-link-hover);
    text-decoration: underline;
}

.page-breadcrumb .breadcrumb-item.active[b-wvm03sjcx3] {
    color: var(--color-text-secondary);
}

/* Header Content */
.page-header-content[b-wvm03sjcx3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--spacing-4);
    position: relative;
    z-index: 2;
}

.page-title-section[b-wvm03sjcx3] {
    flex: 1;
}

.page-title[b-wvm03sjcx3] {
    font-size: var(--header-title-size);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-white);
    margin: 0;
    line-height: var(--line-height-tight);
    align-items: center;
    gap: var(--spacing-2);
}

.page-title i[b-wvm03sjcx3] {
    font-size: var(--header-icon-size);
}

.page-subtitle[b-wvm03sjcx3] {
    font-size: var(--header-subtitle-size);
    color: rgba(255, 255, 255, 0.9);
    margin: var(--spacing-1) 0 0 0;
    line-height: var(--line-height-normal);
}

/* Actions */
.page-actions[b-wvm03sjcx3] {
    display: flex;
    gap: var(--spacing-1);
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

/* Messages */
.page-messages[b-wvm03sjcx3] {
    padding: var(--spacing-2);
    background-color: transparent;
    border-top: 1px solid var(--color-border-light);
}

.page-messages .alert[b-wvm03sjcx3] {
    margin: 0;
    padding: var(--spacing-2);
}

/* Content */
.page-content[b-wvm03sjcx3] {
    flex: 1;
    padding: var(--spacing-4);
}

/* Loading State */
.page-loading[b-wvm03sjcx3] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-breadcrumb[b-wvm03sjcx3] {
        padding: var(--spacing-1) 0;
    }

    .page-breadcrumb .breadcrumb[b-wvm03sjcx3] {
        padding: 0 var(--spacing-3);
    }

    .page-header[b-wvm03sjcx3] {
        padding: var(--header-padding-mobile);
    }

    .page-header-with-image[b-wvm03sjcx3] {
        padding: var(--spacing-4) var(--header-padding-mobile);
        min-height: 200px;
    }

    .page-header-content[b-wvm03sjcx3] {
        flex-direction: column;
        gap: var(--spacing-2);
    }

    .page-title[b-wvm03sjcx3] {
        font-size: var(--header-title-size-mobile);
    }

    .page-title i[b-wvm03sjcx3] {
        font-size: var(--header-icon-size-mobile);
    }

    .page-subtitle[b-wvm03sjcx3] {
        font-size: var(--header-subtitle-size-mobile);
    }

    .page-actions[b-wvm03sjcx3] {
        width: 100%;
        justify-content: flex-start;
    }

    .page-content[b-wvm03sjcx3] {
        padding: var(--spacing-3);
    }

    .page-messages[b-wvm03sjcx3] {
        padding: var(--spacing-2);
    }
}

@media (max-width: 576px) {
    .page-breadcrumb[b-wvm03sjcx3] {
        padding: var(--spacing-1) 0;
    }

    .page-breadcrumb .breadcrumb[b-wvm03sjcx3] {
        padding: 0 var(--spacing-2);
    }

    .page-breadcrumb .breadcrumb-item[b-wvm03sjcx3] {
        font-size: 0.8rem;
    }

    .page-header[b-wvm03sjcx3] {
        padding: var(--header-padding-sm);
    }

    .page-header-with-image[b-wvm03sjcx3] {
        padding: var(--spacing-3) var(--header-padding-sm);
        min-height: 150px;
    }

    .page-title[b-wvm03sjcx3] {
        font-size: var(--header-title-size-sm);
    }

    .page-title i[b-wvm03sjcx3] {
        font-size: var(--header-icon-size-sm);
    }

    .page-subtitle[b-wvm03sjcx3] {
        font-size: var(--header-subtitle-size-sm);
    }

    .page-content[b-wvm03sjcx3] {
        padding: var(--spacing-2);
    }

    .page-messages[b-wvm03sjcx3] {
        padding: var(--spacing-1-5);
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3xc7je800e],
.components-reconnect-repeated-attempt-visible[b-3xc7je800e],
.components-reconnect-failed-visible[b-3xc7je800e],
.components-pause-visible[b-3xc7je800e],
.components-resume-failed-visible[b-3xc7je800e],
.components-rejoining-animation[b-3xc7je800e] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-3xc7je800e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Media/MediaGallery.razor.rz.scp.css */
.media-gallery[b-rgukfmfcot] {
    padding: 0;
}

.media-gallery-card[b-rgukfmfcot] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    border: none;
}

.media-gallery-card:hover[b-rgukfmfcot] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.media-gallery-image-container[b-rgukfmfcot] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
}

.media-gallery-image[b-rgukfmfcot] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.media-gallery-card:hover .media-gallery-image[b-rgukfmfcot] {
    transform: scale(1.05);
}

.media-gallery-overlay[b-rgukfmfcot] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.media-gallery-card:hover .media-gallery-overlay[b-rgukfmfcot] {
    opacity: 1;
}

.media-gallery-placeholder[b-rgukfmfcot] {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    font-size: 3rem;
    color: #ccc;
}

.media-thumbnails[b-rgukfmfcot] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.media-thumbnail-link[b-rgukfmfcot] {
    flex: 0 0 calc(33.333% - 0.35rem);
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.2s ease-in-out;
}

.media-thumbnail-link:hover[b-rgukfmfcot] {
    transform: scale(1.05);
}

.media-thumbnail[b-rgukfmfcot] {
    width: 100%;
    height: 60px;
    object-fit: cover;
    display: block;
}

.media-thumbnail-placeholder[b-rgukfmfcot] {
    width: 100%;
    height: 60px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1rem;
    border-radius: 4px;
}

.card-title a[b-rgukfmfcot] {
    transition: color 0.2s ease-in-out;
}

.card-title a:hover[b-rgukfmfcot] {
    color: #0d6efd !important;
}
/* /Components/MediaManagement/MediaItemForm.razor.rz.scp.css */
/* Modal styling */
.modal[b-qsdm38etyo] {
    background-color: transparent;
}

.modal.show[b-qsdm38etyo] {
    display: block;
}

.modal-content[b-qsdm38etyo] {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-qsdm38etyo] {
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
}

.modal-header.bg-danger[b-qsdm38etyo] {
    background-color: #dc3545 !important;
}

.modal-footer[b-qsdm38etyo] {
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.modal-backdrop[b-qsdm38etyo] {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.show[b-qsdm38etyo] {
    display: block;
}

/* Form styling */
.form-label[b-qsdm38etyo] {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-label .text-danger[b-qsdm38etyo] {
    color: #dc3545;
}

.form-control:focus[b-qsdm38etyo],
.form-select:focus[b-qsdm38etyo] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Button styling */
.btn-group[b-qsdm38etyo] {
    display: flex;
    gap: 0.25rem;
}

.btn-group .btn[b-qsdm38etyo] {
    flex: 1;
}
/* /Components/MediaManagement/MediaManagementOverview.razor.rz.scp.css */
.category-thumbnail[b-wxhxq9rhp2] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.category-icon[b-wxhxq9rhp2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
    color: white;
    border-radius: 0.375rem;
    font-size: 1.25rem;
}

/* /Components/Menu/Menu.razor.rz.scp.css */
.nexus-navbar[b-m1xbimdrvu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 45%, #06b6d4 100%);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* /Components/ModuleDashboard/ModuleDashboard.razor.rz.scp.css */
.module-dashboard[b-3oxdkv9ao2] {
    width: 100%;
}

.dashboard-card-link[b-3oxdkv9ao2] {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.dashboard-card[b-3oxdkv9ao2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dashboard-card:hover[b-3oxdkv9ao2] {
    border-color: #0d6efd;
    box-shadow: 0 0.5rem 1.5rem rgba(13, 110, 253, 0.15);
    transform: translateY(-4px);
}

.dashboard-card-icon[b-3oxdkv9ao2] {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border-radius: 1rem;
    margin-bottom: 1.25rem;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
}

.dashboard-card:hover .dashboard-card-icon[b-3oxdkv9ao2] {
    transform: scale(1.1);
    box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.3);
}

.dashboard-card-content[b-3oxdkv9ao2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dashboard-card-title[b-3oxdkv9ao2] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    transition: color 0.3s ease;
}

.dashboard-card:hover .dashboard-card-title[b-3oxdkv9ao2] {
    color: #0d6efd;
}

.dashboard-card-description[b-3oxdkv9ao2] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.dashboard-card-arrow[b-3oxdkv9ao2] {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #6c757d;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.dashboard-card:hover .dashboard-card-arrow[b-3oxdkv9ao2] {
    opacity: 1;
    transform: translateX(0);
    color: #0d6efd;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .dashboard-card[b-3oxdkv9ao2] {
        padding: 1.5rem 1.25rem;
    }

    .dashboard-card-icon[b-3oxdkv9ao2] {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .dashboard-card[b-3oxdkv9ao2] {
        padding: 1.25rem 1rem;
    }

    .dashboard-card-icon[b-3oxdkv9ao2] {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .dashboard-card-title[b-3oxdkv9ao2] {
        font-size: 1rem;
    }

    .dashboard-card-description[b-3oxdkv9ao2] {
        font-size: 0.8125rem;
    }
}

/* Animation on load */
@keyframes fadeInUp-b-3oxdkv9ao2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-card-link[b-3oxdkv9ao2] {
    animation: fadeInUp-b-3oxdkv9ao2 0.5s ease forwards;
}

.dashboard-card-link:nth-child(1)[b-3oxdkv9ao2] { animation-delay: 0.05s; }
.dashboard-card-link:nth-child(2)[b-3oxdkv9ao2] { animation-delay: 0.1s; }
.dashboard-card-link:nth-child(3)[b-3oxdkv9ao2] { animation-delay: 0.15s; }
.dashboard-card-link:nth-child(4)[b-3oxdkv9ao2] { animation-delay: 0.2s; }
.dashboard-card-link:nth-child(5)[b-3oxdkv9ao2] { animation-delay: 0.25s; }
.dashboard-card-link:nth-child(6)[b-3oxdkv9ao2] { animation-delay: 0.3s; }
.dashboard-card-link:nth-child(n+7)[b-3oxdkv9ao2] { animation-delay: 0.35s; }

/* /Components/Overview/OverviewComponent.razor.rz.scp.css */
/* =============================================================================
   Overview Component - Main Container Styles
   ============================================================================= */

.overview-container[b-hu7a697wgw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* =============================================================================
   Toolbar Section - Counter, Actions, and controls
   ============================================================================= */

.overview-toolbar[b-hu7a697wgw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.toolbar-start[b-hu7a697wgw] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex: 1;
}

.toolbar-end[b-hu7a697wgw] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.overview-count[b-hu7a697wgw] {
    display: flex;
    align-items: center;
}

.overview-count .badge[b-hu7a697wgw] {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

.overview-header-actions[b-hu7a697wgw] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* =============================================================================
   Filter Section
   ============================================================================= */

.overview-filters[b-hu7a697wgw] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    background-color: #ffffff;
}

.overview-filters-header[b-hu7a697wgw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1rem;
    cursor: pointer;
    user-select: none;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.2s ease;
}

.overview-filters-header:hover[b-hu7a697wgw] {
    background-color: #e9ecef;
}

.filters-title[b-hu7a697wgw] {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
    gap: 0.5rem;
}

.filters-title .badge[b-hu7a697wgw] {
    font-size: 0.75rem;
}

.filters-toggle[b-hu7a697wgw] {
    padding: 0;
    color: #0d6efd;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.filters-toggle:hover[b-hu7a697wgw] {
    color: #0b5ed7;
}

.overview-filters-content[b-hu7a697wgw] {
    padding: 1rem;
    animation: slideDown-b-hu7a697wgw 0.25s ease;
}

/* Slide down animation for filter expansion */
@keyframes slideDown-b-hu7a697wgw {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================================================================
   Content Section
   ============================================================================= */

.overview-content[b-hu7a697wgw] {
    min-height: 200px;
    position: relative;
}

.overview-content.loading[b-hu7a697wgw] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-loading[b-hu7a697wgw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
}

.overview-loading .spinner-border[b-hu7a697wgw] {
    width: 2.5rem;
    height: 2.5rem;
}

/* =============================================================================
   Table Display Mode
   ============================================================================= */

.table-responsive[b-hu7a697wgw] {
    border-radius: 0.375rem;
}

.overview-table[b-hu7a697wgw] {
    margin-bottom: 0;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.overview-table thead[b-hu7a697wgw] {
    background-color: #f8f9fa;
}

.overview-table th[b-hu7a697wgw] {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #212529;
    padding: 0.75rem;
}

.overview-table td[b-hu7a697wgw] {
    padding: 0.75rem;
}

.overview-table tbody tr:hover[b-hu7a697wgw] {
    background-color: #f8f9fa;
}

/* =============================================================================
   Cards Display Mode
   ============================================================================= */

.overview-cards[b-hu7a697wgw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

/* =============================================================================
   List Display Mode
   ============================================================================= */

.overview-list[b-hu7a697wgw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.list-item[b-hu7a697wgw] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.list-item:hover[b-hu7a697wgw] {
    border-color: #adb5bd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* =============================================================================
   Empty State
   ============================================================================= */

.overview-empty[b-hu7a697wgw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.empty-state[b-hu7a697wgw] {
    text-align: center;
    padding: 2rem 1rem;
}

.empty-icon[b-hu7a697wgw] {
    font-size: 3rem;
    color: #adb5bd;
    margin-bottom: 1rem;
    display: block;
}

.empty-state h4[b-hu7a697wgw] {
    color: #212529;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-state p[b-hu7a697wgw] {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.empty-actions[b-hu7a697wgw] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* =============================================================================
   Pagination
   ============================================================================= */

.overview-pagination[b-hu7a697wgw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.pagination[b-hu7a697wgw] {
    margin-bottom: 0;
}

.pagination-info[b-hu7a697wgw] {
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

/* =============================================================================
   Footer
   ============================================================================= */

.overview-footer[b-hu7a697wgw] {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* =============================================================================
   Responsive Design
   ============================================================================= */

@media (max-width: 768px) {
    .overview-toolbar[b-hu7a697wgw] {
        flex-direction: column;
        align-items: flex-start;
    }

    .toolbar-end[b-hu7a697wgw] {
        width: 100%;
        justify-content: flex-end;
    }

    .overview-cards[b-hu7a697wgw] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .overview-pagination[b-hu7a697wgw] {
        flex-direction: column;
        align-items: center;
    }

    .pagination-info[b-hu7a697wgw] {
        order: -1;
    }
}

@media (max-width: 576px) {
    .overview-toolbar[b-hu7a697wgw] {
        gap: 0.75rem;
    }

    .toolbar-start[b-hu7a697wgw],
    .toolbar-end[b-hu7a697wgw] {
        width: 100%;
    }

    .overview-cards[b-hu7a697wgw] {
        grid-template-columns: 1fr;
    }

    .overview-filters-header[b-hu7a697wgw] {
        padding: 0.75rem;
    }

    .filters-title[b-hu7a697wgw] {
        font-size: 0.875rem;
    }

    .overview-table[b-hu7a697wgw] {
        font-size: 0.875rem;
    }

    .overview-table th[b-hu7a697wgw],
    .overview-table td[b-hu7a697wgw] {
        padding: 0.5rem;
    }
}

.overview-content.loading[b-hu7a697wgw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

/* Loading state */
.overview-loading[b-hu7a697wgw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Empty state */
.overview-empty[b-hu7a697wgw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.empty-state[b-hu7a697wgw] {
    text-align: center;
    max-width: 400px;
}

.empty-icon[b-hu7a697wgw] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-state h4[b-hu7a697wgw] {
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.empty-state p[b-hu7a697wgw] {
    margin-bottom: 1.5rem;
}

.empty-actions[b-hu7a697wgw] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* =============================================================================
   Table Layout
   ============================================================================= */

.overview-table[b-hu7a697wgw] {
    margin-bottom: 0;
}

.overview-table thead[b-hu7a697wgw] {
    background: #f8f9fc;
    border-bottom: 2px solid #e3e6f0;
}

.overview-table thead th[b-hu7a697wgw] {
    font-weight: 600;
    color: #2d3748;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 1rem;
    border: none;
}

.overview-table tbody tr[b-hu7a697wgw] {
    border-bottom: 1px solid #e3e6f0;
    transition: all 0.2s ease;
}

.overview-table tbody tr:hover[b-hu7a697wgw] {
    background: #f8f9fc;
    transform: scale(1.005);
}

.overview-table tbody td[b-hu7a697wgw] {
    padding: 1rem;
    vertical-align: middle;
    border: none;
}

/* =============================================================================
   Cards Layout
   ============================================================================= */

.overview-cards[b-hu7a697wgw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

/* =============================================================================
   List Layout
   ============================================================================= */

.overview-list[b-hu7a697wgw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* =============================================================================
   Pagination Section
   ============================================================================= */

.overview-pagination[b-hu7a697wgw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem 1.5rem 2rem;
    border-top: 1px solid #e3e6f0;
}

.pagination[b-hu7a697wgw] {
    margin: 0;
}

.pagination .page-link[b-hu7a697wgw] {
    border: none;
    color: #667eea;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    margin: 0 0.15rem;
    transition: all 0.2s ease;
}

.pagination .page-link:hover[b-hu7a697wgw] {
    background: #f8f9fc;
    color: #764ba2;
}

.pagination .page-item.active .page-link[b-hu7a697wgw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link[b-hu7a697wgw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-info[b-hu7a697wgw] {
    font-size: 0.875rem;
}

/* =============================================================================
   Footer Section
   ============================================================================= */

.overview-footer[b-hu7a697wgw] {
    padding: 1rem 2rem 1.5rem 2rem;
    background: #f8f9fc;
    border-top: 1px solid #e3e6f0;
}

/* =============================================================================
   Animations
   ============================================================================= */

/* Spinning animation for refresh button */
.spinning[b-hu7a697wgw] {
    animation: spin-b-hu7a697wgw 1s linear infinite;
}

@keyframes spin-b-hu7a697wgw {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* =============================================================================
   Responsive Design
   ============================================================================= */

/* Tablet and below */
@media (max-width: 992px) {
    .overview-header[b-hu7a697wgw] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .overview-actions[b-hu7a697wgw] {
        width: 100%;
        justify-content: space-between;
    }
    
    .overview-cards[b-hu7a697wgw] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .overview-container[b-hu7a697wgw] {
        border-radius: 0;
        box-shadow: none;
    }
    
    .overview-header[b-hu7a697wgw],
    .overview-content[b-hu7a697wgw],
    .overview-toolbar[b-hu7a697wgw],
    .overview-pagination[b-hu7a697wgw],
    .overview-footer[b-hu7a697wgw] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .overview-filters[b-hu7a697wgw] {
        margin: 0 1rem;
    }
    
    .overview-title[b-hu7a697wgw] {
        font-size: 1.5rem;
    }
    
    .overview-icon[b-hu7a697wgw] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }
    
    .overview-cards[b-hu7a697wgw] {
        grid-template-columns: 1fr;
    }
    
    .overview-pagination[b-hu7a697wgw] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .toolbar-start[b-hu7a697wgw],
    .toolbar-end[b-hu7a697wgw] {
        width: 100%;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    .overview-title-section[b-hu7a697wgw] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .pagination .page-link[b-hu7a697wgw] {
        padding: 0.4rem 0.6rem;
        font-size: 0.875rem;
    }
}
/* /Components/Pages/Admin/Group/GroupDetail.razor.rz.scp.css */
.page-header[b-7iz3lelkjs] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
/* /Components/Pages/Admin/Group/GroupManagement.razor.rz.scp.css */
.page-header[b-hbx7urjuwo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
/* /Components/Pages/Admin/Media/MediaCategoryDetail.razor.rz.scp.css */
/* Card styling */
.card[b-lhww9llwox] {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header[b-lhww9llwox] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1rem;
}

.card-header h5[b-lhww9llwox] {
    color: #333;
    font-weight: 600;
}

/* Table styling */
.table[b-lhww9llwox] {
    margin-bottom: 0;
}

.table thead[b-lhww9llwox] {
    background-color: #f8f9fa;
}

.table thead th[b-lhww9llwox] {
    border-bottom: 2px solid #dee2e6;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem;
    text-transform: uppercase;
}

.table tbody td[b-lhww9llwox] {
    padding: 0.75rem;
    vertical-align: middle;
}

.table tbody tr:hover[b-lhww9llwox] {
    background-color: #f8f9fa;
}

.table tbody tr:hover td[b-lhww9llwox] {
    background-color: #f8f9fa;
}

/* Badge styling */
.badge[b-lhww9llwox] {
    font-size: 0.75rem;
    padding: 0.4rem 0.6rem;
    font-weight: 500;
}

/* Button group styling */
.btn-group-sm .btn[b-lhww9llwox] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.btn-outline-warning[b-lhww9llwox] {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover[b-lhww9llwox] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.btn-outline-danger[b-lhww9llwox] {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover[b-lhww9llwox] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .table[b-lhww9llwox] {
        font-size: 0.875rem;
    }

    .table thead th[b-lhww9llwox] {
        padding: 0.5rem;
    }

    .table tbody td[b-lhww9llwox] {
        padding: 0.5rem;
    }

    .btn-group-sm[b-lhww9llwox] {
        flex-wrap: wrap;
    }

    .btn-group-sm .btn[b-lhww9llwox] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
}
/* /Components/Pages/Admin/Permission/PermissionManagement.razor.rz.scp.css */
.permission-management-header[b-bm085g8mf1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.25rem;
}

.header-content[b-bm085g8mf1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-icon[b-bm085g8mf1] {
    font-size: 2rem;
    opacity: 0.9;
}

.header-text h1[b-bm085g8mf1] {
    margin: 0 0 0.25rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.header-text p[b-bm085g8mf1] {
    margin: 0;
    font-size: 0.875rem;
    opacity: 0.9;
}

.permissions-container[b-bm085g8mf1] {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #e3e6f0;
    overflow-x: auto;
}

.permissions-table-header[b-bm085g8mf1] {
    display: grid;
    grid-template-columns: 250px repeat(auto-fit, 140px);
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: #f8f9fc;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.8125rem;
    border: 1px solid #e3e6f0;
    min-width: fit-content;
}

.header-user[b-bm085g8mf1] {
    display: flex;
    align-items: center;
    position: sticky;
    left: 0;
    background-color: #f8f9fc;
    z-index: 1;
}

.header-module[b-bm085g8mf1] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.25rem;
    font-size: 0.75rem;
}

.permissions-info[b-bm085g8mf1] {
    background-color: #f0f7ff;
    border-left: 4px solid #667eea;
    padding: 0.75rem;
    border-radius: 6px;
    color: #4c5f8a;
}

@media (max-width: 1200px) {
    .permission-management-header[b-bm085g8mf1] {
        padding: 1rem;
    }

    .header-content[b-bm085g8mf1] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .header-text h1[b-bm085g8mf1] {
        font-size: 1.25rem;
    }

    .permissions-table-header[b-bm085g8mf1] {
        grid-template-columns: 200px repeat(auto-fit, 130px);
        font-size: 0.75rem;
    }

    .header-user[b-bm085g8mf1] {
        left: 0;
    }
}

@media (max-width: 768px) {
    .permission-management-header[b-bm085g8mf1] {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .header-icon[b-bm085g8mf1] {
        font-size: 1.5rem;
    }

    .header-text h1[b-bm085g8mf1] {
        font-size: 1.125rem;
    }

    .permissions-container[b-bm085g8mf1] {
        padding: 0.75rem;
    }

    .permissions-table-header[b-bm085g8mf1] {
        grid-template-columns: 180px repeat(auto-fit, 120px);
    }
}

/* /Components/Pages/Admin/User/UserManagement.razor.rz.scp.css */
/* User Management Page Styling */
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Module Card Wrapper */
.module-card-wrapper[b-9p4hjeo8dh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.module-card-wrapper:hover[b-9p4hjeo8dh] {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #d1d5db;
}

/* Module Card Icon - Large rounded icon */
.module-card-icon[b-9p4hjeo8dh] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Module Card Title */
.module-card-title[b-9p4hjeo8dh] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin: 0 0 0.75rem 0;
    line-height: 1.4;
}

/* Module Card Link */
.module-card-link[b-9p4hjeo8dh] {
    color: #6c757d;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.module-card-link:hover[b-9p4hjeo8dh] {
    color: #212529;
    text-decoration: underline;
}

/* Module Card Small Icon - Bottom right */
.module-card-icon-small[b-9p4hjeo8dh] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
    .module-card-wrapper[b-9p4hjeo8dh] {
        padding: 1.5rem 1rem;
    }

    .module-card-icon[b-9p4hjeo8dh] {
        width: 70px;
        height: 70px;
        margin-bottom: 0.75rem;
    }

    .module-card-title[b-9p4hjeo8dh] {
        font-size: 1rem;
    }

    .module-card-link[b-9p4hjeo8dh] {
        font-size: 0.875rem;
    }

    .module-card-icon-small[b-9p4hjeo8dh] {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .module-card-wrapper[b-9p4hjeo8dh] {
        padding: 1.5rem 1rem;
    }

    .module-card-icon[b-9p4hjeo8dh] {
        width: 65px;
        height: 65px;
    }

    .module-card-icon-small[b-9p4hjeo8dh] {
        width: 45px;
        height: 45px;
    }
}


/* /Components/Pages/Event/EventCategoryDetail.razor.rz.scp.css */
.event-item-card[b-f7c5fcdz4p] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    border: none;
}

.event-item-card:hover[b-f7c5fcdz4p] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.event-item-header-section[b-f7c5fcdz4p] {
    position: relative;
    min-height: 150px;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    overflow: hidden;
}

.event-item-header-section[b-f7c5fcdz4p]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.2s ease;
}

.event-item-card:hover .event-item-header-section[b-f7c5fcdz4p]::before {
    background: rgba(0, 0, 0, 0.4);
}

.event-item-no-image[b-f7c5fcdz4p] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    font-size: 2.5rem;
    opacity: 0.5;
    z-index: 0;
}

.event-item-date-badge[b-f7c5fcdz4p] {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    color: #212529;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.event-item-card:hover .event-item-date-badge[b-f7c5fcdz4p] {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.card-title a[b-f7c5fcdz4p] {
    transition: color 0.2s ease-in-out;
    color: #212529;
}

.card-title a:hover[b-f7c5fcdz4p] {
    color: #0d6efd !important;
}

/* /Components/Pages/Event/EventDetail.razor.rz.scp.css */
/* Winners Podium - MOVED TO Podium.razor.css */

.group-card[b-idzt5cxszk],
.media-item-card[b-idzt5cxszk] {
    transition: box-shadow 0.2s ease-in-out;
    border: none;
}

.group-card:hover[b-idzt5cxszk],
.media-item-card:hover[b-idzt5cxszk] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-color[b-idzt5cxszk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-swatch[b-idzt5cxszk] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #ddd;
}

.match-detail-card[b-idzt5cxszk] {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease-in-out;
}

.match-detail-card:hover[b-idzt5cxszk] {
    background-color: #e9ecef;
}

.match-teams-summary[b-idzt5cxszk] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.event-meta[b-idzt5cxszk] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.meta-item[b-idzt5cxszk] {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.table-hover tbody tr:hover[b-idzt5cxszk] {
    background-color: #f8f9fa;
}

/* Event Header Image */
.event-header-image[b-idzt5cxszk] {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* /Components/Pages/Game/MatchDetail.razor.rz.scp.css */
.team-card-link[b-83c7vfhk09] {
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.2s ease-in-out;
}

.team-card-link:hover[b-83c7vfhk09] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-card-link .card[b-83c7vfhk09] {
    transition: all 0.2s ease-in-out;
}

.team-card-link:hover .card[b-83c7vfhk09] {
    background-color: #f8f9fa;
}

.match-sets-table[b-83c7vfhk09] {
    /* Sets & Scores table styling */
}

.match-sets-table thead[b-83c7vfhk09] {
    background-color: #f8f9fa;
}

.match-sets-table tbody tr:hover[b-83c7vfhk09] {
    background-color: #f8f9fa;
}

.score-winner[b-83c7vfhk09] {
    font-weight: bold;
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
}

.team-card-link[b-83c7vfhk09] {
    text-decoration: none;
    color: inherit;
}

.team-card-link:hover[b-83c7vfhk09] {
    color: #007bff;
    text-decoration: underline;
}
/* /Components/Pages/Media/Media.razor.rz.scp.css */
/* Media card styling */
.media-card[b-vi1dzjk1uu] {
    transition: all 0.3s ease;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
}

.media-card:hover[b-vi1dzjk1uu] {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

.media-card-image[b-vi1dzjk1uu] {
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.media-card-image-img[b-vi1dzjk1uu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.media-card-placeholder[b-vi1dzjk1uu] {
    height: 200px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.media-card-placeholder-icon[b-vi1dzjk1uu] {
    font-size: 4rem;
    color: rgba(108, 117, 125, 0.3);
}

.card-title a[b-vi1dzjk1uu] {
    color: inherit;
    font-weight: 600;
    transition: color 0.2s ease;
}

.card-title a:hover[b-vi1dzjk1uu] {
    color: #0d6efd;
}

.card-text[b-vi1dzjk1uu] {
    font-size: 0.95rem;
    line-height: 1.4;
}

.badge[b-vi1dzjk1uu] {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    font-weight: 500;
}

.hover-shadow[b-vi1dzjk1uu] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Media category layout */
@media (max-width: 768px) {
    .media-card-image[b-vi1dzjk1uu] {
        height: 150px !important;
    }

    .card-title[b-vi1dzjk1uu] {
        font-size: 1.1rem;
    }
}

/* Responsive grid adjustments */
@media (max-width: 576px) {
    .media-card-image[b-vi1dzjk1uu] {
        height: 120px !important;
    }

    .card-body[b-vi1dzjk1uu] {
        padding: 1rem;
    }

    .card-title[b-vi1dzjk1uu] {
        font-size: 1rem;
    }

    .card-text[b-vi1dzjk1uu] {
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Media/MediaCategoryDetail.razor.rz.scp.css */
/* Media Item Cards */
.media-item-card[b-zeyl3x8xaw] {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.media-item-card:hover[b-zeyl3x8xaw] {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
}

.media-item-image[b-zeyl3x8xaw] {
    height: 200px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.media-item-image-img[b-zeyl3x8xaw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-item-card:hover .media-item-image-img[b-zeyl3x8xaw] {
    transform: scale(1.08);
}

.media-item-overlay[b-zeyl3x8xaw] {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.media-item-card:hover .media-item-overlay[b-zeyl3x8xaw] {
    opacity: 1;
}

.media-item-placeholder-icon[b-zeyl3x8xaw] {
    font-size: 3rem;
    color: #ddd;
}

/* Card Title Links */
.card-title a[b-zeyl3x8xaw] {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
}

.card-title a:hover[b-zeyl3x8xaw] {
    color: #0d6efd;
}

/* Badges */
.badge[b-zeyl3x8xaw] {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    font-weight: 500;
}

/* Responsive Grid */
@media (max-width: 1200px) {
    .media-item-card[b-zeyl3x8xaw] {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .media-item-image[b-zeyl3x8xaw] {
        height: 150px !important;
    }

    .card-title[b-zeyl3x8xaw] {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .media-item-image[b-zeyl3x8xaw] {
        height: 120px !important;
    }

    .card-body[b-zeyl3x8xaw] {
        padding: 0.75rem;
    }

    .card-title[b-zeyl3x8xaw] {
        font-size: 0.9rem;
    }
}

/* Animations */
@keyframes fadeIn-b-zeyl3x8xaw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.media-item-card[b-zeyl3x8xaw] {
    animation: fadeIn-b-zeyl3x8xaw 0.5s ease forwards;
}

.media-item-card:nth-child(1)[b-zeyl3x8xaw] { animation-delay: 0.05s; }
.media-item-card:nth-child(2)[b-zeyl3x8xaw] { animation-delay: 0.1s; }
.media-item-card:nth-child(3)[b-zeyl3x8xaw] { animation-delay: 0.15s; }
.media-item-card:nth-child(4)[b-zeyl3x8xaw] { animation-delay: 0.2s; }
.media-item-card:nth-child(5)[b-zeyl3x8xaw] { animation-delay: 0.25s; }
.media-item-card:nth-child(6)[b-zeyl3x8xaw] { animation-delay: 0.3s; }
.media-item-card:nth-child(n+7)[b-zeyl3x8xaw] { animation-delay: 0.35s; }
/* /Components/Pages/Media/MediaItemDetail.razor.rz.scp.css */
/* Media Viewer Container */
.media-viewer-container[b-6xpcyy8g2t] {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    overflow: hidden;
}

.youtube-embed-wrapper[b-6xpcyy8g2t] {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.youtube-embed-wrapper iframe[b-6xpcyy8g2t] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-image-container[b-6xpcyy8g2t] {
    background-color: #000;
    border-radius: 0.5rem;
    overflow: hidden;
}

.media-image-container img[b-6xpcyy8g2t] {
    transition: transform 0.3s ease;
    display: block;
}

.media-image-container:hover img[b-6xpcyy8g2t] {
    transform: scale(1.02);
}

.media-image-container .btn-light[b-6xpcyy8g2t] {
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.media-image-container:hover .btn-light[b-6xpcyy8g2t] {
    transform: scale(1.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
}

.media-placeholder[b-6xpcyy8g2t] {
    height: 600px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.media-placeholder-icon[b-6xpcyy8g2t] {
    font-size: 4rem;
    color: #ddd;
}

/* Card Styling */
.card[b-6xpcyy8g2t] {
    border: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.3s ease;
}

.card:hover[b-6xpcyy8g2t] {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}

/* Title */
h1.card-title[b-6xpcyy8g2t] {
    font-weight: 700;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 1rem;
}

/* Breadcrumb */
.breadcrumb[b-6xpcyy8g2t] {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.breadcrumb-item + .breadcrumb-item[b-6xpcyy8g2t]::before {
    content: "/";
    color: #999;
}

.breadcrumb-item a[b-6xpcyy8g2t] {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-6xpcyy8g2t] {
    color: #0b5ed7;
    text-decoration: underline;
}

/* Badge */
.badge[b-6xpcyy8g2t] {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
}

/* Description */
.card-body h5[b-6xpcyy8g2t] {
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.75rem;
}

.card-body dl[b-6xpcyy8g2t] {
    margin-bottom: 0;
}

.card-body dt[b-6xpcyy8g2t] {
    font-weight: 600;
    color: #212529;
}

.card-body dd[b-6xpcyy8g2t] {
    margin-bottom: 0.5rem;
}

/* Buttons */
.btn[b-6xpcyy8g2t] {
    transition: all 0.2s ease;
    font-weight: 500;
}

.btn-primary[b-6xpcyy8g2t] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover[b-6xpcyy8g2t] {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    transform: translateY(-2px);
}

.btn-outline-primary[b-6xpcyy8g2t] {
    color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary:hover[b-6xpcyy8g2t] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    transform: translateY(-2px);
}

.btn-outline-secondary[b-6xpcyy8g2t] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover[b-6xpcyy8g2t] {
    background-color: #6c757d;
    border-color: #6c757d;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    h1.card-title[b-6xpcyy8g2t] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .youtube-embed-wrapper[b-6xpcyy8g2t] {
        padding-bottom: 56.25%;
    }

    h1.card-title[b-6xpcyy8g2t] {
        font-size: 1.5rem;
    }

    .card-body[b-6xpcyy8g2t] {
        padding: 1rem;
    }

    .badge[b-6xpcyy8g2t] {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }

    .breadcrumb[b-6xpcyy8g2t] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    h1.card-title[b-6xpcyy8g2t] {
        font-size: 1.25rem;
    }

    .card-body[b-6xpcyy8g2t] {
        padding: 0.75rem;
    }

    .card-body dl[b-6xpcyy8g2t] {
        font-size: 0.9rem;
    }

    .btn[b-6xpcyy8g2t] {
        font-size: 0.9rem;
        padding: 0.4rem 0.75rem;
    }

    .breadcrumb[b-6xpcyy8g2t] {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }

    .media-placeholder[b-6xpcyy8g2t] {
        height: 300px !important;
    }
}

/* Animations */
@keyframes fadeIn-b-6xpcyy8g2t {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card[b-6xpcyy8g2t] {
    animation: fadeIn-b-6xpcyy8g2t 0.5s ease forwards;
}

.card:nth-of-type(1)[b-6xpcyy8g2t] { animation-delay: 0.1s; }
.card:nth-of-type(2)[b-6xpcyy8g2t] { animation-delay: 0.2s; }
/* /Components/Pages/Roster/PublicRosters.razor.rz.scp.css */
.roster-card[b-2x9nyeihek] {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

.roster-card:hover[b-2x9nyeihek] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.roster-card .card-title[b-2x9nyeihek] {
    font-weight: 600;
    color: #212529;
}

.roster-card .card-text[b-2x9nyeihek] {
    font-size: 0.95rem;
}

.roster-card .badge[b-2x9nyeihek] {
    font-size: 0.85rem;
    padding: 0.35rem 0.65rem;
}
/* /Components/Pages/Roster/ScheduleAvailability.razor.rz.scp.css */
[b-5yxrli0fzo] {
    .availability-table-wrapper {
        overflow: auto;
        position: relative;
    }

    .availability-table[b-5yxrli0fzo] {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    .sticky-header th[b-5yxrli0fzo] {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #f8f9fa !important;
        border-top: 2px solid #dee2e6;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 0.4rem 0.25rem !important;
    }

    .sticky-col[b-5yxrli0fzo] {
        position: sticky;
        left: 0;
        z-index: 9;
        background-color: #f8f9fa;
        min-width: 100px;
        padding: 0.4rem 0.25rem !important;
    }

    .sticky-header .sticky-col[b-5yxrli0fzo] {
        z-index: 11;
        background-color: #f8f9fa;
    }

    tbody .sticky-col[b-5yxrli0fzo] {
        background-color: white;
        padding: 0.3rem 0.25rem !important;
    }

    tbody tr:hover .sticky-col[b-5yxrli0fzo] {
        background-color: #f9f9f9;
    }

    .user-col[b-5yxrli0fzo] {
        min-width: 70px;
        padding: 0.3rem 0.2rem !important;
    }

    .sticky-header .user-col[b-5yxrli0fzo] {
        padding: 0.4rem 0.2rem !important;
    }

    .availability-table tbody td[b-5yxrli0fzo] {
        vertical-align: middle;
    }

    .availability-table thead th[b-5yxrli0fzo] {
        vertical-align: middle;
    }

    .date-badge[b-5yxrli0fzo] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.35rem;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 0.35rem;
        min-width: 60px;
        box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
        transition: all 0.2s ease;
    }

    .date-badge:hover[b-5yxrli0fzo] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    .date-day[b-5yxrli0fzo] {
        font-size: 0.6rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        opacity: 0.9;
        line-height: 1;
    }

    .date-number[b-5yxrli0fzo] {
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1;
        margin: 0.15rem 0;
    }

    .date-month[b-5yxrli0fzo] {
        font-size: 0.55rem;
        font-weight: 600;
        letter-spacing: 0.3px;
        opacity: 0.9;
        line-height: 1;
    }

    .availability-toggle[b-5yxrli0fzo] {
        padding: 0.3rem 0.4rem !important;
        font-size: 0.75rem;
        transition: all 0.2s ease;
    }

    .availability-toggle:hover[b-5yxrli0fzo] {
        transform: scale(1.1);
    }

    .availability-toggle.btn-success[b-5yxrli0fzo] {
        background-color: #28a745;
        border-color: #28a745;
    }

    .availability-toggle.btn-success:hover[b-5yxrli0fzo] {
        background-color: #218838;
        border-color: #218838;
    }

    .availability-toggle.btn-outline-danger[b-5yxrli0fzo] {
        color: #dc3545;
        border-color: #dc3545;
    }

    .availability-toggle.btn-outline-danger:hover[b-5yxrli0fzo] {
        background-color: #dc3545;
        color: white;
    }
}
/* /Components/Pages/Roster/ScheduleDayDetail.razor.rz.scp.css */
.info-item[b-84gij1nsof] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.info-item label[b-84gij1nsof] {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.info-item .fw-semibold[b-84gij1nsof] {
    font-size: 1.125rem;
    color: #212529;
}

@media (max-width: 768px) {
    .info-item .fw-semibold[b-84gij1nsof] {
        font-size: 1rem;
    }
}

/* /Components/Pages/Roster/ScheduleDetails.razor.rz.scp.css */
.schedule-info[b-2jmefdh4ny] {
    padding: 0.5rem;
}

.schedule-info strong[b-2jmefdh4ny] {
    font-weight: 600;
    color: #212529;
}

.table-striped tbody tr:nth-child(odd)[b-2jmefdh4ny] {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-striped tbody tr:hover[b-2jmefdh4ny] {
    background-color: rgba(0, 0, 0, 0.05);
}
/* /Components/Pages/Team/TeamEvents.razor.rz.scp.css */
/* Event Row Hover Effects */
[b-295ll1kuq1] .event-row {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

[b-295ll1kuq1] .event-row:hover {
    background-color: #f8f9fa;
    border-left-color: #0d6efd;
    box-shadow: inset 0 0 10px rgba(13, 110, 253, 0.05);
}

/* Event Table Icon */
[b-295ll1kuq1] .event-table-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e7f1ff 0%, #f0f7ff 100%);
    border-radius: 6px;
    color: #0d6efd;
    transition: all 0.2s ease;
}

[b-295ll1kuq1] .event-row:hover .event-table-icon {
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
    transform: scale(1.05);
}

/* Event Table Name */
[b-295ll1kuq1] .event-table-name {
    font-weight: 600;
    color: #212529;
    transition: color 0.2s ease;
}

[b-295ll1kuq1] .event-row:hover .event-table-name {
    color: #0d6efd;
}

/* Event Table Category Badge */
[b-295ll1kuq1] .event-table-category {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
    color: white;
    padding: 0.35rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
    transition: all 0.2s ease;
}

[b-295ll1kuq1] .event-row:hover .event-table-category {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

/* Event Table Date */
[b-295ll1kuq1] .event-table-date {
    color: #6c757d;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

[b-295ll1kuq1] .event-row:hover .event-table-date {
    color: #0d6efd;
    font-weight: 500;
}

/* Arrow Link Animation */
[b-295ll1kuq1] .event-table-date a {
    opacity: 0;
    transition: all 0.2s ease;
    display: inline-block;
}

[b-295ll1kuq1] .event-row:hover .event-table-date a {
    opacity: 1;
}

[b-295ll1kuq1] .event-table-date a:hover {
    transform: translateX(3px);
}

/* /Components/Pages/User/UserEvents.razor.rz.scp.css */
/* Event Row Hover Effects */
[b-03rdnwj5tq] .event-row {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

[b-03rdnwj5tq] .event-row:hover {
    background-color: #f8f9fa;
    border-left-color: #0d6efd;
    box-shadow: inset 0 0 10px rgba(13, 110, 253, 0.05);
}

/* Event Table Icon */
[b-03rdnwj5tq] .event-table-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e7f1ff 0%, #f0f7ff 100%);
    border-radius: 6px;
    color: #0d6efd;
    transition: all 0.2s ease;
}

[b-03rdnwj5tq] .event-row:hover .event-table-icon {
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
    transform: scale(1.05);
}

/* Event Table Name */
[b-03rdnwj5tq] .event-table-name {
    font-weight: 600;
    color: #212529;
    transition: color 0.2s ease;
}

[b-03rdnwj5tq] .event-row:hover .event-table-name {
    color: #0d6efd;
}

/* Event Table Category Badge */
[b-03rdnwj5tq] .event-table-category {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
    color: white;
    padding: 0.35rem 0.65rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
    transition: all 0.2s ease;
}

[b-03rdnwj5tq] .event-row:hover .event-table-category {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

/* Event Table Date */
[b-03rdnwj5tq] .event-table-date {
    color: #6c757d;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

[b-03rdnwj5tq] .event-row:hover .event-table-date {
    color: #0d6efd;
    font-weight: 500;
}

/* Arrow Link Animation */
[b-03rdnwj5tq] .event-table-date a {
    opacity: 0;
    transition: all 0.2s ease;
    display: inline-block;
}

[b-03rdnwj5tq] .event-row:hover .event-table-date a {
    opacity: 1;
}

[b-03rdnwj5tq] .event-table-date a:hover {
    transform: translateX(3px);
}

/* /Components/PermissionManagement/PermissionRow.razor.rz.scp.css */
.permission-row[b-eo3lqsawf0] {
    display: grid;
    grid-template-columns: 250px repeat(auto-fit, 140px);
    gap: 0.5rem;
    align-items: start;
    padding: 0.75rem 1rem;
    border: 1px solid #e3e6f0;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all 0.2s ease;
    margin-bottom: 0.75rem;
    min-width: fit-content;
}

.permission-row:hover[b-eo3lqsawf0] {
    border-color: #cbd5e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.permission-row-user[b-eo3lqsawf0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    padding-right: 0.5rem;
}

.permission-row:hover .permission-row-user[b-eo3lqsawf0] {
    background-color: #ffffff;
}

.avatar-small[b-eo3lqsawf0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.user-info[b-eo3lqsawf0] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.user-name[b-eo3lqsawf0] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.875rem;
}

.user-email[b-eo3lqsawf0] {
    font-size: 0.75rem;
    color: #718096;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.permission-cell[b-eo3lqsawf0] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    width: 140px;
}

.permission-level-select[b-eo3lqsawf0] {
    border-radius: 4px;
    border: 1px solid #e3e6f0;
    font-size: 0.75rem;
    padding: 0.3rem 0.25rem;
    transition: all 0.2s ease;
    width: 100%;
}

.permission-level-select:hover[b-eo3lqsawf0] {
    border-color: #cbd5e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.permission-level-select:focus[b-eo3lqsawf0] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.permission-actions[b-eo3lqsawf0] {
    display: flex;
    gap: 0.25rem;
}

.permission-actions .btn[b-eo3lqsawf0] {
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    flex: 1;
}

.permission-actions .btn-success[b-eo3lqsawf0] {
    background-color: #48bb78;
    border-color: #48bb78;
    color: white;
    transition: all 0.2s ease;
}

.permission-actions .btn-success:hover:not(:disabled)[b-eo3lqsawf0] {
    background-color: #38a169;
    border-color: #38a169;
    box-shadow: 0 2px 8px rgba(72, 187, 120, 0.3);
}

.permission-actions .btn-secondary[b-eo3lqsawf0] {
    background-color: #cbd5e0;
    border-color: #cbd5e0;
    color: #2d3748;
    transition: all 0.2s ease;
}

.permission-actions .btn-secondary:hover:not(:disabled)[b-eo3lqsawf0] {
    background-color: #a0aec0;
    border-color: #a0aec0;
}

.permission-actions .btn:disabled[b-eo3lqsawf0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-eo3lqsawf0] {
    width: 0.7rem;
    height: 0.7rem;
    border-width: 0.15em;
}

@media (max-width: 1200px) {
    .permission-row[b-eo3lqsawf0] {
        grid-template-columns: 200px repeat(auto-fit, 130px);
        gap: 0.5rem;
    }

    .permission-cell[b-eo3lqsawf0] {
        width: 130px;
    }
}

@media (max-width: 768px) {
    .permission-row[b-eo3lqsawf0] {
        grid-template-columns: 180px repeat(auto-fit, 120px);
    }

    .permission-row-user[b-eo3lqsawf0] {
        gap: 0.375rem;
    }

    .permission-cell[b-eo3lqsawf0] {
        width: 120px;
    }
}

/* /Components/Rating/RatingChart.razor.rz.scp.css */
.rating-chart-container[b-d72p2696xc] {
    position: relative;
    height: 300px;
}

.chart-tooltip[b-d72p2696xc] {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    color: #fff;
}

.chart-tooltip-title[b-d72p2696xc] {
    font-weight: bold;
    margin-bottom: 4px;
}

.chart-tooltip-item[b-d72p2696xc] {
    margin: 2px 0;
}

.chart-change-positive[b-d72p2696xc] {
    color: #28a745;
}

.chart-change-negative[b-d72p2696xc] {
    color: #dc3545;
}

.chart-change-neutral[b-d72p2696xc] {
    color: #6c757d;
}
/* /Components/Rating/RatingHistoryTable.razor.rz.scp.css */
.rating-history-table[b-i2mou43f49] {
    /* Styling can be added here if needed */
}

.rating-change-positive[b-i2mou43f49] {
    color: var(--bs-success);
}

.rating-change-negative[b-i2mou43f49] {
    color: var(--bs-danger);
}

.rating-change-neutral[b-i2mou43f49] {
    color: var(--bs-secondary);
}
/* /Components/RosterManagement/ScheduleDayAssignmentsEditable.razor.rz.scp.css */
[b-i8q5b5k7co] .editable-cell {
    transition: background-color 0.2s ease;
}

[b-i8q5b5k7co] .editable-cell:hover {
    background-color: #e9ecef;
}

[b-i8q5b5k7co] .editable-cell:active {
    background-color: #dee2e6;
}

[b-i8q5b5k7co] .schedule-leader-toggle {
    transition: color 0.2s ease;
}

[b-i8q5b5k7co] .schedule-leader-toggle:hover {
    filter: brightness(1.2);
}

[b-i8q5b5k7co] .schedule-leader-toggle.active {
    text-shadow: 0 0 2px rgba(255, 193, 7, 0.5);
}
/* /Components/RosterManagement/ScheduleDayUsers.razor.rz.scp.css */
/* This component uses standard Bootstrap 5 card layout only */

/* /Components/Shared/ConfirmDeleteDialog.razor.rz.scp.css */
.confirm-delete-modal-backdrop[b-cij7vub214] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* /Components/Shared/ImageUrlInput.razor.rz.scp.css */
.hover-bg-light:hover[b-qfntcegmd2] {
    background-color: #f8f9fa !important;
}

/* /Components/UserManagement/UserManagementCreateUser.razor.rz.scp.css */
.user-management-modal-backdrop[b-a9vwhu0jll] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* /Components/UserManagement/UserManagementEditUser.razor.rz.scp.css */
.user-management-modal-backdrop[b-rufozfqzox] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* /Components/UserManagement/UserManagementOverview.razor.rz.scp.css */
.avatar-circle[b-h6stssgk65] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.hover-shadow[b-h6stssgk65] {
    transition: box-shadow 0.3s ease;
}

.hover-shadow:hover[b-h6stssgk65] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.sortable-header[b-h6stssgk65] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover[b-h6stssgk65] {
    background-color: rgba(0, 0, 0, 0.05);
}

