/* Масштаб события — круглая иконка в цветах картотеки */
.event-scale-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  vertical-align: middle;
}
.event-scale-badge__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
}
.event-scale-badge--green .event-scale-badge__dot {
  background: #e8f4ea;
  border-color: #c6dfca;
}
.event-scale-badge--sand .event-scale-badge__dot {
  background: #f5e6d3;
  border-color: #dcc8ae;
}
.event-scale-badge--red .event-scale-badge__dot {
  background: #fde8e8;
  border-color: #f5c2c2;
}
.event-scale-badge__label {
  color: #334155;
}

/* Выбор масштаба при создании */
.event-scale-picker {
  display: grid;
  gap: 10px;
}
.event-scale-picker label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  cursor: pointer;
  margin: 0;
}
.event-scale-picker label:has(input:checked) {
  border-color: var(--primary, #2563eb);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}
.event-scale-picker input {
  margin-top: 3px;
  flex-shrink: 0;
}
.event-scale-picker__title {
  font-weight: 800;
  display: block;
}
.event-scale-picker__hint {
  font-size: 13px;
  color: #64748b;
  display: block;
  margin-top: 2px;
}

/* Размещение участников (мини) */
.event-placement-section {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border, #e2e8f0);
}
.event-placement-block {
  margin-bottom: 14px;
}
.event-placement-entry {
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f8fafc;
}
.event-placement-entry__place {
  font-weight: 800;
  margin-bottom: 4px;
}
.event-placement-entry__note {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
}
.event-placement-comments {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}
.event-placement-comment {
  font-size: 13px;
  margin-bottom: 6px;
}
.event-placement-comment__author {
  font-weight: 700;
  color: #475569;
}

/* Штамп «завершено» — static/css/completed_stamp.css */

/* Медиум-карточка (expo) */
.ve-expo-phase-banner {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}
.ve-expo-phase-banner--announce {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.ve-expo-phase-banner--active {
  background: #f5e6d3;
  border: 1px solid #dcc8ae;
}
.ve-expo-phase-banner--completed {
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.ve-expo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.ve-expo-card {
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}
.ve-expo-card--wide {
  grid-column: 1 / -1;
}
.ve-expo-card__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
}
.ve-expo-day-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ve-expo-day-list__item {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  font-weight: 700;
  font-size: 13px;
}
.ve-expo-ticket-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ve-expo-ticket-list__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.ve-expo-ticket-list__item:last-child { border-bottom: 0; }
.ve-expo-ticket-list__name { font-weight: 800; }
.ve-expo-ticket-list__price { font-weight: 900; color: #0f172a; }
.ve-expo-ticket-list__note {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #64748b;
}
.ve-expo-day-price-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  font-size: 14px;
}
.ve-expo-venue-map {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.ve-expo-sponsors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.ve-expo-sponsor {
  font-weight: 800;
  font-size: 14px;
}
.ve-expo-sponsor a {
  color: var(--primary, #2563eb);
  text-decoration: none;
}
.ve-expo-sponsor a:hover { text-decoration: underline; }

/* Макси-карточка (fest) — красный тон */
.ve-fest-phase-banner {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}
.ve-fest-phase-banner--announce {
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.ve-fest-phase-banner--active {
  background: #fde8e8;
  border: 1px solid #f5c2c2;
}
.ve-fest-phase-banner--completed {
  background: #fff1f2;
  border: 1px solid #fda4af;
}
.ve-fest-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.ve-fest-card {
  border: 1px solid var(--border, #e2e8f0);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}
.ve-fest-card--wide { grid-column: 1 / -1; }
.ve-fest-card__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
}
.ve-fest-day-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ve-fest-day-list__item {
  padding: 6px 12px;
  border-radius: 999px;
  background: #fef2f2;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #fecaca;
}
.ve-fest-ticket-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ve-fest-ticket-list__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.ve-fest-ticket-list__item:last-child { border-bottom: 0; }
.ve-fest-ticket-list__name { font-weight: 800; }
.ve-fest-ticket-list__price { font-weight: 900; color: #991b1b; }
.ve-fest-ticket-list__note {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #64748b;
}
.ve-fest-day-price-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  font-size: 14px;
}
.ve-fest-acc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ve-fest-acc-list__item {
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.ve-fest-acc-list__item:last-child { border-bottom: 0; }
.ve-fest-acc-list__label { font-weight: 800; display: block; }
.ve-fest-acc-list__price { font-weight: 900; color: #991b1b; }
.ve-fest-acc-list__note { font-size: 12px; color: #64748b; display: block; }
.ve-fest-acc-list__link { font-size: 13px; }
.ve-fest-program-day { margin-bottom: 12px; }
.ve-fest-program-day__title {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 6px;
  color: #991b1b;
}
.ve-fest-program-slots {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ve-fest-program-slot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 6px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 14px;
}
.ve-fest-program-slot__time {
  font-weight: 800;
  color: #64748b;
  min-width: 48px;
}
.ve-fest-program-slot__title { font-weight: 700; flex: 1; }
.ve-fest-program-slot__stage {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 700;
}
.ve-fest-applications {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.ve-fest-application__label { font-weight: 900; margin-bottom: 4px; }
.ve-fest-application__hint { font-size: 13px; color: #64748b; }
.ve-fest-venue-map {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #fecaca;
}
.ve-fest-sponsors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.ve-fest-sponsor { font-weight: 800; font-size: 14px; }
.ve-fest-sponsor a {
  color: #b91c1c;
  text-decoration: none;
}
.ve-fest-sponsor a:hover { text-decoration: underline; }
.ve-fest-linked-trips {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ve-fest-linked-trip {
  padding: 6px 0;
  font-weight: 700;
}
.ve-fest-linked-trip__note {
  display: block;
  font-size: 12px;
  color: #64748b;
  font-weight: 400;
}
.ve-fest-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.ve-fest-stat { text-align: center; }
.ve-fest-stat__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #991b1b;
  line-height: 1.1;
}
.ve-fest-stat__label {
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}
