/* Extracted from inline <style> blocks. Source hash: e19ac37b90f35b385be31af0b4eb4d74 */
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: #64748b;
      color: white;
      padding: 6px 16px;
      border-radius: 20px;
      font-size: 0.85rem;
      font-weight: 600;
      margin-left: 12px;
    }
    .cc-toolbar{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:10px;
      box-shadow:0 2px 8px rgba(0,0,0,0.06);
      padding:14px 16px;
      margin: 0 0 18px;
    }
    .cc-muted{ color:#64748b; font-size: 0.9rem; }
    .cc-grid{
      display:grid;
      grid-template-columns: repeat( auto-fit, minmax(260px, 1fr) );
      gap: 14px;
      margin-top: 16px;
    }
    .cc-card{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:12px;
      box-shadow:0 2px 8px rgba(0,0,0,0.06);
      padding:14px 16px;
      display:flex;
      flex-direction:column;
      gap:10px;
      min-height: 150px;
    }
    .cc-card h3{ margin: 0; font-size: 1.05rem; }
    .cc-pill{
      display:inline-block;
      padding:4px 10px;
      border-radius:999px;
      background:#f1f5f9;
      color:#0f172a;
      border:1px solid #e5e7eb;
      font-size:0.8rem;
      font-weight:800;
      margin-right:6px;
    }
    .cc-actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:auto; }
    .cc-btn{
      border:none;
      border-radius:10px;
      padding:10px 14px;
      font-weight:800;
      cursor:pointer;
      background:#0ea5e9;
      color:#fff;
      text-decoration:none;
      display:inline-block;
    }
    .cc-btn.secondary{ background:#f1f5f9; color:#0f172a; border:1px solid #e5e7eb; }
    .cc-link{ color:#0ea5e9; font-weight:800; text-decoration:none; }
    .cc-link:hover{ text-decoration:underline; }

    .stat-table { width: 100%; background: white; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow:hidden; }
    .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; }
