/* Extracted from inline <style> blocks. Source hash: d87df437229de223d6b2482544b7ee30 */
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: #8b5cf6;
      color: white;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-left: 12px;
      position: relative;
      top: -7px;
    }
    
    .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;
    }
    
    .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;
    }
    
    .kpi-change {
      font-size: 0.8rem;
      margin-top: 6px;
      font-weight: 600;
    }
    
    .kpi-change.positive { color: #40a351; }
    .kpi-change.negative { color: #ff3b3b; }
