

.mvt[data-v-2f44a6fd] {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  letter-spacing: -0.005em;
}
.mvt__active[data-v-2f44a6fd] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mvt__timer[data-v-2f44a6fd] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--mute);
  font-variant-numeric: tabular-nums;
}
.mvt__timer i[data-v-2f44a6fd] { font-size: 14px;
}
.mvt__nominations[data-v-2f44a6fd] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mvt__nom[data-v-2f44a6fd] {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--panel);
  border: 1px solid var(--line);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: border-color 0.12s, transform 0.1s, box-shadow 0.12s;
  padding: 0;
}
.mvt__nom[data-v-2f44a6fd]:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(255, 122, 0, 0.1);
}
.mvt__nom--passive[data-v-2f44a6fd] {
  opacity: 0.55;
  filter: grayscale(0.4);
}
.mvt__nom--empty[data-v-2f44a6fd] {
  background: var(--bg);
  border-style: dashed;
  cursor: default;
}
.mvt__nom--empty[data-v-2f44a6fd]:hover { transform: none; border-color: var(--line); box-shadow: none;
}
.mvt__nom-img[data-v-2f44a6fd] {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.mvt__nom-icon-fallback[data-v-2f44a6fd] { font-size: 18px; color: var(--mute);
}
.mvt__nom-badge[data-v-2f44a6fd] {
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  border: 2px solid var(--panel);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.mvt__nom-badge--gold[data-v-2f44a6fd] { background: #f59e0b;
}
.mvt__nom-badge--mid[data-v-2f44a6fd] { background: #d97706;
}
.mvt__nom-badge--low[data-v-2f44a6fd] { background: var(--mute);
}
.mvt__info-btn[data-v-2f44a6fd],
.mvt__results-btn[data-v-2f44a6fd] {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--mute);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.mvt__info-btn[data-v-2f44a6fd]:hover { background: var(--bg); color: var(--accent); border-color: var(--line);
}
.mvt__info-btn i[data-v-2f44a6fd] { font-size: 18px;
}
.mvt__info-btn--warn[data-v-2f44a6fd] { color: #f59e0b;
}
.mvt__info-btn--warn[data-v-2f44a6fd]:hover { color: #92400e; background: #fef3c7; border-color: #fde68a;
}
.mvt__results-btn[data-v-2f44a6fd] { color: var(--green-dark);
}
.mvt__results-btn[data-v-2f44a6fd]:hover { background: var(--green-soft); border-color: var(--green);
}
.mvt__results-btn i[data-v-2f44a6fd] { font-size: 20px;
}

/* Modals */
.mvt__modal-text[data-v-2f44a6fd] {
  margin: 0;
  font-size: 14px;
  color: var(--text);
  line-height: 1.55;
}
.mvt__modal-cta[data-v-2f44a6fd] {
  margin-top: 14px;
  padding: 14px;
  background: linear-gradient(180deg, var(--accent-soft) 0%, transparent 100%);
  border: 1px solid var(--accent-soft);
  border-radius: 10px;
  text-align: center;
}
.mvt__modal-cta-icon[data-v-2f44a6fd] {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.mvt__modal-cta-text[data-v-2f44a6fd] {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}
.mvt__sent[data-v-2f44a6fd] {
  text-align: center;
  padding: 14px 4px 4px;
}
.mvt__sent-icon[data-v-2f44a6fd] {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.mvt__sent-title[data-v-2f44a6fd] {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text);
}
.mvt__sent-sub[data-v-2f44a6fd] {
  margin: 0;
  font-size: 13px;
  color: var(--mute);
}

/* Winners list */
.mvt__winners[data-v-2f44a6fd] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mvt__winner[data-v-2f44a6fd] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.mvt__winner-medal[data-v-2f44a6fd] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.mvt__winner-body[data-v-2f44a6fd] { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px;
}
.mvt__winner-cat[data-v-2f44a6fd] {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--mute);
}
.mvt__winner-name[data-v-2f44a6fd] {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.mvt__winner-shop[data-v-2f44a6fd] {
  font-size: 11px;
  color: var(--mute);
}
.mvt__winner-reward[data-v-2f44a6fd] {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent-dark);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.mvt__rub[data-v-2f44a6fd] { color: var(--mute); font-weight: 500;
}
.mvt__empty-state[data-v-2f44a6fd] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  color: var(--mute);
  font-size: 13px;
}
.mvt__empty-state i[data-v-2f44a6fd] { font-size: 18px;
}

