@import '_content/Hesotech.Components.Razor/Hesotech.Components.Razor.bundle.scp.css';
@import '_content/Hesotech.Login/Hesotech.Login.bundle.scp.css';

/* _content/PgStorage/Pages/Events.razor.rz.scp.css */
/* ========================================
   MODERN EVENTS PAGE STYLES
   ======================================== */

:root[b-qqks4erlr0] {
    --heso-primary: #008679;
    --heso-secondary: #5bc0de;
    --heso-success: #5cb85c;
    --heso-warning: #f0ad4e;
    --heso-danger: #d9534f;
    --heso-info: #5bc0de;
    --heso-dark: #333;
    --heso-light: #f8f9fa;
    --heso-border: #dee2e6;
    --heso-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --heso-radius: 8px;
}

/* Override parent to enable absolute positioning */
.heso-content-area[b-qqks4erlr0] {
    position: relative !important;
}

/* Main Container - Full Page Layout */
.modern-events-page[b-qqks4erlr0] {
    padding: 0;
    background: var(--heso-light);
    position: absolute;
    top: 0;
    left: 0;
  right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header Section - Compact with inline stats */
.events-header[b-qqks4erlr0] {
    background: white;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--heso-border);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.page-title[b-qqks4erlr0] {
    font-size: 1.5rem;
    font-weight: 600;
 color: var(--heso-dark);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-title .oi[b-qqks4erlr0] {
    font-size: 1.5rem;
    color: var(--heso-primary);
}

/* Events Statistics - Compact Inline Style */
.events-stats[b-qqks4erlr0] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.stat-card[b-qqks4erlr0] {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  gap: 0.5rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

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

.stat-label[b-qqks4erlr0] {
 font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.stat-value[b-qqks4erlr0] {
    font-size: 1.25rem;
    font-weight: 700;
}

.stat-total[b-qqks4erlr0] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    border-color: #d1d5db;
}

.stat-total .stat-label[b-qqks4erlr0],
.stat-total .stat-value[b-qqks4erlr0] {
    color: #4b5563;
}

.stat-active[b-qqks4erlr0] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #93c5fd;
}

.stat-active .stat-label[b-qqks4erlr0],
.stat-active .stat-value[b-qqks4erlr0] {
    color: #1e40af;
}

.stat-error[b-qqks4erlr0] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #fca5a5;
}

.stat-error .stat-label[b-qqks4erlr0],
.stat-error .stat-value[b-qqks4erlr0] {
    color: #991b1b;
}

.stat-warning[b-qqks4erlr0] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #fcd34d;
}

.stat-warning .stat-label[b-qqks4erlr0],
.stat-warning .stat-value[b-qqks4erlr0] {
    color: #92400e;
}

/* Controls Section - Compact Toolbar Style */
.events-controls[b-qqks4erlr0] {
    background: white;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid var(--heso-border);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    flex-shrink: 0;
}

.filter-group[b-qqks4erlr0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label[b-qqks4erlr0] {
    font-weight: 500;
    color: var(--heso-dark);
    font-size: 0.875rem;
    margin: 0;
    white-space: nowrap;
}

.filter-select[b-qqks4erlr0] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--heso-border);
    border-radius: 6px;
    font-size: 0.875rem;
    background: white;
    cursor: pointer;
    transition: border-color 0.2s;
    min-width: 150px;
}

.filter-select:focus[b-qqks4erlr0] {
    outline: none;
    border-color: var(--heso-primary);
    box-shadow: 0 0 0 3px rgba(0, 134, 121, 0.1);
}

.search-group[b-qqks4erlr0] {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.search-group label[b-qqks4erlr0] {
    font-weight: 500;
    color: var(--heso-dark);
    font-size: 0.875rem;
    margin: 0;
    white-space: nowrap;
}

.search-input[b-qqks4erlr0] {
    flex: 1;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    border: 1px solid var(--heso-border);
    border-radius: 6px;
    font-size: 0.875rem;
    transition: border-color 0.2s;
}

.search-input:focus[b-qqks4erlr0] {
    outline: none;
    border-color: var(--heso-primary);
    box-shadow: 0 0 0 3px rgba(0, 134, 121, 0.1);
}

.clear-search-btn[b-qqks4erlr0] {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
 color: #9ca3af;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.clear-search-btn:hover[b-qqks4erlr0] {
  background: #f3f4f6;
    color: #4b5563;
}

.refresh-btn[b-qqks4erlr0] {
    padding: 0.5rem 1rem;
    background: var(--heso-primary);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.refresh-btn:hover[b-qqks4erlr0] {
    background: #006d63;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 134, 121, 0.3);
}

.refresh-btn .oi[b-qqks4erlr0] {
    font-size: 0.875rem;
}

/* Table Container - Full Page with Single Scrollbar */
.events-table-container[b-qqks4erlr0] {
    background: white;
    overflow: auto;
    flex: 1;
    min-height: 0;
    margin: 0;
    position: relative;
}

.events-table[b-qqks4erlr0] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
}

/* Sticky Header */
.events-table thead[b-qqks4erlr0] {
    position: sticky;
top: 0;
    z-index: 10;
    background: #f8f9fa;
}

.events-table thead th[b-qqks4erlr0] {
    padding: 0.75rem 1rem;
 text-align: left;
    font-weight: 600;
    border-bottom: 2px solid var(--heso-border);
    background: #f8f9fa;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--heso-dark);
}

.events-table thead th:hover[b-qqks4erlr0] {
    background: #e9ecef;
}

.events-table thead th .oi[b-qqks4erlr0] {
    margin-left: 0.5rem;
    font-size: 0.75rem;
}

/* Table Body */
.events-table tbody tr[b-qqks4erlr0] {
    border-bottom: 1px solid #f0f1f3;
    transition: background-color 0.2s;
    cursor: pointer;
}

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

.events-table tbody tr.event-active[b-qqks4erlr0] {
    background: rgba(0, 134, 121, 0.02);
}

.events-table tbody tr.event-active.event-error[b-qqks4erlr0] {
    background: rgba(245, 87, 108, 0.03);
}

.events-table tbody tr.event-active.event-warning[b-qqks4erlr0] {
    background: rgba(252, 182, 159, 0.03);
}

.events-table tbody tr.expanded[b-qqks4erlr0] {
    background: #f0f9ff;
}

.events-table tbody td[b-qqks4erlr0] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f1f3;
}

/* Column Widths */
.col-status[b-qqks4erlr0] {
    width: 70px;
    text-align: center;
}

.col-priority[b-qqks4erlr0] {
    width: 100px;
}

.col-id[b-qqks4erlr0] {
    width: 80px;
}

.col-name[b-qqks4erlr0] {
    min-width: 200px;
}

.col-description[b-qqks4erlr0] {
    min-width: 250px;
}

.col-checks[b-qqks4erlr0] {
    width: 120px;
    text-align: center;
}

.col-actions[b-qqks4erlr0] {
    width: 80px;
    text-align: center;
}

/* Status Indicator */
.status-indicator[b-qqks4erlr0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
  font-size: 1rem;
}

.status-inactive[b-qqks4erlr0] {
    background: #e5e7eb;
    color: #9ca3af;
}

.status-info[b-qqks4erlr0] {
    background: #dbeafe;
    color: #1e40af;
}

.status-warning[b-qqks4erlr0] {
    background: #fef3c7;
    color: #92400e;
}

.status-error[b-qqks4erlr0] {
    background: #fee2e2;
    color: #991b1b;
}

/* Priority Badge */
.priority-badge[b-qqks4erlr0] {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-info[b-qqks4erlr0] {
    background: #dbeafe;
    color: #1e40af;
}

.priority-warning[b-qqks4erlr0] {
  background: #fef3c7;
 color: #92400e;
}

.priority-error[b-qqks4erlr0] {
    background: #fee2e2;
    color: #991b1b;
}

/* Event Name Cell */
.event-name-cell[b-qqks4erlr0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.expand-icon[b-qqks4erlr0] {
    color: #9ca3af;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

tr.expanded .expand-icon[b-qqks4erlr0] {
    transform: rotate(180deg);
}

/* Check Count */
.check-count[b-qqks4erlr0] {
 display: inline-block;
 background: #f3f4f6;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    color: #4b5563;
    font-size: 0.875rem;
}

/* Action Button */
.action-btn[b-qqks4erlr0] {
 background: var(--heso-primary);
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.action-btn:hover[b-qqks4erlr0] {
    background: #006d63;
    transform: scale(1.05);
}

.action-btn .oi[b-qqks4erlr0] {
    font-size: 0.875rem;
}

/* Details Row */
.details-row[b-qqks4erlr0] {
    background: #f9fafb !important;
}

.details-row td[b-qqks4erlr0] {
  padding: 0 !important;
}

.event-details[b-qqks4erlr0] {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.detail-section[b-qqks4erlr0] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.detail-section h4[b-qqks4erlr0] {
  color: var(--heso-primary);
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.detail-list[b-qqks4erlr0] {
    display: grid;
  grid-template-columns: auto 1fr;
    gap: 0.5rem;
    margin: 0;
}

.detail-list dt[b-qqks4erlr0] {
    font-weight: 600;
    color: #6b7280;
    padding-right: 0.75rem;
    font-size: 0.8125rem;
}

.detail-list dd[b-qqks4erlr0] {
    margin: 0;
    color: var(--heso-dark);
    font-size: 0.8125rem;
}

.status-badge[b-qqks4erlr0] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
}

.status-badge.active[b-qqks4erlr0] {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.inactive[b-qqks4erlr0] {
    background: #e5e7eb;
    color: #4b5563;
}

.code-block[b-qqks4erlr0] {
 background: #1f2937;
    color: #e5e7eb;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
}

/* Tag List */
.tag-list[b-qqks4erlr0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-badge[b-qqks4erlr0] {
 display: inline-block;
    padding: 0.35rem 0.75rem;
    background: #dbeafe;
  color: #1e40af;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* No Data Message */
.no-data[b-qqks4erlr0] {
    text-align: center;
    padding: 3rem 1rem !important;
    color: #9ca3af;
    font-size: 1rem;
}

.no-data .oi[b-qqks4erlr0] {
    display: block;
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

/* Footer */
.events-footer[b-qqks4erlr0] {
    background: white;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid var(--heso-border);
  display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.event-count[b-qqks4erlr0] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .event-details[b-qqks4erlr0] {
        grid-template-columns: 1fr;
    }

    .events-stats[b-qqks4erlr0] {
   flex-wrap: wrap;
 }
}

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

    .events-stats[b-qqks4erlr0] {
        width: 100%;
    justify-content: space-between;
    }

    .stat-card[b-qqks4erlr0] {
      flex-direction: column;
        gap: 0.25rem;
        padding: 0.5rem;
    }

    .stat-label[b-qqks4erlr0] {
        font-size: 0.7rem;
    }

    .stat-value[b-qqks4erlr0] {
        font-size: 1rem;
    }

    .events-controls[b-qqks4erlr0] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-qqks4erlr0],
    .search-group[b-qqks4erlr0] {
        width: 100%;
    }

    .events-table[b-qqks4erlr0] {
        min-width: 700px;
    }
}

/* Accessibility */
.events-table thead th:focus[b-qqks4erlr0],
.action-btn:focus[b-qqks4erlr0],
.refresh-btn:focus[b-qqks4erlr0],
.filter-select:focus[b-qqks4erlr0],
.search-input:focus[b-qqks4erlr0] {
    outline: 2px solid var(--heso-primary);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .modern-events-page[b-qqks4erlr0] {
      background: white;
        position: static;
    }

    .events-header[b-qqks4erlr0],
    .events-controls[b-qqks4erlr0],
    .events-footer[b-qqks4erlr0] {
        display: none;
    }

    .action-btn[b-qqks4erlr0],
    .expand-icon[b-qqks4erlr0] {
        display: none;
    }

    .events-table-container[b-qqks4erlr0] {
     box-shadow: none;
        margin: 0;
        overflow: visible;
    }

    .events-table tbody tr[b-qqks4erlr0] {
      page-break-inside: avoid;
    }
}
/* _content/PgStorage/Pages/Status.razor.rz.scp.css */
/* ========================================
   MODERN STATUS PAGE STYLES
   ======================================== */

:root[b-uixr0fgs1h] {
    --heso-primary: #008679;
    --heso-secondary: #5bc0de;
    --heso-success: #5cb85c;
    --heso-warning: #f0ad4e;
    --heso-danger: #d9534f;
    --heso-info: #5bc0de;
    --heso-dark: #333;
    --heso-light: #f8f9fa;
    --heso-border: #dee2e6;
    --heso-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --heso-radius: 8px;
}

/* Override parent to enable absolute positioning */
.heso-content-area[b-uixr0fgs1h] {
    position: relative !important;
}

/* Main Container - Full Page Layout */
.modern-status-page[b-uixr0fgs1h] {
    padding: 0;
 background: var(--heso-light);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Header Section - Compact with inline stats */
.status-header[b-uixr0fgs1h] {
    background: white;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--heso-border);
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.page-title[b-uixr0fgs1h] {
    font-size: 1.5rem;
    font-weight: 600;
color: var(--heso-dark);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-title .oi[b-uixr0fgs1h] {
  font-size: 1.5rem;
    color: var(--heso-primary);
}

/* Status Statistics - Compact Inline Style */
.status-stats[b-uixr0fgs1h] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.stat-card[b-uixr0fgs1h] {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

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

.stat-label[b-uixr0fgs1h] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.stat-value[b-uixr0fgs1h] {
    font-size: 1.25rem;
    font-weight: 700;
}

.stat-value-small[b-uixr0fgs1h] {
    font-size: 1rem;
    font-weight: 700;
}

.stat-pipeline[b-uixr0fgs1h] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #93c5fd;
}

.stat-pipeline .stat-label[b-uixr0fgs1h],
.stat-pipeline .stat-value[b-uixr0fgs1h] {
    color: #1e40af;
}

.stat-timestamp[b-uixr0fgs1h] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #6ee7b7;
}

.stat-timestamp .stat-label[b-uixr0fgs1h],
.stat-timestamp .stat-value-small[b-uixr0fgs1h] {
 color: #065f46;
}

.stat-channels[b-uixr0fgs1h] {
  background: linear-gradient(135deg, #e9d5ff 0%, #d8b4fe 100%);
    border-color: #c084fc;
}

.stat-channels .stat-label[b-uixr0fgs1h],
.stat-channels .stat-value[b-uixr0fgs1h] {
    color: #6b21a8;
}

/* Controls Section - Compact Toolbar Style */
.status-controls[b-uixr0fgs1h] {
    background: white;
  padding: 0.75rem 1.5rem;
    border-bottom: 1px solid var(--heso-border);
 margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    flex-shrink: 0;
}

.filter-group[b-uixr0fgs1h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label[b-uixr0fgs1h] {
    font-weight: 500;
    color: var(--heso-dark);
    font-size: 0.875rem;
 margin: 0;
    white-space: nowrap;
}

.filter-select[b-uixr0fgs1h] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--heso-border);
    border-radius: 6px;
    font-size: 0.875rem;
    background: white;
  cursor: pointer;
    transition: border-color 0.2s;
    min-width: 150px;
}

.filter-select:focus[b-uixr0fgs1h] {
    outline: none;
    border-color: var(--heso-primary);
    box-shadow: 0 0 0 3px rgba(0, 134, 121, 0.1);
}

.refresh-btn[b-uixr0fgs1h] {
    padding: 0.5rem 1rem;
    background: var(--heso-primary);
    color: white;
    border: none;
    border-radius: 6px;
  font-size: 0.875rem;
 font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.refresh-btn:hover[b-uixr0fgs1h] {
  background: #006d63;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 134, 121, 0.3);
}

.refresh-btn .oi[b-uixr0fgs1h] {
 font-size: 0.875rem;
}

/* Channels Table Container - Full Page with Single Scrollbar */
.channels-table-container[b-uixr0fgs1h] {
    background: white;
overflow: auto;
    flex: 1;
    min-height: 0;
    margin: 0;
    position: relative;
}

.channels-table[b-uixr0fgs1h] {
    width: 100%;
  border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
}

/* Sticky Header */
.channels-table thead[b-uixr0fgs1h] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fa;
}

.channels-table thead th[b-uixr0fgs1h] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid var(--heso-border);
    background: #f8f9fa;
    white-space: nowrap;
    font-size: 0.8125rem;
  text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--heso-dark);
}

/* Table Body */
.channels-table tbody tr[b-uixr0fgs1h] {
    border-bottom: 1px solid #f0f1f3;
    transition: background-color 0.2s;
}

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

.channels-table tbody tr.timestamp-row[b-uixr0fgs1h] {
    background: #e0f2f1;
    font-weight: 600;
}

.channels-table tbody tr.timestamp-row:hover[b-uixr0fgs1h] {
    background: #b2dfdb;
}

.channels-table tbody td[b-uixr0fgs1h] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f0f1f3;
}

/* Column Widths */
.col-id[b-uixr0fgs1h] {
    width: 80px;
}

.col-name[b-uixr0fgs1h] {
    min-width: 200px;
}

.col-caption[b-uixr0fgs1h] {
    min-width: 200px;
}

.col-value[b-uixr0fgs1h] {
    min-width: 150px;
    font-family: 'Courier New', monospace;
}

.col-unit[b-uixr0fgs1h] {
    width: 100px;
}

.col-access[b-uixr0fgs1h] {
    width: 100px;
}

/* Timestamp Badge */
.timestamp-badge[b-uixr0fgs1h] {
    display: inline-block;
    background: #006d77;
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
  font-size: 0.8125rem;
    font-family: 'Courier New', monospace;
}

/* Access Badge */
.access-badge[b-uixr0fgs1h] {
    display: inline-block;
    background: #e0f2f1;
    color: #004d40;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Access Icons */
.access-icons[b-uixr0fgs1h] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.access-icon[b-uixr0fgs1h] {
    display: inline-flex;
    align-items: center;
justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.access-icon.active[b-uixr0fgs1h] {
    background: #006d77;
    color: white;
}

.access-icon.active:hover[b-uixr0fgs1h] {
    background: #005761;
    transform: scale(1.1);
}

.access-icon.inactive[b-uixr0fgs1h] {
    background: #f3f4f6;
    color: #d1d5db;
}

.access-icon .oi[b-uixr0fgs1h] {
    font-size: 0.875rem;
}

/* Diagnostics Container */
.diagnostics-container[b-uixr0fgs1h] {
    overflow: auto;
  flex: 1;
    min-height: 0;
    padding: 1.5rem;
    background: var(--heso-light);
}

.diagnostic-section[b-uixr0fgs1h] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}

.diagnostic-title[b-uixr0fgs1h] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--heso-primary);
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
    display: flex;
  align-items: center;
    gap: 0.5rem;
}

.diagnostic-title .oi[b-uixr0fgs1h] {
    font-size: 1rem;
}

/* No Data Message */
.no-data-message[b-uixr0fgs1h] {
    flex: 1;
    display: flex;
    flex-direction: column;
 align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #9ca3af;
}

.no-data-message .oi[b-uixr0fgs1h] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.no-data-message p[b-uixr0fgs1h] {
  font-size: 1.125rem;
    margin: 0;
}

/* Footer */
.status-footer[b-uixr0fgs1h] {
    background: white;
    padding: 0.75rem 1.5rem;
    border-top: 1px solid var(--heso-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.info-text[b-uixr0fgs1h] {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .status-header[b-uixr0fgs1h] {
      flex-direction: column;
      align-items: flex-start;
 gap: 1rem;
    }

    .status-stats[b-uixr0fgs1h] {
        width: 100%;
        justify-content: space-between;
    }

    .stat-card[b-uixr0fgs1h] {
        flex-direction: column;
        gap: 0.25rem;
      padding: 0.5rem;
    }

    .stat-label[b-uixr0fgs1h] {
        font-size: 0.7rem;
    }

  .stat-value[b-uixr0fgs1h],
    .stat-value-small[b-uixr0fgs1h] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .status-controls[b-uixr0fgs1h] {
        flex-direction: column;
        align-items: stretch;
    }

 .filter-group[b-uixr0fgs1h] {
        width: 100%;
    }

  .filter-select[b-uixr0fgs1h] {
        flex: 1;
    }

    .channels-table[b-uixr0fgs1h] {
     min-width: 700px;
    }

    .diagnostics-container[b-uixr0fgs1h] {
        padding: 1rem;
    }
}

/* Accessibility */
.filter-select:focus[b-uixr0fgs1h],
.refresh-btn:focus[b-uixr0fgs1h] {
    outline: 2px solid var(--heso-primary);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .modern-status-page[b-uixr0fgs1h] {
        background: white;
   position: static;
 }

    .status-header[b-uixr0fgs1h],
    .status-controls[b-uixr0fgs1h],
    .status-footer[b-uixr0fgs1h] {
        display: none;
    }

    .channels-table-container[b-uixr0fgs1h],
    .diagnostics-container[b-uixr0fgs1h] {
        box-shadow: none;
        margin: 0;
        overflow: visible;
  }

    .channels-table tbody tr[b-uixr0fgs1h] {
        page-break-inside: avoid;
    }
}
