/* Extracted from inline <style> blocks. Source hash: d273fa05cbf0a65dce07581dbb2e7ac5 */
table.table{border-collapse: collapse;}
    table.table td{border-top: 1px solid rgba(0, 0, 0, 0.05); border-left: 1px solid rgba(0, 0, 0, 0.05);}
    table.table tr:first-child td{border-top: none;}
    table.table td:first-child{border-left: none;}
    .main-block{scrollbar-gutter: stable; overflow-x: hidden;}
    
    .role-badge {
      display: inline-block;
      background: #ef4444;
      color: white;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-left: 12px;
    }
    
    .kpi-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }
    
    .kpi-card {
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 24px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    .kpi-value {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 10px;
    }
    
    .kpi-label {
      font-size: 0.9rem;
      color: #7f8c8d;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-weight: 600;
    }
    
    .kpi-change {
      font-size: 0.85rem;
      margin-top: 8px;
      font-weight: 600;
    }
    
    .kpi-change.positive { color: #40a351; }
    .kpi-change.negative { color: #ff3b3b; }
    
    .stat-table {
      width: 100%;
      background: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    .stat-table th {
      background: #f8f9fa;
      padding: 12px 16px;
      text-align: left;
      font-weight: 600;
      font-size: 0.85rem;
      color: #495057;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border-bottom: 2px solid #e9ecef;
    }
    
    .stat-table td {
      padding: 14px 16px;
      border-bottom: 1px solid #e9ecef;
      font-size: 0.95rem;
    }
    
    .stat-table tr:hover {
      background: #f8f9fa;
    }
    
    .chart-placeholder {
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 24px;
      min-height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #95a5a6;
      font-style: italic;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
