/* Extracted from inline <style> blocks. Source hash: 9e99a81c0b7cbd2c4b6363fc0590dccb */
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: #06b6d4;
      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(200px, 1fr));
      gap: 16px;
      margin-bottom: 30px;
    }
    .kpi-card {
      background: white;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .kpi-value { font-size: 2rem; font-weight: 700; color: #2c3e50; margin-bottom: 8px; }
    .kpi-label { font-size: 0.9rem; color: #7f8c8d; text-transform: uppercase; letter-spacing: 0.5px; }
    .stat-table { width: 100%; background: white; border-radius: 8px; 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; border-bottom: 2px solid #e9ecef; }
    .stat-table td { padding: 14px 16px; border-bottom: 1px solid #e9ecef; font-size: 0.95rem; }
