
.notification-bell[data-v-b949f2f0] {
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.notification-bell:hover .bell-icon[data-v-b949f2f0] {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.bell-icon[data-v-b949f2f0] {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  transition: transform 0.2s ease;
}
.bell-icon[data-v-b949f2f0]::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50% 50% 0 0;
  background: transparent;
  top: 1px;
  left: 1px;
}
.bell-icon[data-v-b949f2f0]::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 2px;
  background: #fff;
  border-radius: 0 0 2px 2px;
  bottom: -1px;
  left: 6px;
}
.notification-badge[data-v-b949f2f0] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
}
.notification-dropdown[data-v-b949f2f0] {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #2d2d2d;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 1000;
}
.notification-item[data-v-b949f2f0] {
  padding: 10px;
  border-bottom: 1px solid #4a4a4a;
  cursor: pointer;
}
.notification-item[data-v-b949f2f0]:hover {
  background-color: #3d3d3d;
}
.notification-item.unread[data-v-b949f2f0] {
  background-color: #363636;
}
.notification-message[data-v-b949f2f0] {
  color: white;
  font-size: 14px;
  margin-bottom: 5px;
}
.notification-time[data-v-b949f2f0] {
  color: #999;
  font-size: 12px;
}
.no-notifications[data-v-b949f2f0] {
  padding: 20px;
  text-align: center;
  color: #999;
}
.notification-header[data-v-b949f2f0] {
  color: #ff6b6b;
  font-weight: bold;
  margin-bottom: 5px;
}
.notification-countdown[data-v-b949f2f0] {
  color: #ffd700;
  font-size: 13px;
  margin-bottom: 5px;
}

.user-menu-container[data-v-9c1f846b] {
  position: relative;
}
.user-trigger[data-v-9c1f846b] {
  cursor: pointer;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-menu[data-v-9c1f846b] {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  width: 200px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.menu-item[data-v-9c1f846b] {
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.menu-item[data-v-9c1f846b]:hover:not(.disabled) {
  background: #3a3a3a;
}
.menu-item.disabled[data-v-9c1f846b] {
  opacity: 0.5;
  cursor: default;
}
.menu-item.exit[data-v-9c1f846b] {
  border-top: 1px solid #3a3a3a;
}
.fade-enter-active[data-v-9c1f846b], .fade-leave-active[data-v-9c1f846b] {
  transition: opacity 0.2s, transform 0.2s;
}
.fade-enter-from[data-v-9c1f846b], .fade-leave-to[data-v-9c1f846b] {
  opacity: 0;
  transform: translateY(-10px);
}

.app-header[data-v-8a84f318] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  background: #2a2a2a;
  border-bottom: 1px solid #3a3a3a;
  padding: 0 16px;
  position: relative;
  z-index: 1000;
}
.header-left[data-v-8a84f318] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hamburger-btn[data-v-8a84f318] {
  background: none;
  border: none;
  color: #ddd;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.hamburger-btn[data-v-8a84f318]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.hamburger-btn.active[data-v-8a84f318] {
  background: rgba(0, 122, 204, 0.2);
  color: #007acc;
}
.header-center[data-v-8a84f318] {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
  margin-left: 20px;
}
.app-title[data-v-8a84f318] {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.app-title[data-v-8a84f318]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.app-title .app-name[data-v-8a84f318] {
  font-size: 20px;
}
.page-title[data-v-8a84f318] {
  font-size: 16px;
  font-weight: 500;
  color: #bbb;
  display: flex;
  align-items: center;
}
.page-separator[data-v-8a84f318] {
  margin: 0 8px;
  color: #666;
}
.header-right[data-v-8a84f318] {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
.app-header[data-v-8a84f318] {
    padding: 0 12px;
}
.header-left[data-v-8a84f318] {
    gap: 8px;
}
.app-title[data-v-8a84f318] {
    font-size: 18px;
    padding: 6px 8px;
}
.app-title i[data-v-8a84f318] {
    font-size: 16px;
}
.header-right[data-v-8a84f318] {
    gap: 12px;
}
}

.sidebar-overlay[data-v-87c176c5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.sidebar[data-v-87c176c5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #1e1e1e;
  border-right: 1px solid #3a3a3a;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
.sidebar[data-v-87c176c5] {
    width: 260px;
}
}
.sidebar-header[data-v-87c176c5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #3a3a3a;
  background: #2a2a2a;
}
.sidebar-header h3[data-v-87c176c5] {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.close-btn[data-v-87c176c5] {
  background: none;
  border: none;
  color: #aaa;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.close-btn[data-v-87c176c5]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-content[data-v-87c176c5] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #1e1e1e;
}
.sidebar-content[data-v-87c176c5]::-webkit-scrollbar {
  width: 8px;
}
.sidebar-content[data-v-87c176c5]::-webkit-scrollbar-track {
  background: #1e1e1e;
}
.sidebar-content[data-v-87c176c5]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.sidebar-content[data-v-87c176c5]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.nav-menu[data-v-87c176c5] {
  padding: 0;
}
.nav-section[data-v-87c176c5] {
  margin-bottom: 24px;
}
.nav-section h4[data-v-87c176c5] {
  margin: 0 0 12px 0;
  padding: 0 20px;
  color: #aaa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nav-item[data-v-87c176c5] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  color: #ddd;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.nav-item[data-v-87c176c5]:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.nav-item.active[data-v-87c176c5] {
  background: rgba(0, 122, 204, 0.15);
  color: #007acc;
  border-right: 3px solid #007acc;
}
.nav-item.active[data-v-87c176c5]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #007acc;
}
.nav-item i[data-v-87c176c5] {
  width: 18px;
  text-align: center;
  font-size: 16px;
}
.nav-item span[data-v-87c176c5] {
  flex: 1;
}

/* Sidebar slide animation */
.sidebar-enter-active[data-v-87c176c5],
.sidebar-leave-active[data-v-87c176c5] {
  transition: transform 0.3s ease;
}
.sidebar-enter-from[data-v-87c176c5],
.sidebar-leave-to[data-v-87c176c5] {
  transform: translateX(-100%);
}
.sidebar-enter-to[data-v-87c176c5],
.sidebar-leave-from[data-v-87c176c5] {
  transform: translateX(0);
}

.app-layout[data-v-0539f9eb] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background: #1e1e1e;
  color: white;
}
.main-layout[data-v-0539f9eb] {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-layout.has-header[data-v-0539f9eb] {
  height: calc(100vh - 56px);
}

body {
  margin: 0;
  padding: 0;
  background: #1e1e1e;
}
.app-root {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #1e1e1e;
}

.login-container[data-v-a44537a7] {
  display: flex;
  justify-content: center;
  height: 98vh;
  width: 100vw;
  background-color: #1e1e1e;
  color: #ffffff;
}
h1[data-v-a44537a7] {
    margin-top: 60px;
}
.login-container h2[data-v-a44537a7] {
  text-align: center;
  margin-bottom: 2rem;
}
.login-form[data-v-a44537a7] {
  background-color: #2d2d2d;
  padding: 2rem;
  border-radius: 8px;
  width: 300px;
  text-align: left;
}
.form-group[data-v-a44537a7] {
  margin-bottom: 1rem;
}
input[data-v-a44537a7] {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  border-radius: 4px;
}
button[data-v-a44537a7] {
  width: 100%;
  padding: 0.5rem;
  background-color: #007acc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-a44537a7]:disabled {
  background-color: #666;
}
.error-message[data-v-a44537a7] {
  color: #ff6b6b;
  margin-top: 1rem;
  text-align: center;
}
.login-content[data-v-a44537a7] {
  text-align: center;
}
.app-title[data-v-a44537a7] {
  font-size: 2.5rem;
  margin-bottom: 8rem;
  color: #fff;
}
.init-message[data-v-a44537a7] {
  margin-top: 1rem;
  text-align: center;
  color: #888;
}

.main-view[data-v-ff3e41dd] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #1e1e1e;
}
.nav-buttons[data-v-ff3e41dd] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-button[data-v-ff3e41dd] {
  padding: 20px 40px;
  font-size: 1.2em;
  background-color: #3a3a3a;
  color: white;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  min-width: 300px;
  transition: background-color 0.2s ease;
}
.nav-button[data-v-ff3e41dd]:hover {
  background-color: #4a4a4a;
}
.nav-button[data-v-ff3e41dd]:active {
  transform: scale(0.98);
}

.recent-reports[data-v-48f6042d] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
.reports-list[data-v-48f6042d] {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.report-card[data-v-48f6042d] {
  display: flex;
  gap: 20px;
  background: #2a2a2a;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  transition: transform 0.2s;
  cursor: pointer;
}
.report-left[data-v-48f6042d] {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
}
.report-right[data-v-48f6042d] {
  flex: 2;
  position: relative;
}
.patient-info h3[data-v-48f6042d] {
  margin: 0 0 8px 0;
  font-size: 1.2em;
}
.patient-details[data-v-48f6042d] {
  color: #aaa;
  font-size: 0.9em;
  margin-bottom: 16px;
}
.exam-info[data-v-48f6042d] {
  margin-bottom: 16px;
}
.exam-details[data-v-48f6042d] {
  color: #aaa;
  font-size: 0.9em;
  margin-top: 8px;
}
.result-text[data-v-48f6042d] {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s;
}
.result-text.expanded[data-v-48f6042d] {
  max-height: none;
}
.result-text pre[data-v-48f6042d] {
  margin: 0;
  white-space: pre-wrap;
  font-family: inherit;
  color: #ddd;
  line-height: 1.6;
}
.result-text .fade-overlay[data-v-48f6042d] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(transparent, #2a2a2a);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #888;
  padding-bottom: 5px;
}
.expand-btn[data-v-48f6042d] {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #3a3a3a;
  border: none;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.comparisons[data-v-48f6042d] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #3a3a3a;
}
.comparisons h4[data-v-48f6042d] {
  margin: 0 0 8px 0;
  color: #aaa;
}
.comparison-link[data-v-48f6042d] {
  font-size: 0.9em;
  color: #4a9eff;
  margin-bottom: 4px;
  cursor: pointer;
}
.comparison-link[data-v-48f6042d]:hover {
  text-decoration: underline;
}
.report-header[data-v-48f6042d] {
  margin-bottom: 12px;
}
.report-title[data-v-48f6042d] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.exam-header[data-v-48f6042d] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
}
.exam-name[data-v-48f6042d] {
  font-size: 1.1em;
  font-weight: 500;
}
.badge-container[data-v-48f6042d] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.report-badge[data-v-48f6042d] {
  font-size: 0.8em;
  padding: 2px 8px;
  border-radius: 12px;
}
.type-10[data-v-48f6042d] { background: #4a4a4a;
} /* Draft */
.type-20[data-v-48f6042d] { background: #2d4a8a;
} /* Wet Read */
.type-40[data-v-48f6042d] { background: #2d6a4a;
} /* Prelim */
.type-45[data-v-48f6042d] { background: #994d00;
} /* Finalizing */
.type-50[data-v-48f6042d] { background: #1a472a;
} /* Final */
.type-60[data-v-48f6042d] { background: #6a2d2d;
} /* Addendum */
.report-meta[data-v-48f6042d] {
  color: #888;
  font-size: 0.9em;
}
.separator[data-v-48f6042d] {
  margin: 0 8px;
  color: #555;
}
.report-details[data-v-48f6042d] {
  margin: 12px 0;
  font-size: 0.9em;
}
.detail-row[data-v-48f6042d] {
  margin: 4px 0;
}
.label[data-v-48f6042d] {
  color: #888;
  margin-right: 8px;
}
.report-preview[data-v-48f6042d] {
  color: #aaa;
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #3a3a3a;
}
.loading[data-v-48f6042d] {
  text-align: center;
  padding: 20px;
  color: #888;
}
.error[data-v-48f6042d] {
  text-align: center;
  padding: 20px;
  color: #ff6b6b;
}
.finalization-countdown[data-v-48f6042d] {
  font-size: 0.75em;
  color: #ffd700; /* Gold color for visibility */
  font-weight: bold;
  white-space: nowrap;
  margin-top: 4px;
}
.finalization-countdown[data-v-48f6042d] {
  color: #ffcc00;
  font-weight: bold;
  margin-top: 8px;
}

.transcription-controls[data-v-9c059772] {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #444;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.controls-row[data-v-9c059772] {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.controls-row select[data-v-9c059772] {
  width: 88%;
  padding: 8px;
  margin-right: 14px;
  border-radius: 4px;
  background-color: #3a3a3a;
  color: white;
  border: none;
}
.controls-row .record-button[data-v-9c059772] {
  width: 14px;
  height: 14px;
  background-color: red;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.record-button.record-active[data-v-9c059772] {
  background-color: darkred;
}
.audio-level-indicator[data-v-9c059772] {
  width: 100%;
  height: 10px;
  background-color: #333;
  border-radius: 5px;
  overflow: hidden;
}
.audio-level[data-v-9c059772] {
  height: 100%;
  background-color: #4CAF50;
  transition: width 0.1s ease;
}

/* Keep styles for service-select in case we need to re-enable it later */
.service-select[data-v-9c059772] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #3a3a3a;
  color: white;
  border: none;
}
.service-select option[value="deepgram"][data-v-9c059772] {
  font-weight: bold;
}

.sidebar[data-v-c7a1e260] {
  width: 220px;
  height: calc(100vh - 140px);
  margin-top: 20px;
  margin-bottom: 20px;
  flex: 0 0 220px;
  background-color: #3f4d67;
  color: white;
  padding: 20px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.patient-info[data-v-c7a1e260] {
  margin-bottom: 20px;
}
.patient-info p[data-v-c7a1e260] {
  margin: 5px 0;
  font-size: 14px;
}
.info-section[data-v-c7a1e260] {
  margin: 1rem 0;
  text-align: left;
  padding: 0 1rem;
}
.info-section h2[data-v-c7a1e260] {
  font-size: 18px;
  margin-bottom: 16px;
}
.info-section p[data-v-c7a1e260] {
  margin: 10px 0;
}
.exam-info[data-v-c7a1e260] {
  margin: 1rem 0;
  text-align: left;
  padding: 0 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.exam-info p[data-v-c7a1e260] {
  margin: 10px 0;
}
.loading[data-v-c7a1e260], .error[data-v-c7a1e260] {
  padding: 1rem;
  text-align: center;
  color: #999;
}
.error[data-v-c7a1e260] {
  color: #ff6b6b;
}
.no-order[data-v-c7a1e260] {
  text-align: center;
  color: #999;
  padding: 1rem;
}
.retry-button[data-v-c7a1e260] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #4a5568;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.retry-button[data-v-c7a1e260]:hover {
  background-color: #2d3748;
}
.result-status[data-v-c7a1e260] {
  margin-top: 8px;
}
.status-label[data-v-c7a1e260] {
  font-weight: bold;
  color: #fff;
}
.status-countdown[data-v-c7a1e260] {
  font-size: 13px;
  color: #ff6b6b;
  margin-top: 5px;
}
.resulted-by[data-v-c7a1e260] {
  font-size: 13px;
  color: #a0aec0;
  margin-top: 4px;
}
.transcription-placeholder[data-v-c7a1e260] {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #444;
  height: 80px; /* Approximate height to match TranscriptionControls */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-overlay[data-v-a69d4c6b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 14px;
}
.neural-animation[data-v-a69d4c6b] {
  position: relative;
  width: 200px;
  height: 200px;
}
.pulse-ring[data-v-a69d4c6b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 4px solid #4a9eff;
  border-radius: 50%;
  opacity: 0;
  animation: ringPulse-a69d4c6b 3s ease-out infinite;
}
.pulse-ring.delayed[data-v-a69d4c6b] {
  animation-delay: 1.5s;
}
.loading-text[data-v-a69d4c6b] {
  margin-top: 4rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
.dots span[data-v-a69d4c6b] {
  opacity: 0;
  animation: dots-a69d4c6b 2s infinite;
}
.dots span[data-v-a69d4c6b]:nth-child(2) {
  animation-delay: 0.5s;
}
.dots span[data-v-a69d4c6b]:nth-child(3) {
  animation-delay: 1s;
}
@keyframes ringPulse-a69d4c6b {
0% { 
    transform: translate(-50%, -50%) scale(0.9); 
    opacity: 1;
    border-color: #4a9eff;
}
50% { 
    border-color: #84bdff;
}
100% { 
    transform: translate(-50%, -50%) scale(2); 
    opacity: 0;
    border-color: #4a9eff;
}
}
@keyframes dots-a69d4c6b {
0% { opacity: 0;
}
50% { opacity: 1;
}
100% { opacity: 0;
}
}

.selection-dropdown[data-v-bf6a230b] {
  background: #2d2d2d;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  outline: none; /* Remove focus outline if desired */
}
.option[data-v-bf6a230b] {
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  transition: background-color 0.2s;
}
.option[data-v-bf6a230b]:hover {
  background-color: #3a3a3a;
}
.option.selected[data-v-bf6a230b] {
  background-color: #4a4a4a;
}
.fade-enter-active[data-v-bf6a230b],
.fade-leave-active[data-v-bf6a230b] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-bf6a230b],
.fade-leave-to[data-v-bf6a230b] {
  opacity: 0;
}

.formatting-toolbar[data-v-855ccc85] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 8px 4px 16px;
  background-color: #333333;
  border-bottom: 1px solid #444444;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 38px;
}
.toolbar-group[data-v-855ccc85] {
  display: flex;
  align-items: center;
  gap: 4px;
  border-right: 1px solid #444444;
  padding-right: 10px;
  margin-right: 6px;
}
.toolbar-group[data-v-855ccc85]:last-child {
  border-right: none;
}
button[data-v-855ccc85] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  color: #ffffff;
  fill: #ffffff;
}
button[data-v-855ccc85]:hover {
  background-color: #444444;
}
button.active[data-v-855ccc85] {
  background-color: #4a4a4a;
  border-color: #555555;
}
button[data-v-855ccc85]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.font-size-select[data-v-855ccc85] {
  border: 1px solid #444444;
  border-radius: 4px;
  padding: 4px 8px;  /* Increased horizontal padding */
  height: 32px;      /* Match button height */
  background-color: #3a3a3a;
  color: white;
  min-width: 70px;   /* Ensure enough width for the dropdown */
}
.color-picker-wrapper[data-v-855ccc85] {
  position: relative;
}
.color-indicator[data-v-855ccc85] {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 4px;
  border-radius: 2px;
}
.color-picker[data-v-855ccc85] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 8px;
  background-color: #2d2d2d;
  border: 1px solid #444444;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 120px;
}
.color-preset[data-v-855ccc85] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.color-picker input[type="color"][data-v-855ccc85] {
  width: 100%;
  height: 24px;
  grid-column: span 4;
  margin-top: 4px;
  border: 1px solid #444444;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3a3a3a;
}
button svg[data-v-855ccc85] {
  width: 20px;
  height: 20px;
}
button svg.list-icon[data-v-855ccc85] {
  width: 22px;
  height: 22px;
  /* Make list icons stand out more */
  transform: scale(1.1);
}
button svg path[data-v-855ccc85]:not([fill="none"]) {
  fill: white;
  stroke-width: 0.2;
}

.result-text-area[data-v-c8e4dca2] {
  margin-bottom: 10px;
  background-color: #2d2d2d;
  border: 1px solid #bbb;
  border-radius: 14px;
  position: relative;
  height: calc(100% - 202px);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevent the container from expanding */
}

/* Position the editor content below the toolbar */
.result-text-area[data-v-c8e4dca2] .editor-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0; /* Allow flex item to shrink below content size */
  height: 0; /* Force height constraint for flex item */
}

/* Configure ProseMirror for scrolling */
.result-text-area[data-v-c8e4dca2] .ProseMirror {
  flex: 1;
  padding: 20px;
  color: white;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  cursor: text;
  overflow-y: auto;
  /* height: 73vh; */
  height: calc(100vh - 264px);
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Add styles for font size support inside ProseMirror */
.result-text-area[data-v-c8e4dca2] .ProseMirror [style*="font-size"] {
  font-size: attr(style);
}

/* Ensure text-decoration is properly rendered */
.result-text-area[data-v-c8e4dca2] .ProseMirror [style*="text-decoration: underline"] {
  text-decoration: underline !important;
}

/* Lists styling inside ProseMirror */
.result-text-area[data-v-c8e4dca2] .ProseMirror ul {
  padding-left: 1.5em;
  list-style-type: disc;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}

/* Override any text-styling class font size to maintain 14px */
.result-text-area[data-v-c8e4dca2] .ProseMirror .text-styling {
  font-size: 14px !important;
}

/* Ensure all text in components maintains consistent font size */
.result-text-area[data-v-c8e4dca2] .option-component,
.result-text-area[data-v-c8e4dca2] .replacement-component,
.result-text-area[data-v-c8e4dca2] .patient-information-component {
  font-size: 14px !important;
}
.result-text-area[data-v-c8e4dca2] .option-component *,
.result-text-area[data-v-c8e4dca2] .replacement-component *,
.result-text-area[data-v-c8e4dca2] .patient-information-component * {
  font-size: 14px !important;
}

/* Scrollbar styling for dark theme */
.result-text-area[data-v-c8e4dca2] .ProseMirror::-webkit-scrollbar {
  width: 12px;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 6px;
  margin: 4px;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #5a5a5a 0%, #4a4a4a 100%);
  border-radius: 6px;
  border: 2px solid #1a1a1a;
  min-height: 30px;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6a6a6a 0%, #5a5a5a 100%);
}
.result-text-area[data-v-c8e4dca2] .ProseMirror::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #7a7a7a 0%, #6a6a6a 100%);
}

/* Firefox scrollbar styling */
.result-text-area[data-v-c8e4dca2] .ProseMirror {
  scrollbar-width: thin;
  scrollbar-color: #5a5a5a #1a1a1a;
  /* Ensure scrolling works by making sure content can overflow */
  word-wrap: break-word;
  white-space: pre-wrap;
}

/* Add padding at the bottom for better scrolling experience */
.result-text-area[data-v-c8e4dca2] .ProseMirror > *:last-child {
  margin-bottom: 20px;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror p {
  margin: 0 0 1em 0;
}

/* Style for bullet lists */
.result-text-area[data-v-c8e4dca2] ul {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

/* Style for ordered lists */
.result-text-area[data-v-c8e4dca2] ol {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

/* Style for list items */
.result-text-area[data-v-c8e4dca2] li {
  margin: 0.2em 0;
}

/* Style for underlined text */
.result-text-area[data-v-c8e4dca2] [style*="text-decoration: underline"] {
  text-decoration: underline !important;
}

/* Text formatting styles for all possible attributes */
.result-text-area[data-v-c8e4dca2] [style*="font-size"] {
  display: inline-block; /* Ensure proper display */
}

/* Improve list styling */
.result-text-area[data-v-c8e4dca2] ul {
  padding-left: 1.5em;
  list-style-type: disc !important;
}
.result-text-area[data-v-c8e4dca2] ol {
  padding-left: 1.5em;
  list-style-type: decimal !important;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror:focus {
  outline: none;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror *::-moz-selection {
  background: rgba(50, 50, 255, 0.3);
}
.result-text-area[data-v-c8e4dca2] .ProseMirror *::selection {
  background: rgba(50, 50, 255, 0.3);
}

/* Prevent selection styling from affecting component size */
.result-text-area[data-v-c8e4dca2] .option-component::-moz-selection, .result-text-area[data-v-c8e4dca2] .replacement-component::-moz-selection, .result-text-area[data-v-c8e4dca2] .patient-information-component::-moz-selection {
  background: transparent;
}
.result-text-area[data-v-c8e4dca2] .option-component::selection,
.result-text-area[data-v-c8e4dca2] .replacement-component::selection,
.result-text-area[data-v-c8e4dca2] .patient-information-component::selection {
  background: transparent;
}

/* Ensure components maintain consistent sizing regardless of selection state */
.result-text-area[data-v-c8e4dca2] .option-component,
.result-text-area[data-v-c8e4dca2] .replacement-component,
.result-text-area[data-v-c8e4dca2] .patient-information-component {
  transform: none !important;
  transition: none !important;
}

/* Ensure the selected state only changes colors, not sizing */
.result-text-area[data-v-c8e4dca2] .option-component.selected,
.result-text-area[data-v-c8e4dca2] .replacement-component.selected,
.result-text-area[data-v-c8e4dca2] .patient-information-component.selected {
  /* The background and border colors are handled by the inline styles from PlaceholderHighlight */
  /* We just ensure no size changes occur */
  transform: none !important;
  box-sizing: border-box !important;
}
.result-text-area[data-v-c8e4dca2] .editor-paragraph {
  margin: 0.5em 0;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p {
  animation: dissolveIn-c8e4dca2 0.3s ease-out forwards;
  opacity: 0;
}
@keyframes dissolveIn-c8e4dca2 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Animation for content changes */
.result-text-area[data-v-c8e4dca2] .dissolve-in {
  animation: dissolve-in-c8e4dca2 0.3s ease-in-out;
}
@keyframes dissolve-in-c8e4dca2 {
0% { opacity: 0.7;
}
100% { opacity: 1;
}
}

/* Update staggered animation delays for more paragraphs */
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(1) { animation-delay: 0s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(2) { animation-delay: 0.03s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(3) { animation-delay: 0.06s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(4) { animation-delay: 0.09s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(5) { animation-delay: 0.12s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(6) { animation-delay: 0.15s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(7) { animation-delay: 0.18s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(8) { animation-delay: 0.21s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(9) { animation-delay: 0.24s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(10) { animation-delay: 0.27s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(11) { animation-delay: 0.30s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(12) { animation-delay: 0.33s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(13) { animation-delay: 0.36s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(14) { animation-delay: 0.39s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(15) { animation-delay: 0.42s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(16) { animation-delay: 0.45s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(17) { animation-delay: 0.48s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(18) { animation-delay: 0.51s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(19) { animation-delay: 0.54s;
}
.result-text-area[data-v-c8e4dca2] .ProseMirror.dissolve-in p:nth-child(20) { animation-delay: 0.57s;
}
.result-text-area[data-v-c8e4dca2] .option-placeholder {
  display: inline-block;
  color: white;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.result-text-area[data-v-c8e4dca2] .selected-value {
  display: inline-block;
  color: white;
  font-weight: normal;
  cursor: text;
}

/* Improve dropdown appearance */
[data-v-c8e4dca2] .selection-dropdown {
  background-color: #2d2d2d;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.result-text-area[data-v-c8e4dca2] .option-component {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  margin: 1px 2px;
  border-radius: 10px;
  background-color: rgba(100, 149, 237, 0.6);
  border: 1px solid rgba(100, 149, 237, 0.8);
  color: white;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  /* Ensure consistent sizing regardless of selection state */
  box-sizing: border-box;
  transform: none !important;
}
.result-text-area[data-v-c8e4dca2] .option-component:hover {
  background-color: rgba(100, 149, 237, 0.3);
  border-color: rgba(100, 149, 237, 0.6);
}
.result-text-area[data-v-c8e4dca2] .replacement-component {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  margin: 1px 2px;
  border-radius: 10px;
  background-color: rgba(40, 167, 69, 0.3);
  border: 1px solid rgba(40, 167, 69, 0.6);
  color: white;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  /* Ensure consistent sizing regardless of selection state */
  box-sizing: border-box;
  transform: none !important;
}
.result-text-area[data-v-c8e4dca2] .replacement-component:hover {
  background-color: rgba(40, 167, 69, 0.4);
  border-color: rgba(40, 167, 69, 0.7);
}
.result-text-area[data-v-c8e4dca2] .replacement-component.has-default {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  margin: 1px 2px;
  border-radius: 10px;
  background-color: rgba(40, 167, 69, 0.3);
  border: 1px solid rgba(40, 167, 69, 0.6);
  color: white;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  position: relative;
  /* Ensure consistent sizing regardless of selection state */
  box-sizing: border-box;
  transform: none !important;
}
.result-text-area[data-v-c8e4dca2] .replacement-component.has-default:hover {
  background-color: rgba(40, 167, 69, 0.4);
  border-color: rgba(40, 167, 69, 0.7);
}
.result-text-area[data-v-c8e4dca2] .option-component.has-default {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  margin: 1px 2px;
  border-radius: 10px;
  background-color: rgba(40, 167, 69, 0.3);
  border: 1px solid rgba(40, 167, 69, 0.6);
  color: white;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  position: relative;
  /* Ensure consistent sizing regardless of selection state */
  box-sizing: border-box;
  transform: none !important;
}
.result-text-area[data-v-c8e4dca2] .option-component.has-default:hover {
  background-color: rgba(40, 167, 69, 0.4);
  border-color: rgba(40, 167, 69, 0.7);
}
.result-text-area[data-v-c8e4dca2] .animate-replace {
  animation: replaceAnimation-c8e4dca2 0.05s ease-out;
}
@keyframes replaceAnimation-c8e4dca2 {
0% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.5;
    transform: scale(0.95);
    background-color: rgba(40, 167, 69, 0.6);
}
100% {
    opacity: 0;
    transform: scale(0.9);
    background-color: rgba(40, 167, 69, 0.8);
}
}
.result-text-area[data-v-c8e4dca2] .patient-information-component {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  margin: 1px 2px;
  border-radius: 10px;
  background-color: rgba(147, 112, 219, 0.2);
  border: 1px solid rgba(147, 112, 219, 0.4);
  color: white;
  font-weight: normal;
  cursor: default;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  transition: background-color 0.2s, border-color 0.2s;
  /* Ensure consistent sizing regardless of selection state */
  box-sizing: border-box;
  transform: none !important;
}
.result-text-area[data-v-c8e4dca2] .patient-information-component:hover {
  background-color: rgba(147, 112, 219, 0.3);
  border-color: rgba(147, 112, 219, 0.6);
}

.template-button-container[data-v-86d0c3b3] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.button-grid[data-v-86d0c3b3] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
.grid-cell[data-v-86d0c3b3] {
  display: flex;
  justify-content: stretch;
}
.template-button[data-v-86d0c3b3] {
  background-color: #3a3a3a;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 14px;
  width: 100%;
  max-width: 184px;
}
.template-button[data-v-86d0c3b3]:hover {
  background-color: #4a4a4a;
}
.template-button[data-v-86d0c3b3]:disabled {
  opacity: 0.6;
}
.more-button[data-v-86d0c3b3] {
  background-color: #2d2d2d;
}
.more-button[data-v-86d0c3b3]:hover {
  background-color: #3d3d3d;
}
.dropdown-container[data-v-86d0c3b3] {
  position: relative;
}
.dropdown-menu[data-v-86d0c3b3] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #2d2d2d;
  border-radius: 8px;
  margin-top: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}
.dropdown-item[data-v-86d0c3b3] {
  width: 100%;
  padding: 8px 12px;
  background: none;
  border: none;
  color: white;
  text-align: left;
  cursor: pointer;
}
.dropdown-item[data-v-86d0c3b3]:hover {
  background-color: #3d3d3d;
}
.findings-popup[data-v-86d0c3b3] {
  position: absolute;
  top: calc(100% + 5px);  /* Adjust position */
  left: 50%;
  transform: translateX(-50%);
  background-color: #2d2d2d;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 600px;
  z-index: 1001;  /* Ensure it's above other elements */
}
.findings-input[data-v-86d0c3b3] {
  width: 96%;
  height: 130px;
  background-color: #3a3a3a;
  color: white;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 10px;
  resize: vertical;
}
.findings-buttons[data-v-86d0c3b3] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.findings-buttons button[data-v-86d0c3b3] {
  background-color: #3a3a3a;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.findings-buttons button[data-v-86d0c3b3]:hover {
  background-color: #4a4a4a;
}
.findings-buttons button[data-v-86d0c3b3]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ai-questions-section[data-v-86d0c3b3] {
  margin-bottom: 15px;
}
.ai-question-block[data-v-86d0c3b3] {
  margin-bottom: 15px;
}
.ai-question-label[data-v-86d0c3b3] {
  display: block;
  color: white;
  margin-bottom: 8px;
  font-weight: 500;
}
.ai-question-select[data-v-86d0c3b3],
.ai-question-input[data-v-86d0c3b3] {
  width: 100%;
  padding: 8px;
  background-color: #3a3a3a;
  color: white;
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  margin-top: 4px;
}
.ai-question-select option[data-v-86d0c3b3] {
  background-color: #2d2d2d;
  color: white;
}
.ai-question-input[data-v-86d0c3b3]::-moz-placeholder {
  color: #888;
}
.ai-question-input[data-v-86d0c3b3]::placeholder {
  color: #888;
}
.other-input[data-v-86d0c3b3] {
  margin-top: 8px;
}

.modal-overlay[data-v-16ddd935] *,
.modal-overlay[data-v-16ddd935] *:before,
.modal-overlay[data-v-16ddd935] *:after {
  box-sizing: border-box;
}
.modal-overlay[data-v-16ddd935] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content[data-v-16ddd935] {
  background: #2d2d2d;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  color: white;
  box-sizing: border-box;
}
.modal-header[data-v-16ddd935] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #444;
}
.modal-header h3[data-v-16ddd935] {
  margin: 0;
  font-size: 1.25rem;
}
.close-button[data-v-16ddd935] {
  background: none;
  border: none;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-button[data-v-16ddd935]:hover {
  color: white;
}
.modal-body[data-v-16ddd935] {
  padding: 24px;
}
.feedback-section[data-v-16ddd935] {
  margin-bottom: 32px;
}
.feedback-section[data-v-16ddd935]:last-child {
  margin-bottom: 0;
}
.feedback-section h4[data-v-16ddd935] {
  margin: 0 0 16px 0;
  font-size: 1.1rem;
  color: #e0e0e0;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
}
.form-group[data-v-16ddd935] {
  margin-bottom: 16px;
}
.form-group label[data-v-16ddd935] {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #d0d0d0;
}
.form-group label input[type="checkbox"][data-v-16ddd935] {
  margin-right: 8px;
}
.form-control[data-v-16ddd935] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #555;
  border-radius: 4px;
  background: #1a1a1a;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
}
.form-control[data-v-16ddd935]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.conditional-fields[data-v-16ddd935] {
  margin-left: 24px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid #444;
}
.modal-footer[data-v-16ddd935] {
  padding: 16px 24px;
  border-top: 1px solid #444;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.btn[data-v-16ddd935] {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.btn[data-v-16ddd935]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-secondary[data-v-16ddd935] {
  background: #6c757d;
  color: white;
}
.btn-secondary[data-v-16ddd935]:hover:not(:disabled) {
  background: #5a6268;
}
.btn-primary[data-v-16ddd935] {
  background: #007bff;
  color: white;
}
.btn-primary[data-v-16ddd935]:hover:not(:disabled) {
  background: #0056b3;
}

[data-v-46ae48d9]:root {
  margin: 0;
  padding: 0;
}
.study-results[data-v-46ae48d9] {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-content[data-v-46ae48d9] {
  flex: 1;
  min-width: 0;
  background-color: #1e1e1e;
  color: white;
  padding: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
}
.action-bar[data-v-46ae48d9] {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.button-grid[data-v-46ae48d9] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.grid-cell[data-v-46ae48d9] {
  display: flex;
  justify-content: stretch;
}
.action-button[data-v-46ae48d9] {
  background-color: #3a3a3a;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 14px;
  width: 100%;
  max-width: 184px;
  min-height: 40px;
  transition: background-color 0.2s ease;
  font-size: 13px;
  text-align: center;
}
.action-button[data-v-46ae48d9]:hover {
  background-color: #4a4a4a;
}
.action-button[data-v-46ae48d9]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.action-button[disabled][data-v-46ae48d9]:hover {
  background-color: #3a3a3a;
}
.action-button[title][data-v-46ae48d9]:not([title=""]):disabled {
  position: relative;
}
.action-button[title][data-v-46ae48d9]:not([title=""]):disabled:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 1px;
}
.user-profile[data-v-46ae48d9] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  position: relative;
}
.error-message[data-v-46ae48d9] {
  color: red;
  margin-bottom: 10px;
}
.cancel-button[data-v-46ae48d9] {
  background-color: #6a2d2d;
}
.cancel-button[data-v-46ae48d9]:hover {
  background-color: #8a3d3d;
}

.result-text-area.with-ai-problem-banner[data-v-46ae48d9] {
  height: 60vh !important;
}
.ai-problem-banner[data-v-46ae48d9] {
  background: linear-gradient(90deg, #3a3a3a 0%, #2d2d2d 100%);
  border: 1.5px solid #b8860b;
  color: #ffe9b3;
  border-radius: 10px;
  margin: 8px 0 12px 0;
  padding: 0;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.08);
  max-height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ai-problem-banner-title[data-v-46ae48d9] {
  font-weight: bold;
  font-size: 1.08em;
  background: rgba(184, 134, 11, 0.13);
  border-bottom: 1px solid rgba(184, 134, 11, 0.18);
  padding: 8px 18px 6px 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffd700;
  letter-spacing: 0.5px;
}
.ai-problem-banner-content[data-v-46ae48d9] {
  padding: 10px 15px 12px 15px;
  font-size: 0.95em;
  color: #ffe9b3;
  overflow-y: auto;
  max-height: 60px;
  white-space: pre-line;
  scrollbar-width: thin;
  scrollbar-color: #b8860b #2d2d2d;
}
.ai-problem-banner-content[data-v-46ae48d9]::-webkit-scrollbar {
  width: 8px;
}
.ai-problem-banner-content[data-v-46ae48d9]::-webkit-scrollbar-track {
  background: #2d2d2d;
  border-radius: 4px;
}
.ai-problem-banner-content[data-v-46ae48d9]::-webkit-scrollbar-thumb {
  background-color: #b8860b;
  border-radius: 4px;
  border: 2px solid #2d2d2d;
}
.ai-problem-banner-content[data-v-46ae48d9]::-webkit-scrollbar-thumb:hover {
  background-color: #ffd700;
}

/* Addendum Mode Styles */
.addendum-buttons[data-v-46ae48d9] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}
.section-title[data-v-46ae48d9] {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #ebebeb;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}
.addendum-container[data-v-46ae48d9] {
  margin-bottom: 20px;
}
.addendum-editor[data-v-46ae48d9] {
  height: 25vh !important;
  margin-bottom: 15px;
}
.final-result-container[data-v-46ae48d9] {
  margin-bottom: 20px;
}
.final-result-text[data-v-46ae48d9] {
  height: 30vh;
  background-color: #2d2d2d;
  border: 1px solid #444;
  border-radius: 14px;
  padding: 15px;
  overflow-y: auto;
  white-space: pre-wrap;
  font-family: inherit;
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
}
.final-result-text pre[data-v-46ae48d9] {
  margin: 0;
  white-space: pre-wrap;
  font-family: inherit;
}

/* Animation Styles */
.sidebar-animate[data-v-46ae48d9] {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Sidebar slide-in animation */
.sidebar-slide-enter-active[data-v-46ae48d9] {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidebar-slide-leave-active[data-v-46ae48d9] {
  transition: transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sidebar-slide-enter-from[data-v-46ae48d9] {
  transform: translateX(-100%);
}
.sidebar-slide-leave-to[data-v-46ae48d9] {
  transform: translateX(-100%);
}
.sidebar-slide-enter-to[data-v-46ae48d9],
.sidebar-slide-leave-from[data-v-46ae48d9] {
  transform: translateX(0);
}

/* Content fade-up animation with subtle upward movement */
.content-fade-up-enter-active[data-v-46ae48d9] {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.1s;
}
.content-fade-up-leave-active[data-v-46ae48d9] {
  transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.content-fade-up-enter-from[data-v-46ae48d9] {
  opacity: 0;
  transform: translateY(15px);
}
.content-fade-up-leave-to[data-v-46ae48d9] {
  opacity: 0;
  transform: translateY(-15px);
}
.content-fade-up-enter-to[data-v-46ae48d9],
.content-fade-up-leave-from[data-v-46ae48d9] {
  opacity: 1;
  transform: translateY(0);
}
.animated-content[data-v-46ae48d9] {
  width: 100%;
  position: relative;
}
.content-wrapper[data-v-46ae48d9] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

/* Performance optimizations for animations */
.sidebar-animate[data-v-46ae48d9],
.animated-content[data-v-46ae48d9] {
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Ensure smooth transitions */
.study-results[data-v-46ae48d9] {
  contain: layout style paint;
}

/* Loading overlay styles */
.loading-overlay[data-v-46ae48d9] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.loading-spinner[data-v-46ae48d9] {
  width: 40px;
  height: 40px;
  border: 3px solid #444;
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin-46ae48d9 1s linear infinite;
  margin-bottom: 15px;
}
.loading-text[data-v-46ae48d9] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@keyframes spin-46ae48d9 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

.settings-wrapper[data-v-94632aa1] {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
}
.settings-container[data-v-94632aa1] {
  height: auto;
  width: calc(100% - 42px);
  padding: 20px 20px 40px;
  color: white;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #1e1e1e;
}
.settings-container[data-v-94632aa1]::-webkit-scrollbar {
  width: 8px;
}
.settings-container[data-v-94632aa1]::-webkit-scrollbar-track {
  background: #1e1e1e;  /* Change from transparent to match wrapper */
  border-radius: 4px;
}
.settings-container[data-v-94632aa1]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
  border: none;  /* Remove border */
}
.settings-container[data-v-94632aa1]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.settings-header[data-v-94632aa1] {
  max-width: 900px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
.settings-header h1[data-v-94632aa1] {
  margin: 0 0 0 20px;
}
.back-button[data-v-94632aa1] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.back-button[data-v-94632aa1]:hover {
  background: #4a4a4a;
}
.settings-section[data-v-94632aa1] {
  max-width: 900px;
  margin: 0 auto 20px;
  background: #2a2a2a;
  border-radius: 8px;
  padding: 20px;
  min-width: auto;
}
.setting-item[data-v-94632aa1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #3a3a3a;
  min-height: 50px;
}
.setting-item[data-v-94632aa1]:last-child {
  border-bottom: none;
}
select[data-v-94632aa1] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
}
.toggle-switch[data-v-94632aa1] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  cursor: pointer;  /* Add this line */
}
.toggle-switch input[data-v-94632aa1] {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider[data-v-94632aa1] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3a3a3a;
  transition: .4s;
  border-radius: 34px;
}
.slider[data-v-94632aa1]:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider[data-v-94632aa1] {
  background-color: #4CAF50;
}
input:checked + .slider[data-v-94632aa1]:before {
  transform: translateX(26px);
}
input[type="range"][data-v-94632aa1] {
  width: 240px;
  background: #3a3a3a;
  height: 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
input[type="range"][data-v-94632aa1]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}
.sensitivity-container[data-v-94632aa1] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sensitivity-control[data-v-94632aa1] {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 280px;
}
.sensitivity-value[data-v-94632aa1] {
  min-width: 20px;
  text-align: right;
}
input[type="number"][data-v-94632aa1] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  width: 100px;
}
.term-color-row[data-v-94632aa1] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.term-color-content[data-v-94632aa1] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.term-input-container[data-v-94632aa1] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  max-width: 350px;
}
.term-input[data-v-94632aa1] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  flex-grow: 1;
}
.color-input[data-v-94632aa1] {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  background: transparent;
}
.term-color-options[data-v-94632aa1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.toggle-option[data-v-94632aa1] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toggle-option label[data-v-94632aa1] {
  margin: 0;
  font-size: 14px;
}
.toggle-options[data-v-94632aa1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.delete-btn[data-v-94632aa1] {
  background: none;
  border: none;
  cursor: pointer;
  color: #ff4d4d;
  font-size: 16px;
  width: 24px;
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.add-term-color-btn[data-v-94632aa1] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.transition-wrapper[data-v-94632aa1] {
  transition: all 0.3s ease-in-out;
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
}
.transition-wrapper[style*="display: none"][data-v-94632aa1] {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  border: none;
}

/* Replace the existing transition classes with these improved versions */
.slide-fade-enter-active[data-v-94632aa1] {
  transition: 
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.4s ease-out,
    max-height 0.4s ease-out 0.1s,
    padding 0.4s ease-out,
    margin 0.4s ease-out;
}
.slide-fade-leave-active[data-v-94632aa1] {
  transition: 
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.4s ease-in,
    max-height 0.4s ease-in,
    padding 0.4s ease-in,
    margin 0.4s ease-in;
}
.slide-fade-enter-from[data-v-94632aa1],
.slide-fade-leave-to[data-v-94632aa1] {
  transform: translateY(-10px);
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.slide-fade-enter-to[data-v-94632aa1],
.slide-fade-leave-from[data-v-94632aa1] {
  transform: translateY(0);
  opacity: 1;
  max-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom-width: 1px;
}

.comparison-view[data-v-50aa9975] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
@media (max-width: 768px) {
.comparison-view[data-v-50aa9975] {
    height: 100%;
    min-height: 100vh;
}
}
.content[data-v-50aa9975] {
  flex: 1;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.content[data-v-50aa9975] {
    padding: 12px;
    overflow: auto;
    flex: none;
    height: calc(100vh - 120px);
    display: block;
}
}
.header[data-v-50aa9975] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a3a3a;
}
@media (max-width: 768px) {
.header[data-v-50aa9975] {
    flex-direction: column;
    gap: 16px;
}
}
.patient-info[data-v-50aa9975] {
  flex: 2;
}
@media (max-width: 768px) {
.patient-info[data-v-50aa9975] {
    flex: none;
    margin-bottom: 12px;
}
}
.patient-info h3[data-v-50aa9975] {
  margin: 0 0 8px 0;
}
.details[data-v-50aa9975] {
  color: #aaa;
  margin-bottom: 12px;
}
.separator[data-v-50aa9975] {
  margin: 0 8px;
  color: #555;
}
.exam-info[data-v-50aa9975] {
  color: #aaa;
  font-size: 0.9em;
}
.significance-info[data-v-50aa9975] {
  flex: 5;
  padding: 16px;
  background: #2a2a2a;
  border-radius: 8px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}
.significance-info[data-v-50aa9975]::-webkit-scrollbar {
  width: 8px;
}
.significance-info[data-v-50aa9975]::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 4px;
}
.significance-info[data-v-50aa9975]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
  border: 2px solid #2a2a2a;
}
.significance-info[data-v-50aa9975]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
@media (max-width: 768px) {
.significance-info[data-v-50aa9975] {
    margin-left: 0;
    max-height: none;
    overflow-y: visible;
}
}
.score[data-v-50aa9975] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
.score[data-v-50aa9975] {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
}
.score-value[data-v-50aa9975] {
  font-weight: bold;
  margin-right: 6px;
  margin-left: 6px;
}
.significance-score[data-v-50aa9975] {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9em;
}
.significance-score.concordant[data-v-50aa9975] { 
  background: #2d5a2d; 
  color: #90ee90;
}
.significance-score.minor-unlikely[data-v-50aa9975] { 
  background: #4a4a2d; 
  color: #e6e690;
}
.significance-score.minor-likely[data-v-50aa9975] { 
  background: #5f5f3a; 
  color: #ffff90;
}
.significance-score.major-unlikely[data-v-50aa9975] { 
  background: #5f3a3a; 
  color: #ff9090;
}
.significance-score.major-likely[data-v-50aa9975] { 
  background: #8b0000; 
  color: #fff;
}
.significance-score.unknown[data-v-50aa9975] { 
  background: #4a4a4a; 
  color: #ddd;
}
.inline-actions[data-v-50aa9975] {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
@media (max-width: 768px) {
.inline-actions[data-v-50aa9975] {
    margin-left: 0;
    flex-wrap: wrap;
}
}
.action-btn[data-v-50aa9975] {
  background: #4a4a4a;
  border: none;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.2s;
}
.action-btn[data-v-50aa9975]:hover:not(:disabled) {
  background: #5a5a5a;
}
.action-btn[data-v-50aa9975]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.agree-btn[data-v-50aa9975]:hover:not(:disabled) {
  background: #2d5a2d;
}
.disagree-btn[data-v-50aa9975]:hover:not(:disabled) {
  background: #5f3a3a;
}
.comment-btn[data-v-50aa9975]:hover:not(:disabled) {
  background: #4a4a5a;
}
.ai-explanation[data-v-50aa9975] {
  margin-bottom: 12px;
  line-height: 1.4;
  color: #ddd;
}
.ai-score-header[data-v-50aa9975] {
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #3a3a3a;
}
.ai-header-content[data-v-50aa9975] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-score-info[data-v-50aa9975] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hide-ai-btn[data-v-50aa9975] {
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.2s;
}
.hide-ai-btn[data-v-50aa9975]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ddd;
}
.show-ai-section[data-v-50aa9975] {
  margin-bottom: 12px;
}
.show-ai-btn[data-v-50aa9975] {
  background: #3a3a3a;
  border: none;
  color: #aaa;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.2s;
}
.show-ai-btn[data-v-50aa9975]:hover {
  background: #4a4a4a;
  color: #ddd;
}
.review-status[data-v-50aa9975] {
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}
.attending-status[data-v-50aa9975] {
  background: #3a2a1a;
  border-left: 3px solid #e2a04a;
}
.status-header[data-v-50aa9975] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.status-line[data-v-50aa9975] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.edit-btn[data-v-50aa9975] {
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: auto;
  transition: background-color 0.2s;
}
.edit-btn[data-v-50aa9975]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ddd;
}
.disagreement-note[data-v-50aa9975] {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
}
.agreement-note[data-v-50aa9975] {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
}
.clinical-score[data-v-50aa9975] {
  margin-bottom: 6px;
}
.clinical-explanation[data-v-50aa9975] {
  margin-bottom: 6px;
  font-style: italic;
  line-height: 1.4;
}
.resident-status[data-v-50aa9975] {
  background: #1a3a1a;
  border-left: 3px solid #4ae24a;
}
.status-line[data-v-50aa9975] {
  margin-bottom: 6px;
}
.reviewer-info[data-v-50aa9975] {
  color: #aaa;
  font-size: 12px;
  margin-left: 8px;
}
.custom-score[data-v-50aa9975] {
  margin-bottom: 6px;
}
.custom-explanation[data-v-50aa9975] {
  margin-bottom: 6px;
  font-style: italic;
}
.special-designations[data-v-50aa9975] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #3a3a3a;
}
.great-call-indicator[data-v-50aa9975],
.teaching-case-indicator[data-v-50aa9975] {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 6px;
}
.great-call-indicator[data-v-50aa9975] {
  background: linear-gradient(135deg, #2d4a2d, #1a3a1a);
  border-left: 3px solid #4ae24a;
}
.teaching-case-indicator[data-v-50aa9975] {
  background: linear-gradient(135deg, #2d2d4a, #1a1a3a);
  border-left: 3px solid #4a4ae2;
}
.designation-header[data-v-50aa9975] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.designation-icon[data-v-50aa9975] {
  font-size: 16px;
}
.designation-category[data-v-50aa9975] {
  color: #aaa;
  font-size: 0.9em;
  font-weight: normal;
}
.designation-explanation[data-v-50aa9975] {
  font-size: 0.9em;
  color: #ccc;
  line-height: 1.4;
}
.comments[data-v-50aa9975] {
  margin-top: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.info-icon[data-v-50aa9975] {
  cursor: help;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #4a4a4a;
  color: #ddd;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.info-icon i[data-v-50aa9975] {
  font-style: normal;
  font-weight: bold;
}
.info-tooltip[data-v-50aa9975] {
  display: none;
  position: fixed;
  background: #1a1a1a;
  color: #ddd;
  padding: 12px 16px;
  border-radius: 6px;
  width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border: 1px solid #3a3a3a;
  text-align: left;
  white-space: normal;
}
@media (max-width: 768px) {
.info-tooltip[data-v-50aa9975] {
    width: 90vw;
    max-width: 300px;
    left: 5vw !important;
    right: 5vw !important;
    transform: none !important;
}
}
.info-tooltip h4[data-v-50aa9975] {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: #aaa;
}
.scale-item[data-v-50aa9975] {
  margin-bottom: 6px;
  line-height: 1.4;
}
.scale-value[data-v-50aa9975] {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #3a3a3a;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 6px;
}
.scale-label[data-v-50aa9975] {
  color: #bbb;
}
.explanation[data-v-50aa9975] {
    margin-top: 8px;
    max-height: 84px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #4a4a4a #2a2a2a;
}
.error-types[data-v-50aa9975] {
    margin-top: 10px;
    border-top: 1px solid #3a3a3a;
    padding-top: 10px;
}
.error-type-header[data-v-50aa9975] {
    margin-bottom: 8px;
    color: #ddd;
    font-size: 14px;
}
.error-type-tags[data-v-50aa9975] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.error-type-tag[data-v-50aa9975] {
    background: #3a3a3a;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #ddd;
    border-left: 3px solid;
    position: relative;
}
.error-content[data-v-50aa9975] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.error-label-line[data-v-50aa9975] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.error-label[data-v-50aa9975] {
    font-weight: bold;
    font-size: 13px;
}
.error-description-text[data-v-50aa9975] {
    color: #bbb;
    font-size: 12px;
    line-height: 1.4;
    font-style: italic;
}
.error-badges[data-v-50aa9975] {
    display: flex;
    gap: 6px;
    align-items: center;
}
.error-info-icon[data-v-50aa9975] {
    cursor: help;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #4a4a4a;
    color: #ddd;
    border-radius: 50%;
    font-size: 11px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
}
.error-info-icon i[data-v-50aa9975] {
    font-style: normal;
    font-weight: bold;
}
.error-type-ia[data-v-50aa9975] {
    border-left-color: #ff6b6b;
    background: linear-gradient(135deg, #4a2a2a, #3a2020);
}
.error-type-ib[data-v-50aa9975] {
    border-left-color: #ff6b6b;
    background: linear-gradient(135deg, #4a2a2a, #3a2020);
}
.error-type-iia[data-v-50aa9975] {
    border-left-color: #ff6b6b;
    background: linear-gradient(135deg, #4a2a2a, #3a2020);
}
.error-type-iib[data-v-50aa9975] {
    border-left-color: #ff6b6b;
    background: linear-gradient(135deg, #4a2a2a, #3a2020);
}
.error-type-unknown[data-v-50aa9975] {
    border-left-color: #ff6b6b;
    background: linear-gradient(135deg, #4a2a2a, #3a2020);
}
.ai-badge[data-v-50aa9975] {
    background: #4a90e2;
    color: white;
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
}
.agreement-badge[data-v-50aa9975] {
    padding: 1px 3px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
}
.agreement-badge.agreed[data-v-50aa9975] {
    background: #27ae60;
    color: white;
}
.agreement-badge.disagreed[data-v-50aa9975] {
    background: #e74c3c;
    color: white;
}
.difference-categories[data-v-50aa9975] {
    margin-top: 10px;
    border-top: 1px solid #3a3a3a;
    padding-top: 10px;
}
.category-header[data-v-50aa9975] {
    margin-bottom: 8px;
    color: #aaa;
    font-size: 12px;
    font-style: italic;
}
.category-tags[data-v-50aa9975] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.explanation[data-v-50aa9975]::-webkit-scrollbar {
  width: 8px;
}
.explanation[data-v-50aa9975]::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 4px;
}
.explanation[data-v-50aa9975]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
  border: 2px solid #2a2a2a;
}
.explanation[data-v-50aa9975]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.results-container[data-v-50aa9975] {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
.results-container[data-v-50aa9975] {
    overflow: visible;
    flex: none;
    display: block;
}
}
.result-headers[data-v-50aa9975] {
  display: flex;
  gap: 20px;
}
.result-header[data-v-50aa9975] {
  flex: 1;
  padding: 12px;
  background: #3a3a3a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.results-scroll-container[data-v-50aa9975] {
  flex: 1;
  overflow-y: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}
.results-scroll-container[data-v-50aa9975]::-webkit-scrollbar {
  width: 8px;
}
.results-scroll-container[data-v-50aa9975]::-webkit-scrollbar-track {
  background: #2a2a2a;
  border-radius: 4px;
}
.results-scroll-container[data-v-50aa9975]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
  border: 2px solid #2a2a2a;
}
.results-scroll-container[data-v-50aa9975]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.result-texts[data-v-50aa9975] {
  display: flex;
  gap: 20px;
}
.result-text[data-v-50aa9975] {
  flex: 1;
  margin: 0;
  padding: 16px;
  background: #2a2a2a;
  white-space: pre-wrap;
  font-family: inherit;
  line-height: 1.6;
  color: #ddd;
  overflow: visible;
}
.result-text-right[data-v-50aa9975] {
  padding-right: 6px;
}
.result-text.no-scrollbar-padding[data-v-50aa9975] {
  padding-right: 16px;
}
.error[data-v-50aa9975] {
  color: #ff6b6b;
  text-align: center;
  padding: 20px;
}
.loading[data-v-50aa9975] {
  color: #888;
  text-align: center;
  padding: 20px;
}

/* Modal styles */
.modal-overlay[data-v-50aa9975] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content[data-v-50aa9975] {
  background: #2a2a2a;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid #3a3a3a;
}
@media (max-width: 768px) {
.modal-content[data-v-50aa9975] {
    width: 95%;
    max-width: 95%;
    max-height: 90vh;
    margin: 0 auto;
}
}
.modal-header[data-v-50aa9975] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #3a3a3a;
}
.modal-header h3[data-v-50aa9975] {
  margin: 0;
  color: #ddd;
}
.close-btn[data-v-50aa9975] {
  background: none;
  border: none;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.close-btn[data-v-50aa9975]:hover {
  background: #3a3a3a;
  color: #ddd;
}
.modal-body[data-v-50aa9975] {
  padding: 16px;
}
.modal-footer[data-v-50aa9975] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid #3a3a3a;
}
.form-group[data-v-50aa9975] {
  margin-bottom: 16px;
}
.form-group label[data-v-50aa9975] {
  display: block;
  margin-bottom: 6px;
  color: #ddd;
  font-size: 14px;
}
.form-group input[type="text"][data-v-50aa9975],
.form-group textarea[data-v-50aa9975],
.form-group select[data-v-50aa9975] {
  width: 100%;
  padding: 8px 12px;
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: #ddd;
  font-size: 14px;
  box-sizing: border-box;
}
.form-group input[type="text"][data-v-50aa9975]:focus,
.form-group textarea[data-v-50aa9975]:focus,
.form-group select[data-v-50aa9975]:focus {
  outline: none;
  border-color: #4a90e2;
}
.form-group textarea[data-v-50aa9975] {
  resize: vertical;
  min-height: 60px;
}
.radio-group[data-v-50aa9975] {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.radio-group label[data-v-50aa9975] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.radio-group input[type="radio"][data-v-50aa9975] {
  margin-right: 6px;
}
.form-group input[type="checkbox"][data-v-50aa9975] {
  margin-right: 8px;
}
.btn[data-v-50aa9975] {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}
.btn-primary[data-v-50aa9975] {
  background: #4a90e2;
  color: white;
}
.btn-primary[data-v-50aa9975]:hover:not(:disabled) {
  background: #357abd;
}
.btn-secondary[data-v-50aa9975] {
  background: #4a4a4a;
  color: white;
}
.btn-secondary[data-v-50aa9975]:hover:not(:disabled) {
  background: #5a5a5a;
}
.btn[data-v-50aa9975]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.comparison-highlight {
  background: rgba(155, 110, 12, 0.3);
  cursor: help;
  padding: 4px;
  border-radius: 4px;
  position: relative;
}
.tooltip-content {
  display: none;
  padding: 8px 12px;
  background: #1a1a1a;
  color: #ddd;
  border-radius: 6px;
  font-size: 17px;
  white-space: normal;
  max-width: 500px;
  min-width: 200px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border: 1px solid #3a3a3a;
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 768px) {
.tooltip-content {
    max-width: 90vw;
    min-width: 250px;
    font-size: 16px;
    padding: 12px;
}
}

/* Styling for category tags in the tooltip */
.tooltip-categories {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.category-tag {
  background: #3a3a3a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  color: #bbb;
}
hr {
  border: none;
  border-top: 1px solid #3a3a3a;
  margin: 8px 0;
}

/* Error info tooltip styles */
.error-info-tooltip {
  display: none;
  position: fixed;
  background: #1a1a1a;
  color: #ddd;
  padding: 12px 16px;
  border-radius: 6px;
  width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border: 1px solid #3a3a3a;
  text-align: left;
  white-space: normal;
}
@media (max-width: 768px) {
.error-info-tooltip {
    width: 90vw;
    max-width: 350px;
    left: 5vw !important;
    right: 5vw !important;
    transform: none !important;
}
}
.error-info-tooltip h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: #aaa;
}
.error-type-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.error-type-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  line-height: 1.4;
}
.error-type-item strong {
  color: #ddd;
  font-size: 12px;
}
.error-type-item span {
  color: #bbb;
  font-size: 14px;
}

.metrics-card.clickable[data-v-fac3c079] {
  cursor: pointer;
  transition: all 0.2s ease;
}
.metrics-card.clickable[data-v-fac3c079]:hover {
  background: #333;
  border-color: #007acc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 122, 204, 0.2);
}
.metrics-card[data-v-fac3c079] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 768px) {
.metrics-card[data-v-fac3c079] {
    padding: 12px;
    min-height: 100px;
    gap: 4px;
}
}
.metric-value[data-v-fac3c079] {
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 768px) {
.metric-value[data-v-fac3c079] {
    font-size: 1.8em;
}
}
.unit[data-v-fac3c079] {
  font-size: 0.6em;
  color: #aaa;
  font-weight: normal;
}
.metric-label[data-v-fac3c079] {
  font-size: 1.1em;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
.metric-label[data-v-fac3c079] {
    font-size: 0.9em;
    margin-bottom: 1px;
}
}
.metric-subtitle[data-v-fac3c079] {
  font-size: 0.85em;
  color: #888;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
.metric-subtitle[data-v-fac3c079] {
    font-size: 0.8em;
    margin-bottom: 2px;
}
}
.metric-description[data-v-fac3c079] {
  font-size: 0.85em;
  color: #aaa;
  line-height: 1.3;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.metric-description[data-v-fac3c079] {
    font-size: 0.8em;
    max-width: 200px;
}
}
.desktop-only[data-v-fac3c079] {
  display: block;
}
.mobile-only[data-v-fac3c079] {
  display: none;
}
@media (max-width: 768px) {
.desktop-only[data-v-fac3c079] {
    display: none;
}
.mobile-only[data-v-fac3c079] {
    display: flex;
}
}
@media (min-width: 769px) {
.mobile-only[data-v-fac3c079] {
    display: none !important;
}
.desktop-only[data-v-fac3c079] {
    display: block !important;
}
}
.info-button[data-v-fac3c079] {
  background: #4a4a4a;
  border: none;
  color: #aaa;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 12px;
  transition: background-color 0.2s;
}
.info-button[data-v-fac3c079]:hover {
  background: #5a5a5a;
  color: #ddd;
}
.info-button i[data-v-fac3c079] {
  font-style: normal;
  font-weight: bold;
}
.mobile-tooltip-overlay[data-v-fac3c079] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}
.mobile-tooltip-content[data-v-fac3c079] {
  background: #1a1a1a;
  color: #ddd;
  padding: 16px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  border: 1px solid #3a3a3a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  position: relative;
}
.mobile-tooltip-text[data-v-fac3c079] {
  font-size: 0.9em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 12px;
}
.mobile-tooltip-close[data-v-fac3c079] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.mobile-tooltip-close[data-v-fac3c079]:hover {
  background: #3a3a3a;
  color: #ddd;
}

.comparisons-table-wrapper[data-v-1e43fd73] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.table-header[data-v-1e43fd73] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 40px;
  flex-wrap: wrap;
}
.date-controls-container[data-v-1e43fd73] {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
.table-header[data-v-1e43fd73] {
    flex-direction: column;
    gap: 12px;
    min-height: auto;
}
}
.table-header h3[data-v-1e43fd73] {
  margin: 0;
  color: #fff;
  font-size: 1.2em;
  white-space: nowrap;
  flex: 0 0 auto;
}
.table-controls[data-v-1e43fd73] {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
.table-controls[data-v-1e43fd73] {
    width: 100%;
    justify-content: stretch;
}
}
.search-input[data-v-1e43fd73] {
  padding: 6px 10px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.85em;
  width: 250px;
  max-width: 250px;
  min-width: 200px;
}
@media (max-width: 768px) {
.search-input[data-v-1e43fd73] {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-width: calc(100% - 24px);
}
}
.search-input[data-v-1e43fd73]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.active-filters[data-v-1e43fd73] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  flex-wrap: wrap;
}
.filters-label[data-v-1e43fd73] {
  font-weight: 600;
  color: #ddd;
  font-size: 0.9em;
}
.filter-tags[data-v-1e43fd73] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-tag[data-v-1e43fd73] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #007acc;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}
.filter-text[data-v-1e43fd73] {
  font-weight: 500;
}
.filter-remove[data-v-1e43fd73] {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 2px;
  transition: background-color 0.2s;
}
.filter-remove[data-v-1e43fd73]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.table-container-fixed[data-v-1e43fd73] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
  height: calc(48px + 10 * 48px);
  min-height: calc(48px + 10 * 48px);
  max-height: calc(48px + 10 * 48px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.table-container-fixed[data-v-1e43fd73] {
    overflow-x: auto;
    min-width: 100%;
}
}
.table-body-container[data-v-1e43fd73] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
  border-top: 1px solid #4a4a4a;
}
.table-body-container[data-v-1e43fd73]::-webkit-scrollbar {
  width: 8px;
}
.table-body-container[data-v-1e43fd73]::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.table-body-container[data-v-1e43fd73]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.table-body-container[data-v-1e43fd73]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.comparisons-table[data-v-1e43fd73] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 768px) {
.comparisons-table[data-v-1e43fd73] {
    min-width: 100%;
    table-layout: auto;
}
}
.comparisons-table > .comparisons-table[data-v-1e43fd73] {
  flex-shrink: 0;
}
.comparisons-table th[data-v-1e43fd73],
.comparisons-table td[data-v-1e43fd73] {
  padding: 12px;
  border-bottom: 1px solid #3a3a3a;
  height: 48px;
  box-sizing: border-box;
}
.comparisons-table th[data-v-1e43fd73] {
  background: #3a3a3a;
  text-align: left;
  font-weight: 600;
  color: #ddd;
  border-bottom: 1px solid #4a4a4a;
}
.table-body-container .comparisons-table[data-v-1e43fd73] {
  margin-top: -1px;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(1) { width: 13%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(2) { width: 13%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(3) { width: 40%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(4) { width: 20%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(5) { width: 14%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(1) { width: 13%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(2) { width: 13%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(3) { width: 40%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(4) { width: 20%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(5) { width: 14%;
}
@media (max-width: 768px) {
.comparisons-table th[data-v-1e43fd73],
  .comparisons-table td[data-v-1e43fd73] {
    padding: 8px 4px;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(1) { width: 30%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(2) { display: none;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(3) { width: 45%;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(4) { display: none;
}
.comparisons-table th[data-v-1e43fd73]:nth-child(5) { width: 25%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(1) { width: 30%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(2) { display: none;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(3) { width: 45%;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(4) { display: none;
}
.comparisons-table td[data-v-1e43fd73]:nth-child(5) { width: 25%;
}
}
.comparisons-table th.sortable[data-v-1e43fd73] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.comparisons-table th.sortable[data-v-1e43fd73]:hover {
  background: #4a4a4a;
}
.sort-indicator[data-v-1e43fd73] {
  margin-left: 4px;
  font-size: 0.8em;
}
.comparison-row[data-v-1e43fd73] {
  transition: background-color 0.2s;
}
.comparison-row.clickable[data-v-1e43fd73] {
  cursor: pointer;
}
.comparison-row.clickable[data-v-1e43fd73]:hover {
  background: #2d2d2d;
}
.procedure-cell[data-v-1e43fd73] {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.significance-cell[data-v-1e43fd73] {
  text-align: center;
}
.significance-score[data-v-1e43fd73] {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9em;
  width: 24px;
  margin: 0 auto;
}
.significance-score.concordant[data-v-1e43fd73] { 
  background: #2d5a2d; 
  color: #90ee90;
}
.significance-score.minor-unlikely[data-v-1e43fd73] { 
  background: #4a4a2d; 
  color: #e6e690;
}
.significance-score.minor-likely[data-v-1e43fd73] { 
  background: #5f5f3a; 
  color: #ffff90;
}
.significance-score.major-unlikely[data-v-1e43fd73] { 
  background: #5f3a3a; 
  color: #ff9090;
}
.significance-score.major-likely[data-v-1e43fd73] { 
  background: #8b0000; 
  color: #fff;
}
.significance-score.unknown[data-v-1e43fd73] { 
  background: #4a4a4a; 
  color: #ddd;
}
.table-loading[data-v-1e43fd73],
.error[data-v-1e43fd73],
.no-data[data-v-1e43fd73] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  height: calc(48px + 10 * 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 1.1em;
}
.error[data-v-1e43fd73] {
  color: #ff6b6b;
}
.retry-button[data-v-1e43fd73] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
}
.retry-button[data-v-1e43fd73]:hover {
  background: #0099ff;
}
.pagination-info[data-v-1e43fd73] {
  text-align: center;
  color: #aaa;
  font-size: 0.9em;
  padding: 8px;
}

.dashboard-view[data-v-76afdcce] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
.dashboard-content[data-v-76afdcce] {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.dashboard-content[data-v-76afdcce] {
    padding: 12px;
}
}
.dashboard-sections[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
.dashboard-sections[data-v-76afdcce] {
    gap: 20px;
    max-width: calc(100vw - 24px);
}
}
.metrics-header[data-v-76afdcce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
@media (max-width: 768px) {
.metrics-header[data-v-76afdcce] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}
.metrics-header h3[data-v-76afdcce] {
  margin: 0;
  color: #fff;
  font-size: 1.4em;
  flex-shrink: 0;
}
.date-controls[data-v-76afdcce] {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
.date-controls[data-v-76afdcce] {
    width: 100%;
}
}
.date-inputs-compact[data-v-76afdcce] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
}
.date-input-compact[data-v-76afdcce] {
  padding: 4px 8px;
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.85em;
  min-width: 120px;
}
.date-input-compact[data-v-76afdcce]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.date-separator[data-v-76afdcce] {
  color: #aaa;
  font-size: 0.85em;
}
.quick-ranges-toggle[data-v-76afdcce] {
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  min-width: 24px;
}
.quick-ranges-toggle[data-v-76afdcce]:hover {
  background: #4a4a4a;
}
.quick-ranges-dropdown[data-v-76afdcce] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.quick-range-btn[data-v-76afdcce] {
  padding: 6px 12px;
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  transition: all 0.2s ease;
  text-align: left;
}
.quick-range-btn[data-v-76afdcce]:hover {
  background: #4a4a4a;
  border-color: #5a5a5a;
}
.quick-range-btn.active[data-v-76afdcce] {
  background: #007acc;
  border-color: #007acc;
  color: white;
}
.charts-section h3[data-v-76afdcce],
.table-section h3[data-v-76afdcce] {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.4em;
}
.metrics-grid[data-v-76afdcce] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 2px; /* Space for hover animation */
}
@media (max-width: 768px) {
.metrics-grid[data-v-76afdcce] {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    min-height: auto;
}
}
.charts-section[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.trend-chart[data-v-76afdcce] {
  width: 100%;
}
@media (max-width: 768px) {
.trend-chart[data-v-76afdcce] {
    margin: 0 -12px;
    padding: 12px;
    background: #2a2a2a;
    border-radius: 8px;
}
}
.chart-header[data-v-76afdcce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.period-selector[data-v-76afdcce] {
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.9em;
}
.period-selector[data-v-76afdcce]:focus {
  outline: none;
  border-color: #007acc;
}
.charts-grid[data-v-76afdcce] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
.charts-grid[data-v-76afdcce] {
    grid-template-columns: 1fr;
    gap: 16px;
}
}
.chart-container[data-v-76afdcce] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.chart-container[data-v-76afdcce] {
    padding: 12px;
    margin: 0 -8px;
}
}
.chart-container h4[data-v-76afdcce] {
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 1.1em;
}
.widget-explanation[data-v-76afdcce] {
  margin: 0 0 16px 0;
  color: #aaa;
  font-size: 0.9em;
  line-height: 1.4;
}
.chart-placeholder[data-v-76afdcce] {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no-chart-data[data-v-76afdcce] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  color: #aaa;
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 768px) {
.chart-placeholder[data-v-76afdcce] {
    min-height: 250px;
}
}
.category-breakdown[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.error-type-breakdown[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.category-item.clickable[data-v-76afdcce] {
  cursor: pointer;
  transition: background-color 0.2s;
}
.category-item.clickable[data-v-76afdcce]:hover {
  background: #444;
}
.error-type-item.clickable[data-v-76afdcce] {
  cursor: pointer;
  transition: background-color 0.2s;
}
.error-type-item.clickable[data-v-76afdcce]:hover {
  background: #444;
}
.category-item[data-v-76afdcce],
.error-type-item[data-v-76afdcce] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background: #3a3a3a;
  border-radius: 4px;
}
@media (max-width: 768px) {
.category-item[data-v-76afdcce],
  .error-type-item[data-v-76afdcce] {
    padding: 8px;
}
}
.category-info[data-v-76afdcce],
.error-type-info[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.category-name[data-v-76afdcce],
.error-type-name[data-v-76afdcce] {
  font-weight: 500;
  color: #fff;
  font-size: 0.95em;
}
.category-description[data-v-76afdcce],
.error-type-description[data-v-76afdcce] {
  color: #aaa;
  font-size: 0.85em;
  line-height: 1.3;
}
@media (max-width: 768px) {
.category-description[data-v-76afdcce],
  .error-type-description[data-v-76afdcce] {
    white-space: normal;
    line-height: 1.3;
    max-width: 200px;
}
}
.category-stats[data-v-76afdcce],
.error-type-stats[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
  margin-left: 12px;
}
@media (max-width: 768px) {
.category-stats[data-v-76afdcce],
  .error-type-stats[data-v-76afdcce] {
    margin-left: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
}
.category-stats .percentage[data-v-76afdcce],
.error-type-stats .percentage[data-v-76afdcce] {
  font-weight: bold;
  color: #fff;
}
.category-stats .count[data-v-76afdcce],
.error-type-stats .count[data-v-76afdcce] {
  color: #aaa;
  font-size: 0.85em;
}
.modality-performance[data-v-76afdcce] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 4px;
}
@media (max-width: 768px) {
.modality-performance[data-v-76afdcce] {
    padding: 0 8px;
}
}
.modality-item.clickable[data-v-76afdcce] {
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 8px;
  border-radius: 4px;
}
.modality-item.clickable[data-v-76afdcce]:hover {
  background: #3a3a3a;
}
.modality-item[data-v-76afdcce] {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
.modality-item[data-v-76afdcce] {
    gap: 8px;
}
}
.modality-name[data-v-76afdcce] {
  min-width: 60px;
  font-weight: 500;
  color: #ddd;
}
@media (max-width: 768px) {
.modality-name[data-v-76afdcce] {
    min-width: 40px;
    font-size: 0.9em;
}
}
.modality-bar[data-v-76afdcce] {
  flex: 1;
  height: 20px;
  background: #3a3a3a;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modality-bar-fill[data-v-76afdcce] {
  height: 100%;
  background: linear-gradient(90deg, #007acc, #0099ff);
  border-radius: 10px;
  transition: width 0.3s ease;
  max-width: 100%;
}
.modality-stats[data-v-76afdcce] {
  min-width: 80px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 768px) {
.modality-stats[data-v-76afdcce] {
    min-width: 60px;
}
.modality-stats .rate[data-v-76afdcce] {
    font-size: 0.9em;
}
.modality-stats .fraction[data-v-76afdcce] {
    font-size: 0.8em;
}
}
.modality-stats .rate[data-v-76afdcce] {
  font-weight: bold;
  color: #fff;
}
.modality-stats .fraction[data-v-76afdcce] {
  color: #aaa;
  font-size: 0.85em;
}
.table-section[data-v-76afdcce] {
  min-height: 500px;
  width: 100%;
}
.table-header[data-v-76afdcce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
  min-height: 40px;
}
@media (max-width: 768px) {
.table-header[data-v-76afdcce] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: auto;
}
}
.table-controls[data-v-76afdcce] {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
.table-controls[data-v-76afdcce] {
    width: 100%;
    justify-content: stretch;
}
}
.search-input[data-v-76afdcce] {
  padding: 8px 12px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.9em;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
@media (max-width: 768px) {
.search-input[data-v-76afdcce] {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-width: calc(100% - 24px);
}
}
.search-input[data-v-76afdcce]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.table-container-fixed[data-v-76afdcce] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
  height: calc(48px + 10 * 48px); /* Header height + 10 rows * row height */
  min-height: calc(48px + 10 * 48px);
  max-height: calc(48px + 10 * 48px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
.table-container-fixed[data-v-76afdcce] {
    overflow-x: auto;
    min-width: 100%;
}
}
.table-body-container[data-v-76afdcce] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
  border-top: 1px solid #4a4a4a;
}
.table-body-container[data-v-76afdcce]::-webkit-scrollbar {
  width: 8px;
}
.table-body-container[data-v-76afdcce]::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.table-body-container[data-v-76afdcce]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.table-body-container[data-v-76afdcce]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.comparisons-table[data-v-76afdcce] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 768px) {
.comparisons-table[data-v-76afdcce] {
    min-width: 100%;
    table-layout: auto;
}
}

/* Header table - fixed at top */
.table-container-fixed > .comparisons-table[data-v-76afdcce] {
  flex-shrink: 0;
}
.comparisons-table th[data-v-76afdcce],
.comparisons-table td[data-v-76afdcce] {
  padding: 12px;
  border-bottom: 1px solid #3a3a3a;
  height: 48px;
  box-sizing: border-box;
}
.comparisons-table th[data-v-76afdcce] {
  background: #3a3a3a;
  text-align: left;
  font-weight: 600;
  color: #ddd;
  border-bottom: 1px solid #4a4a4a;
}

/* Body table - scrollable */
.table-body-container .comparisons-table[data-v-76afdcce] {
  margin-top: -1px; /* Remove gap between header and body */
}
.comparisons-table th[data-v-76afdcce]:nth-child(1) { width: 13%;
} /* Prelim Date */
.comparisons-table th[data-v-76afdcce]:nth-child(2) { width: 13%;
} /* Final Date */
.comparisons-table th[data-v-76afdcce]:nth-child(3) { width: 40%;
} /* Procedure */
.comparisons-table th[data-v-76afdcce]:nth-child(4) { width: 20%;
} /* Attending */
.comparisons-table th[data-v-76afdcce]:nth-child(5) { width: 14%;
} /* Clinical Significance */
.comparisons-table td[data-v-76afdcce]:nth-child(1) { width: 13%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(2) { width: 13%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(3) { width: 40%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(4) { width: 20%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(5) { width: 14%;
}
@media (max-width: 768px) {
.comparisons-table th[data-v-76afdcce],
  .comparisons-table td[data-v-76afdcce] {
    padding: 8px 4px;
}
.comparisons-table th[data-v-76afdcce]:nth-child(1) { width: 30%;
} /* Prelim Date - wider */
.comparisons-table th[data-v-76afdcce]:nth-child(2) { display: none;
} /* Final Date - hide */
.comparisons-table th[data-v-76afdcce]:nth-child(3) { width: 45%;
} /* Procedure - wider */
.comparisons-table th[data-v-76afdcce]:nth-child(4) { display: none;
} /* Attending - hide */
.comparisons-table th[data-v-76afdcce]:nth-child(5) { width: 25%;
} /* Clinical Significance - wider */
.comparisons-table td[data-v-76afdcce]:nth-child(1) { width: 30%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(2) { display: none;
}
.comparisons-table td[data-v-76afdcce]:nth-child(3) { width: 45%;
}
.comparisons-table td[data-v-76afdcce]:nth-child(4) { display: none;
}
.comparisons-table td[data-v-76afdcce]:nth-child(5) { width: 25%;
}
}
.comparisons-table th.sortable[data-v-76afdcce] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.comparisons-table th.sortable[data-v-76afdcce]:hover {
  background: #4a4a4a;
}
.sort-indicator[data-v-76afdcce] {
  margin-left: 4px;
  font-size: 0.8em;
}
.comparison-row[data-v-76afdcce] {
  transition: background-color 0.2s;
}
.comparison-row.clickable[data-v-76afdcce] {
  cursor: pointer;
}
.comparison-row.clickable[data-v-76afdcce]:hover {
  background: #2d2d2d;
}
.procedure-cell[data-v-76afdcce] {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.significance-cell[data-v-76afdcce] {
  text-align: center;
}
.significance-score[data-v-76afdcce] {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9em;
}
.significance-score.concordant[data-v-76afdcce] { 
  background: #2d5a2d; 
  color: #90ee90;
}
.significance-score.minor-unlikely[data-v-76afdcce] { 
  background: #4a4a2d; 
  color: #e6e690;
}
.significance-score.minor-likely[data-v-76afdcce] { 
  background: #5f5f3a; 
  color: #ffff90;
}
.significance-score.major-unlikely[data-v-76afdcce] { 
  background: #5f3a3a; 
  color: #ff9090;
}
.significance-score.major-likely[data-v-76afdcce] { 
  background: #8b0000; 
  color: #fff;
}
.significance-score.unknown[data-v-76afdcce] { 
  background: #4a4a4a; 
  color: #ddd;
}
.loading[data-v-76afdcce],
.error[data-v-76afdcce],
.no-data[data-v-76afdcce] {
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 1.1em;
}
.error[data-v-76afdcce] {
  color: #ff6b6b;
}
.retry-button[data-v-76afdcce] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
}
.retry-button[data-v-76afdcce]:hover {
  background: #0099ff;
}
.table-loading[data-v-76afdcce] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  height: calc(48px + 10 * 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-loading .loading[data-v-76afdcce] {
  color: #aaa;
  font-size: 1em;
}

.stat-studies-table-container[data-v-c50146e8] {
  width: 100%;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
}
.table-header[data-v-c50146e8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #3a3a3a;
  border-bottom: 1px solid #4a4a4a;
}
@media (max-width: 768px) {
.table-header[data-v-c50146e8] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}
.table-controls[data-v-c50146e8] {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
.table-controls[data-v-c50146e8] {
    width: 100%;
}
}
.search-input[data-v-c50146e8] {
  padding: 8px 12px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.9em;
  width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
.search-input[data-v-c50146e8] {
    width: 100%;
    max-width: 100%;
}
}
.search-input[data-v-c50146e8]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.table-container-fixed[data-v-c50146e8] {
  height: calc(48px + 8 * 48px); /* Header + 8 rows */
  min-height: calc(48px + 8 * 48px);
  max-height: calc(48px + 8 * 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.table-body-container[data-v-c50146e8] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}
.table-body-container[data-v-c50146e8]::-webkit-scrollbar {
  width: 8px;
}
.table-body-container[data-v-c50146e8]::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.table-body-container[data-v-c50146e8]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.table-body-container[data-v-c50146e8]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.stat-studies-table[data-v-c50146e8] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.stat-studies-table th[data-v-c50146e8],
.stat-studies-table td[data-v-c50146e8] {
  padding: 12px;
  border-bottom: 1px solid #3a3a3a;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.stat-studies-table th[data-v-c50146e8] {
  background: #3a3a3a;
  font-weight: 600;
  color: #ddd;
  border-bottom: 1px solid #4a4a4a;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Column widths */
.stat-studies-table th[data-v-c50146e8]:nth-child(1),
.stat-studies-table td[data-v-c50146e8]:nth-child(1) { width: 15%;
} /* Order # */
.stat-studies-table th[data-v-c50146e8]:nth-child(2),
.stat-studies-table td[data-v-c50146e8]:nth-child(2) { width: 20%;
} /* Patient */
.stat-studies-table th[data-v-c50146e8]:nth-child(3),
.stat-studies-table td[data-v-c50146e8]:nth-child(3) { width: 25%;
} /* Procedure */
.stat-studies-table th[data-v-c50146e8]:nth-child(4),
.stat-studies-table td[data-v-c50146e8]:nth-child(4) { width: 15%;
} /* Exam Completed */
.stat-studies-table th[data-v-c50146e8]:nth-child(5),
.stat-studies-table td[data-v-c50146e8]:nth-child(5) { width: 10%;
} /* Wait Time */
.stat-studies-table th[data-v-c50146e8]:nth-child(6),
.stat-studies-table td[data-v-c50146e8]:nth-child(6) { width: 15%;
} /* Prelim Status */
@media (max-width: 768px) {
.stat-studies-table th[data-v-c50146e8]:nth-child(1),
  .stat-studies-table td[data-v-c50146e8]:nth-child(1) { width: 25%;
}
.stat-studies-table th[data-v-c50146e8]:nth-child(2),
  .stat-studies-table td[data-v-c50146e8]:nth-child(2) { display: none;
}
.stat-studies-table th[data-v-c50146e8]:nth-child(3),
  .stat-studies-table td[data-v-c50146e8]:nth-child(3) { width: 40%;
}
.stat-studies-table th[data-v-c50146e8]:nth-child(4),
  .stat-studies-table td[data-v-c50146e8]:nth-child(4) { display: none;
}
.stat-studies-table th[data-v-c50146e8]:nth-child(5),
  .stat-studies-table td[data-v-c50146e8]:nth-child(5) { width: 20%;
}
.stat-studies-table th[data-v-c50146e8]:nth-child(6),
  .stat-studies-table td[data-v-c50146e8]:nth-child(6) { width: 15%;
}
}
.study-row[data-v-c50146e8] {
  transition: background-color 0.2s;
  color: white;
}
.study-row.clickable[data-v-c50146e8] {
  cursor: pointer;
}
.study-row.clickable[data-v-c50146e8]:hover {
  background: #2d2d2d;
}
.procedure-cell[data-v-c50146e8] {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wait-time.normal[data-v-c50146e8] {
  color: #90ee90;
}
.wait-time.caution[data-v-c50146e8] {
  color: #ffff90;
}
.wait-time.warning[data-v-c50146e8] {
  color: #ffa500;
}
.wait-time.critical[data-v-c50146e8] {
  color: #ff6b6b;
  font-weight: bold;
}
.prelim-status[data-v-c50146e8] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.prelim-status.has-prelim .status-text[data-v-c50146e8] {
  color: #90ee90;
  font-weight: 500;
}
.prelim-status.no-prelim .status-text[data-v-c50146e8] {
  color: #ff6b6b;
  font-style: italic;
}
.prelim-date[data-v-c50146e8] {
  color: #aaa;
  font-size: 0.8em;
}
.loading-cell[data-v-c50146e8],
.no-data-cell[data-v-c50146e8] {
  text-align: center;
  color: #aaa;
  font-style: italic;
  padding: 40px;
}
.no-data[data-v-c50146e8] {
  color: #aaa;
  font-style: italic;
}
.pagination[data-v-c50146e8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #3a3a3a;
  border-top: 1px solid #4a4a4a;
}
.pagination-btn[data-v-c50146e8] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
}
.pagination-btn[data-v-c50146e8]:hover:not(:disabled) {
  background: #0099ff;
}
.pagination-btn[data-v-c50146e8]:disabled {
  background: #4a4a4a;
  color: #888;
  cursor: not-allowed;
}
.pagination-info[data-v-c50146e8] {
  color: #ddd;
  font-size: 0.9em;
}
@media (max-width: 768px) {
.pagination[data-v-c50146e8] {
    flex-direction: column;
    gap: 8px;
}
.pagination-info[data-v-c50146e8] {
    order: -1;
}
}

.attending-comparisons-table-container[data-v-5a83ae09] {
  width: 100%;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
}
.table-header[data-v-5a83ae09] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #3a3a3a;
  border-bottom: 1px solid #4a4a4a;
}
@media (max-width: 768px) {
.table-header[data-v-5a83ae09] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}
.table-controls[data-v-5a83ae09] {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
.table-controls[data-v-5a83ae09] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
}
}
.search-input[data-v-5a83ae09],
.status-filter[data-v-5a83ae09] {
  padding: 8px 12px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.9em;
}
.search-input[data-v-5a83ae09] {
  width: 300px;
  max-width: 300px;
}
.status-filter[data-v-5a83ae09] {
  width: 150px;
}
@media (max-width: 768px) {
.search-input[data-v-5a83ae09],
  .status-filter[data-v-5a83ae09] {
    width: 100%;
    max-width: 100%;
}
}
.search-input[data-v-5a83ae09]:focus,
.status-filter[data-v-5a83ae09]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.table-container-fixed[data-v-5a83ae09] {
  height: calc(48px + 8 * 48px); /* Header + 8 rows */
  min-height: calc(48px + 8 * 48px);
  max-height: calc(48px + 8 * 48px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.table-body-container[data-v-5a83ae09] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}
.table-body-container[data-v-5a83ae09]::-webkit-scrollbar {
  width: 8px;
}
.table-body-container[data-v-5a83ae09]::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.table-body-container[data-v-5a83ae09]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.table-body-container[data-v-5a83ae09]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.comparisons-table[data-v-5a83ae09] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparisons-table th[data-v-5a83ae09],
.comparisons-table td[data-v-5a83ae09] {
  padding: 12px;
  border-bottom: 1px solid #3a3a3a;
  height: 48px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.comparisons-table th[data-v-5a83ae09] {
  background: #3a3a3a;
  font-weight: 600;
  color: #ddd;
  border-bottom: 1px solid #4a4a4a;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Column widths */
.comparisons-table th[data-v-5a83ae09]:nth-child(1),
.comparisons-table td[data-v-5a83ae09]:nth-child(1) { width: 15%;
} /* Case */
.comparisons-table th[data-v-5a83ae09]:nth-child(2),
.comparisons-table td[data-v-5a83ae09]:nth-child(2) { width: 20%;
} /* Resident */
.comparisons-table th[data-v-5a83ae09]:nth-child(3),
.comparisons-table td[data-v-5a83ae09]:nth-child(3) { width: 25%;
} /* Procedure */
.comparisons-table th[data-v-5a83ae09]:nth-child(4),
.comparisons-table td[data-v-5a83ae09]:nth-child(4) { width: 15%;
} /* Prelim Date */
.comparisons-table th[data-v-5a83ae09]:nth-child(5),
.comparisons-table td[data-v-5a83ae09]:nth-child(5) { width: 12%;
} /* Score */
.comparisons-table th[data-v-5a83ae09]:nth-child(6),
.comparisons-table td[data-v-5a83ae09]:nth-child(6) { width: 13%;
} /* Status */
@media (max-width: 768px) {
.comparisons-table th[data-v-5a83ae09]:nth-child(1),
  .comparisons-table td[data-v-5a83ae09]:nth-child(1) { width: 25%;
}
.comparisons-table th[data-v-5a83ae09]:nth-child(2),
  .comparisons-table td[data-v-5a83ae09]:nth-child(2) { width: 30%;
}
.comparisons-table th[data-v-5a83ae09]:nth-child(3),
  .comparisons-table td[data-v-5a83ae09]:nth-child(3) { display: none;
}
.comparisons-table th[data-v-5a83ae09]:nth-child(4),
  .comparisons-table td[data-v-5a83ae09]:nth-child(4) { display: none;
}
.comparisons-table th[data-v-5a83ae09]:nth-child(5),
  .comparisons-table td[data-v-5a83ae09]:nth-child(5) { width: 20%;
}
.comparisons-table th[data-v-5a83ae09]:nth-child(6),
  .comparisons-table td[data-v-5a83ae09]:nth-child(6) { width: 25%;
}
}
.comparison-row[data-v-5a83ae09] {
  transition: background-color 0.2s;
  color: white;
}
.comparison-row.clickable[data-v-5a83ae09] {
  cursor: pointer;
}
.comparison-row.clickable[data-v-5a83ae09]:hover {
  background: #2d2d2d;
}
.procedure-cell[data-v-5a83ae09] {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.score-container[data-v-5a83ae09] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.score[data-v-5a83ae09] {
  font-weight: 600;
}
.score.excellent[data-v-5a83ae09] {
  color: #00ff00;
}
.score.good[data-v-5a83ae09] {
  color: #90ee90;
}
.score.fair[data-v-5a83ae09] {
  color: #ffff90;
}
.score.poor[data-v-5a83ae09] {
  color: #ffa500;
}
.score.critical[data-v-5a83ae09] {
  color: #ff6b6b;
}
.ai-flag[data-v-5a83ae09],
.differences-flag[data-v-5a83ae09] {
  font-size: 0.9em;
}
.status[data-v-5a83ae09] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.status.needs-review .status-text[data-v-5a83ae09] {
  color: #ffa500;
  font-weight: 500;
}
.status.reviewed .status-text[data-v-5a83ae09] {
  color: #90ee90;
}
.status.pending .status-text[data-v-5a83ae09] {
  color: #ffff90;
}
.status.discrepancy .status-text[data-v-5a83ae09] {
  color: #ff6b6b;
  font-weight: 500;
}
.status.unknown .status-text[data-v-5a83ae09] {
  color: #aaa;
  font-style: italic;
}
.priority-indicator[data-v-5a83ae09],
.discrepancy-indicator[data-v-5a83ae09] {
  font-size: 0.9em;
}
.loading-cell[data-v-5a83ae09],
.no-data-cell[data-v-5a83ae09] {
  text-align: center;
  color: #aaa;
  font-style: italic;
  padding: 40px;
}
.pagination[data-v-5a83ae09] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #3a3a3a;
  border-top: 1px solid #4a4a4a;
}
.pagination-btn[data-v-5a83ae09] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
}
.pagination-btn[data-v-5a83ae09]:hover:not(:disabled) {
  background: #0099ff;
}
.pagination-btn[data-v-5a83ae09]:disabled {
  background: #4a4a4a;
  color: #888;
  cursor: not-allowed;
}
.pagination-info[data-v-5a83ae09] {
  color: #ddd;
  font-size: 0.9em;
}
@media (max-width: 768px) {
.pagination[data-v-5a83ae09] {
    flex-direction: column;
    gap: 8px;
}
.pagination-info[data-v-5a83ae09] {
    order: -1;
}
}

/* Reuse most styles from ResidentDashboardView with some adjustments */
.dashboard-view[data-v-a6ac15af] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
.dashboard-content[data-v-a6ac15af] {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.dashboard-content[data-v-a6ac15af] {
    padding: 12px;
}
}
.dashboard-sections[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
.dashboard-sections[data-v-a6ac15af] {
    gap: 20px;
    max-width: calc(100vw - 24px);
}
}
.metrics-header[data-v-a6ac15af] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
@media (max-width: 768px) {
.metrics-header[data-v-a6ac15af] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}
.metrics-header h3[data-v-a6ac15af] {
  margin: 0;
  color: #fff;
  font-size: 1.4em;
  flex-shrink: 0;
}
.date-controls[data-v-a6ac15af] {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
.date-controls[data-v-a6ac15af] {
    width: 100%;
}
}
.date-inputs-compact[data-v-a6ac15af] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
}
.date-input-compact[data-v-a6ac15af] {
  padding: 4px 8px;
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.85em;
  min-width: 120px;
}
.date-input-compact[data-v-a6ac15af]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.date-separator[data-v-a6ac15af] {
  color: #aaa;
  font-size: 0.85em;
}
.quick-ranges-toggle[data-v-a6ac15af] {
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  min-width: 24px;
}
.quick-ranges-toggle[data-v-a6ac15af]:hover {
  background: #4a4a4a;
}
.quick-ranges-dropdown[data-v-a6ac15af] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.quick-range-btn[data-v-a6ac15af] {
  padding: 6px 12px;
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  transition: all 0.2s ease;
  text-align: left;
}
.quick-range-btn[data-v-a6ac15af]:hover {
  background: #4a4a4a;
  border-color: #5a5a5a;
}
.quick-range-btn.active[data-v-a6ac15af] {
  background: #007acc;
  border-color: #007acc;
  color: white;
}
.charts-section h3[data-v-a6ac15af],
.tables-section h3[data-v-a6ac15af] {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.4em;
}
.metrics-grid[data-v-a6ac15af] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 2px;
}
@media (max-width: 768px) {
.metrics-grid[data-v-a6ac15af] {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    min-height: auto;
}
}
.charts-section[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.trend-chart[data-v-a6ac15af] {
  width: 100%;
}
@media (max-width: 768px) {
.trend-chart[data-v-a6ac15af] {
    margin: 0 -12px;
    padding: 12px;
    background: #2a2a2a;
    border-radius: 8px;
}
}
.chart-header[data-v-a6ac15af] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.period-selector[data-v-a6ac15af] {
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.9em;
}
.period-selector[data-v-a6ac15af]:focus {
  outline: none;
  border-color: #007acc;
}
.charts-grid[data-v-a6ac15af] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
.charts-grid[data-v-a6ac15af] {
    grid-template-columns: 1fr;
    gap: 16px;
}
}
.chart-container[data-v-a6ac15af] {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.chart-container[data-v-a6ac15af] {
    padding: 12px;
    margin: 0 -8px;
}
}
.chart-container h4[data-v-a6ac15af] {
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 1.1em;
}
.widget-explanation[data-v-a6ac15af] {
  margin: 0 0 16px 0;
  color: #aaa;
  font-size: 0.9em;
  line-height: 1.4;
}
.turnaround-stats[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat-item[data-v-a6ac15af] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #3a3a3a;
  border-radius: 4px;
}
.stat-label[data-v-a6ac15af] {
  font-weight: 500;
  color: #fff;
  font-size: 0.95em;
}
.stat-values[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.stat-value[data-v-a6ac15af] {
  font-weight: bold;
  color: #fff;
}
.stat-detail[data-v-a6ac15af] {
  color: #aaa;
  font-size: 0.85em;
}
.stat-count[data-v-a6ac15af] {
  color: #aaa;
  font-size: 0.8em;
}
.resident-performance[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 4px;
}
.resident-item[data-v-a6ac15af] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #3a3a3a;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.resident-item.clickable[data-v-a6ac15af] {
  cursor: pointer;
}
.resident-item.clickable[data-v-a6ac15af]:hover {
  background: #444;
}
.resident-info[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.resident-name[data-v-a6ac15af] {
  font-weight: 500;
  color: #fff;
}
.resident-stats-inline[data-v-a6ac15af] {
  color: #aaa;
  font-size: 0.85em;
}
.resident-stats[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 4px;
  margin-left: 12px;
}
.discrepancy-bar[data-v-a6ac15af] {
  width: 60px;
  height: 6px;
  background: #3a3a3a;
  border-radius: 3px;
  overflow: hidden;
}
.discrepancy-bar-fill[data-v-a6ac15af] {
  height: 100%;
  background: linear-gradient(90deg, #007acc, #ff6b6b);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.discrepancy-rate[data-v-a6ac15af] {
  font-weight: bold;
  color: #fff;
  font-size: 0.85em;
}
.tables-section[data-v-a6ac15af] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.table-section[data-v-a6ac15af] {
  min-height: 400px;
  width: 100%;
}
.loading[data-v-a6ac15af],
.error[data-v-a6ac15af],
.no-data[data-v-a6ac15af] {
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 1.1em;
}
.error[data-v-a6ac15af] {
  color: #ff6b6b;
}
.retry-button[data-v-a6ac15af] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
}
.retry-button[data-v-a6ac15af]:hover {
  background: #0099ff;
}

.comparison-list-view[data-v-f4762551] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
.date-controls[data-v-f4762551] {
  padding: 20px;
  background: #1e1e1e;
  border-bottom: 1px solid #3a3a3a;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
.date-controls[data-v-f4762551] {
    padding: 16px;
}
}
.date-controls-inline[data-v-f4762551] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.date-controls-inline .date-inputs-compact[data-v-f4762551] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
}
.date-controls-inline .date-input-compact[data-v-f4762551] {
  padding: 4px 6px;
  background: #1e1e1e;
  color: white;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  font-size: 12px;
  min-width: 100px;
}
.date-controls-inline .date-separator[data-v-f4762551] {
  color: #ccc;
  font-size: 12px;
}
.date-controls-inline .quick-ranges-toggle[data-v-f4762551] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 3px 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  min-width: 20px;
}
.date-controls-inline .quick-ranges-toggle[data-v-f4762551]:hover {
  background: #4a4a4a;
}
.date-controls-inline .quick-ranges-dropdown[data-v-f4762551] {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 8px;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 300px;
  justify-content: center;
}
.date-controls-inline .quick-range-btn[data-v-f4762551] {
  background: #3a3a3a;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}
.date-controls-inline .quick-range-btn[data-v-f4762551]:hover {
  background: #4a4a4a;
}
.date-controls-inline .quick-range-btn.active[data-v-f4762551] {
  background: #007acc;
}
.date-controls[data-v-f4762551] {
  position: relative;
}
.date-inputs-compact[data-v-f4762551] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
}
.date-input-compact[data-v-f4762551] {
  padding: 4px 8px;
  background: #1e1e1e;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.85em;
  min-width: 120px;
}
.date-input-compact[data-v-f4762551]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.date-separator[data-v-f4762551] {
  color: #aaa;
  font-size: 0.85em;
}
.quick-ranges-toggle[data-v-f4762551] {
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  min-width: 24px;
}
.quick-ranges-toggle[data-v-f4762551]:hover {
  background: #4a4a4a;
}
.quick-ranges-dropdown[data-v-f4762551] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  padding: 8px;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.quick-range-btn[data-v-f4762551] {
  padding: 6px 12px;
  background: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
  transition: all 0.2s ease;
  text-align: left;
}
.quick-range-btn[data-v-f4762551]:hover {
  background: #4a4a4a;
  border-color: #5a5a5a;
}
.quick-range-btn.active[data-v-f4762551] {
  background: #007acc;
  border-color: #007acc;
  color: white;
}
.comparison-list-content[data-v-f4762551] {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.comparison-list-content[data-v-f4762551] {
    padding: 12px;
}
}
.table-section[data-v-f4762551] {
  width: 100%;
}
.loading[data-v-f4762551],
.error[data-v-f4762551] {
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 1.1em;
}
.error[data-v-f4762551] {
  color: #ff6b6b;
}
.retry-button[data-v-f4762551] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
}
.retry-button[data-v-f4762551]:hover {
  background: #0099ff;
}

.studies-list-view[data-v-ebd07452] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  color: white;
}
.studies-content[data-v-ebd07452] {
  flex: 1;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
.studies-content[data-v-ebd07452] {
    padding: 12px;
    gap: 16px;
}
}
.studies-header[data-v-ebd07452] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
.studies-header[data-v-ebd07452] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}
.studies-header h3[data-v-ebd07452] {
  margin: 0;
  color: #fff;
  font-size: 1.4em;
}
.header-controls[data-v-ebd07452] {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
.header-controls[data-v-ebd07452] {
    width: 100%;
    flex-direction: column;
    gap: 12px;
}
}
.filters[data-v-ebd07452] {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
.filters[data-v-ebd07452] {
    width: 100%;
}
}
.filter-select[data-v-ebd07452],
.search-input[data-v-ebd07452] {
  padding: 8px 12px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  color: white;
  font-size: 0.9em;
}
.filter-select[data-v-ebd07452] {
  min-width: 120px;
}
.search-input[data-v-ebd07452] {
  min-width: 250px;
}
@media (max-width: 768px) {
.filter-select[data-v-ebd07452],
  .search-input[data-v-ebd07452] {
    flex: 1;
    min-width: 0;
}
}
.filter-select[data-v-ebd07452]:focus,
.search-input[data-v-ebd07452]:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.active-filters[data-v-ebd07452] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  flex-wrap: wrap;
}
.filters-label[data-v-ebd07452] {
  font-weight: 600;
  color: #ddd;
  font-size: 0.9em;
}
.filter-tags[data-v-ebd07452] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-tag[data-v-ebd07452] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #007acc;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}
.filter-text[data-v-ebd07452] {
  font-weight: 500;
}
.filter-remove[data-v-ebd07452] {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 2px;
  border-radius: 2px;
  transition: background-color 0.2s;
}
.filter-remove[data-v-ebd07452]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.table-container-fixed[data-v-ebd07452] {
  flex: 1;
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.table-body-container[data-v-ebd07452] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a #2a2a2a;
}
.table-body-container[data-v-ebd07452]::-webkit-scrollbar {
  width: 8px;
}
.table-body-container[data-v-ebd07452]::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.table-body-container[data-v-ebd07452]::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
}
.table-body-container[data-v-ebd07452]::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.studies-table[data-v-ebd07452] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.studies-table th[data-v-ebd07452],
.studies-table td[data-v-ebd07452] {
  padding: 12px;
  border-bottom: 1px solid #3a3a3a;
  text-align: left;
  vertical-align: top;
}
.studies-table th[data-v-ebd07452] {
  background: #3a3a3a;
  font-weight: 600;
  color: #ddd;
  border-bottom: 1px solid #4a4a4a;
  position: sticky;
  top: 0;
  z-index: 1;
}
.studies-table th.sortable[data-v-ebd07452] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.studies-table th.sortable[data-v-ebd07452]:hover {
  background: #4a4a4a;
}
.sort-indicator[data-v-ebd07452] {
  margin-left: 4px;
  font-size: 0.8em;
}

/* Column widths */
.studies-table th[data-v-ebd07452]:nth-child(1),
.studies-table td[data-v-ebd07452]:nth-child(1) { width: 15%;
} /* Order # */
.studies-table th[data-v-ebd07452]:nth-child(2),
.studies-table td[data-v-ebd07452]:nth-child(2) { width: 30%;
} /* Procedure */
.studies-table th[data-v-ebd07452]:nth-child(3),
.studies-table td[data-v-ebd07452]:nth-child(3) { width: 12%;
} /* Priority */
.studies-table th[data-v-ebd07452]:nth-child(4),
.studies-table td[data-v-ebd07452]:nth-child(4) { width: 20%;
} /* Exam Completed */
.studies-table th[data-v-ebd07452]:nth-child(5),
.studies-table td[data-v-ebd07452]:nth-child(5) { width: 12%;
} /* Wait Time */
.studies-table th[data-v-ebd07452]:nth-child(6),
.studies-table td[data-v-ebd07452]:nth-child(6) { width: 11%;
} /* Status */
@media (max-width: 768px) {
.studies-table th[data-v-ebd07452]:nth-child(1),
  .studies-table td[data-v-ebd07452]:nth-child(1) { width: 25%;
}
.studies-table th[data-v-ebd07452]:nth-child(2),
  .studies-table td[data-v-ebd07452]:nth-child(2) { width: 40%;
}
.studies-table th[data-v-ebd07452]:nth-child(3),
  .studies-table td[data-v-ebd07452]:nth-child(3) { width: 15%;
}
.studies-table th[data-v-ebd07452]:nth-child(4),
  .studies-table td[data-v-ebd07452]:nth-child(4) { display: none;
}
.studies-table th[data-v-ebd07452]:nth-child(5),
  .studies-table td[data-v-ebd07452]:nth-child(5) { width: 10%;
}
.studies-table th[data-v-ebd07452]:nth-child(6),
  .studies-table td[data-v-ebd07452]:nth-child(6) { width: 10%;
}
}
.study-row[data-v-ebd07452] {
  transition: background-color 0.2s;
}
.study-row.clickable[data-v-ebd07452] {
  cursor: pointer;
}
.study-row.clickable[data-v-ebd07452]:hover {
  background: #2d2d2d;
}
.patient-info[data-v-ebd07452] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.patient-name[data-v-ebd07452] {
  font-weight: 500;
}
.patient-details[data-v-ebd07452] {
  color: #aaa;
  font-size: 0.85em;
}
.procedure-cell[data-v-ebd07452] {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.priority.stat[data-v-ebd07452] {
  color: #ff6b6b;
  font-weight: bold;
}
.priority.urgent[data-v-ebd07452] {
  color: #ffa500;
  font-weight: 500;
}
.priority.routine[data-v-ebd07452] {
  color: #90ee90;
}
.status.unknown[data-v-ebd07452] {
  color: #aaa;
}
.status.end-exam[data-v-ebd07452] {
  color: #87ceeb;
}
.status.draft[data-v-ebd07452] {
  color: #ffff90;
}
.status.wet-read[data-v-ebd07452] {
  color: #ffa500;
}
.status.preliminary[data-v-ebd07452] {
  color: #87ceeb;
}
.status.final-in-progress[data-v-ebd07452] {
  color: #ffa500;
}
.status.final-cancelled[data-v-ebd07452] {
  color: #ff6b6b;
}
.status.final[data-v-ebd07452] {
  color: #90ee90;
  font-weight: 500;
}
.status.addendum[data-v-ebd07452] {
  color: #dda0dd;
}
.wait-time.normal[data-v-ebd07452] {
  color: #90ee90;
}
.wait-time.caution[data-v-ebd07452] {
  color: #ffff90;
}
.wait-time.warning[data-v-ebd07452] {
  color: #ffa500;
}
.wait-time.critical[data-v-ebd07452] {
  color: #ff6b6b;
  font-weight: bold;
}
.status-info[data-v-ebd07452] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.prelim-info[data-v-ebd07452] {
  color: #aaa;
  font-size: 0.8em;
}
.loading[data-v-ebd07452],
.error[data-v-ebd07452] {
  text-align: center;
  padding: 40px;
  color: #aaa;
  font-size: 1.1em;
}
.error[data-v-ebd07452] {
  color: #ff6b6b;
}
.retry-button[data-v-ebd07452] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
}
.retry-button[data-v-ebd07452]:hover {
  background: #0099ff;
}
.loading-cell[data-v-ebd07452],
.no-data-cell[data-v-ebd07452] {
  text-align: center;
  color: #aaa;
  font-style: italic;
  padding: 40px;
}
.pagination[data-v-ebd07452] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #3a3a3a;
  border-top: 1px solid #4a4a4a;
}
.pagination-btn[data-v-ebd07452] {
  background: #007acc;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
}
.pagination-btn[data-v-ebd07452]:hover:not(:disabled) {
  background: #0099ff;
}
.pagination-btn[data-v-ebd07452]:disabled {
  background: #4a4a4a;
  color: #888;
  cursor: not-allowed;
}
.pagination-info[data-v-ebd07452] {
  color: #ddd;
  font-size: 0.9em;
}
@media (max-width: 768px) {
.pagination[data-v-ebd07452] {
    flex-direction: column;
    gap: 8px;
}
.pagination-info[data-v-ebd07452] {
    order: -1;
}
}
.no-data[data-v-ebd07452] {
  color: #aaa;
  font-style: italic;
}
