@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;
}
}


.analysis-container[data-v-3fc1c616] {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 24px;
  font-family: 'Inter', sans-serif;
}
.pencil-btn[data-v-3fc1c616] {
  border: none !important;
  background: transparent;
  padding: 4px;
  line-height: 1;
}
.pencil-btn[data-v-3fc1c616]:hover {
  background: #f0f6ff;
  box-shadow: 0 0 0 1px #0d6efd40 inset;
}
table tr.row-new[data-v-3fc1c616] {
  background: #e8f6ff;
}
table tr.row-deleted[data-v-3fc1c616] {
  opacity: .45;
  text-decoration: line-through;
}
table tr.row-sublevel[data-v-3fc1c616] {
  font-style: italic;
}
.hover-scale[data-v-3fc1c616] {
  transition: .1s transform
}
.hover-scale[data-v-3fc1c616]:hover {
  transform: scale(1.15)
}
header[data-v-3fc1c616] {
  padding: 24px 48px;
  font-size: 24px;
  font-weight: 600;
  background: #f7f7f8;
  border-bottom: 1px solid #e5e5e5;
}
.flex-grid[data-v-3fc1c616] {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 30px;
}
.w100[data-v-3fc1c616] {
  flex: 1 1 100%;
}
.inline-flags[data-v-3fc1c616] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.w300[data-v-3fc1c616] {
  flex: 1 1 300px;
}
.w600[data-v-3fc1c616] {
  flex: 1 1 600px;
}
.mt40[data-v-3fc1c616] {
  margin-top: 40px;
}
.field[data-v-3fc1c616] {
  margin: 8px 0;
}
.field label[data-v-3fc1c616] {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  color: #666;
}
.field input[data-v-3fc1c616]:not([type="checkbox"]):not([type="radio"]),
.field textarea[data-v-3fc1c616],
.field select[data-v-3fc1c616] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}
.field .form-check[data-v-3fc1c616] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.field .form-check-input[data-v-3fc1c616] {
  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-3fc1c616] {
  margin: 0;
}
.field .form-check-label[data-v-3fc1c616] {
  cursor: pointer;
}
.tag[data-v-3fc1c616] {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #f9f9f9;
}
table[data-v-3fc1c616] {
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}
table th[data-v-3fc1c616],
td[data-v-3fc1c616] {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 12px;
  text-align: left;
}
table th[data-v-3fc1c616] {
  background: #fafafa;
  font-weight: 600;
  font-size: 14px;
}
.sub-row td[data-v-3fc1c616] {
  font-style: italic;
}
.doc-row[data-v-3fc1c616] {
  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-3fc1c616] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.download-icon[data-v-3fc1c616] {
  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-3fc1c616] {
  margin-top: .25rem;
}
.pre[data-v-3fc1c616] {
  white-space: pre-wrap;
  word-break: break-word;
}
.ta-container[data-v-3fc1c616] {
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.ta-table[data-v-3fc1c616] {
  table-layout: fixed;

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

  overflow-wrap: anywhere;

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

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

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


.kp[data-v-464c1928] {
  position: relative;
}
.kp-field[data-v-464c1928] {
  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-464c1928] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}
.kp-value[data-v-464c1928] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kp-dd[data-v-464c1928] {
  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-464c1928] {
  list-style: none;
  padding: .25rem 0;
  margin: 0;
}
.kp-row[data-v-464c1928] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .4rem .6rem;
}
.kp-row[data-v-464c1928]:hover {
  background: #f8f9fa;
}
.kp-name[data-v-464c1928] {
  border: 0;
  background: transparent;
  text-align: left;
  flex: 1;
  cursor: pointer;
}
.kp-actions[data-v-464c1928] {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.icon-btn[data-v-464c1928] {
  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;
}

.td-panel[data-v-f1f15076] {
  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.25rem;
  animation: td-fade-in-f1f15076 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-f1f15076]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-f1f15076]:focus,
.td-panel[data-v-f1f15076]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-f1f15076] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.td-panel__actions[data-v-f1f15076] {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
.td-panel__actions .btn[data-v-f1f15076] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-f1f15076]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-f1f15076] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-f1f15076] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-f1f15076] {
  border-bottom: 0;
}
.td-panel__table td[data-v-f1f15076],
.td-panel__table th[data-v-f1f15076] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-f1f15076] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-f1f15076]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel textarea[data-v-f1f15076],
.td-panel input[type='text'][data-v-f1f15076],
.td-panel input[type='number'][data-v-f1f15076] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-f1f15076]:focus,
.td-panel input[type='text'][data-v-f1f15076]:focus,
.td-panel input[type='number'][data-v-f1f15076]: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-f1f15076 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.td-panel__indent[data-v-f1f15076] {
  flex: 0 0 auto;
  transition: width 0.2s ease;
}
.td-panel__table textarea[data-v-f1f15076] {
  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.25rem;
  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;
  align-items: center;
  gap: 1rem;
}
.td-panel__actions[data-v-0dd53ddb] {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
.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 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-d2fa5a58] {
  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.25rem;
  animation: td-fade-in-d2fa5a58 0.35s ease both;
  transition: box-shadow 0.3s ease;
}
.td-panel[data-v-d2fa5a58]:hover {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel[data-v-d2fa5a58]:focus,
.td-panel[data-v-d2fa5a58]:focus-within {
  border: none !important;
  outline: none;
  box-shadow: 0 24px 48px -32px rgba(15, 23, 42, 0.45);
}
.td-panel__header[data-v-d2fa5a58] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.td-panel__actions[data-v-d2fa5a58] {
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
.td-panel__actions .btn[data-v-d2fa5a58] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.td-panel__actions .btn[data-v-d2fa5a58]:active {
  transform: scale(0.96);
}
.td-panel__state[data-v-d2fa5a58] {
  transition: opacity 0.25s ease;
}
.td-panel__table[data-v-d2fa5a58] {
  border-radius: 0.75rem;
  overflow: hidden;
}
.td-panel__table thead th[data-v-d2fa5a58] {
  border-bottom: 0;
}
.td-panel__table td[data-v-d2fa5a58],
.td-panel__table th[data-v-d2fa5a58] {
  vertical-align: top;
}
.td-panel__table tbody tr[data-v-d2fa5a58] {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.td-panel__table tbody tr[data-v-d2fa5a58]:hover {
  background-color: rgba(13, 110, 253, 0.05);
  transform: translateX(2px);
}
.td-panel textarea[data-v-d2fa5a58],
.td-panel input[type='text'][data-v-d2fa5a58],
.td-panel input[type='number'][data-v-d2fa5a58] {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.td-panel textarea[data-v-d2fa5a58]:focus,
.td-panel input[type='text'][data-v-d2fa5a58]:focus,
.td-panel input[type='number'][data-v-d2fa5a58]: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-d2fa5a58 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.td-panel__table tfoot td[data-v-d2fa5a58] {
  background: rgba(13, 110, 253, 0.05);
}


.tender-details-modal[data-v-7924af60] {
  display: flex;
  gap: 1.5rem;
  min-height: 480px;
  animation: modal-fade-in-7924af60 0.35s ease both;
}
.tender-details-sidebar[data-v-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 220px;
  flex-shrink: 0;
}
.tender-details-tab[data-v-7924af60] {
  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-7924af60]:hover {
  background: #eef4ff;
  transform: translateX(4px);
}
.tender-details-tab.active[data-v-7924af60] {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 24px 48px -28px rgba(13, 110, 253, 0.55);
}
.tender-details-main[data-v-7924af60] {
  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-7924af60] {
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.tender-details-main--ask-ai .tender-details-section--ask-ai[data-v-7924af60] {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
.tender-details-main--ask-ai .tender-ai-chat[data-v-7924af60] {
  flex: 1 1 auto;
  min-height: 0;
}
.tender-details-section[data-v-7924af60] {
  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-7924af60 0.35s ease both;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.tender-details-section[data-v-7924af60]:hover {
  transform: translateY(-2px);
  box-shadow: 0 32px 56px -36px rgba(15, 23, 42, 0.55);
}
.tender-details-header[data-v-7924af60] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.tender-details-toolbar[data-v-7924af60] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
}
.tender-details-toolbar .btn[data-v-7924af60] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tender-details-toolbar .btn[data-v-7924af60]:active {
  transform: scale(0.96);
}
.tender-details-status[data-v-7924af60] {
  font-size: 0.875rem;
}
.tender-details-title[data-v-7924af60] {
  font-size: 1.25rem;
  font-weight: 600;
}
.tender-details-list[data-v-7924af60] {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.35rem;
}
.tender-details-loading[data-v-7924af60] {
  display: grid;
  place-items: center;
  min-height: 280px;
}
.tender-details-pre[data-v-7924af60] {
  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-7924af60] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.tender-overview-field[data-v-7924af60] {
  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-7924af60]:hover {
  background: #eef4ff;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px -28px rgba(13, 110, 253, 0.35);
}
.tender-overview-field--block[data-v-7924af60] {
  grid-column: 1 / -1;
}
.tender-overview-label[data-v-7924af60] {
  font-weight: 600;
  color: #495057;
}
.tender-overview-value[data-v-7924af60] {
  color: #212529;
  word-break: break-word;
  white-space: pre-wrap;
}
.tender-overview-link[data-v-7924af60] {
  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-7924af60]:hover {
  color: #0a58ca;
  text-decoration: underline;
}
.tender-overview-docs[data-v-7924af60] {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}
.tender-overview-docs__title[data-v-7924af60] {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.tender-probability[data-v-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tender-probability__value[data-v-7924af60] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tender-probability__label[data-v-7924af60] {
  font-weight: 600;
  color: #495057;
}
.tender-probability__score[data-v-7924af60] {
  font-size: 1.5rem;
}
.tender-probability__details[data-v-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@keyframes modal-fade-in-7924af60 {
from {
    opacity: 0;
    transform: translateY(12px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes section-rise-7924af60 {
from {
    opacity: 0;
    transform: translateY(12px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 991.98px) {
.tender-details-modal[data-v-7924af60] {
    flex-direction: column;
}
.tender-details-sidebar[data-v-7924af60] {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
}
.tender-details-tab[data-v-7924af60] {
    flex: 1 1 calc(50% - 0.5rem);
}
.tender-details-main[data-v-7924af60] {
    max-height: none;
    padding-right: 0;
}
}
.tender-ai-chat[data-v-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
}
.tender-ai-chat__history[data-v-7924af60] {
  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-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tender-ai-chat__composer[data-v-7924af60] {
  flex-shrink: 0;
}
.tender-ai-chat__message[data-v-7924af60] {
  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-7924af60] {
  align-self: flex-start;
  background: #eff6ff;
  border-color: #bfdbfe;
}
.tender-ai-chat__message--user[data-v-7924af60] {
  align-self: flex-end;
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.tender-ai-chat__message-meta[data-v-7924af60] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
}
.tender-ai-chat__message-text[data-v-7924af60] {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.5;
}
.tender-ai-chat__composer textarea[data-v-7924af60] {
  resize: vertical;
  min-height: 120px;
}
.tender-details-section--ask-ai[data-v-7924af60] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 auto;
  min-height: 0;
}


.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-74a3568c] {
  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-74a3568c] {
  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-74a3568c] {
  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-74a3568c] {
  padding: 1rem;
  overflow: auto;
  flex: 1;
}
.industry-footer[data-v-74a3568c] {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  text-align: right;
  background: #fff;
}


.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-9dc70b30] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tender-table__toolbar[data-v-9dc70b30] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}
.tender-table__label[data-v-9dc70b30] {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.tender-table__search-group[data-v-9dc70b30] {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tender-table__search[data-v-9dc70b30] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__toolbar-actions[data-v-9dc70b30] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tender-table__filters[data-v-9dc70b30] {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 16px;
  background: #f8fafc;
}
.tender-table__filters-grid[data-v-9dc70b30] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.tender-table__filter[data-v-9dc70b30] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tender-table__filter select[data-v-9dc70b30],
.tender-table__filter input[type='number'][data-v-9dc70b30],
.tender-table__filter input[type='date'][data-v-9dc70b30] {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__checkboxes[data-v-9dc70b30] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.tender-table__checkboxes label[data-v-9dc70b30] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.tender-table__range[data-v-9dc70b30] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tender-table__range input[data-v-9dc70b30] {
  width: 100%;
}
.tender-table__range-sep[data-v-9dc70b30] {
  color: #94a3b8;
}
.tender-table__deadline[data-v-9dc70b30] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tender-table__tags[data-v-9dc70b30] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.tender-table__tag[data-v-9dc70b30] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 999px;
  padding: 4px 10px;
}
.tender-table__tag button[data-v-9dc70b30] {
  border: none;
  background: transparent;
  cursor: pointer;
}
.tender-table__tag-input[data-v-9dc70b30] {
  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-9dc70b30] {
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.tender-table__toggle[data-v-9dc70b30] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.tender-table__view-settings[data-v-9dc70b30] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.tender-table__grouping select[data-v-9dc70b30] {
  min-width: 200px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__sorting[data-v-9dc70b30] {
  flex: 1 1 320px;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.tender-table__sorting-header[data-v-9dc70b30] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tender-table__sort-list[data-v-9dc70b30] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tender-table__sort-item[data-v-9dc70b30] {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 8px;
  align-items: center;
}
.tender-table__sort-item select[data-v-9dc70b30] {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.tender-table__sort-empty[data-v-9dc70b30] {
  font-size: 13px;
  color: var(--muted-color, #94a3b8);
}
.tender-table__mass-actions[data-v-9dc70b30] {
  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-9dc70b30] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tender-table__table-wrapper[data-v-9dc70b30] {
  max-height: 600px;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  background: #fff;
}
.tender-table__table[data-v-9dc70b30] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tender-table__table thead th[data-v-9dc70b30] {
  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-9dc70b30] {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color, #f1f5f9);
  vertical-align: top;
}
.tender-table__table tbody td[data-v-9dc70b30]:first-child {
  vertical-align: middle;
}
.tender-table__group-row td[data-v-9dc70b30] {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
}
.tender-table__row[data-v-9dc70b30] {
  transition: background-color 0.2s ease;
}
.tender-table__row[data-v-9dc70b30]:hover {
  background: #f8fafc;
}
.tender-table__row--favorite[data-v-9dc70b30] {
  background: #fffbeb;
}
.tender-table__row--high-probability[data-v-9dc70b30] {
  background: rgba(16, 185, 129, 0.08);
}
.tender-table__row--high-margin[data-v-9dc70b30] {
  background: rgba(59, 130, 246, 0.08);
}
.tender-table__row--high-score[data-v-9dc70b30] {
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.12), rgba(59, 130, 246, 0.12));
}
.tender-table__row--updated[data-v-9dc70b30] {
  border-left: 3px solid #22c55e;
}
.tender-table__title[data-v-9dc70b30] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tender-table__title-main[data-v-9dc70b30] {
  font-weight: 600;
  color: #0f172a;
}
.tender-table__subtitle[data-v-9dc70b30] {
  display: block;
  font-size: 13px;
  color: var(--muted-color, #64748b);
}
.tender-table__region[data-v-9dc70b30] {
  font-weight: 600;
  color: #0ea5e9;
}
.tender-table__price[data-v-9dc70b30] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tender-table__price > span[data-v-9dc70b30]:first-child {
  font-weight: 600;
  color: #0f172a;
}
.tender-table__margin[data-v-9dc70b30] {
  font-size: 12px;
  color: var(--muted-color, #64748b);
}
.tender-table__margin--good[data-v-9dc70b30] {
  color: #15803d;
  font-weight: 600;
}
.tender-table__margin--negative[data-v-9dc70b30] {
  color: #dc2626;
}
.tender-table__margin--muted[data-v-9dc70b30] {
  color: var(--muted-color, #94a3b8);
}
.tender-table__criteria[data-v-9dc70b30] {
  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-9dc70b30] {
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
  color: #1f2937;
}
.tender-table__actions[data-v-9dc70b30] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tender-table__actions-col[data-v-9dc70b30] {
  width: 260px;
}
.tender-table__updated[data-v-9dc70b30] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}
.tender-table__spacer td[data-v-9dc70b30] {
  padding: 0;
  border: none;
}
.tender-table__empty td[data-v-9dc70b30] {
  padding: 24px;
  text-align: center;
  color: var(--muted-color, #94a3b8);
}
.fade-enter-active[data-v-9dc70b30],
.fade-leave-active[data-v-9dc70b30] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-9dc70b30],
.fade-leave-to[data-v-9dc70b30] {
  opacity: 0;
}
.btn[data-v-9dc70b30] {
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 6px 12px;
}
.btn--ghost[data-v-9dc70b30] {
  background: transparent;
  color: #1d4ed8;
}
.btn--primary[data-v-9dc70b30] {
  background: #2563eb;
  color: #fff;
}
.btn--icon[data-v-9dc70b30] {
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
}


.add-to-list[data-v-24a63744] {
  display: flex;
  flex-direction: column;
  width: 320px;
  max-height: 420px;
}
.add-to-list__header[data-v-24a63744] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}
.add-to-list__title[data-v-24a63744] {
  margin: 0;
  font-size: 16px;
}
.add-to-list__search[data-v-24a63744] {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color, #e5e7eb);
}
.add-to-list__content[data-v-24a63744] {
  flex: 1 1 auto;
  overflow: auto;
}
.add-to-list__empty[data-v-24a63744] {
  padding: 24px;
  text-align: center;
  color: var(--muted-color, #9ca3af);
}
.add-to-list__list[data-v-24a63744] {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
.add-to-list__item[data-v-24a63744] {
  padding: 4px 16px;
}
.add-to-list__label[data-v-24a63744] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.add-to-list__icon[data-v-24a63744] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.add-to-list__footer[data-v-24a63744] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-color, #e5e7eb);
}


.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);
}


.tree-node[data-v-3f79a34c] {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.tree-node + .tree-node[data-v-3f79a34c] {
  margin-top: 4px;
}
.tree-node--selected > .tree-node__label[data-v-3f79a34c] {
  background: rgba(59, 130, 246, 0.12);
}
.tree-node__label[data-v-3f79a34c] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  border-radius: 4px;
}
.tree-node__label[data-v-3f79a34c]:focus-visible {
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.4);
}
.tree-node__icon[data-v-3f79a34c] {
  width: 16px;
  text-align: center;
  font-size: 14px;
}
.tree-node__text[data-v-3f79a34c] {
  flex: 1 1 auto;
}
.tree-node__count[data-v-3f79a34c] {
  font-size: 12px;
  color: var(--muted-color, #9ca3af);
}
.tree-node__badge[data-v-3f79a34c] {
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 4px;
  background: #d1d5db;
  color: #374151;
}
.tree-node__actions[data-v-3f79a34c] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px 12px;
}
.tree-node__action[data-v-3f79a34c] {
  border: none;
  background: transparent;
  color: var(--muted-color, #9ca3af);
  font-size: 12px;
  cursor: pointer;
}
.tree-node__children[data-v-3f79a34c] {
  list-style: none;
  margin: 0;
  padding: 0;
}


.tree-panel[data-v-76297c65] {
  height: 100%;
  overflow: auto;
}
.tree-panel__list[data-v-76297c65] {
  list-style: none;
  margin: 0;
  padding: 0;
}


.details-panel[data-v-d0ce6cd2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details-panel__header[data-v-d0ce6cd2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.details-panel__title[data-v-d0ce6cd2] {
  flex: 1 1 auto;
  margin: 0;
}
.details-panel__badge[data-v-d0ce6cd2] {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}
.details-panel__badge--list[data-v-d0ce6cd2] {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}
.details-panel__badge--folder[data-v-d0ce6cd2] {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.details-panel__form[data-v-d0ce6cd2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.details-panel__field[data-v-d0ce6cd2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.details-panel__field--row[data-v-d0ce6cd2] {
  flex-direction: row;
  gap: 12px;
}
.details-panel__field input[data-v-d0ce6cd2],
.details-panel__field textarea[data-v-d0ce6cd2] {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 6px;
  padding: 8px;
  font: inherit;
}
.details-panel__footer[data-v-d0ce6cd2] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.details-panel__meta[data-v-d0ce6cd2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 0;
}
.details-panel__meta dt[data-v-d0ce6cd2] {
  font-size: 12px;
  color: var(--muted-color, #9ca3af);
}
.details-panel__meta dd[data-v-d0ce6cd2] {
  margin: 0;
  font-size: 14px;
}


.lists-modal[data-v-5ab4ca12] {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}
.lists-modal__header[data-v-5ab4ca12] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}
.lists-modal__title[data-v-5ab4ca12] {
  flex: 1 1 auto;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.lists-modal__search[data-v-5ab4ca12] {
  flex: 0 0 240px;
  padding: 8px 12px;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 6px;
}
.lists-modal__body[data-v-5ab4ca12] {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  padding: 24px;
  overflow: hidden;
}
.lists-modal__tree[data-v-5ab4ca12] {
  overflow-y: auto;
  border-right: 1px solid var(--border-color, #e5e7eb);
  padding-right: 16px;
}
.lists-modal__details[data-v-5ab4ca12] {
  overflow-y: auto;
  padding-right: 8px;
}
.lists-modal__placeholder[data-v-5ab4ca12] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-color, #9ca3af);
}
.lists-modal__footer[data-v-5ab4ca12] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid var(--border-color, #e5e7eb);
}


.list-management[data-v-4e1e1623] {
  position: relative;
}
.list-management__popover[data-v-4e1e1623] {
  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-4e1e1623] {
  position: fixed;
  z-index: 1300;
}
.workspace[data-v-4e1e1623] {
  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-4e1e1623] {
  font-size: 1.15rem;
  font-weight: 600;
}
.workspace__tabs[data-v-4e1e1623] {
  margin-bottom: 12px;
}
.workspace__content[data-v-4e1e1623] {
  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-4e1e1623] {
  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-4e1e1623] {
  position: relative;
  cursor: default;
}
.row-click[data-v-4e1e1623] {
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.row-click[data-v-4e1e1623]: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-4e1e1623] {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-decoration: none;
  cursor: pointer;
}
.rotate-180[data-v-4e1e1623] {
  transform: rotate(180deg);
  transition: transform .2s ease;
}
.table-heading .dropdown-menu[data-v-4e1e1623] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-height: 220px;
  overflow: auto;
  min-width: 280px;
}
.toast-stack[data-v-4e1e1623] {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  z-index: 3000;
}
.toast-stack .alert[data-v-4e1e1623] {
  margin: 0;
  padding: .5rem .75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}
.tp-filter small code[data-v-4e1e1623] {
  background: #f8f9fa;
  padding: .1rem .25rem;
  border-radius: .25rem;
}
.confirm-modal[data-v-4e1e1623] {
  text-align: center;
  padding: 6px 4px 2px;
}
.confirm-modal__icon[data-v-4e1e1623] {
  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-4e1e1623] {
  font-size: 18px;
  margin: 6px 0 4px;
}
.confirm-modal__desc[data-v-4e1e1623] {
  margin: 0 0 10px;
  color: #6c757d;
}
.confirm-modal__list[data-v-4e1e1623] {
  text-align: left;
  margin: 0 auto 14px;
  padding-left: 18px;
  max-width: 420px;
  color: #6c757d;
}
.confirm-modal__actions[data-v-4e1e1623] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.auto-analyze-btn[data-v-4e1e1623] {
  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-4e1e1623]:disabled {
  box-shadow: none;
  opacity: .75;
  cursor: not-allowed;
}
.auto-mode-wrap[data-v-4e1e1623] {
  margin-top: .25rem;
}
.comment-stack>div+div[data-v-4e1e1623] {
  margin-top: .25rem;
}
.short-comment-cell[data-v-4e1e1623] {
  white-space: pre-wrap;
  word-break: break-word;
}
.pw-select[data-v-4e1e1623] {
  position: relative;
}
.pw-select__control[data-v-4e1e1623] {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-align: left;
  padding-right: 36px;
  cursor: pointer;
}
.pw-select__control[data-v-4e1e1623]:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .15);
}
.pw-caret[data-v-4e1e1623] {
  transition: transform .15s ease;
}
.pw-caret.rot[data-v-4e1e1623] {
  transform: rotate(180deg);
}
.pw-select__counter[data-v-4e1e1623] {
  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-4e1e1623] {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .25rem;
}
.pw-chip[data-v-4e1e1623] {
  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-4e1e1623] {
  background: #eef6ff;
  color: #0d6efd;
}
.pw-chip__x[data-v-4e1e1623] {
  border: 0;
  background: transparent;
  color: #6c757d;
  line-height: 1;
}
.pw-chip__x[data-v-4e1e1623]:hover {
  color: #343a40;
}
.pw-dropdown[data-v-4e1e1623] {
  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-4e1e1623] {
  padding: .75rem .75rem .25rem;
  border-bottom: 1px solid #f1f3f5;
}
.pw-list[data-v-4e1e1623] {
  padding: .5rem;
  overflow: auto;
  max-height: 280px;
}
.pw-item[data-v-4e1e1623] {
  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-4e1e1623]:hover {
  background: #f8f9fa;
}
.pw-item__text[data-v-4e1e1623] {
  display: inline-flex;
  gap: .35rem;
  align-items: baseline;
}
.pw-item__name[data-v-4e1e1623] {
  font-size: .95rem;
}
.pw-item__short[data-v-4e1e1623] {
  color: #6c757d;
  font-size: .85rem;
}
.pw-footer[data-v-4e1e1623] {
  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-4e1e1623] {
  white-space: pre-wrap;
  word-break: break-word;
}
.tables-wrap[data-v-4e1e1623] {
  overflow-x: auto;
}
.criteria-cell[data-v-4e1e1623] {
  white-space: normal;
  vertical-align: top;
}
.criteria-chips[data-v-4e1e1623] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .35rem .5rem;
}
.analysis-table[data-v-4e1e1623] {
  table-layout: fixed;
  width: 100%;
}
.analysis-table th[data-v-4e1e1623],
.analysis-table td[data-v-4e1e1623] {
  vertical-align: top;
}
.analysis-table thead th[data-v-4e1e1623] {
  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-4e1e1623]:nth-child(1),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(2),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(3),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(4),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(9),
.analysis-table tbody td[data-v-4e1e1623]: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-4e1e1623]:nth-child(5),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(6),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(7),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(8),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(10),
.analysis-table tbody td[data-v-4e1e1623]:nth-child(12) {
  white-space: nowrap;
}
.analysis-table th[data-v-4e1e1623]:nth-child(1),
.analysis-table td[data-v-4e1e1623]: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-4e1e1623]:nth-child(2),

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

.analysis-table td[data-v-4e1e1623]:nth-child(3) {
  width: 9ch;
  max-width: 9ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analysis-table th[data-v-4e1e1623]:nth-child(4),
.analysis-table td[data-v-4e1e1623]: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-4e1e1623]:nth-child(5),

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


.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;
}


.win-crit[data-v-087f63b2] {
  font-size: 0.98rem;
}
.win-crit .table thead th[data-v-087f63b2] {
  vertical-align: middle;
}
.win-crit .table td[data-v-087f63b2],
.win-crit .table th[data-v-087f63b2] {
  vertical-align: top;
}
.name-cell[data-v-087f63b2] {
  font-weight: 600;
}
.desc-cell[data-v-087f63b2] {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  white-space: pre-wrap;
  word-break: break-word;
}
.desc-editor[data-v-087f63b2] {
  min-height: 96px;
  font-size: 1rem;
  line-height: 1.6;
  resize: vertical;
}
.win-crit .btn-sm[data-v-087f63b2] {
  border-radius: 10px;
}


.history-range[data-v-65ccd95e] {
  position: relative;
}
.history-range__control[data-v-65ccd95e] {
  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-65ccd95e]:hover {
  border-color: #0d6efd;
}
.history-range__popover[data-v-65ccd95e] {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.5rem);
  left: 0;
  width: min(420px, 90vw);
  padding: 1rem;
}

.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;
}

.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;
  }
}

