html {
  font-size: 0.9375vw;
  height: 100%;
  width: 100%;
  touch-action: none;
}
@media (min-aspect-ratio: 4/3) {
  html {
    font-size: 1.25vh;
  }
}
html .login-form {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
html .login-form .col {
  display: flex;
  flex-direction: column;
  margin: 5px;
}
html .login-form input {
  border: 1px solid #ccc;
}
.outer-container {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: auto;
  flex-direction: column;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-container img {
  height: 90vh;
}
#ember-testing-container {
  width: 640px !important;
  height: 402px !important;
  overflow: initial !important;
}
#ember-testing-container #ember-testing {
  width: 1280px;
  height: 803px;
}
html.ember-application,
body.ember-application {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.ember-application {
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5rem;
}
.calibration-debug-panel {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  pointer-events: auto;
}
.calibration-debug-panel.collapsed .toggle-btn {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 12px;
}
.calibration-debug-panel .toggle-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 10px;
  margin-bottom: 4px;
}
.calibration-debug-panel .toggle-btn:hover {
  background-color: #555;
}
.calibration-debug-panel .debug-content {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  width: 240px;
  max-height: 90vh;
  overflow-y: auto;
}
.calibration-debug-panel .debug-title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #4fc3f7;
  color: #4fc3f7;
  text-align: center;
}
.calibration-debug-panel .debug-section {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.calibration-debug-panel .debug-section.hint {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 0;
}
.calibration-debug-panel .debug-section.hint p {
  margin: 4px 0;
  font-size: 10px;
  color: #aaa;
}
.calibration-debug-panel .section-title {
  font-weight: bold;
  font-size: 11px;
  color: #90caf9;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.calibration-debug-panel .debug-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 2px 0;
}
.calibration-debug-panel .debug-row.detected-type {
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  margin: 4px 0;
}
.calibration-debug-panel .debug-row.detected-type.finger {
  background-color: rgba(255, 152, 0, 0.3);
  border: 1px solid #ff9800;
}
.calibration-debug-panel .debug-row.detected-type.stylus {
  background-color: rgba(76, 175, 80, 0.3);
  border: 1px solid #4caf50;
}
.calibration-debug-panel .debug-row.detected-type.fist {
  background-color: rgba(156, 39, 176, 0.3);
  border: 1px solid #9c27b0;
}
.calibration-debug-panel .debug-row.detected-type.none {
  background-color: rgba(158, 158, 158, 0.3);
  border: 1px solid #9e9e9e;
}
.calibration-debug-panel .debug-label {
  color: #b0bec5;
}
.calibration-debug-panel .debug-value {
  color: #69f0ae;
  font-weight: bold;
}
.calibration-debug-panel .debug-value.large {
  font-size: 16px;
  text-transform: uppercase;
}
.calibration-debug-panel .debug-value.disabled {
  color: #f44336;
  opacity: 0.7;
}
.calibration-debug-panel .debug-value.pass {
  color: #69f0ae;
}
.calibration-debug-panel .debug-value.fail {
  color: #f44336;
}
