/* Location: D:\ironcore\frontend\nova_ironcore\assets\css\components\qa-hard-reload.css */
.qa-hard-reload {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2147483000;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 12, 22, 0.92);
  color: #fff;
  font: 700 18px/1 system-ui, sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.qa-hard-reload:hover {
  background: rgba(24, 32, 52, 0.96);
}

.qa-hard-reload:focus-visible {
  outline: 2px solid #ff8a3d;
  outline-offset: 2px;
}
