.nettix-portal {
  max-width: 980px;
  margin: 20px auto;
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
}

.nettix-card {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.nettix-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.nettix-sub {
  color: #6b7280;
  margin: 0 0 12px 0;
}

.nettix-notice {
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #f0fdf4;
  border: 1px solid #86efac;
  color: #166534;
}

.nettix-notice.error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.nettix-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.nettix-row input,
.nettix-row select {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

.nettix-btn {
  background: #0b1b2b;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}

.nettix-btn.secondary {
  background: #334155;
}

.nettix-btn.danger {
  background: #b91c1c;
}

.nettix-table {
  width: 100%;
  border-collapse: collapse;
}

.nettix-table th,
.nettix-table td {
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.nettix-badge {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: #e2e8f0;
  color: #0f172a;
}

.nettix-badge.active { background: #dcfce7; color: #166534; }
.nettix-badge.revoked { background: #fee2e2; color: #991b1b; }
