/* Shared RIVET brand lockup — keep in sync with src/dashboard/dashboard-hardening.css */
.rv-brand-link,
.rv-brand-link:visited,
.rv-brand-link:hover,
.rv-brand-link:active {
  text-decoration: none !important;
  color: inherit !important;
}
a.rv-brand-link .rv-brand-icon,
a.rv-brand-link .rv-brand-title,
a.rv-brand-link .rv-brand-sub {
  text-decoration: none !important;
}
.rv-brand-icon {
  width: 43px;
  height: 43px;
  flex: none;
  background: #39ff6e;
  color: #070b08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 27px;
  box-shadow: 0 0 12px rgba(57, 255, 110, 0.5);
  position: relative;
  overflow: hidden;
}
.rv-brand-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.2) 0px, rgba(0,0,0,.2) 1px, transparent 1px, transparent 3px);
}
.rv-brand-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  flex: none;
}
.rv-brand-title {
  font-weight: 800;
  font-size: 31px;
  letter-spacing: 0.2em;
  color: #a9e8ba !important;
  text-shadow: 0 0 8px rgba(57, 255, 110, 0.35);
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.rv-brand-title::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.14) 0px, rgba(0,0,0,.14) 1px, transparent 1px, transparent 3px);
}
.rv-brand-sub {
  font-size: 17px;
  font-weight: 800;
  color: #4e8a60 !important;
  text-transform: uppercase;
  margin-top: 2px;
  line-height: 1;
  width: 100%;
  display: block;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}
@supports not (text-justify: inter-character) {
  .rv-brand-sub {
    letter-spacing: 0.34em;
  }
}
