
.cursor-status[data-v-6e2a5407] {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #00ff00;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 100;
}
.diagnosis-buttons[data-v-6e2a5407] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.diagnosis-btn[data-v-6e2a5407] {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 14px;
}
.diagnosis-btn[data-v-6e2a5407]:nth-child(1) {
  background: #ff6b6b;
}
.diagnosis-btn[data-v-6e2a5407]:nth-child(2) {
  background: #4ecdc4;
}
.diagnosis-btn[data-v-6e2a5407]:nth-child(3) {
  background: #45b7d1;
}
.debug-overlay[data-v-6e2a5407] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.debug-info[data-v-6e2a5407] {
  background: rgba(0, 0, 0, 0.8);
  color: #00ff9d;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  font-family: monospace;
}
.debug-info p[data-v-6e2a5407] {
  margin: 2px 0;
}
.dicom-container[data-v-6e2a5407] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100%;
}
.loading-prompt[data-v-6e2a5407] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 10;
}
.prompt-content[data-v-6e2a5407] {
  text-align: center;
  padding: 20px;
}
.prompt-content i[data-v-6e2a5407] {
  font-size: 48px;
  margin-bottom: 20px;
  color: #00ff9d;
}
.select-file-btn[data-v-6e2a5407] {
  margin-top: 20px;
  padding: 10px 20px;
  background: #00ff9d;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.status-info[data-v-6e2a5407] {
  padding: 5px 10px;
  background: #2ed573;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 10px;
}

/* 加载指示器 */
.loading-indicator[data-v-6e2a5407] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #00ff9d;
  font-size: 16px;
  z-index: 20;
}
.loading-prompt[data-v-6e2a5407] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 10;
}
.prompt-content[data-v-6e2a5407] {
  text-align: center;
  padding: 20px;
}
.prompt-content i[data-v-6e2a5407] {
  font-size: 48px;
  margin-bottom: 20px;
  color: #00ff9d;
}
.select-file-btn[data-v-6e2a5407] {
  margin-top: 20px;
  padding: 10px 20px;
  background: #00ff9d;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.status-info[data-v-6e2a5407] {
  padding: 5px 10px;
  background: #2ed573;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 10px;
}
.debug-info[data-v-6e2a5407] {
  padding: 5px 10px;
  background: #2ed573;
  color: white;
  border-radius: 4px;
  font-size: 12px;
}
.dicom-container[data-v-6e2a5407] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.toolbar[data-v-6e2a5407] {
  padding: 10px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toolbar button[data-v-6e2a5407] {
  padding: 5px 10px;
  cursor: pointer;
}
.viewport[data-v-6e2a5407] {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #000;
  position: relative;
}
/* 确保 cornerstone canvas 正确显示 */
.viewport[data-v-6e2a5407] canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* 浮雕 */
.relief-effect[data-v-6e2a5407] {
  -webkit-animation: reliefAnimation-6e2a5407 0.5s forwards;
          animation: reliefAnimation-6e2a5407 0.5s forwards;
  -webkit-filter: grayscale(1) contrast(1.8) brightness(1.1);
          filter: grayscale(1) contrast(1.8) brightness(1.1);
}
@-webkit-keyframes reliefAnimation-6e2a5407 {
0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
50% {
    -webkit-filter: grayscale(1) contrast(1.5) brightness(1.2);
            filter: grayscale(1) contrast(1.5) brightness(1.2);
}
100% {
    -webkit-filter: grayscale(1) contrast(1.8) brightness(1.1);
            filter: grayscale(1) contrast(1.8) brightness(1.1);
}
}
@keyframes reliefAnimation-6e2a5407 {
0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
50% {
    -webkit-filter: grayscale(1) contrast(1.5) brightness(1.2);
            filter: grayscale(1) contrast(1.5) brightness(1.2);
}
100% {
    -webkit-filter: grayscale(1) contrast(1.8) brightness(1.1);
            filter: grayscale(1) contrast(1.8) brightness(1.1);
}
}

/* 正负片 */
.invert-effect[data-v-6e2a5407] {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.invert-effect.relief-effect[data-v-6e2a5407] {
  -webkit-filter: invert(100%) grayscale(1) contrast(1.8) brightness(1.1);
          filter: invert(100%) grayscale(1) contrast(1.8) brightness(1.1);
}

/* 缩放动画 */
@-webkit-keyframes zoomIn-6e2a5407 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
}
@keyframes zoomIn-6e2a5407 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
}
@-webkit-keyframes zoomOut-6e2a5407 {
from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes zoomOut-6e2a5407 {
from {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.zooming-in[data-v-6e2a5407] {
  -webkit-animation: zoomIn-6e2a5407 0.3s forwards;
          animation: zoomIn-6e2a5407 0.3s forwards;
}
.zooming-out[data-v-6e2a5407] {
  -webkit-animation: zoomOut-6e2a5407 0.3s forwards;
          animation: zoomOut-6e2a5407 0.3s forwards;
}
.pixel-info-display[data-v-6e2a5407] {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #00ff9d;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 0.9rem;
  z-index: 100;
  min-width: 180px;
  -webkit-box-shadow: 0 0 15px rgba(0, 255, 157, 0.3);
          box-shadow: 0 0 15px rgba(0, 255, 157, 0.3);
  border: 1px solid #00ff9d;
}
.pixel-marker[data-v-6e2a5407] {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.5);
  border: 2px solid #ff0000;
  z-index: 99;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
          box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
.pixel-value-tag[data-v-6e2a5407] {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #00ff9d;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 101;
  pointer-events: none;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  white-space: nowrap;
  border: 1px solid #00ff9d;
}

