/* ====== Base ====== */
.irn-service-wrap { padding: 12px 8px 32px; }
.irn-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
}
.irn-card-title {
  font-weight: 700; font-size: 15px; margin-bottom: 10px;
  border-bottom: 1px dashed #eaeaea; padding-bottom: 6px;
}

/* ====== Sidebar ====== */
.irn-sidebar { position: sticky; top: 12px; }
.irn-side-card { background: #fff; border: 1px solid #e9ecef; border-radius: 12px; padding: 12px; margin-bottom: 12px; }
.irn-side-title { font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.irn-side-list { list-style: none; margin: 0; padding: 0; }
.irn-side-list li { margin: 6px 0; }
.irn-side-list a { display: block; text-decoration: none; padding: 6px 8px; border-radius: 8px; }
.irn-side-list a:hover { background: #f6f8fb; }
.irn-plain { list-style: none; margin: 0; padding: 0; }
.irn-note { font-size: 12px; color: #6b7280; margin-top: 6px; }

/* ====== Header ====== */
.irn-service-head { display: flex; align-items: center; justify-content: space-between; }
.irn-head-left { min-width: 0; }
.irn-service-title { font-size: 18px; font-weight: 800; }
.irn-service-domain { font-weight: 600; color: #64748b; margin-inline-start: 8px; }
.irn-service-meta { margin-top: 6px; font-size: 12px; color: #6b7280; display: flex; gap: 10px; flex-wrap: wrap; }
.irn-kv { background: #f8fafc; padding: 2px 6px; border-radius: 6px; }

/* ====== Badges ====== */
.irn-badge { padding: 6px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.irn-badge-active   { background: #e8fff3; color: #14804a; border: 1px solid #bff0d0; }
.irn-badge-pending  { background: #fff6e5; color: #8a5800; border: 1px solid #ffe0a6; }
.irn-badge-suspended{ background: #fff0f0; color: #b42318; border: 1px solid #ffd1d1; }
.irn-badge-cancelled{ background: #f3f4f6; color: #6b7280; border: 1px solid #e5e7eb; }

/* ====== Lists / meters ====== */
.irn-kv-list { list-style: none; margin: 0; padding: 0; }
.irn-kv-list li { padding: 6px 0; border-bottom: 1px dotted #edf2f7; }
.irn-kv-list li:last-child { border-bottom: 0; }
.irn-meter { background: #f9fafb; border: 1px dashed #e6edf5; border-radius: 12px; padding: 12px; }
.irn-meter-label { font-weight: 700; margin-bottom: 6px; }
.irn-meter-values { font-family: monospace; }

/* ====== Buttons ====== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 8px 12px; border-radius: 10px; text-decoration: none; font-weight: 700; }
.btn-primary { background: #2563eb; color: #fff; }
.btn-primary:hover { opacity: .9; }
.btn-outline { background: #fff; color: #334155; border: 1px solid #cbd5e1; }
.btn-outline:hover { background: #f8fafc; }
.btn-success { background: #16a34a; color: #fff; }
.btn-success:hover { opacity: .9; }
.irn-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }

/* ====== Responsive ====== */
@media (max-width: 991.98px) { .irn-sidebar { position: static; } }
