@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);

.modal-xxl {
  max-width: min(1200px, 95vw);
}
.modal-fluid {
  max-width: 98vw;
}
@media (min-width: 576px) {
.modal-xxxl {
    max-width: min(1800px, 80vw);
    width: min(1800px, 80vw);
    --bs-modal-margin: 10vh;
}
.modal-xxxl.modal-dialog {
    height: calc(100vh - 20vh);
    margin: 10vh auto;
    align-items: stretch;
}
.modal-xxxl .modal-content {
    height: 100%;
    min-height: calc(100vh - 20vh);
    max-height: calc(100vh - 20vh);
}
}
@media (min-width: 1400px) {
.modal-xxxl,
  .modal-fluid {
    margin-left: auto;
    margin-right: auto;
}
}


.win-crit[data-v-3266f740] {
  font-size: 0.98rem;
}
.win-crit .table thead th[data-v-3266f740] {
  vertical-align: middle;
}
.win-crit .table td[data-v-3266f740],
.win-crit .table th[data-v-3266f740] {
  vertical-align: top;
}
.name-cell[data-v-3266f740] {
  font-weight: 600;
}
.desc-cell[data-v-3266f740] {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  white-space: pre-wrap;
  word-break: break-word;
}
.desc-editor[data-v-3266f740] {
  min-height: 96px;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
}
.win-crit .btn-sm[data-v-3266f740] {
  border-radius: 10px;
}
.quiz-scroll[data-v-3266f740] {
  max-height: min(60vh, 520px);
  overflow-y: auto;
}
.quiz-item textarea[data-v-3266f740] {
  resize: vertical;
}
.quiz-modal[data-v-3266f740] {
  position: relative;
  min-height: 120px;
}
.quiz-loading-overlay[data-v-3266f740] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.375rem;
}


.analysis-container[data-v-5b9ae186] {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.pencil-btn[data-v-5b9ae186] {
  border: none !important;
  background: transparent;
  padding: 4px;
  line-height: 1;
}
.pencil-btn[data-v-5b9ae186]:hover {
  background: #f0f6ff;
  box-shadow: 0 0 0 1px #0d6efd40 inset;
}
table tr.row-new[data-v-5b9ae186] {
  background: #e8f6ff;
}
table tr.row-deleted[data-v-5b9ae186] {
  opacity: .45;
  text-decoration: line-through;
}
table tr.row-sublevel[data-v-5b9ae186] {
  font-style: italic;
}
.hover-scale[data-v-5b9ae186] {
  transition: .1s transform
}
.hover-scale[data-v-5b9ae186]:hover {
  transform: scale(1.15)
}
header[data-v-5b9ae186] {
  padding: 24px 48px;
  font-size: 24px;
  font-weight: 600;
  background: #f7f7f8;
  border-bottom: 1px solid #e5e5e5;
}
.flex-grid[data-v-5b9ae186] {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 30px;
}
.w100[data-v-5b9ae186] {
  flex: 1 1 100%;
}
.inline-flags[data-v-5b9ae186] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.w300[data-v-5b9ae186] {
  flex: 1 1 300px;
}
.w600[data-v-5b9ae186] {
  flex: 1 1 600px;
}
.mt40[data-v-5b9ae186] {
  margin-top: 40px;
}
.field[data-v-5b9ae186] {
  margin: 8px 0;
}
.field label[data-v-5b9ae186] {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #666;
}
.field input[data-v-5b9ae186]:not([type="checkbox"]):not([type="radio"]),
.field textarea[data-v-5b9ae186],
.field select[data-v-5b9ae186] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}
.field .form-check[data-v-5b9ae186] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.field .form-check-input[data-v-5b9ae186] {
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  cursor: pointer;
  accent-color: #0d6efd;
}
.inline-flags .form-check[data-v-5b9ae186] {
  margin: 0;
}
.field .form-check-label[data-v-5b9ae186] {
  cursor: pointer;
}
.tag[data-v-5b9ae186] {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #f9f9f9;
}
table[data-v-5b9ae186] {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
table th[data-v-5b9ae186],
td[data-v-5b9ae186] {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
}
table th[data-v-5b9ae186] {
  background: #fafafa;
  font-weight: 600;
  font-size: 14px;
}
.sub-row td[data-v-5b9ae186] {
  font-style: italic;
}
.doc-row[data-v-5b9ae186] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 10px 14px;
  border-radius: 6px;
  margin: 6px 0;
  font-size: 14px;
  background: #fafafa;
}
.mono[data-v-5b9ae186] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.download-icon[data-v-5b9ae186] {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg fill=\"none\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M12 3v12m0 0l-4-4m4 4l4-4M5 19h14\" stroke=\"%23000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/%3E%3C/svg%3E") no-repeat center/contain;
}
.comment-stack>div+div[data-v-5b9ae186] {
  margin-top: .25rem;
}
.pre[data-v-5b9ae186] {
  white-space: pre-wrap;
  word-break: break-word;
}
.ta-container[data-v-5b9ae186] {
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.ta-table[data-v-5b9ae186] {
  table-layout: fixed;

  width: 100%;
}
.ta-table th[data-v-5b9ae186],
.ta-table td[data-v-5b9ae186] {
  vertical-align: top;
  white-space: normal;

  overflow-wrap: anywhere;

  word-break: break-word;
}
.ta-criteria th[data-v-5b9ae186]:nth-child(2),
.ta-criteria td[data-v-5b9ae186]:nth-child(2) {
  white-space: nowrap;
  width: 8ch;
}
.ta-criteria th[data-v-5b9ae186]:nth-child(4),
.ta-criteria td[data-v-5b9ae186]:nth-child(4) {
  white-space: nowrap;

  width: 70px;
}
.ta-items th[data-v-5b9ae186]:nth-child(1),
.ta-items td[data-v-5b9ae186]:nth-child(1) {
  width: 4ch;
  white-space: nowrap;
}
.ta-items th[data-v-5b9ae186]:nth-child(3),
.ta-items td[data-v-5b9ae186]:nth-child(3),
.ta-items th[data-v-5b9ae186]:nth-child(4),
.ta-items td[data-v-5b9ae186]:nth-child(4),
.ta-items th[data-v-5b9ae186]:nth-child(5),
.ta-items td[data-v-5b9ae186]:nth-child(5) {
  white-space: nowrap;
}
.ta-items th[data-v-5b9ae186]:nth-child(7),
.ta-items td[data-v-5b9ae186]:nth-child(7) {
  white-space: nowrap;

  width: 60px;
}
.ta-table-wrap[data-v-5b9ae186] {
  margin-left: -2px;
  margin-right: -2px;
}
.pre[data-v-5b9ae186] {
  white-space: pre-wrap;
  word-break: break-word;
}
.desc-editor[data-v-5b9ae186] {
  min-height: 96px;
  line-height: 1.6;
  resize: vertical;
}
.table td[data-v-5b9ae186],
.table th[data-v-5b9ae186] {
  vertical-align: middle;
}
.btn-link[data-v-5b9ae186] {
  text-decoration: none;
}
.btn-link[data-v-5b9ae186]:hover {
  text-decoration: underline;
}


.kp[data-v-2f255b32] {
  position: relative;
}
.kp-field[data-v-2f255b32] {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  min-height: 38px;
  padding: .375rem .5rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}
.kp-field.open[data-v-2f255b32] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.kp-value[data-v-2f255b32] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kp-dd[data-v-2f255b32] {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1050;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  max-height: 340px;
  overflow: auto;
}
.kp-list[data-v-2f255b32] {
  list-style: none;
  padding: .25rem 0;
  margin: 0;
}
.kp-row[data-v-2f255b32] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .4rem .6rem;
}
.kp-row[data-v-2f255b32]:hover {
  background: #f8f9fa;
}
.kp-name[data-v-2f255b32] {
  border: 0;
  background: transparent;
  text-align: left;
  flex: 1;
  cursor: pointer;
}
.kp-actions[data-v-2f255b32] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.icon-btn[data-v-2f255b32] {
  border: 0;
  background: transparent;
  cursor: pointer;
}


.desc-editor[data-v-73c64ea4] {
  min-height: 96px;
  line-height: 1.6;
  resize: vertical;
}
.table td[data-v-73c64ea4],
.table th[data-v-73c64ea4] {
  vertical-align: middle;
}


.citation-popover-wrap[data-v-72636d2f] {
  position: relative;
}
.white-space-pre-wrap[data-v-72636d2f] {
  white-space: pre-wrap;
}

.td-panel[data-v-f10078d4] {
  background: #fff;
  border: none !important;
  outline: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: td-fade-in-f10078d4 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-f10078d4]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-f10078d4]:focus,
.td-panel[data-v-f10078d4]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-f10078d4] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.td-panel__header > div[data-v-f10078d4]:first-child {
  min-width: 0;
  flex: 1 1 12rem;
}
.td-panel__header h6[data-v-f10078d4] {
  margin-bottom: 0.375rem !important;
}
.td-panel__header small.text-muted[data-v-f10078d4] {
  display: block;
  line-height: 1.45;
  margin-top: 0.125rem;
}
.td-panel__actions[data-v-f10078d4] {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.td-panel__actions .form-select[data-v-f10078d4] {
  min-width: 8.5rem;
}

/* Контент под шапкой: симметричный отступ от кнопок и между блоками */
.td-panel__body[data-v-f10078d4] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.td-panel > header + .td-panel__body[data-v-f10078d4],
.td-panel > header + .td-panel__state[data-v-f10078d4] {
  margin-top: 0;
}
.td-panel > header + .td-panel__state[data-v-f10078d4] {
  padding-top: 1.25rem;
}

/* Пустые состояния и сообщения — одинаковые отступы по периметру */
.td-panel__alert[data-v-f10078d4] {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}
.td-panel__actions .btn[data-v-f10078d4] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-f10078d4]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-f10078d4] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-f10078d4] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-f10078d4] {
  border-bottom: 0;
}
.td-panel__table td[data-v-f10078d4],
.td-panel__table th[data-v-f10078d4] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-f10078d4] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-f10078d4]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel__table .citation-popover-wrap[data-v-f10078d4] {
  margin-top: 0.375rem;
}
.td-panel textarea[data-v-f10078d4],
.td-panel input[type='text'][data-v-f10078d4],
.td-panel input[type='number'][data-v-f10078d4] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-f10078d4]:focus,
.td-panel input[type='text'][data-v-f10078d4]:focus,
.td-panel input[type='number'][data-v-f10078d4]:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.5);
}
@keyframes td-fade-in-f10078d4 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.td-panel__indent[data-v-f10078d4] {
  flex: 0 0 auto;
  transition: width 0.2s ease;
}
.td-panel__table textarea[data-v-f10078d4] {
  min-height: 120px;
}

.td-panel[data-v-0dd53ddb] {
  background: #fff;
  border: none !important;
  outline: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: td-fade-in-0dd53ddb 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-0dd53ddb]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-0dd53ddb]:focus,
.td-panel[data-v-0dd53ddb]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-0dd53ddb] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.td-panel__header > div[data-v-0dd53ddb]:first-child {
  min-width: 0;
  flex: 1 1 12rem;
}
.td-panel__header h6[data-v-0dd53ddb] {
  margin-bottom: 0.375rem !important;
}
.td-panel__header small.text-muted[data-v-0dd53ddb] {
  display: block;
  line-height: 1.45;
  margin-top: 0.125rem;
}
.td-panel__actions[data-v-0dd53ddb] {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.td-panel__actions .form-select[data-v-0dd53ddb] {
  min-width: 8.5rem;
}

/* Контент под шапкой: симметричный отступ от кнопок и между блоками */
.td-panel__body[data-v-0dd53ddb] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.td-panel > header + .td-panel__body[data-v-0dd53ddb],
.td-panel > header + .td-panel__state[data-v-0dd53ddb] {
  margin-top: 0;
}
.td-panel > header + .td-panel__state[data-v-0dd53ddb] {
  padding-top: 1.25rem;
}

/* Пустые состояния и сообщения — одинаковые отступы по периметру */
.td-panel__alert[data-v-0dd53ddb] {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}
.td-panel__actions .btn[data-v-0dd53ddb] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-0dd53ddb]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-0dd53ddb] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-0dd53ddb] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-0dd53ddb] {
  border-bottom: 0;
}
.td-panel__table td[data-v-0dd53ddb],
.td-panel__table th[data-v-0dd53ddb] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-0dd53ddb] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-0dd53ddb]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel__table .citation-popover-wrap[data-v-0dd53ddb] {
  margin-top: 0.375rem;
}
.td-panel textarea[data-v-0dd53ddb],
.td-panel input[type='text'][data-v-0dd53ddb],
.td-panel input[type='number'][data-v-0dd53ddb] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-0dd53ddb]:focus,
.td-panel input[type='text'][data-v-0dd53ddb]:focus,
.td-panel input[type='number'][data-v-0dd53ddb]:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.5);
}
@keyframes td-fade-in-0dd53ddb {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.td-panel__table textarea[data-v-0dd53ddb] {
  min-height: 120px;
}

.td-panel[data-v-6536de49] {
  background: #fff;
  border: none !important;
  outline: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: td-fade-in-6536de49 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-6536de49]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-6536de49]:focus,
.td-panel[data-v-6536de49]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-6536de49] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.td-panel__header > div[data-v-6536de49]:first-child {
  min-width: 0;
  flex: 1 1 12rem;
}
.td-panel__header h6[data-v-6536de49] {
  margin-bottom: 0.375rem !important;
}
.td-panel__header small.text-muted[data-v-6536de49] {
  display: block;
  line-height: 1.45;
  margin-top: 0.125rem;
}
.td-panel__actions[data-v-6536de49] {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.td-panel__actions .form-select[data-v-6536de49] {
  min-width: 8.5rem;
}

/* Контент под шапкой: симметричный отступ от кнопок и между блоками */
.td-panel__body[data-v-6536de49] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.td-panel > header + .td-panel__body[data-v-6536de49],
.td-panel > header + .td-panel__state[data-v-6536de49] {
  margin-top: 0;
}
.td-panel > header + .td-panel__state[data-v-6536de49] {
  padding-top: 1.25rem;
}

/* Пустые состояния и сообщения — одинаковые отступы по периметру */
.td-panel__alert[data-v-6536de49] {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}
.td-panel__actions .btn[data-v-6536de49] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-6536de49]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-6536de49] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-6536de49] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-6536de49] {
  border-bottom: 0;
}
.td-panel__table td[data-v-6536de49],
.td-panel__table th[data-v-6536de49] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-6536de49] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-6536de49]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel__table .citation-popover-wrap[data-v-6536de49] {
  margin-top: 0.375rem;
}
.td-panel textarea[data-v-6536de49],
.td-panel input[type='text'][data-v-6536de49],
.td-panel input[type='number'][data-v-6536de49] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-6536de49]:focus,
.td-panel input[type='text'][data-v-6536de49]:focus,
.td-panel input[type='number'][data-v-6536de49]:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.5);
}
@keyframes td-fade-in-6536de49 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.td-panel[data-v-4db03fb2] {
  background: #fff;
  border: none !important;
  outline: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: td-fade-in-4db03fb2 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-4db03fb2]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-4db03fb2]:focus,
.td-panel[data-v-4db03fb2]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-4db03fb2] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.td-panel__header > div[data-v-4db03fb2]:first-child {
  min-width: 0;
  flex: 1 1 12rem;
}
.td-panel__header h6[data-v-4db03fb2] {
  margin-bottom: 0.375rem !important;
}
.td-panel__header small.text-muted[data-v-4db03fb2] {
  display: block;
  line-height: 1.45;
  margin-top: 0.125rem;
}
.td-panel__actions[data-v-4db03fb2] {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.td-panel__actions .form-select[data-v-4db03fb2] {
  min-width: 8.5rem;
}

/* Контент под шапкой: симметричный отступ от кнопок и между блоками */
.td-panel__body[data-v-4db03fb2] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.td-panel > header + .td-panel__body[data-v-4db03fb2],
.td-panel > header + .td-panel__state[data-v-4db03fb2] {
  margin-top: 0;
}
.td-panel > header + .td-panel__state[data-v-4db03fb2] {
  padding-top: 1.25rem;
}

/* Пустые состояния и сообщения — одинаковые отступы по периметру */
.td-panel__alert[data-v-4db03fb2] {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}
.td-panel__actions .btn[data-v-4db03fb2] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-4db03fb2]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-4db03fb2] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-4db03fb2] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-4db03fb2] {
  border-bottom: 0;
}
.td-panel__table td[data-v-4db03fb2],
.td-panel__table th[data-v-4db03fb2] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-4db03fb2] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-4db03fb2]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel__table .citation-popover-wrap[data-v-4db03fb2] {
  margin-top: 0.375rem;
}
.td-panel textarea[data-v-4db03fb2],
.td-panel input[type='text'][data-v-4db03fb2],
.td-panel input[type='number'][data-v-4db03fb2] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-4db03fb2]:focus,
.td-panel input[type='text'][data-v-4db03fb2]:focus,
.td-panel input[type='number'][data-v-4db03fb2]:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.5);
}
@keyframes td-fade-in-4db03fb2 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.td-panel[data-v-10d7a949] {
  background: #fff;
  border: none !important;
  outline: none;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: td-fade-in-10d7a949 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-10d7a949]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-10d7a949]:focus,
.td-panel[data-v-10d7a949]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-10d7a949] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.td-panel__header > div[data-v-10d7a949]:first-child {
  min-width: 0;
  flex: 1 1 12rem;
}
.td-panel__header h6[data-v-10d7a949] {
  margin-bottom: 0.375rem !important;
}
.td-panel__header small.text-muted[data-v-10d7a949] {
  display: block;
  line-height: 1.45;
  margin-top: 0.125rem;
}
.td-panel__actions[data-v-10d7a949] {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.td-panel__actions .form-select[data-v-10d7a949] {
  min-width: 8.5rem;
}

/* Контент под шапкой: симметричный отступ от кнопок и между блоками */
.td-panel__body[data-v-10d7a949] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
}
.td-panel > header + .td-panel__body[data-v-10d7a949],
.td-panel > header + .td-panel__state[data-v-10d7a949] {
  margin-top: 0;
}
.td-panel > header + .td-panel__state[data-v-10d7a949] {
  padding-top: 1.25rem;
}

/* Пустые состояния и сообщения — одинаковые отступы по периметру */
.td-panel__alert[data-v-10d7a949] {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
}
.td-panel__actions .btn[data-v-10d7a949] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-10d7a949]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-10d7a949] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-10d7a949] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-10d7a949] {
  border-bottom: 0;
}
.td-panel__table td[data-v-10d7a949],
.td-panel__table th[data-v-10d7a949] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-10d7a949] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-10d7a949]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel__table .citation-popover-wrap[data-v-10d7a949] {
  margin-top: 0.375rem;
}
.td-panel textarea[data-v-10d7a949],
.td-panel input[type='text'][data-v-10d7a949],
.td-panel input[type='number'][data-v-10d7a949] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-10d7a949]:focus,
.td-panel input[type='text'][data-v-10d7a949]:focus,
.td-panel input[type='number'][data-v-10d7a949]:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  border-color: rgba(13, 110, 253, 0.5);
}
@keyframes td-fade-in-10d7a949 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.analysis-progress-ring[data-v-86ac83b4] {
  display: inline-flex;
  vertical-align: middle;
  flex-shrink: 0;
}
.analysis-progress-ring__svg[data-v-86ac83b4] {
  display: block;
}
.analysis-progress-ring__sector[data-v-86ac83b4] {
  transition: fill 0.25s ease;
}
.analysis-progress-ring__sector--filled[data-v-86ac83b4] {
  fill: var(--analysis-ring-fill, #2563eb);
}
.analysis-progress-ring__sector--empty[data-v-86ac83b4] {
  fill: #e2e8f0;
}
.analysis-progress-ring--done .analysis-progress-ring__sector--filled[data-v-86ac83b4] {
  fill: var(--analysis-ring-done, #16a34a);
}
.analysis-progress-ring--failed .analysis-progress-ring__sector--filled[data-v-86ac83b4],
.analysis-progress-ring--failed .analysis-progress-ring__sector--failed[data-v-86ac83b4] {
  fill: #dc2626;
}
.analysis-progress-ring__sector--active[data-v-86ac83b4] {
  animation: analysis-ring-pulse-86ac83b4 1.2s ease-in-out infinite;
}
.analysis-progress-ring__center-dot[data-v-86ac83b4] {
  fill: #16a34a;
}
@keyframes analysis-ring-pulse-86ac83b4 {
0%,
  100% {
    opacity: 1;
}
50% {
    opacity: 0.45;
}
}


.tender-details-modal[data-v-0eac55db] {
  display: flex;
  gap: 1.5rem;
  min-height: 480px;
  animation: modal-fade-in-0eac55db 0.35s ease both;
}
.tender-details-sidebar[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 220px;
  flex-shrink: 0;
}
.tender-details-tab[data-v-0eac55db] {
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  text-align: left;
  background: #f8f9fa;
  color: #212529;
  font-weight: 600;
  box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.35);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.tender-details-tab[data-v-0eac55db]:hover {
  background: #eef4ff;
  transform: translateX(4px);
}
.tender-details-tab.active[data-v-0eac55db] {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 24px 48px -28px rgba(13, 110, 253, 0.55);
}
.tender-status-card[data-v-0eac55db] {
  border: 1px solid #e9ecef;
  border-radius: 0.9rem;
  background: #f8fafc;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.tender-status-card__head[data-v-0eac55db] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.tender-status-card__body[data-v-0eac55db] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tender-status-checkbox[data-v-0eac55db] {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid #dee2e6;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
}
.tender-status-checkbox input[data-v-0eac55db] {
  width: 16px;
  height: 16px;
}
.tender-status-card__saving[data-v-0eac55db] {
  display: inline-flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.9rem;
}
.tender-kanban-stages[data-v-0eac55db] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  width: 100%;
}
.tender-kanban-stage-btn[data-v-0eac55db] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.tender-kanban-stage-btn__dot[data-v-0eac55db] {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.tender-details-main[data-v-0eac55db] {
  flex: 1;
  max-height: 80vh;
  overflow: auto;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 0;
}
.tender-details-main--ask-ai[data-v-0eac55db] {
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.tender-details-main--ask-ai .tender-details-section--ask-ai[data-v-0eac55db] {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
.tender-details-main--ask-ai .tender-ai-chat[data-v-0eac55db] {
  flex: 1 1 auto;
  min-height: 0;
}
.tender-details-section[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
  animation: section-rise-0eac55db 0.35s ease both;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tender-details-section[data-v-0eac55db]:hover {
  transform: translateY(-2px);
  box-shadow: 0 32px 56px -36px rgba(15, 23, 42, 0.55);
}
.tender-details-header[data-v-0eac55db] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.tender-details-toolbar[data-v-0eac55db] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
.tender-details-toolbar .btn[data-v-0eac55db] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tender-details-toolbar .btn[data-v-0eac55db]:active {
  transform: scale(0.96);
}
.tender-details-status[data-v-0eac55db] {
  font-size: 0.875rem;
}
.tender-details-title[data-v-0eac55db] {
  font-size: 1.25rem;
  font-weight: 600;
}
.tender-details-list[data-v-0eac55db] {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.35rem;
}
.tender-details-loading[data-v-0eac55db] {
  display: grid;
  place-items: center;
  min-height: 280px;
}
.tender-details-pre[data-v-0eac55db] {
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 1rem;
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.tender-overview-grid[data-v-0eac55db] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.tender-overview-field[data-v-0eac55db] {
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.tender-overview-field[data-v-0eac55db]:hover {
  background: #eef4ff;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px -28px rgba(13, 110, 253, 0.35);
}
.tender-overview-field--block[data-v-0eac55db] {
  grid-column: 1 / -1;
}
.tender-overview-label[data-v-0eac55db] {
  font-weight: 600;
  color: #495057;
}
.tender-overview-value[data-v-0eac55db] {
  color: #212529;
  word-break: break-word;
  white-space: pre-wrap;
}
.tender-overview-link[data-v-0eac55db] {
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.tender-overview-link[data-v-0eac55db]:hover {
  color: #0a58ca;
  text-decoration: underline;
}
.tender-overview-docs[data-v-0eac55db] {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}
.tender-overview-docs__title[data-v-0eac55db] {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.tender-probability[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tender-probability__value[data-v-0eac55db] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tender-probability__label[data-v-0eac55db] {
  font-weight: 600;
  color: #495057;
}
.tender-probability__score[data-v-0eac55db] {
  font-size: 1.5rem;
}
.tender-probability__details[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@keyframes modal-fade-in-0eac55db {
from {
    opacity: 0;
    transform: translateY(12px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes section-rise-0eac55db {
from {
    opacity: 0;
    transform: translateY(12px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 991.98px) {
.tender-details-modal[data-v-0eac55db] {
    flex-direction: column;
}
.tender-details-sidebar[data-v-0eac55db] {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
}
.tender-details-tab[data-v-0eac55db] {
    flex: 1 1 calc(50% - 0.5rem);
}
.tender-details-main[data-v-0eac55db] {
    max-height: none;
    padding-right: 0;
}
}
.tender-ai-chat[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
}
.tender-ai-chat__history[data-v-0eac55db] {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.tender-ai-chat__messages[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tender-ai-chat__composer[data-v-0eac55db] {
  flex-shrink: 0;
}
.tender-ai-chat__message[data-v-0eac55db] {
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}
.tender-ai-chat__message--assistant[data-v-0eac55db] {
  align-self: flex-start;
  background: #eff6ff;
  border-color: #bfdbfe;
}
.tender-ai-chat__message--user[data-v-0eac55db] {
  align-self: flex-end;
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.tender-ai-chat__message-meta[data-v-0eac55db] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
}
.tender-ai-chat__message-text[data-v-0eac55db] {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.5;
}
.tender-ai-chat__composer textarea[data-v-0eac55db] {
  resize: vertical;
  min-height: 120px;
}
.tender-details-section--ask-ai[data-v-0eac55db] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
}
.tender-analysis-progress[data-v-0eac55db] {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #f8fafc;
}
.tender-analysis-progress--compact[data-v-0eac55db] {
  margin-top: 0.75rem;
  padding: 0.65rem 0.75rem;
}
.tender-analysis-progress__head[data-v-0eac55db] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tender-analysis-progress__stages[data-v-0eac55db] {
  margin-top: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.tender-analysis-progress__stage[data-v-0eac55db] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.875rem;
}


.okpd-item+.okpd-item[data-v-5dd5e1ef] {
  margin-top: .25rem;
}
.okpd-row[data-v-5dd5e1ef] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.okpd-title[data-v-5dd5e1ef] {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.okpd-title:hover .okpd-text[data-v-5dd5e1ef] {
  text-decoration: underline;
}
.okpd-code[data-v-5dd5e1ef] {
  font-weight: 600;
}
.okpd-sep[data-v-5dd5e1ef] {
  margin: 0 .35rem;
  color: #adb5bd;
}


.okpd-overlay[data-v-0856d065] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.okpd-panel[data-v-0856d065] {
  width: min(980px, 95vw);
  max-height: 88vh;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.okpd-header[data-v-0856d065],
.okpd-footer[data-v-0856d065] {
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.okpd-header[data-v-0856d065] {
  border-bottom: 1px solid #dee2e6;
  justify-content: space-between;
}
.okpd-footer[data-v-0856d065] {
  border-top: 1px solid #dee2e6;
  justify-content: flex-end;
}
.okpd-body[data-v-0856d065] {
  padding: 1rem;
  overflow: auto;
}


.rsel[data-v-46689762] {
  position: relative;
}
.rsel-field[data-v-46689762] {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .375rem .5rem;
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  background: #fff;
}
.rsel-field.open[data-v-46689762] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.rsel-tags[data-v-46689762] {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
  flex-wrap: wrap;
}
.tag[data-v-46689762] {
  background: #e7f1ff;
  color: #0d6efd;
  border: 1px solid #cfe2ff;
  padding: .15rem .35rem;
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.tag button[data-v-46689762] {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1;
}
.rsel-input[data-v-46689762] {
  border: 0;
  outline: 0;
  min-width: 140px;
  flex: 1;
}
.rsel-fo-btn[data-v-46689762] {
  margin-left: auto;
  white-space: nowrap;
  border: 0;
  background: transparent;
  color: #0d6efd;
}
.rsel-fo-btn[data-v-46689762]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rsel-dropdown[data-v-46689762],
.rsel-fo[data-v-46689762] {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  max-height: 320px;
  overflow: auto;
  z-index: 1050;
}
.rsel-dropdown[data-v-46689762] {
  right: 0;
}
.rsel-fo[data-v-46689762] {
  width: 360px;
}
.fo-header[data-v-46689762] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  border-bottom: 1px solid #f1f3f5;
}
.btn-link[data-v-46689762] {
  border: 0;
  background: transparent;
  color: #0d6efd;
  cursor: pointer;
}
.list[data-v-46689762] {
  list-style: none;
  padding: .25rem 0;
  margin: 0;
}
.list li[data-v-46689762] {
  padding: .4rem .75rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  cursor: pointer;
}
.list li[data-v-46689762]:hover {
  background: #f8f9fa;
}
.list input[type="checkbox"][data-v-46689762] {
  pointer-events: none;
}
.name[data-v-46689762] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.muted[data-v-46689762] {
  color: #6c757d;
}
.p-2[data-v-46689762] {
  padding: .5rem;
}
.country[data-v-46689762] {
  background: #f8f9fa;
  border-radius: .375rem;
  margin: .25rem .5rem;
  padding: .35rem .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country-label[data-v-46689762] {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
}
.chevron[data-v-46689762] {
  border: 0;
  background: transparent;
  color: #0d6efd;
  cursor: pointer;
  padding: 0 .25rem;
  font-size: 16px;
  line-height: 1;
}
.indent[data-v-46689762] {
  padding-left: 1.25rem;
  margin-left: .5rem;
  border-left: 2px solid #eef2f6;
}
.divider[data-v-46689762] {
  height: 1px;
  background: #e9ecef;
  margin: .25rem .5rem;
}


.industry-overlay[data-v-d16c11ae] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-panel[data-v-d16c11ae] {
  width: min(980px, 95vw);
  max-height: 85vh;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.industry-header[data-v-d16c11ae] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  background: #fff;
}
.industry-body[data-v-d16c11ae] {
  padding: 1rem;
  overflow: auto;
  flex: 1;
}
.industry-footer[data-v-d16c11ae] {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  text-align: right;
  background: #fff;
}
.quiz-scroll[data-v-d16c11ae] {
  max-height: min(60vh, 520px);
  overflow-y: auto;
}
.quiz-item textarea[data-v-d16c11ae] {
  resize: vertical;
}
.quiz-modal[data-v-d16c11ae] {
  position: relative;
  min-height: 120px;
}
.quiz-loading-overlay[data-v-d16c11ae] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.375rem;
}


.work-tabs[data-v-1dfccb41] {
  position: relative;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  background: #fff;
  padding: 0 8px;
}
.work-tabs__list[data-v-1dfccb41] {
  display: flex;
  align-items: stretch;
  gap: 4px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.work-tabs__item[data-v-1dfccb41] {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.work-tabs__item--dragging[data-v-1dfccb41] {
  opacity: 0.5;
}
.work-tabs__item--drop-target .work-tabs__tab[data-v-1dfccb41] {
  box-shadow: inset 0 -3px 0 #2563eb;
}
.work-tabs__tab[data-v-1dfccb41] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: none;
  border-radius: 6px 6px 0 0;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.work-tabs__item--active .work-tabs__tab[data-v-1dfccb41] {
  background: #e0f2fe;
}
.work-tabs__item--pinned .work-tabs__tab[data-v-1dfccb41]::before {
  content: '\2605';
  margin-right: 4px;
  color: #fbbf24;
}
.work-tabs__color[data-v-1dfccb41] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.work-tabs__icon[data-v-1dfccb41] {
  font-size: 14px;
}
.work-tabs__title[data-v-1dfccb41] {
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.work-tabs__count[data-v-1dfccb41] {
  font-size: 12px;
  color: var(--muted-color, #6b7280);
}
.work-tabs__close[data-v-1dfccb41] {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}
.work-tabs__item--add[data-v-1dfccb41] {
  margin-left: auto;
}
.work-tabs__add[data-v-1dfccb41] {
  width: 28px;
  height: 28px;
  border: 1px dashed var(--border-color, #e5e7eb);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}
.work-tabs__menu[data-v-1dfccb41] {
  position: absolute;
  z-index: 20;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  padding: 8px 0;
  list-style: none;
}
.work-tabs__menu button[data-v-1dfccb41] {
  display: block;
  width: 100%;
  padding: 8px 16px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.work-tabs__menu button[data-v-1dfccb41]:hover,
.work-tabs__menu button[data-v-1dfccb41]:focus {
  background: #eff6ff;
}
.fade-enter-active[data-v-1dfccb41],
.fade-leave-active[data-v-1dfccb41] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-1dfccb41],
.fade-leave-to[data-v-1dfccb41] {
  opacity: 0;
}
.visually-hidden[data-v-1dfccb41] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.tender-table[data-v-c5f2060a] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tender-table__toolbar[data-v-c5f2060a] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}
.tender-table__label[data-v-c5f2060a] {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.tender-table__search-group[data-v-c5f2060a] {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tender-table__search[data-v-c5f2060a] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__toolbar-actions[data-v-c5f2060a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tender-table__filters[data-v-c5f2060a] {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 16px;
  background: #f8fafc;
}
.tender-table__filters-grid[data-v-c5f2060a] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.tender-table__filter[data-v-c5f2060a] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tender-table__filter select[data-v-c5f2060a],
.tender-table__filter input[type='number'][data-v-c5f2060a],
.tender-table__filter input[type='date'][data-v-c5f2060a] {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__checkboxes[data-v-c5f2060a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.tender-table__checkboxes label[data-v-c5f2060a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.tender-table__range[data-v-c5f2060a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tender-table__range input[data-v-c5f2060a] {
  width: 100%;
}
.tender-table__range-sep[data-v-c5f2060a] {
  color: #94a3b8;
}
.tender-table__deadline[data-v-c5f2060a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tender-table__tags[data-v-c5f2060a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.tender-table__tag[data-v-c5f2060a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 999px;
  padding: 4px 10px;
}
.tender-table__tag button[data-v-c5f2060a] {
  border: none;
  background: transparent;
  cursor: pointer;
}
.tender-table__tag-input[data-v-c5f2060a] {
  flex: 1 1 160px;
  min-width: 140px;
  border: 1px dashed var(--border-color, #cbd5f5);
  border-radius: 6px;
  padding: 4px 8px;
}
.tender-table__filter--compact[data-v-c5f2060a] {
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.tender-table__toggle[data-v-c5f2060a] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.tender-table__view-settings[data-v-c5f2060a] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.tender-table__grouping select[data-v-c5f2060a] {
  min-width: 200px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__sorting[data-v-c5f2060a] {
  flex: 1 1 320px;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.tender-table__sorting-header[data-v-c5f2060a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tender-table__sort-list[data-v-c5f2060a] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tender-table__sort-item[data-v-c5f2060a] {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 8px;
  align-items: center;
}
.tender-table__sort-item select[data-v-c5f2060a] {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__sort-empty[data-v-c5f2060a] {
  font-size: 13px;
  color: var(--muted-color, #94a3b8);
}
.tender-table__mass-actions[data-v-c5f2060a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #bae6fd;
  background: #e0f2fe;
  color: #0c4a6e;
}
.tender-table__mass-buttons[data-v-c5f2060a] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tender-table__table-wrapper[data-v-c5f2060a] {
  max-height: 600px;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  background: #fff;
}
.tender-table__table[data-v-c5f2060a] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tender-table__table thead th[data-v-c5f2060a] {
  position: sticky;
  top: 0;
  background: #f1f5f9;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  z-index: 1;
}
.tender-table__table tbody td[data-v-c5f2060a] {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color, #f1f5f9);
  vertical-align: top;
}
.tender-table__table tbody td[data-v-c5f2060a]:first-child {
  vertical-align: middle;
}
.tender-table__group-row td[data-v-c5f2060a] {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
}
.tender-table__row[data-v-c5f2060a] {
  transition: background-color 0.2s ease;
}
.tender-table__row[data-v-c5f2060a]:hover {
  background: #f8fafc;
}
.tender-table__row--favorite[data-v-c5f2060a] {
  background: #fffbeb;
}
.tender-table__row--high-probability[data-v-c5f2060a] {
  background: rgba(16, 185, 129, 0.08);
}
.tender-table__row--high-margin[data-v-c5f2060a] {
  background: rgba(59, 130, 246, 0.08);
}
.tender-table__row--high-score[data-v-c5f2060a] {
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.12), rgba(59, 130, 246, 0.12));
}
.tender-table__row--no-docs[data-v-c5f2060a] {
  background: rgba(248, 215, 218, 0.45);
}
.tender-table__row--updated[data-v-c5f2060a] {
  border-left: 3px solid #22c55e;
}
.tender-table__title[data-v-c5f2060a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tender-table__title-main[data-v-c5f2060a] {
  font-weight: 600;
  color: #0f172a;
}
.tender-table__subtitle[data-v-c5f2060a] {
  display: block;
  font-size: 13px;
  color: var(--muted-color, #64748b);
}
.tender-table__region[data-v-c5f2060a] {
  font-weight: 600;
  color: #0ea5e9;
}
.tender-table__price[data-v-c5f2060a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tender-table__price > span[data-v-c5f2060a]:first-child {
  font-weight: 600;
  color: #0f172a;
}
.tender-table__margin[data-v-c5f2060a] {
  font-size: 12px;
  color: var(--muted-color, #64748b);
}
.tender-table__margin--good[data-v-c5f2060a] {
  color: #15803d;
  font-weight: 600;
}
.tender-table__margin--negative[data-v-c5f2060a] {
  color: #dc2626;
}
.tender-table__margin--muted[data-v-c5f2060a] {
  color: var(--muted-color, #94a3b8);
}
.tender-table__criteria[data-v-c5f2060a] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: var(--muted-color, #475569);
}
.tender-table__comment[data-v-c5f2060a] {
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
  color: #1f2937;
}
.tender-table__analysis-col[data-v-c5f2060a] {
  width: 140px;
}
.tender-table__analysis-inner[data-v-c5f2060a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.tender-table__analysis-label[data-v-c5f2060a] {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tender-table__status-col[data-v-c5f2060a] {
  width: 180px;
}
.tender-table__status-badge[data-v-c5f2060a] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  background: color-mix(in srgb, var(--stage-color) 14%, #fff);
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tender-table__status-badge--overdue[data-v-c5f2060a] {
  outline: 2px solid rgba(220, 38, 38, 0.85);
  color: #991b1b;
  font-weight: 600;
}
.tender-table__status-dot[data-v-c5f2060a] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--stage-color);
}
.tender-table__spacer td[data-v-c5f2060a] {
  padding: 0;
  border: none;
}
.tender-table__empty td[data-v-c5f2060a] {
  padding: 24px;
  text-align: center;
  color: var(--muted-color, #94a3b8);
}
.fade-enter-active[data-v-c5f2060a],
.fade-leave-active[data-v-c5f2060a] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-c5f2060a],
.fade-leave-to[data-v-c5f2060a] {
  opacity: 0;
}
.btn[data-v-c5f2060a] {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px 12px;
}
.btn--ghost[data-v-c5f2060a] {
  background: transparent;
  color: #1d4ed8;
}
.btn--primary[data-v-c5f2060a] {
  background: #2563eb;
  color: #fff;
}
.btn--icon[data-v-c5f2060a] {
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
}


.add-to-list-popover[data-v-459e46ee] {
  width: min(360px, calc(100vw - 32px));
  max-height: min(560px, calc(100vh - 48px));
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}
.add-to-list-popover__head[data-v-459e46ee] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #e5e7eb;
}
.add-to-list-popover__title[data-v-459e46ee] {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}
.add-to-list-popover__subtitle[data-v-459e46ee] {
  margin: 4px 0 0;
  font-size: 12px;
  color: #64748b;
}
.add-to-list-popover__close[data-v-459e46ee] {
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
}
.add-to-list-popover__toolbar[data-v-459e46ee] {
  display: grid;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.add-to-list-popover__search[data-v-459e46ee] {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
}
.add-to-list-popover__counter[data-v-459e46ee] {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
}
.add-to-list-popover__body[data-v-459e46ee] {
  overflow: auto;
  padding: 10px;
}
.add-to-list-popover__group + .add-to-list-popover__group[data-v-459e46ee] {
  margin-top: 12px;
}
.add-to-list-popover__group-title[data-v-459e46ee] {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
  font-weight: 700;
  padding: 0 8px 8px;
}
.add-to-list-popover__item[data-v-459e46ee] {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 10px 8px;
  border-radius: 12px;
  cursor: pointer;
}
.add-to-list-popover__item[data-v-459e46ee]:hover {
  background: #f8fafc;
}
.add-to-list-popover__item-main[data-v-459e46ee] {
  min-width: 0;
}
.add-to-list-popover__item-name[data-v-459e46ee] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.add-to-list-popover__item-path[data-v-459e46ee] {
  margin-top: 4px;
  font-size: 12px;
  color: #64748b;
}
.add-to-list-popover__item-count[data-v-459e46ee] {
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
}
.add-to-list-popover__empty[data-v-459e46ee] {
  padding: 24px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
.add-to-list-popover__footer[data-v-459e46ee] {
  border-top: 1px solid #e5e7eb;
  padding: 12px 16px 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  background: #fff;
}
.add-to-list-popover__actions[data-v-459e46ee] {
  display: flex;
  gap: 8px;
}
.btn[data-v-459e46ee] {
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}
.btn--primary[data-v-459e46ee] {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
}
.btn--secondary[data-v-459e46ee] {
  background: #eef2f7;
  color: #0f172a;
}
.btn--ghost[data-v-459e46ee] {
  background: transparent;
  color: #1d4ed8;
}


.open-list-popover[data-v-e55b257a] {
  display: flex;
  flex-direction: column;
  width: 320px;
  max-height: 480px;
}
.open-list-popover__header[data-v-e55b257a] {
  padding: 16px;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.open-list-popover__search[data-v-e55b257a] {
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
  padding: 8px 10px;
}
.open-list-popover__presets[data-v-e55b257a] {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}
.open-list-popover__hint[data-v-e55b257a] {
  font-size: 12px;
  color: var(--muted-color, #9ca3af);
  margin-bottom: 8px;
}
.open-list-popover__chips[data-v-e55b257a] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.open-list-popover__chip[data-v-e55b257a] {
  border: 1px solid var(--border-color, #e5e7eb);
  background: #f8fafc;
  border-radius: 999px;
  padding: 4px 12px;
  cursor: pointer;
  font-size: 13px;
}
.open-list-popover__body[data-v-e55b257a] {
  flex: 1 1 auto;
  overflow: auto;
}
.open-list-popover__list[data-v-e55b257a] {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.open-list-popover__item button[data-v-e55b257a] {
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}
.open-list-popover__item button[data-v-e55b257a]:hover,
.open-list-popover__item button[data-v-e55b257a]:focus {
  background: #eff6ff;
}
.open-list-popover__dot[data-v-e55b257a] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.open-list-popover__name[data-v-e55b257a] {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.open-list-popover__count[data-v-e55b257a] {
  font-size: 12px;
  color: var(--muted-color, #6b7280);
}
.open-list-popover__empty[data-v-e55b257a] {
  padding: 24px 16px;
  text-align: center;
  color: var(--muted-color, #9ca3af);
}
.open-list-popover__footer[data-v-e55b257a] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-color, #e5e7eb);
}


.lists-modal__shell[data-v-ee294830] {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 92vh;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px;
}
.lists-modal__header[data-v-ee294830] {
  padding: 22px 26px 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.lists-modal__title[data-v-ee294830] {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}
.lists-modal__subtitle[data-v-ee294830] {
  margin: 6px 0 0;
  font-size: 14px;
  color: #64748b;
}
.lists-modal__header-actions[data-v-ee294830] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.lists-modal__toolbar[data-v-ee294830] {
  padding: 14px 26px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.lists-modal__search[data-v-ee294830] {
  width: 100%;
  max-width: 420px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 11px 14px;
  outline: none;
}
.lists-modal__toggle[data-v-ee294830] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 14px;
}
.lists-modal__body[data-v-ee294830] {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  padding: 18px 26px 22px;
  min-height: 0;
  overflow: hidden;
}
.lists-modal__sidebar[data-v-ee294830],
.lists-modal__content-pane[data-v-ee294830] {
  min-height: 0;
}
.lists-modal__sidebar[data-v-ee294830] {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.lists-modal__tree[data-v-ee294830] {
  overflow: auto;
  padding: 10px;
  height: 100%;
}
.lists-modal__tree-row[data-v-ee294830] {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px;
  border-radius: 14px;
  cursor: pointer;
}
.lists-modal__tree-row[data-v-ee294830]:hover {
  background: #f8fafc;
}
.lists-modal__tree-row--selected[data-v-ee294830] {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.10));
}
.lists-modal__tree-row--archived[data-v-ee294830] {
  opacity: .75;
}
.lists-modal__indent[data-v-ee294830] {
  flex: 0 0 auto;
}
.lists-modal__expand[data-v-ee294830],
.lists-modal__expand-spacer[data-v-ee294830] {
  width: 18px;
  flex: 0 0 18px;
}
.lists-modal__expand[data-v-ee294830] {
  border: none;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  padding: 0;
}
.lists-modal__icon[data-v-ee294830] {
  width: 22px;
  flex: 0 0 22px;
  text-align: center;
}
.lists-modal__content[data-v-ee294830] {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.lists-modal__label[data-v-ee294830] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.lists-modal__path[data-v-ee294830] {
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}
.lists-modal__count[data-v-ee294830] {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.lists-modal__content-pane[data-v-ee294830] {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lists-modal__card[data-v-ee294830] {
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 18px;
}
.lists-modal__card-head[data-v-ee294830] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.lists-modal__kicker[data-v-ee294830] {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #64748b;
  font-weight: 700;
}
.lists-modal__entity-title[data-v-ee294830] {
  margin: 6px 0 0;
  font-size: 24px;
  color: #0f172a;
}
.lists-modal__entity-path[data-v-ee294830] {
  margin-top: 8px;
  font-size: 13px;
  color: #475569;
}
.lists-modal__actions[data-v-ee294830] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lists-modal__section-title[data-v-ee294830] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}
.lists-modal__titles[data-v-ee294830] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.lists-modal__title-item[data-v-ee294830] {
  border: 1px solid #eef2f7;
  background: #f8fafc;
  border-radius: 14px;
  padding: 12px 14px;
  color: #0f172a;
}
.lists-modal__folder-grid[data-v-ee294830] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.lists-modal__folder-card[data-v-ee294830] {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
  padding: 14px;
  cursor: pointer;
}
.lists-modal__folder-card[data-v-ee294830]:hover {
  background: #fff;
}
.lists-modal__folder-card-type[data-v-ee294830] {
  font-size: 12px;
  color: #64748b;
}
.lists-modal__folder-card-title[data-v-ee294830] {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
.lists-modal__folder-card-meta[data-v-ee294830] {
  margin-top: 6px;
  font-size: 13px;
  color: #475569;
}
.lists-modal__placeholder[data-v-ee294830] {
  min-height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.65);
  padding: 40px 24px;
}
.lists-modal__placeholder-icon[data-v-ee294830] {
  font-size: 42px;
  margin-bottom: 12px;
}
.lists-modal__placeholder-title[data-v-ee294830] {
  margin: 0;
  font-size: 20px;
  color: #0f172a;
}
.lists-modal__placeholder-text[data-v-ee294830] {
  margin: 10px 0 0;
  font-size: 14px;
  color: #64748b;
}
.lists-modal__empty[data-v-ee294830],
.lists-modal__empty-inline[data-v-ee294830] {
  color: #94a3b8;
  font-size: 14px;
  text-align: center;
  padding: 24px 10px;
}
.lists-modal__footer[data-v-ee294830] {
  border-top: 1px solid #e5e7eb;
  padding: 16px 26px 22px;
  display: flex;
  justify-content: flex-end;
}
.lists-modal__editor-backdrop[data-v-ee294830] {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.32);
  display: grid;
  place-items: center;
  z-index: 20;
  padding: 20px;
}
.lists-modal__editor[data-v-ee294830] {
  width: min(500px, 100%);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}
.lists-modal__editor-head[data-v-ee294830] {
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lists-modal__editor-title[data-v-ee294830] {
  margin: 0;
  font-size: 20px;
  color: #0f172a;
}
.lists-modal__editor-close[data-v-ee294830] {
  border: none;
  background: transparent;
  font-size: 24px;
  color: #64748b;
  cursor: pointer;
}
.lists-modal__editor-body[data-v-ee294830] {
  padding: 18px 20px;
  display: grid;
  gap: 14px;
}
.lists-modal__field[data-v-ee294830] {
  display: grid;
  gap: 8px;
}
.lists-modal__field-label[data-v-ee294830] {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.lists-modal__input[data-v-ee294830],
.lists-modal__select[data-v-ee294830] {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 11px 14px;
  outline: none;
}
.lists-modal__editor-footer[data-v-ee294830] {
  border-top: 1px solid #e5e7eb;
  padding: 14px 20px 18px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.btn[data-v-ee294830] {
  border: none;
  border-radius: 14px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
}
.btn--primary[data-v-ee294830] {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
}
.btn--secondary[data-v-ee294830] {
  background: #eef2f7;
  color: #0f172a;
}
.btn--ghost[data-v-ee294830] {
  background: transparent;
  color: #1d4ed8;
}
.btn--danger[data-v-ee294830] {
  background: #fee2e2;
  color: #dc2626;
}
.fade-enter-active[data-v-ee294830],
.fade-leave-active[data-v-ee294830] {
  transition: opacity .2s ease;
}
.fade-enter-from[data-v-ee294830],
.fade-leave-to[data-v-ee294830] {
  opacity: 0;
}
@media (max-width: 1100px) {
.lists-modal__body[data-v-ee294830] {
    grid-template-columns: 1fr;
}
.lists-modal__card-head[data-v-ee294830] {
    flex-direction: column;
}
}


.kanban-card--roadmap-overdue[data-v-2da00209] {
  border: 2px solid rgba(220, 38, 38, 0.9) !important;
  background: #fef2f2;
}
.kanban-card[data-v-2da00209]:hover {
  outline: 1px solid rgba(37, 99, 235, 0.35);
}


.kanban-stages-editor__handle[data-v-219c482a] {
  cursor: grab;
  touch-action: none;
  min-width: 2.25rem;
}
.kanban-stages-editor__handle[data-v-219c482a]:active {
  cursor: grabbing;
}
.kanban-stages-editor__row--drag-over[data-v-219c482a] {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
  background: rgba(13, 110, 253, 0.04);
}
.kanban-stages-editor__grip-hint[data-v-219c482a] {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.15em;
  color: #94a3b8;
}


.list-management[data-v-5e3eb816] {
  position: relative;
}
.list-management__popover[data-v-5e3eb816] {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  border-radius: 12px;
  background: #fff;
}
.add-to-list-layer[data-v-5e3eb816] {
  position: fixed;
  z-index: 1300;
}
.lists-page[data-v-5e3eb816] {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
}
.lists-workspace.workspace[data-v-5e3eb816] {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  flex: 1 1 auto;
  min-height: calc(100vh - 120px);
  max-height: none;
}
.workspace[data-v-5e3eb816] {
  background: #fff;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 260px);
}
.workspace__header h5[data-v-5e3eb816] {
  font-size: 1.15rem;
  font-weight: 600;
}
.workspace__tabs[data-v-5e3eb816] {
  margin-bottom: 12px;
}
.lists-workspace .workspace__content[data-v-5e3eb816] {
  flex: 1 1 auto;
  min-height: calc(100vh - 200px);
}
.lists-workspace .kanban-board .d-flex.overflow-auto[data-v-5e3eb816] {
  min-height: calc(100vh - 220px) !important;
}
.workspace__content[data-v-5e3eb816] {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  overscroll-behavior: contain;
}
.workspace__popover[data-v-5e3eb816] {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 40;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
  border-radius: 12px;
  background: #fff;
}
.table-heading[data-v-5e3eb816] {
  position: relative;
  cursor: default;
}
.row-click[data-v-5e3eb816] {
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.row-click[data-v-5e3eb816]:hover {
  background-color: rgba(13, 110, 253, 0.08);
  box-shadow: inset 0 0 0 999px rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.heading-trigger[data-v-5e3eb816] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  cursor: pointer;
}
.rotate-180[data-v-5e3eb816] {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.table-heading .dropdown-menu[data-v-5e3eb816] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 220px;
  overflow: auto;
  min-width: 280px;
}
.toast-stack[data-v-5e3eb816] {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  z-index: 3000;
}
.toast-stack .alert[data-v-5e3eb816] {
  margin: 0;
  padding: .5rem .75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.tp-filter small code[data-v-5e3eb816] {
  background: #f8f9fa;
  padding: .1rem .25rem;
  border-radius: .25rem;
}
.confirm-modal[data-v-5e3eb816] {
  text-align: center;
  padding: 6px 4px 2px;
}
.confirm-modal__icon[data-v-5e3eb816] {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  background: #fff3cd;
  color: #8a6d3b;
  font-size: 24px;
}
.confirm-modal__title[data-v-5e3eb816] {
  font-size: 18px;
  margin: 6px 0 4px;
}
.confirm-modal__desc[data-v-5e3eb816] {
  margin: 0 0 10px;
  color: #6c757d;
}
.confirm-modal__list[data-v-5e3eb816] {
  text-align: left;
  margin: 0 auto 14px;
  padding-left: 18px;
  max-width: 420px;
  color: #6c757d;
}
.confirm-modal__actions[data-v-5e3eb816] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.auto-analyze-btn[data-v-5e3eb816] {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .65rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(220, 53, 69, .12);
}
.auto-analyze-btn[data-v-5e3eb816]:disabled {
  box-shadow: none;
  opacity: .75;
  cursor: not-allowed;
}
.auto-mode-wrap[data-v-5e3eb816] {
  margin-top: .25rem;
}
.comment-stack>div+div[data-v-5e3eb816] {
  margin-top: .25rem;
}
.short-comment-cell[data-v-5e3eb816] {
  white-space: pre-wrap;
  word-break: break-word;
}
.list-management__path[data-v-5e3eb816] {
  margin-top: 8px;
  font-size: 13px;
  color: #64748b;
}
.pw-select[data-v-5e3eb816] {
  position: relative;
}
.pw-select__control[data-v-5e3eb816] {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-align: left;
  padding-right: 36px;
  cursor: pointer;
}
.pw-select__control[data-v-5e3eb816]:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
}
.pw-caret[data-v-5e3eb816] {
  transition: transform .15s ease;
}
.pw-caret.rot[data-v-5e3eb816] {
  transform: rotate(180deg);
}
.pw-select__counter[data-v-5e3eb816] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 999px;
  background: #e9f3ff;
  color: #0d6efd;
}
.pw-select__chips[data-v-5e3eb816] {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .25rem;
}
.pw-chip[data-v-5e3eb816] {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: #f1f3f5;
  border-radius: 999px;
  padding: .15rem .5rem;
  font-size: 12px;
  line-height: 1;
}
.pw-chip--more[data-v-5e3eb816] {
  background: #eef6ff;
  color: #0d6efd;
}
.pw-chip__x[data-v-5e3eb816] {
  border: 0;
  background: transparent;
  color: #6c757d;
  line-height: 1;
}
.pw-chip__x[data-v-5e3eb816]:hover {
  color: #343a40;
}
.pw-dropdown[data-v-5e3eb816] {
  position: absolute;
  z-index: 3000;
  inset: auto 0 auto 0;
  margin-top: .25rem;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: .5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  display: grid;
  grid-template-rows: auto minmax(140px, 280px) auto;
}
.pw-head[data-v-5e3eb816] {
  padding: .75rem .75rem .25rem;
  border-bottom: 1px solid #f1f3f5;
}
.pw-list[data-v-5e3eb816] {
  padding: .5rem;
  overflow: auto;
  max-height: 280px;
}
.pw-item[data-v-5e3eb816] {
  display: flex;
  align-items: center;
  padding: .35rem .5rem;
  border-radius: .35rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: .25rem;
}
.pw-item[data-v-5e3eb816]:hover {
  background: #f8f9fa;
}
.pw-item__text[data-v-5e3eb816] {
  display: inline-flex;
  gap: .35rem;
  align-items: baseline;
}
.pw-item__name[data-v-5e3eb816] {
  font-size: .95rem;
}
.pw-item__short[data-v-5e3eb816] {
  color: #6c757d;
  font-size: .85rem;
}
.pw-footer[data-v-5e3eb816] {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  border-top: 1px solid #f1f3f5;
}



/* :global(html),
:global(body) {
  overflow-x: hidden;
} */
html,body {
  overflow-x: hidden;
  overflow-anchor: none;
}
.short-comment-cell[data-v-5e3eb816] {
  white-space: pre-wrap;
  word-break: break-word;
}
.tables-wrap[data-v-5e3eb816] {
  overflow-x: auto;
}
.criteria-cell[data-v-5e3eb816] {
  white-space: normal;
  vertical-align: top;
}
.criteria-chips[data-v-5e3eb816] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .35rem .5rem;
}
.analysis-table[data-v-5e3eb816] {
  table-layout: fixed;
  width: 100%;
}
.analysis-table th[data-v-5e3eb816],
.analysis-table td[data-v-5e3eb816] {
  vertical-align: top;
}
.analysis-table thead th[data-v-5e3eb816] {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.analysis-table tbody td[data-v-5e3eb816]:nth-child(1),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(2),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(3),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(4),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(9),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(11) {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.analysis-table tbody td[data-v-5e3eb816]:nth-child(5),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(6),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(7),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(8),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(10),
.analysis-table tbody td[data-v-5e3eb816]:nth-child(12) {
  white-space: nowrap;
}
.analysis-table th[data-v-5e3eb816]:nth-child(1),
.analysis-table td[data-v-5e3eb816]:nth-child(1) {
  width: 380px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
  text-overflow: clip;
}
.analysis-table th[data-v-5e3eb816]:nth-child(2),

.analysis-table td[data-v-5e3eb816]:nth-child(2) {
  width: 120px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysis-table th[data-v-5e3eb816]:nth-child(3),

.analysis-table td[data-v-5e3eb816]:nth-child(3) {
  width: 9ch;
  max-width: 9ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysis-table th[data-v-5e3eb816]:nth-child(4),
.analysis-table td[data-v-5e3eb816]:nth-child(4) {
  width: 16ch;
  max-width: 16ch;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
}
.analysis-table th[data-v-5e3eb816]:nth-child(5),

.analysis-table td[data-v-5e3eb816]:nth-child(5) {
  width: 12ch;
  white-space: nowrap;
}
.analysis-table th[data-v-5e3eb816]:nth-child(6),

.analysis-table td[data-v-5e3eb816]:nth-child(6) {
  width: 9ch;
  white-space: nowrap;
}
.analysis-table th[data-v-5e3eb816]:nth-child(7),

.analysis-table td[data-v-5e3eb816]:nth-child(7),
.analysis-table th[data-v-5e3eb816]:nth-child(8),

.analysis-table td[data-v-5e3eb816]:nth-child(8) {
  width: 13ch;
  white-space: nowrap;
}
.analysis-table th[data-v-5e3eb816]:nth-child(9),

.analysis-table td[data-v-5e3eb816]:nth-child(9) {
  width: 280px;
  white-space: normal;
  word-break: break-word;
}
.analysis-table th[data-v-5e3eb816]:nth-child(10),

.analysis-table td[data-v-5e3eb816]:nth-child(10) {
  width: 10ch;
  white-space: nowrap;
}
.analysis-table th[data-v-5e3eb816]:nth-child(11),

.analysis-table td[data-v-5e3eb816]:nth-child(11) {
  width: 280px;
  white-space: normal;
  word-break: break-word;
}
.analysis-table th[data-v-5e3eb816]:nth-child(12),

.analysis-table td[data-v-5e3eb816]:nth-child(12) {
  width: 110px;
  min-width: 96px;
  white-space: nowrap;
}
.actions-cell .action-btn[data-v-5e3eb816] {
  padding: .3rem .4rem;
  line-height: 1;
}
.actions-cell .action-btn i[data-v-5e3eb816] {
  font-size: 1.05rem;
}
@media (max-width: 1399px) {
.analysis-table[data-v-5e3eb816] {
    font-size: .8125rem;
}

  /* ~13px */
.analysis-table th[data-v-5e3eb816],
  .analysis-table td[data-v-5e3eb816] {
    padding: .3rem .35rem;
}
.analysis-table th[data-v-5e3eb816]:nth-child(1),
  .analysis-table td[data-v-5e3eb816]:nth-child(1) {
    width: 220px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(3),
  .analysis-table td[data-v-5e3eb816]:nth-child(3) {
    width: 8ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(4),
  .analysis-table td[data-v-5e3eb816]:nth-child(4) {
    width: 10ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(5),
  .analysis-table td[data-v-5e3eb816]:nth-child(5) {
    width: 10ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(7),
  .analysis-table td[data-v-5e3eb816]:nth-child(7),
  .analysis-table th[data-v-5e3eb816]:nth-child(8),
  .analysis-table td[data-v-5e3eb816]:nth-child(8) {
    width: 9ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(9),
  .analysis-table td[data-v-5e3eb816]:nth-child(9) {
    width: 150px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(11),
  .analysis-table td[data-v-5e3eb816]:nth-child(11) {
    width: 150px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(12),
  .analysis-table td[data-v-5e3eb816]:nth-child(12) {
    width: 88px;
}
}
@media (min-width: 1400px) and (max-width: 1499px) {
.analysis-table[data-v-5e3eb816] {
    font-size: .8125rem;
}
.analysis-table th[data-v-5e3eb816],
  .analysis-table td[data-v-5e3eb816] {
    padding: .3rem .35rem;
}

  /* Название */
.analysis-table th[data-v-5e3eb816]:nth-child(1),
  .analysis-table td[data-v-5e3eb816]:nth-child(1) {
    width: 220px;
}

  /* Способ отбора */
.analysis-table th[data-v-5e3eb816]:nth-child(4),
  .analysis-table td[data-v-5e3eb816]:nth-child(4) {
    width: 10ch;
    max-width: 10ch;
}

  /* Цена */
.analysis-table th[data-v-5e3eb816]:nth-child(5),
  .analysis-table td[data-v-5e3eb816]:nth-child(5) {
    width: 10ch;
}

  /* Даты */
.analysis-table th[data-v-5e3eb816]:nth-child(7),
  .analysis-table td[data-v-5e3eb816]:nth-child(7),
  .analysis-table th[data-v-5e3eb816]:nth-child(8),
  .analysis-table td[data-v-5e3eb816]:nth-child(8) {
    width: 13ch;
}

  /* Критерии / Комментарий */
.analysis-table th[data-v-5e3eb816]:nth-child(9),
  .analysis-table td[data-v-5e3eb816]:nth-child(9) {
    width: 150px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(11),
  .analysis-table td[data-v-5e3eb816]:nth-child(11) {
    width: 150px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(12),
  .analysis-table td[data-v-5e3eb816]:nth-child(12) {
    width: 88px;
    min-width: 88px;
}
}
@media (min-width: 1500px) and (max-width: 1799px) {
.actions-cell .action-btn[data-v-5e3eb816] {
    padding: .35rem .5rem;
}
.actions-cell .action-btn i[data-v-5e3eb816] {
    font-size: 1.15rem;
}
.analysis-table th[data-v-5e3eb816]:nth-child(1),
  .analysis-table td[data-v-5e3eb816]:nth-child(1) {
    width: 320px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(4),
  .analysis-table td[data-v-5e3eb816]:nth-child(4) {
    width: 14ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(5),
  .analysis-table td[data-v-5e3eb816]:nth-child(5) {
    width: 11ch;
}
.analysis-table th[data-v-5e3eb816]:nth-child(9),
  .analysis-table td[data-v-5e3eb816]:nth-child(9) {
    width: 240px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(11),
  .analysis-table td[data-v-5e3eb816]:nth-child(11) {
    width: 240px;
}
}
.criteria-plain .criteria-line[data-v-5e3eb816] {
  white-space: normal;
}
.criteria-plain .crit-main[data-v-5e3eb816] {
  font-weight: 600;
}
.tender-details-modal[data-v-5e3eb816] {
  display: flex;
  gap: 1.5rem;
}
.tender-details-sidebar[data-v-5e3eb816] {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tender-details-tab[data-v-5e3eb816] {
  border: 0;
  text-align: left;
  padding: .75rem 1rem;
  border-radius: .75rem;
  background: #f8f9fa;
  color: #495057;
  font-weight: 500;
  transition: background .15s ease, color .15s ease;
}
.tender-details-tab.active[data-v-5e3eb816] {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .2);
}
.tender-details-main[data-v-5e3eb816] {
  flex: 1 1 auto;
  min-height: 320px;
  max-height: 70vh;
  overflow: auto;
  padding-right: .5rem;
}
.tender-details-loading[data-v-5e3eb816] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.tender-details-section[data-v-5e3eb816] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tender-details-title[data-v-5e3eb816] {
  font-weight: 700;
}
.tender-details-grid dt[data-v-5e3eb816] {
  font-weight: 600;
  color: #495057;
}
.tender-details-grid dd[data-v-5e3eb816] {
  margin-bottom: 0;
  color: #212529;
}
.tender-details-list[data-v-5e3eb816] {
  padding-left: 1.1rem;
  margin-bottom: 0;
  display: grid;
  gap: .75rem;
}
.tender-details-sublist[data-v-5e3eb816] {
  padding-left: 1.1rem;
  margin: .5rem 0 0;
  display: grid;
  gap: .25rem;
}
.tender-details-pre[data-v-5e3eb816] {
  background: #f8f9fa;
  border-radius: .75rem;
  padding: 1rem;
  max-height: 360px;
  overflow: auto;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
.tender-details-modal[data-v-5e3eb816] {
    flex-direction: column;
}
.tender-details-sidebar[data-v-5e3eb816] {
    flex-direction: row;
    flex-wrap: wrap;
}
.tender-details-tab[data-v-5e3eb816] {
    flex: 1 1 calc(50% - .5rem);
}
.tender-details-main[data-v-5e3eb816] {
    max-height: none;
    padding-right: 0;
}
}
.customer-cell[data-v-5e3eb816] {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
@media (min-width: 1500px) and (max-width: 1797px) {
.analysis-table[data-v-5e3eb816] {
    font-size: .875rem;
}
.analysis-table th[data-v-5e3eb816],
  .analysis-table td[data-v-5e3eb816] {
    padding: .3rem .35rem;
}

  /* Название */
.analysis-table th[data-v-5e3eb816]:nth-child(1),
  .analysis-table td[data-v-5e3eb816]:nth-child(1) {
    width: 260px;
}

  /* Заказчик */
.analysis-table th[data-v-5e3eb816]:nth-child(2),
  .analysis-table td[data-v-5e3eb816]:nth-child(2) {
    max-width: 14ch;
}

  /* Регион */
.analysis-table th[data-v-5e3eb816]:nth-child(3),
  .analysis-table td[data-v-5e3eb816]:nth-child(3) {
    max-width: 8ch;
}

  /* Способ отбора */
.analysis-table th[data-v-5e3eb816]:nth-child(4),
  .analysis-table td[data-v-5e3eb816]:nth-child(4) {
    width: 12ch;
    max-width: 12ch;
}

  /* Цена */
.analysis-table th[data-v-5e3eb816]:nth-child(5),
  .analysis-table td[data-v-5e3eb816]:nth-child(5) {
    width: 11ch;
}

  /* Маржа */
.analysis-table th[data-v-5e3eb816]:nth-child(6),
  .analysis-table td[data-v-5e3eb816]:nth-child(6) {
    width: 8ch;
}

  /* Срок / Дата аукциона */
.analysis-table th[data-v-5e3eb816]:nth-child(7),
  .analysis-table td[data-v-5e3eb816]:nth-child(7),
  .analysis-table th[data-v-5e3eb816]:nth-child(8),
  .analysis-table td[data-v-5e3eb816]:nth-child(8) {
    width: 10ch;
}

  /* Критерии */
.analysis-table th[data-v-5e3eb816]:nth-child(9),
  .analysis-table td[data-v-5e3eb816]:nth-child(9) {
    width: 200px;
}

  /* % Победы */
.analysis-table th[data-v-5e3eb816]:nth-child(10),
  .analysis-table td[data-v-5e3eb816]:nth-child(10) {
    width: 9ch;
}

  /* Комментарий */
.analysis-table th[data-v-5e3eb816]:nth-child(11),
  .analysis-table td[data-v-5e3eb816]:nth-child(11) {
    width: 200px;
}

  /* Действия */
.analysis-table th[data-v-5e3eb816]:nth-child(12),
  .analysis-table td[data-v-5e3eb816]:nth-child(12) {
    width: 96px;
    min-width: 96px;
}
.actions-cell .action-btn[data-v-5e3eb816] {
    padding: .3rem .4rem;
}
.actions-cell .action-btn i[data-v-5e3eb816] {
    font-size: 1.05rem;
}
}
@media (min-width: 1800px) and (max-width: 1972px) {
.analysis-table[data-v-5e3eb816] {
    font-size: .9rem;
}
.analysis-table th[data-v-5e3eb816],
  .analysis-table td[data-v-5e3eb816] {
    padding: .35rem .45rem;
}

  /* Название */
.analysis-table th[data-v-5e3eb816]:nth-child(1),
  .analysis-table td[data-v-5e3eb816]:nth-child(1) {
    width: 300px;
}
.analysis-table th[data-v-5e3eb816]:nth-child(2),
  .analysis-table td[data-v-5e3eb816]:nth-child(2) {
    max-width: 14ch;
}

  /* Регион */
.analysis-table th[data-v-5e3eb816]:nth-child(3),
  .analysis-table td[data-v-5e3eb816]:nth-child(3) {
    max-width: 8ch;
}

  /* Способ отбора */
.analysis-table th[data-v-5e3eb816]:nth-child(4),
  .analysis-table td[data-v-5e3eb816]:nth-child(4) {
    width: 14ch;
    max-width: 14ch;
}

  /* Цена */
.analysis-table th[data-v-5e3eb816]:nth-child(5),
  .analysis-table td[data-v-5e3eb816]:nth-child(5) {
    width: 11ch;
}

  /* Маржа */
.analysis-table th[data-v-5e3eb816]:nth-child(6),
  .analysis-table td[data-v-5e3eb816]:nth-child(6) {
    width: 8ch;
}

  /* Срок/Дата аукциона */
.analysis-table th[data-v-5e3eb816]:nth-child(7),
  .analysis-table td[data-v-5e3eb816]:nth-child(7),
  .analysis-table th[data-v-5e3eb816]:nth-child(8),
  .analysis-table td[data-v-5e3eb816]:nth-child(8) {
    width: 11ch;
}

  /* Критерии */
.analysis-table th[data-v-5e3eb816]:nth-child(9),
  .analysis-table td[data-v-5e3eb816]:nth-child(9) {
    width: 220px;
}

  /* % Победы */
.analysis-table th[data-v-5e3eb816]:nth-child(10),
  .analysis-table td[data-v-5e3eb816]:nth-child(10) {
    width: 9ch;
}

  /* Комментарий */
.analysis-table th[data-v-5e3eb816]:nth-child(11),
  .analysis-table td[data-v-5e3eb816]:nth-child(11) {
    width: 220px;
}

  /* Действия */
.analysis-table th[data-v-5e3eb816]:nth-child(12),
  .analysis-table td[data-v-5e3eb816]:nth-child(12) {
    width: 96px;
    min-width: 96px;
}
}


.favorites-view[data-v-0644ed80] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.favorites-view__header[data-v-0644ed80] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.favorites-view__filter[data-v-0644ed80] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.privacy-consent[data-v-1e321174] { display:flex; flex-wrap:wrap; gap:.65rem; align-items:flex-start;
}
.privacy-consent-input[data-v-1e321174] { width:1rem; height:1rem; margin-top:.15rem; accent-color:#0071e3;
}
.privacy-consent-label[data-v-1e321174] { flex:1; margin:0; font-size:.8rem; line-height:1.5; color:#6e6e73;
}
.privacy-consent-link[data-v-1e321174] { color:#0071e3; text-decoration:none;
}
.privacy-consent-error[data-v-1e321174] { width:100%; margin:0; font-size:.75rem; color:#ff3b30;
}
.privacy-consent--invalid .privacy-consent-input[data-v-1e321174] { outline:2px solid #ff3b30;
}


.eff-chart[data-v-77e8e117] {
  margin: 0;
  text-align: left;
  color: #1d1d1f;
}
.eff-chart__head[data-v-77e8e117] {
  margin: 0 0 1rem;
}
.eff-chart__eyebrow[data-v-77e8e117] {
  margin: 0 0 0.35rem;
  font-size: var(--text-xs, 0.75rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0071e3;
}
.eff-chart__title[data-v-77e8e117] {
  margin: 0;
  font-size: var(--text-lg, 1.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.eff-chart__panel[data-v-77e8e117] {
  background: #fff;
  border: 1px solid #e8e8ed;
  border-radius: 16px;
  padding: 0.5rem 0.25rem 0.25rem;
}
.eff-chart__svg[data-v-77e8e117] {
  display: block;
  width: 100%;
  height: auto;
}
.eff-chart__chart-title[data-v-77e8e117] {
  font-size: 15px;
  font-weight: 600;
  fill: #1d1d1f;
}
.eff-chart__tick[data-v-77e8e117] {
  font-size: 13px;
  fill: #6e6e73;
  text-anchor: end;
}
.eff-chart__axis-line[data-v-77e8e117] {
  stroke: #d2d2d7;
  stroke-width: 1.5;
}
.eff-chart__grid line[data-v-77e8e117] {
  stroke: #ececf0;
  stroke-width: 1;
}
.eff-chart__bar[data-v-77e8e117] {
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.eff-chart--live .eff-chart__bar[data-v-77e8e117] {
  transform: scaleY(1);
}
.eff-chart__bar-hours[data-v-77e8e117] {
  font-size: 16px;
  font-weight: 700;
  fill: #1d1d1f;
}
.eff-chart__bar-name[data-v-77e8e117] {
  font-size: 14px;
  font-weight: 600;
  fill: #424245;
}
.eff-chart__ratio[data-v-77e8e117] {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.eff-chart--live .eff-chart__ratio[data-v-77e8e117] {
  opacity: 1;
}
.eff-chart__ratio-text[data-v-77e8e117] {
  font-size: 14px;
  font-weight: 700;
  fill: #fff;
}
.eff-chart__caption[data-v-77e8e117] {
  margin: 0.75rem 0 0;
  font-size: var(--text-xs, 0.75rem);
  color: #6e6e73;
  line-height: 1.45;
}
@media (prefers-reduced-motion: reduce) {
.eff-chart__bar[data-v-77e8e117] {
    transition: none;
    transform: scaleY(1);
}
.eff-chart__ratio[data-v-77e8e117] {
    opacity: 1;
    transition: none;
}
}


.hero-facts[data-v-57a886bc] {
  margin: 0;
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.hero-facts__title[data-v-57a886bc] {
  margin: 0 0 0.75rem;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 600;
  color: #f5f5f7;
  text-align: center;
}
.hero-facts__legend[data-v-57a886bc] {
  display: flex;
  gap: 1.25rem;
  margin: 0 0 1rem;
  font-size: var(--text-xs, 0.75rem);
  color: #86868b;
}
.hero-facts__legend-item--after[data-v-57a886bc] {
  color: #7dc4ff;
}
.hero-facts__list[data-v-57a886bc] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.hero-facts__label[data-v-57a886bc] {
  display: block;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 600;
  color: #e8e8ed;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
.hero-facts__bars[data-v-57a886bc] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hero-facts__track[data-v-57a886bc] {
  position: relative;
  height: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  overflow: hidden;
}
.hero-facts__fill[data-v-57a886bc] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  min-width: 4px;
}
.hero-facts__fill--before[data-v-57a886bc] {
  background: rgba(110, 110, 115, 0.55);
}
.hero-facts__fill--after[data-v-57a886bc] {
  background: linear-gradient(90deg, #0071e3, #2997ff);
}
.hero-facts__val[data-v-57a886bc] {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--text-sm, 0.875rem);
  font-weight: 700;
  z-index: 1;
}
.hero-facts__val--before[data-v-57a886bc] {
  color: #a1a1a6;
}
.hero-facts__val--after[data-v-57a886bc] {
  color: #fff;
}
.hero-facts__hint[data-v-57a886bc] {
  margin: 0.35rem 0 0;
  font-size: var(--text-xs, 0.75rem);
  line-height: 1.4;
  color: #86868b;
}
.hero-facts__footnote[data-v-57a886bc] {
  margin: 1.1rem 0 0;
  font-size: var(--text-xs, 0.75rem);
  line-height: 1.45;
  color: #6e6e73;
}


.landing[data-v-0fabb4cf] {
  --fg: #f5f5f7;
  --muted: #86868b;
  --blue: #0071e3;
  --surface-dark: #0a0a0c;
  --surface-card: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(255, 255, 255, 0.08);
  --text-display: clamp(2.25rem, 6vw, 3.75rem);
  --text-h2: clamp(1.5rem, 3.2vw, 2rem);
  --text-h3: 1.125rem;
  --text-lg: 1.125rem;
  --text-lead: 1.0625rem;
  --text-body: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;
  --text-small: var(--text-sm);
  --text-eyebrow: var(--text-xs);
  --container-max: 1320px;
  --nav-h: 3.25rem;
  scroll-padding-top: calc(var(--nav-h) + 0.5rem);
  background: #000;
  color: var(--fg);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-size: var(--text-body);
}
.landing[data-v-0fabb4cf] :is(a, button):focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.skip-link[data-v-0fabb4cf] {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link[data-v-0fabb4cf]:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 200;
  width: auto;
  height: auto;
  padding: 0.65rem 1rem;
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  overflow: visible;
}
.landing-container[data-v-0fabb4cf] {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 4vw, 3rem);
  padding-right: clamp(1rem, 4vw, 3rem);
  box-sizing: border-box;
}
.landing-section[data-v-0fabb4cf] {
  scroll-margin-top: calc(var(--nav-h) + 0.75rem);
}

/* Все заголовки лендинга — по центру (перебивает наследование text-align: left в hero) */
.landing[data-v-0fabb4cf] :is(h1, h2, h3) {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.text-prose[data-v-0fabb4cf] {
  max-width: 42rem;
}
.text-prose-center[data-v-0fabb4cf] {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
}
.section-header[data-v-0fabb4cf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
}
.section-header .section-lead[data-v-0fabb4cf] {
  width: 100%;
  max-width: 42rem;
  margin-bottom: 0;
}
@supports (text-wrap: balance) {
.section-header .section-lead[data-v-0fabb4cf] {
    text-wrap: balance;
}
}
.section-title[data-v-0fabb4cf] {
  font-size: var(--text-h2);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.65rem;
  text-align: center;
}
.section-title--on-dark[data-v-0fabb4cf] {
  color: var(--fg);
}
.section-title--on-light[data-v-0fabb4cf] {
  color: #1d1d1f;
}
.section-lead[data-v-0fabb4cf] {
  font-size: var(--text-lead);
  line-height: 1.55;
  margin: 0 0 2rem;
}
.section-lead--on-dark[data-v-0fabb4cf] {
  color: var(--muted);
  text-align: center;
}
.section-lead--on-light[data-v-0fabb4cf] {
  color: #6e6e73;
  text-align: center;
}
.eyebrow[data-v-0fabb4cf] {
  font-size: var(--text-eyebrow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.eyebrow--on-dark[data-v-0fabb4cf] {
  color: #2997ff;
  text-align: center;
}
.eyebrow--on-light[data-v-0fabb4cf] {
  color: #0071e3;
  text-align: center;
}
.nav[data-v-0fabb4cf] {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: var(--nav-h);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s;
}
.nav--scrolled[data-v-0fabb4cf] {
  background: rgba(8, 8, 10, 0.88);
  backdrop-filter: blur(20px);
  border-color: var(--border-subtle);
}
.nav__bar[data-v-0fabb4cf] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-h);
  gap: 1rem;
}
.nav__logo[data-v-0fabb4cf] {
  font-weight: 600;
  color: var(--fg);
  text-decoration: none;
  flex-shrink: 0;
}
.nav__actions[data-v-0fabb4cf] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav__links--desktop[data-v-0fabb4cf] {
  display: none;
  align-items: center;
  gap: 0.35rem 1.15rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav__link[data-v-0fabb4cf] {
  color: rgba(245, 245, 247, 0.88);
  font-size: var(--text-small);
  text-decoration: none;
  padding: 0.5rem 0.35rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
.nav__cta[data-v-0fabb4cf] {
  background: var(--blue);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: var(--text-small);
  text-decoration: none;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
.nav__cta--compact[data-v-0fabb4cf] {
  font-size: 0.78rem;
  padding: 0.45rem 0.75rem;
  min-height: 40px;
}
.nav__burger[data-v-0fabb4cf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
.nav__burger-line[data-v-0fabb4cf] {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--fg);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav__burger-line--open[data-v-0fabb4cf]:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav__burger-line--open[data-v-0fabb4cf]:nth-child(2) {
  opacity: 0;
}
.nav__burger-line--open[data-v-0fabb4cf]:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav__backdrop[data-v-0fabb4cf] {
  position: fixed;
  inset: var(--nav-h) 0 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 98;
}
.nav__backdrop--visible[data-v-0fabb4cf] {
  opacity: 1;
  visibility: visible;
}
.nav__drawer[data-v-0fabb4cf] {
  position: fixed;
  top: var(--nav-h);
  right: 0;
  bottom: 0;
  width: min(20rem, 88vw);
  background: #121214;
  border-left: 1px solid var(--border-subtle);
  padding: 1rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 99;
  overflow-y: auto;
  pointer-events: none;
}
.nav__drawer--open[data-v-0fabb4cf] {
  transform: translateX(0);
  pointer-events: auto;
}
.nav__drawer-link[data-v-0fabb4cf] {
  color: var(--fg);
  text-decoration: none;
  font-size: 1rem;
  padding: 0.85rem 0.75rem;
  border-radius: 10px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.nav__drawer-link[data-v-0fabb4cf]:hover {
  background: rgba(255, 255, 255, 0.06);
}
.nav__drawer-cta[data-v-0fabb4cf] {
  margin-top: auto;
  text-align: center;
  background: var(--blue);
  color: #fff;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 901px) {
.nav__bar[data-v-0fabb4cf] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.5rem;
}
.nav__actions[data-v-0fabb4cf] {
    display: none;
}
.nav__links--desktop[data-v-0fabb4cf] {
    display: flex;
    grid-column: 2;
    justify-self: end;
}
.nav__burger[data-v-0fabb4cf] {
    display: none;
}
.nav__backdrop[data-v-0fabb4cf],
  .nav__drawer[data-v-0fabb4cf] {
    display: none !important;
}
}
.hero[data-v-0fabb4cf] {
  position: relative;
  min-height: min(100vh, 56rem);
  padding: calc(var(--nav-h) + 2.5rem) 0 3rem;
  display: flex;
  align-items: center;
}
.hero--mesh[data-v-0fabb4cf] {
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(41, 151, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 30%, rgba(99, 102, 241, 0.12), transparent),
    linear-gradient(180deg, var(--surface-dark) 0%, #000 45%);
  background-color: #000;
}
.hero--mesh[data-v-0fabb4cf]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, black 35%, transparent 92%);
          mask-image: linear-gradient(180deg, black 35%, transparent 92%);
  z-index: 0;
}
.hero .landing-container[data-v-0fabb4cf] {
  position: relative;
  z-index: 1;
}
.hero__grid[data-v-0fabb4cf] {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
.hero__grid[data-v-0fabb4cf] {
    grid-template-columns: 1fr 1.05fr;
    text-align: left;
    gap: 2rem 3rem;
}
.hero__copy[data-v-0fabb4cf] {
    text-align: left;
}
.hero__lead[data-v-0fabb4cf] {
    margin-left: 0;
    margin-right: 0;
}
}
.hero__eyebrow[data-v-0fabb4cf] {
  font-size: var(--text-eyebrow);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2997ff;
  text-align: center;
}
.hero__title[data-v-0fabb4cf] {
  font-size: var(--text-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 1rem 0;
  text-align: center;
}
.hero__accent[data-v-0fabb4cf] {
  background: linear-gradient(90deg, #a1c4fd, #fff 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lead[data-v-0fabb4cf] {
  color: var(--muted);
  margin: 0 auto 1.5rem;
  font-size: var(--text-lead);
  line-height: 1.55;
}
.hero__note[data-v-0fabb4cf] {
  font-size: var(--text-small);
  color: #6e6e73;
  margin-top: 1rem;
}
.hero__visual[data-v-0fabb4cf] {
  width: 100%;
  text-align: left;
}
.btn[data-v-0fabb4cf] {
  display: inline-block;
  padding: 0.7rem 1.45rem;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
}
.btn--ghost[data-v-0fabb4cf] {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.btn--dark[data-v-0fabb4cf] {
  background: #1d1d1f;
  color: #fff;
}
.btn--full[data-v-0fabb4cf] {
  width: 100%;
  margin-top: 0.5rem;
}
.btn[data-v-0fabb4cf]:disabled {
  opacity: 0.55;
}
.visually-hidden[data-v-0fabb4cf] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.landing-muted[data-v-0fabb4cf] {
  display: block;
  max-width: min(20rem, 100%);
  margin-inline: auto;
  text-align: center;
  line-height: 1.5;
}
@supports (text-wrap: balance) {
.landing-muted[data-v-0fabb4cf] {
    text-wrap: balance;
}
}
.value-prop[data-v-0fabb4cf] {
  padding: 3rem 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  text-align: center;
  background: #050506;
}
.value-prop__grid[data-v-0fabb4cf] {
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #222;
}
.value-card[data-v-0fabb4cf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1rem, 3vw, 1.75rem);
  text-align: center;
  background: #000;
}
.value-card__metric[data-v-0fabb4cf] {
  margin: 0;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #2997ff;
}
.value-card__metric-hint[data-v-0fabb4cf] {
  margin: 0.4rem 0 0;
  font-size: var(--text-small);
  color: var(--muted);
  line-height: 1.45;
}
.value-card__step[data-v-0fabb4cf] {
  display: block;
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  font-size: 0.7rem;
  color: #2997ff;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.value-card__title[data-v-0fabb4cf] {
  font-size: var(--text-h3);
  font-weight: 700;
  margin: 0.75rem 0 0.5rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--fg);
}
.value-card__desc[data-v-0fabb4cf] {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--muted);
}
.value-prop__cta[data-v-0fabb4cf] {
  margin: 0;
}
.features[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: linear-gradient(180deg, #000 0%, #0a0a0c 50%, #000 100%);
  border-top: 1px solid #1f1f22;
}
.features__intro[data-v-0fabb4cf] {
  max-width: 46rem;
}
.features .landing-container[data-v-0fabb4cf] {
  text-align: center;
}
.features__grid[data-v-0fabb4cf] {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 72rem;
}
.feature-card[data-v-0fabb4cf] {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  transition: border-color 0.2s ease, background 0.2s ease;
  text-align: center;
  box-sizing: border-box;
}
.feature-card[data-v-0fabb4cf]:hover {
  border-color: rgba(41, 151, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.feature-card__icon[data-v-0fabb4cf] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: rgba(41, 151, 255, 0.15);
  color: #7dc4ff;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto 0.85rem;
}
.feature-card__title[data-v-0fabb4cf] {
  margin: 0 0 0.65rem;
  font-size: var(--text-h3);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--fg);
  text-align: center;
}
.feature-card__desc[data-v-0fabb4cf] {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.55;
  text-align: center;
}
.faq[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 4.5rem) 0 4rem;
  background: #0a0a0c;
  border-top: 1px solid #1f1f22;
}
.faq__grid[data-v-0fabb4cf] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.25rem;
  width: 100%;
  align-items: start;
}
.faq__list[data-v-0fabb4cf] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.faq__list > li[data-v-0fabb4cf] {
  margin: 0;
}
.faq__item[data-v-0fabb4cf] {
  border-radius: 12px;
  border: 1px solid var(--border-subtle);
  background: var(--surface-card);
  overflow: hidden;
}
.faq__q[data-v-0fabb4cf] {
  padding: 1rem 1.15rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg);
  cursor: pointer;
  list-style: none;
  line-height: 1.4;
}
.faq__q[data-v-0fabb4cf]::-webkit-details-marker {
  display: none;
}
.faq__item[open] .faq__q[data-v-0fabb4cf] {
  color: #7dc4ff;
}
.faq__a[data-v-0fabb4cf] {
  margin: 0;
  padding: 0 1.15rem 1rem;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--muted);
}
.testimonials[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: #050506;
  border-top: 1px solid #1f1f22;
}
.testimonials__grid[data-v-0fabb4cf] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 1rem;
  text-align: left;
}
.testimonial-card[data-v-0fabb4cf] {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.testimonial-card__before[data-v-0fabb4cf],
.testimonial-card__after[data-v-0fabb4cf] {
  margin: 0;
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--muted);
}
.testimonial-card__before span[data-v-0fabb4cf],
.testimonial-card__after span[data-v-0fabb4cf] {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.testimonial-card__before span[data-v-0fabb4cf] {
  color: #a1a1a6;
}
.testimonial-card__after[data-v-0fabb4cf] {
  color: #e8e8ed;
}
.testimonial-card__after span[data-v-0fabb4cf] {
  color: #7dc4ff;
}
.testimonial-card__foot[data-v-0fabb4cf] {
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.testimonial-card__foot cite[data-v-0fabb4cf] {
  font-style: normal;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg);
}
.testimonial-card__foot span[data-v-0fabb4cf] {
  font-size: var(--text-xs);
  color: #6e6e73;
}
.features__disclaimer[data-v-0fabb4cf] {
  margin: 1.75rem 0 0;
  font-size: var(--text-xs);
  line-height: 1.45;
  color: #6e6e73;
  text-align: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.showcase[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 5rem) 0;
  text-align: center;
  background: #f5f5f7;
  color: #1d1d1f;
}
.showcase[data-v-0fabb4cf] .eff-chart {
  max-width: min(52rem, 100%);
  margin: 0 auto;
  text-align: center;
}
.showcase[data-v-0fabb4cf] .eff-chart__head,
.showcase[data-v-0fabb4cf] .eff-chart__title,
.showcase[data-v-0fabb4cf] .eff-chart__eyebrow {
  text-align: center;
}
.showcase[data-v-0fabb4cf] .eff-chart__legend {
  justify-content: center;
}
.showcase__action[data-v-0fabb4cf] {
  margin: 2rem 0 0;
}
.pricing[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: #f5f5f7;
  color: #1d1d1f;
}
.pricing__note[data-v-0fabb4cf] {
  margin: 1.5rem 0 0;
  font-size: var(--text-small);
  color: #6e6e73;
  text-align: center;
  line-height: 1.45;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.plans[data-v-0fabb4cf] {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.plan[data-v-0fabb4cf] {
  background: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 16px;
  padding: 1.75rem 1.35rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan.hi[data-v-0fabb4cf] {
  border-color: var(--blue);
  box-shadow: 0 12px 40px rgba(0, 113, 227, 0.14);
}
.plan__tag[data-v-0fabb4cf] {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6e6e73;
  margin: 0 0 0.35rem;
}
.plan h3[data-v-0fabb4cf] {
  margin: 0 0 0.5rem;
  font-size: var(--text-h3);
  font-weight: 700;
}
.plan__price[data-v-0fabb4cf] {
  font-size: var(--text-lg);
  font-weight: 700;
  margin: 0;
}
.plan__tok[data-v-0fabb4cf] {
  font-size: 0.8rem;
  color: #6e6e73;
  margin: 0.25rem 0 1rem;
}
.plan__bullets[data-v-0fabb4cf] {
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  flex: 1;
  font-size: var(--text-small);
  color: #424245;
  line-height: 1.45;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.plan__cta[data-v-0fabb4cf] {
  display: inline-block;
  color: var(--blue);
  text-decoration: none;
  font-size: var(--text-small);
  font-weight: 600;
}
.signup[data-v-0fabb4cf] {
  padding: clamp(3rem, 8vw, 5rem) 0;
  text-align: center;
}
.signup__form[data-v-0fabb4cf] {
  max-width: 26rem;
  margin: 0 auto;
  text-align: left;
}
.inp[data-v-0fabb4cf] {
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--fg);
  font-size: 1rem;
}
.inp-row[data-v-0fabb4cf] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}
.inp-row .inp[data-v-0fabb4cf] {
  margin: 0;
}
.signup__form[data-v-0fabb4cf] .privacy-consent-label {
  color: #a1a1a6;
}
.msg[data-v-0fabb4cf] {
  font-size: var(--text-small);
  margin-top: 0.5rem;
}
.msg.err[data-v-0fabb4cf] {
  color: #ff6b6b;
}
.msg.ok[data-v-0fabb4cf] {
  color: #5fe87a;
}
.signup__alt[data-v-0fabb4cf] {
  margin-top: 1.25rem;
  font-size: var(--text-small);
  color: var(--muted);
}
.signup__alt a[data-v-0fabb4cf] {
  color: #2997ff;
  text-decoration: none;
}
.foot[data-v-0fabb4cf] {
  padding: 1.5rem 0;
  border-top: 1px solid #222;
}
.foot__inner[data-v-0fabb4cf] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  font-size: var(--text-small);
  color: #6e6e73;
}
.foot a[data-v-0fabb4cf] {
  color: #86868b;
  text-decoration: none;
}
.reveal[data-v-0fabb4cf] {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.on[data-v-0fabb4cf] {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
.reveal[data-v-0fabb4cf] {
    opacity: 1;
    transform: none;
    transition: none;
}
.nav__burger-line[data-v-0fabb4cf] {
    transition: none;
}
.nav__drawer[data-v-0fabb4cf] {
    transition: none;
}
}
@media (max-width: 900px) {
.value-prop__grid[data-v-0fabb4cf],
  .plans[data-v-0fabb4cf],
  .faq__grid[data-v-0fabb4cf] {
    grid-template-columns: 1fr;
}
.value-card[data-v-0fabb4cf] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (max-width: 768px) {
.inp-row[data-v-0fabb4cf] {
    grid-template-columns: 1fr;
}
.features__grid[data-v-0fabb4cf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 520px) {
.features__grid[data-v-0fabb4cf] {
    grid-template-columns: 1fr;
}
}


.login-page[data-v-1d5bfaf0] {
  min-height: 100vh;    
  padding: 1.5rem;
}
.login-card[data-v-1d5bfaf0] {
  width: 100%;
  max-width: 480px;               
  border: none;
  border-radius: 1rem;
  background: #ffffff;
}
.fade-slide-enter-active[data-v-1d5bfaf0] {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-slide-leave-active[data-v-1d5bfaf0] {
  transition: all 0.3s ease;
}
.fade-slide-enter-from[data-v-1d5bfaf0],
.fade-slide-leave-to[data-v-1d5bfaf0] {
  opacity: 0;
  transform: translateY(18px);
}
.input-group > .input-group-text[data-v-1d5bfaf0] {
  border-right: 0;
  background: transparent;
  padding-inline: 0.75rem;
}
.password-group .btn[data-v-1d5bfaf0] {
  border-left: 0;
}
.password-group .btn[data-v-1d5bfaf0]:focus {
  box-shadow: none;
}


.register-page[data-v-38558206] {
  min-height: 100vh;
  padding: 1.5rem;
  background: linear-gradient(160deg, #f1f5f9 0%, #e0e7ff 45%, #f8fafc 100%);
}
.register-card[data-v-38558206] {
  width: 100%;
  max-width: 520px;
  border: none;
  border-radius: 1rem;
  background: #ffffff;
}


.legal[data-v-4e5509da] { min-height: 100vh; background: #fbfbfd; color: #1d1d1f; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.legal__nav[data-v-4e5509da] { display: flex; justify-content: space-between; padding: 1rem 1.5rem; border-bottom: 1px solid #e5e5e7; position: sticky; top: 0; background: rgba(251,251,253,.9); backdrop-filter: blur(12px);
}
.legal__brand[data-v-4e5509da] { font-weight: 600; color: #1d1d1f; text-decoration: none;
}
.legal__back[data-v-4e5509da] { color: #0071e3; text-decoration: none; font-size: .9rem;
}
.legal__body[data-v-4e5509da] { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem;
}
.legal__body h1[data-v-4e5509da] { font-size: 2rem; font-weight: 700; letter-spacing: -.02em;
}
.legal__meta[data-v-4e5509da] { color: #6e6e73; margin-bottom: 2rem;
}
.legal__body h2[data-v-4e5509da] { font-size: 1.1rem; margin: 1.75rem 0 .5rem;
}
.legal__body p[data-v-4e5509da], .legal__body li[data-v-4e5509da] { line-height: 1.65; color: #424245; font-size: .95rem;
}
.legal__foot[data-v-4e5509da] { max-width: 720px; margin: 0 auto; padding: 1rem 1.5rem 2rem; font-size: .85rem; color: #6e6e73; border-top: 1px solid #e5e5e7;
}
.legal__foot a[data-v-4e5509da] { color: #0071e3; text-decoration: none;
}


.pipeline-settings__row[data-v-6d68414d] {
  background: var(--bs-body-bg, #fff);
}
.pipeline-settings__totals strong[data-v-6d68414d] {
  font-variant-numeric: tabular-nums;
}


.admin-analyses-row[data-v-826b1dc4] {
  cursor: pointer;
}


.admin-dashboard[data-v-5d1d659e] {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}


.history-range[data-v-3a70a318] {
  position: relative;
}
.history-range__control[data-v-3a70a318] {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.65rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
}
.history-range__control[data-v-3a70a318]:hover {
  border-color: #0d6efd;
}
.history-range__popover[data-v-3a70a318] {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.5rem);
  left: 0;
  width: min(420px, 90vw);
  padding: 1rem;
}


.quiz-scroll[data-v-12d4e42f] {
  max-height: min(60vh, 520px);
  overflow-y: auto;
}
.quiz-item textarea[data-v-12d4e42f] {
  resize: vertical;
}
.quiz-modal[data-v-12d4e42f] {
  position: relative;
  min-height: 120px;
}
.quiz-loading-overlay[data-v-12d4e42f] {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.375rem;
}

.btn-primary {
  background: linear-gradient(90deg, #1161ee 0%, #4886ff 100%);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  filter: brightness(0.95);
}

.card {
  border-radius: 0.75rem;
}

.analyzed-row>td {
  background-color: #FFD700 !important;
}

.deleted-row>td,
.deleted-row {
  background: #ffe6e6 !important;
}

.table-danger {
  background: #f8d7da !important;
}

.id-col {
  max-width: 140px;
  word-break: break-all;
  font-size: .875rem;
}

.lists-main {
  max-width: none;
  width: 100%;
  padding-bottom: 0.5rem;
}

.wide-container {
  max-width: 2100px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.wide-container .table {
  width: 100%;
}

.wide-container .table-responsive {
  overflow-x: auto;
}

.table-heading {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5rem auto 1rem;
}

.heading-label {
  position: relative;
  display: inline-block;
  padding-bottom: .25rem;
}

.heading-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1161ee 0%, #4886ff 100%);
}

/* Контейнерная адаптивная сетка */
@media (min-width: 1400px) and (max-width: 1799px) {
  main.container.my-4 {
    max-width: none !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 12px;
  }

  .wide-container {
    max-width: calc(100vw - 24px);
    padding-inline: clamp(8px, 1vw, 16px);
  }
}

@media (max-width: 1399.98px) {
  main.container.my-4 {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-inline: 8px;
  }

  .wide-container {
    max-width: none;
    padding-inline: 8px;
  }
}

@media (min-width: 1800px) and (max-width: 2199px) {
  main.container.my-4 {
    max-width: none !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 12px;
  }

  .wide-container {
    max-width: calc(100vw - 24px);
    padding-inline: clamp(10px, 0.9vw, 18px);
  }
}

@media (min-width: 2200px) {
  main.container.my-4 {
    min-width: 2200px;
  }

  .wide-container {
    max-width: 2100px;
  }
}

/* ===== ТОЛЬКО нижняя таблица (анализ) — глобальное дублирование, если нужно хранить стили вне SFC ===== */

/* Заголовки — переносятся */
.analysis-table thead th {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Текстовые столбцы — переносятся */
.analysis-table tbody td:nth-child(1),
.analysis-table tbody td:nth-child(2),
.analysis-table tbody td:nth-child(3),
.analysis-table tbody td:nth-child(4),
.analysis-table tbody td:nth-child(9),
.analysis-table tbody td:nth-child(11) {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Числа/даты/проценты/кнопки — без переносов */
.analysis-table tbody td:nth-child(5),
.analysis-table tbody td:nth-child(6),
.analysis-table tbody td:nth-child(7),
.analysis-table tbody td:nth-child(8),
.analysis-table tbody td:nth-child(10),
.analysis-table tbody td:nth-child(12) {
  white-space: nowrap;
}

/* Ширины колонок без ellipsis */
.analysis-table th:nth-child(1),
.analysis-table td:nth-child(1) {
  width: 380px;
}

.analysis-table th:nth-child(2),
.analysis-table td:nth-child(2) {
  width: 16ch;
  max-width: 16ch;
}

.analysis-table th:nth-child(3),
.analysis-table td:nth-child(3) {
  width: 10ch;
  max-width: 10ch;
}

.analysis-table th:nth-child(4),
.analysis-table td:nth-child(4) {
  width: 18ch;
  max-width: 18ch;
}

.analysis-table th:nth-child(5),
.analysis-table td:nth-child(5) {
  width: 12ch;
}

.analysis-table th:nth-child(6),
.analysis-table td:nth-child(6) {
  width: 7ch;
}

.analysis-table th:nth-child(7),
.analysis-table td:nth-child(7),
.analysis-table th:nth-child(8),
.analysis-table td:nth-child(8) {
  width: 10ch;
}

.analysis-table th:nth-child(9),
.analysis-table td:nth-child(9) {
  width: 280px;
}

.analysis-table th:nth-child(10),
.analysis-table td:nth-child(10) {
  width: 7ch;
}

.analysis-table th:nth-child(11),
.analysis-table td:nth-child(11) {
  width: 280px;
}

.analysis-table th:nth-child(12),
.analysis-table td:nth-child(12) {
  width: 110px;
  min-width: 96px;
}

/* Адаптив (без возврата к ellipsis) */
@media (max-width: 1399px) {
  .analysis-table {
    font-size: .8125rem;
  }

  .analysis-table th,
  .analysis-table td {
    padding: .3rem .35rem;
  }

  .analysis-table th:nth-child(1),
  .analysis-table td:nth-child(1) {
    width: 220px;
  }

  .analysis-table th:nth-child(3),
  .analysis-table td:nth-child(3) {
    width: 8ch;
  }

  .analysis-table th:nth-child(4),
  .analysis-table td:nth-child(4) {
    width: 10ch;
  }

  .analysis-table th:nth-child(5),
  .analysis-table td:nth-child(5) {
    width: 10ch;
  }

  .analysis-table th:nth-child(7),
  .analysis-table td:nth-child(7),
  .analysis-table th:nth-child(8),
  .analysis-table td:nth-child(8) {
    width: 9ch;
  }

  .analysis-table th:nth-child(9),
  .analysis-table td:nth-child(9),
  .analysis-table th:nth-child(11),
  .analysis-table td:nth-child(11) {
    width: 150px;
  }

  .analysis-table th:nth-child(12),
  .analysis-table td:nth-child(12) {
    width: 88px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .analysis-table {
    font-size: .8125rem;
  }

  .analysis-table th,
  .analysis-table td {
    padding: .3rem .35rem;
  }

  .analysis-table th:nth-child(1),
  .analysis-table td:nth-child(1) {
    width: 220px;
  }

  .analysis-table th:nth-child(4),
  .analysis-table td:nth-child(4) {
    width: 10ch;
    max-width: 10ch;
  }

  .analysis-table th:nth-child(5),
  .analysis-table td:nth-child(5) {
    width: 10ch;
  }

  .analysis-table th:nth-child(7),
  .analysis-table td:nth-child(7),
  .analysis-table th:nth-child(8),
  .analysis-table td:nth-child(8) {
    width: 9ch;
  }

  .analysis-table th:nth-child(9),
  .analysis-table td:nth-child(9),
  .analysis-table th:nth-child(11),
  .analysis-table td:nth-child(11) {
    width: 150px;
  }

  .analysis-table th:nth-child(12),
  .analysis-table td:nth-child(12) {
    width: 88px;
    min-width: 88px;
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {

  .analysis-table th:nth-child(1),
  .analysis-table td:nth-child(1) {
    width: 320px;
  }

  .analysis-table th:nth-child(4),
  .analysis-table td:nth-child(4) {
    width: 14ch;
  }

  .analysis-table th:nth-child(5),
  .analysis-table td:nth-child(5) {
    width: 11ch;
  }

  .analysis-table th:nth-child(9),
  .analysis-table td:nth-child(9),
  .analysis-table th:nth-child(11),
  .analysis-table td:nth-child(11) {
    width: 240px;
  }
}

