.automa-shell-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.85rem;
  line-height: 1;
  text-decoration: none;
}

.automa-shell-link[data-variant="area"] {
  color: #cffafe;
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(8, 47, 73, 0.22);
}

.automa-shell-link[data-variant="credits"] {
  color: #03251c;
  background: linear-gradient(135deg, #10b981, #34d399);
  box-shadow: 0 10px 28px rgba(52, 211, 153, 0.26);
}

.automa-premium-footer {
  margin-top: 4rem;
  padding: 2rem 1.25rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 23, 0.92);
}

.automa-premium-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.automa-premium-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.automa-premium-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbeafe;
  font-size: 0.82rem;
  font-weight: 700;
}
