.arbeex-portal-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(70, 228, 255, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(79, 125, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #02050d 0%, #07111f 55%, #050813 100%) !important;
}

.arbeex-portal-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 18px 80px;
}

.arbeex-portal-card {
  background:
    radial-gradient(circle at top right, rgba(70, 228, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(7, 12, 23, 0.98), rgba(11, 18, 31, 0.96));
  border: 1px solid rgba(70, 228, 255, 0.18);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.arbeex-portal-kicker {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(70, 228, 255, 0.22);
  color: #46e4ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.arbeex-portal-card h1 {
  margin: 16px 0 10px;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 0.95;
}

.arbeex-portal-price {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin: 0 0 12px;
}

.arbeex-portal-price span,
.arbeex-portal-copy {
  color: #aebbd3;
}

.arbeex-portal-form {
  margin-top: 24px;
  max-width: 540px;
}

.arbeex-portal-form .arbeex-recaptcha {
  margin: 4px 0 2px;
  justify-content: flex-start;
}

.arbeex-portal-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.arbeex-portal-links a {
  color: #d8f8ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(70, 228, 255, 0.24);
}

.arbeex-admin-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.arbeex-portal-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.arbeex-portal-metric {
  background: rgba(10, 16, 29, 0.8);
  border: 1px solid rgba(70, 228, 255, 0.12);
  border-radius: 18px;
  padding: 18px;
}

.arbeex-portal-metric span {
  display: block;
  color: #8ea3c6;
  margin-bottom: 8px;
}

.arbeex-portal-metric strong {
  font-size: 2rem;
}

.arbeex-portal-table-wrap {
  overflow-x: auto;
}

.arbeex-portal-table {
  width: 100%;
  border-collapse: collapse;
}

.arbeex-portal-table th,
.arbeex-portal-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.arbeex-portal-table th {
  color: #9db4d4;
}

.arbeex-portal-table select,
.arbeex-portal-table button {
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
}

.arbeex-status-pill {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
}

.arbeex-status-active { background: #ddfbe7; color: #166534; }
.arbeex-status-pending { background: #fff3cd; color: #854d0e; }
.arbeex-status-paused { background: #e0f2fe; color: #075985; }
.arbeex-status-cancelled { background: #fee2e2; color: #991b1b; }

@media (max-width: 800px) {
  .arbeex-admin-head {
    flex-direction: column;
  }
}
