/* Extracted from inline <style> blocks. Source hash: 96d13e6d2d65dfefb4ece30ec29237db */
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:12px;
      box-shadow:0 2px 8px rgba(0,0,0,0.06);
      padding:14px 16px;
      margin: 0 0 18px;
    }
    .cc-grid{
      display:grid;
      grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
      gap: 12px;
      align-items:end;
    }
    .cc-field label{ display:block; font-weight:800; font-size:0.85rem; margin-bottom:6px; color:#0f172a; }
    .cc-field input, .cc-field select{
      width:100%;
      padding:10px 12px;
      border-radius:10px;
      border:1px solid #e5e7eb;
      background:#fff;
      outline:none;
    }
    .cc-field small{ color:#64748b; display:block; margin-top:6px; }

    .cc-actions{ display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; align-items:center; }
    .cc-btn{
      border:none;
      border-radius:10px;
      padding:10px 14px;
      font-weight:900;
      cursor:pointer;
      background:#0ea5e9;
      color:#fff;
      text-decoration:none;
      display:inline-block;
    }
    .cc-btn.secondary{ background:#f1f5f9; color:#0f172a; border:1px solid #e5e7eb; }

    .cc-note{ color:#64748b; font-size:0.9rem; }

    .stat-table { width: 100%; background: white; border-radius: 12px; 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: 800; font-size: 0.8rem; color: #495057; text-transform: uppercase; border-bottom: 2px solid #e9ecef; }
    .stat-table td { padding: 12px 16px; border-bottom: 1px solid #e9ecef; font-size: 0.95rem; vertical-align: top; }
    .pill{ display:inline-block; padding:4px 10px; border-radius:999px; color:#fff; font-weight:900; font-size:0.8rem; }
    .p-low{ background:#22c55e; }
    .p-med{ background:#f59e0b; }
    .p-high{ background:#ef4444; }
    .s-new{ background:#64748b; }
    .s-assigned{ background:#06b6d4; }
    .s-pending{ background:#f59e0b; }
    .s-resolved{ background:#22c55e; }
    .s-closed{ background:#111827; }
    a.case-link{ color:#0ea5e9; font-weight:900; text-decoration:none; }
    a.case-link:hover{ text-decoration:underline; }
