/* OLED dark – result states */
.result.error {
  border-color: rgb(239 68 68 / 0.5);
  color: rgb(248 113 113);
}
.result.success {
  border-color: rgb(16 185 129 / 0.3);
  color: rgb(52 211 153 / 0.9);
}
.input:focus {
  border-color: rgb(16 185 129);
  outline: none;
  box-shadow: 0 0 0 1px rgb(16 185 129);
}
