@import url("/assets/style-base.css?v=20260910-rf1");

/* CoinRF compact brand mark */
.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 0;
  color: transparent;
  background: linear-gradient(145deg, #151b18 0%, #0d110f 100%);
  border: 1px solid rgba(199, 185, 142, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(143, 211, 175, 0.07),
    0 7px 20px rgba(0, 0, 0, 0.22);
}

.brand-mark::before {
  content: "RF";
  display: block;
  transform: translate(-0.5px, -0.3px);
  color: #c5ead6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.09em;
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c7b98e, transparent);
  opacity: 0.9;
}
