/* IT Pulse wizard – lightweight, consistent with site */
.pulse-wrap{max-width:920px;margin:0 auto}
.pulse-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
@media (max-width:860px){.pulse-grid{grid-template-columns:1fr}}
.pulse-card{border:1px solid #e5e7eb;border-radius:18px;padding:16px 16px;background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.06)}
.pulse-card h2,.pulse-card h3{margin-top:0}
.pulse-card .muted{color:#6b7280}
.pulse-steps{display:flex;flex-direction:column;gap:12px}
.pulse-field label{display:block;font-weight:600;margin:0 0 6px 0}
.pulse-field select,.pulse-field textarea,.pulse-field input{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff}
.pulse-field textarea{min-height:110px;resize:vertical}
.pulse-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}
.pulse-actions .btn{display:inline-flex;align-items:center;justify-content:center}
.pulse-output{white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.92rem;line-height:1.4}
.pulse-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff}
.pulse-badge-dot{width:10px;height:10px;border-radius:50%;background:#111;box-shadow:0 0 0 4px rgba(17,17,17,.1)}
.pulse-mini{font-size:.9rem}
.pulse-note{font-size:.92rem;color:#6b7280;margin-top:8px}
@media (prefers-color-scheme: dark){
  .pulse-card{background:#0b1220;border-color:#1f2937;box-shadow:0 20px 40px rgba(0,0,0,.6)}
  .pulse-field select,.pulse-field textarea,.pulse-field input{background:#0b1220;border-color:#334155;color:#fff}
  .pulse-badge{background:#0b1220;border-color:#334155;color:#fff}
  .pulse-badge-dot{background:#e5e7eb;box-shadow:0 0 0 4px rgba(229,231,235,.14)}
  .pulse-card .muted,.pulse-note{color:#94a3b8}
  .pulse-output{color:#e5e7eb}
}

/* Signal cards (Continuous) */
.pulse-signal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px}
@media (max-width:860px){.pulse-signal-grid{grid-template-columns:1fr}}
.pulse-signal{border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.06);padding:0;overflow:hidden}
.pulse-signal summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}
.pulse-signal summary::-webkit-details-marker{display:none}
.pulse-signal__title{font-weight:650}
.pulse-signal__body{padding:0 14px 14px 14px;border-top:1px solid rgba(229,231,235,.8)}
.pulse-signal__body p{margin:10px 0 0 0}
.pulse-pill{font-size:.78rem;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#f8fafc;color:#111827;white-space:nowrap}
.pill-medium{background:#fff7ed;border-color:#fed7aa}
.pill-high{background:#fef2f2;border-color:#fecaca}
.pill-critical{background:#fdf2f8;border-color:#fbcfe8}
@media (prefers-color-scheme: dark){
  .pulse-signal{background:#0b1220;border-color:#1f2937;box-shadow:0 20px 40px rgba(0,0,0,.6)}
  .pulse-signal__body{border-top-color:#1f2937}
  .pulse-pill{background:#0b1220;border-color:#334155;color:#e5e7eb}
}
