/* Shared Revivo identity. Brand colors stay exact; action colors provide contrast. */
:root {
  --brand-green: #00af67;
  --brand-lime: #97d800;
  --brand-carbon: #201c19;
  --action-green: #007b49;
  --action-green-hover: #00663d;
}
.ui-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
  pointer-events: none;
}
/* Display the original PNG artwork within its transparent canvas, without editing it. */
.revivo-wordmark {
  position: relative;
  display: block;
  width: 180px;
  aspect-ratio: 742 / 198;
  overflow: hidden;
  flex-shrink: 0;
}
.revivo-wordmark > img {
  position: absolute;
  width: 145.553%;
  max-width: none;
  height: auto;
  left: -22.776%;
  top: -222.727%;
  border: 0;
  border-radius: 0;
  background: transparent;
}
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #007b49;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
