/* ==========================================================================
   أيقونات حزمة البطولات — SVG مضمّنة بـcurrentColor
   ========================================================================== */
.stm-ico {
  width: 20px;
  height: 20px;
  flex: none;
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
}
.stm-ico--sm { width: 16px; height: 16px; }
.stm-ico--lg { width: 26px; height: 26px; }

/* أيقونة الصوت: نفس الجرس بحالة مكتومة واضحة */
.stm-timer__sound .stm-ico { color: var(--stm-text); }
.stm-timer__sound.is-muted { position: relative; opacity: .55; }
.stm-timer__sound.is-muted::after {
  content: "";
  position: absolute;
  inset-inline: 6px;
  top: 50%;
  height: 2px;
  border-radius: 2px;
  background: var(--stm-error);
  transform: rotate(-38deg);
}

/* سهم الانتقال في الصفوف */
.stm-row-link .stm-ico,
.stm-tn-champions .stm-ico--go { color: var(--stm-text-muted); }
[dir="rtl"] .stm-ico--go { transform: scaleX(-1); }

/* علامة تحقق الموازنة: قناع SVG بدل رمز نصي */
.stm-balance > summary::before {
  content: "";
  width: 14px; height: 14px;
  flex: none;
  background-color: currentColor;
  -webkit-mask: url('/mobile/img/tn-icons/check.svg') center/contain no-repeat;
          mask: url('/mobile/img/tn-icons/check.svg') center/contain no-repeat;
}

/* أيقونة النصيحة داخل بطاقتها */
.stm-tip .stm-ico { color: var(--stm-warning); width: 22px; height: 22px; margin-block-start: 2px; }

/* سهم التحديث: قناع SVG بدل رمز نصي */
.stm-update__text::before {
  content: "";
  width: 15px; height: 15px;
  background-color: #1B1405;
  -webkit-mask: url('/mobile/img/tn-icons/refresh.svg') center/contain no-repeat;
          mask: url('/mobile/img/tn-icons/refresh.svg') center/contain no-repeat;
}
