/* v0.9.10: пассивный блок и итоговый шанс щита */
body.theme-ashen .item-passive-block-summary {
  display: grid;
  gap: 4px;
  margin: 12px 0;
  padding: 11px 12px;
  border: 1px solid rgba(93, 202, 170, .34);
  border-radius: 12px;
  background: rgba(19, 49, 42, .42);
}
body.theme-ashen .item-passive-block-summary strong { color: #bcefdc; }
body.theme-ashen .item-passive-block-summary span { color: #d7e2dc; font-size: 13px; }
body.theme-ashen .item-passive-block-summary small { color: #95aaa2; line-height: 1.35; }
body.theme-ashen .damage-float.passive-block {
  color: #9ff0cf;
  text-shadow: 0 2px 8px #000, 0 0 18px rgba(78, 220, 171, .75);
}
body.theme-ashen .combatant.defense-passive {
  animation: passiveBlockPulseV0910 .86s ease-out both !important;
}
body.theme-ashen .combatant.defense-passive::after {
  content: "ПАССИВНЫЙ БЛОК";
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #9ff0cf;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .12em;
  white-space: nowrap;
  text-shadow: 0 2px 8px #000, 0 0 16px rgba(78, 220, 171, .72);
}
@keyframes passiveBlockPulseV0910 {
  0% { box-shadow: 0 0 0 rgba(78,220,171,0); }
  34% { box-shadow: inset 0 0 0 2px rgba(126,239,203,.72), 0 0 28px rgba(53,197,151,.38); }
  100% { box-shadow: 0 0 0 rgba(78,220,171,0); }
}
@media (prefers-reduced-motion: reduce) {
  body.theme-ashen .combatant.defense-passive { animation: none !important; }
}
