.townng-chart-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.townng-index-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.townng-index-table th {
    background: #155fa9;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.townng-index-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.townng-index-table tr:nth-child(even) {
    background: #f5f5f5;
}

.townng-summary {
    padding: 15px;
    background: #f5f7fa;
    border-left: 5px solid #155fa9;
    font-size: 18px;
}




.townng-dashboard {
  max-width: 1200px;
  margin: auto;
  font-family: Inter, system-ui;
}

.townng-filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.townng-filters label {
  font-size: 12px;
  color: #666;
}

.townng-btn {
  background: #2f6df6;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.townng-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.townng-tabs button.active {
  background: #6b5cff;
  color: #fff;
  border-radius: 6px;
}

.townng-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.townng-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}

.townng-stat {
  background: #f7f9fc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.badge {
  background: #eef2ff;
  color: #4f46e5;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}
