@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap");
.ctrl-panel {
  position: fixed;
  overflow: hidden;
  top: 100px;
  left: cale(50%);
  z-index: 9999;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  top: -10000px;
}
.ctrl-panel .panel-header {
  display: flex;
  position: relative;
  height: 40px;
  background: #030303;
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ctrl-panel .panel-header .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-family: "Orbitron", monospace;
  cursor: pointer;
}
.ctrl-panel .panel-body {
  display: flex;
  padding-right: 15px;
  border-radius: 0 0 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
}
.ctrl-panel .panel-body .unit {
  margin: 15px;
  margin-right: 0;
  padding-top: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #333;
}
.ctrl-panel .panel-body .unit.hide {
  display: none;
}
.ctrl-panel .panel-body .unit:hover {
  box-shadow: 0 12px 40px rgba(0, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.ctrl-panel .panel-body .unit .tit {
  height: 40px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ctrl-panel .panel-body .unit .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 80px;
  padding: 10px;
  padding-bottom: 20px;
}
.ctrl-panel .panel-body .unit .row .v-case {
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ctrl-panel .panel-body .unit .row .v-case .selector {
  width: 100%;
  background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
  color: #e0e0e0;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 5px 2px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.ctrl-panel .panel-body .unit .row .v-case .selector:hover {
  border-color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.ctrl-panel .panel-body .unit .row .v-case .selector:focus {
  outline: none;
  border-color: #ff0080;
  box-shadow: 0 0 15px rgba(255, 0, 128, 0.5);
}
.ctrl-panel .panel-body .unit .row .v-case .mute-button {
  width: 100%;
  background: linear-gradient(145deg, #333, #555);
  color: #e0e0e0;
  border: 2px solid #444;
  border-radius: 8px;
  padding: 5px 2px;
  cursor: pointer;
  font-family: "Orbitron", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ctrl-panel .panel-body .unit .row .v-case .mute-button.muted {
  background: linear-gradient(145deg, #ff0040, #ff4080);
  border-color: #ff0040;
  box-shadow: 0 0 15px rgba(255, 0, 64, 0.5);
}
.ctrl-panel .panel-body .unit .row .slide {
  width: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctrl-panel .panel-body .unit .row .slide .slider-box {
  width: 10px;
  height: 130px;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(to top, #333 0%, #666 100%);
}
.ctrl-panel .panel-body .unit .row .slide .slider-box .slider-thumb {
  width: 20px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(145deg, #00ffff, #0080ff);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 2px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: -5px;
  cursor: pointer;
  will-change: transform; /* 提前让浏览器做合成层优化 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ctrl-panel .panel-body .unit .row .slide .slider-box .slider-thumb:hover {
  background: linear-gradient(145deg, #ff0080, #ff4080);
  box-shadow: 0 0 20px rgba(255, 0, 128, 0.8), 0 2px 15px rgba(0, 0, 0, 0.7);
}
.ctrl-panel .panel-body .unit .row .screen {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Orbitron", monospace;
  font-size: 16px;
  font-weight: 700;
  color: #00ffff;
  unicode-bidi: isolate;
}
.ctrl-panel .panel-body .unit .row .screen .num {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ctrl-panel .panel-body .unit .row .screen .jia {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ctrl-panel .panel-body .unit .row .screen .jian {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=ctrl.css.map */