/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-izavaimwbj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-izavaimwbj] {
    flex: 1;
}

.sidebar[b-izavaimwbj] {
    background-image: linear-gradient(135deg, #004953 0%, #007a7a 100%);
}

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

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

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

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

/* User Avatar Styles */
.user-avatar[b-izavaimwbj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    position: relative;
    overflow: hidden;
}

.user-avatar .avatar-img[b-izavaimwbj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-avatar span[b-izavaimwbj] {
    font-size: 16px;
}

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

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

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

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

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

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

    .top-row[b-izavaimwbj], article[b-izavaimwbj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-izavaimwbj] {
    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-izavaimwbj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/Stream/ChannelEditor.razor.rz.scp.css */
/* Channel Editor Dialog Styles */

.dialog-header[b-s233ostpqf] {
    padding: 0.5rem 0;
}

.dialog-header h3[b-s233ostpqf] {
    margin: 0;
    font-size: 1.5rem;
    color: #ffffff;
}

.dialog-header .text-muted[b-s233ostpqf] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: #8b92a7;
}

.channel-editor-content[b-s233ostpqf] {
    max-height: 600px;
    overflow-y: auto;
    padding: 1rem;
}

.form-section[b-s233ostpqf] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #1e2130;
    border-radius: 8px;
}

.form-section h4[b-s233ostpqf] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    color: #ffffff;
    border-bottom: 2px solid #7c3aed;
    padding-bottom: 0.5rem;
}

.form-group[b-s233ostpqf] {
    margin-bottom: 1rem;
}

.form-group label[b-s233ostpqf] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #e2e8f0;
    font-size: 0.875rem;
}

.form-group .text-muted[b-s233ostpqf] {
    font-size: 0.8125rem;
    color: #8b92a7;
    margin-bottom: 0.5rem;
}

/* Custom property rows */
.custom-property-row[b-s233ostpqf] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    align-items: center;
}

.custom-property-row .property-key[b-s233ostpqf] {
    flex: 0 0 35%;
}

.custom-property-row .property-value[b-s233ostpqf] {
    flex: 1;
}

.custom-property-row .e-btn[b-s233ostpqf] {
    flex-shrink: 0;
}

/* Dialog footer */
.dialog-footer[b-s233ostpqf] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1rem;
}

/* Loading state */
.loading-container[b-s233ostpqf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #8b92a7;
}

.spinner[b-s233ostpqf] {
    border: 4px solid rgba(139, 146, 167, 0.2);
    border-top: 4px solid #7c3aed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-s233ostpqf 1s linear infinite;
    margin-bottom: 1rem;
}

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

/* Alert styles */
.alert[b-s233ostpqf] {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.alert-danger[b-s233ostpqf] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

/* Syncfusion component overrides for dark theme */
[b-s233ostpqf] .e-dialog {
    background: #242836 !important;
    color: #e2e8f0 !important;
}

[b-s233ostpqf] .e-dialog .e-dlg-header {
    background: #2d3248 !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(124, 58, 237, 0.3) !important;
}

[b-s233ostpqf] .e-dialog .e-footer-content {
    background: #2d3248 !important;
    border-top: 1px solid rgba(124, 58, 237, 0.3) !important;
}

[b-s233ostpqf] .e-input-group,
[b-s233ostpqf] .e-input-group.e-control-wrapper {
    background: #1a1d29 !important;
    border-color: #3d4354 !important;
}

[b-s233ostpqf] .e-input-group input,
[b-s233ostpqf] .e-input-group textarea {
    background: #1a1d29 !important;
    color: #e2e8f0 !important;
}

[b-s233ostpqf] .e-input-group:focus-within {
    border-color: #7c3aed !important;
}

[b-s233ostpqf] .e-checkbox-wrapper .e-label {
    color: #e2e8f0 !important;
}

[b-s233ostpqf] .e-btn.e-primary {
    background: #7c3aed !important;
    border-color: #7c3aed !important;
}

[b-s233ostpqf] .e-btn.e-primary:hover {
    background: #6d28d9 !important;
    border-color: #6d28d9 !important;
}

[b-s233ostpqf] .e-btn.e-success {
    background: #22c55e !important;
    border-color: #22c55e !important;
}

[b-s233ostpqf] .e-btn.e-danger {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-property-row[b-s233ostpqf] {
        flex-direction: column;
    }

    .custom-property-row .property-key[b-s233ostpqf],
    .custom-property-row .property-value[b-s233ostpqf] {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/Admin/Stream/Channels.razor.rz.scp.css */
/* Admin Channels Page Styles */

.admin-channels-page[b-0kcmfm571v] {
    padding: 2rem;
    background-color: #1a1d29;
    min-height: 100vh;
}

.page-header[b-0kcmfm571v] {
    margin-bottom: 2rem;
}

.page-header h2[b-0kcmfm571v] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-header p[b-0kcmfm571v] {
    color: #8b92a7;
    font-size: 1rem;
    margin: 0;
}

.loading-container[b-0kcmfm571v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #8b92a7;
}

.spinner[b-0kcmfm571v] {
    border: 4px solid rgba(139, 146, 167, 0.2);
    border-top: 4px solid #7c3aed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-0kcmfm571v 1s linear infinite;
    margin-bottom: 1rem;
}

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

.channels-grid-container[b-0kcmfm571v] {
    background: #242836;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Grid customization */
[b-0kcmfm571v] .e-grid {
    background: transparent !important;
    border: none !important;
}

[b-0kcmfm571v] .e-grid .e-headercell {
    background: #2d3248 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 1rem !important;
}

[b-0kcmfm571v] .e-grid .e-rowcell {
    background: #1e2130 !important;
    color: #e2e8f0 !important;
    border: none !important;
    padding: 0.75rem 1rem !important;
}

[b-0kcmfm571v] .e-grid .e-row:hover .e-rowcell {
    background: #252938 !important;
}

[b-0kcmfm571v] .e-grid .e-altrow .e-rowcell {
    background: #232635 !important;
}

[b-0kcmfm571v] .e-grid .e-pager {
    background: #2d3248 !important;
    color: #ffffff !important;
    border: none !important;
}

/* Channel cells */
.channel-id-cell code[b-0kcmfm571v] {
    background: #1a1d29;
    color: #7c3aed;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

.channel-name-cell[b-0kcmfm571v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.channel-avatar[b-0kcmfm571v] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.member-count[b-0kcmfm571v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #8b92a7;
}

.member-count i[b-0kcmfm571v] {
    color: #7c3aed;
}

/* Badges */
.badge[b-0kcmfm571v] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-type[b-0kcmfm571v] {
    background: #2d3248;
    color: #7c3aed;
}

.badge-category[b-0kcmfm571v] {
    background: #1e293b;
    color: #60a5fa;
}

.badge-success[b-0kcmfm571v] {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.badge-danger[b-0kcmfm571v] {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

/* Action buttons */
.action-buttons[b-0kcmfm571v] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

[b-0kcmfm571v] .action-buttons .e-btn {
    min-width: 80px;
    font-size: 0.75rem;
}

[b-0kcmfm571v] .e-btn.e-info {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
}

[b-0kcmfm571v] .e-btn.e-info:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
}

[b-0kcmfm571v] .e-btn.e-warning {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
}

[b-0kcmfm571v] .e-btn.e-warning:hover {
    background: #d97706 !important;
    border-color: #d97706 !important;
}

[b-0kcmfm571v] .e-btn.e-danger {
    background: #ef4444 !important;
    border-color: #ef4444 !important;
}

[b-0kcmfm571v] .e-btn.e-danger:hover {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
}

/* Alert */
.alert[b-0kcmfm571v] {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.alert-danger[b-0kcmfm571v] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-channels-page[b-0kcmfm571v] {
        padding: 1rem;
    }

    .page-header h2[b-0kcmfm571v] {
        font-size: 1.5rem;
    }

    .action-buttons[b-0kcmfm571v] {
        flex-direction: column;
    }

    [b-0kcmfm571v] .action-buttons .e-btn {
        width: 100%;
    }
}
/* /Components/Pages/Admin/Stream/UserEditor.razor.rz.scp.css */
/* User Editor Dialog Styles */

.dialog-header h3[b-czuatskwuc] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
}

.dialog-header .text-muted[b-czuatskwuc] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: #718096;
}

.user-editor-content[b-czuatskwuc] {
    max-height: 70vh;
    overflow-y: auto;
}

.form-section[b-czuatskwuc] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #f7fafc;
    border-radius: 8px;
}

.form-section:last-child[b-czuatskwuc] {
    margin-bottom: 0;
}

.form-section h4[b-czuatskwuc] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d3748;
}

.form-section > .text-muted[b-czuatskwuc] {
    margin: -0.5rem 0 1rem 0;
    font-size: 0.875rem;
    color: #718096;
}

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

.form-group:last-child[b-czuatskwuc] {
    margin-bottom: 0;
}

.form-group label[b-czuatskwuc] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2d3748;
    font-size: 0.875rem;
}

.readonly-label[b-czuatskwuc] {
    color: #a0aec0;
    font-weight: 400;
    font-size: 0.75rem;
}

.readonly-input[b-czuatskwuc] {
    background: #edf2f7 !important;
    cursor: not-allowed;
}

.form-text[b-czuatskwuc] {
    display: block;
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #718096;
}

/* Image Preview */
.image-preview[b-czuatskwuc] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.image-preview img[b-czuatskwuc] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

/* Info Rows */
.info-row[b-czuatskwuc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-row:last-child[b-czuatskwuc] {
    margin-bottom: 0;
}

.info-item[b-czuatskwuc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-label[b-czuatskwuc] {
    font-weight: 500;
    color: #4a5568;
    font-size: 0.875rem;
}

/* Status Badges */
.status-badge[b-czuatskwuc] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.online[b-czuatskwuc] {
    background: #c6f6d5;
    color: #22543d;
}

.status-badge.online i[b-czuatskwuc] {
    color: #48bb78;
}

.status-badge.offline[b-czuatskwuc] {
    background: #e2e8f0;
    color: #4a5568;
}

.badge-danger[b-czuatskwuc] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #fed7d7;
    color: #c53030;
}

.badge-success[b-czuatskwuc] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #c6f6d5;
    color: #22543d;
}

/* Custom Properties */
.custom-property-row[b-czuatskwuc] {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.property-key[b-czuatskwuc],
.property-value[b-czuatskwuc] {
    width: 100%;
}

/* Dialog Footer */
.dialog-footer[b-czuatskwuc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.changes-summary[b-czuatskwuc] {
    padding: 1rem;
    background: #f7fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.changes-summary h5[b-czuatskwuc] {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.changes-list[b-czuatskwuc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.change-item[b-czuatskwuc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: white;
    border-radius: 6px;
    font-size: 0.813rem;
}

.change-icon[b-czuatskwuc] {
    font-size: 1rem;
}

.change-text[b-czuatskwuc] {
    color: #4a5568;
}

.change-item.added[b-czuatskwuc] {
    border-left: 3px solid #48bb78;
}

.change-item.modified[b-czuatskwuc] {
    border-left: 3px solid #ed8936;
}

.change-item.removed[b-czuatskwuc] {
    border-left: 3px solid #f56565;
}

.no-changes-message[b-czuatskwuc] {
    padding: 0.75rem 1rem;
    background: #edf2f7;
    border-radius: 6px;
    color: #718096;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-buttons[b-czuatskwuc] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Loading State */
.loading-container[b-czuatskwuc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
}

.spinner[b-czuatskwuc] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-czuatskwuc 0.8s linear infinite;
}

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

.loading-container p[b-czuatskwuc] {
    margin-top: 1rem;
    color: #718096;
    font-size: 0.875rem;
}

/* Alert */
.alert[b-czuatskwuc] {
    padding: 1rem;
    border-radius: 8px;
}

.alert-danger[b-czuatskwuc] {
    background: #fed7d7;
    border: 1px solid #fc8181;
    color: #c53030;
}

.alert strong[b-czuatskwuc] {
    font-weight: 600;
}
/* /Components/Pages/Admin/Stream/Users.razor.rz.scp.css */
/* Users Page Styles */

.search-section[b-icbrn65kcg] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.search-row[b-icbrn65kcg] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-input-group[b-icbrn65kcg] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    align-items: center;
}

.search-input[b-icbrn65kcg] {
    flex: 1;
}

.search-button[b-icbrn65kcg] {
    min-width: 100px;
}

.clear-button[b-icbrn65kcg] {
    min-width: 80px;
}

/* Stats Cards */
.stats-row[b-icbrn65kcg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

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

.stat-icon[b-icbrn65kcg] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 1.5rem;
}

.stat-icon.online[b-icbrn65kcg] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.stat-icon.banned[b-icbrn65kcg] {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
}

.stat-content[b-icbrn65kcg] {
    flex: 1;
}

.stat-value[b-icbrn65kcg] {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.stat-label[b-icbrn65kcg] {
    font-size: 0.875rem;
    color: #718096;
    margin-top: 0.25rem;
}

/* Role Badges */
.role-badge[b-icbrn65kcg] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.role-badge.role-admin[b-icbrn65kcg] {
    background: #fed7d7;
    color: #c53030;
}

.role-badge.role-moderator[b-icbrn65kcg] {
    background: #feebc8;
    color: #c05621;
}

.role-badge.role-user[b-icbrn65kcg] {
    background: #bee3f8;
    color: #2c5282;
}

.role-badge.role-guest[b-icbrn65kcg] {
    background: #e2e8f0;
    color: #4a5568;
}

.role-badge.role-default[b-icbrn65kcg] {
    background: #edf2f7;
    color: #2d3748;
}

/* Status Badges */
.status-badge[b-icbrn65kcg] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.online[b-icbrn65kcg] {
    background: #c6f6d5;
    color: #22543d;
}

.status-badge.online i[b-icbrn65kcg] {
    color: #48bb78;
    animation: pulse-b-icbrn65kcg 2s ease-in-out infinite;
}

.status-badge.offline[b-icbrn65kcg] {
    background: #e2e8f0;
    color: #4a5568;
}

.status-badge.offline i[b-icbrn65kcg] {
    color: #a0aec0;
}

@keyframes pulse-b-icbrn65kcg {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Danger Badge */
.badge-danger[b-icbrn65kcg] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #fed7d7;
    color: #c53030;
}

/* Grid Styling */
.grid-container[b-icbrn65kcg] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Action Buttons */
.action-buttons[b-icbrn65kcg] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* Loading State */
.loading-container[b-icbrn65kcg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.spinner[b-icbrn65kcg] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-icbrn65kcg 0.8s linear infinite;
}

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

.loading-container p[b-icbrn65kcg] {
    margin-top: 1rem;
    color: #718096;
    font-size: 0.875rem;
}

/* Alert */
.alert[b-icbrn65kcg] {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.alert-danger[b-icbrn65kcg] {
    background: #fed7d7;
    border: 1px solid #fc8181;
    color: #c53030;
}

.alert strong[b-icbrn65kcg] {
    font-weight: 600;
}
