.pulse-hooks {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid #233a52;
  border-radius: 12px;
  background: #0a1826;
}
.pulse-hooks .ph-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.pulse-hooks .ph-badge {
  padding: 4px 9px;
  border-radius: 999px;
  background: #12283c;
  color: #cfe2ee;
  font-size: 11px;
  font-weight: 700;
}
.pulse-hooks .ph-share {
  margin-left: auto;
  padding: 4px 11px;
  border: 1px solid #31506c;
  border-radius: 999px;
  background: transparent;
  color: #8fb6d4;
  font-size: 11px;
  cursor: pointer;
}
.pulse-hooks .ph-share:hover { color: #fff; border-color: #5de2b5; }
.pulse-hooks .ph-q {
  color: #e8f2f8;
  font-size: 12px;
}
.pulse-hooks .ph-up,
.pulse-hooks .ph-down {
  min-width: 74px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.pulse-hooks .ph-up { background: #5de2b5; color: #06231a; }
.pulse-hooks .ph-down { background: #ff7f8c; color: #2b060c; }
.pulse-hooks .ph-up:disabled,
.pulse-hooks .ph-down:disabled { opacity: .45; cursor: default; }
.pulse-hooks .ph-timer {
  padding: 4px 10px;
  border-radius: 999px;
  background: #f2c96d22;
  color: #f2c96d;
  font: 700 12px "DM Mono", monospace;
}
.pulse-hooks .ph-missions {
  color: #7f95a8;
  font-size: 11px;
}
.pulse-hooks .ph-missions em {
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #102233;
  color: #93a9bc;
  font-style: normal;
}
.pulse-hooks .ph-missions em.done { background: #10312a; color: #5de2b5; }
.pulse-hooks .ph-toast {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  max-width: 90%;
  padding: 8px 14px;
  border: 1px solid #2f4b66;
  border-radius: 10px;
  background: #0d1f30f2;
  color: #eaf4fa;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;
}
