:where(button, a, input, select, textarea):focus-visible {
  outline: 3px solid rgba(255, 90, 24, .42);
  outline-offset: 2px;
}

:where(button, [role="button"], input[type="checkbox"], input[type="radio"]) {
  touch-action: manipulation;
}

.icon-btn,
.public-split-brand > button {
  min-width: 44px;
  min-height: 44px;
}

.public-split-brand small { color: #665f59; }
.public-split-footer p { color: #665f59; }
.public-bank-card { background: #c83b08; }
.public-bank-card > span, .public-bank-card small { color: #fff; }
.public-bank-card button { background: #fff; color: #8d2500; border-color: #fff; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.state-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #ded8d1;
  border-radius: 8px;
  background: #fff;
  color: #181717;
}
.state-panel.error { border-left: 4px solid #c8322b; background: #fff7f5; }
.state-panel.success { border-left: 4px solid #2d8a55; background: #f4fbf7; }
.state-panel.warning { border-left: 4px solid #ff5a0a; background: #fff7f1; }
.state-panel h2 { margin: 0; font-size: 15px; line-height: 1.25; }
.state-panel p { margin: 3px 0 0; color: #66615c; font-size: 13px; line-height: 1.45; }
.state-panel small { display: block; margin-top: 6px; color: #77716b; font: 11px/1.35 "IBM Plex Mono", monospace; overflow-wrap: anywhere; }
.state-panel .btn { grid-column: 1 / -1; min-height: 44px; }
