.gh-robux-page {
  width: 100%;
  padding: 34px 16px;
  background: #F5F7FB;
  color: #0F172A;
  box-sizing: border-box;
}

.gh-robux-page * {
  box-sizing: border-box;
}

.gh-robux-card {
  width: min(100%, 980px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #E6EDF5;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.gh-robux-head {
  padding: 30px;
  background:
    radial-gradient(circle at 90% 20%, rgba(34, 199, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #111827 0%, #172554 45%, #0F766E 100%);
  color: #FFFFFF;
}

.gh-robux-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #BAE6FD;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gh-robux-head h1 {
  margin: 14px 0 8px;
  color: #FFFFFF;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.gh-robux-head p {
  max-width: 690px;
  margin: 0;
  color: #DCEBFF;
  font-size: 15px;
  line-height: 1.6;
}

.gh-robux-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.gh-robux-alert {
  margin: 24px 28px 0;
  padding: 14px 16px;
  border: 1px solid #FECACA;
  border-radius: 16px;
  background: #FEF2F2;
  color: #B91C1C;
  font-weight: 800;
}

.gh-robux-notice,
.gh-robux-card .woocommerce-notices-wrapper,
.gh-robux-card .woocommerce-message,
.gh-robux-card .woocommerce-error,
.gh-robux-card .woocommerce-info {
  margin: 0;
}

.gh-robux-notice {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 800;
}

.gh-robux-notice-error {
  border: 1px solid #FECACA;
  background: #FEF2F2;
  color: #B91C1C;
}

.gh-robux-notice-success {
  border: 1px solid #BBF7D0;
  background: #F0FDF4;
  color: #15803D;
}

.gh-robux-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 6px;
  border: 1px solid #E6EDF5;
  border-radius: 18px;
  background: #F8FAFC;
}

.gh-robux-tabs label {
  cursor: pointer;
}

.gh-robux-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gh-robux-tabs span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  color: #64748B;
  font-weight: 900;
  transition: all 0.18s ease;
}

.gh-robux-tabs input:checked + span {
  background: #2563EB;
  color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.gh-robux-big-field,
.gh-robux-details label {
  display: grid;
  gap: 8px;
  color: #0F172A;
  font-weight: 900;
}

.gh-robux-big-field input {
  width: 100%;
  min-height: 64px;
  border: 1px solid #D7E0EA;
  border-radius: 18px;
  background: #F8FAFC;
  color: #0F172A;
  padding: 0 18px;
  font-size: 22px;
  font-weight: 900;
  outline: none;
  transition: all 0.18s ease;
}

.gh-robux-details input,
.gh-robux-details select,
.gh-robux-details textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #D7E0EA;
  border-radius: 14px;
  background: #F8FAFC;
  color: #0F172A;
  padding: 0 14px;
  font: inherit;
  font-weight: 700;
  outline: none;
  transition: all 0.18s ease;
}

.gh-robux-details textarea {
  min-height: 92px;
  padding: 14px;
  resize: vertical;
}

.gh-robux-big-field input:focus,
.gh-robux-details input:focus,
.gh-robux-details select:focus,
.gh-robux-details textarea:focus {
  border-color: #2563EB;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.gh-robux-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gh-robux-results div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid #E6EDF5;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.gh-robux-results span {
  display: block;
  min-height: 38px;
  color: #64748B;
  font-size: 13px;
  font-weight: 900;
}

.gh-robux-results strong {
  display: block;
  margin-top: 8px;
  color: #0F172A;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.gh-robux-results div:nth-child(3) strong {
  color: #16A34A;
}

.gh-robux-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gh-robux-note {
  grid-column: 1 / -1;
}

.gh-robux-guide-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid #BFDBFE;
  border-radius: 18px;
  background: linear-gradient(135deg, #EFF6FF, #ECFEFF);
}

.gh-robux-guide-note strong {
  display: block;
  margin-bottom: 6px;
  color: #0F172A;
  font-size: 15px;
  font-weight: 900;
}

.gh-robux-guide-note p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

.gh-robux-guide-note a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  background: #2563EB;
  color: #FFFFFF;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24);
}

.gh-robux-guide-note a:hover {
  background: #1D4ED8;
  color: #FFFFFF;
}

.gh-robux-warning {
  padding: 16px 18px;
  border: 1px solid #FED7AA;
  border-radius: 18px;
  background: #FFF7ED;
  color: #9A3412;
}

.gh-robux-warning strong {
  display: block;
  color: #C2410C;
  font-size: 15px;
  font-weight: 900;
}

.gh-robux-warning ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.gh-robux-warning li {
  margin: 4px 0;
  line-height: 1.45;
}

.gh-robux-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 4px;
}

.gh-robux-foot p {
  margin: 0;
  color: #64748B;
  line-height: 1.55;
}

.gh-robux-foot p strong {
  color: #0F172A;
}

.gh-robux-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gh-robux-foot button {
  min-width: 220px;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: #2563EB;
  color: #FFFFFF;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
  transition: all 0.18s ease;
}

.gh-robux-foot button:hover {
  background: #1D4ED8;
  transform: translateY(-1px);
}

.gh-robux-foot .gh-robux-secondary-button {
  min-width: 180px;
  border: 1px solid #CBD5E1;
  background: #FFFFFF;
  color: #0F172A;
  box-shadow: none;
}

.gh-robux-foot .gh-robux-secondary-button:hover {
  background: #F1F5F9;
  color: #2563EB;
  border-color: #94A3B8;
}

@media (max-width: 760px) {
  .gh-robux-page {
    padding: 18px 10px;
  }

  .gh-robux-head,
  .gh-robux-form {
    padding: 22px;
  }

  .gh-robux-results,
  .gh-robux-details {
    grid-template-columns: 1fr;
  }

  .gh-robux-foot {
    display: grid;
  }

  .gh-robux-actions {
    display: grid;
  }

  .gh-robux-guide-note {
    display: grid;
  }

  .gh-robux-foot button {
    width: 100%;
    min-width: 0;
  }
}
