
.season-page[data-v-71396683] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: calc(100vh - 72px);
  padding: 18px 22px;
  color: var(--text);
  font-family: var(--font-sans);
  letter-spacing: 0;
}
.season-page__bar[data-v-71396683],
.season-page__filters[data-v-71396683],
.season-page__bulk[data-v-71396683] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.season-page__bar[data-v-71396683] {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 12px;
}
.season-page__header-actions[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.season-page__title[data-v-71396683] {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.season-page__tabs[data-v-71396683] {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.season-page__tab[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--mute);
  font: inherit;
  cursor: pointer;
}
.season-page__tab--active[data-v-71396683] {
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
}
.season-page__filters[data-v-71396683] {
  justify-content: flex-start;
  align-items: stretch;
}
.season-page__filters > *[data-v-71396683] {
  min-width: 180px;
}
.season-page__primary-filters[data-v-71396683] {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 258px));
  gap: 8px 12px;
  align-content: start;
  width: min(100%, 528px);
}
.season-page__filter-count[data-v-71396683] {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-height: 24px;
  color: var(--mute);
  font-size: 13px;
}
.season-page__filter-count strong[data-v-71396683] {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.season-page__date-panel[data-v-71396683] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: min(100%, 580px);
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.season-page__date-panel-head[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 94px;
  min-height: 38px;
  color: var(--mute);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.season-page__date-panel-head i[data-v-71396683] {
  font-size: 17px;
}
.season-page__date-panel-body[data-v-71396683] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.season-page__date-panel-fields[data-v-71396683] {
  display: grid;
  grid-template-columns: repeat(2, minmax(126px, 1fr));
  gap: 10px;
}
.season-page__quick-dates[data-v-71396683] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.season-page__quick-date[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--mute);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.season-page__quick-date[data-v-71396683]:hover {
  background: var(--bg);
  border-color: var(--mute);
  color: var(--text);
}
.season-page__quick-date--active[data-v-71396683],
.season-page__quick-date--active[data-v-71396683]:hover {
  border-color: transparent;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
}
.season-page__clear[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #dc2626;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.season-page__clear[data-v-71396683]:hover {
  background: rgba(220, 38, 38, 0.1);
}
.season-page__date[data-v-71396683] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--mute);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.season-page__date > span[data-v-71396683] {
  min-width: 18px;
  text-align: right;
}
.season-page__date-field[data-v-71396683] {
  flex: 1;
  min-width: 0;
  position: relative;
}
.season-page__date input[data-v-71396683],
.season-page__warehouse select[data-v-71396683],
.season-page__warehouse input[data-v-71396683] {
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}
.season-page__warehouse input[data-v-71396683] {
  cursor: text;
}
.season-page__warehouse--filter[data-v-71396683] {
  min-width: 220px;
  margin-top: 0;
}
.season-page__date-field input[data-v-71396683] {
  width: 100%;
  padding-right: 36px;
}
.season-page__clear--date[data-v-71396683] {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.season-page__state[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mute);
  padding: 18px;
}
.season-page__table-wrap[data-v-71396683] {
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.season-inventory[data-v-71396683] {
  display: grid;
  gap: 12px;
  padding: 14px 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
.season-inventory__header[data-v-71396683] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 16px;
  align-items: center;
}
.season-inventory__title[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}
.season-inventory__title i[data-v-71396683] {
  color: #0ea5e9;
  font-size: 19px;
}
.season-inventory__actions[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.season-inventory__search[data-v-71396683] {
  display: grid;
  grid-template-columns: minmax(180px, 260px) auto;
  gap: 8px;
  align-items: center;
}
.season-inventory__notice[data-v-71396683] {
  grid-column: 1 / -1;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 13px;
  font-weight: 700;
}
.season-inventory__sections[data-v-71396683] {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 1fr);
  justify-content: flex-start;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.season-inventory__sections--scroll[data-v-71396683] {
  grid-auto-columns: max(360px, calc((100% - 24px) / 3));
  max-width: 100%;
}
.season-inventory__section[data-v-71396683] {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  transition: border-color 0.14s, box-shadow 0.14s, background 0.14s;
}
.season-inventory__section--drop[data-v-71396683] {
  border-color: #f97316;
  background: #fff7ed;
  box-shadow: inset 0 0 0 2px rgba(249, 115, 22, 0.18);
}
.season-inventory__section-head[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
}
.season-inventory__section-head strong[data-v-71396683] {
  font-size: 13px;
}
.season-inventory__section-head span[data-v-71396683] {
  min-width: 26px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--panel);
  color: var(--mute);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.season-inventory__kits[data-v-71396683] {
  display: grid;
  gap: 8px;
  padding: 10px;
}
.season-inventory__kit[data-v-71396683] {
  display: grid;
  grid-template-columns: minmax(58px, auto) minmax(88px, 1fr) 28px minmax(82px, auto);
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  cursor: grab;
  transition: border-color 0.16s, box-shadow 0.16s, background 0.16s, opacity 0.16s, transform 0.16s;
}
.season-inventory__kit[data-v-71396683]:active {
  cursor: grabbing;
}
.season-inventory__kit--dragging[data-v-71396683] {
  opacity: 0.45;
  transform: scale(0.985);
}
.season-inventory__kit--highlight[data-v-71396683] {
  border-color: #f59e0b;
  background: #fff7ed;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.22);
}
.season-inventory__seal[data-v-71396683] {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.season-inventory__seal[data-v-71396683]:hover {
  color: var(--accent-dark);
}
.season-inventory__size[data-v-71396683] {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.season-inventory__season-empty[data-v-71396683] {
  color: var(--mute);
  text-align: center;
}
.season-inventory__date[data-v-71396683] {
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.season-inventory__date--old[data-v-71396683] {
  color: var(--text);
}
.season-audit[data-v-71396683] {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 12px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
}
.season-audit__hero[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid #fdba74;
  border-radius: 8px;
  background: #fff7ed;
}
.season-audit__eyebrow[data-v-71396683] {
  display: block;
  margin-bottom: 2px;
  color: #c2410c;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.season-audit__hero h2[data-v-71396683] {
  margin: 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 900;
}
.season-audit__summary[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.season-audit__summary strong[data-v-71396683] {
  color: #c2410c;
  font-weight: 900;
}
.season-audit__summary span[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.season-audit__summary .mdi-white-balance-sunny[data-v-71396683] {
  color: #f59e0b;
}
.season-audit__summary .mdi-snowflake[data-v-71396683] {
  color: #0ea5e9;
}
.season-audit__sort[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
}
.season-audit__sort-btn[data-v-71396683] {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #fdba74;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font: inherit;
  cursor: pointer;
}
.season-audit__sort-btn--active[data-v-71396683] {
  border-color: #f97316;
  background: #f97316;
  color: #ffffff;
}
.season-audit__sections[data-v-71396683] {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.season-audit__sections--scroll[data-v-71396683] {
  grid-auto-columns: max(360px, calc((100% - 24px) / 3));
}
.season-audit__section[data-v-71396683] {
  min-width: 0;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.season-audit__section-head[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 11px 12px;
  border-bottom: 1px solid #fed7aa;
  background: #fff7ed;
}
.season-audit__section-title[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.season-audit__section-head strong[data-v-71396683] {
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
}
.season-audit__section-title span[data-v-71396683] {
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffffff;
  color: #ea580c;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.season-audit__section-sort[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.season-audit__section-sort-label[data-v-71396683] {
  color: #9a3412;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.season-audit__section-sort .season-audit__sort-btn[data-v-71396683] {
  min-height: 28px;
  padding: 0 8px;
  font-size: 11px;
}
.season-audit__kits[data-v-71396683] {
  display: grid;
  gap: 8px;
  min-height: 260px;
  padding: 10px;
}
.season-audit__kit[data-v-71396683] {
  display: grid;
  grid-template-columns: 22px minmax(58px, auto) minmax(88px, 1fr) 28px minmax(82px, auto);
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
}
.season-audit__kit strong[data-v-71396683] {
  color: #1f2937;
  font-size: 15px;
}
.season-audit__kit span[data-v-71396683] {
  min-width: 0;
  overflow: hidden;
  color: #1f2937;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.season-audit__kit em[data-v-71396683] {
  color: #2563eb;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}
.season-audit__date--old[data-v-71396683] {
  color: #f97316 !important;
}
.season-audit__footer[data-v-71396683] {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #ffffff;
}
.season-audit__extra[data-v-71396683],
.season-audit__note[data-v-71396683] {
  display: grid;
  gap: 6px;
  color: #9a3412;
  font-size: 12px;
  font-weight: 800;
}
.season-audit__extra input[data-v-71396683],
.season-audit__note input[data-v-71396683] {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #fdba74;
  border-radius: 8px;
  background: #fffaf5;
  color: var(--text);
  font: inherit;
}
.season-audit__footer .season-send-modal__error[data-v-71396683] {
  grid-column: 1 / -1;
  margin-top: 0;
}
.season-audit__footer-actions[data-v-71396683] {
  display: inline-flex;
  justify-content: flex-end;
  gap: 8px;
}
.season-page__inventory-start[data-v-71396683] {
  min-height: 36px;
}
.season-page__bulk[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.season-page__bulk-summary[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--mute);
  font-size: 13px;
}
.season-page__bulk-summary strong[data-v-71396683] {
  margin-left: 4px;
  color: var(--text);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.season-page__arrival-signal-notice[data-v-71396683] {
  color: #c2410c;
  font-weight: 700;
}
.season-page__bulk-actions[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}
.season-page__check-all[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 13px;
  line-height: 1;
  transform: translateY(2px);
}
.season-page__check-all--local[data-v-71396683] {
  margin-left: 22px;
}
.season-page__check-all input[data-v-71396683],
.season-page__select-cell input[data-v-71396683] {
  margin: 0;
  align-self: center;
}
.season-page__checkbox[data-v-71396683] {
  --season-checkbox-color: var(--green);
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid var(--season-checkbox-color);
  border-radius: 4px;
  background: var(--panel);
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, box-shadow 0.12s, opacity 0.12s;
}
.season-page__checkbox[data-v-71396683]:checked {
  background-color: var(--season-checkbox-color);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.2L5.6 9.8L11 4.2' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.season-page__checkbox[data-v-71396683]:focus-visible {
  outline: none;
}
.season-page__checkbox--remote[data-v-71396683]:focus-visible {
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.24);
}
.season-page__checkbox--local[data-v-71396683]:focus-visible {
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.24);
}
.season-page__checkbox[data-v-71396683]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.season-page__checkbox--remote[data-v-71396683] {
  --season-checkbox-color: #22c55e;
}
.season-page__checkbox--local[data-v-71396683] {
  --season-checkbox-color: #0ea5e9;
}
.season-page__bulk-actions .season-page__local-warehouse-btn[data-v-71396683] {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #0ea5e9;
  border-color: #0ea5e9;
  color: #ffffff;
}
.season-page__bulk-actions .season-page__local-warehouse-btn[data-v-71396683]:hover:not(:disabled) {
  background: #0284c7;
  border-color: #0284c7;
}
.season-page__bulk-actions .season-page__local-warehouse-btn[data-v-71396683]:disabled {
  background: #0ea5e9;
  border-color: #0ea5e9;
  color: #ffffff;
}
.season-page__table[data-v-71396683] {
  width: min(100%, 1760px);
  border-collapse: collapse;
  min-width: 1160px;
  margin: 0 auto;
  font-size: 13px;
}
.season-page__arrival-gap[data-v-71396683] {
  height: 78px;
  min-width: 1160px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.season-page__arrival-block[data-v-71396683] {
  min-width: 1160px;
  background: var(--panel);
}
.season-page__table th[data-v-71396683],
.season-page__table td[data-v-71396683] {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}
.season-page__table th[data-v-71396683] {
  color: var(--mute);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--bg);
}
.season-page__row--draggable[data-v-71396683] {
  cursor: grab;
}
.season-page__row--draggable[data-v-71396683]:active {
  cursor: grabbing;
}
.season-page__seal-cell[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.season-page__seal-cell--stacked[data-v-71396683] {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.season-page__seal-main[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.season-page__other-warehouse-car[data-v-71396683] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
  margin: -4px 0 -2px -2px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #fff7ed;
  color: #f97316;
  font-size: 15px;
  line-height: 1;
  cursor: help;
}
.season-page__other-warehouse-car[data-v-71396683]::after {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  padding: 7px 9px;
  border: 1px solid #fdba74;
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  color: var(--text);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px);
  transition: opacity 60ms ease, transform 60ms ease;
  visibility: hidden;
  white-space: normal;
}
.season-page__other-warehouse-car[data-v-71396683]:hover::after,
.season-page__other-warehouse-car[data-v-71396683]:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.season-page__other-warehouse-car[data-v-71396683]:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.34);
  outline-offset: 2px;
}
.season-page__seal-link[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: -4px -6px;
  padding: 4px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.12s, color 0.12s;
}
.season-page__seal-link[data-v-71396683]:hover,
.season-page__seal-link[data-v-71396683]:focus-visible {
  outline: none;
  background: rgba(255, 107, 0, 0.08);
  color: var(--orange);
}
.season-page__seal-warning[data-v-71396683],
.season-kit-card__seal-warning[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
  line-height: 1;
  cursor: help;
}
.season-page__seal-warning[data-v-71396683] {
  width: 18px;
  height: 18px;
  font-size: 16px;
}
.season-kit-card__seal-warning[data-v-71396683] {
  margin-left: 4px;
  font-size: 17px;
  vertical-align: -2px;
}
.season-page__status-filter[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.season-page__status-filter-select[data-v-71396683] {
  min-width: 104px;
  height: 28px;
  padding: 0 24px 0 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  font-size: 11px;
  text-transform: none;
  cursor: pointer;
}
.season-page__table tr:last-child td[data-v-71396683] {
  border-bottom: 0;
}
.season-page__table-empty[data-v-71396683] {
  padding: 34px 12px;
  text-align: center;
}
.season-page__pagination[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100%, 1760px);
  min-width: 1160px;
  margin: 0 auto;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
}
.season-page__pagination-summary[data-v-71396683] {
  color: var(--mute);
  font-size: 12px;
}
.season-page__pagination-pages[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.season-page__page-btn[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.season-page__page-btn[data-v-71396683]:hover:not(:disabled) {
  background: var(--bg);
  border-color: var(--mute);
}
.season-page__page-btn[data-v-71396683]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.season-page__page-btn--active[data-v-71396683],
.season-page__page-btn--active[data-v-71396683]:hover:not(:disabled) {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
}
.season-page__select-cell[data-v-71396683] {
  width: 82px;
  text-align: right;
}
.season-page__select-actions[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.season-page__signal-btn[data-v-71396683] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  color: #f97316;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s, box-shadow 0.12s;
}
.season-page__signal-btn[data-v-71396683]:hover:not(:disabled),
.season-page__signal-btn[data-v-71396683]:focus-visible {
  outline: none;
  border-color: #fb923c;
  background: #ffedd5;
  color: #ea580c;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.16);
}
.season-page__signal-btn[data-v-71396683]:disabled {
  opacity: 0.55;
  cursor: wait;
}
.season-page__signal-btn--sent[data-v-71396683],
.season-page__signal-btn--sent[data-v-71396683]:hover:not(:disabled),
.season-page__signal-btn--sent[data-v-71396683]:focus-visible {
  border-color: #d1d5db;
  background: #f3f4f6;
  color: #9ca3af;
  cursor: help;
  box-shadow: none;
}
.season-page__signal-btn--sent[data-v-71396683]::after {
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: calc(100% + 8px);
  width: -moz-max-content;
  width: max-content;
  max-width: 220px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  color: var(--text);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateY(2px);
  transition: opacity 60ms ease, transform 60ms ease;
  visibility: hidden;
  white-space: normal;
}
.season-page__signal-btn--sent[data-v-71396683]:hover::after,
.season-page__signal-btn--sent[data-v-71396683]:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.season-page__action-cell[data-v-71396683] {
  width: 150px;
  text-align: right;
  white-space: nowrap;
}
.season-page__issue-client-btn[data-v-71396683],
.season-page__issue-client-btn.cash-btn--success[data-v-71396683] {
  background: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  color: #ffffff !important;
}
.season-page__issue-client-btn[data-v-71396683]:hover:not(:disabled),
.season-page__issue-client-btn.cash-btn--success[data-v-71396683]:hover:not(:disabled) {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
}
.season-page__main-text[data-v-71396683] {
  font-weight: 600;
}
.season-page__sub-text[data-v-71396683] {
  margin-top: 2px;
  color: var(--mute);
  font-size: 11px;
}
.season-page__section-number[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  padding: 3px 8px;
  border: 0;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.season-page__section-number[data-v-71396683]:hover {
  background: #bae6fd;
}
.season-page__section-number[data-v-71396683]:disabled {
  cursor: default;
  opacity: 0.72;
}
.season-page__section-number[data-v-71396683]:disabled:hover {
  background: #e0f2fe;
}
.season-page__section-number--empty[data-v-71396683] {
  background: #fff7ed;
  color: #f97316;
}
.season-page__section-number--empty[data-v-71396683]:disabled:hover {
  background: #fff7ed;
}
.season-page__phone[data-v-71396683] {
  display: inline-flex;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mute);
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}
.season-page__phone[data-v-71396683]:hover {
  color: var(--text);
}
.season-page__contract-link[data-v-71396683] {
  display: inline-flex;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mute);
  font: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.season-page__contract-link[data-v-71396683]:hover {
  color: var(--accent-dark);
}
.season-page__contract-link--danger[data-v-71396683],
.season-page__contract-link--danger[data-v-71396683]:hover {
  color: #ff5b63;
}
.season-page__season[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 17px;
}
.season-page__season--winter[data-v-71396683] {
  color: #1d9bf0;
  background: #e8f4ff;
}
.season-page__season--summer[data-v-71396683] {
  color: #d4a017;
  background: #fff7cc;
}
.season-page--dark .season-page__season[data-v-71396683] {
  background: transparent;
}
.season-page__row-actions[data-v-71396683] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.season-send-modal-layer[data-v-71396683] {
  position: fixed;
  inset: 0;
  z-index: 380;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 10, 11, 0.5);
  backdrop-filter: blur(2px);
}
.season-send-modal[data-v-71396683] {
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: min(900px, calc(100vw - 64px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.season-send-modal__header[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 26px 14px;
  border-bottom: 1px solid var(--line);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.season-send-modal__header[data-v-71396683]:active {
  cursor: grabbing;
}
.season-send-modal__title[data-v-71396683] {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
}
.season-send-modal__header h2[data-v-71396683] {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.season-send-modal__title-warning[data-v-71396683] {
  color: #d97706;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.season-send-modal__header button[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--mute);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.season-send-modal__header button[data-v-71396683]:hover {
  background: var(--bg);
  color: var(--text);
}
.season-send-modal__body[data-v-71396683] {
  padding: 22px 26px;
  overflow-y: auto;
}
.season-send-modal__footer[data-v-71396683] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 14px 26px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.season-send-modal__confirm--warning[data-v-71396683],
.season-send-modal__confirm--warning.cash-btn--success[data-v-71396683] {
  background: #d97706 !important;
  border-color: #d97706 !important;
}
.season-send-modal__confirm--warning[data-v-71396683]:hover:not(:disabled),
.season-send-modal__confirm--warning.cash-btn--success[data-v-71396683]:hover:not(:disabled) {
  background: #b45309 !important;
  border-color: #b45309 !important;
}
.season-send-modal__confirm--local[data-v-71396683],
.season-send-modal__confirm--local.cash-btn--success[data-v-71396683] {
  background: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  color: #ffffff !important;
}
.season-send-modal__confirm--local[data-v-71396683]:hover:not(:disabled),
.season-send-modal__confirm--local.cash-btn--success[data-v-71396683]:hover:not(:disabled) {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
}
.season-page__modal-list[data-v-71396683] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.season-page__modal-row[data-v-71396683] {
  display: grid;
  grid-template-columns: 90px minmax(260px, 1fr) auto 24px 28px;
  gap: 12px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.season-page__modal-row--card-action[data-v-71396683] {
  grid-template-columns: 90px minmax(0, 1fr);
}
.season-page__modal-row--section[data-v-71396683] {
  grid-template-columns: 100px minmax(0, 1fr) 292px 36px;
  gap: 20px;
}
.season-page__modal-wheels[data-v-71396683] {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.season-page__modal-kit-info[data-v-71396683] {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.season-page__modal-client-car[data-v-71396683] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  min-width: 0;
  color: var(--mute);
  font-size: 13px;
  line-height: 1.2;
}
.season-page__modal-client-car span[data-v-71396683] {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.season-page__modal-client-car em[data-v-71396683] {
  margin-right: 6px;
  color: #94a3b8;
  font-style: normal;
  font-weight: 700;
}
.season-page__modal-section[data-v-71396683] {
  display: grid;
  gap: 4px;
  color: var(--mute);
  font-size: 11px;
  font-weight: 700;
}
.season-page__section-buttons[data-v-71396683] {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  gap: 12px;
  justify-content: start;
}
.season-page__section-buttons--all[data-v-71396683] {
  grid-template-columns: repeat(4, 64px);
}
.season-page__section-button[data-v-71396683] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  height: 58px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s, color 0.12s, box-shadow 0.12s;
}
.season-page__section-button span[data-v-71396683] {
  font-size: 18px;
  line-height: 1;
}
.season-page__section-button small[data-v-71396683] {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}
.season-page__section-button[data-v-71396683]:hover {
  border-color: #38bdf8;
  background: #e0f2fe;
  color: #0369a1;
}
.season-page__section-button:hover small[data-v-71396683] {
  color: #64748b;
}
.season-page__section-button--active[data-v-71396683],
.season-page__section-button--active[data-v-71396683]:hover {
  border-color: #0ea5e9;
  background: #0ea5e9;
  color: #ffffff;
}
.season-page__section-button--active small[data-v-71396683],
.season-page__section-button--active:hover small[data-v-71396683] {
  color: rgba(255, 255, 255, 0.78);
}
.season-page__section-buttons--error[data-v-71396683] {
  border-color: #f97316 !important;
  background: #fff7ed !important;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.16);
  border-radius: 10px;
  padding: 3px;
}
.season-page__modal-section-stats[data-v-71396683] {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}
.season-page__modal-warehouse-state[data-v-71396683] {
  color: #16a34a;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.season-page__modal-warehouse-state--stay[data-v-71396683] {
  color: var(--mute);
}
.season-page__modal-warning[data-v-71396683] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f59e0b;
  font-size: 18px;
  cursor: help;
}
.season-page__modal-warning[data-v-71396683]::after {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: -8px;
  width: -moz-max-content;
  width: max-content;
  max-width: 260px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  color: var(--text);
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateY(-2px);
  transition: opacity 40ms ease, transform 40ms ease;
  visibility: hidden;
  white-space: normal;
}
.season-page__modal-warning[data-v-71396683]:hover::after,
.season-page__modal-warning[data-v-71396683]:focus::after {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.season-page__modal-warning[data-v-71396683]:focus-visible {
  border-radius: 50%;
  outline: 2px solid rgba(245, 158, 11, 0.4);
  outline-offset: 2px;
}
.season-page__modal-warning--empty[data-v-71396683] {
  visibility: hidden;
}
.season-page__modal-remove[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #dc2626;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.season-page__modal-remove[data-v-71396683]:hover {
  background: rgba(220, 38, 38, 0.1);
}
.season-page__renewal-row[data-v-71396683] {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.season-page__warehouse[data-v-71396683] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
  color: var(--mute);
  font-size: 12px;
  font-weight: 700;
}
.season-page__warehouse--section-all[data-v-71396683] {
  max-width: 220px;
}
.season-page__warehouse-fixed[data-v-71396683] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}
.season-page__warehouse-fixed i[data-v-71396683] {
  color: var(--mute);
  font-size: 18px;
}
.season-page__warehouse-fixed--missing[data-v-71396683] {
  border-color: rgba(220, 38, 38, 0.3);
  background: #fef2f2;
  color: #b91c1c;
}
.season-send-modal__error[data-v-71396683] {
  margin-top: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(249, 115, 22, 0.32);
  border-radius: 8px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 13px;
  font-weight: 700;
}
.season-send-modal__error--danger[data-v-71396683] {
  border-color: rgba(220, 38, 38, 0.28);
  background: #fef2f2;
  color: #b91c1c;
}
.season-kit-card-layer[data-v-71396683] {
  position: fixed;
  inset: 0;
  z-index: 320;
  background: rgba(17, 24, 39, 0.18);
}
.season-kit-card[data-v-71396683] {
  position: fixed;
  left: 50%;
  top: 50%;
  width: min(760px, calc(100vw - 48px));
  min-height: 320px;
  padding: 16px;
  border: 0;
  border-radius: 0;
  background: #d9dde3;
  color: #565a60;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.22);
  font-family: var(--font-sans);
  font-size: 13px;
  overflow: hidden;
}
.season-kit-card[data-v-71396683]::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.season-kit-card__close[data-v-71396683] {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ff5b63;
  border-radius: 50%;
  background: #ffffff;
  color: #ff5b63;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.season-kit-card__close[data-v-71396683]:hover {
  background: #fff5f6;
}
.season-kit-card__drag[data-v-71396683] {
  position: relative;
  z-index: 1;
  padding: 28px 54px 20px 30px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.season-kit-card__drag[data-v-71396683]:active {
  cursor: grabbing;
}
.season-kit-card__top[data-v-71396683] {
  display: grid;
  grid-template-columns: 24px 24px minmax(72px, auto) minmax(90px, auto) minmax(100px, auto) minmax(58px, auto) 118px;
  gap: 14px;
  align-items: center;
  padding-right: 44px;
  font-size: 14px;
}
.season-kit-card__season[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 18px;
}
.season-kit-card__season--winter[data-v-71396683] {
  color: #1d5fbf;
}
.season-kit-card__season--summer[data-v-71396683] {
  color: #d4a017;
}
.season-kit-card__season--unknown[data-v-71396683] {
  color: #9ca3af;
  font-size: 16px;
}
.season-kit-card__alert[data-v-71396683] {
  position: relative;
  color: #ff9b45;
  font-size: 19px;
  cursor: pointer;
}
.season-kit-card__alert--hidden[data-v-71396683] {
  pointer-events: none;
  visibility: hidden;
}
.season-kit-card__alert[data-v-71396683]::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 4;
  width: -moz-max-content;
  width: max-content;
  max-width: 220px;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -2px);
  transition: opacity 0.12s, transform 0.12s;
}
.season-kit-card__alert[data-v-71396683]:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.season-kit-card__seal[data-v-71396683] {
  color: #55585e;
}
.season-kit-card__status[data-v-71396683] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #eef4ff;
  color: #565a60;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.72;
}
.season-kit-card__vehicle[data-v-71396683] {
  display: grid;
  grid-template-columns: 120px 120px minmax(150px, 1fr) 136px;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
  font-size: 14px;
}
.season-kit-card__vehicle strong[data-v-71396683] {
  color: #4d5157;
}
.season-kit-card__phone[data-v-71396683] {
  padding: 0;
  border: 0;
  background: transparent;
  color: #565a60;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  opacity: 0.72;
  cursor: pointer;
}
.season-kit-card__phone[data-v-71396683]:hover {
  opacity: 1;
}
.season-kit-card__content[data-v-71396683] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 22px;
  padding: 22px 30px 34px;
}
.season-kit-card__main[data-v-71396683] {
  min-width: 0;
}
.season-kit-card__contract-block[data-v-71396683] {
  display: inline-block;
  max-width: 100%;
}
.season-kit-card__contract[data-v-71396683] {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 14px;
}
.season-kit-card__contract strong[data-v-71396683] {
  color: #4d5157;
}
.season-kit-card__danger[data-v-71396683] {
  color: #ff5b63 !important;
}
.season-kit-card__renewals[data-v-71396683] {
  display: grid;
  justify-items: end;
  gap: 2px;
  width: 100%;
  margin-top: 2px;
  color: #565a60;
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
}
.season-kit-card__renewal[data-v-71396683] {
  max-width: 100%;
  white-space: nowrap;
}
.season-kit-card__actions[data-v-71396683] {
  display: grid;
  align-content: start;
  gap: 132px;
  min-height: 210px;
  padding: 8px 0 0 34px;
  border-left: 1.5px dashed var(--line);
}
.season-kit-card__actions button[data-v-71396683] {
  width: 118px;
  min-height: 38px;
  padding: 8px 10px;
  border: 2px solid #d9dde3;
  border-radius: 8px;
  background: #edf8f0;
  color: #4d5a52;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  cursor: pointer;
}
.season-kit-card__actions button[data-v-71396683]:hover:not(:disabled) {
  border-color: #a7d8b4;
}
.season-kit-card__issue-warning[data-v-71396683] {
  margin-right: 4px;
  color: #d97706;
  font-size: 15px;
  vertical-align: -1px;
}
.season-kit-card__actions button[data-v-71396683]:disabled {
  background: var(--panel);
  color: var(--mute);
  opacity: 0.58;
  cursor: not-allowed;
}
.season-kit-card__info[data-v-71396683] {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #d9dde3;
  border-radius: 50%;
  background: #f5f6f8;
  color: #aeb4bd;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.season-kit-card__info[data-v-71396683]:hover {
  background: #eef0f3;
  color: #8b93a0;
}
.season-kit-info-layer[data-v-71396683] {
  position: fixed;
  inset: 0;
  z-index: 340;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 24, 39, 0.16);
}
.season-kit-info[data-v-71396683] {
  position: relative;
  width: min(420px, calc(100vw - 48px));
  padding: 22px 26px 24px;
  border: 4px solid #d9dde3;
  border-radius: 12px;
  background: #ffffff;
  color: #565a60;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.22);
  font-family: var(--font-sans);
  font-size: 13px;
}
.season-kit-info h3[data-v-71396683] {
  margin: 0 34px 16px 0;
  color: #252b36;
  font-size: 15px;
  font-weight: 800;
}
.season-kit-info p[data-v-71396683] {
  margin: 10px 0 0;
  line-height: 1.45;
}
.season-kit-info__close[data-v-71396683] {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ff5b63;
  border-radius: 50%;
  background: #ffffff;
  color: #ff5b63;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.season-kit-info__close[data-v-71396683]:hover {
  background: #fff5f6;
}
.season-page--dark .season-kit-card-layer[data-v-71396683] {
  background: rgba(4, 7, 12, 0.46);
}
.season-page--dark .season-kit-card[data-v-71396683] {
  background: #242a33;
  color: #8f96a3;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}
.season-page--dark .season-kit-card[data-v-71396683]::before {
  border-color: rgba(148, 163, 184, 0.18);
  background: #171b20;
}
.season-page--dark .season-kit-card__close[data-v-71396683],
.season-page--dark .season-kit-info__close[data-v-71396683] {
  border-color: rgba(248, 113, 113, 0.75);
  background: #1a1f26;
  color: #fca5a5;
}
.season-page--dark .season-kit-card__close[data-v-71396683]:hover,
.season-page--dark .season-kit-info__close[data-v-71396683]:hover {
  background: rgba(127, 29, 29, 0.28);
  color: #fecaca;
}
.season-page--dark .season-kit-card__season--winter[data-v-71396683] {
  color: #4f9be8;
}
.season-page--dark .season-kit-card__season--summer[data-v-71396683] {
  color: #c89b2f;
}
.season-page--dark .season-kit-card__alert[data-v-71396683] {
  color: #d98a34;
}
.season-page--dark .season-kit-card__alert[data-v-71396683]::after {
  border-color: rgba(148, 163, 184, 0.22);
  background: #20262d;
  color: #d4d8df;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.season-page--dark .season-kit-card__seal[data-v-71396683],
.season-page--dark .season-kit-card__vehicle strong[data-v-71396683],
.season-page--dark .season-kit-card__contract strong[data-v-71396683] {
  color: #aeb4bf;
}
.season-page--dark .season-kit-card__status[data-v-71396683] {
  background: #323844;
  color: #c3c8d0;
  opacity: 0.86;
}
.season-page--dark .season-kit-card__phone[data-v-71396683] {
  color: #9fa7b3;
}
.season-page--dark .season-kit-card__danger[data-v-71396683] {
  color: #f26d78 !important;
}
.season-page--dark .season-kit-card__renewals[data-v-71396683] {
  color: #737c89;
}
.season-page--dark .season-kit-card__actions[data-v-71396683] {
  border-left-color: rgba(148, 163, 184, 0.18);
}
.season-page--dark .season-kit-card__actions button[data-v-71396683] {
  border-color: #303842;
  background: #17241d;
  color: #b8c9bc;
}
.season-page--dark .season-kit-card__actions button[data-v-71396683]:hover:not(:disabled) {
  border-color: #48624f;
  background: #1c2d23;
}
.season-page--dark .season-kit-card__actions button[data-v-71396683]:disabled {
  background: #1d2229;
  color: #7f8794;
  opacity: 0.62;
}
.season-page--dark .season-kit-card__info[data-v-71396683] {
  border-color: #303842;
  background: #1d2229;
  color: #8a94a3;
}
.season-page--dark .season-kit-card__info[data-v-71396683]:hover {
  background: #242b34;
  color: #aab2bf;
}
.season-page--dark .season-kit-info[data-v-71396683] {
  border-color: #242a33;
  background: #171b20;
  color: #aeb4bf;
}
.season-page--dark .season-kit-info h3[data-v-71396683] {
  color: #d7dbe2;
}
.season-renewal-confirm-layer[data-v-71396683] {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 24, 39, 0.22);
}
.season-renewal-confirm[data-v-71396683] {
  position: relative;
  width: min(430px, calc(100vw - 48px));
  padding: 22px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  color: var(--text);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.22);
  font-family: var(--font-sans);
}
.season-renewal-confirm__close[data-v-71396683] {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--mute);
  font-size: 18px;
  cursor: pointer;
}
.season-renewal-confirm h3[data-v-71396683] {
  margin: 0 42px 18px 0;
  font-size: 18px;
  font-weight: 800;
}
.season-renewal-confirm__details[data-v-71396683] {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
.season-renewal-confirm__details div[data-v-71396683] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
}
.season-renewal-confirm__details span[data-v-71396683] {
  color: var(--mute);
  font-size: 13px;
}
.season-renewal-confirm__details strong[data-v-71396683] {
  font-size: 15px;
}
.season-renewal-confirm__question[data-v-71396683] {
  margin: -4px 0 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.season-renewal-confirm__footer[data-v-71396683] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.season-section-edit[data-v-71396683] {
  position: relative;
  width: min(460px, calc(100vw - 48px));
  padding: 22px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  color: var(--text);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.22);
  font-family: var(--font-sans);
}
.season-section-edit h3[data-v-71396683] {
  margin: 0 42px 18px 0;
  font-size: 18px;
  font-weight: 800;
}
.season-section-edit__kit[data-v-71396683] {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
}
.season-section-edit__kit strong[data-v-71396683] {
  font-size: 16px;
}
.season-section-edit__kit span[data-v-71396683] {
  min-width: 0;
  overflow: hidden;
  color: var(--mute);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.season-section-edit__current[data-v-71396683] {
  margin-top: 12px;
  color: var(--mute);
  font-size: 13px;
}
.season-section-edit__current strong[data-v-71396683] {
  color: var(--text);
}
.season-section-edit__field[data-v-71396683] {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  color: var(--mute);
  font-size: 12px;
  font-weight: 800;
}
.season-section-edit__field input[data-v-71396683] {
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  font-size: 15px;
}
.season-section-edit .season-section-edit__stats[data-v-71396683] {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.35;
}
.season-section-edit .season-renewal-confirm__footer[data-v-71396683] {
  margin-top: 20px;
}
.season-kit-card__actions .season-kit-card__action--issue[data-v-71396683] {
  border-color: #bae6fd;
  background: #e0f2fe;
  color: #0369a1;
  font-weight: 800;
}
.season-kit-card__actions .season-kit-card__action--issue[data-v-71396683]:hover:not(:disabled) {
  border-color: #38bdf8;
  background: #bae6fd;
}
.season-issue-prepare[data-v-71396683] {
  width: min(480px, calc(100vw - 48px));
}
.season-issue-prepare__note[data-v-71396683] {
  margin: -4px 0 16px;
  padding: 10px 12px;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 900px) {
.season-page__bar[data-v-71396683] {
    grid-template-columns: 1fr;
    justify-items: stretch;
}
.season-page__tabs[data-v-71396683] {
    justify-self: center;
}
.season-page__header-actions[data-v-71396683] {
    justify-self: end;
}
.season-page__filters > *[data-v-71396683] {
    width: 100%;
}
.season-page__primary-filters[data-v-71396683] {
    grid-template-columns: 1fr;
}
.season-page__date-panel[data-v-71396683] {
    flex-direction: column;
}
.season-page__date-panel-fields[data-v-71396683] {
    grid-template-columns: 1fr;
}
}

