.rgrlk-corner-shell {
  position: fixed;
  z-index: 80;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.rgrlk-corner-logo,
.rgrlk-corner-cta,
.rgrlk-header-actions {
  pointer-events: auto;
}

.rgrlk-corner-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(2, 8, 18, .84);
  border: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.rgrlk-corner-logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.rgrlk-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rgrlk-corner-cta {
  min-height: 46px;
  padding: 0 17px;
  border-radius: 999px;
  border: 1px solid rgba(93, 207, 255, .42);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(2, 10, 24, .82);
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}

.rgrlk-corner-cta.secondary {
  background: rgba(2, 10, 24, .70);
}

.rgrlk-corner-cta .rgrlk-icon3d {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  border-radius: 10px;
  background: linear-gradient(145deg, #fff, #6ee9ff 42%, #116dff);
  box-shadow: 0 8px 18px rgba(46, 170, 255, .35);
  color: #041225;
}

.rgrlk-corner-cta .rgrlk-icon3d svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rgrlk-corner-spacer {
  height: 96px;
}

@media (max-width: 680px) {
  .rgrlk-corner-shell {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .rgrlk-corner-logo {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .rgrlk-corner-logo img {
    width: 44px;
    height: 44px;
  }

  .rgrlk-corner-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 10px;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .rgrlk-corner-spacer {
    height: 78px;
  }
}

@media (max-width: 520px) {
  .rgrlk-header-actions {
    gap: 7px;
  }

  .rgrlk-corner-cta.secondary {
    display: none;
  }
}
