

.poll-modal[data-v-6d6974c3] {
  border-radius: 16px;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-header[data-v-6d6974c3] {
  background: rgb(248, 250, 252);
  border-bottom: 1px solid rgb(241, 245, 249);
  padding: 16px 20px;
}
.modal-body[data-v-6d6974c3] {
  overflow-y: auto;
  flex: 1;
}
.form-fields[data-v-6d6974c3] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.field-group[data-v-6d6974c3] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.field-label[data-v-6d6974c3] {
  font-size: 13px;
  font-weight: 600;
  color: rgb(51, 65, 85);
}
.field-input[data-v-6d6974c3] .q-field__control {
  border-radius: 12px;
  background: rgb(248, 250, 252);
}
.field-input[data-v-6d6974c3] .q-field__control:hover,
.field-input[data-v-6d6974c3] .q-field--focused .q-field__control {
  background: white;
}
.options-section[data-v-6d6974c3] {
  padding-top: 12px;
  border-top: 1px solid rgb(241, 245, 249);
}
.options-list[data-v-6d6974c3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.option-row[data-v-6d6974c3] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.delete-btn[data-v-6d6974c3]:hover {
  color: rgb(239, 68, 68) !important;
  background: rgb(254, 242, 242);
}
.add-option-btn[data-v-6d6974c3] {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
}
.add-option-btn[data-v-6d6974c3]:hover {
  background: rgb(254, 242, 242);
}
.settings-section[data-v-6d6974c3] {
  padding-top: 12px;
  border-top: 1px solid rgb(241, 245, 249);
}
.checkboxes-group[data-v-6d6974c3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkbox-item[data-v-6d6974c3] .q-checkbox__label {
  font-size: 13px;
  color: rgb(51, 65, 85);
}
.checkbox-item[data-v-6d6974c3]:hover .q-checkbox__label {
  color: rgb(15, 23, 42);
}
.modal-footer[data-v-6d6974c3] {
  background: rgb(248, 250, 252);
  border-top: 1px solid rgb(241, 245, 249);
  padding: 16px 20px;
}
.action-btn[data-v-6d6974c3] {
  padding: 8px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.publish-btn[data-v-6d6974c3] {
  box-shadow: 0 1px 3px rgba(225, 29, 72, 0.2);
}


.poll-modal[data-v-0ca95efa] {
  border-radius: 16px;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-header[data-v-0ca95efa] {
  background: rgb(248, 250, 252);
  border-bottom: 1px solid rgb(241, 245, 249);
  padding: 16px 20px;
}
.modal-body[data-v-0ca95efa] {
  overflow-y: auto;
  flex: 1;
}
.form-fields[data-v-0ca95efa] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.field-group[data-v-0ca95efa] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.field-label[data-v-0ca95efa] {
  font-size: 13px;
  font-weight: 600;
  color: rgb(51, 65, 85);
}
.field-input[data-v-0ca95efa] .q-field__control {
  border-radius: 12px;
  background: rgb(248, 250, 252);
}
.field-input[data-v-0ca95efa] .q-field__control:hover,
.field-input[data-v-0ca95efa] .q-field--focused .q-field__control {
  background: white;
}
.options-section[data-v-0ca95efa] {
  padding-top: 12px;
  border-top: 1px solid rgb(241, 245, 249);
}
.options-list[data-v-0ca95efa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.option-row[data-v-0ca95efa] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.delete-btn[data-v-0ca95efa]:hover {
  color: rgb(239, 68, 68) !important;
  background: rgb(254, 242, 242);
}
.add-option-btn[data-v-0ca95efa] {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 8px;
}
.add-option-btn[data-v-0ca95efa]:hover {
  background: rgb(254, 242, 242);
}
.settings-section[data-v-0ca95efa] {
  padding-top: 12px;
  border-top: 1px solid rgb(241, 245, 249);
}
.checkboxes-group[data-v-0ca95efa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkbox-item[data-v-0ca95efa] .q-checkbox__label {
  font-size: 13px;
  color: rgb(51, 65, 85);
}
.checkbox-item[data-v-0ca95efa]:hover .q-checkbox__label {
  color: rgb(15, 23, 42);
}
.image-upload-area[data-v-0ca95efa] {
  border: 2px dashed rgb(226, 232, 240);
  border-radius: 12px;
  padding: 24px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgb(248, 250, 252);
  transition: all 0.2s;
  position: relative;
}
.image-upload-area[data-v-0ca95efa]:hover {
  border-color: rgb(225, 29, 72);
  background: rgb(254, 242, 242);
}
.image-upload-area:hover .q-icon[data-v-0ca95efa] {
  color: rgb(225, 29, 72) !important;
}
.image-upload-area.has-image[data-v-0ca95efa] {
  border-style: solid;
  border-color: rgb(225, 29, 72);
  cursor: default;
}
.hidden-input[data-v-0ca95efa] {
  display: none;
}
.upload-text[data-v-0ca95efa] {
  font-size: 12px;
  font-weight: 500;
  color: rgb(148, 163, 184);
}
.uploaded-image[data-v-0ca95efa] {
  max-height: 150px;
  width: 100%;
}
.delete-image-btn[data-v-0ca95efa] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: white;
}
.option-input[data-v-0ca95efa] {
  flex: 1;
}
.option-input[data-v-0ca95efa] .q-field__control {
  background: rgb(241, 245, 249);
}
.modal-footer[data-v-0ca95efa] {
  background: rgb(248, 250, 252);
  border-top: 1px solid rgb(241, 245, 249);
  padding: 16px 20px;
}
.action-btn[data-v-0ca95efa] {
  padding: 8px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.publish-btn[data-v-0ca95efa] {
  box-shadow: 0 1px 3px rgba(225, 29, 72, 0.2);
}

/* Audience Section */
.audience-section[data-v-0ca95efa] {
  padding: 16px;
  background: rgb(248, 250, 252);
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
}
.audience-label[data-v-0ca95efa] {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: rgb(100, 116, 139);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.audience-row[data-v-0ca95efa] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: white;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 8px;
}
.audience-row[data-v-0ca95efa]:last-child {
  margin-bottom: 0;
}
.audience-row[data-v-0ca95efa]:hover {
  border-color: rgb(225, 29, 72);
  background: rgb(254, 242, 242);
}
.audience-row-text[data-v-0ca95efa] {
  font-size: 14px;
  font-weight: 500;
  color: rgb(51, 65, 85);
}


.feed-item-modal[data-v-384ec593] {
  border-radius: 16px;
  overflow: hidden;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
.modal-header[data-v-384ec593] {
  background: rgb(248, 250, 252);
  border-bottom: 1px solid rgb(241, 245, 249);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-content[data-v-384ec593] {
  flex: 1;
}
.header-meta[data-v-384ec593] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.type-badge[data-v-384ec593] {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid;
}
.type-poll[data-v-384ec593] {
  background: rgb(240, 253, 250);
  color: rgb(13, 148, 136);
  border-color: rgb(153, 246, 228);
}
.type-message[data-v-384ec593] {
  background: rgb(239, 246, 255);
  color: rgb(37, 99, 235);
  border-color: rgb(191, 219, 254);
}
.type-event[data-v-384ec593] {
  background: rgb(255, 247, 237);
  color: rgb(234, 88, 12);
  border-color: rgb(254, 215, 170);
}
.type-system[data-v-384ec593] {
  background: rgb(248, 250, 252);
  color: rgb(100, 116, 139);
  border-color: rgb(226, 232, 240);
}
.item-date[data-v-384ec593] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  display: flex;
  align-items: center;
}
.item-title[data-v-384ec593] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
  line-height: 1.4;
}
.close-btn[data-v-384ec593] {
  flex-shrink: 0;
}
.modal-body[data-v-384ec593] {
  overflow-y: auto;
  flex: 1;
  padding: 24px;
}
.item-content[data-v-384ec593] {
  font-size: 14px;
  color: rgb(71, 85, 105);
  line-height: 1.6;
  white-space: pre-wrap;
  margin: 0 0 24px 0;
}
.poll-section[data-v-384ec593] {
  margin-top: 8px;
}
.poll-title[data-v-384ec593] {
  font-size: 13px;
  font-weight: 700;
  color: rgb(51, 65, 85);
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
}
.poll-options[data-v-384ec593] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.poll-option[data-v-384ec593] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  background: white;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  width: 100%;
}
.poll-option[data-v-384ec593]:hover {
  border-color: rgb(153, 246, 228);
}
.poll-option.selected[data-v-384ec593] {
  background: rgb(240, 253, 250);
  border-color: rgb(20, 184, 166);
  box-shadow: 0 0 0 1px rgb(20, 184, 166);
}
.option-text[data-v-384ec593] {
  font-size: 14px;
  font-weight: 500;
  color: rgb(51, 65, 85);
}
.poll-option.selected .option-text[data-v-384ec593] {
  color: rgb(15, 118, 110);
}
.modal-footer[data-v-384ec593] {
  background: rgb(248, 250, 252);
  border-top: 1px solid rgb(241, 245, 249);
  padding: 16px 20px;
}
.comments-btn[data-v-384ec593] {
  font-size: 12px;
  font-weight: 700;
}
.comments-btn[data-v-384ec593]:hover {
  color: rgb(225, 29, 72) !important;
}
.vote-btn[data-v-384ec593] {
  padding: 8px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.close-action-btn[data-v-384ec593] {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgb(226, 232, 240);
  background: white;
}


.feed-container[data-v-ff83fd40] {
  height: 100%;
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(241, 245, 249);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Header */
.feed-header[data-v-ff83fd40] {
  padding: 20px;
  border-bottom: 1px solid rgb(241, 245, 249);
  background: rgba(248, 250, 252, 0.5);
}
.feed-title[data-v-ff83fd40] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Quick Actions */
.feed-quick-actions[data-v-ff83fd40] {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 8px;
  /* Hide scrollbar */
  scrollbar-width: none;
}
.feed-quick-actions[data-v-ff83fd40]::-webkit-scrollbar {
  display: none;
}
.feed-action-btn[data-v-ff83fd40] {
  font-size: 12px;
  font-weight: 500;
  color: rgb(71, 85, 105);
  background: white;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 9999px;
  padding: 6px 12px;
  white-space: nowrap;
  transition: all 0.2s;
}
.feed-action-btn[data-v-ff83fd40]:hover {
  background: rgb(248, 250, 252);
  color: rgb(225, 29, 72);
}

/* Create Actions */
.feed-create-actions[data-v-ff83fd40] {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.feed-create-btn[data-v-ff83fd40] {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  background: rgb(225, 29, 72);
  color: white;
  border-radius: 8px;
  transition: all 0.2s;
}
.feed-create-btn[data-v-ff83fd40]:hover {
  background: rgb(190, 18, 60);
}
.feed-create-btn-outline[data-v-ff83fd40] {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  color: rgb(190, 24, 93);
  background: rgb(254, 242, 242);
  border: 1px solid rgb(254, 226, 226);
  border-radius: 8px;
  transition: all 0.2s;
}
.feed-create-btn-outline[data-v-ff83fd40]:hover {
  background: rgb(254, 226, 226);
}

/* Content */
.feed-content[data-v-ff83fd40] {
  flex: 1;
  height: 100%;
}
.feed-items[data-v-ff83fd40] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Feed Item */
.feed-item[data-v-ff83fd40] {
  position: relative;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid;
  transition: all 0.2s;
  cursor: pointer; /* Добавляем курсор-указатель */
}
.feed-item[data-v-ff83fd40]:hover {
  background: rgba(248, 250, 252, 0.8);
}
.feed-item.read[data-v-ff83fd40] {
  background: rgb(248, 250, 252);
  border-color: rgb(241, 245, 249);
  opacity: 0.7;
}
.feed-item.unread[data-v-ff83fd40] {
  background: white;
  border-color: rgb(226, 232, 240);
  border-left: 4px solid rgb(225, 29, 72);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.feed-item.unread[data-v-ff83fd40]:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.feed-item-header[data-v-ff83fd40] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.feed-item-type[data-v-ff83fd40] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
}
.feed-item-date[data-v-ff83fd40] {
  font-size: 10px;
  color: rgb(148, 163, 184);
}
.feed-item-title[data-v-ff83fd40] {
  font-size: 14px;
  font-weight: 600;
  color: rgb(30, 41, 59);
  margin: 0 0 4px 0;
}
.feed-item-content[data-v-ff83fd40] {
  font-size: 12px;
  color: rgb(71, 85, 105);
  line-height: 1.5;
  margin: 0;

  /* Line clamp - скрываем текст с многоточием по умолчанию */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.feed-item-content.expanded[data-v-ff83fd40] {
  /* При развернутом состоянии убираем ограничение строк */
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.feed-item-footer[data-v-ff83fd40] {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}
.feed-item-more-btn[data-v-ff83fd40] {
  font-size: 12px;
  font-weight: 500;
}
.feed-item-more-btn[data-v-ff83fd40]:hover {
  text-decoration: underline;
}

/* Empty State */
.feed-empty[data-v-ff83fd40] {
  text-align: center;
  padding: 40px 16px;
  color: rgb(148, 163, 184);
}
.feed-empty p[data-v-ff83fd40] {
  margin: 0;
  font-size: 14px;
}

/* Colors */
.text-rose-500[data-v-ff83fd40] {
  color: rgb(244, 63, 94);
}


.tile-card[data-v-553ae301] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 192px;
  padding: 24px;
  background: white;
  border: 1px solid rgb(241, 245, 249);
  border-radius: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tile-card[data-v-553ae301]:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgb(254, 242, 242);
  transform: translateY(-4px);
}
.tile-card[data-v-553ae301]:focus-visible {
  outline: 2px solid rgb(225, 29, 72);
  outline-offset: 2px;
}

/* Background Image */
.tile-image-container[data-v-553ae301] {
  position: absolute;
  inset: 0;
  height: 50%;
  overflow: hidden;
}
.tile-image-gradient[data-v-553ae301] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, white, transparent, transparent);
  z-index: 10;
}
.tile-image[data-v-553ae301] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tile-card:hover .tile-image[data-v-553ae301] {
  transform: scale(1.1);
}

/* Status Badge */
.tile-status-badge[data-v-553ae301] {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 10;
}
.status-completed[data-v-553ae301] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  border: 1px solid rgb(187, 247, 208);
}
.status-failed[data-v-553ae301] {
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
  border: 1px solid rgb(254, 202, 202);
}
.status-in_progress[data-v-553ae301] {
  background: rgb(239, 246, 255);
  color: rgb(37, 99, 235);
  border: 1px solid rgb(191, 219, 254);
}
.status-not_started[data-v-553ae301] {
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  border: 1px solid rgb(226, 232, 240);
}
.status-assigned[data-v-553ae301] {
  background: rgb(238, 242, 255);
  color: rgb(79, 70, 229);
  border: 1px solid rgb(199, 210, 254);
}
.status-pending[data-v-553ae301] {
  background: rgb(254, 243, 199);
  color: rgb(217, 119, 6);
  border: 1px solid rgb(253, 230, 138);
}

/* Icon Row */
.tile-icon-row[data-v-553ae301] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  position: relative;
  z-index: 10;
}
.tile-icon-row.with-image[data-v-553ae301] {
  margin-top: auto;
  padding-top: 64px;
}
.tile-icon-box[data-v-553ae301] {
  padding: 12px;
  background: rgb(254, 242, 242);
  color: rgb(244, 63, 94);
  border-radius: 12px;
  transition: all 0.2s ease;
}
.tile-card:hover .tile-icon-box[data-v-553ae301] {
  background: rgb(254, 226, 226);
  color: rgb(225, 29, 72);
}
.tile-icon-box.completed[data-v-553ae301] {
  background: rgb(220, 252, 231);
  color: rgb(22, 163, 74);
}
.tile-icon-box.with-image[data-v-553ae301] {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.tile-arrow[data-v-553ae301] {
  color: rgb(148, 163, 184);
  margin-top: 8px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.2s ease;
}
.tile-card:hover .tile-arrow[data-v-553ae301] {
  opacity: 1;
  transform: translateX(0);
}

/* Content */
.tile-content[data-v-553ae301] {
  margin-top: 16px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.tile-title[data-v-553ae301] {
  font-size: 18px;
  font-weight: 600;
  color: rgb(15, 23, 42);
  line-height: 1.4;
  margin: 0 0 4px 0;
  padding-right: 24px;
  transition: color 0.2s ease;

  /* Line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tile-card:hover .tile-title[data-v-553ae301] {
  color: rgb(225, 29, 72);
}
.tile-description[data-v-553ae301] {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: rgb(100, 116, 139);

  /* Line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.list-item[data-v-713d52af] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: white;
  border: 1px solid rgb(241, 245, 249);
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 16px;
}
@media (min-width: 640px) {
.list-item[data-v-713d52af] {
    flex-direction: row;
    align-items: center;
}
}
.list-item[data-v-713d52af]:hover {
  border-color: rgb(254, 205, 211);
  background: rgba(254, 242, 242, 0.1);
}

/* Left Side */
.list-item-left[data-v-713d52af] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
  width: 100%;
}

/* Image */
.list-item-image-box[data-v-713d52af] {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: rgb(241, 245, 249);
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgb(226, 232, 240);
}
.list-item-image[data-v-713d52af] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Icon */
.list-item-icon-box[data-v-713d52af] {
  padding: 12px;
  border-radius: 8px;
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.list-item:hover .list-item-icon-box[data-v-713d52af] {
  background: rgb(254, 226, 226);
  color: rgb(225, 29, 72);
}
.list-item-icon-box.completed[data-v-713d52af] {
  background: rgb(220, 252, 231);
  color: rgb(22, 163, 74);
}

/* Text */
.list-item-text[data-v-713d52af] {
  flex: 1;
  min-width: 0;
}
.list-item-title[data-v-713d52af] {
  font-size: 16px;
  font-weight: 600;
  color: rgb(15, 23, 42);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}
.list-item:hover .list-item-title[data-v-713d52af] {
  color: rgb(190, 24, 93);
}
.list-item-description[data-v-713d52af] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 2px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Right Side */
.list-item-right[data-v-713d52af] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 640px) {
.list-item-right[data-v-713d52af] {
    width: auto;
    margin-top: 0;
    justify-content: flex-end;
}
}

/* Actions Slot */
.list-item-actions[data-v-713d52af] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
}

/* Status Badge */
.list-item-status-badge[data-v-713d52af] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.status-completed[data-v-713d52af] {
  background: rgb(240, 253, 244);
  color: rgb(21, 128, 61);
  border: 1px solid rgb(187, 247, 208);
}
.status-failed[data-v-713d52af] {
  background: rgb(254, 242, 242);
  color: rgb(185, 28, 28);
  border: 1px solid rgb(254, 226, 226);
}
.status-in_progress[data-v-713d52af] {
  background: rgb(239, 246, 255);
  color: rgb(37, 99, 235);
  border: 1px solid rgb(191, 219, 254);
}
.status-not_started[data-v-713d52af] {
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  border: 1px solid rgb(226, 232, 240);
}
.status-assigned[data-v-713d52af] {
  background: rgb(238, 242, 255);
  color: rgb(79, 70, 229);
  border: 1px solid rgb(199, 210, 254);
}
.status-pending[data-v-713d52af] {
  background: rgb(254, 243, 199);
  color: rgb(217, 119, 6);
  border: 1px solid rgb(253, 230, 138);
}

/* Arrow */
.list-item-arrow[data-v-713d52af] {
  color: rgb(203, 213, 225);
  transition: all 0.2s ease;
}
.list-item:hover .list-item-arrow[data-v-713d52af] {
  color: rgb(244, 63, 94);
  transform: translateX(4px);
}

/* Hidden on mobile */
@media (max-width: 639px) {
.hidden[data-v-713d52af] {
    display: none !important;
}
}


.activity-row[data-v-ea46a480] { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; padding: 12px; background: white; border: 1px solid rgb(241, 245, 249); border-radius: 8px; gap: 12px;
}
@media (min-width: 640px) {
.activity-row[data-v-ea46a480] { flex-direction: row; align-items: center;
}
}
.activity-info[data-v-ea46a480] { display: flex; align-items: flex-start; gap: 12px;
}
.activity-icon-box[data-v-ea46a480] { padding: 8px; background: rgb(248, 250, 252); border-radius: 8px; color: rgb(148, 163, 184);
}
.activity-title[data-v-ea46a480] { font-weight: 500; color: rgb(30, 41, 59); font-size: 14px; margin: 0;
}
.activity-meta[data-v-ea46a480] { display: flex; align-items: center; gap: 8px; margin-top: 4px;
}
.activity-deadline[data-v-ea46a480] { font-size: 12px; color: rgb(100, 116, 139); display: flex; align-items: center; gap: 4px;
}
.course-badge[data-v-ea46a480] { font-size: 10px; background: rgb(238, 242, 255); color: rgb(79, 70, 229); padding: 0 6px; border-radius: 4px;
}
.activity-status[data-v-ea46a480] { flex-shrink: 0; align-self: flex-end;
}
@media (min-width: 640px) {
.activity-status[data-v-ea46a480] { align-self: center;
}
}
.status-btn[data-v-ea46a480] { display: flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border: 1px solid; transition: all 0.2s;
}
.status-completed[data-v-ea46a480] { background: rgb(220, 252, 231); color: rgb(21, 128, 61); border-color: rgb(187, 247, 208);
}
.status-completed[data-v-ea46a480]:hover { background: rgb(187, 247, 208);
}
.status-in-progress[data-v-ea46a480] { background: rgb(219, 234, 254); color: rgb(29, 78, 216); border-color: rgb(191, 219, 254);
}
.status-in-progress[data-v-ea46a480]:hover { background: rgb(191, 219, 254);
}
.status-not-started[data-v-ea46a480] { background: rgb(241, 245, 249); color: rgb(100, 116, 139); border-color: rgb(226, 232, 240);
}
.status-not-started[data-v-ea46a480]:hover { background: rgb(226, 232, 240);
}


.ipr-container[data-v-4368150c] { display: flex; flex-direction: column; gap: 24px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-4368150c 0.5s ease-in-out;
}
@keyframes fadeIn-4368150c {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.error-state[data-v-4368150c] { padding: 32px; text-align: center; color: rgb(100, 116, 139);
}
.header-card[data-v-4368150c] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px;
}
@media (min-width: 768px) {
.header-card[data-v-4368150c] { padding: 32px;
}
}
.header-content[data-v-4368150c] { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 24px;
}
@media (min-width: 768px) {
.header-content[data-v-4368150c] { flex-direction: row;
}
}
.header-main[data-v-4368150c] { flex: 1;
}
.header-badges[data-v-4368150c] { display: flex; align-items: center; gap: 12px; margin-bottom: 8px;
}
.ipr-badge[data-v-4368150c] { padding: 4px 12px; background: rgb(255, 241, 242); color: rgb(225, 29, 72); border-radius: 9999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}
.date-text[data-v-4368150c] { color: rgb(148, 163, 184); font-size: 14px;
}
.main-title[data-v-4368150c] { font-size: 30px; font-weight: 700; color: rgb(15, 23, 42); margin: 0 0 24px 0;
}
.people-info[data-v-4368150c] { display: flex; flex-wrap: wrap; gap: 32px;
}
.person-item[data-v-4368150c] { display: flex; align-items: center; gap: 12px;
}
.person-icon[data-v-4368150c] { width: 40px; height: 40px; border-radius: 50%; background: rgb(241, 245, 249); display: flex; align-items: center; justify-content: center; color: rgb(100, 116, 139);
}
.person-label[data-v-4368150c] { font-size: 10px; color: rgb(148, 163, 184); text-transform: uppercase; font-weight: 700; margin: 0;
}
.person-name[data-v-4368150c] { font-size: 14px; font-weight: 600; color: rgb(30, 41, 59); margin: 0;
}
.attachments-box[data-v-4368150c] { width: 100%; background: rgb(248, 250, 252); border-radius: 12px; padding: 16px; border: 1px solid rgb(241, 245, 249);
}
@media (min-width: 768px) {
.attachments-box[data-v-4368150c] { width: 256px;
}
}
.attachments-title[data-v-4368150c] { font-size: 14px; font-weight: 700; color: rgb(100, 116, 139); display: flex; align-items: center; gap: 8px; margin: 0 0 12px 0;
}
.attachments-list[data-v-4368150c] { display: flex; flex-direction: column; gap: 8px;
}
.attachment-link[data-v-4368150c] { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgb(51, 65, 85); text-decoration: none; transition: color 0.2s;
}
.attachment-link[data-v-4368150c]:hover { color: rgb(225, 29, 72);
}
.attachment-icon[data-v-4368150c] { color: rgb(148, 163, 184); transition: color 0.2s;
}
.attachment-link:hover .attachment-icon[data-v-4368150c] { color: rgb(244, 63, 94);
}
.attachment-name[data-v-4368150c] { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.download-icon[data-v-4368150c] { opacity: 0; transition: opacity 0.2s;
}
.attachment-link:hover .download-icon[data-v-4368150c] { opacity: 1;
}
.competencies-list[data-v-4368150c] { display: flex; flex-direction: column; gap: 24px;
}
.competency-card[data-v-4368150c] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden;
}
.comp-header[data-v-4368150c] { background: rgba(248, 250, 252, 0.5); padding: 24px; border-bottom: 1px solid rgb(241, 245, 249);
}
.comp-header-content[data-v-4368150c] { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 16px;
}
@media (min-width: 768px) {
.comp-header-content[data-v-4368150c] { flex-direction: row; align-items: center;
}
}
.comp-title[data-v-4368150c] { font-size: 20px; font-weight: 700; color: rgb(30, 41, 59); display: flex; align-items: center; gap: 8px; margin: 0;
}
.comp-icon[data-v-4368150c] { color: rgb(244, 63, 94);
}
.target-level-badge[data-v-4368150c] { padding: 4px 12px; background: white; border: 1px solid rgb(226, 232, 240); border-radius: 9999px; font-size: 12px; font-weight: 600; color: rgb(71, 85, 105); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.comp-body[data-v-4368150c] { padding: 24px;
}
.indicators-section[data-v-4368150c] { display: flex; flex-direction: column; gap: 24px;
}
.indicator-box[data-v-4368150c] { background: rgba(248, 250, 252, 0.5); border-radius: 12px; padding: 16px; border: 1px solid rgb(241, 245, 249);
}
.indicator-text[data-v-4368150c] { font-size: 14px; font-weight: 500; color: rgb(51, 65, 85); margin: 0 0 16px 0; display: flex; align-items: flex-start; gap: 8px;
}
.indicator-dot[data-v-4368150c] { width: 6px; height: 6px; border-radius: 50%; background: rgb(148, 163, 184); margin-top: 6px; flex-shrink: 0;
}
.activities-list[data-v-4368150c] { display: flex; flex-direction: column; gap: 8px; padding-left: 12px; border-left: 2px solid rgb(226, 232, 240); margin-left: 4px;
}
.activities-section[data-v-4368150c] { display: flex; flex-direction: column; gap: 8px;
}
.activities-title[data-v-4368150c] { font-size: 14px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; margin: 0 0 8px 0;
}
.comments-section[data-v-4368150c] { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgb(241, 245, 249);
}
.comments-title[data-v-4368150c] { font-size: 14px; font-weight: 700; color: rgb(30, 41, 59); display: flex; align-items: center; gap: 8px; margin: 0 0 16px 0;
}
.comments-list[data-v-4368150c] { display: flex; flex-direction: column; gap: 16px; margin-bottom: 16px;
}
.comment-item[data-v-4368150c] { display: flex; gap: 12px;
}
.comment-avatar[data-v-4368150c] { width: 32px; height: 32px; border-radius: 50%; background: rgb(241, 245, 249); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: rgb(100, 116, 139); flex-shrink: 0;
}
.comment-bubble[data-v-4368150c] { background: rgb(248, 250, 252); padding: 12px; border-radius: 0 12px 12px 12px; font-size: 14px; color: rgb(51, 65, 85); flex: 1;
}
.comment-header[data-v-4368150c] { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 4px;
}
.comment-author[data-v-4368150c] { font-weight: 700; color: rgb(30, 41, 59);
}
.comment-date[data-v-4368150c] { font-size: 10px; color: rgb(148, 163, 184);
}
.comments-empty[data-v-4368150c] { font-size: 14px; color: rgb(148, 163, 184); font-style: italic; margin: 0;
}
.add-comment-box[data-v-4368150c] { position: relative;
}
.comment-input[data-v-4368150c] .q-field__control { background: rgb(248, 250, 252); border-radius: 12px; border-color: rgb(226, 232, 240);
}
.comment-input[data-v-4368150c] .q-field__control:focus-within { background: white;
}
.send-btn[data-v-4368150c] { color: rgb(225, 29, 72);
}
.send-btn[data-v-4368150c]:hover { background: rgb(255, 241, 242);
}


.checks-container[data-v-280379f6] { max-width: 1280px; margin: 0 auto;
}
.detail-view[data-v-280379f6] { animation: fadeInSlideRight-280379f6 0.3s ease-in-out;
}
@keyframes fadeInSlideRight-280379f6 {
from { opacity: 0; transform: translateX(16px);
}
to { opacity: 1; transform: translateX(0);
}
}
.back-btn[data-v-280379f6] { display: flex; align-items: center; gap: 8px; color: rgb(100, 116, 139); font-weight: 500; background: none; border: none; cursor: pointer; padding: 0; margin-bottom: 24px; transition: color 0.2s;
}
.back-btn[data-v-280379f6]:hover { color: rgb(225, 29, 72);
}
.detail-grid[data-v-280379f6] { display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 1024px) {
.detail-grid[data-v-280379f6] { grid-template-columns: 2fr 1fr;
}
}
.detail-main[data-v-280379f6] { display: flex; flex-direction: column; gap: 24px;
}
.answer-card[data-v-280379f6] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px;
}
.answer-header[data-v-280379f6] { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgb(241, 245, 249);
}
.user-avatar[data-v-280379f6] { width: 40px; height: 40px; border-radius: 50%; background: rgb(241, 245, 249); display: flex; align-items: center; justify-content: center; color: rgb(100, 116, 139); overflow: hidden;
}
.avatar-img[data-v-280379f6] { width: 100%; height: 100%; object-fit: cover;
}
.user-name[data-v-280379f6] { font-weight: 700; color: rgb(30, 41, 59); margin: 0;
}
.submit-date[data-v-280379f6] { font-size: 12px; color: rgb(148, 163, 184); display: flex; align-items: center; gap: 4px; margin: 2px 0 0 0;
}
.question-section[data-v-280379f6] { margin-bottom: 24px;
}
.section-label[data-v-280379f6] { font-size: 14px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; margin: 0 0 8px 0;
}
.question-text[data-v-280379f6] { font-weight: 500; color: rgb(30, 41, 59); font-size: 18px; line-height: 1.5; margin: 0;
}
.answer-section[data-v-280379f6] { background: rgb(248, 250, 252); border-radius: 12px; padding: 20px; border: 1px solid rgb(241, 245, 249);
}
.answer-label[data-v-280379f6] { font-size: 14px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; margin: 0 0 12px 0;
}
.answer-text[data-v-280379f6] { color: rgb(51, 65, 85); white-space: pre-wrap; margin: 0;
}
.files-section[data-v-280379f6] { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgb(226, 232, 240);
}
.files-label[data-v-280379f6] { font-size: 12px; font-weight: 600; color: rgb(100, 116, 139); margin: 0 0 8px 0;
}
.files-list[data-v-280379f6] { display: flex; flex-wrap: wrap; gap: 8px;
}
.file-link[data-v-280379f6] { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: white; border: 1px solid rgb(226, 232, 240); border-radius: 8px; font-size: 14px; color: rgb(71, 85, 105); text-decoration: none; transition: all 0.2s;
}
.file-link[data-v-280379f6]:hover { color: rgb(225, 29, 72); border-color: rgb(253, 164, 175);
}
.download-icon[data-v-280379f6] { opacity: 0.5; margin-left: 4px;
}
.detail-sidebar[data-v-280379f6] {
}
.grading-card[data-v-280379f6] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; position: sticky; top: 96px;
}
.grading-title[data-v-280379f6] { font-weight: 700; color: rgb(15, 23, 42); margin: 0 0 16px 0; display: flex; align-items: center; gap: 8px;
}
.grading-icon[data-v-280379f6] { color: rgb(244, 63, 94);
}
.grading-actions[data-v-280379f6] { display: flex; flex-direction: column; gap: 16px;
}
.comment-label[data-v-280379f6] { display: block; font-size: 14px; font-weight: 500; color: rgb(51, 65, 85); margin-bottom: 8px;
}
.comment-input[data-v-280379f6] .q-field__control { font-size: 14px; border-radius: 12px;
}
.action-buttons[data-v-280379f6] { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 8px;
}
.btn-approve[data-v-280379f6] { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 16px; border-radius: 12px; border: 2px solid rgb(187, 247, 208); background: rgb(220, 252, 231); color: rgb(21, 128, 61); font-weight: 600;
}
.btn-approve[data-v-280379f6]:hover { background: rgb(187, 247, 208); border-color: rgb(134, 239, 172);
}
.btn-reject[data-v-280379f6] { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 16px; border-radius: 12px; border: 2px solid rgb(254, 202, 202); background: rgb(254, 226, 226); color: rgb(185, 28, 28); font-weight: 600;
}
.btn-reject[data-v-280379f6]:hover { background: rgb(254, 202, 202); border-color: rgb(252, 165, 165);
}
.list-view[data-v-280379f6] { display: flex; flex-direction: column; gap: 24px; animation: fadeIn-280379f6 0.5s ease-in-out;
}
@keyframes fadeIn-280379f6 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.list-header[data-v-280379f6] { display: flex; flex-direction: column; justify-content: space-between; align-items: center; background: white; padding: 24px; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); gap: 16px;
}
@media (min-width: 768px) {
.list-header[data-v-280379f6] { flex-direction: row;
}
}
.list-title[data-v-280379f6] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.list-subtitle[data-v-280379f6] { color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.header-actions[data-v-280379f6] { display: flex; align-items: center; gap: 12px;
}
.archive-btn[data-v-280379f6] { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; background: rgb(241, 245, 249); color: rgb(71, 85, 105); transition: all 0.2s;
}
.archive-btn[data-v-280379f6]:hover { background: rgb(226, 232, 240);
}
.archive-btn-active[data-v-280379f6] { background: rgb(30, 41, 59); color: white;
}
.items-list[data-v-280379f6] { display: flex; flex-direction: column; gap: 12px;
}
.empty-state[data-v-280379f6] { text-align: center; padding: 64px 16px; background: rgb(248, 250, 252); border-radius: 16px; border: 2px dashed rgb(226, 232, 240); color: rgb(148, 163, 184);
}
.empty-icon-box[data-v-280379f6] { width: 48px; height: 48px; background: rgb(241, 245, 249); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px;
}
.empty-text[data-v-280379f6] { margin: 0;
}
.item-card[data-v-280379f6] { background: white; padding: 20px; border-radius: 12px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; gap: 16px; justify-content: space-between; cursor: pointer; transition: all 0.3s;
}
@media (min-width: 768px) {
.item-card[data-v-280379f6] { flex-direction: row;
}
}
.item-card[data-v-280379f6]:hover { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-color: rgb(253, 164, 175);
}
.item-content[data-v-280379f6] { flex: 1; min-width: 0;
}
.item-meta[data-v-280379f6] { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 8px;
}
.test-title[data-v-280379f6] { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgb(148, 163, 184);
}
.meta-dot[data-v-280379f6] { width: 4px; height: 4px; border-radius: 50%; background: rgb(203, 213, 225);
}
.item-date[data-v-280379f6] { font-size: 12px; color: rgb(148, 163, 184);
}
.status-approved[data-v-280379f6] { margin-left: 8px; font-size: 12px; font-weight: 700; color: rgb(22, 163, 74); background: rgb(220, 252, 231); padding: 2px 8px; border-radius: 4px;
}
.status-rejected[data-v-280379f6] { margin-left: 8px; font-size: 12px; font-weight: 700; color: rgb(220, 38, 38); background: rgb(254, 226, 226); padding: 2px 8px; border-radius: 4px;
}
.item-user[data-v-280379f6] { font-size: 18px; font-weight: 600; color: rgb(15, 23, 42); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 0 4px 0;
}
.item-answer[data-v-280379f6] { font-size: 14px; color: rgb(71, 85, 105); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0;
}
.item-files[data-v-280379f6] { display: flex; gap: 8px; margin-top: 12px;
}
.file-badge[data-v-280379f6] { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; background: rgb(248, 250, 252); border: 1px solid rgb(226, 232, 240); padding: 4px 8px; border-radius: 4px; color: rgb(100, 116, 139);
}
.item-actions[data-v-280379f6] { display: flex; align-items: center; gap: 16px; border-top: 1px solid rgb(241, 245, 249); padding-top: 16px; margin-top: 8px;
}
@media (min-width: 768px) {
.item-actions[data-v-280379f6] { border-top: none; border-left: 1px solid rgb(241, 245, 249); padding-top: 0; padding-left: 16px; margin-top: 0;
}
}
.archive-icon-btn[data-v-280379f6] { color: rgb(148, 163, 184);
}
.archive-icon-btn[data-v-280379f6]:hover { color: rgb(71, 85, 105); background: rgb(241, 245, 249);
}
.check-btn[data-v-280379f6] { display: flex; align-items: center; gap: 4px; padding: 8px 16px; background: rgb(15, 23, 42); color: white; border-radius: 8px; font-size: 14px; font-weight: 500;
}
.check-btn[data-v-280379f6]:hover { background: rgb(30, 41, 59);
}


.profile-container[data-v-6aa65b21] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* Header Card */
.profile-header-card[data-v-6aa65b21] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  position: relative;
  overflow: hidden;
}
.header-gradient[data-v-6aa65b21] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: linear-gradient(to right, rgb(244, 63, 94), rgb(225, 29, 72));
}
.header-content[data-v-6aa65b21] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
.header-content[data-v-6aa65b21] {
    flex-direction: row;
    align-items: flex-end;
}
}
.avatar-wrapper[data-v-6aa65b21] {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: rgb(226, 232, 240);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.avatar-img[data-v-6aa65b21] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-info[data-v-6aa65b21] {
  flex: 1;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
.profile-info[data-v-6aa65b21] {
    text-align: left;
}
}
.profile-name[data-v-6aa65b21] {
  font-size: 1.875rem;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.profile-position[data-v-6aa65b21] {
  font-size: 1.125rem;
  color: rgb(100, 116, 139);
  margin: 0;
}
.profile-meta[data-v-6aa65b21] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
  font-size: 0.875rem;
  color: rgb(148, 163, 184);
}
@media (min-width: 768px) {
.profile-meta[data-v-6aa65b21] {
    justify-content: flex-start;
}
}
.meta-badge[data-v-6aa65b21] {
  background: rgb(241, 245, 249);
  padding: 4px 8px;
  border-radius: 4px;
}
.meta-id[data-v-6aa65b21] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Grid Layout */
.profile-grid[data-v-6aa65b21] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
.profile-grid[data-v-6aa65b21] {
    grid-template-columns: 1fr 2fr;
}
}
.left-column[data-v-6aa65b21],
.right-column[data-v-6aa65b21] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Card */
.card[data-v-6aa65b21] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.card-header[data-v-6aa65b21] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.card-title[data-v-6aa65b21] {
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
  display: flex;
  align-items: center;
}
.edit-actions[data-v-6aa65b21] {
  display: flex;
  gap: 4px;
}

/* Contact Info */
.contact-list[data-v-6aa65b21] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-item[data-v-6aa65b21] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-icon[data-v-6aa65b21] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(248, 250, 252);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(148, 163, 184);
  flex-shrink: 0;
}
.contact-content[data-v-6aa65b21] {
  min-width: 0;
  flex: 1;
}
.contact-label[data-v-6aa65b21] {
  font-size: 0.75rem;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.contact-value[data-v-6aa65b21] {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-value.link[data-v-6aa65b21] {
  color: rgb(225, 29, 72);
  text-decoration: none;
}
.contact-value.link[data-v-6aa65b21]:hover {
  text-decoration: underline;
}

/* Certificates */
.certificates-list[data-v-6aa65b21] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.certificate-item[data-v-6aa65b21] {
  padding: 12px;
  background: rgb(248, 250, 252);
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
}
.cert-title[data-v-6aa65b21] {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(30, 41, 59);
  margin-bottom: 4px;
}
.cert-meta[data-v-6aa65b21] {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgb(100, 116, 139);
}
.no-data[data-v-6aa65b21] {
  font-size: 0.875rem;
  color: rgb(148, 163, 184);
  font-style: italic;
  margin: 0;
}
.add-cert-btn[data-v-6aa65b21] {
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  border: 2px dashed rgb(203, 213, 225);
  color: rgb(100, 116, 139);
  border-radius: 12px;
  font-size: 0.875rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.add-cert-btn[data-v-6aa65b21]:hover {
  border-color: rgb(251, 113, 133);
  color: rgb(225, 29, 72);
}

/* Content Text */
.content-text[data-v-6aa65b21] {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgb(71, 85, 105);
  white-space: pre-wrap;
}


.competency-card[data-v-dd799080] { background: white; border-radius: 12px; border: 1px solid rgb(226, 232, 240); overflow: hidden; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); transition: all 0.3s;
}
.competency-hover[data-v-dd799080]:hover { border-color: rgb(253, 164, 175);
}
.competency-header[data-v-dd799080] { padding: 20px; display: flex; align-items: flex-start; gap: 16px; cursor: pointer; transition: background 0.2s;
}
.competency-header[data-v-dd799080]:hover { background: rgb(248, 250, 252);
}
.icon-container[data-v-dd799080] { padding: 8px; border-radius: 8px; margin-top: 4px; flex-shrink: 0; transition: all 0.2s;
}
.icon-closed[data-v-dd799080] { background: rgb(241, 245, 249); color: rgb(148, 163, 184);
}
.icon-open[data-v-dd799080] { background: rgb(255, 228, 230); color: rgb(225, 29, 72);
}
.competency-content[data-v-dd799080] { flex: 1; min-width: 0;
}
.competency-top[data-v-dd799080] { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 4px;
}
@media (min-width: 640px) {
.competency-top[data-v-dd799080] { flex-direction: row; align-items: center;
}
}
.competency-title[data-v-dd799080] { font-size: 18px; font-weight: 700; color: rgb(30, 41, 59); margin: 0;
}
.level-badge[data-v-dd799080] { display: inline-flex; align-items: center; padding: 2px 10px; border-radius: 9999px; font-size: 12px; font-weight: 500; background: rgb(238, 242, 255); color: rgb(67, 56, 202); border: 1px solid rgb(224, 231, 255); align-self: flex-start;
}
@media (min-width: 640px) {
.level-badge[data-v-dd799080] { align-self: auto;
}
}
.competency-description[data-v-dd799080] { font-size: 14px; color: rgb(100, 116, 139); line-height: 1.5; margin: 0;
}
.chevron-icon[data-v-dd799080] { color: rgb(148, 163, 184); flex-shrink: 0; margin-top: 8px;
}
.indicators-section[data-v-dd799080] { background: rgba(248, 250, 252, 0.5); border-top: 1px solid rgb(241, 245, 249); padding: 20px; padding-left: 64px; animation: fadeInSlide-dd799080 0.2s ease-in-out;
}
@keyframes fadeInSlide-dd799080 {
from { opacity: 0; transform: translateY(-8px);
}
to { opacity: 1; transform: translateY(0);
}
}
.indicators-title[data-v-dd799080] { font-size: 10px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 12px 0;
}
.indicators-list[data-v-dd799080] { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px;
}
.indicator-item[data-v-dd799080] { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: rgb(51, 65, 85);
}
.indicator-icon[data-v-dd799080] { color: rgb(34, 197, 94); margin-top: 2px; flex-shrink: 0;
}


.competencies-container[data-v-6f3e4f7e] { display: flex; flex-direction: column; gap: 32px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-6f3e4f7e 0.5s ease-in-out;
}
@keyframes fadeIn-6f3e4f7e {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.header-card[data-v-6f3e4f7e] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; align-items: center; gap: 16px;
}
.header-icon-box[data-v-6f3e4f7e] { width: 48px; height: 48px; background: rgb(255, 241, 242); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(225, 29, 72);
}
.header-title[data-v-6f3e4f7e] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.header-subtitle[data-v-6f3e4f7e] { font-size: 14px; color: rgb(100, 116, 139); margin: 0;
}
.empty-state[data-v-6f3e4f7e] { padding: 32px; text-align: center; color: rgb(100, 116, 139); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.profile-section[data-v-6f3e4f7e] { display: flex; flex-direction: column; gap: 16px;
}
.profile-header[data-v-6f3e4f7e] { display: flex; align-items: center; gap: 12px; padding: 0 8px;
}
.profile-icon[data-v-6f3e4f7e] { color: rgb(148, 163, 184);
}
.profile-title[data-v-6f3e4f7e] { font-size: 20px; font-weight: 700; color: rgb(30, 41, 59); margin: 0;
}
.competencies-grid[data-v-6f3e4f7e] { display: grid; grid-template-columns: 1fr; gap: 16px;
}


.rating-container[data-v-49ffc552] { display: flex; flex-direction: column; gap: 24px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-49ffc552 0.5s ease-in-out;
}
@keyframes fadeIn-49ffc552 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.error-state[data-v-49ffc552] { padding: 32px; text-align: center; color: rgb(100, 116, 139);
}
.hero-card[data-v-49ffc552] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; position: relative;
}
.hero-bg[data-v-49ffc552] { position: absolute; top: 0; right: 0; width: 256px; height: 256px; background: linear-gradient(to bottom right, rgb(254, 243, 199), transparent); border-radius: 50%; filter: blur(48px); opacity: 0.5; margin-right: -64px; margin-top: -64px; pointer-events: none;
}
.hero-content[data-v-49ffc552] { padding: 32px; position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 32px;
}
@media (min-width: 768px) {
.hero-content[data-v-49ffc552] { flex-direction: row;
}
}
.rank-icon-wrapper[data-v-49ffc552] { flex-shrink: 0;
}
.rank-icon-outer[data-v-49ffc552] { width: 128px; height: 128px; border-radius: 50%; background: linear-gradient(to bottom right, rgb(252, 211, 77), rgb(251, 146, 60)); padding: 4px; box-shadow: 0 10px 15px rgba(251, 146, 60, 0.3); display: flex; align-items: center; justify-content: center;
}
.rank-icon-inner[data-v-49ffc552] { width: 100%; height: 100%; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 4px solid rgb(254, 243, 199);
}
.trophy-icon[data-v-49ffc552] { color: rgb(245, 158, 11);
}
.level-info[data-v-49ffc552] { flex: 1; text-align: center; width: 100%;
}
@media (min-width: 768px) {
.level-info[data-v-49ffc552] { text-align: left;
}
}
.level-label[data-v-49ffc552] { font-size: 14px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 4px 0;
}
.level-name[data-v-49ffc552] { font-size: 36px; font-weight: 700; color: rgb(15, 23, 42); margin: 0 0 8px 0;
}
.xp-display[data-v-49ffc552] { font-size: 24px; font-weight: 600; color: rgb(225, 29, 72); display: flex; align-items: center; justify-content: center; gap: 8px;
}
@media (min-width: 768px) {
.xp-display[data-v-49ffc552] { justify-content: flex-start;
}
}
.xp-icon[data-v-49ffc552] { color: rgb(225, 29, 72); fill: rgb(225, 29, 72);
}
.progress-box[data-v-49ffc552] { width: 100%; background: rgb(248, 250, 252); padding: 16px; border-radius: 12px; border: 1px solid rgb(241, 245, 249);
}
@media (min-width: 768px) {
.progress-box[data-v-49ffc552] { width: 256px;
}
}
.progress-header[data-v-49ffc552] { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 500; margin-bottom: 8px;
}
.progress-label[data-v-49ffc552] { color: rgb(71, 85, 105);
}
.progress-points[data-v-49ffc552] { color: rgb(148, 163, 184);
}
.progress-bar-bg[data-v-49ffc552] { height: 12px; width: 100%; background: rgb(226, 232, 240); border-radius: 9999px; overflow: hidden;
}
.progress-bar-fill[data-v-49ffc552] { height: 100%; background: rgb(244, 63, 94); border-radius: 9999px; transition: width 1s ease-out;
}
.history-card[data-v-49ffc552] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden;
}
.history-header[data-v-49ffc552] { padding: 24px; border-bottom: 1px solid rgb(241, 245, 249); display: flex; align-items: center; gap: 8px;
}
.history-header-icon[data-v-49ffc552] { color: rgb(148, 163, 184);
}
.history-title[data-v-49ffc552] { font-size: 18px; font-weight: 700; color: rgb(30, 41, 59); margin: 0;
}
.history-item[data-v-49ffc552] { display: flex; align-items: center; gap: 16px; padding: 20px; transition: background 0.2s;
}
.history-item[data-v-49ffc552]:hover { background: rgb(248, 250, 252);
}
.history-item-border[data-v-49ffc552] { border-bottom: 1px solid rgb(248, 250, 252);
}
.history-icon-box[data-v-49ffc552] { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.history-course[data-v-49ffc552] { background: rgb(219, 234, 254); color: rgb(37, 99, 235);
}
.history-test[data-v-49ffc552] { background: rgb(224, 231, 255); color: rgb(79, 70, 229);
}
.history-event[data-v-49ffc552] { background: rgb(243, 232, 255); color: rgb(147, 51, 234);
}
.history-bonus[data-v-49ffc552] { background: rgb(254, 243, 199); color: rgb(245, 158, 11);
}
.history-default[data-v-49ffc552] { background: rgb(241, 245, 249); color: rgb(71, 85, 105);
}
.history-info[data-v-49ffc552] { flex: 1; min-width: 0;
}
.history-action[data-v-49ffc552] { font-size: 14px; font-weight: 600; color: rgb(30, 41, 59); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0;
}
.history-date[data-v-49ffc552] { font-size: 12px; color: rgb(148, 163, 184); margin: 2px 0 0 0;
}
.history-points[data-v-49ffc552] { flex-shrink: 0; font-weight: 700; color: rgb(22, 163, 74); background: rgb(220, 252, 231); padding: 4px 12px; border-radius: 8px; border: 1px solid rgb(187, 247, 208); font-size: 14px;
}
.history-empty[data-v-49ffc552] { padding: 32px; text-align: center; color: rgb(148, 163, 184);
}
.history-footer[data-v-49ffc552] { background: rgb(248, 250, 252); padding: 16px; border-top: 1px solid rgb(241, 245, 249); text-align: center;
}
.show-more-btn[data-v-49ffc552] { font-size: 14px; font-weight: 500; color: rgb(225, 29, 72); background: none; border: none; cursor: pointer; padding: 0; transition: color 0.2s;
}
.show-more-btn[data-v-49ffc552]:hover { color: rgb(190, 18, 60);
}


.certificates-container[data-v-6b80ceaf] { display: flex; flex-direction: column; gap: 24px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-6b80ceaf 0.5s ease-in-out;
}
@keyframes fadeIn-6b80ceaf {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.empty-state[data-v-6b80ceaf] { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px; text-align: center; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.empty-icon-box[data-v-6b80ceaf] { width: 64px; height: 64px; background: rgb(248, 250, 252); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: rgb(203, 213, 225);
}
.empty-title[data-v-6b80ceaf] { font-size: 18px; font-weight: 500; color: rgb(71, 85, 105); margin: 0 0 8px 0;
}
.empty-text[data-v-6b80ceaf] { font-size: 14px; margin: 0;
}
.header-card[data-v-6b80ceaf] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 16px;
}
@media (min-width: 640px) {
.header-card[data-v-6b80ceaf] { flex-direction: row;
}
}
.header-content[data-v-6b80ceaf] { display: flex; align-items: center; gap: 16px;
}
.header-icon-box[data-v-6b80ceaf] { width: 48px; height: 48px; background: rgb(255, 241, 242); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(225, 29, 72);
}
.header-title[data-v-6b80ceaf] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.header-subtitle[data-v-6b80ceaf] { font-size: 14px; color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.count[data-v-6b80ceaf] { font-weight: 600; color: rgb(15, 23, 42);
}
.certificates-grid[data-v-6b80ceaf] { display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 768px) {
.certificates-grid[data-v-6b80ceaf] { grid-template-columns: 1fr 1fr;
}
}
.cert-card[data-v-6b80ceaf] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s;
}
.cert-card[data-v-6b80ceaf]:hover { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-color: rgb(253, 164, 175);
}
.cert-body[data-v-6b80ceaf] { padding: 24px; flex: 1; position: relative;
}
.cert-bg-circle[data-v-6b80ceaf] { position: absolute; top: 0; right: 0; width: 96px; height: 96px; background: rgb(248, 250, 252); border-radius: 50%; opacity: 0.5; margin-right: -32px; margin-top: -32px; transition: background 0.3s;
}
.cert-card:hover .cert-bg-circle[data-v-6b80ceaf] { background: rgb(255, 241, 242);
}
.cert-top[data-v-6b80ceaf] { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; position: relative; z-index: 10;
}
.cert-icon-box[data-v-6b80ceaf] { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid;
}
.icon-program[data-v-6b80ceaf] { color: rgb(245, 158, 11); background: rgb(254, 243, 199); border-color: rgb(254, 243, 199);
}
.icon-course[data-v-6b80ceaf] { color: rgb(244, 63, 94); background: rgb(255, 241, 242); border-color: rgb(255, 228, 230);
}
.icon-test[data-v-6b80ceaf] { color: rgb(59, 130, 246); background: rgb(239, 246, 255); border-color: rgb(219, 234, 254);
}
.grade-badge[data-v-6b80ceaf] { padding: 4px 10px; border-radius: 9999px; background: rgb(220, 252, 231); color: rgb(21, 128, 61); font-size: 12px; font-weight: 700; border: 1px solid rgb(187, 247, 208); display: flex; align-items: center; gap: 4px;
}
.cert-title[data-v-6b80ceaf] { font-size: 18px; font-weight: 700; color: rgb(15, 23, 42); margin: 0 0 4px 0; line-height: 1.3; transition: color 0.2s;
}
.cert-card:hover .cert-title[data-v-6b80ceaf] { color: rgb(225, 29, 72);
}
.cert-type[data-v-6b80ceaf] { font-size: 10px; color: rgb(148, 163, 184); text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; margin: 0 0 16px 0;
}
.cert-date[data-v-6b80ceaf] { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgb(100, 116, 139);
}
.cert-footer[data-v-6b80ceaf] { padding: 16px 24px; background: rgba(248, 250, 252, 0.5); border-top: 1px solid rgb(241, 245, 249); display: flex; align-items: center; justify-content: space-between;
}
.share-btn[data-v-6b80ceaf] { color: rgb(148, 163, 184);
}
.share-btn[data-v-6b80ceaf]:hover { color: rgb(71, 85, 105);
}
.download-btn[data-v-6b80ceaf] { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: rgb(225, 29, 72); background: white; padding: 8px 16px; border-radius: 8px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.download-btn[data-v-6b80ceaf]:hover { color: rgb(225, 29, 72); border-color: rgb(253, 164, 175);
}


.reports-container[data-v-5117cedc] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-5117cedc 0.5s ease-in-out;
}
@keyframes fadeIn-5117cedc {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.header-card[data-v-5117cedc] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-icon-box[data-v-5117cedc] {
  width: 48px;
  height: 48px;
  background: rgb(238, 242, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(79, 70, 229);
}
.header-title[data-v-5117cedc] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.header-subtitle[data-v-5117cedc] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.config-card[data-v-5117cedc] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px 32px;
}
.config-title[data-v-5117cedc] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title-icon[data-v-5117cedc] {
  color: rgb(244, 63, 94);
}
.config-grid[data-v-5117cedc] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: flex-end;
}
@media (min-width: 768px) {
.config-grid[data-v-5117cedc] {
    grid-template-columns: 1fr 1fr 1fr;
}
}
.config-item[data-v-5117cedc] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.config-label[data-v-5117cedc] {
  font-size: 14px;
  font-weight: 600;
  color: rgb(51, 65, 85);
}
.date-range[data-v-5117cedc] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.date-input[data-v-5117cedc] {
  flex: 1;
}
.date-separator[data-v-5117cedc] {
  color: rgb(148, 163, 184);
}
.btn-generate[data-v-5117cedc] {
  width: 100%;
  padding: 12px 24px;
  background: rgb(15, 23, 42);
  color: white;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-generate[data-v-5117cedc]:hover {
  background: rgb(30, 41, 59);
}
.results-card[data-v-5117cedc] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  animation: fadeIn-5117cedc 0.5s ease-in-out;
}
.results-header[data-v-5117cedc] {
  padding: 24px;
  border-bottom: 1px solid rgb(241, 245, 249);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 640px) {
.results-header[data-v-5117cedc] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
.results-title[data-v-5117cedc] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
}
.results-actions[data-v-5117cedc] {
  display: flex;
  gap: 8px;
}
.btn-excel[data-v-5117cedc] {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(21, 128, 61);
  background: rgb(240, 253, 244);
  border: 1px solid rgb(187, 247, 208);
  border-radius: 8px;
}
.btn-excel[data-v-5117cedc]:hover {
  background: rgb(220, 252, 231);
}
.btn-pdf[data-v-5117cedc] {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(51, 65, 85);
  background: rgb(248, 250, 252);
  border: 1px solid rgb(226, 232, 240);
  border-radius: 8px;
}
.btn-pdf[data-v-5117cedc]:hover {
  background: rgb(241, 245, 249);
}
.table-wrapper[data-v-5117cedc] {
  overflow-x: auto;
}
.results-table[data-v-5117cedc] {
  width: 100%;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
}
.results-table thead[data-v-5117cedc] {
  background: rgb(248, 250, 252);
  border-bottom: 1px solid rgb(241, 245, 249);
}
.results-table th[data-v-5117cedc] {
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(100, 116, 139);
}
.results-table tbody tr[data-v-5117cedc] {
  border-bottom: 1px solid rgb(241, 245, 249);
  transition: background 0.2s;
}
.results-table tbody tr[data-v-5117cedc]:hover {
  background: rgba(248, 250, 252, 0.5);
}
.results-table td[data-v-5117cedc] {
  padding: 16px 24px;
  color: rgb(71, 85, 105);
}
.cell-primary[data-v-5117cedc] {
  font-weight: 500;
  color: rgb(15, 23, 42);
}
.cell-full[data-v-5117cedc] {
  font-weight: 600;
  color: rgb(21, 128, 61);
}
.cell-date[data-v-5117cedc] {
  color: rgb(148, 163, 184);
  font-family: monospace;
}
.empty-cell[data-v-5117cedc] {
  text-align: center;
  padding: 32px 24px;
  color: rgb(148, 163, 184);
  font-style: italic;
}
.status-success[data-v-5117cedc] {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
}
.status-error[data-v-5117cedc] {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
}
.status-info[data-v-5117cedc] {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  background: rgb(219, 234, 254);
  color: rgb(29, 78, 216);
}


.rating-scale-container[data-v-55f9d77d] { display: flex; flex-direction: column; gap: 8px;
}
.rating-buttons[data-v-55f9d77d] { display: flex; flex-wrap: wrap; gap: 4px;
}
@media (min-width: 640px) {
.rating-buttons[data-v-55f9d77d] { gap: 8px;
}
}
.rating-btn[data-v-55f9d77d] { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; border: 2px solid; transition: all 0.2s; cursor: pointer; background: white; color: rgb(148, 163, 184); border-color: rgb(241, 245, 249);
}
@media (min-width: 640px) {
.rating-btn[data-v-55f9d77d] { width: 44px; height: 44px;
}
}
.rating-btn[data-v-55f9d77d]:hover { border-color: rgb(253, 164, 175); color: rgb(244, 63, 94);
}
.rating-btn-selected[data-v-55f9d77d] { border-color: rgb(244, 63, 94); background: rgb(255, 241, 242); color: rgb(225, 29, 72); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); transform: scale(1.05);
}
.rating-value[data-v-55f9d77d] { font-size: 14px; font-weight: 700;
}
@media (min-width: 640px) {
.rating-value[data-v-55f9d77d] { font-size: 16px;
}
}
.rating-labels[data-v-55f9d77d] { display: flex; justify-content: space-between; padding: 0 4px; font-size: 10px; color: rgb(148, 163, 184); text-transform: uppercase; font-weight: 500; max-width: 240px;
}


.assessment-container[data-v-3f57e0a2] { max-width: 1280px; margin: 0 auto; padding-bottom: 40px;
}
.error-state[data-v-3f57e0a2] { padding: 32px; text-align: center; color: rgb(100, 116, 139);
}
.evaluation-view[data-v-3f57e0a2] { animation: slideInRight-3f57e0a2 0.3s ease-in-out;
}
@keyframes slideInRight-3f57e0a2 {
from { opacity: 0; transform: translateX(16px);
}
to { opacity: 1; transform: translateX(0);
}
}
.nav-header[data-v-3f57e0a2] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;
}
.back-btn[data-v-3f57e0a2] { display: flex; align-items: center; gap: 8px; color: rgb(100, 116, 139); font-weight: 500; background: none; border: none; cursor: pointer; padding: 0; transition: color 0.2s;
}
.back-btn[data-v-3f57e0a2]:hover { color: rgb(225, 29, 72);
}
.progress-text[data-v-3f57e0a2] { font-size: 12px; font-weight: 600; color: rgb(148, 163, 184); text-transform: uppercase; letter-spacing: 0.05em;
}
.target-header-card[data-v-3f57e0a2] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; margin-bottom: 24px;
}
.target-info[data-v-3f57e0a2] { display: flex; align-items: center; gap: 16px;
}
.target-avatar[data-v-3f57e0a2] { width: 64px; height: 64px; border-radius: 50%; background: rgb(241, 245, 249); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 2px solid white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.avatar-img[data-v-3f57e0a2] { width: 100%; height: 100%; object-fit: cover;
}
.avatar-icon[data-v-3f57e0a2] { color: rgb(148, 163, 184);
}
.target-name[data-v-3f57e0a2] { font-size: 20px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.target-position[data-v-3f57e0a2] { font-size: 14px; color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.competencies-form[data-v-3f57e0a2] { display: flex; flex-direction: column; gap: 24px;
}
.comp-card[data-v-3f57e0a2] { background: white; border-radius: 12px; border: 1px solid rgb(226, 232, 240); padding: 24px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); transition: all 0.3s;
}
.comp-card[data-v-3f57e0a2]:hover { border-color: rgb(253, 164, 175);
}
.comp-header-section[data-v-3f57e0a2] { margin-bottom: 16px;
}
.comp-title[data-v-3f57e0a2] { font-size: 18px; font-weight: 700; color: rgb(30, 41, 59); margin: 0 0 4px 0;
}
.comp-desc[data-v-3f57e0a2] { font-size: 14px; color: rgb(100, 116, 139); line-height: 1.5; margin: 0;
}
.indicators-form[data-v-3f57e0a2] { margin-top: 24px; display: flex; flex-direction: column; gap: 24px;
}
.indicator-row[data-v-3f57e0a2] { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; gap: 16px;
}
@media (min-width: 768px) {
.indicator-row[data-v-3f57e0a2] { flex-direction: row; align-items: flex-start;
}
}
.indicator-border[data-v-3f57e0a2] { border-top: 1px solid rgb(248, 250, 252); padding-top: 24px;
}
.indicator-text[data-v-3f57e0a2] { flex: 1; font-size: 14px; font-weight: 500; color: rgb(30, 41, 59); line-height: 1.5;
}
.rating-scale[data-v-3f57e0a2] { flex-shrink: 0;
}
.comp-overall-rating[data-v-3f57e0a2] { padding-top: 16px; border-top: 1px solid rgb(248, 250, 252); display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; gap: 16px;
}
@media (min-width: 640px) {
.comp-overall-rating[data-v-3f57e0a2] { flex-direction: row; align-items: center;
}
}
.overall-label[data-v-3f57e0a2] { font-size: 12px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; margin: 0;
}
.comment-card[data-v-3f57e0a2] { background: white; border-radius: 12px; border: 1px solid rgb(226, 232, 240); padding: 24px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.comment-title[data-v-3f57e0a2] { font-size: 18px; font-weight: 700; color: rgb(30, 41, 59); margin: 0 0 16px 0; display: flex; align-items: center; gap: 8px;
}
.comment-icon[data-v-3f57e0a2] { color: rgb(244, 63, 94);
}
.comment-hint[data-v-3f57e0a2] { font-size: 14px; color: rgb(100, 116, 139); margin: 0 0 12px 0;
}
.comment-input[data-v-3f57e0a2] .q-field__control { background: rgb(248, 250, 252); border-radius: 12px;
}
.comment-input[data-v-3f57e0a2] .q-field__control:focus-within { background: white;
}
.submit-container[data-v-3f57e0a2] { display: flex; justify-content: flex-end; padding-top: 16px; padding-bottom: 48px;
}
.submit-btn[data-v-3f57e0a2] { display: flex; align-items: center; gap: 8px; padding: 16px 32px; border-radius: 12px; font-weight: 700; color: white; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s; background: rgb(15, 23, 42);
}
.submit-btn[data-v-3f57e0a2]:hover { background: rgb(30, 41, 59); transform: translateY(-4px);
}
.submit-btn-disabled[data-v-3f57e0a2] { background: rgb(203, 213, 225); cursor: not-allowed;
}
.submit-btn-disabled[data-v-3f57e0a2]:hover { transform: none;
}
.list-view[data-v-3f57e0a2] { display: flex; flex-direction: column; gap: 24px; animation: fadeIn-3f57e0a2 0.5s ease-in-out;
}
@keyframes fadeIn-3f57e0a2 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.list-header[data-v-3f57e0a2] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 16px;
}
@media (min-width: 768px) {
.list-header[data-v-3f57e0a2] { flex-direction: row;
}
}
.list-title[data-v-3f57e0a2] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.list-subtitle[data-v-3f57e0a2] { font-size: 14px; color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.remaining-box[data-v-3f57e0a2] { display: flex; align-items: center; gap: 8px; font-size: 14px; background: rgb(241, 245, 249); padding: 8px 16px; border-radius: 8px; color: rgb(71, 85, 105);
}
.targets-grid[data-v-3f57e0a2] { display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 768px) {
.targets-grid[data-v-3f57e0a2] { grid-template-columns: 1fr 1fr;
}
}
.target-card[data-v-3f57e0a2] { position: relative; display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 16px; border: 1px solid rgb(226, 232, 240); text-align: left; transition: all 0.3s; cursor: pointer; background: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.target-card[data-v-3f57e0a2]:hover:not(.target-completed) { border-color: rgb(253, 164, 175); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transform: translateY(-2px);
}
.target-completed[data-v-3f57e0a2] { background: rgb(248, 250, 252); border-color: rgb(226, 232, 240); opacity: 0.6; cursor: default;
}
.status-badge[data-v-3f57e0a2] { position: absolute; top: 16px; right: 16px; font-size: 12px; font-weight: 700; padding: 4px 8px; border-radius: 4px; display: flex; align-items: center; gap: 4px;
}
.status-completed[data-v-3f57e0a2] { color: rgb(22, 163, 74); background: rgb(220, 252, 231);
}
.status-in-progress[data-v-3f57e0a2] { color: rgb(37, 99, 235); background: rgb(219, 234, 254);
}
.target-avatar-list[data-v-3f57e0a2] { width: 56px; height: 56px; border-radius: 50%; background: rgb(241, 245, 249); flex-shrink: 0; overflow: hidden; border: 1px solid rgb(241, 245, 249); transition: border 0.3s;
}
.target-card:hover .target-avatar-list[data-v-3f57e0a2] { border-color: rgb(253, 164, 175);
}
.target-avatar-img[data-v-3f57e0a2] { width: 100%; height: 100%; object-fit: cover;
}
.target-avatar-placeholder[data-v-3f57e0a2] { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgb(148, 163, 184);
}
.target-info-list[data-v-3f57e0a2] { flex: 1; min-width: 0; padding-right: 64px;
}
.target-name-list[data-v-3f57e0a2] { font-size: 18px; font-weight: 700; color: rgb(15, 23, 42); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 0 4px 0; transition: color 0.2s;
}
.target-card:hover .target-name-list[data-v-3f57e0a2] { color: rgb(225, 29, 72);
}
.target-position-list[data-v-3f57e0a2] { font-size: 14px; color: rgb(100, 116, 139); margin: 0 0 12px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.target-meta[data-v-3f57e0a2] { display: flex; align-items: center; gap: 12px; font-size: 12px; color: rgb(148, 163, 184);
}
.meta-deadline[data-v-3f57e0a2] { display: flex; align-items: center; gap: 4px; background: rgb(248, 250, 252); padding: 4px 8px; border-radius: 4px; border: 1px solid rgb(241, 245, 249);
}
.meta-comp[data-v-3f57e0a2] { display: flex; align-items: center; gap: 4px;
}
.chevron-icon[data-v-3f57e0a2] { position: absolute; bottom: 20px; right: 20px; color: rgb(203, 213, 225); transition: color 0.3s;
}
.target-card:hover .chevron-icon[data-v-3f57e0a2] { color: rgb(244, 63, 94);
}
.empty-state[data-v-3f57e0a2] { text-align: center; padding: 48px; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(226, 232, 240);
}
.empty-icon[data-v-3f57e0a2] { margin: 0 auto 12px; opacity: 0.2;
}
.empty-text[data-v-3f57e0a2] { margin: 0;
}


.assessment-results-container[data-v-345caa51] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-345caa51 0.5s ease-in-out;
}
@keyframes fadeIn-345caa51 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}

/* Back Button */
.btn-back[data-v-345caa51] {
  color: rgb(100, 116, 139);
  font-weight: 500;
  padding: 8px 0;
  justify-content: flex-start;
}
.btn-back[data-v-345caa51]:hover {
  color: rgb(225, 29, 72);
}

/* Header Card */
.header-card[data-v-345caa51] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-icon-box[data-v-345caa51] {
  width: 48px;
  height: 48px;
  background: rgb(250, 245, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(147, 51, 234);
}
.header-title[data-v-345caa51] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.header-subtitle[data-v-345caa51] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 0;
}

/* Results Grid */
.results-grid[data-v-345caa51] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
.results-grid[data-v-345caa51] {
    grid-template-columns: 1fr 1fr;
}
}
.result-card[data-v-345caa51] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s;
}
.result-card[data-v-345caa51]:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-color: rgb(253, 164, 175);
}
.result-header[data-v-345caa51] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.result-icon-box[data-v-345caa51] {
  padding: 8px;
  background: rgb(248, 250, 252);
  border-radius: 8px;
  color: rgb(100, 116, 139);
  transition: all 0.2s;
}
.result-card:hover .result-icon-box[data-v-345caa51] {
  background: rgb(255, 241, 242);
  color: rgb(225, 29, 72);
}
.result-status[data-v-345caa51] {
  font-size: 12px;
  font-weight: 500;
  background: rgb(240, 253, 244);
  color: rgb(21, 128, 61);
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgb(187, 247, 208);
}
.result-title[data-v-345caa51] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0 0 4px 0;
  transition: color 0.2s;
}
.result-card:hover .result-title[data-v-345caa51] {
  color: rgb(190, 18, 60);
}
.result-date[data-v-345caa51] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.result-footer[data-v-345caa51] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgb(241, 245, 249);
  font-size: 12px;
  color: rgb(148, 163, 184);
}
.result-respondents[data-v-345caa51] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.result-action[data-v-345caa51] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  color: rgb(225, 29, 72);
  font-weight: 500;
  transition: transform 0.2s;
}
.result-card:hover .result-action[data-v-345caa51] {
  transform: translateX(4px);
}
.empty-state[data-v-345caa51] {
  grid-column: 1 / -1;
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
  background: white;
  border-radius: 16px;
  border: 2px dashed rgb(203, 213, 225);
}

/* Detail View */
.detail-header-card[data-v-345caa51] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px 32px;
}
.detail-header-top[data-v-345caa51] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
.detail-header-top[data-v-345caa51] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
}
.detail-title[data-v-345caa51] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0 0 8px 0;
}
.detail-period[data-v-345caa51] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-person[data-v-345caa51] {
  text-align: right;
}
.person-name[data-v-345caa51] {
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
}
.person-position[data-v-345caa51] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.detail-description[data-v-345caa51] {
  background: rgb(248, 250, 252);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgb(241, 245, 249);
  margin-bottom: 24px;
}
.description-label[data-v-345caa51] {
  font-size: 12px;
  font-weight: 700;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.description-text[data-v-345caa51] {
  font-size: 14px;
  color: rgb(51, 65, 85);
  line-height: 1.5;
  margin-bottom: 12px;
}
.scale-text[data-v-345caa51] {
  font-size: 12px;
  color: rgb(100, 116, 139);
}
.scale-label[data-v-345caa51] {
  font-weight: 600;
}
.respondents-grid[data-v-345caa51] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
.respondents-grid[data-v-345caa51] {
    grid-template-columns: repeat(6, 1fr);
}
}
.respondent-stat[data-v-345caa51] {
  padding: 12px;
  border-radius: 8px;
  text-align: center;
}
.stat-count[data-v-345caa51] {
  font-size: 20px;
  font-weight: 700;
}
.stat-label[data-v-345caa51] {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
}
.stat-self[data-v-345caa51] { background: rgb(226, 232, 240); color: rgb(51, 65, 85);
}
.stat-manager[data-v-345caa51] { background: rgb(254, 226, 226); color: rgb(153, 27, 27);
}
.stat-colleagues[data-v-345caa51] { background: rgb(219, 234, 254); color: rgb(30, 64, 175);
}
.stat-subordinates[data-v-345caa51] { background: rgb(209, 250, 229); color: rgb(22, 101, 52);
}
.stat-total-no[data-v-345caa51] { background: rgb(241, 245, 249); border: 1px solid rgb(226, 232, 240); color: rgb(51, 65, 85);
}
.stat-total-with[data-v-345caa51] { background: rgb(30, 41, 59); color: white;
}

/* Competencies Section */
.competencies-section[data-v-345caa51] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-header[data-v-345caa51] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-icon[data-v-345caa51] {
  color: rgb(244, 63, 94);
}
.competency-card[data-v-345caa51] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.competency-header[data-v-345caa51] {
  padding: 24px;
  border-bottom: 1px solid rgb(241, 245, 249);
  background: rgba(248, 250, 252, 0.3);
}
.competency-title[data-v-345caa51] {
  font-size: 20px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0 0 4px 0;
}
.competency-description[data-v-345caa51] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.competency-table-wrapper[data-v-345caa51] {
  overflow-x: auto;
}
.competency-table[data-v-345caa51] {
  width: 100%;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
}
.competency-table thead[data-v-345caa51] {
  background: rgb(248, 250, 252);
  border-bottom: 1px solid rgb(241, 245, 249);
}
.competency-table th[data-v-345caa51] {
  padding: 16px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(100, 116, 139);
}
.col-indicator[data-v-345caa51] {
  padding-left: 24px;
  width: 33%;
}
.col-score[data-v-345caa51] {
  text-align: center;
  width: 64px;
}
.col-all[data-v-345caa51] {
  background: rgba(248, 250, 252, 0.5);
}
.col-all-self[data-v-345caa51] {
  background: rgb(241, 245, 249);
}
.competency-table tbody tr[data-v-345caa51] {
  border-bottom: 1px solid rgb(241, 245, 249);
}
.competency-table td[data-v-345caa51] {
  padding: 12px 8px;
  color: rgb(100, 116, 139);
}
.row-average[data-v-345caa51] {
  background: rgba(248, 250, 252, 0.2);
  font-weight: 700;
  color: rgb(30, 41, 59);
}
.row-average td[data-v-345caa51] {
  padding: 16px 8px;
  color: rgb(30, 41, 59);
}
.row-indicator[data-v-345caa51]:hover {
  background: rgba(248, 250, 252, 0.5);
}
.cell-indicator[data-v-345caa51] {
  padding-left: 40px;
  color: rgb(71, 85, 105);
  position: relative;
}
.indicator-dot[data-v-345caa51] {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: rgb(203, 213, 225);
  border-radius: 50%;
}
.text-center[data-v-345caa51] {
  text-align: center;
}

/* Chart Section */
.chart-section[data-v-345caa51] {
  padding: 24px;
  border-top: 1px solid rgb(241, 245, 249);
  background: rgba(248, 250, 252, 0.1);
}
.chart-title[data-v-345caa51] {
  font-size: 12px;
  font-weight: 700;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}
.chart-container[data-v-345caa51] {
  max-width: 512px;
  margin: 0 auto;
  height: 256px;
  position: relative;
  padding: 24px 16px 32px 32px;
  border: 1px solid rgb(241, 245, 249);
  border-radius: 12px;
  background: white;
}
.chart-grid[data-v-345caa51] {
  position: absolute;
  inset: 24px 16px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chart-line[data-v-345caa51] {
  border-bottom: 1px solid rgb(248, 250, 252);
  position: relative;
}
.chart-label[data-v-345caa51] {
  position: absolute;
  top: -8px;
  left: -24px;
  font-size: 10px;
  color: rgb(203, 213, 225);
}
.chart-bars[data-v-345caa51] {
  position: absolute;
  inset: 24px 16px 32px 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 16px;
}
.chart-bar-wrapper[data-v-345caa51] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 64px;
}
.chart-bar[data-v-345caa51] {
  width: 100%;
  border-radius: 4px 4px 0 0;
  transition: height 0.5s ease;
  opacity: 0.9;
  position: relative;
}
.chart-bar[data-v-345caa51]:hover {
  opacity: 1;
}
.bar-value[data-v-345caa51] {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  color: rgb(51, 65, 85);
  background: white;
  padding: 2px 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(241, 245, 249);
  opacity: 0;
  transition: opacity 0.2s;
}
.chart-bar:hover .bar-value[data-v-345caa51] {
  opacity: 1;
}
.bar-label[data-v-345caa51] {
  font-size: 10px;
  color: rgb(100, 116, 139);
  font-weight: 500;
  margin-top: 8px;
}
.bar-self[data-v-345caa51] { background: rgb(203, 213, 225);
}
.bar-manager[data-v-345caa51] { background: rgb(244, 63, 94);
}
.bar-colleagues[data-v-345caa51] { background: rgb(96, 165, 250);
}
.bar-subordinates[data-v-345caa51] { background: rgb(52, 211, 153);
}
.bar-all-no[data-v-345caa51] { background: rgb(71, 85, 105);
}
.bar-all-with[data-v-345caa51] { background: rgb(15, 23, 42);
}

/* Comments Card */
.comments-card[data-v-345caa51] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.comments-title[data-v-345caa51] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.comments-icon[data-v-345caa51] {
  color: rgb(148, 163, 184);
}
.comments-grid[data-v-345caa51] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comment-item[data-v-345caa51] {
  padding: 20px;
  background: rgb(248, 250, 252);
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
.comment-item[data-v-345caa51] {
    flex-direction: row;
    align-items: center;
}
}
.comment-category[data-v-345caa51] {
  flex-shrink: 0;
}
@media (min-width: 768px) {
.comment-category[data-v-345caa51] {
    width: 128px;
}
}
.category-badge[data-v-345caa51] {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
  background: rgb(148, 163, 184);
  padding: 4px 8px;
  border-radius: 4px;
}
.comment-text[data-v-345caa51] {
  font-size: 14px;
  color: rgb(51, 65, 85);
  font-style: italic;
  flex: 1;
  border-left: 2px solid rgb(226, 232, 240);
  padding-left: 16px;
  margin: 0;
}
.comments-empty[data-v-345caa51] {
  text-align: center;
  color: rgb(148, 163, 184);
  font-style: italic;
}


.nomination-container[data-v-48482744] {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  animation: fadeIn-48482744 0.5s ease-in-out;
}
@keyframes fadeIn-48482744 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.empty-state[data-v-48482744] {
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
}

/* Header */
.header-card[data-v-48482744] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
.header-card[data-v-48482744] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
}
.header-badges[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.badge-360[data-v-48482744] {
  background: rgb(243, 232, 255);
  color: rgb(107, 33, 168);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge-pending[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(180, 83, 9);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(254, 243, 199);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgb(252, 211, 77);
}
.badge-approved[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(21, 128, 61);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgb(240, 253, 244);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgb(187, 247, 208);
}
.header-title[data-v-48482744] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.header-deadline[data-v-48482744] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin-top: 4px;
}
.header-counter[data-v-48482744] {
  text-align: right;
  display: none;
}
@media (min-width: 768px) {
.header-counter[data-v-48482744] {
    display: block;
}
}
.counter-label[data-v-48482744] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.counter-value[data-v-48482744] {
  font-size: 20px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
}
.counter-suffix[data-v-48482744] {
  font-size: 14px;
  font-weight: 400;
  color: rgb(148, 163, 184);
}

/* Main Grid */
.main-grid[data-v-48482744] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
.main-grid[data-v-48482744] {
    grid-template-columns: 2fr 1fr;
}
}

/* Evaluators Section */
.evaluators-section[data-v-48482744] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.evaluators-card[data-v-48482744] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.evaluators-header[data-v-48482744] {
  padding: 24px;
  border-bottom: 1px solid rgb(241, 245, 249);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(248, 250, 252, 0.5);
}
.evaluators-title[data-v-48482744] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.title-icon[data-v-48482744] {
  color: rgb(244, 63, 94);
}
.min-badge[data-v-48482744] {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
}
.min-badge.min-ok[data-v-48482744] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
}
.evaluators-content[data-v-48482744] {
  padding: 24px;
  flex: 1;
}

/* Search Box */
.add-evaluator-section[data-v-48482744] {
  margin-bottom: 24px;
  position: relative;
}
.search-box[data-v-48482744] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  animation: fadeIn-48482744 0.2s ease;
}
.search-input-wrapper[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 8px;
  border-radius: 12px;
  border: 2px solid rgb(254, 205, 211);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.search-icon[data-v-48482744] {
  color: rgb(148, 163, 184);
  margin-left: 8px;
}
.search-input[data-v-48482744] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px;
}
.close-search-btn[data-v-48482744] {
  color: rgb(148, 163, 184);
}
.search-results[data-v-48482744] {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  background: white;
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.search-result-item[data-v-48482744] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: none;
  border: none;
  border-bottom: 1px solid rgb(248, 250, 252);
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}
.search-result-item[data-v-48482744]:last-child {
  border-bottom: none;
}
.search-result-item[data-v-48482744]:hover {
  background: rgb(248, 250, 252);
}
.user-avatar-small[data-v-48482744] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.user-name[data-v-48482744] {
  font-size: 14px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
}
.user-position[data-v-48482744] {
  font-size: 12px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.add-icon[data-v-48482744] {
  margin-left: auto;
  color: rgb(244, 63, 94);
}
.no-results[data-v-48482744] {
  padding: 16px;
  text-align: center;
  font-size: 12px;
  color: rgb(148, 163, 184);
}
.btn-add-evaluator[data-v-48482744] {
  width: 100%;
  padding: 12px;
  border: 2px dashed rgb(203, 213, 225);
  border-radius: 12px;
  background: none;
  color: rgb(100, 116, 139);
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}
.btn-add-evaluator[data-v-48482744]:hover {
  border-color: rgb(251, 113, 133);
  color: rgb(225, 29, 72);
  background: rgb(255, 241, 242);
}

/* Evaluators List */
.evaluators-list[data-v-48482744] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.evaluator-item[data-v-48482744] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: white;
  border: 1px solid rgb(241, 245, 249);
  border-radius: 12px;
  transition: box-shadow 0.2s;
}
.evaluator-item[data-v-48482744]:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
.evaluator-item[data-v-48482744] {
    flex-direction: row;
    align-items: center;
}
}
.evaluator-info[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.user-avatar[data-v-48482744] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgb(226, 232, 240);
}
.evaluator-name[data-v-48482744] {
  font-size: 14px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
}
.evaluator-position[data-v-48482744] {
  font-size: 12px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.evaluator-actions[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 640px) {
.evaluator-actions[data-v-48482744] {
    width: auto;
    justify-content: flex-end;
}
}
.relationship-select[data-v-48482744] {
  font-size: 12px;
  min-width: 150px;
}
.btn-remove[data-v-48482744] {
  color: rgb(203, 213, 225);
}
.btn-remove[data-v-48482744]:hover {
  color: rgb(239, 68, 68);
  background: rgb(254, 242, 242);
}
.empty-evaluators[data-v-48482744] {
  text-align: center;
  padding: 40px;
}
.empty-icon-box[data-v-48482744] {
  width: 64px;
  height: 64px;
  background: rgb(248, 250, 252);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: rgb(203, 213, 225);
}
.empty-text[data-v-48482744] {
  font-size: 14px;
  color: rgb(148, 163, 184);
}

/* Sidebar */
.sidebar-section[data-v-48482744] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Approvers Card */
.approvers-card[data-v-48482744] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.approvers-title[data-v-48482744] {
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.approvers-icon[data-v-48482744] {
  color: rgb(59, 130, 246);
}
.approvers-list[data-v-48482744] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.approver-item[data-v-48482744] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background: rgb(248, 250, 252);
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
}
.approver-info[data-v-48482744] {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}
.approver-avatar[data-v-48482744] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.approver-details[data-v-48482744] {
  min-width: 0;
}
.approver-name[data-v-48482744] {
  font-size: 12px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.approver-position[data-v-48482744] {
  font-size: 10px;
  color: rgb(100, 116, 139);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-remove-approver[data-v-48482744] {
  color: rgb(148, 163, 184);
  flex-shrink: 0;
  margin-left: 8px;
}
.btn-remove-approver[data-v-48482744]:hover {
  color: rgb(239, 68, 68);
}
.add-approver-section[data-v-48482744] {
  position: relative;
}
.approver-search-box[data-v-48482744] {
  background: white;
  border: 1px solid rgb(253, 164, 175);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  z-index: 20;
}
.approver-search-input[data-v-48482744] {
  width: 100%;
  font-size: 12px;
  padding: 8px;
  border: none;
  border-bottom: 1px solid rgb(241, 245, 249);
  outline: none;
  margin-bottom: 8px;
}
.approver-search-results[data-v-48482744] {
  max-height: 160px;
  overflow-y: auto;
}
.approver-result-item[data-v-48482744] {
  width: 100%;
  text-align: left;
  font-size: 12px;
  padding: 8px;
  background: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
}
.approver-result-item[data-v-48482744]:hover {
  background: rgb(248, 250, 252);
}
.approver-result-avatar[data-v-48482744] {
  width: 20px;
  height: 20px;
  background: rgb(226, 232, 240);
  border-radius: 50%;
  flex-shrink: 0;
}
.cancel-search[data-v-48482744] {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: rgb(148, 163, 184);
  background: none;
  border: none;
  padding: 4px;
  margin-top: 4px;
  cursor: pointer;
}
.cancel-search[data-v-48482744]:hover {
  color: rgb(71, 85, 105);
}
.btn-add-approver[data-v-48482744] {
  width: 100%;
  padding: 8px;
  border: 1px dashed rgb(203, 213, 225);
  border-radius: 12px;
  background: none;
  color: rgb(100, 116, 139);
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.2s;
}
.btn-add-approver[data-v-48482744]:hover {
  border-color: rgb(147, 197, 253);
  color: rgb(37, 99, 235);
  background: rgb(239, 246, 255);
}

/* Action Card */
.action-card[data-v-48482744] {
  background: rgb(15, 23, 42);
  border-radius: 16px;
  padding: 24px;
  color: white;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}
.action-title[data-v-48482744] {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.action-description[data-v-48482744] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  line-height: 1.5;
  margin-bottom: 24px;
}
.btn-submit[data-v-48482744] {
  width: 100%;
  padding: 12px;
  background: rgb(225, 29, 72);
  color: white;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(225, 29, 72, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-submit[data-v-48482744]:hover:not(:disabled) {
  background: rgb(190, 18, 60);
}
.btn-submit[data-v-48482744]:disabled {
  background: rgb(51, 65, 85);
  color: rgb(100, 116, 139);
  box-shadow: none;
}
.action-warning[data-v-48482744] {
  text-align: center;
  font-size: 10px;
  color: rgb(248, 113, 113);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}


.catalog-container[data-v-7117f402] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1536px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-7117f402 0.5s ease-in-out;
}
@keyframes fadeIn-7117f402 {
from {
    opacity: 0;
    transform: translateY(16px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Header */
.catalog-header[data-v-7117f402] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.header-top[data-v-7117f402] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
.header-top[data-v-7117f402] {
    flex-direction: row;
    align-items: center;
}
}
.header-left[data-v-7117f402] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-icon[data-v-7117f402] {
  width: 40px;
  height: 40px;
  background: rgb(238, 242, 255);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(79, 70, 229);
}
.header-title[data-v-7117f402] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.btn-refresh[data-v-7117f402] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: rgb(248, 250, 252);
  color: rgb(71, 85, 105);
  transition: all 0.2s;
}
.btn-refresh[data-v-7117f402]:hover:not(.btn-refreshing) {
  background: rgb(241, 245, 249);
  color: rgb(225, 29, 72);
}
.btn-refreshing[data-v-7117f402] {
  background: rgb(241, 245, 249);
  color: rgb(148, 163, 184);
  cursor: wait;
}
.icon-spin[data-v-7117f402] {
  animation: spin-7117f402 1s linear infinite;
}
@keyframes spin-7117f402 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}

/* Filters */
.filters-bar[data-v-7117f402] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
.filters-bar[data-v-7117f402] {
    grid-template-columns: 1fr 1fr;
}
}
.filter-select[data-v-7117f402] {
  font-size: 14px;
  font-weight: 500;
}
.filter-select[data-v-7117f402] .q-field__control {
  background: rgb(248, 250, 252);
  border-radius: 12px;
}
.filter-select[data-v-7117f402] .q-field__control:hover {
  background: white;
}
.filter-select[data-v-7117f402] .q-field__native {
  color: rgb(51, 65, 85);
  font-weight: 500;
}

/* Grid */
.catalog-grid[data-v-7117f402] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
.catalog-grid[data-v-7117f402] {
    grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.catalog-grid[data-v-7117f402] {
    grid-template-columns: 1fr 1fr 1fr;
}
}
.course-card[data-v-7117f402] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.course-card[data-v-7117f402]:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-color: rgb(224, 231, 255);
  transform: translateY(-4px);
}
.course-image[data-v-7117f402] {
  aspect-ratio: 16 / 9;
  background: rgb(241, 245, 249);
  position: relative;
  overflow: hidden;
}
.course-img[data-v-7117f402] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.course-card:hover .course-img[data-v-7117f402] {
  transform: scale(1.05);
}
.course-image-placeholder[data-v-7117f402] {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgb(226, 232, 240), rgb(203, 213, 225));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.5;
}
.status-badge-container[data-v-7117f402] {
  position: absolute;
  top: 12px;
  right: 12px;
}
.status-badge[data-v-7117f402] {
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(21, 128, 61);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(187, 247, 208);
}
.section-badge-container[data-v-7117f402] {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.section-badge[data-v-7117f402] {
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(4px);
  font-size: 10px;
  font-weight: 700;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Content */
.course-content[data-v-7117f402] {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.course-title[data-v-7117f402] {
  font-weight: 700;
  color: rgb(15, 23, 42);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-card:hover .course-title[data-v-7117f402] {
  color: rgb(79, 70, 229);
}
.course-footer[data-v-7117f402] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgb(248, 250, 252);
}
.rating-container[data-v-7117f402] {
  display: flex;
  flex-direction: column;
}
.rating-label[data-v-7117f402] {
  font-size: 10px;
  font-weight: 700;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.stars-container[data-v-7117f402] {
  display: flex;
  align-items: center;
  gap: 2px;
}
.star-filled[data-v-7117f402] {
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
}
.star-filled[data-v-7117f402] .q-icon {
  fill: rgb(250, 204, 21);
}
.star-empty[data-v-7117f402] {
  color: rgb(226, 232, 240);
  fill: rgb(226, 232, 240);
}
.star-empty[data-v-7117f402] .q-icon {
  fill: rgb(226, 232, 240);
}

/* Empty State */
.empty-state[data-v-7117f402] {
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
  background: white;
  border-radius: 16px;
  border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-7117f402] {
  margin: 0 auto 16px;
  opacity: 0.3;
}
.empty-text[data-v-7117f402] {
  margin-bottom: 8px;
  font-size: 16px;
}
.btn-reset[data-v-7117f402] {
  color: rgb(79, 70, 229);
  font-weight: 500;
}
.btn-reset[data-v-7117f402]:hover {
  text-decoration: underline;
}


.catalog-container[data-v-eb12181a] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1536px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-eb12181a 0.5s ease-in-out;
}
@keyframes fadeIn-eb12181a {
from {
    opacity: 0;
    transform: translateY(16px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.catalog-header[data-v-eb12181a] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.header-top[data-v-eb12181a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
.header-top[data-v-eb12181a] {
    flex-direction: row;
    align-items: center;
}
}
.header-left[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-icon[data-v-eb12181a] {
  width: 40px;
  height: 40px;
  background: rgb(238, 242, 255);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(79, 70, 229);
}
.header-title[data-v-eb12181a] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.btn-refresh[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: rgb(248, 250, 252);
  color: rgb(71, 85, 105);
  transition: all 0.2s;
}
.btn-refresh[data-v-eb12181a]:hover:not(.btn-refreshing) {
  background: rgb(241, 245, 249);
  color: rgb(225, 29, 72);
}
.btn-refreshing[data-v-eb12181a] {
  background: rgb(241, 245, 249);
  color: rgb(148, 163, 184);
  cursor: wait;
}
.icon-spin[data-v-eb12181a] {
  animation: spin-eb12181a 1s linear infinite;
}
@keyframes spin-eb12181a {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
.filters-bar[data-v-eb12181a] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
.filters-bar[data-v-eb12181a] {
    flex-direction: row;
}
}
.filter-select[data-v-eb12181a] {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
.filter-select[data-v-eb12181a] {
    width: 320px;
}
}
.filter-select[data-v-eb12181a] .q-field__control {
  background: rgb(248, 250, 252);
  border-radius: 12px;
}
.filter-select[data-v-eb12181a] .q-field__control:hover {
  background: white;
}
.btn-archive[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: white;
  color: rgb(71, 85, 105);
  border: 1px solid rgb(226, 232, 240);
  transition: all 0.2s;
}
.btn-archive[data-v-eb12181a]:hover {
  background: rgb(248, 250, 252);
}
.btn-archive-active[data-v-eb12181a] {
  background: rgb(30, 41, 59);
  color: white;
  border-color: rgb(30, 41, 59);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.catalog-grid[data-v-eb12181a] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
.catalog-grid[data-v-eb12181a] {
    grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.catalog-grid[data-v-eb12181a] {
    grid-template-columns: 1fr 1fr 1fr;
}
}
.program-card[data-v-eb12181a] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.program-card[data-v-eb12181a]:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-color: rgb(224, 231, 255);
  transform: translateY(-4px);
}
.program-archived[data-v-eb12181a] {
  opacity: 0.9;
  filter: grayscale(0.5);
}
.program-image[data-v-eb12181a] {
  aspect-ratio: 16 / 9;
  background: rgb(241, 245, 249);
  position: relative;
  overflow: hidden;
}
.program-img[data-v-eb12181a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.program-card:hover .program-img[data-v-eb12181a] {
  transform: scale(1.05);
}
.program-image-placeholder[data-v-eb12181a] {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgb(224, 231, 255), rgb(226, 232, 240));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(165, 180, 252);
}
.category-badge-container[data-v-eb12181a] {
  position: absolute;
  top: 12px;
  right: 12px;
}
.category-badge[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.category-template[data-v-eb12181a] {
  color: rgb(79, 70, 229);
}
.category-onboarding[data-v-eb12181a] {
  color: rgb(22, 163, 74);
}
.archive-overlay[data-v-eb12181a] {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-badge[data-v-eb12181a] {
  padding: 8px 16px;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
.program-content[data-v-eb12181a] {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.program-title[data-v-eb12181a] {
  font-weight: 700;
  color: rgb(15, 23, 42);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.program-card:hover .program-title[data-v-eb12181a] {
  color: rgb(79, 70, 229);
}
.program-footer[data-v-eb12181a] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgb(248, 250, 252);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rating-container[data-v-eb12181a] {
  display: flex;
  flex-direction: column;
}
.rating-label[data-v-eb12181a] {
  font-size: 10px;
  font-weight: 700;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  margin-bottom: 2px;
}
.stars-container[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 2px;
}
.star-filled[data-v-eb12181a] {
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
}
.star-filled[data-v-eb12181a] .q-icon {
  fill: rgb(250, 204, 21);
}
.star-empty[data-v-eb12181a] {
  color: rgb(226, 232, 240);
  fill: rgb(226, 232, 240);
}
.star-empty[data-v-eb12181a] .q-icon {
  fill: rgb(226, 232, 240);
}
.modules-badge[data-v-eb12181a] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgb(100, 116, 139);
  background: rgb(248, 250, 252);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgb(241, 245, 249);
}
.empty-state[data-v-eb12181a] {
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
  background: white;
  border-radius: 16px;
  border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-eb12181a] {
  margin: 0 auto 16px;
  opacity: 0.3;
}
.empty-text[data-v-eb12181a] {
  margin-bottom: 8px;
  font-size: 16px;
}
.empty-hint[data-v-eb12181a] {
  font-size: 12px;
  margin-top: 4px;
}
.btn-reset[data-v-eb12181a] {
  color: rgb(79, 70, 229);
  font-weight: 500;
  margin-top: 8px;
}
.btn-reset[data-v-eb12181a]:hover {
  text-decoration: underline;
}


/* Same styles as CatalogCoursesView, just replace .course-* with .test-* */
.catalog-container[data-v-1448c567] { display: flex; flex-direction: column; gap: 24px; max-width: 1536px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-1448c567 0.5s ease-in-out;
}
@keyframes fadeIn-1448c567 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.catalog-header[data-v-1448c567] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px;
}
.header-top[data-v-1448c567] { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 24px;
}
@media (min-width: 768px) {
.header-top[data-v-1448c567] { flex-direction: row; align-items: center;
}
}
.header-left[data-v-1448c567] { display: flex; align-items: center; gap: 12px;
}
.header-icon[data-v-1448c567] { width: 40px; height: 40px; background: rgb(238, 242, 255); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgb(79, 70, 229);
}
.header-title[data-v-1448c567] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.btn-refresh[data-v-1448c567] { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 12px; font-size: 14px; font-weight: 500; background: rgb(248, 250, 252); color: rgb(71, 85, 105); transition: all 0.2s;
}
.btn-refresh[data-v-1448c567]:hover:not(.btn-refreshing) { background: rgb(241, 245, 249); color: rgb(225, 29, 72);
}
.btn-refreshing[data-v-1448c567] { background: rgb(241, 245, 249); color: rgb(148, 163, 184); cursor: wait;
}
.icon-spin[data-v-1448c567] { animation: spin-1448c567 1s linear infinite;
}
@keyframes spin-1448c567 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
.filters-bar[data-v-1448c567] { display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 768px) {
.filters-bar[data-v-1448c567] { grid-template-columns: 1fr 1fr;
}
}
.filter-select[data-v-1448c567] { font-size: 14px; font-weight: 500;
}
.filter-select[data-v-1448c567] .q-field__control { background: rgb(248, 250, 252); border-radius: 12px;
}
.filter-select[data-v-1448c567] .q-field__control:hover { background: white;
}
.catalog-grid[data-v-1448c567] { display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 768px) {
.catalog-grid[data-v-1448c567] { grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.catalog-grid[data-v-1448c567] { grid-template-columns: 1fr 1fr 1fr;
}
}
.test-card[data-v-1448c567] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden; display: flex; flex-direction: column; height: 100%; cursor: pointer; transition: all 0.3s;
}
.test-card[data-v-1448c567]:hover { box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); border-color: rgb(224, 231, 255); transform: translateY(-4px);
}
.test-image[data-v-1448c567] { aspect-ratio: 16 / 9; background: rgb(241, 245, 249); position: relative; overflow: hidden;
}
.test-img[data-v-1448c567] { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s;
}
.test-card:hover .test-img[data-v-1448c567] { transform: scale(1.05);
}
.test-image-placeholder[data-v-1448c567] { width: 100%; height: 100%; background: linear-gradient(to bottom right, rgb(226, 232, 240), rgb(203, 213, 225)); display: flex; align-items: center; justify-content: center; color: white; opacity: 0.5;
}
.status-badge-container[data-v-1448c567] { position: absolute; top: 12px; right: 12px;
}
.status-badge[data-v-1448c567] { padding: 4px 10px; border-radius: 6px; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(4px); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgb(21, 128, 61); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); border: 1px solid rgb(187, 247, 208);
}
.section-badge-container[data-v-1448c567] { position: absolute; bottom: 12px; left: 12px;
}
.section-badge[data-v-1448c567] { padding: 4px 10px; border-radius: 9999px; background: rgba(15, 23, 42, 0.8); backdrop-filter: blur(4px); font-size: 10px; font-weight: 700; color: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.test-content[data-v-1448c567] { padding: 20px; flex: 1; display: flex; flex-direction: column;
}
.test-title[data-v-1448c567] { font-weight: 700; color: rgb(15, 23, 42); font-size: 18px; line-height: 1.3; margin-bottom: 8px; transition: color 0.2s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.test-card:hover .test-title[data-v-1448c567] { color: rgb(79, 70, 229);
}
.test-footer[data-v-1448c567] { margin-top: auto; padding-top: 16px; border-top: 1px solid rgb(248, 250, 252);
}
.rating-container[data-v-1448c567] { display: flex; flex-direction: column;
}
.rating-label[data-v-1448c567] { font-size: 10px; font-weight: 700; color: rgb(148, 163, 184); text-transform: uppercase; margin-bottom: 2px;
}
.stars-container[data-v-1448c567] { display: flex; align-items: center; gap: 2px;
}
.star-filled[data-v-1448c567] { color: rgb(250, 204, 21); fill: rgb(250, 204, 21);
}
.star-filled[data-v-1448c567] .q-icon { fill: rgb(250, 204, 21);
}
.star-empty[data-v-1448c567] { color: rgb(226, 232, 240); fill: rgb(226, 232, 240);
}
.star-empty[data-v-1448c567] .q-icon { fill: rgb(226, 232, 240);
}
.empty-state[data-v-1448c567] { padding: 48px; text-align: center; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-1448c567] { margin: 0 auto 16px; opacity: 0.3;
}
.empty-text[data-v-1448c567] { margin-bottom: 8px; font-size: 16px;
}
.btn-reset[data-v-1448c567] { color: rgb(79, 70, 229); font-weight: 500;
}
.btn-reset[data-v-1448c567]:hover { text-decoration: underline;
}


.catalog-container[data-v-d46e169e] { display: flex; flex-direction: column; gap: 24px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-d46e169e 0.5s ease-in-out;
}
@keyframes fadeIn-d46e169e {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.catalog-header[data-v-d46e169e] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px;
}
.header-content[data-v-d46e169e] { display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 16px;
}
@media (min-width: 768px) {
.header-content[data-v-d46e169e] { flex-direction: row;
}
}
.header-left[data-v-d46e169e] { display: flex; align-items: center; gap: 12px;
}
.header-icon[data-v-d46e169e] { width: 40px; height: 40px; background: rgb(238, 242, 255); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgb(79, 70, 229);
}
.header-title[data-v-d46e169e] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.filter-tabs[data-v-d46e169e] { display: flex; background: rgb(241, 245, 249); border-radius: 8px; padding: 4px;
}
.filter-tab[data-v-d46e169e] { padding: 6px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; color: rgb(100, 116, 139); transition: all 0.2s;
}
.filter-tab[data-v-d46e169e]:hover { color: rgb(51, 65, 85);
}
.tab-active[data-v-d46e169e] { background: white; color: rgb(79, 70, 229); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.events-list[data-v-d46e169e] { display: flex; flex-direction: column; gap: 16px;
}
.event-card[data-v-d46e169e] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 20px; display: flex; flex-direction: column; gap: 24px; position: relative; overflow: hidden; transition: box-shadow 0.2s;
}
@media (min-width: 768px) {
.event-card[data-v-d46e169e] { flex-direction: row;
}
}
.event-card[data-v-d46e169e]:hover { box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.type-badge[data-v-d46e169e] { position: absolute; top: 0; right: 0; padding: 4px 12px; border-bottom-left-radius: 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}
.type-internal[data-v-d46e169e] { background: rgb(238, 242, 255); color: rgb(79, 70, 229);
}
.type-external[data-v-d46e169e] { background: rgb(255, 247, 237); color: rgb(234, 88, 12);
}
.event-date-box[data-v-d46e169e] { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgb(248, 250, 252); border-radius: 12px; border: 1px solid rgb(241, 245, 249); padding: 16px; text-align: center;
}
@media (min-width: 768px) {
.event-date-box[data-v-d46e169e] { width: 128px;
}
}
.event-day[data-v-d46e169e] { font-size: 30px; font-weight: 700; color: rgb(30, 41, 59);
}
.event-month[data-v-d46e169e] { font-size: 12px; font-weight: 600; color: rgb(148, 163, 184); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px;
}
.event-time[data-v-d46e169e] { font-size: 14px; font-weight: 500; color: rgb(71, 85, 105); background: white; padding: 4px 8px; border-radius: 4px; border: 1px solid rgb(226, 232, 240); display: flex; align-items: center; gap: 4px; margin-top: 4px;
}
.event-info[data-v-d46e169e] { flex: 1; display: flex; flex-direction: column; justify-content: space-between;
}
.event-title[data-v-d46e169e] { font-size: 20px; font-weight: 700; color: rgb(15, 23, 42); margin-bottom: 8px;
}
.event-description[data-v-d46e169e] { font-size: 14px; color: rgb(71, 85, 105); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px;
}
.event-meta[data-v-d46e169e] { display: flex; flex-wrap: wrap; gap: 16px; font-size: 14px; color: rgb(100, 116, 139);
}
.meta-item[data-v-d46e169e] { display: flex; align-items: center; gap: 6px;
}
.meta-feedback[data-v-d46e169e] { color: rgb(22, 163, 74); background: rgb(240, 253, 244); padding: 2px 8px; border-radius: 6px; font-size: 12px; font-weight: 500;
}
.event-actions[data-v-d46e169e] { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap: 8px; min-width: 180px; border-top: 1px solid rgb(241, 245, 249); padding-top: 16px;
}
@media (min-width: 768px) {
.event-actions[data-v-d46e169e] { border-top: none; border-left: 1px solid rgb(241, 245, 249); padding-top: 0; padding-left: 24px;
}
}
.event-status[data-v-d46e169e] { text-align: right; width: 100%;
}
.status-open[data-v-d46e169e] { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: rgb(22, 163, 74);
}
.status-dot[data-v-d46e169e] { width: 6px; height: 6px; border-radius: 50%; background: rgb(34, 197, 94); animation: pulse-d46e169e 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-d46e169e {
0%, 100% { opacity: 1;
}
50% { opacity: 0.5;
}
}
.status-closed[data-v-d46e169e] { font-size: 12px; font-weight: 700; color: rgb(239, 68, 68);
}
.status-finished[data-v-d46e169e] { font-size: 12px; font-weight: 700; color: rgb(148, 163, 184);
}
.btn-registered[data-v-d46e169e] { width: 100%; padding: 8px 16px; background: rgb(240, 253, 244); color: rgb(21, 128, 61); font-weight: 700; border-radius: 12px; border: 1px solid rgb(187, 247, 208); display: flex; align-items: center; justify-content: center; gap: 8px; cursor: default;
}
.btn-register[data-v-d46e169e] { width: 100%; padding: 10px 16px; background: rgb(15, 23, 42); color: white; font-weight: 700; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.2s;
}
.btn-register[data-v-d46e169e]:hover { background: rgb(30, 41, 59); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.btn-register-disabled[data-v-d46e169e] { width: 100%; padding: 10px 16px; background: rgb(241, 245, 249); color: rgb(148, 163, 184); font-weight: 700; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: not-allowed;
}
.empty-state[data-v-d46e169e] { padding: 48px; text-align: center; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-d46e169e] { margin: 0 auto 16px; opacity: 0.3;
}
.empty-text[data-v-d46e169e] { font-size: 16px;
}


.catalog-container[data-v-68c0bb1f] { display: flex; flex-direction: column; gap: 24px; max-width: 1280px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-68c0bb1f 0.5s ease-in-out;
}
@keyframes fadeIn-68c0bb1f {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.catalog-header[data-v-68c0bb1f] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; align-items: center; gap: 16px;
}
.header-icon-large[data-v-68c0bb1f] { width: 48px; height: 48px; background: rgb(240, 253, 250); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(20, 184, 166);
}
.header-title[data-v-68c0bb1f] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.header-subtitle[data-v-68c0bb1f] { color: rgb(100, 116, 139); font-size: 14px;
}
.polls-grid[data-v-68c0bb1f] { display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 768px) {
.polls-grid[data-v-68c0bb1f] { grid-template-columns: 1fr 1fr;
}
}
.poll-card[data-v-68c0bb1f] { background: white; padding: 24px; border-radius: 16px; border: 1px solid rgb(226, 232, 240); transition: all 0.3s; display: flex; flex-direction: column; height: 100%; position: relative;
}
.poll-card[data-v-68c0bb1f]:hover { border-color: rgb(153, 246, 228); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.poll-inactive[data-v-68c0bb1f] { opacity: 0.7; background: rgb(248, 250, 252); border-color: rgb(241, 245, 249);
}
.poll-header[data-v-68c0bb1f] { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px;
}
.poll-icon[data-v-68c0bb1f] { padding: 10px; border-radius: 12px; background: rgb(226, 232, 240); color: rgb(100, 116, 139);
}
.poll-icon-active[data-v-68c0bb1f] { background: rgb(240, 253, 250); color: rgb(20, 184, 166);
}
.poll-badge[data-v-68c0bb1f] { display: flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; padding: 4px 8px; border-radius: 4px;
}
.poll-completed[data-v-68c0bb1f] { background: rgb(240, 253, 244); color: rgb(22, 163, 74);
}
.poll-closed[data-v-68c0bb1f] { background: rgb(241, 245, 249); color: rgb(148, 163, 184);
}
.poll-active[data-v-68c0bb1f] { background: rgb(240, 253, 250); color: rgb(20, 184, 166); animation: pulse-68c0bb1f 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-68c0bb1f {
0%, 100% { opacity: 1;
}
50% { opacity: 0.8;
}
}
.poll-title[data-v-68c0bb1f] { font-size: 18px; font-weight: 700; color: rgb(15, 23, 42); margin-bottom: 8px; transition: color 0.2s;
}
.poll-card:hover .poll-title[data-v-68c0bb1f] { color: rgb(17, 94, 89);
}
.poll-description[data-v-68c0bb1f] { font-size: 14px; color: rgb(100, 116, 139); margin-bottom: 24px; flex: 1;
}
.poll-footer[data-v-68c0bb1f] { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgb(241, 245, 249); font-size: 12px; color: rgb(148, 163, 184);
}
.poll-meta[data-v-68c0bb1f] { display: flex; flex-direction: column; gap: 4px;
}
.meta-item[data-v-68c0bb1f] { display: flex; align-items: center; gap: 4px;
}
.btn-start[data-v-68c0bb1f] { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgb(15, 23, 42); color: white; font-weight: 700; border-radius: 8px; transition: background 0.2s;
}
.btn-start[data-v-68c0bb1f]:hover { background: rgb(30, 41, 59);
}
.empty-state[data-v-68c0bb1f] { padding: 48px; text-align: center; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-68c0bb1f] { margin: 0 auto 16px; opacity: 0.3;
}
.empty-text[data-v-68c0bb1f] { font-size: 16px;
}


.kb-container[data-v-79dad084] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-79dad084 0.5s ease-in-out;
}
@keyframes fadeIn-79dad084 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.empty-state[data-v-79dad084] {
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
}

/* Header */
.header-card[data-v-79dad084] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.header-content[data-v-79dad084] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
.header-content[data-v-79dad084] {
    flex-direction: row;
    justify-content: space-between;
}
}
.header-left[data-v-79dad084] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
.header-left[data-v-79dad084] {
    width: auto;
}
}
.header-icon-box[data-v-79dad084] {
  width: 48px;
  height: 48px;
  background: rgb(224, 242, 254);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(14, 165, 233);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.header-title[data-v-79dad084] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
}
.header-subtitle[data-v-79dad084] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.search-wrapper[data-v-79dad084] {
  width: 100%;
}
@media (min-width: 768px) {
.search-wrapper[data-v-79dad084] {
    width: 320px;
}
}
.search-input[data-v-79dad084] {
  background: rgb(248, 250, 252);
  border-radius: 12px;
}
.categories-row[data-v-79dad084] {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.category-btn[data-v-79dad084] {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: rgb(248, 250, 252);
  color: rgb(71, 85, 105);
  white-space: nowrap;
  transition: all 0.2s;
}
.category-btn[data-v-79dad084]:hover {
  background: rgb(241, 245, 249);
  color: rgb(30, 41, 59);
}
.category-active[data-v-79dad084] {
  background: rgb(30, 41, 59);
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.category-active[data-v-79dad084]:hover {
  background: rgb(15, 23, 42);
  color: white;
}

/* Shelves List */
.shelves-list[data-v-79dad084] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shelf-card[data-v-79dad084] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s;
}
.shelf-card[data-v-79dad084]:hover {
  border-color: rgb(125, 211, 252);
}
.shelf-expanded[data-v-79dad084] {
  border-color: rgb(125, 211, 252);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  ring: 1px solid rgb(224, 242, 254);
}
.shelf-header[data-v-79dad084] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  text-align: left;
  background: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.shelf-header[data-v-79dad084]:hover {
  background: rgba(248, 250, 252, 0.5);
}
.shelf-header-left[data-v-79dad084] {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.shelf-icon-box[data-v-79dad084] {
  padding: 12px;
  border-radius: 12px;
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  flex-shrink: 0;
  transition: all 0.2s;
}
.shelf-icon-expanded[data-v-79dad084] {
  background: rgb(224, 242, 254);
  color: rgb(3, 105, 161);
}
.shelf-title[data-v-79dad084] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.shelf-count[data-v-79dad084] {
  font-size: 12px;
  font-weight: 400;
  color: rgb(148, 163, 184);
  background: rgb(248, 250, 252);
  border: 1px solid rgb(241, 245, 249);
  padding: 2px 8px;
  border-radius: 9999px;
}
.shelf-description[data-v-79dad084] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin: 4px 0 0 0;
}
.shelf-chevron[data-v-79dad084] {
  padding: 8px;
  border-radius: 50%;
  color: rgb(148, 163, 184);
  transition: all 0.3s;
}
.chevron-rotated[data-v-79dad084] {
  transform: rotate(180deg);
  background: rgb(241, 245, 249);
  color: rgb(71, 85, 105);
}

/* Shelf Content */
.shelf-content[data-v-79dad084] {
  padding: 24px;
  background: rgba(248, 250, 252, 0.5);
  border-top: 1px solid rgb(241, 245, 249);
  animation: fadeIn-79dad084 0.3s ease;
}
.materials-grid[data-v-79dad084] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
.materials-grid[data-v-79dad084] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.materials-grid[data-v-79dad084] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1280px) {
.materials-grid[data-v-79dad084] {
    grid-template-columns: repeat(4, 1fr);
}
}
.material-card[data-v-79dad084] {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: white;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
  height: 100%;
}
.material-card[data-v-79dad084]:hover {
  border-color: rgb(253, 164, 175);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.material-header[data-v-79dad084] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.material-icon-box[data-v-79dad084] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgb(248, 250, 252);
  border: 1px solid rgb(241, 245, 249);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.material-card:hover .material-icon-box[data-v-79dad084] {
  background: white;
  border-color: rgb(253, 164, 175);
}
.icon-pdf[data-v-79dad084] { color: rgb(239, 68, 68);
}
.icon-video[data-v-79dad084] { color: rgb(59, 130, 246);
}
.icon-doc[data-v-79dad084] { color: rgb(30, 64, 175);
}
.icon-link[data-v-79dad084] { color: rgb(100, 116, 139);
}
.icon-article[data-v-79dad084] { color: rgb(22, 163, 74);
}
.icon-default[data-v-79dad084] { color: rgb(100, 116, 139);
}
.material-type[data-v-79dad084] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(148, 163, 184);
  background: rgb(248, 250, 252);
  padding: 4px 8px;
  border-radius: 4px;
}
.material-title[data-v-79dad084] {
  font-size: 14px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0 0 8px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.material-card:hover .material-title[data-v-79dad084] {
  color: rgb(225, 29, 72);
}
.material-description[data-v-79dad084] {
  font-size: 12px;
  color: rgb(100, 116, 139);
  margin: 0 0 16px 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.material-footer[data-v-79dad084] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgb(241, 245, 249);
  margin-top: auto;
}
.material-metadata[data-v-79dad084] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  font-weight: 500;
}
.material-action[data-v-79dad084] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: rgb(71, 85, 105);
  background: rgb(248, 250, 252);
  padding: 6px 8px;
  border-radius: 8px;
  transition: all 0.2s;
}
.material-card:hover .material-action[data-v-79dad084] {
  color: rgb(225, 29, 72);
  background: rgb(255, 241, 242);
}
.shelf-empty[data-v-79dad084] {
  text-align: center;
  padding: 32px;
  color: rgb(148, 163, 184);
  font-style: italic;
}

/* No Shelves */
.no-shelves[data-v-79dad084] {
  padding: 48px;
  text-align: center;
  color: rgb(148, 163, 184);
  background: white;
  border-radius: 16px;
  border: 2px dashed rgb(203, 213, 225);
}
.no-shelves-icon[data-v-79dad084] {
  opacity: 0.3;
  margin-bottom: 16px;
}
.reset-filters-btn[data-v-79dad084] {
  margin-top: 8px;
  color: rgb(14, 165, 233);
  font-weight: 500;
}
.reset-filters-btn[data-v-79dad084]:hover {
  text-decoration: underline;
}


.settings-container[data-v-2276da87] { display: flex; flex-direction: column; gap: 24px; max-width: 896px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-2276da87 0.5s ease-in-out;
}
@keyframes fadeIn-2276da87 {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.header-card[data-v-2276da87] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; align-items: center; gap: 16px;
}
.header-icon-box[data-v-2276da87] { width: 48px; height: 48px; background: rgb(255, 241, 242); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(225, 29, 72);
}
.header-title[data-v-2276da87] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.header-subtitle[data-v-2276da87] { font-size: 14px; color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.settings-card[data-v-2276da87] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); overflow: hidden;
}
.settings-list[data-v-2276da87] {
}
.setting-item[data-v-2276da87] { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid rgb(241, 245, 249); transition: background 0.2s;
}
.setting-item[data-v-2276da87]:last-child { border-bottom: none;
}
.setting-item[data-v-2276da87]:hover { background: rgba(248, 250, 252, 0.5);
}
.setting-content[data-v-2276da87] { display: flex; align-items: center; gap: 16px;
}
.setting-icon[data-v-2276da87] { padding: 8px; border-radius: 12px; transition: all 0.2s; background: rgb(241, 245, 249); color: rgb(148, 163, 184);
}
.setting-icon-active[data-v-2276da87] { background: rgb(238, 242, 255); color: rgb(79, 70, 229);
}
.setting-label[data-v-2276da87] { font-weight: 500; transition: color 0.2s; color: rgb(100, 116, 139);
}
.setting-label-active[data-v-2276da87] { color: rgb(30, 41, 59);
}
.toggle-switch[data-v-2276da87] { position: relative; width: 48px; height: 24px; border-radius: 9999px; transition: background 0.2s; cursor: pointer; border: none; background: rgb(226, 232, 240);
}
.toggle-switch[data-v-2276da87]:focus { outline: 2px solid rgb(244, 63, 94); outline-offset: 2px;
}
.toggle-active[data-v-2276da87] { background: rgb(225, 29, 72);
}
.toggle-thumb[data-v-2276da87] { position: absolute; top: 4px; left: 4px; background: white; width: 16px; height: 16px; border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); transition: transform 0.2s;
}
.toggle-thumb-active[data-v-2276da87] { transform: translateX(24px);
}
.settings-footer[data-v-2276da87] { background: rgb(248, 250, 252); padding: 24px; border-top: 1px solid rgb(241, 245, 249); display: flex; justify-content: flex-end;
}
.save-btn[data-v-2276da87] { display: flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 12px; font-weight: 700; color: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: all 0.3s; background: rgb(15, 23, 42);
}
.save-btn[data-v-2276da87]:hover { background: rgb(30, 41, 59);
}
.save-btn-saved[data-v-2276da87] { background: rgb(22, 163, 74);
}
.save-btn-saved[data-v-2276da87]:hover { background: rgb(21, 128, 61);
}


.language-container[data-v-71f4097c] { display: flex; flex-direction: column; gap: 24px; max-width: 1536px; margin: 0 auto; padding-bottom: 40px; animation: fadeIn-71f4097c 0.5s ease-in-out;
}
@keyframes fadeIn-71f4097c {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}
.header-card[data-v-71f4097c] { background: white; border-radius: 16px; border: 1px solid rgb(226, 232, 240); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 16px;
}
@media (min-width: 768px) {
.header-card[data-v-71f4097c] { flex-direction: row;
}
}
.header-left[data-v-71f4097c] { display: flex; align-items: center; gap: 16px;
}
.header-icon-box[data-v-71f4097c] { width: 48px; height: 48px; background: rgb(240, 249, 255); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(14, 165, 233);
}
.header-title[data-v-71f4097c] { font-size: 24px; font-weight: 700; color: rgb(15, 23, 42); margin: 0;
}
.header-subtitle[data-v-71f4097c] { font-size: 14px; color: rgb(100, 116, 139); margin: 4px 0 0 0;
}
.search-box[data-v-71f4097c] { width: 100%;
}
@media (min-width: 768px) {
.search-box[data-v-71f4097c] { width: 256px;
}
}
.search-input[data-v-71f4097c] .q-field__control { background: rgb(248, 250, 252); border-radius: 12px; border-color: rgb(226, 232, 240); transition: all 0.2s;
}
.search-input[data-v-71f4097c] .q-field__control:focus-within { background: white;
}
.languages-grid[data-v-71f4097c] { display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 640px) {
.languages-grid[data-v-71f4097c] { grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1024px) {
.languages-grid[data-v-71f4097c] { grid-template-columns: 1fr 1fr 1fr;
}
}
.lang-card[data-v-71f4097c] { padding: 20px; border-radius: 16px; border: 1px solid rgb(226, 232, 240); text-align: left; transition: all 0.2s; cursor: pointer; background: white;
}
.lang-card[data-v-71f4097c]:hover { border-color: rgb(186, 230, 253); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.lang-card-selected[data-v-71f4097c] { background: rgb(240, 249, 255); border-color: rgb(14, 165, 233); box-shadow: 0 0 0 1px rgb(14, 165, 233);
}
.lang-header[data-v-71f4097c] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;
}
.lang-flag[data-v-71f4097c] { font-size: 30px;
}
.lang-check[data-v-71f4097c] { width: 24px; height: 24px; background: rgb(14, 165, 233); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.lang-native[data-v-71f4097c] { font-weight: 700; font-size: 18px; color: rgb(30, 41, 59); margin: 0 0 2px 0;
}
.lang-native-selected[data-v-71f4097c] { color: rgb(12, 74, 110);
}
.lang-name[data-v-71f4097c] { font-size: 14px; color: rgb(100, 116, 139); margin: 0;
}
.lang-name-selected[data-v-71f4097c] { color: rgb(7, 89, 133);
}
.empty-state[data-v-71f4097c] { padding: 48px; text-align: center; color: rgb(148, 163, 184); background: white; border-radius: 16px; border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-71f4097c] { margin: 0 auto 16px; opacity: 0.3;
}
.empty-text[data-v-71f4097c] { margin: 0; font-size: 16px;
}
.save-toast[data-v-71f4097c] { position: fixed; bottom: 32px; right: 32px; background: rgb(15, 23, 42); color: white; padding: 12px 24px; border-radius: 12px; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); display: flex; align-items: center; gap: 12px; z-index: 50; animation: slideInFadeIn-71f4097c 0.3s ease-in-out;
}
@keyframes slideInFadeIn-71f4097c {
from { opacity: 0; transform: translateY(40px);
}
to { opacity: 1; transform: translateY(0);
}
}
.toast-icon[data-v-71f4097c] { color: rgb(74, 222, 128);
}
.toast-title[data-v-71f4097c] { font-weight: 700; font-size: 14px; margin: 0;
}
.toast-subtitle[data-v-71f4097c] { font-size: 12px; color: rgb(148, 163, 184); margin: 2px 0 0 0;
}


.lesson-view-container[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
  animation: fadeIn-a398e574 0.5s ease-in-out;
}

/* Loading State */
.loading-container[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}
.loading-text[data-v-a398e574] {
  color: rgb(100, 116, 139);
  font-size: 14px;
}

/* Error State */
.error-container[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}
.error-text[data-v-a398e574] {
  color: rgb(220, 38, 38);
  font-size: 14px;
  margin-bottom: 8px;
}

/* Empty State */
.empty-container[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}

/* Banners */
.banner[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}
.banner-success[data-v-a398e574] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  border: 1px solid rgb(187, 247, 208);
}

/* Completed button style */
.btn-completed[data-v-a398e574] {
  background: rgb(240, 253, 244) !important;
  color: rgb(21, 128, 61) !important;
  border-color: rgb(187, 247, 208) !important;
}
@keyframes fadeIn-a398e574 {
from {
    opacity: 0;
    transform: translateY(16px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Header */
.lesson-header[data-v-a398e574] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.lesson-header-content[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
.lesson-header-content[data-v-a398e574] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
}
.lesson-info[data-v-a398e574] {
  flex: 1;
}
.lesson-meta[data-v-a398e574] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgb(148, 163, 184);
  margin-bottom: 12px;
}
.lesson-type-badge[data-v-a398e574] {
  background: rgb(241, 245, 249);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(100, 116, 139);
}
.meta-item[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.materials-badge[data-v-a398e574] {
  padding: 2px 8px;
  border-radius: 9999px;
  background: rgb(255, 241, 242);
  color: rgb(225, 29, 72);
  font-size: 12px;
  font-weight: 600;
  animation: pulse-a398e574 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.materials-badge[data-v-a398e574]:hover {
  animation: none;
  background: rgb(255, 228, 230);
}
@keyframes pulse-a398e574 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
.lesson-title[data-v-a398e574] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 768px) {
.lesson-title[data-v-a398e574] {
    font-size: 30px;
}
}
.lesson-description[data-v-a398e574] {
  margin-top: 12px;
  color: rgb(71, 85, 105);
  font-size: 18px;
  line-height: 1.5;
}
.lesson-actions[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
}
.action-btn[data-v-a398e574] {
  color: rgb(100, 116, 139);
  border: 1px solid rgb(226, 232, 240);
  border-radius: 8px;
}
.action-btn[data-v-a398e574]:hover {
  color: rgb(225, 29, 72);
  background: rgb(255, 241, 242);
}
.btn-open-window[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgb(15, 23, 42);
  color: white;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-open-window[data-v-a398e574]:hover {
  background: rgb(30, 41, 59);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-label[data-v-a398e574] {
  display: none;
}
@media (min-width: 640px) {
.btn-label[data-v-a398e574] {
    display: inline;
}
}

/* Content */
.lesson-content-wrapper[data-v-a398e574] {
  width: 100%;
}
.content-video[data-v-a398e574] {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: black;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.video-iframe[data-v-a398e574] {
  width: 100%;
  height: 100%;
  border: none;
}
.content-pdf[data-v-a398e574] {
  width: 100%;
  height: 75vh;
  background: rgb(241, 245, 249);
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pdf-placeholder[data-v-a398e574] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  z-index: 0;
}
.pdf-icon[data-v-a398e574] {
  color: rgb(203, 213, 225);
  margin-bottom: 16px;
}
.pdf-title[data-v-a398e574] {
  font-size: 20px;
  font-weight: 600;
  color: rgb(71, 85, 105);
}
.pdf-subtitle[data-v-a398e574] {
  color: rgb(148, 163, 184);
  margin-top: 8px;
}
.pdf-iframe[data-v-a398e574] {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 10;
}
.content-office[data-v-a398e574] {
  width: 100%;
  height: 60vh;
  background: rgb(241, 245, 249);
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
.office-icon-box[data-v-a398e574] {
  width: 80px;
  height: 80px;
  background: rgb(219, 234, 254);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(37, 99, 235);
  margin-bottom: 24px;
}
.office-title[data-v-a398e574] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 8px;
}
.office-subtitle[data-v-a398e574] {
  color: rgb(100, 116, 139);
  max-width: 448px;
  margin-bottom: 32px;
}
.btn-office-open[data-v-a398e574] {
  padding: 12px 24px;
  background: rgb(37, 99, 235);
  color: white;
  font-weight: 500;
  border-radius: 8px;
}
.btn-office-open[data-v-a398e574]:hover {
  background: rgb(29, 78, 216);
}
.content-interactive[data-v-a398e574] {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgb(238, 242, 255);
  border-radius: 12px;
  border: 2px dashed rgb(199, 210, 254);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.interactive-icon-box[data-v-a398e574] {
  width: 64px;
  height: 64px;
  background: rgb(224, 231, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(79, 70, 229);
  margin-bottom: 16px;
}
.interactive-title[data-v-a398e574] {
  font-size: 20px;
  font-weight: 700;
  color: rgb(30, 27, 75);
}
.interactive-subtitle[data-v-a398e574] {
  color: rgb(79, 70, 229);
  margin-top: 8px;
}
.content-longread[data-v-a398e574] {
  background: white;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
.content-longread[data-v-a398e574] {
    padding: 48px;
}
}
.content-event[data-v-a398e574] {
  background: white;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.event-layout[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media (min-width: 768px) {
.event-layout[data-v-a398e574] {
    flex-direction: row;
}
}
.event-date-box[data-v-a398e574] {
  background: rgb(255, 241, 242);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  min-width: 150px;
}
.event-day[data-v-a398e574] {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: rgb(225, 29, 72);
}
.event-month[data-v-a398e574] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(251, 113, 133);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
.event-year[data-v-a398e574] {
  display: block;
  font-size: 12px;
  color: rgb(148, 163, 184);
  margin-top: 8px;
}
.event-details[data-v-a398e574] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.event-details-title[data-v-a398e574] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
}
.event-info-grid[data-v-a398e574] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
.event-info-grid[data-v-a398e574] {
    grid-template-columns: 1fr 1fr;
}
}
.event-info-item[data-v-a398e574] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.event-info-icon[data-v-a398e574] {
  color: rgb(148, 163, 184);
  margin-top: 4px;
}
.event-info-label[data-v-a398e574] {
  font-size: 14px;
  font-weight: 700;
  color: rgb(51, 65, 85);
}
.event-info-value[data-v-a398e574] {
  color: rgb(71, 85, 105);
}
.event-action[data-v-a398e574] {
  padding-top: 16px;
  border-top: 1px solid rgb(241, 245, 249);
}
.btn-event-register[data-v-a398e574] {
  padding: 12px 24px;
  background: rgb(15, 23, 42);
  color: white;
  font-weight: 700;
  border-radius: 8px;
}
.btn-event-register[data-v-a398e574]:hover {
  background: rgb(30, 41, 59);
}
.content-poll[data-v-a398e574] {
  background: white;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.poll-icon-box[data-v-a398e574] {
  width: 80px;
  height: 80px;
  background: rgb(240, 253, 250);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(13, 148, 136);
  margin-bottom: 24px;
}
.poll-title[data-v-a398e574] {
  font-size: 24px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 8px;
}
.poll-description[data-v-a398e574] {
  color: rgb(100, 116, 139);
  max-width: 512px;
  margin-bottom: 32px;
}
.poll-question-box[data-v-a398e574] {
  width: 100%;
  max-width: 448px;
  background: rgb(248, 250, 252);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
  text-align: left;
  margin-bottom: 24px;
}
.poll-question-title[data-v-a398e574] {
  font-weight: 600;
  color: rgb(30, 41, 59);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.poll-question-text[data-v-a398e574] {
  color: rgb(51, 65, 85);
  margin-bottom: 16px;
}
.poll-options[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.poll-option[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: white;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.poll-option[data-v-a398e574]:hover {
  border-color: rgb(20, 184, 166);
  background: rgb(240, 253, 250);
}
.poll-radio[data-v-a398e574] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgb(203, 213, 225);
}
.poll-option-label[data-v-a398e574] {
  font-size: 14px;
  font-weight: 500;
  color: rgb(51, 65, 85);
}
.btn-poll-start[data-v-a398e574] {
  padding: 12px 32px;
  background: rgb(20, 184, 166);
  color: white;
  font-weight: 700;
  border-radius: 8px;
}
.btn-poll-start[data-v-a398e574]:hover {
  background: rgb(17, 94, 89);
}
.content-error[data-v-a398e574] {
  padding: 32px;
  background: rgb(254, 242, 242);
  color: rgb(239, 68, 68);
  border-radius: 12px;
}

/* Bottom Section */
.lesson-bottom-section[data-v-a398e574] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid rgb(226, 232, 240);
}
@media (min-width: 768px) {
.lesson-bottom-section[data-v-a398e574] {
    grid-template-columns: 1fr 2fr;
}
}
.lesson-info-card[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-card[data-v-a398e574] {
  background: white;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.info-card-header[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgb(30, 41, 59);
  font-weight: 600;
}
.info-icon[data-v-a398e574] {
  color: rgb(244, 63, 94);
}
.info-card-content[data-v-a398e574] {
  font-size: 12px;
  color: rgb(100, 116, 139);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-row[data-v-a398e574] {
  display: flex;
  justify-content: space-between;
}
.info-value[data-v-a398e574] {
  font-weight: 500;
  color: rgb(51, 65, 85);
}
.info-id[data-v-a398e574] {
  font-family: monospace;
}
.lesson-materials-card[data-v-a398e574] {
  display: flex;
  flex-direction: column;
}
.materials-card[data-v-a398e574] {
  background: white;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.materials-header[data-v-a398e574] {
  padding: 16px 20px;
  border-bottom: 1px solid rgb(241, 245, 249);
  background: rgba(248, 250, 252, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.materials-title[data-v-a398e574] {
  font-weight: 600;
  color: rgb(30, 41, 59);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.materials-icon[data-v-a398e574] {
  color: rgb(244, 63, 94);
}
.materials-count[data-v-a398e574] {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  background: white;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 6px;
  color: rgb(100, 116, 139);
}
.materials-content[data-v-a398e574] {
  padding: 16px;
}
.materials-grid[data-v-a398e574] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
.materials-grid[data-v-a398e574] {
    grid-template-columns: 1fr 1fr;
}
}
.material-item[data-v-a398e574] {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
  gap: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.material-item[data-v-a398e574]:hover {
  border-color: rgb(253, 164, 175);
  background: rgba(255, 241, 242, 0.3);
}
.material-icon-box[data-v-a398e574] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: white;
  border: 1px solid rgb(241, 245, 249);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(100, 116, 139);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.material-item:hover .material-icon-box[data-v-a398e574] {
  color: rgb(225, 29, 72);
  border-color: rgb(253, 164, 175);
}
.material-info[data-v-a398e574] {
  flex: 1;
  min-width: 0;
}
.material-title[data-v-a398e574] {
  font-size: 14px;
  font-weight: 600;
  color: rgb(30, 41, 59);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
.material-item:hover .material-title[data-v-a398e574] {
  color: rgb(190, 18, 60);
}
.material-meta[data-v-a398e574] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.material-size[data-v-a398e574] {
  font-size: 10px;
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  padding: 2px 6px;
  border-radius: 4px;
}
.material-action[data-v-a398e574] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.material-item:hover .material-action[data-v-a398e574] {
  color: rgb(244, 63, 94);
}
.materials-empty[data-v-a398e574] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: rgb(148, 163, 184);
}
.empty-icon-box[data-v-a398e574] {
  width: 48px;
  height: 48px;
  background: rgb(248, 250, 252);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.empty-icon[data-v-a398e574] {
  color: rgb(203, 213, 225);
}
.empty-text[data-v-a398e574] {
  font-size: 14px;
}

/* Navigation Footer */
.lesson-nav-footer[data-v-a398e574] {
  margin-top: 16px;
  padding: 24px;
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-complete[data-v-a398e574] {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid rgb(226, 232, 240);
  color: rgb(71, 85, 105);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-complete[data-v-a398e574]:hover {
  background: rgb(240, 253, 244);
  color: rgb(21, 128, 61);
  border-color: rgb(187, 247, 208);
}
.btn-next[data-v-a398e574] {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 500;
  background: rgb(225, 29, 72);
  color: white;
  box-shadow: 0 10px 15px rgba(225, 29, 72, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-next[data-v-a398e574]:hover {
  background: rgb(190, 18, 60);
}
.lesson-footer-card[data-v-a398e574] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.btn-back[data-v-a398e574] {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 500;
  border: 1px solid rgb(226, 232, 240);
  color: rgb(71, 85, 105);
}
.btn-back[data-v-a398e574]:hover {
  background: rgb(241, 245, 249);
}


.test-view-container[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
  animation: fadeIn-4e87dfe2 0.5s ease-in-out;
}

/* Loading State */
.loading-container[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}
.loading-text[data-v-4e87dfe2] {
  color: rgb(100, 116, 139);
  font-size: 14px;
}

/* Error State */
.error-container[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}
.error-text[data-v-4e87dfe2] {
  color: rgb(220, 38, 38);
  font-size: 14px;
  margin-bottom: 8px;
}

/* Empty State */
.empty-container[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 16px;
}
.empty-text[data-v-4e87dfe2] {
  color: rgb(148, 163, 184);
  font-size: 14px;
}

/* Banners */
.banner[data-v-4e87dfe2] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}
.banner-success[data-v-4e87dfe2] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  border: 1px solid rgb(187, 247, 208);
}
.banner-warning[data-v-4e87dfe2] {
  background: rgb(254, 243, 199);
  color: rgb(146, 64, 14);
  border: 1px solid rgb(253, 230, 138);
}
@keyframes fadeIn-4e87dfe2 {
from {
    opacity: 0;
    transform: translateY(16px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Header Card */
.header-card[data-v-4e87dfe2] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.header-content[data-v-4e87dfe2] {
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
.header-content[data-v-4e87dfe2] {
    padding: 32px;
}
}
.header-decoration[data-v-4e87dfe2] {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: -40px;
  width: 160px;
  height: 160px;
  background: rgb(255, 241, 242);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  pointer-events: none;
}
.header-layout[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
.header-layout[data-v-4e87dfe2] {
    flex-direction: row;
}
}
.header-info[data-v-4e87dfe2] {
  flex: 1;
}
.header-meta[data-v-4e87dfe2] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 12px;
}
.status-badge[data-v-4e87dfe2] {
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid;
}
.status-completed[data-v-4e87dfe2] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  border-color: rgb(187, 247, 208);
}
.status-failed[data-v-4e87dfe2] {
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
  border-color: rgb(252, 165, 165);
}
.status-in_progress[data-v-4e87dfe2] {
  background: rgb(219, 234, 254);
  color: rgb(29, 78, 216);
  border-color: rgb(191, 219, 254);
}
.status-not_started[data-v-4e87dfe2] {
  background: rgb(241, 245, 249);
  color: rgb(51, 65, 85);
  border-color: rgb(226, 232, 240);
}
.meta-date[data-v-4e87dfe2] {
  color: rgb(148, 163, 184);
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-title[data-v-4e87dfe2] {
  font-size: 30px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 16px;
}
.btn-start[data-v-4e87dfe2] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgb(225, 29, 72);
  color: white;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.btn-start[data-v-4e87dfe2]:hover {
  background: rgb(190, 18, 60);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn-start[data-v-4e87dfe2]:active {
  transform: translateY(0);
}
.btn-start-icon[data-v-4e87dfe2] {
  fill: currentColor;
}

/* Quick Stats Grid */
.stats-quick-grid[data-v-4e87dfe2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
.stats-quick-grid[data-v-4e87dfe2] {
    width: 320px;
}
}
.stat-quick-item[data-v-4e87dfe2] {
  background: rgb(248, 250, 252);
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stat-quick-icon[data-v-4e87dfe2] {
  color: rgb(244, 63, 94);
  margin-bottom: 4px;
}
.stat-quick-value[data-v-4e87dfe2] {
  font-weight: 700;
  color: rgb(30, 41, 59);
  font-size: 16px;
}
.stat-quick-label[data-v-4e87dfe2] {
  font-size: 10px;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  margin-top: 2px;
}

/* Content Grid */
.content-grid[data-v-4e87dfe2] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
.content-grid[data-v-4e87dfe2] {
    grid-template-columns: 2fr 1fr;
}
}
.content-main[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Description Card */
.description-card[data-v-4e87dfe2] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.section-title[data-v-4e87dfe2] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title-icon[data-v-4e87dfe2] {
  color: rgb(244, 63, 94);
}
.title-icon-gray[data-v-4e87dfe2] {
  color: rgb(148, 163, 184);
}
.description-text[data-v-4e87dfe2] {
  color: rgb(71, 85, 105);
  line-height: 1.5;
}
.info-sub-grid[data-v-4e87dfe2] {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
.info-sub-grid[data-v-4e87dfe2] {
    grid-template-columns: 1fr 1fr;
}
}
.info-sub-item[data-v-4e87dfe2] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: rgb(248, 250, 252);
}
.info-sub-icon[data-v-4e87dfe2] {
  color: rgb(148, 163, 184);
  margin-top: 4px;
}
.info-sub-label[data-v-4e87dfe2] {
  font-size: 12px;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  font-weight: 600;
}
.info-sub-value[data-v-4e87dfe2] {
  font-size: 14px;
  font-weight: 500;
  color: rgb(30, 41, 59);
}

/* Sidebar */
.content-sidebar[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
}
.competencies-card[data-v-4e87dfe2] {
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.competencies-hint[data-v-4e87dfe2] {
  font-size: 14px;
  color: rgb(100, 116, 139);
  margin-bottom: 16px;
}
.competencies-list[data-v-4e87dfe2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.competency-item[data-v-4e87dfe2] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgb(51, 65, 85);
  background: rgb(248, 250, 252);
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgb(241, 245, 249);
}
.competency-dot[data-v-4e87dfe2] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(244, 63, 94);
  flex-shrink: 0;
}
.competencies-empty[data-v-4e87dfe2] {
  font-size: 14px;
  color: rgb(148, 163, 184);
  font-style: italic;
}


/* Results Screen */
.results-container[data-v-3c5825f2] {
  max-width: 672px;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  animation: fadeIn-3c5825f2 0.5s ease-in-out,zoomIn-3c5825f2 0.5s ease-in-out;
}
@keyframes fadeIn-3c5825f2 {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes zoomIn-3c5825f2 {
from { transform: scale(0.95);
}
to { transform: scale(1);
}
}
.results-icon[data-v-3c5825f2] {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-icon-success[data-v-3c5825f2] {
  background: rgb(220, 252, 231);
  color: rgb(22, 163, 74);
}
.results-icon-failure[data-v-3c5825f2] {
  background: rgb(254, 226, 226);
  color: rgb(220, 38, 38);
}
.results-title[data-v-3c5825f2] {
  font-size: 30px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 8px;
}
.results-subtitle[data-v-3c5825f2] {
  color: rgb(100, 116, 139);
  margin-bottom: 32px;
}
.results-stats[data-v-3c5825f2] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  padding: 24px;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.stat-label[data-v-3c5825f2] {
  font-size: 14px;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.stat-value[data-v-3c5825f2] {
  font-size: 30px;
  font-weight: 700;
}
.stat-success[data-v-3c5825f2] {
  color: rgb(22, 163, 74);
}
.stat-failure[data-v-3c5825f2] {
  color: rgb(220, 38, 38);
}
.stat-time[data-v-3c5825f2] {
  color: rgb(30, 41, 59);
}
.results-actions[data-v-3c5825f2] {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.btn-results-back[data-v-3c5825f2] {
  padding: 12px 24px;
  background: rgb(15, 23, 42);
  color: white;
  border-radius: 12px;
  font-weight: 500;
}
.btn-results-back[data-v-3c5825f2]:hover {
  background: rgb(30, 41, 59);
}
.btn-results-retry[data-v-3c5825f2] {
  padding: 12px 24px;
  border: 1px solid rgb(203, 213, 225);
  color: rgb(51, 65, 85);
  border-radius: 12px;
  font-weight: 500;
}
.btn-results-retry[data-v-3c5825f2]:hover {
  background: rgb(248, 250, 252);
}

/* Runner Container */
.runner-container[data-v-3c5825f2] {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 128px);
}

/* Top Bar */
.runner-topbar[data-v-3c5825f2] {
  background: white;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
}
.topbar-left[data-v-3c5825f2] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.question-badge[data-v-3c5825f2] {
  width: 40px;
  height: 40px;
  background: rgb(255, 241, 242);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(225, 29, 72);
  font-weight: 700;
  font-size: 14px;
}
.progress-bar-container[data-v-3c5825f2] {
  display: none;
}
@media (min-width: 640px) {
.progress-bar-container[data-v-3c5825f2] {
    display: block;
}
}
.progress-bar-bg[data-v-3c5825f2] {
  height: 8px;
  width: 128px;
  background: rgb(241, 245, 249);
  border-radius: 9999px;
  overflow: hidden;
}
.progress-bar-fill[data-v-3c5825f2] {
  height: 100%;
  background: rgb(244, 63, 94);
  transition: width 0.3s;
}
.timer[data-v-3c5825f2] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: monospace;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgb(241, 245, 249);
  color: rgb(71, 85, 105);
}
.timer-critical[data-v-3c5825f2] {
  background: rgb(254, 242, 242);
  color: rgb(220, 38, 38);
  animation: pulse-3c5825f2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-3c5825f2 {
0%, 100% { opacity: 1;
}
50% { opacity: 0.5;
}
}

/* Question Card */
.question-card[data-v-3c5825f2] {
  flex: 1;
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
@media (min-width: 768px) {
.question-card[data-v-3c5825f2] {
    padding: 32px;
}
}
.question-header[data-v-3c5825f2] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.question-title[data-v-3c5825f2] {
  font-size: 20px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  line-height: 1.3;
  flex: 1;
}
@media (min-width: 768px) {
.question-title[data-v-3c5825f2] {
    font-size: 24px;
}
}
.btn-flag[data-v-3c5825f2] {
  color: rgb(203, 213, 225);
}
.btn-flag[data-v-3c5825f2]:hover {
  color: rgb(100, 116, 139);
}
.question-description[data-v-3c5825f2] {
  background: rgb(248, 250, 252);
  padding: 16px;
  border-radius: 12px;
  color: rgb(71, 85, 105);
  margin-bottom: 24px;
  font-size: 14px;
  border: 1px solid rgb(241, 245, 249);
}
.question-content[data-v-3c5825f2] {
  margin-top: 16px;
}

/* Options List (Single/Multiple) */
.options-list[data-v-3c5825f2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.option-item[data-v-3c5825f2] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  cursor: pointer;
  transition: all 0.2s;
  background: white;
}
.option-item[data-v-3c5825f2]:hover {
  border-color: rgb(253, 164, 175);
  background: rgb(248, 250, 252);
}
.option-selected[data-v-3c5825f2] {
  background: rgb(255, 241, 242);
  border-color: rgb(244, 63, 94);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.option-radio[data-v-3c5825f2] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgb(203, 213, 225);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.radio-selected[data-v-3c5825f2] {
  border-color: rgb(225, 29, 72);
}
.radio-dot[data-v-3c5825f2] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(225, 29, 72);
}
.option-checkbox[data-v-3c5825f2] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgb(203, 213, 225);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: white;
}
.checkbox-selected[data-v-3c5825f2] {
  background: rgb(225, 29, 72);
  border-color: rgb(225, 29, 72);
}
.checkbox-icon[data-v-3c5825f2] {
  color: white;
}
.option-text[data-v-3c5825f2] {
  color: rgb(30, 41, 59);
  font-weight: 500;
}
.hidden-input[data-v-3c5825f2] {
  display: none;
}

/* Matching */
.matching-grid[data-v-3c5825f2] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 640px) {
.matching-grid[data-v-3c5825f2] {
    grid-template-columns: 1fr 1fr;
}
}
.matching-column[data-v-3c5825f2] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.matching-column-title[data-v-3c5825f2] {
  font-size: 14px;
  font-weight: 700;
  color: rgb(148, 163, 184);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.matching-item[data-v-3c5825f2] {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  transition: all 0.2s;
  position: relative;
  background: white;
  cursor: pointer;
}
.matching-matched[data-v-3c5825f2] {
  background: rgb(240, 253, 244);
  border-color: rgb(187, 247, 208);
  opacity: 0.8;
  cursor: default;
}
.matching-selected[data-v-3c5825f2] {
  background: rgb(255, 241, 242);
  border-color: rgb(244, 63, 94);
  box-shadow: 0 0 0 2px rgb(253, 164, 175);
}
.matching-used[data-v-3c5825f2] {
  background: rgb(241, 245, 249);
  border-color: rgb(226, 232, 240);
  color: rgb(148, 163, 184);
  cursor: not-allowed;
}
.matching-available[data-v-3c5825f2] {
  background: white;
  border-color: rgb(253, 164, 175);
  border-style: dashed;
}
.matching-available[data-v-3c5825f2]:hover {
  background: rgb(255, 241, 242);
}
.matching-text[data-v-3c5825f2] {
  font-weight: 500;
}
.matching-check[data-v-3c5825f2] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgb(22, 163, 74);
  font-size: 14px;
}
.btn-unmatch[data-v-3c5825f2] {
  background: rgb(220, 252, 231);
}
.btn-unmatch[data-v-3c5825f2]:hover {
  background: rgb(187, 247, 208);
}

/* Order */
.order-list[data-v-3c5825f2] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-item[data-v-3c5825f2] {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.order-controls[data-v-3c5825f2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-btn[data-v-3c5825f2] {
  color: rgb(148, 163, 184);
}
.order-btn[data-v-3c5825f2]:not(:disabled):hover {
  color: rgb(225, 29, 72);
  background: rgb(241, 245, 249);
}
.order-number[data-v-3c5825f2] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgb(241, 245, 249);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: rgb(100, 116, 139);
}
.order-text[data-v-3c5825f2] {
  font-weight: 500;
  color: rgb(30, 41, 59);
  flex: 1;
}

/* Open Answer */
.open-answer[data-v-3c5825f2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.open-textarea[data-v-3c5825f2] .q-field__control {
  min-height: 120px;
}
.open-upload[data-v-3c5825f2] {
  border: 2px dashed rgb(226, 232, 240);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(148, 163, 184);
  cursor: pointer;
  transition: all 0.2s;
}
.open-upload[data-v-3c5825f2]:hover {
  background: rgb(248, 250, 252);
  border-color: rgb(253, 164, 175);
}
.upload-icon[data-v-3c5825f2] {
  margin-bottom: 8px;
}
.upload-text[data-v-3c5825f2] {
  font-size: 14px;
}
.upload-success[data-v-3c5825f2] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(225, 29, 72);
  background: rgb(255, 241, 242);
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 14px;
}

/* Fill in the blanks */
.fill-container[data-v-3c5825f2] {
  background: white;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgb(226, 232, 240);
}
.fill-text[data-v-3c5825f2] {
  line-height: 2.5;
  font-size: 18px;
}
.fill-input[data-v-3c5825f2] {
  margin: 0 4px;
  padding: 4px 8px;
  border-bottom: 2px solid rgb(203, 213, 225);
  background: rgb(248, 250, 252);
  text-align: center;
  width: 128px;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  color: rgb(225, 29, 72);
  outline: none;
}
.fill-input[data-v-3c5825f2]:focus {
  border-bottom-color: rgb(244, 63, 94);
}

/* Navigation Footer */
.runner-footer[data-v-3c5825f2] {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-nav[data-v-3c5825f2] {
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 500;
  color: rgb(100, 116, 139);
}
.btn-nav[data-v-3c5825f2]:hover:not(:disabled) {
  background: rgb(226, 232, 240);
  color: rgb(30, 41, 59);
}
.btn-nav[data-v-3c5825f2]:disabled {
  opacity: 0.3;
}
.btn-nav-next[data-v-3c5825f2] {
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 500;
  background: rgb(15, 23, 42);
  color: white;
  box-shadow: 0 10px 15px rgba(226, 232, 240, 0.5);
}
.btn-nav-next[data-v-3c5825f2]:hover {
  background: rgb(30, 41, 59);
}
.btn-nav-submit[data-v-3c5825f2] {
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 500;
  background: rgb(225, 29, 72);
  color: white;
  box-shadow: 0 10px 15px rgba(253, 164, 175, 0.5);
}
.btn-nav-submit[data-v-3c5825f2]:hover {
  background: rgb(190, 18, 60);
}

/* Error State */
.error-state[data-v-3c5825f2] {
  padding: 48px;
  text-align: center;
  color: rgb(220, 38, 38);
  font-weight: 500;
}


.attempt-accordion[data-v-bf3b9e52] {
  border: 1px solid rgb(226, 232, 240);
  border-radius: 12px;
  background: white;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.accordion-header[data-v-bf3b9e52] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgb(248, 250, 252);
  cursor: pointer;
  border: none;
  text-align: left;
  transition: background 0.2s;
}
.accordion-header[data-v-bf3b9e52]:hover {
  background: rgb(241, 245, 249);
}
.header-left[data-v-bf3b9e52] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-box[data-v-bf3b9e52] {
  padding: 8px;
  border-radius: 8px;
  background: white;
  color: rgb(148, 163, 184);
  border: 1px solid rgb(226, 232, 240);
  transition: all 0.2s;
}
.icon-open[data-v-bf3b9e52] {
  background: rgb(255, 241, 242);
  color: rgb(225, 29, 72);
  border-color: rgb(254, 205, 211);
}
.attempt-title[data-v-bf3b9e52] {
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin: 0;
  font-size: 16px;
}
.attempt-description[data-v-bf3b9e52] {
  font-size: 12px;
  color: rgb(100, 116, 139);
  margin: 0;
}
.header-right[data-v-bf3b9e52] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.status-badge[data-v-bf3b9e52] {
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid;
}
.status-completed[data-v-bf3b9e52] {
  background: rgb(220, 252, 231);
  color: rgb(21, 128, 61);
  border-color: rgb(187, 247, 208);
}
.status-failed[data-v-bf3b9e52] {
  background: rgb(254, 226, 226);
  color: rgb(185, 28, 28);
  border-color: rgb(252, 165, 165);
}
.status-in_progress[data-v-bf3b9e52] {
  background: rgb(219, 234, 254);
  color: rgb(29, 78, 216);
  border-color: rgb(191, 219, 254);
}
.status-not_started[data-v-bf3b9e52] {
  background: rgb(241, 245, 249);
  color: rgb(100, 116, 139);
  border-color: rgb(226, 232, 240);
}
.chevron-icon[data-v-bf3b9e52] {
  color: rgb(148, 163, 184);
}
.accordion-content[data-v-bf3b9e52] {
  border-top: 1px solid rgb(241, 245, 249);
}
.modules-list[data-v-bf3b9e52] {
  display: flex;
  flex-direction: column;
}
.module-item[data-v-bf3b9e52] {
  border-bottom: 1px solid rgb(248, 250, 252);
}
.module-item[data-v-bf3b9e52]:last-child {
  border-bottom: none;
}
.empty-state[data-v-bf3b9e52] {
  padding: 24px;
  text-align: center;
  color: rgb(148, 163, 184);
  font-size: 14px;
  font-style: italic;
}


.course-view-container[data-v-3153736f] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  animation: fadeIn-3153736f 0.5s ease-in-out;
}
@keyframes fadeIn-3153736f {
from { opacity: 0; transform: translateY(16px);
}
to { opacity: 1; transform: translateY(0);
}
}

/* Loading & Error States */
.loading-container[data-v-3153736f],
.error-container[data-v-3153736f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px;
  gap: 16px;
}
.loading-text[data-v-3153736f],
.error-text[data-v-3153736f] {
  color: rgb(100, 116, 139);
  font-size: 14px;
}

/* Hero Card */
.hero-card[data-v-3153736f] {
  background: white;
  border-radius: 16px;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.hero-image[data-v-3153736f] {
  position: relative;
  height: 192px;
  background: linear-gradient(to right, rgb(15, 23, 42), rgb(30, 41, 59));
  overflow: hidden;
}
.hero-image-bg[data-v-3153736f] {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2070&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.hero-image-overlay[data-v-3153736f] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(15, 23, 42), transparent, transparent);
}
.hero-content[data-v-3153736f] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  width: 100%;
}
.hero-content-layout[data-v-3153736f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
.hero-content-layout[data-v-3153736f] {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
}
.hero-meta[data-v-3153736f] {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.status-badge[data-v-3153736f] {
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: white;
}
.status-completed[data-v-3153736f] { background: rgba(34, 197, 94, 0.2); border-color: rgba(34, 197, 94, 0.4);
}
.status-in_progress[data-v-3153736f] { background: rgba(59, 130, 246, 0.2); border-color: rgba(59, 130, 246, 0.4);
}
.meta-date[data-v-3153736f] { display: flex; align-items: center; gap: 4px;
}
.hero-title[data-v-3153736f] {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media (min-width: 768px) {
.hero-title[data-v-3153736f] { font-size: 36px;
}
}
.rating-box[data-v-3153736f] {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.rating-label[data-v-3153736f] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.stars-container[data-v-3153736f] { display: flex; align-items: center; gap: 4px;
}
.star-btn[data-v-3153736f] {
  background: none;
  border: none;
  cursor: pointer;
  color: rgb(203, 213, 225);
  transition: all 0.2s;
  padding: 0;
}
.star-btn[data-v-3153736f]:hover { transform: scale(1.1);
}
.star-filled[data-v-3153736f] { color: rgb(250, 204, 21);
}
.rating-text[data-v-3153736f] { margin-left: 8px; font-size: 14px; color: rgb(100, 116, 139); font-weight: 500;
}

/* Hero Body */
.hero-body[data-v-3153736f] { padding: 24px;
}
@media (min-width: 768px) {
.hero-body[data-v-3153736f] { padding: 32px;
}
}
.content-grid[data-v-3153736f] { display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 1024px) {
.content-grid[data-v-3153736f] { grid-template-columns: 2fr 1fr;
}
}
.content-left[data-v-3153736f] { display: flex; flex-direction: column; gap: 32px;
}
.section-title[data-v-3153736f] {
  font-size: 18px;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title-icon[data-v-3153736f] { color: rgb(244, 63, 94);
}
.description-text[data-v-3153736f] { color: rgb(71, 85, 105); line-height: 1.5; white-space: pre-line;
}
.info-grid[data-v-3153736f] { display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 768px) {
.info-grid[data-v-3153736f] { grid-template-columns: 1fr 1fr;
}
}
.info-card[data-v-3153736f] {
  background: rgb(248, 250, 252);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgb(241, 245, 249);
}
.info-card-header[data-v-3153736f] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: rgb(30, 41, 59);
  font-weight: 600;
}
.header-icon[data-v-3153736f] { color: rgb(244, 63, 94);
}
.info-card-text[data-v-3153736f] { font-size: 14px; color: rgb(71, 85, 105);
}
.info-card-link[data-v-3153736f] { font-size: 14px; color: rgb(37, 99, 235); word-break: break-all; text-decoration: none;
}
.info-card-link[data-v-3153736f]:hover { text-decoration: underline;
}

/* Competencies */
.competencies-section[data-v-3153736f] { margin-top: 16px;
}
.competencies-list[data-v-3153736f] { display: flex; flex-wrap: wrap; gap: 8px;
}
.competency-chip[data-v-3153736f] {
  padding: 6px 12px;
  background: rgb(248, 250, 252);
  border: 1px solid rgb(226, 232, 240);
  border-radius: 9999px;
  font-size: 13px;
  color: rgb(51, 65, 85);
}
.content-right[data-v-3153736f] { display: flex; flex-direction: column; gap: 24px;
}

/* Action Card */
.action-card[data-v-3153736f] {
  background: white;
  border-radius: 12px;
  border: 2px solid rgb(254, 205, 211);
  padding: 24px;
  box-shadow: 0 10px 15px rgba(244, 63, 94, 0.1);
}
.btn-start[data-v-3153736f] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  background: rgb(225, 29, 72);
  color: white;
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  font-size: 18px;
  margin-bottom: 16px;
}
.btn-start[data-v-3153736f]:hover:not(:disabled) {
  background: rgb(190, 18, 60);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn-start[data-v-3153736f]:active:not(:disabled) { transform: translateY(0);
}
.btn-start[data-v-3153736f]:disabled { opacity: 0.6; cursor: not-allowed;
}
.action-hint[data-v-3153736f] { text-align: center; font-size: 12px; color: rgb(148, 163, 184);
}
.warning-banner[data-v-3153736f] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: rgb(254, 243, 199);
  color: rgb(146, 64, 14);
  border-radius: 8px;
  font-size: 13px;
  margin-top: 12px;
}

/* Stats Grid */
.stats-grid[data-v-3153736f] { display: grid; grid-template-columns: 1fr; gap: 12px;
}
.stat-item[data-v-3153736f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgb(248, 250, 252);
  border-radius: 12px;
  border: 1px solid rgb(241, 245, 249);
}
.stat-item-left[data-v-3153736f] { display: flex; align-items: center; gap: 12px;
}
.stat-icon-box[data-v-3153736f] {
  padding: 8px;
  background: white;
  border-radius: 8px;
  color: rgb(148, 163, 184);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.stat-label[data-v-3153736f] { font-size: 14px; font-weight: 500; color: rgb(71, 85, 105);
}
.stat-value[data-v-3153736f] { font-weight: 700; color: rgb(15, 23, 42);
}
.stat-value-right[data-v-3153736f] { text-align: right;
}
.stat-subvalue[data-v-3153736f] { font-size: 12px; color: rgb(148, 163, 184);
}

/* Attempts Section */
.attempts-section[data-v-3153736f] { animation: fadeInDelayed-3153736f 0.7s ease-in-out;
}
@keyframes fadeInDelayed-3153736f {
from { opacity: 0; transform: translateY(32px);
}
to { opacity: 1; transform: translateY(0);
}
}
.attempts-title[data-v-3153736f] {
  font-size: 20px;
  font-weight: 700;
  color: rgb(30, 41, 59);
  margin-bottom: 16px;
  padding: 0 4px;
}
.attempts-list[data-v-3153736f] { display: flex; flex-direction: column; gap: 16px;
}


  /* Logo */
.logo-box[data-v-c37014b0] {
    width: 32px;
    height: 32px;
    background: rgb(225, 29, 72);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 4px 6px -1px rgba(225, 29, 72, 0.2);
    transition: all 0.3s;
}

  /* Search */
.search-container[data-v-c37014b0] {
    flex: 1;
    max-width: 512px;
}
.search-input[data-v-c37014b0] {
    border-radius: 9999px;
}

  /* Role Switcher */
.role-switcher[data-v-c37014b0] {
    background: rgb(241, 245, 249);
    border-radius: 9999px;
    padding: 4px;
    border: 1px solid rgb(226, 232, 240);
    align-items: center;
}
.role-btn[data-v-c37014b0] {
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    transition: all 0.2s;
}
.role-btn.active[data-v-c37014b0] {
    background: white;
    color: rgb(225, 29, 72);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.role-btn.inactive[data-v-c37014b0] {
    color: rgb(100, 116, 139);
}

  /* User Profile */
.user-profile-btn[data-v-c37014b0] {
    border-radius: 8px;
    padding: 4px;
}
.user-avatar[data-v-c37014b0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(226, 232, 240);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(100, 116, 139);
    transition: all 0.3s;
}
.user-profile-btn:hover .user-avatar[data-v-c37014b0] {
    background: rgb(254, 242, 242);
    color: rgb(225, 29, 72);
}

  /* Hover Effects */
.hover-opacity-80[data-v-c37014b0]:hover {
    opacity: 0.8;
}
.hover-rose[data-v-c37014b0]:hover {
    color: rgb(225, 29, 72) !important;
    background: rgb(254, 242, 242) !important;
}
.hover-rose-text[data-v-c37014b0]:hover {
    color: rgb(225, 29, 72);
}
.hover-slate-800[data-v-c37014b0]:hover {
    color: rgb(30, 41, 59);
}
.hover-lift[data-v-c37014b0] {
    transition: all 0.2s;
}
.hover-lift[data-v-c37014b0]:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

  /* View Toggle */
.view-toggle[data-v-c37014b0] {
    border: 1px solid rgb(226, 232, 240);
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

  /* Feed */
.sticky-feed[data-v-c37014b0] {
    position: sticky;
    top: 96px;
    height: calc(100vh - 12rem);
    overflow-y: auto;
}

  /* Completion Screen */
.completion-screen[data-v-c37014b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 16px;
    text-align: center;
}
.completion-icon[data-v-c37014b0] {
    width: 96px;
    height: 96px;
    background: rgb(220, 252, 231);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.progress-card[data-v-c37014b0] {
    background: white;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgb(226, 232, 240);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 448px;
    margin-bottom: 32px;
}

  /* Empty State */
.empty-state[data-v-c37014b0] {
    background: white;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    border: 2px dashed rgb(203, 213, 225);
}
.empty-icon[data-v-c37014b0] {
    width: 64px;
    height: 64px;
    background: rgb(248, 250, 252);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

  /* Utility Classes */
.bg-slate-50[data-v-c37014b0] {
    background-color: rgb(248, 250, 252);
}
.text-slate-900[data-v-c37014b0] {
    color: rgb(15, 23, 42);
}
.text-slate-800[data-v-c37014b0] {
    color: rgb(30, 41, 59);
}
.text-slate-700[data-v-c37014b0] {
    color: rgb(51, 65, 85);
}
.text-slate-600[data-v-c37014b0] {
    color: rgb(71, 85, 105);
}
.text-slate-500[data-v-c37014b0] {
    color: rgb(100, 116, 139);
}
.text-slate-400[data-v-c37014b0] {
    color: rgb(148, 163, 184);
}
.text-rose-600[data-v-c37014b0] {
    color: rgb(225, 29, 72);
}
.font-bold[data-v-c37014b0] {
    font-weight: 700;
}
.tracking-tight[data-v-c37014b0] {
    letter-spacing: -0.025em;
}
.tracking-wide[data-v-c37014b0] {
    letter-spacing: 0.025em;
}
.container[data-v-c37014b0] {
    margin-left: auto;
    margin-right: auto;
}


.floating-btn[data-v-a2f65b0a] {
  animation: pulse-a2f65b0a 2s infinite ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: opacity 0.3s ease;
}
.floating-btn[data-v-a2f65b0a] .q-icon {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.floating-btn[data-v-a2f65b0a]:not([style*="display: none"]) {
  opacity: 1;
}
.floating-btn[style*="display: none"][data-v-a2f65b0a] {
  opacity: 0;
  pointer-events: none;
}
@keyframes pulse-a2f65b0a {
0% {
    opacity: 0.6;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0.6;
}
}



.frame[data-v-767b0665] {
  width: 100%;
  min-height: 93dvh;
  transition: opacity 0.3s ease;
}

/* Стили для лоадера */
.loader-overlay[data-v-767b0665] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.loader-container[data-v-767b0665] {
  text-align: center;
}
.loader[data-v-767b0665] {
  width: 72px;
  height: 72px;
  border: 3px solid #f0f3fa;
  border-bottom-color: #6699ff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-767b0665 1s linear infinite;
}
.loader-text[data-v-767b0665] {
  margin-top: 16px;
  color: #292929;
  font-size: 16px;
}
.hide-scrollbar[data-v-767b0665] {
  -ms-overflow-style: none; /* IE и Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar[data-v-767b0665]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@keyframes rotation-767b0665 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.lesson[data-v-baf99bea] {
  /*background-color: lightgray;*/
  margin: 1px;
  padding: 2px;
  font-size: smaller;
  /*border-radius: 0.3rem;*/
}
.test[data-v-baf99bea] {
  /*background-color: darkgray;*/
  margin: 1px;
  padding: 2px;
  font-size: smaller;
  /*border-radius: 0.3rem;*/
}
.nav-link[data-v-baf99bea] {
  display: block;
  padding: 0.2rem;
  /*border-radius: 0.3rem;*/
  /*border-bottom: lightgray solid 1px;*/
}
.resp-iframe[data-v-baf99bea] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-container[data-v-baf99bea] {
  position: relative;
  padding-bottom: 56.25%; /* Соотношение сторон 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 800px;
}
.video-container iframe[data-v-baf99bea] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 800px;
}
.new_tab_link[data-v-baf99bea] {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  width: auto;
  height: auto;
  cursor: pointer;

  padding: 5px 15px;
  min-width: 0px;
  min-height: 0px;
  background: var(--q-primary) !important;

  border-radius: 28px;
}


a.disabled[data-v-51191b2d] {
        pointer-events: none;
        color:gray;
}
.lesson[data-v-51191b2d]{
        /*background-color: lightgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.test[data-v-51191b2d]{
        /*background-color: darkgray;*/
        margin: 1px;
        padding: 2px;
        font-size: smaller;
        /*border-radius: 0.3rem;*/
}
.nav-link[data-v-51191b2d]{
        display: block;
        padding: 0.2rem;
        /*border-radius: 0.3rem;*/
        /*border-bottom: darkgray dotted 1px;*/
}
.for_desktop[data-v-51191b2d]{
      padding-left: 15px;
      padding-bottom: 100px;
      padding-right: 10px;
}
.for_mobile[data-v-51191b2d]{
      padding: 0px;
      margin: 0px;
}



/* Дополнительные стили для полного устранения отступов */
/* .q-card {
  display: flex;
  flex-direction: column;
}
.q-card__section {
  flex-grow: 1;
  overflow: hidden;
} */
.q-card[data-v-2cb2edaa] {
  padding: 0 !important;
}
.q-card-section[data-v-2cb2edaa] {
  padding: 0 !important;
}


.q-page[data-v-6497f90b] {
  min-height: 100%;
}
.my-card[data-v-6497f90b] {
  max-width: 300px;
  margin: auto;
  height: 100%;
}
.file-name-section[data-v-6497f90b] {
  max-height: 60px;
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
}
.file-name[data-v-6497f90b] {
  white-space: normal; /* Разрешаем перенос слов */
  word-wrap: break-word; /* Переносим длинные слова */
  overflow: hidden; /* Скрываем текст, выходящий за пределы */
  text-overflow: ellipsis; /* Добавляем многоточие, если текст не помещается */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничиваем количество строк */
  -webkit-box-orient: vertical;
}
.gallery-container[data-v-6497f90b] {
  height: calc(98vh - 300px); /* Высота контейнера, можно регулировать */
  overflow-y: auto; /* Вертикальный скролл */
}
.gallery-scroll[data-v-6497f90b] {
  padding-right: 8px; /* Чтобы контент не заходил под скролл */
}


@charset "UTF-8";
.custom-popup-overlay[data-v-186c40bb] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7000;
  animation: fadeIn-186c40bb 0.3s;
}
.custom-popup-content[data-v-186c40bb] {
  background-color: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  animation: slideDown-186c40bb 0.3s ease-out;
}

/* Стили для позиционирования вверху */
.top-positioned-popup[data-v-186c40bb] {
  position: fixed;
  top: var(--v73abcb3a);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  border-radius: 0 0 8px 8px;
}
.custom-popup-header[data-v-186c40bb] {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.custom-popup-body[data-v-186c40bb] {
  padding: 16px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: calc(90vh - 120px);
}
.custom-popup-footer[data-v-186c40bb] {
  padding: 12px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  background-color: #f5f5f5;
}
@keyframes fadeIn-186c40bb {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes slideDown-186c40bb {
from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
}
to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
}

/* Дополнительные стили для полного устранения отступов */
.q-card[data-v-128b1e4d] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-128b1e4d] {
  flex-grow: 1;
  overflow: hidden;
}
/* Стили для запрета взаимодействия */
.no-interaction[data-v-128b1e4d] {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}


.q-card[data-v-3fb8b6d0] {
  display: flex;
  flex-direction: column;
}
/* .q-card__section {
  flex-grow: 1;
  overflow: hidden;
} */
.cursor-grab[data-v-3fb8b6d0] {
  cursor: grab;
}
.cursor-grab[data-v-3fb8b6d0]:active {
  cursor: grabbing;
}
.drag-handle[data-v-3fb8b6d0] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-3fb8b6d0]:hover {
  opacity: 1;
}


.q-card[data-v-641b3de0] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-641b3de0] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-641b3de0] {
  cursor: grab;
}
.cursor-grab[data-v-641b3de0]:active {
  cursor: grabbing;
}
.drag-handle[data-v-641b3de0] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-641b3de0]:hover {
  opacity: 1;
}


.q-card[data-v-32d184bd] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-32d184bd] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-32d184bd] {
  cursor: grab;
}
.cursor-grab[data-v-32d184bd]:active {
  cursor: grabbing;
}
.drag-handle[data-v-32d184bd] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-32d184bd]:hover {
  opacity: 1;
}
.tox-tinymce-aux[data-v-32d184bd] {
  z-index: 9999 !important;
}
/*
.tox-tinymce {
  z-index: 9999 !important;
}
.tox-menubar {
  position: relative !important;
}
.q-dialog__inner--minimized > div {
  overflow: visible !important;
} */


.q-card[data-v-7d5c0e52] {
  display: flex;
  flex-direction: column;
}
.q-card__section[data-v-7d5c0e52] {
  flex-grow: 1;
  overflow: hidden;
}
.cursor-grab[data-v-7d5c0e52] {
  cursor: grab;
}
.cursor-grab[data-v-7d5c0e52]:active {
  cursor: grabbing;
}
.drag-handle[data-v-7d5c0e52] {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-7d5c0e52]:hover {
  opacity: 1;
}


/* Принудительное растягивание видео */
[data-v-7d5c0e52] .video-container {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  padding-bottom: 56.25%;
  height: 80dvh;
}
[data-v-7d5c0e52] .video-container iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 80dvh !important;
  min-width: 100% !important;
  border: none !important;
}

/* Для мобильных - полная ширина экрана */
@media (max-width: 768px) {
[data-v-7d5c0e52] .video-container {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 0;
    right: 0;
    height: 90dvh !important;
}
[data-v-7d5c0e52] .video-container iframe {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 90dvh !important;
}
}
.preview-video[data-v-7d5c0e52] {
  max-width: 400px;
  max-height: 225px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.preview-video iframe[data-v-7d5c0e52] {
  width: 100%;
  height: 100%;
  border: none;
}


.item-card[data-v-555a9deb] {
  margin: 3px;
  width: 350px;
  max-width: 350px;
  height:200px;
  flex: 1 1 auto;
  overflow: hidden;
}
.draggable-container[data-v-555a9deb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Аналог q-gutter-sm */
}


.course-view-card[data-v-1ecdbcd8]{
    width: 100%;
}
.course-view-card-stuff[data-v-1ecdbcd8]{
    width: 500px;
    height: 15px;
    display: block;
}
.full-height[data-v-1ecdbcd8] {
    height: 100%;
}



.drag-area[data-v-72509c71] {
  min-height: 50px;
  padding: 10px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
.list-item-drag[data-v-72509c71] {
  padding: 8px;
  margin: 4px 0;
  /*background: #f5f5f5;*/
  border-radius: 4px;
  border: 1px solid #ddd;
}
.list-item-drag[data-v-72509c71]:hover {
  /*background: #e9e9e9;*/
}
.drop-zone[data-v-72509c71] {
  text-align: center;
  padding: 20px;
  color: #999;
  font-style: italic;
}
.shelf-item[data-v-72509c71], .item[data-v-72509c71] {
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}
.shelf-item[data-v-72509c71]:hover, .item[data-v-72509c71]:hover {
  /*background-color: #f0f0f0;*/
}
.cursor-grab[data-v-72509c71] {
  cursor: grab;
}


.hidden[data-v-fc860d3c] {
    display: none;
}
.numebr-inputs[data-v-fc860d3c] {
    width: 200px; 
    border-radius: 15px;
}



.test-item[data-v-5cabfffe] {
  padding: 16px 12px;
  flex-direction: column;
}
@media (max-width: 599px) {
.test-item[data-v-5cabfffe] {
    padding: 12px 8px;
}
  
  /* На мобильных делаем более компактно */
.full-width .row[data-v-5cabfffe] {
    flex-wrap: wrap;
}
  
  /* На мобильных кнопки могут переноситься */
.row.q-gutter-xs[data-v-5cabfffe] {
    flex-wrap: wrap;
}
}



.header-content[data-v-4c559dbb] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}
.text-section[data-v-4c559dbb] {
  flex: 1;
  min-width: 0; /* Для корректного обрезания текста */
}
.title[data-v-4c559dbb] {
  font-weight: 600;
  margin-bottom: 4px;
  word-break: break-word;
}
.description[data-v-4c559dbb] {
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-section[data-v-4c559dbb] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.date-info[data-v-4c559dbb] {
  color: #666;
  font-size: 0.9em;
  text-align: right;
}
.buttons-group[data-v-4c559dbb] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
.header-content[data-v-4c559dbb] {
    gap: 12px;
}
.buttons-group[data-v-4c559dbb] {
    gap: 6px;
}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
.header-content[data-v-4c559dbb] {
    flex-direction: column;
    gap: 12px;
}
.side-section[data-v-4c559dbb] {
    width: 100%;
    align-items: stretch;
}
.date-info[data-v-4c559dbb] {
    text-align: center;
    order: 2;
    margin-top: 8px;
}
.buttons-group[data-v-4c559dbb] {
    order: 1;
    justify-content: space-between;
}
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
.header-content[data-v-4c559dbb] {
    gap: 8px;
}
.buttons-group[data-v-4c559dbb] {
    gap: 4px;
}
.title[data-v-4c559dbb] {
    font-size: 1.1em;
}
.description[data-v-4c559dbb] {
    font-size: 0.9em;
}
}


.option-row[data-v-7c2ca98c] {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 4px 8px;
}
.json-output[data-v-7c2ca98c] {
  background-color: #2d2d2d;
  color: #f8f8f2;
  border-radius: 4px;
}
.json-output pre[data-v-7c2ca98c] {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}


.hidden[data-v-0221039e] {
    display: none;
}
.numebr-inputs[data-v-0221039e] {
    width: 200px; 
    border-radius: 15px;
}



.test-item[data-v-76e7b477] {
  padding: 16px 12px;
  flex-direction: column;
}
@media (max-width: 599px) {
.test-item[data-v-76e7b477] {
    padding: 12px 8px;
}
  
  /* На мобильных делаем более компактно */
.full-width .row[data-v-76e7b477] {
    flex-wrap: wrap;
}
  
  /* На мобильных кнопки могут переноситься */
.row.q-gutter-xs[data-v-76e7b477] {
    flex-wrap: wrap;
}
}





.underline-on-hover[data-v-431033df]:hover {
  text-decoration: underline;
}


.myselect[data-v-0d9a6532]:hover {
    filter: brightness(70%);
}
.text-truncate[data-v-0d9a6532] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-height[data-v-0d9a6532] {
  height: 100%;
}




.myselect[data-v-19a14d60]:hover {
  filter: brightness(70%);
}


.myselect[data-v-e0f7caaa]:hover {
  filter: brightness(70%);
}


.draggable-container[data-v-14a6b2ac] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* Аналог q-gutter-sm */
}


.frame[data-v-6429352c] {
  width: 100%;
  min-height: 100dvh;
  transition: opacity 0.3s ease;
}

/* Стили для лоадера */
.loader-overlay[data-v-6429352c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.loader-container[data-v-6429352c] {
  text-align: center;
}
.loader[data-v-6429352c] {
  width: 72px;
  height: 72px;
  border: 3px solid #f0f3fa;
  border-bottom-color: #6699FF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-6429352c 1s linear infinite;
}
.loader-text[data-v-6429352c] {
  margin-top: 16px;
  color: #292929;
  font-size: 16px;
}
@keyframes rotation-6429352c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.accord_row2[data-v-33d06dd4] {
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}


.accord_row[data-v-29c42467] {
  border-bottom: lightgray dashed 1px;
  text-align: left;
}
.accord_row2[data-v-29c42467] {
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}
.prof_font[data-v-29c42467] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-29c42467] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-29c42467] {
  font-size: 0.8rem;
  color: #777;
}


.prof_font[data-v-54bc81f1] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-54bc81f1] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-54bc81f1] {
  font-size: 0.8rem;
  color: #777;
}


.img-responsive[data-v-ccf675a2] {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/* Добавьте в стили компонента */
#canvas_adaptive[data-v-741cb13e] {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.accord_row[data-v-2c3e2e58] {
  border-bottom: lightgray dashed 1px;
  /*background-color: #ffffff;*/
  text-align: left;
}
.accord_row2[data-v-2c3e2e58] {
  /*background-color: #cccccc;*/
  border-bottom: lightgray dotted 1px;
  text-align: left;
  margin-bottom: 5px;
}
.prof_font[data-v-2c3e2e58] {
  font-size: 0.9rem;
  color: #444;
}
.prof_label[data-v-2c3e2e58] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #444;
}
.prof_descr[data-v-2c3e2e58] {
  font-size: 0.8rem;
  color: #777;
}
table[data-v-2c3e2e58] {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
  font-size: 14px;
  background: white;
  max-width: 70%;
  width: 70%;
  border-collapse: collapse;
  text-align: left;
}
th[data-v-2c3e2e58] {
  font-weight: normal;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
td[data-v-2c3e2e58] {
  border-bottom: 1px solid #ccc;
  color: #669;
  padding: 9px 8px;
  transition: 0.3s linear;
}
tr:hover td[data-v-2c3e2e58] {
  color: #6699ff;
}


.handle[data-v-6ceec40d] {
  cursor: grab;
}




input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #ccc !important;
  -webkit-text-fill-color: #707173 !important;
  -webkit-box-shadow: 0 0 0px 100px #fff inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}



.menu-container[data-v-176afd1b] {
  position: relative;
}
.toggle-button-container[data-v-176afd1b] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  /* transform: translateX(0%); */
}
.toggle-button[data-v-176afd1b] {
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}


.q-avatar[data-v-2cd3456f] {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s;
}
.q-avatar[data-v-2cd3456f]:hover {
  border-color: var(--q-primary);
}




.q-avatar[data-v-7836753a] {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s;
}
.q-avatar[data-v-7836753a]:hover {
  border-color: var(--q-primary);
}
.custom-popup[data-v-7836753a] {
  width: 600px !important;
  min-height: 400px !important;
  max-height: 80vh !important; /* ограничение по высоте */
}
.fullscreen-popup[data-v-7836753a] {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  border-radius: 0 !important;
}



.drag-handle[data-v-573f51be] {
  cursor: move;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.drag-handle[data-v-573f51be]:hover {
  opacity: 1;
}

/* Smooth transition for dragged items */
.flip-list-move[data-v-573f51be] {
  transition: transform 0.5s;
}
.item-card[data-v-573f51be] {
  margin: 3px;
  width: 350px;
  height:200px;
  flex: 1 1 auto;
  overflow: hidden;
}
.draggable-container[data-v-573f51be] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* Аналог q-gutter-sm */
}


/*https://rufonts.pro/shrift/proxima-nova-condensed*/
@font-face {
  font-family: "Proxima Nova Condensed";
  src: url(../fonts/ProximaNovaCond-Regular.64461d87.woff2) format("woff2"),
    url(../fonts/ProximaNovaCond-Regular.8223e19c.woff) format("woff"),
    url(../fonts/ProximaNovaCond-Regular.ddf8792f.ttf) format("truetype");
}
body,
html {
  background: #f2f6ff;
  padding: 0px;
  margin: 0px;
}
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}
a:link {
  color: #6699ff;
}
a:visited {
  color: #6699ff;
}

/*a:focus {*/
/*  border-bottom: 1px solid;*/
/*  background: #BAE498;*/
/*}*/
a:hover {
  /*border-bottom: 1px solid;*/
  color: #4dd2bc;
}
a:active {
  color: #6699ff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}
.h1 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
}
.h2 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
}
.h3 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}
.h4 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}
.h5 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 16px;
  line-height: 18px;
}
.h6 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  /*font-weight: bold;*/
  font-size: 12px;
  line-height: 14px;
}
.h-tt {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  max-width: 500px;
}
.body-bold {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  color: #333333;
}
.body-0 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.body-1 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  /* or 129% */
  display: flex;
  align-items: center;
}
.body-2 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  /*align-items: center;*/
  /*color: primary;*/
  text-decoration: none;
}
.margin-top-30 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-top_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.moderator_panel {
  padding-top: 10px;
  width: 400px;
  height: 46px;
  box-shadow: 0px 4px 15px rgba(113, 147, 190, 0.3);
}
.caption {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  /*display: inline-block;*/
  /*align-items: center;*/
  color: #6699ff;
  background-color: white;
  padding-top: 25px;
}
.text-active {
  text-decoration: underline;
  background-color: #eeeeee;
  padding: 0px;
}
.positive {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  color: #8ca0ba;
}
.positive h4 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #8ca0ba;
}
.positive h5 {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #8ca0ba;
}
.apptitle {
  font-family: Proxima Nova Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  color: #728db1;
}
.moder-card {
  width: 100%;
  max-width: 350px;
  padding: 0px;
  margin: 5px;
}
.cat-card {
  width: 100%;
  min-height: 350px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-my {
  width: 100%;
  padding: 0px;
  margin: 0px;
  /* border-radius: 25px; */
}
.cat-card-big {
  width: 100%;
  min-height: 1200px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-small {
  width: 100%;
  min-height: 150px;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}
.cat-card-mobile {
  width: 100%;
  min-height: 350px;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
}
.cours-card {
  width: 100%;
  max-width: 400px;
  padding: 0px;
  margin: 5px;
  border-radius: 25px;
}
.cours-card-mobile {
  width: 100%;
  max-width: 400px;
  padding: 0px;
  margin: 3px;
  border-radius: 5px;
}
.truncate-400 {
  width: 200px; /* Установите нужную ширину */
  white-space: nowrap; /* Запрещает перенос текста на новую строку */
  overflow: hidden; /* Обрезает текст, который не помещается */
  text-overflow: ellipsis; /* Добавляет многоточие в конце обрезанного текста */
}
.event-card {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
}
.event-card-mobile {
  width: 100vw;
  padding: 3px;
  border-radius: 3px;
}
.list-item-drag {
  cursor: pointer;
  border-radius: 5px;
  background-color: #f2f6ff;
  color: #1d1d1d;
  padding: 10px;
  margin: 3px;
}
.bg_tb2 {
  background-color: #c9d5e4;
  color: #ffffff;
  height: 50px;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 1.2em;
}
.bg_tb3 {
  background-color: #e8ecf3;
  padding-left: 5px;
}
.component_padding {
  padding-left: 15px;
}
.q-field--error .q-field__bottom {
  color: var(--q-warning);
}
.centered {
  display: flex;
  justify-content: center; /* центрирование по горизонтали */
  align-items: center;    /* центрирование по вертикали */
  height: 100vh;         /* высота контейнера (можно задать любую) */
}


/* На десктопах */
/* @media (min-width: 1024px) { */
  /* [data-b24-crm-button-cont] {
    right: 5px !important;
    left: auto !important;
    bottom: 30% !important;
  }
  .b24-widget-button-pulse {
      display: none !important;
  } */
  /* .b24-widget-button-inner-mask {
      width: 70px !important;
      height: 70px !important;
  } */
  /* .b24-widget-button-inner-block {
      width: 70px !important;
      height: 70px !important;
  } */
  /* .b24-crm-button-icon {
      width: 35px !important;
      height: 35px !important;
  } */
/* } */

/* На мобильных */
/* @media (max-width: 768px) {
  [data-b24-crm-button-cont] {
      width: 50px !important;
      height: 50px !important;
      bottom: 20px !important;
      right: 20px !important;
  }
  .b24-widget-button-inner-mask {
      width: 60px !important;
      height: 60px !important;
  }
  .b24-widget-button-block {
      width: 55px !important;
      height: 55px !important;
  }
  .b24-widget-button-pulse {
      display: none !important;
  }
  .b24-widget-button-inner-block {
      width: 45px !important;
      height: 45px !important;
  }
  .b24-crm-button-icon {
      width: 20px !important;
      height: 20px !important;
  }
} */

/* 1. Убираем пульсацию для всех устройств */
.b24-widget-button-pulse,
    .b24-widget-button-shadow {
        display: none !important;
}

    /* 2. Стили для десктопа (экраны шире 768px) */
.b24-widget-button-wrapper {
        /* Располагаем справа и на 30% от нижнего края */
        bottom: 30% !important;
        right: 20px !important; /* Стандартный отступ справа */
}

    /* 3. Стили для мобильных устройств (экраны 768px и меньше) */
@media (max-width: 768px) {
.b24-widget-button-wrapper {
            /* Прижимаем к правому нижнему углу с небольшими отступами */
            bottom: 15px !important;
            right: 15px !important;

            /* Убираем позиционирование слева, которое могло остаться */
            left: auto !important;

            /* Уменьшаем размер в два раза */
            transform: scale(0.5) !important;

            /* Важно! Точка трансформации - правый нижний угол,
               чтобы виджет не "уезжал" от угла при масштабировании */
            transform-origin: right bottom !important;
}
}
.app-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* или normal + line-clamp для многострочного */
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-input-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.copy-to-buff {
  border: none;
  background: none;
  border-radius: 15px;
  cursor: pointer;
  pointer-events: none; /* Отключаем все события мыши на самом input */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%; /* Чтобы input занимал всю ширину wrapper */
}

/* Основные стили диалога */
.aos-dialog {
  width: 100%;
  max-width: 900px;
  margin: 20px;
}

/* Заголовок */
.dialog-header {
  padding: 16px;
}

/* Контент */
.dialog-content {
  padding: 0 16px;
}

/* Карусель */
.aos-carousel {
  border-radius: 8px;
}

/* Слайды */
.carousel-slide {
  padding: 16px;
}
.slide-title {
  margin-bottom: 12px;
  word-break: break-word;
}
.slide-separator {
  margin: 12px 0;
  width: 80%;
}
.slide-content {
  width: 100%;
}
.option-group {
  width: 100%;
}
.input-container {
  margin-top: 12px;
}
.other-input {
  border-radius: 25px !important;
  padding: 10px;
  width: 100%;
}

/* Кнопки действий */
.dialog-actions {
  padding: 16px;
}
.action-btn {
  min-width: 120px;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
.aos-dialog {
    max-width: 95%;
    margin: 15px;
}
.carousel-slide {
    padding: 12px;
}
.slide-title {
    font-size: 1.3em;
}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
.aos-dialog {
    max-width: 98%;
    margin: 10px;
}
.dialog-header,
  .dialog-content,
  .dialog-actions {
    padding: 12px;
}
.carousel-slide {
    padding: 8px;
}
.slide-title {
    font-size: 1.2em;
    margin-bottom: 8px;
}
.slide-separator {
    margin: 8px 0;
    width: 90%;
}
.slide-content {
    padding: 8px !important;
}
.action-btn {
    min-width: 100px;
    width: 100%;
    margin-top: 8px;
}
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {
.aos-dialog {
    margin: 5px;
    max-width: 100%;
}
.dialog-header,
  .dialog-content,
  .dialog-actions {
    padding: 8px;
}
.carousel-slide {
    padding: 6px;
}
.slide-title {
    font-size: 1.1em;
}
.h4 {
    font-size: 1.2em;
}
.h5 {
    font-size: 0.9em;
}
.other-input {
    padding: 8px;
    border-radius: 20px !important;
}
}





/*# sourceMappingURL=app.d6451b80.css.map*/