:root {
  color-scheme: light;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.login-visual {
  background-image:
    linear-gradient(90deg, rgba(6, 18, 77, 0.96) 0%, rgba(6, 18, 77, 0.82) 44%, rgba(6, 18, 77, 0.28) 100%),
    url("./login-warehouse.png");
  background-position: center;
  background-size: cover;
}

.login-rule {
  background: linear-gradient(90deg, #f46a0c 0 28%, #1841f5 28% 64%, rgba(255, 255, 255, 0.45) 64%);
}

.tab-active {
  background: #0f172a;
  color: #fff;
}

.score-input {
  appearance: textfield;
}

.score-input::-webkit-outer-spin-button,
.score-input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

@media print {
  .no-print {
    display: none !important;
  }
}
