/* PulseBot v22.0.2 — final tools modules: identity, backups, sticky messages, applications and embeds. */

body#pulsebot-app:is(
  .dashboard-active-identity,
  .dashboard-active-backups,
  .dashboard-active-sticky,
  .dashboard-active-other
) {
  --pb2202-bg: #0a0f15;
  --pb2202-panel: #0f151d;
  --pb2202-panel-soft: #0c1219;
  --pb2202-input: #080d13;
  --pb2202-line: rgba(255,255,255,.075);
  --pb2202-line-strong: rgba(255,255,255,.12);
  --pb2202-text: #eef2f7;
  --pb2202-text-2: #c7d0dc;
  --pb2202-muted: #8e99a7;
  --pb2202-soft: #66717f;
  --pb2202-blue: #3b82f6;
  --pb2202-blue-hover: #4b8df7;
  --pb2202-blue-soft: rgba(59,130,246,.075);
  --pb2202-blue-line: rgba(59,130,246,.3);
}

body#pulsebot-app:is(
  .dashboard-active-identity,
  .dashboard-active-backups,
  .dashboard-active-sticky,
  .dashboard-active-other
) .content-stack {
  min-width: 0 !important;
  gap: 18px !important;
}

body#pulsebot-app:is(
  .dashboard-active-identity,
  .dashboard-active-backups
) .tool-module.module-panel {
  min-width: 0 !important;
  display: grid !important;
  gap: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body#pulsebot-app .tool-page-header {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 44px minmax(0,1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 4px 2px 20px !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app .tool-page-icon {
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.025) !important;
  color: #b8c5d7 !important;
  box-shadow: none !important;
}

body#pulsebot-app .tool-page-icon .ui-icon {
  width: 18px !important;
  height: 18px !important;
}

body#pulsebot-app .tool-page-header > div {
  min-width: 0 !important;
}

body#pulsebot-app .tool-page-kicker {
  display: block !important;
  margin-bottom: 5px !important;
  color: #85b5ff !important;
  font-size: .65rem !important;
  font-weight: 650 !important;
  letter-spacing: .12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body#pulsebot-app .tool-page-header h2 {
  margin: 0 !important;
  color: var(--pb2202-text) !important;
  font-size: 1.34rem !important;
  font-weight: 650 !important;
  letter-spacing: -.025em !important;
  line-height: 1.18 !important;
}

body#pulsebot-app .tool-page-header p {
  max-width: 760px !important;
  margin: 6px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .84rem !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

body#pulsebot-app .tool-inline-label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 9px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--pb2202-muted) !important;
  font-size: .69rem !important;
  font-weight: 550 !important;
  white-space: nowrap !important;
}

body#pulsebot-app .tool-lock-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app .tool-lock-layout strong {
  color: var(--pb2202-text) !important;
  font-size: .94rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-lock-layout p {
  max-width: 700px !important;
  margin: 6px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .8rem !important;
  line-height: 1.6 !important;
}

/* Identity */
body#pulsebot-app.dashboard-active-identity .identity-workspace-v2202 {
  min-width: 0 !important;
  display: grid !important;
  gap: 18px !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 {
  position: relative !important;
  top: auto !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(240px, 36%) minmax(0,1fr) !important;
  min-height: 210px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 13px !important;
  background: var(--pb2202-panel-soft) !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-banner {
  position: relative !important;
  width: 100% !important;
  min-height: 210px !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-right: 1px solid var(--pb2202-line) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #0b1118 !important;
  background-size: 36px 36px !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-banner img {
  width: 100% !important;
  height: 100% !important;
  min-height: 210px !important;
  display: block !important;
  object-fit: cover !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-banner span {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background: transparent !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-body {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 74px minmax(0,1fr) !important;
  gap: 18px !important;
  align-content: center !important;
  align-items: start !important;
  padding: 30px !important;
  background: transparent !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-avatar {
  position: static !important;
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 14px !important;
  background: #080d13 !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-copy {
  min-width: 0 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-badge {
  display: inline-block !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #7f8a98 !important;
  font-size: .65rem !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-copy h3 {
  margin: 0 !important;
  color: var(--pb2202-text) !important;
  font-size: 1.3rem !important;
  font-weight: 650 !important;
  letter-spacing: -.025em !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-copy > p {
  max-width: 620px !important;
  margin: 8px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .82rem !important;
  line-height: 1.58 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-status {
  width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin-top: 13px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #aeb8c5 !important;
  font-size: .73rem !important;
}

body#pulsebot-app.dashboard-active-identity .identity-preview-status i {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #3b82f6 !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-form-v2202 {
  min-width: 0 !important;
  display: grid !important;
  gap: 18px !important;
  padding-bottom: 86px !important;
}

body#pulsebot-app.dashboard-active-identity .identity-settings-grid {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

body#pulsebot-app.dashboard-active-identity .identity-form-section,
body#pulsebot-app.dashboard-active-identity .identity-global-v2202,
body#pulsebot-app.dashboard-active-backups .backup-control-card,
body#pulsebot-app.dashboard-active-backups .backup-section-v2202 {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 12px !important;
  background: var(--pb2202-panel-soft) !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-identity .identity-form-section > .form-section-head,
body#pulsebot-app.dashboard-active-identity .identity-global-v2202 > .form-section-head,
body#pulsebot-app.dashboard-active-backups .backup-control-card > .form-section-head,
body#pulsebot-app.dashboard-active-backups .backup-section-v2202 > .form-section-head {
  min-height: 64px !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
  background: rgba(255,255,255,.012) !important;
}

body#pulsebot-app.dashboard-active-identity .identity-form-section > .form-section-body,
body#pulsebot-app.dashboard-active-identity .identity-global-v2202 > .form-section-body,
body#pulsebot-app.dashboard-active-backups .backup-control-card > .form-section-body,
body#pulsebot-app.dashboard-active-backups .backup-section-v2202 > .form-section-body {
  padding: 18px !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-list {
  display: grid !important;
  gap: 0 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-row {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(220px, .9fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-row:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-row:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-copy strong {
  color: var(--pb2202-text) !important;
  font-size: .86rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-copy p {
  margin: 5px 0 9px !important;
  color: var(--pb2202-muted) !important;
  font-size: .74rem !important;
  line-height: 1.5 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-upload-status {
  display: block !important;
  color: var(--pb2202-soft) !important;
  font-size: .69rem !important;
  line-height: 1.4 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-media-actions {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

body#pulsebot-app.dashboard-active-identity .identity-file-input {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 6px !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 9px !important;
  background: var(--pb2202-input) !important;
  color: var(--pb2202-muted) !important;
  font-size: .73rem !important;
}

body#pulsebot-app.dashboard-active-identity .identity-file-input::file-selector-button {
  min-height: 28px !important;
  margin-right: 10px !important;
  padding: 0 10px !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 7px !important;
  background: #151c25 !important;
  color: var(--pb2202-text-2) !important;
  font-weight: 550 !important;
  cursor: pointer !important;
}

body#pulsebot-app .tool-neutral-note {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 14px 16px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.012) !important;
  color: inherit !important;
  box-shadow: none !important;
}

body#pulsebot-app .tool-neutral-note > span {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: var(--pb2202-blue-soft) !important;
  color: #9fc4ff !important;
}

body#pulsebot-app .tool-neutral-note strong {
  color: var(--pb2202-text) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-neutral-note p {
  margin: 4px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .73rem !important;
  line-height: 1.5 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-savebar-v2202 {
  position: fixed !important;
  right: 22px !important;
  bottom: 18px !important;
  z-index: 950 !important;
  width: auto !important;
  min-width: 360px !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 11px !important;
  background: rgba(9,14,20,.96) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.34) !important;
}

body#pulsebot-app.dashboard-active-identity .identity-global-v2202 {
  margin-top: 0 !important;
}

body#pulsebot-app.dashboard-active-identity .identity-global-presence-grid {
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

body#pulsebot-app.dashboard-active-identity .identity-global-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--pb2202-line) !important;
}

/* Backups */
body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  margin: 0 !important;
  border-top: 1px solid var(--pb2202-line) !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 > div {
  min-width: 0 !important;
  padding: 18px 20px !important;
  border-right: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 > div:last-child {
  border-right: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 dt {
  margin-bottom: 7px !important;
  color: var(--pb2202-soft) !important;
  font-size: .65rem !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 dd {
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--pb2202-text) !important;
  font-size: .92rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 dd small {
  color: var(--pb2202-muted) !important;
  font-size: .75em !important;
  font-weight: 500 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-controls-v2202 {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body#pulsebot-app.dashboard-active-backups .backup-control-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
}

body#pulsebot-app.dashboard-active-backups .backup-control-card > .form-section-body {
  display: flex !important;
  flex-direction: column !important;
}

body#pulsebot-app.dashboard-active-backups .backup-control-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: auto !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-backups .backup-control-actions > span {
  max-width: 58% !important;
  color: var(--pb2202-muted) !important;
  font-size: .71rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-list,
body#pulsebot-app.dashboard-active-backups .config-restore-list {
  display: grid !important;
  gap: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-row-v2202 {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 22px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 17px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-backups .backup-row-v2202:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-row-v2202:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-main {
  min-width: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-title strong {
  overflow: hidden !important;
  color: var(--pb2202-text) !important;
  font-size: .86rem !important;
  font-weight: 600 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-title span {
  flex: 0 0 auto !important;
  padding: 2px 7px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: var(--pb2202-muted) !important;
  font-size: .63rem !important;
  font-weight: 550 !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-main > p {
  margin: 5px 0 8px !important;
  color: var(--pb2202-muted) !important;
  font-size: .72rem !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 12px !important;
  color: var(--pb2202-soft) !important;
  font-size: .68rem !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-meta code {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #738092 !important;
  font-size: inherit !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-actions {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-copy {
  min-width: 210px !important;
  display: grid !important;
  grid-template-columns: minmax(130px,1fr) auto !important;
  gap: 6px !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-copy > span {
  grid-column: 1 / -1 !important;
  color: var(--pb2202-soft) !important;
  font-size: .62rem !important;
}

body#pulsebot-app.dashboard-active-backups .config-backup-copy select {
  min-height: 34px !important;
  padding: 0 9px !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 8px !important;
  background: var(--pb2202-input) !important;
  color: var(--pb2202-text-2) !important;
  font-size: .72rem !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-v2202 {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-v2202:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-v2202:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status {
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.02) !important;
  color: var(--pb2202-muted) !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status.ok {
  border-color: var(--pb2202-blue-line) !important;
  background: var(--pb2202-blue-soft) !important;
  color: #a9cbff !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status.error {
  border-color: rgba(239,68,68,.28) !important;
  background: rgba(239,68,68,.05) !important;
  color: #f4a5a5 !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status .ui-icon {
  width: 14px !important;
  height: 14px !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy strong {
  display: block !important;
  color: var(--pb2202-text) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy p {
  margin: 3px 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .7rem !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy small {
  display: block !important;
  color: var(--pb2202-soft) !important;
  font-size: .65rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-history-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 18px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-backups .backup-page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
}

body#pulsebot-app.dashboard-active-backups .backup-page-link {
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: var(--pb2202-muted) !important;
  font-size: .72rem !important;
  font-weight: 550 !important;
}

body#pulsebot-app.dashboard-active-backups .backup-page-link:hover {
  border-color: var(--pb2202-line-strong) !important;
  color: var(--pb2202-text) !important;
}

body#pulsebot-app.dashboard-active-backups .backup-page-link.active {
  border-color: var(--pb2202-blue-line) !important;
  background: var(--pb2202-blue-soft) !important;
  color: #b7d2ff !important;
}

body#pulsebot-app.dashboard-active-backups .is-disabled {
  opacity: .42 !important;
  pointer-events: none !important;
}

/* Sticky + applications */
body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-module-intro.module-panel-special {
  margin: 0 !important;
  padding: 17px 19px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.012) !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-module-intro h2 {
  margin: 0 !important;
  color: var(--pb2202-text) !important;
  font-size: .96rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-module-intro p {
  max-width: 780px !important;
  margin: 5px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .76rem !important;
  line-height: 1.55 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-two-column {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 16px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-option-grid {
  margin-top: 16px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .sticky-editor-shell,
body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-embed-workspace {
  min-width: 0 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-builder-grid {
  grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-editor-preview {
  position: sticky !important;
  top: calc(var(--pb-topbar-h, 64px) + 18px) !important;
  padding: 15px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 10px !important;
  background: #0b1017 !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .discord-embed {
  border-left-color: var(--pb2202-blue) !important;
  background: #171d25 !important;
  box-shadow: none !important;
}

body#pulsebot-app .tool-process-list {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid var(--pb2202-line) !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app .tool-process-list article {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0,1fr) !important;
  gap: 10px !important;
  padding: 16px !important;
  border-right: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app .tool-process-list article:last-child {
  border-right: 0 !important;
}

body#pulsebot-app .tool-process-list article > span {
  color: #7daeff !important;
  font-size: .68rem !important;
  font-weight: 650 !important;
}

body#pulsebot-app .tool-process-list strong {
  color: var(--pb2202-text) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-process-list p {
  margin: 5px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .7rem !important;
  line-height: 1.5 !important;
}

body#pulsebot-app .tool-primary-action {
  justify-content: flex-end !important;
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app .tool-publish-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

body#pulsebot-app .tool-publish-row strong {
  color: var(--pb2202-text) !important;
  font-size: .84rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-publish-row p {
  max-width: 680px !important;
  margin: 5px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .73rem !important;
  line-height: 1.5 !important;
}

/* Application questions */
body#pulsebot-app.dashboard-active-other .tool-question-section {
  overflow: visible !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-summary span {
  color: var(--pb2202-muted) !important;
  font-size: .72rem !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-summary strong {
  color: var(--pb2202-text) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list {
  display: grid !important;
  gap: 0 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 16px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card:last-child {
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card strong {
  color: var(--pb2202-text) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card span {
  margin-top: 3px !important;
  color: var(--pb2202-muted) !important;
  font-size: .68rem !important;
}

body#pulsebot-app .tool-dialog {
  width: min(720px, calc(100vw - 32px)) !important;
  max-width: 720px !important;
  max-height: min(760px, calc(100vh - 32px)) !important;
  margin: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 13px !important;
  background: #0d131b !important;
  color: var(--pb2202-text) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.55) !important;
}

body#pulsebot-app .tool-dialog::backdrop {
  background: rgba(0,0,0,.72) !important;
  backdrop-filter: blur(3px) !important;
}

body#pulsebot-app .tool-dialog-card {
  width: 100% !important;
  max-height: inherit !important;
  display: grid !important;
  grid-template-rows: auto minmax(0,1fr) auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app .tool-dialog-head {
  position: relative !important;
  min-height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
  background: #0d131b !important;
}

body#pulsebot-app .tool-dialog-head span {
  display: block !important;
  margin-bottom: 3px !important;
  color: var(--pb2202-soft) !important;
  font-size: .62rem !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body#pulsebot-app .tool-dialog-head h3 {
  margin: 0 !important;
  color: var(--pb2202-text) !important;
  font-size: .96rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-dialog-body {
  min-height: 0 !important;
  display: grid !important;
  gap: 14px !important;
  padding: 18px !important;
  overflow-y: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255,255,255,.18) transparent !important;
}

body#pulsebot-app .tool-question-required {
  display: grid !important;
  grid-template-columns: 32px minmax(0,1fr) !important;
  gap: 11px !important;
  align-items: start !important;
  padding: 13px 14px !important;
  border: 1px solid var(--pb2202-line) !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.012) !important;
}

body#pulsebot-app .tool-question-required > span {
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: var(--pb2202-blue-soft) !important;
  color: #a8caff !important;
}

body#pulsebot-app .tool-question-required strong {
  color: var(--pb2202-text) !important;
  font-size: .77rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app .tool-question-required p {
  margin: 3px 0 0 !important;
  color: var(--pb2202-muted) !important;
  font-size: .69rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app .tool-dialog-footer {
  position: static !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-top: 1px solid var(--pb2202-line) !important;
  border-radius: 0 !important;
  background: #0d131b !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  body#pulsebot-app.dashboard-active-identity .identity-settings-grid,
  body#pulsebot-app.dashboard-active-backups .backup-controls-v2202 {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 {
    grid-template-columns: minmax(220px,34%) minmax(0,1fr) !important;
  }

  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-builder-grid {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-editor-preview {
    position: static !important;
  }
}

@media (max-width: 760px) {
  body#pulsebot-app .tool-page-header {
    grid-template-columns: 38px minmax(0,1fr) !important;
    gap: 11px !important;
  }

  body#pulsebot-app .tool-page-icon {
    width: 38px !important;
    height: 38px !important;
  }

  body#pulsebot-app .tool-lock-layout,
  body#pulsebot-app .tool-publish-row,
  body#pulsebot-app.dashboard-active-identity .identity-global-actions,
  body#pulsebot-app.dashboard-active-backups .backup-control-actions {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-banner {
    min-height: 160px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--pb2202-line) !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-banner img {
    min-height: 160px !important;
    max-height: 210px !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-body {
    grid-template-columns: 58px minmax(0,1fr) !important;
    padding: 20px !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-preview-v2202 .identity-preview-avatar {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-media-row,
  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-two-column {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-identity .identity-savebar-v2202 {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
    min-width: 0 !important;
  }

  body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 > div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--pb2202-line) !important;
  }

  body#pulsebot-app.dashboard-active-backups .backup-overview-v2202 > div:last-child {
    border-bottom: 0 !important;
  }

  body#pulsebot-app.dashboard-active-backups .backup-row-v2202 {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-backups .config-backup-actions {
    justify-content: flex-start !important;
  }

  body#pulsebot-app .tool-process-list {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app .tool-process-list article {
    border-right: 0 !important;
    border-bottom: 1px solid var(--pb2202-line) !important;
  }

  body#pulsebot-app .tool-process-list article:last-child {
    border-bottom: 0 !important;
  }

  body#pulsebot-app.dashboard-active-backups .backup-history-pagination {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

@media (max-width: 520px) {
  body#pulsebot-app.dashboard-active-identity .identity-media-actions {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-backups .config-backup-copy {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-backups .config-backup-copy > span {
    grid-column: auto !important;
  }

  body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card {
    grid-template-columns: 1fr !important;
  }
}

/* v22.0.3 — final tools visual refinement.
   Scope: Sticky messages, Applications/Embeds and restore history only. */

/* Sticky messages + Applications/Embeds use the exact same module rhythm as the rebuilt core modules. */
body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 0 74px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form > * {
  min-width: 0 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form > .tool-module-intro.module-panel-special {
  margin: 0 !important;
  padding: 2px 2px 15px !important;
  overflow: visible !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2200-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-module-intro h2 {
  margin: 0 0 6px !important;
  color: var(--pb2200-text) !important;
  font-size: .94rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -.012em !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .tool-module-intro p {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--pb2200-muted) !important;
  font-size: .78rem !important;
  line-height: 1.55 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form > .form-section,
body#pulsebot-app.dashboard-active-other .module-form > :is(.plan-limit-card,.plan-limit-label) {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 1px solid var(--pb2200-line) !important;
  border-radius: 14px !important;
  background: var(--pb2200-panel-soft) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .form-section-head {
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2200-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .form-section-head h3 {
  margin: 0 !important;
  color: var(--pb2200-text) !important;
  font-size: .88rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -.01em !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .form-section-head p {
  max-width: 760px !important;
  margin: 4px 0 0 !important;
  color: var(--pb2200-muted) !important;
  font-size: .73rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .form-section-body {
  min-width: 0 !important;
  padding: 18px !important;
  background: transparent !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(.module-grid,.tool-two-column) {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 16px !important;
  margin: 0 0 16px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .check-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(.module-grid,.tool-two-column,.check-grid):last-child {
  margin-bottom: 0 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .field {
  min-width: 0 !important;
  display: grid !important;
  gap: 8px !important;
  margin: 0 0 16px !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .field:last-child {
  margin-bottom: 0 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .field > label {
  margin: 0 !important;
  color: var(--pb2200-text-2) !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .field > small {
  margin: -1px 0 0 !important;
  color: var(--pb2200-muted) !important;
  font-size: .7rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),select,textarea) {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid var(--pb2200-line-strong) !important;
  border-radius: 10px !important;
  background: var(--pb2200-input) !important;
  color: var(--pb2200-text) !important;
  font: 500 .82rem/1.4 Inter,system-ui,sans-serif !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) textarea {
  min-height: 104px !important;
  resize: vertical !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),select,textarea):focus {
  border-color: var(--pb2200-blue) !important;
  box-shadow: 0 0 0 3px rgba(59,130,246,.1) !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .btn {
  min-height: 40px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  font-size: .83rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .btn-primary:not(.danger) {
  border: 1px solid var(--pb2200-blue) !important;
  background: var(--pb2200-blue) !important;
  background-image: none !important;
  color: #fff !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .btn-primary:not(.danger):is(:hover,:focus-visible) {
  border-color: var(--pb2200-blue-hover) !important;
  background: var(--pb2200-blue-hover) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .btn-ghost {
  border: 1px solid var(--pb2200-line-strong) !important;
  background: transparent !important;
  color: var(--pb2200-text-2) !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .btn-ghost:hover {
  border-color: rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.035) !important;
}

/* Embed editor: integrated workspace rather than a bordered card inside another card. */
body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(.sticky-editor-shell,.tool-embed-workspace) {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-builder-grid {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(280px,360px) !important;
  gap: 24px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-builder-grid > div:first-child {
  min-width: 0 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-editor-preview {
  position: sticky !important;
  top: calc(var(--pb-topbar-h,64px) + 18px) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  border: 0 !important;
  border-left: 1px solid var(--pb2200-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-content-text {
  min-height: 20px !important;
  margin: 0 0 10px !important;
  color: var(--pb2200-muted) !important;
  font-size: .72rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .discord-embed {
  padding: 14px !important;
  border: 0 !important;
  border-left: 3px solid var(--pb2200-blue) !important;
  border-radius: 4px !important;
  background: #171c23 !important;
  box-shadow: none !important;
}

/* Operational explanation shown as plain rows, not promotional tiles. */
body#pulsebot-app.dashboard-active-sticky .tool-process-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list article {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2200-line) !important;
  background: transparent !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list article:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list article:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list article > span {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--pb2200-line-strong) !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: #9fc3ff !important;
  font-size: .64rem !important;
  font-weight: 650 !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list strong {
  color: var(--pb2200-text) !important;
  font-size: .79rem !important;
  font-weight: 600 !important;
}

body#pulsebot-app.dashboard-active-sticky .tool-process-list p {
  margin: 4px 0 0 !important;
  color: var(--pb2200-muted) !important;
  font-size: .71rem !important;
  line-height: 1.5 !important;
}

/* Applications: clean questions and publish blocks. */
body#pulsebot-app.dashboard-active-other .tool-question-summary {
  margin: 0 0 14px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--pb2200-line) !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-list .message-rule-card {
  margin: 0 !important;
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2200-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-other .tool-publish-row {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
}

body#pulsebot-app.dashboard-active-other .tool-primary-action {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 18px 0 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--pb2200-line) !important;
}

body#pulsebot-app.dashboard-active-other .tool-dialog {
  border: 1px solid var(--pb2200-line-strong) !important;
  border-radius: 12px !important;
  background: #0d1218 !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.48) !important;
}

body#pulsebot-app.dashboard-active-other .tool-dialog-head,
body#pulsebot-app.dashboard-active-other .tool-dialog-footer {
  background: #0d1218 !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-required {
  grid-template-columns: 20px minmax(0,1fr) !important;
  gap: 10px !important;
  padding: 13px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--pb2200-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body#pulsebot-app.dashboard-active-other .tool-question-required > span {
  width: 18px !important;
  height: 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #9fc3ff !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form > .module-savebar {
  position: fixed !important;
  right: 24px !important;
  bottom: 22px !important;
  z-index: 80 !important;
  width: auto !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid var(--pb2200-line-strong) !important;
  border-radius: 12px !important;
  background: rgba(10,14,19,.96) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.34) !important;
}

body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-savebar .notice {
  display: none !important;
}

/* Restore history: one aligned list, with a compact status marker and no nested cards. */
body#pulsebot-app.dashboard-active-backups .backup-history-section .form-section-body {
  padding: 18px !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-list {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-row.restore-row-v2202 {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 24px minmax(0,1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pb2202-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-row.restore-row-v2202:first-child {
  padding-top: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-row.restore-row-v2202:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  display: grid !important;
  place-items: center !important;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border: 1px solid var(--pb2202-line-strong) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--pb2202-muted) !important;
  box-shadow: none !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status.ok {
  border-color: rgba(59,130,246,.38) !important;
  background: rgba(59,130,246,.04) !important;
  color: #9fc3ff !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status.error {
  border-color: rgba(239,68,68,.34) !important;
  background: rgba(239,68,68,.03) !important;
  color: #ef9a9a !important;
}

body#pulsebot-app.dashboard-active-backups .config-restore-status .ui-icon {
  width: 11px !important;
  height: 11px !important;
  display: block !important;
  flex: none !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
  align-content: start !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy strong {
  margin: 0 !important;
  color: var(--pb2202-text) !important;
  font-size: .79rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy p,
body#pulsebot-app.dashboard-active-backups .restore-row-copy small {
  margin: 0 !important;
  overflow-wrap: anywhere !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy p {
  color: var(--pb2202-muted) !important;
  font-size: .69rem !important;
  line-height: 1.45 !important;
}

body#pulsebot-app.dashboard-active-backups .restore-row-copy small {
  color: var(--pb2202-soft) !important;
  font-size: .64rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 1100px) {
  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-builder-grid {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .embed-editor-preview {
    position: static !important;
    padding: 18px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--pb2200-line) !important;
  }
}

@media (max-width: 760px) {
  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) :is(.module-grid,.tool-two-column,.check-grid) {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-other .tool-publish-row {
    grid-template-columns: 1fr !important;
  }

  body#pulsebot-app.dashboard-active-other .tool-publish-row .btn {
    width: 100% !important;
  }

  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .form-section-body {
    padding: 16px !important;
  }

  body#pulsebot-app:is(.dashboard-active-sticky,.dashboard-active-other) .module-form > .module-savebar {
    right: 12px !important;
    bottom: 12px !important;
  }
}
