.rgrlk-project-dash-access {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 0 0 28px;
  display: flex;
  justify-content: flex-end;
}

.rgrlk-project-dash-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid rgba(36, 221, 255, .38);
  border-radius: 999px;
  color: #eefbff !important;
  background: linear-gradient(135deg, rgba(36, 221, 255, .16), rgba(39, 93, 255, .20));
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
  font: 800 14px/1.2 Inter, system-ui, sans-serif;
  text-decoration: none !important;
}

.rgrlk-project-dash-link:hover,
.rgrlk-project-dash-link:focus-visible {
  border-color: #24ddff;
  transform: translateY(-1px);
}

.rgrlk-project-dash-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 14px;
  color: #03101c !important;
  background: linear-gradient(135deg, #24ddff, #6fffd2);
  font-weight: 850;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .rgrlk-project-dash-access { justify-content: center; padding-inline: 16px; }
  .rgrlk-project-dash-link { width: 100%; justify-content: center; }
}
