.errorContainer[data-v-6c5d3932] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
}
.errorContent[data-v-6c5d3932] {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  margin: 2rem;
}
.errorContent .icon[data-v-6c5d3932] {
  color: #dc2626;
  margin-bottom: 2rem;
}
.errorContent .icon svg[data-v-6c5d3932] {
  animation: shake-6c5d3932 0.5s ease-in-out;
}
.errorContent h1[data-v-6c5d3932] {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}
.errorContent p[data-v-6c5d3932] {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.errorContent p.detail[data-v-6c5d3932] {
  font-size: 1rem;
  color: #9ca3af;
}
@keyframes shake-6c5d3932 {
0%, 100% {
    transform: rotate(0deg);
}
10%, 30%, 50%, 70%, 90% {
    transform: rotate(-5deg);
}
20%, 40%, 60%, 80% {
    transform: rotate(5deg);
}
}.loadingContainer[data-v-39e9db6e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 20px;
  background: #f5f5f5;
}
.loadingContainer p[data-v-39e9db6e] {
  color: #666;
  font-size: 1rem;
}
.spinner[data-v-39e9db6e] {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin-39e9db6e 1s linear infinite;
}
@keyframes spin-39e9db6e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/* Button */
.btn.point[data-v-ff99992b] {
  background-color: #0066cc;
}
.btn.line.point[data-v-ff99992b] {
  border-color: #0066cc;
  color: #0066cc;
}

/* Card */
.cardLeft[data-v-ff99992b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardLeft + .cardCenter[data-v-ff99992b] {
  margin-left: 14px;
}
.cardCenter[data-v-ff99992b] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardRight[data-v-ff99992b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardIcon[data-v-ff99992b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #596482;
  border-radius: 50%;
}
.cardIcon .icon[data-v-ff99992b] {
  width: 70%;
  height: 70%;
}

/* Chart */
.chartContainer[data-v-ff99992b] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart[data-v-ff99992b] {
  width: 100%;
  height: 100%;
  min-height: 220px;
}

/* Screening */
.screeningList[data-v-ff99992b] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.screeningItem[data-v-ff99992b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
}
.screeningItem + .screeningItem[data-v-ff99992b] {
  margin-top: 12px;
}
.screeningLeft[data-v-ff99992b] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.screeningIcon[data-v-ff99992b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #596482;
  border-radius: 50%;
}
.screeningIcon .icon[data-v-ff99992b] {
  width: 70%;
  height: 70%;
}
.screeningLabel[data-v-ff99992b] {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
.screeningValue[data-v-ff99992b] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

/* Chart */
.barChart[data-v-ff99992b] {
  width: 325px;
  min-height: 200px;
}
.donutChart[data-v-ff99992b] {
  width: 210px;
  height: 240px;
  margin: auto;
}

/* average */
.ageInfo .averageLabel[data-v-ff99992b] {
  font-size: 14px;
  color: #64748b;
}
.ageInfo .averageValue[data-v-ff99992b] {
  display: flex;
  align-items: baseline;
  margin-top: 8px;
  color: #1e293b;
}
.ageInfo .averageValue .averageNumber[data-v-ff99992b] {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.ageInfo .averageValue .averageUnit[data-v-ff99992b] {
  font-size: 20px;
  font-weight: 500;
  color: #1e293b;
  margin-left: 4px;
}

/* Results Table */
.resultsTable[data-v-ff99992b] {
  flex: 1;
}
.tableHeader[data-v-ff99992b] {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr;
  gap: 20px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.headerCell[data-v-ff99992b] {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}
.tableBody[data-v-ff99992b] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 300px;
  overflow: auto;
}
.tableRow[data-v-ff99992b] {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr;
  gap: 12px;
  align-items: center;
}
.tableCell[data-v-ff99992b] {
  font-size: 14px;
  color: #334155;
}
.cellTest[data-v-ff99992b] {
  font-weight: 500;
}

/* Participants Table */
.participantsTable[data-v-ff99992b] {
  flex: 1;
}
.participantsHeader[data-v-ff99992b] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  padding: 1rem;
  background-color: #f8fafc;
  border-radius: 0.5rem 0.5rem 0 0;
}
.participantsHeaderCell[data-v-ff99992b] {
  display: flex;
  align-items: center;
}
.participantsRow[data-v-ff99992b] {
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  font-size: 0.875rem;
  color: #334155;
  padding: 1rem;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
}
.participantsRow[data-v-ff99992b]:hover {
  background-color: #eff2f4;
}
.participantsRow[data-v-ff99992b]:last-child {
  border-bottom: none;
}
.participantsCell[data-v-ff99992b] {
  display: flex;
  align-items: center;
}
.col-1[data-v-ff99992b] {
  grid-column: span 1;
}
.col-2[data-v-ff99992b] {
  grid-column: span 2;
}
.statusBadge[data-v-ff99992b] {
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #dcfce7;
  color: #166534;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}/* Button */
.btn.point[data-v-b5f2a6cd] {
  background-color: #0066cc;
}
.btn.line.point[data-v-b5f2a6cd] {
  border-color: #0066cc;
  color: #0066cc;
}

/* Card */
.cardLeft[data-v-b5f2a6cd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardLeft + .cardCenter[data-v-b5f2a6cd] {
  margin-left: 14px;
}
.cardCenter[data-v-b5f2a6cd] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardRight[data-v-b5f2a6cd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardIcon[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #596482;
  border-radius: 50%;
}
.cardIcon .icon[data-v-b5f2a6cd] {
  width: 70%;
  height: 70%;
}

/* Chart */
.chartContainer[data-v-b5f2a6cd] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart[data-v-b5f2a6cd] {
  width: 100%;
  height: 100%;
  min-height: 220px;
}

/* Screening */
.screeningList[data-v-b5f2a6cd] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.screeningItem[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
}
.screeningItem + .screeningItem[data-v-b5f2a6cd] {
  margin-top: 12px;
}
.screeningLeft[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.screeningIcon[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #596482;
  border-radius: 50%;
}
.screeningIcon .icon[data-v-b5f2a6cd] {
  width: 70%;
  height: 70%;
}
.screeningLabel[data-v-b5f2a6cd] {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
.screeningValue[data-v-b5f2a6cd] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

/* Tab Navigation */
.tabNavigation[data-v-b5f2a6cd] {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.5rem;
}
.tabBtn[data-v-b5f2a6cd] {
  background: none;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease-in-out;
}
.tabBtn.active[data-v-b5f2a6cd] {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
}
.tabBtn[data-v-b5f2a6cd]:hover:not(.active) {
  color: #374151;
}

/* Tab Content */
.tabContent[data-v-b5f2a6cd] {
  flex: 1;
}
.tabHeader[data-v-b5f2a6cd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.tabTitle[data-v-b5f2a6cd] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

/* Admin Table */
.adminTable[data-v-b5f2a6cd] {
  width: 100%;
}
.adminHeader[data-v-b5f2a6cd] {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  padding: 1rem;
  background-color: #f8fafc;
  border-radius: 0.5rem 0.5rem 0 0;
}
.adminHeaderCell[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
}
.adminRow[data-v-b5f2a6cd] {
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(13, 1fr);
  gap: 1rem;
  font-size: 0.875rem;
  color: #334155;
  padding: 1rem;
  align-items: center;
  border-bottom: 1px solid #f1f5f9;
}
.adminRow[data-v-b5f2a6cd]:hover {
  background-color: #eff2f4;
}
.adminRow[data-v-b5f2a6cd]:last-child {
  border-bottom: none;
}
.adminRow.noPointer[data-v-b5f2a6cd] {
  cursor: default;
  pointer-events: none;
}
.adminRow.noPointer[data-v-b5f2a6cd]:hover {
  background-color: transparent;
}
.adminCell[data-v-b5f2a6cd] {
  display: flex;
  align-items: center;
}
.loadingRow[data-v-b5f2a6cd],
.emptyRow[data-v-b5f2a6cd] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 0.875rem;
}
.col-2[data-v-b5f2a6cd] {
  grid-column: span 2;
}
.col-3[data-v-b5f2a6cd] {
  grid-column: span 3;
}

/* Form Grid */
.formGrid[data-v-b5f2a6cd] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.formItem[data-v-b5f2a6cd] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.formLabel[data-v-b5f2a6cd] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.formInput[data-v-b5f2a6cd] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: border-color 0.15s ease-in-out;
}
select.formInput[data-v-b5f2a6cd] {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.625rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  appearance: none;
}
.formInput[data-v-b5f2a6cd]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Action Buttons */
.saveBtn[data-v-b5f2a6cd] {
  background-color: #3b82f6;
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  font-size: 0.875rem;
}
.saveBtn[data-v-b5f2a6cd]:hover {
  background-color: #2563eb;
}
.saveBtn[data-v-b5f2a6cd]:disabled,
.saveBtn.disabled[data-v-b5f2a6cd] {
  background-color: #9ca3af;
  color: #d1d5db;
  cursor: not-allowed;
}
.datepickerWrapper[data-v-b5f2a6cd] {
  position: relative;
  width: 100%;
}
.dateInput[data-v-b5f2a6cd] {
  width: 100%;
  cursor: pointer;
}

/* DatePicker Tooltip */
.datePickerTooltip[data-v-b5f2a6cd] {
  position: fixed;
  margin-top: 4px;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  min-width: 280px;
}
.datePickerContent[data-v-b5f2a6cd] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dateField[data-v-b5f2a6cd] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dateField label[data-v-b5f2a6cd] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.dateField .dateInputNative[data-v-b5f2a6cd] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.dateField .dateInputNative[data-v-b5f2a6cd]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.datePickerActions[data-v-b5f2a6cd] {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.25rem;
}
.datePickerActions .btn[data-v-b5f2a6cd] {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.datePickerActions .btn.point[data-v-b5f2a6cd] {
  background-color: #3b82f6;
  color: #ffffff;
}
.datePickerActions .btn[data-v-b5f2a6cd]:hover {
  opacity: 0.9;
}/* Button */
.btn.point[data-v-ce9c23f4] {
  background-color: #0066cc;
}
.btn.line.point[data-v-ce9c23f4] {
  border-color: #0066cc;
  color: #0066cc;
}

/* Card */
.cardLeft[data-v-ce9c23f4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardLeft + .cardCenter[data-v-ce9c23f4] {
  margin-left: 14px;
}
.cardCenter[data-v-ce9c23f4] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardRight[data-v-ce9c23f4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardIcon[data-v-ce9c23f4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #596482;
  border-radius: 50%;
}
.cardIcon .icon[data-v-ce9c23f4] {
  width: 70%;
  height: 70%;
}

/* Chart */
.chartContainer[data-v-ce9c23f4] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart[data-v-ce9c23f4] {
  width: 100%;
  height: 100%;
  min-height: 220px;
}

/* Screening */
.screeningList[data-v-ce9c23f4] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.screeningItem[data-v-ce9c23f4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
}
.screeningItem + .screeningItem[data-v-ce9c23f4] {
  margin-top: 12px;
}
.screeningLeft[data-v-ce9c23f4] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.screeningIcon[data-v-ce9c23f4] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #596482;
  border-radius: 50%;
}
.screeningIcon .icon[data-v-ce9c23f4] {
  width: 70%;
  height: 70%;
}
.screeningLabel[data-v-ce9c23f4] {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}
.screeningValue[data-v-ce9c23f4] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}