.admin_container__uVSVc {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  padding: 2rem;
  font-family: 'PP Object Sans', Arial, sans-serif;
}

.admin_header__BXCuK {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin_header__BXCuK h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.admin_header__BXCuK p {
  font-size: 1.1rem;
  color: #b0b0b0;
  margin: 0;
}

.admin_loading__OjQcq {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 1.2rem;
  color: #FFD700;
}

.admin_error__Cw8at {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 77, 77, 0.1);
  border: 1px solid rgba(255, 77, 77, 0.3);
  border-radius: 12px;
  margin: 2rem 0;
}

.admin_error__Cw8at h1 {
  color: #ff4d4d;
  margin-bottom: 1rem;
}

.admin_message__vhlS0 {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-weight: 500;
}

.admin_message__vhlS0.admin_success__1eje9 {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: #FFD700;
}

.admin_message__vhlS0.admin_error__Cw8at {
  background: rgba(255, 77, 77, 0.1);
  border: 1px solid rgba(255, 77, 77, 0.3);
  color: #ff4d4d;
}

.admin_message__vhlS0.admin_info__tS_KQ {
  background: rgba(77, 166, 255, 0.1);
  border: 1px solid rgba(77, 166, 255, 0.3);
  color: #4da6ff;
}

.admin_tabs__7q5Ma {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.admin_tab__3pwcu {
  flex: 1 1;
  padding: 1rem 2rem;
  background: transparent;
  border: none;
  color: #b0b0b0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.admin_tab__3pwcu:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.admin_tab__3pwcu.admin_active__3D2D6 {
  background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
  color: #000000;
  font-weight: 600;
}

.admin_content__q9bCm {
  max-width: 800px;
  margin: 0 auto;
}

.admin_formSection__y3ZQa {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 2rem;
}

.admin_formSection__y3ZQa h2 {
  color: #FFD700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.admin_form__z_qpj {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.admin_formGroup__W0nf_ {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.admin_formGroup__W0nf_ label {
  color: #e0e0e0;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin_formGroup__W0nf_ input,
.admin_formGroup__W0nf_ textarea {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.admin_formGroup__W0nf_ input:focus,
.admin_formGroup__W0nf_ textarea:focus {
  outline: none;
  border-color: #FFD700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.2);
}

.admin_formGroup__W0nf_ textarea {
  resize: vertical;
  min-height: 80px;
}

.admin_checkboxLabel__B8zp6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1rem !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.admin_checkboxLabel__B8zp6 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #FFD700;
}

.admin_warning__AVQfv {
  background: rgba(255, 179, 0, 0.1);
  border: 1px solid rgba(255, 179, 0, 0.3);
  border-radius: 8px;
  padding: 1rem;
  color: #ffb300;
  font-size: 0.9rem;
  line-height: 1.5;
}

.admin_submitButton__mn2n2 {
  background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
  color: #000000;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
}

.admin_submitButton__mn2n2:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.4);
}

.admin_submitButton__mn2n2:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.admin_dryRunButton__PyQA_ {
  background: linear-gradient(135deg, #4da6ff 0%, #0066cc 100%);
  box-shadow: 0 4px 20px rgba(77, 166, 255, 0.3);
}

.admin_dryRunButton__PyQA_:hover:not(:disabled) {
  box-shadow: 0 6px 25px rgba(77, 166, 255, 0.4);
}

.admin_liveButton__0KXO_ {
  background: linear-gradient(135deg, #ff4d4d 0%, #cc0000 100%);
  box-shadow: 0 4px 20px rgba(255, 77, 77, 0.3);
}

.admin_liveButton__0KXO_:hover:not(:disabled) {
  box-shadow: 0 6px 25px rgba(255, 77, 77, 0.4);
}

.admin_info__tS_KQ {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 2rem;
}

.admin_info__tS_KQ h3 {
  color: #FFD700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.admin_info__tS_KQ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admin_info__tS_KQ li {
  padding: 0.5rem 0;
  color: #e0e0e0;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.admin_info__tS_KQ li:last-child {
  border-bottom: none;
}

.admin_info__tS_KQ li strong {
  color: #FFD700;
}

@media (max-width: 768px) {
  .admin_container__uVSVc {
    padding: 1rem;
  }
  
  .admin_header__BXCuK h1 {
    font-size: 2rem;
  }
  
  .admin_tabs__7q5Ma {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .admin_tab__3pwcu {
    padding: 0.8rem 1rem;
  }
  
  .admin_formSection__y3ZQa {
    padding: 1.5rem;
  }
  
  .admin_submitButton__mn2n2 {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
}

.AdminOverview_container__j02h_ {
  padding: 2rem;
  margin: 0 auto;
  margin-top: 1rem;
  background: rgba(15, 15, 25, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1),
              0 0 15px rgba(255, 215, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.AdminOverview_container__j02h_::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 215, 0, 0.03) 0%,
    rgba(255, 215, 0, 0) 70%
  );
  z-index: -1;
  animation: AdminOverview_pulse__o7lZZ 8s infinite ease-in-out;
}

@keyframes AdminOverview_pulse__o7lZZ {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.AdminOverview_adminContainer___pn50 {
  padding: 2rem;
  margin: 0 auto;
}

.AdminOverview_adminHeader__ak6Q8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_adminHeaderContainer__4V3h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_title__74vOe {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(to right, #ffffff 0%, #FFD700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}

.AdminOverview_adminNav__udSlo {
  display: flex;
  gap: 1.5rem;
  flex-grow: 1;
  justify-content: center;
}

.AdminOverview_adminNavLink__ZAUqY {
  color: #9ca3af;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: color 0.2s ease;
}

.AdminOverview_adminNavLink__ZAUqY::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 215, 0, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.AdminOverview_adminNavLink__ZAUqY:hover {
  color: #ffffff;
}

.AdminOverview_adminNavLink__ZAUqY:hover::after {
  transform: scaleX(1);
}

.AdminOverview_adminNavLinkActive__PRUlb {
  color: #ffffff;
  font-weight: 700;
}

.AdminOverview_adminNavLinkActive__PRUlb::after {
  transform: scaleX(1);
}

.AdminOverview_userInfoContainer__zL3BK {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.AdminOverview_userInfo__CFz3u {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_logoutButton__mUW_t {
  background: rgba(255, 0, 0, 0.2);
  color: #ff4d4d;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 4px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.AdminOverview_logoutButton__mUW_t:hover {
  background: rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

/* Admin Grid and Cards - Updated to match cyberpunk theme */
.AdminOverview_adminGrid__lOxe7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.AdminOverview_adminCard__NVcjZ {
  background: rgba(15, 15, 25, 0.5);
  border-radius: 8px;
  padding: 0;
  border: 1px solid rgba(255, 215, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 6px rgba(255, 215, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.AdminOverview_adminCard__NVcjZ:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.2);
}

.AdminOverview_cardHeader__nB_ey {
  background: rgba(255, 215, 0, 0.1);
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_cardHeader__nB_ey h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.AdminOverview_cardContent__0IoKL {
  padding: 1.5rem;
  color: #ffffff;
}

.AdminOverview_actionButton__dgX9z {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.AdminOverview_actionButton__dgX9z:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.AdminOverview_actionButton__dgX9z:disabled {
  background: rgba(255, 215, 0, 0.5);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.AdminOverview_statsGrid__PUp6m {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.AdminOverview_statCard__bacJ7 {
  background: rgba(15, 15, 25, 0.5);
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 6px rgba(255, 215, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.AdminOverview_statCard__bacJ7:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.2);
}

.AdminOverview_statCardDouble__NafCx {
  grid-column: span 2;
}

.AdminOverview_statCardQuad__LrLqz {
  grid-column: span 4;
}

.AdminOverview_statCardTall__aZjck {
  grid-row: span 2;
}

.AdminOverview_statLabel__lPnyA {
  font-size: 0.9rem;
  color: #9ca3af;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.AdminOverview_statValue__CHRVN {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.AdminOverview_tokenValue__HRqpR {
  font-size: 0.85rem;
  color: #a0aec0;
  margin-bottom: 0.5rem;
  font-style: italic;
}

/* Payment methods styling */
.AdminOverview_paymentMethods__rEGys {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  padding-right: 5px;
}

.AdminOverview_paymentMethods__rEGys::-webkit-scrollbar {
  width: 6px;
}

.AdminOverview_paymentMethods__rEGys::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.AdminOverview_paymentMethods__rEGys::-webkit-scrollbar-thumb {
  background: rgba(255, 215, 0, 0.3);
  border-radius: 10px;
}

.AdminOverview_paymentMethods__rEGys::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 215, 0, 0.5);
}

.AdminOverview_paymentMethod__5yM9x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.8rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-size: 0.9rem;
  color: #ffffff;
  border-left: 3px solid rgba(255, 215, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.AdminOverview_paymentMethod__5yM9x span:first-child {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.AdminOverview_paymentMethod__5yM9x span:first-child::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: rgba(255, 215, 0, 0.6);
}

.AdminOverview_paymentMethod__5yM9x span:last-child {
  font-weight: 600;
  padding: 0.1rem 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 40px;
  text-align: center;
}

.AdminOverview_paymentMethod__5yM9x:hover {
  background: rgba(0, 0, 0, 0.35);
  transform: translateX(2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* Styling for different currencies */
.AdminOverview_paymentMethod__5yM9x[data-currency="ETH"] {
  border-left-color: #62a9ff;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="ETH"] span:first-child::before {
  background-color: #62a9ff;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="USDT"] {
  border-left-color: #FFD700;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="USDT"] span:first-child::before {
  background-color: #FFD700;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="USDC"] {
  border-left-color: #2775ca;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="USDC"] span:first-child::before {
  background-color: #2775ca;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="BTC"] {
  border-left-color: #f7931a;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="BTC"] span:first-child::before {
  background-color: #f7931a;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="MATIC"] {
  border-left-color: #8247e5;
}

.AdminOverview_paymentMethod__5yM9x[data-currency="MATIC"] span:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%238247E5' d='M16 0l13.856 8L16 16 2.144 8zM16 17.143l13.856 8L16 32l-13.856-8zM2.144 9.143L16 16v-1.714L2.144 7.429zM16 17.143v1.714l13.856-6.857L16 16z'/%3E%3C/svg%3E");
}

/* Table styles - Combined and updated */
.AdminOverview_tableContainer__9HjRI {
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.1);
  border-radius: 8px;
  background: rgba(15, 15, 25, 0.3);
  min-height: 750px;
  margin-bottom: 2rem;
}

.AdminOverview_table__ZGOSE, .AdminOverview_adminTable__sCml2 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: rgba(15, 15, 25, 0.3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_table__ZGOSE th,
.AdminOverview_table__ZGOSE td,
.AdminOverview_adminTable__sCml2 th,
.AdminOverview_adminTable__sCml2 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  color: #ffffff;
  height: 56px; /* Fixed row height */
  box-sizing: border-box; /* Include padding and border in height/width */
}

.AdminOverview_table__ZGOSE th,
.AdminOverview_adminTable__sCml2 th {
  background-color: rgba(255, 215, 0, 0.1);
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.AdminOverview_table__ZGOSE tbody tr:hover,
.AdminOverview_adminTable__sCml2 tr:hover {
  background-color: rgba(255, 215, 0, 0.05);
}

.AdminOverview_table__ZGOSE td,
.AdminOverview_adminTable__sCml2 td {
  overflow: hidden; /* Prevent content from expanding cell height */
  vertical-align: middle; /* Align content vertically */
  /* white-space: nowrap; and text-overflow: ellipsis; can be added if needed per column, 
     but require max-width on cells to be effective generally. 
     .emailCell already handles this for its column. */
}

.AdminOverview_statusBadge__Od4UU {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
}

.AdminOverview_statusPaid__xUNWn {
  background-color: rgba(255, 215, 0, 0.2);
  color: #FFD700;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.AdminOverview_statusPending__7I68m {
  background-color: rgba(255, 165, 0, 0.2);
  color: #ffa500;
  box-shadow: 0 0 8px rgba(255, 165, 0, 0.3);
  border: 1px solid rgba(255, 165, 0, 0.3);
}

.AdminOverview_statusCancelled__jMFwG {
  background-color: rgba(255, 0, 0, 0.2);
  color: #ff4d4d;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.3);
}

.AdminOverview_card__BNT0e {
  background: rgba(15, 15, 25, 0.5);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.AdminOverview_card__BNT0e h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(to right, #ffffff 0%, #FFD700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.AdminOverview_loadingContainer__hveU0 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  color: #ffffff;
  animation: AdminOverview_pulse__o7lZZ 1.5s infinite ease-in-out;
}

.AdminOverview_error__YITuH {
  background-color: rgba(255, 77, 77, 0.1);
  border-left: 4px solid #ff4d4d;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
  color: #ff4d4d;
}

.AdminOverview_refreshButton__kwmnM {
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.AdminOverview_refreshButton__kwmnM:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.AdminOverview_refreshButton__kwmnM:disabled {
  background: rgba(255, 215, 0, 0.5);
  cursor: not-allowed;
  transform: none;
}

.AdminOverview_refreshButton__kwmnM::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.AdminOverview_refreshButton__kwmnM:hover::before {
  opacity: 0.15;
}

.AdminOverview_noData__51iz4 {
  text-align: center;
  padding: 2rem;
  color: #9ca3af;
  font-style: italic;
}

/* Form styles */
.AdminOverview_adminForm__5vq4w {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
}

.AdminOverview_formGroup__Nw8i7 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.AdminOverview_formGroup__Nw8i7 label {
  font-weight: 500;
  color: #ffffff;
}

.AdminOverview_input__qn3xJ {
  padding: 0.75rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(15, 15, 25, 0.3);
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.AdminOverview_input__qn3xJ:focus {
  outline: none;
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}

.AdminOverview_input__qn3xJ[disabled] {
  background-color: rgba(30, 30, 40, 0.5) !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  border-color: rgba(100, 100, 100, 0.3) !important;
  color: #888 !important;
}

.AdminOverview_button__pfILa {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
}

.AdminOverview_button__pfILa:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.AdminOverview_button__pfILa:disabled {
  background: linear-gradient(45deg, #333 0%, #555 100%) !important;
  color: #999 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.3) !important;
}

.AdminOverview_deleteButton__iKRce {
  padding: 0.4rem 0.8rem;
  background: rgba(255, 0, 0, 0.2);
  color: #ff4d4d;
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}

.AdminOverview_deleteButton__iKRce:hover {
  background: rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}

.AdminOverview_errorMessage__Qgux5 {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ff4d4d;
  border: 1px solid rgba(255, 0, 0, 0.3);
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.AdminOverview_successMessage__7kpH6 {
  background-color: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

/* Modal styles with cyberpunk theme */
.AdminOverview_modalOverlay__4Js2S {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  padding-top: 5vh;
  overflow-y: auto;
}

.AdminOverview_modalContainer__Xn4fI {
  background: rgba(15, 15, 25, 0.95);
  border-radius: 12px;
  width: 95%;
  max-width: 900px;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5),
              inset 0 1px 1px rgba(255, 255, 255, 0.1),
              0 0 15px rgba(255, 215, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
  animation: AdminOverview_modalEnter__ZWYby 0.3s ease-out;
  position: relative;
  margin-bottom: 5vh;
}

@keyframes AdminOverview_modalEnter__ZWYby {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AdminOverview_modalHeader__Mry2M {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(0, 0, 0, 0.3);
}

.AdminOverview_modalHeader__Mry2M h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(to right, #ffffff 0%, #FFD700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.AdminOverview_closeButton__O9TIL {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: all 0.2s ease;
}

.AdminOverview_closeButton__O9TIL:hover {
  background: rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.4);
  transform: scale(1.05);
}

.AdminOverview_modalContent__jMjss {
  padding: 1.5rem;
  overflow-y: auto;
  color: #ffffff;
}

.AdminOverview_modalSection__vTicT {
  margin-bottom: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.AdminOverview_modalSection__vTicT:last-child {
  margin-bottom: 0;
}

.AdminOverview_modalSection__vTicT h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #FFD700;
  font-size: 1.2rem;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.AdminOverview_form__uhZik {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.AdminOverview_table__ZGOSE {
  margin-top: 1rem;
}

/* Pagination styles */
.AdminOverview_pagination__rJ3St {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  background: rgba(15, 15, 25, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 6px rgba(255, 215, 0, 0.1);
}

.AdminOverview_paginationButton__YLvuy {
  background: rgba(255, 215, 0, 0.3);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.AdminOverview_paginationButton__YLvuy:hover:not(:disabled) {
  background: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
  transform: translateY(-2px);
}

.AdminOverview_paginationButton__YLvuy:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.AdminOverview_paginationInfo__vWxDI {
  color: #ffffff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.AdminOverview_paginationDetails__0QjWG {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .AdminOverview_pagination__rJ3St {
    flex-direction: column;
    gap: 1rem;
  }
  
  .AdminOverview_paginationInfo__vWxDI {
    order: -1;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 900px) {
  .AdminOverview_adminHeaderContainer__4V3h3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .AdminOverview_adminNav__udSlo {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .AdminOverview_userInfoContainer__zL3BK {
    width: 100%;
    justify-content: flex-start;
  }
  .AdminOverview_statCardDouble__NafCx {
    grid-column: span 1;
  }
}

.AdminOverview_emailCell__k9YGr {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AdminOverview_emailHeader__pexoH {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AdminOverview_stickyHeader__UttBE {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(15, 15, 25, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1.5px solid rgba(255, 215, 0, 0.15);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3), 0 1.5px 0 rgba(255,215,0,0.08);
  padding: 0.75rem 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.AdminOverview_stickyHeaderSpacer__v3G9_ {
  height: 80px;
  margin-bottom: 1rem;
}

.AdminOverview_chartGrid__JfpJi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .AdminOverview_statsGrid__PUp6m {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width: 900px) {
  .AdminOverview_stickyHeader__UttBE {
    padding: 0.5rem 1.5rem;
    min-height: 56px;
  }
  .AdminOverview_stickyHeaderSpacer__v3G9_ {
    height: 64px;
  }
  .AdminOverview_adminHeaderContainer__4V3h3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .AdminOverview_adminNav__udSlo {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    gap: 1rem;
  }
  .AdminOverview_userInfoContainer__zL3BK {
    width: 100%;
    justify-content: flex-start;
  }
  .AdminOverview_statCardDouble__NafCx {
    grid-column: span 1;
  }
  .AdminOverview_title__74vOe {
    font-size: 1.5rem;
  }
  .AdminOverview_adminNavLink__ZAUqY {
    font-size: 0.9rem;
  }
  .AdminOverview_userInfo__CFz3u {
    padding: 0.4rem 0.8rem;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  .AdminOverview_container__j02h_ {
    padding: 1rem;
    margin-top: 0.5rem;
    border-radius: 12px;
  }
  .AdminOverview_statCardQuad__LrLqz {
    grid-column: span 2;
  }
  .AdminOverview_adminGrid__lOxe7 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .AdminOverview_statsGrid__PUp6m {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
  }
  .AdminOverview_card__BNT0e, .AdminOverview_statCard__bacJ7, .AdminOverview_adminCard__NVcjZ {
    padding: 1rem;
  }
  .AdminOverview_card__BNT0e h2, .AdminOverview_cardHeader__nB_ey h2, .AdminOverview_modalHeader__Mry2M h2 {
    font-size: 1.2rem;
  }
  .AdminOverview_modalSection__vTicT h3 {
    font-size: 1.1rem;
  }
  .AdminOverview_table__ZGOSE th,
  .AdminOverview_table__ZGOSE td,
  .AdminOverview_adminTable__sCml2 th,
  .AdminOverview_adminTable__sCml2 td {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  .AdminOverview_emailCell__k9YGr, .AdminOverview_emailHeader__pexoH {
    max-width: 150px;
  }
  .AdminOverview_pagination__rJ3St {
    flex-direction: column;
    gap: 1rem;
  }
  .AdminOverview_chartGrid__JfpJi {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .AdminOverview_stickyHeader__UttBE {
    padding: 0.5rem 1rem;
  }
  .AdminOverview_title__74vOe {
    font-size: 1.3rem;
  }
  .AdminOverview_adminNav__udSlo {
    gap: 0.75rem;
  }
  .AdminOverview_statsGrid__PUp6m {
    grid-template-columns: 1fr 1fr;
  }
  .AdminOverview_statValue__CHRVN {
    font-size: 1.5rem;
  }
  .AdminOverview_tokenValue__HRqpR {
    font-size: 0.9rem;
  }
  .AdminOverview_table__ZGOSE th,
  .AdminOverview_table__ZGOSE td {
    padding: 0.5rem;
    font-size: 0.85rem;
  }
  .AdminOverview_actionButton__dgX9z, .AdminOverview_refreshButton__kwmnM, .AdminOverview_button__pfILa, .AdminOverview_paginationButton__YLvuy {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .AdminOverview_stickyHeader__UttBE {
    flex-wrap: wrap;
    padding: 0.5rem;
    min-height: unset;
  }
  .AdminOverview_stickyHeader__UttBE .AdminOverview_title__74vOe {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .AdminOverview_stickyHeader__UttBE .AdminOverview_adminNav__udSlo {
    justify-content: space-around;
    margin-bottom: 0.5rem;
  }
  .AdminOverview_stickyHeaderSpacer__v3G9_ {
    height: 110px;
  }
  .AdminOverview_container__j02h_ {
    padding: 0.75rem;
  }
  .AdminOverview_statsGrid__PUp6m {
    grid-template-columns: 1fr;
  }
  .AdminOverview_statCard__bacJ7 {
    padding: 0.75rem;
  }
  .AdminOverview_chartGrid__JfpJi {
    margin-top: 1rem;
  }
  .AdminOverview_pagination__rJ3St {
    padding: 0.75rem;
  }
  .AdminOverview_paginationButton__YLvuy {
    padding: 0.5rem 1rem;
  }
}

.AdminOverview_goalProgressContainer__1B1wU {
  background: rgba(15, 15, 25, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.08);
  grid-column: span 2;
  margin-bottom: 0.5rem;
}

.AdminOverview_goalProgressContainer__1B1wU::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 215, 0, 0.03) 0%,
    rgba(255, 215, 0, 0) 70%
  );
  z-index: -1;
  animation: AdminOverview_pulse__o7lZZ 8s infinite ease-in-out;
}

.AdminOverview_goalProgressFigures__5vgkO {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #fff;
}

.AdminOverview_goalProgressValue__iNTvZ {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}

.AdminOverview_goalProgressUnit__cu9ox {
  color: #fff;
  font-size: 1em;
  margin-left: 0.2em;
}

.AdminOverview_goalProgressTarget__6qJJk {
  font-size: 0.9em;
  color: #fff;
}

.AdminOverview_progressBarWrapper__5_iZr {
  background: rgba(15, 15, 25, 0.5);
  border-radius: 12px;
  padding: 2px;
  height: 24px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
  overflow: hidden;
  margin-bottom: 0.5rem;
  position: relative;
}

.AdminOverview_progressBarFill__whB3t {
  height: 100%;
  background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%);
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.AdminOverview_progressPercentText__FLIAU {
  text-align: right;
  font-size: 0.95em;
  margin-top: 4px;
  color: #FFD700;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.AdminOverview_progressMarker__aPGzC {
  position: absolute;
  top: 50%; /* Vertically center relative to the progress bar wrapper */
  transform: translate(-50%, -50%); /* Adjust to center the image itself */
  width: 20px; /* Example width, adjust as needed */
  height: 30px; /* Example height, adjust as needed */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2; /* Ensure it's above the progress bar fill */
  /* Add any other necessary styles, e.g., transition for smoother movement if the bar animates */
}

/* Styles for EthGasFeeDisplay */
.AdminOverview_gasFeeContainer__iNByK {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 150px; /* Add min-height to stabilize section above orders table */
}

.AdminOverview_networkSection__ePJ7h {
  background: rgba(20, 20, 30, 0.5);
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 215, 0, 0.05);
}

.AdminOverview_networkHeader__j4h5e {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.AdminOverview_networkHeader__j4h5e svg,
.AdminOverview_networkHeader__j4h5e .AdminOverview_blockchainIcon__7acTE {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.AdminOverview_networkTitle__bGQ12 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e2e8f0;
}

/* Responsive adjustments if needed */
@media (min-width: 768px) {
  .AdminOverview_gasFeeContainer__iNByK {
    flex-direction: row;
    justify-content: space-around;
  }
  .AdminOverview_networkSection__ePJ7h {
    flex-basis: 48%;
  }
}

.AdminOverview_searchBarContainer__YyqD1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 320px;
  max-width: 100%;
}

.AdminOverview_searchIcon__5WDDF {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 2;
}

.AdminOverview_searchInput__DxYw_ {
  flex-grow: 1;
  padding: 0.75rem 1rem 0.75rem 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(15, 15, 25, 0.5);
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.1);
  height: 44px;
}

.AdminOverview_searchInput__DxYw_::placeholder {
  color: #b8bfd9;
  font-style: italic;
}

.AdminOverview_searchInput__DxYw_:focus {
  outline: none;
  border-color: #FFD700;
  background: rgba(20, 20, 35, 0.7);
  box-shadow: 0 0 10px #FFD700;
  color: #fff;
}

/* Specific style for the card containing the orders table and search bar */
.AdminOverview_ordersCard__eFLn8 {
  min-height: 850px; /* card_padding(48) + search(50) + title(40) + tableContainerMin(632) + pagination(80) */
}

/* --- Search Bar Improvements --- */
.AdminOverview_headerSearchFlexContainer__09ZRq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.AdminOverview_searchBarContainer__YyqD1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 320px;
  max-width: 100%;
}

.AdminOverview_searchIcon__5WDDF {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 2;
}

.AdminOverview_searchInput__DxYw_ {
  flex-grow: 1;
  padding: 0.75rem 1rem 0.75rem 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(15, 15, 25, 0.5);
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.1);
  height: 44px;
}

.AdminOverview_searchInput__DxYw_::placeholder {
  color: #b8bfd9;
  font-style: italic;
}

.AdminOverview_searchInput__DxYw_:focus {
  outline: none;
  border-color: #FFD700;
  background: rgba(20, 20, 35, 0.7);
  box-shadow: 0 0 10px #FFD700;
  color: #fff;
}

.AdminOverview_ordersTitle__e6VPD {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.AdminOverview_actionButtonIcon___k6uA {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%; /* Make it circular */
  cursor: pointer;
  display: inline-flex; /* Helps center icon if needed */
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  width: 36px; /* Explicit width */
  height: 36px; /* Explicit height */
}

.AdminOverview_actionButtonIcon___k6uA:hover {
  background: rgba(255, 215, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.4);
  color: #FFD700;
  transform: scale(1.1);
}

/* Add specific hover style for delete icon */
.AdminOverview_actionButtonIcon___k6uA.AdminOverview_deleteIcon__cYFtN:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.4);
  color: #ff4d4d;
}

/* Add spacing between action icons */
.AdminOverview_actionButtonIcon___k6uA + .AdminOverview_actionButtonIcon___k6uA {
  margin-left: 0.5rem; /* Adjust spacing as needed */
}

.AdminOverview_transactionLink__bh32j {
  color: var(--primary-color);
  text-decoration: none; /* Optional: if you want to remove underline */
}

.AdminOverview_transactionLink__bh32j:hover {
  text-decoration: underline; /* Optional: add underline on hover */
  color: #FFD700; /* Optional: slightly brighter gold on hover */
}

/* Styles for AddShareholderForm integration - UPDATED FOR CYBERPUNK THEME */
.AdminOverview_addShareholderFormContainer__mD6eB {
  padding: 20px;
  background-color: rgba(15, 15, 25, 0.7);
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid rgba(255, 215, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3), 0 0 8px rgba(255, 215, 0, 0.15);
}

.AdminOverview_addShareholderFormContainer__mD6eB h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #FFD700;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  padding-bottom: 10px;
}

.AdminOverview_formRow__tqRh3 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.AdminOverview_formRow__tqRh3 .AdminOverview_formGroup__Nw8i7 {
  margin-bottom: 0;
  flex: 1 1;
}

/* General .formGroup styles (should already be somewhat themed, but ensure consistency) */
.AdminOverview_formGroup__Nw8i7 {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.AdminOverview_formGroup__Nw8i7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #c0c0c0;
}

/* General .input styles (ensure it matches cyberpunk theme) */
/* The existing .input style (around line 585) should be good if it's already cyberpunk:
.input {
  padding: 0.75rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(15, 15, 25, 0.3);
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.input:focus {
  outline: none;
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}
.input[disabled] {
  background-color: rgba(30, 30, 40, 0.5); // Darker disabled background
  opacity: 0.7;
  cursor: not-allowed; // Indicate disabled state
}
*/
/* If a different .input was defined for light theme forms, it needs to be updated or removed.
   Assuming the main .input style is already cyberpunk and will be used.
   I will add the disabled state styling to the main .input if it's not there.
*/

/* General .actionButton style (should be cyberpunk already, confirm its styling) */
/* The main .actionButton around line 201:
.actionButton {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.actionButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}
.actionButton:disabled {
  background: rgba(184, 134, 11, 0.5); // Dark gold disabled
  cursor: not-allowed;
  transform: none;
  box-shadow: none; // Remove shadow for disabled
}
*/
/* Adding disabled state to main actionButton if not fully present */

/* Success and Error Messages - UPDATED FOR CYBERPUNK THEME */
.AdminOverview_successMessage__7kpH6 {
  background-color: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.AdminOverview_errorMessage__Qgux5 {
  background-color: rgba(255, 0, 0, 0.15);
  color: #ff4d4d;
  border: 1px solid rgba(255, 0, 0, 0.3);
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 0.95rem;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

/* General .form class styling (should match theme) */
.AdminOverview_form__uhZik {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Styles for Admin Shareholders Page (and potentially reusable) */

.AdminOverview_headerActions__qtAHG {
  display: flex;
  align-items: center;
}

.AdminOverview_addFormContainer__voufZ {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.03); /* Slightly different background for the form section */
  border-radius: 8px;
  margin: 20px 0; /* Spacing around the form container */
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.AdminOverview_controlsContainer__neruk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 8px;
}

/* General purpose text styles if not already present or if needing specific emphasis */
.AdminOverview_loadingText__jb5Es {
  color: #FFD700;
  text-align: center;
  padding: 20px;
  font-size: 1.1rem;
}

.AdminOverview_noDataText__kzyxh {
  color: #aaa; /* Lighter text for "no data" messages */
  text-align: center;
  padding: 20px;
  font-size: 1.1rem;
}

/* Page-level error, distinct from input errors if necessary */
.AdminOverview_pageError__VOjIo {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid var(--error-red-transparent);
  background-color: var(--error-red-very-transparent);
  color: var(--error-red);
  border-radius: 8px;
  text-align: center;
}

/* Ensure .actionButton is suitable for .addShareholderButton or add a specific one if needed */
/* .actionButton is assumed to exist and be suitable for now */

/* Ensure .searchBarContainer, .searchIcon, .searchInput, .tableContainer, .table, .errorMessage, .card, .cardHeader, .cardContent, .container are suitable */
/* These are assumed to exist from AdminOverview page's usage and should provide base styling */

.AdminOverview_sendEmailButton__fw_DT {
  background-color: #007bff; /* Blue */
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
}

.AdminOverview_sendEmailButton__fw_DT:hover:not(:disabled) {
  background-color: #0056b3; /* Darker blue */
}

.AdminOverview_sendEmailButton__fw_DT:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}

.AdminOverview_emailSentButton__EB9md {
  background-color: #FFD700 !important; /* Light gold */
  color: #333 !important; /* Darker text */
}

.AdminOverview_emailSentButton__EB9md:disabled {
    background-color: #FFD700 !important; /* Keep Light gold for sent & disabled */
    color: #333 !important; /* Keep Darker text for sent & disabled */
    opacity: 0.8; /* Slightly more opaque than default disabled */
}

.AdminOverview_emailSentButton__EB9md:hover:not(:disabled) {
  background-color: #DAA520 !important; /* Slightly darker gold on hover */
}

/* Added styles for shareholder email button and spinner */
.AdminOverview_spinnerSmall__MDnni {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: AdminOverview_spin__s7LQT 1s ease-in-out infinite;
}

@keyframes AdminOverview_spin__s7LQT {
  to { transform: rotate(360deg); }
}

.AdminOverview_formSubheading__wm5SH {
  color: white;
  margin-top: 1.5rem; /* Optional: Add some top margin if needed */
  margin-bottom: 1rem;
}

/* Styles for Expandable Rows in Admin Shareholders Table */
.AdminOverview_expandButton__Ns_oA {
  background: none;
  border: none;
  color: rgba(255, 215, 0, 0.7);
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1rem; /* Adjust icon size if needed */
  transition: color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AdminOverview_expandButton__Ns_oA:hover {
  color: #FFD700;
  transform: scale(1.1);
}

.AdminOverview_expandedRow__k8es3 td {
  padding: 0; /* Remove default cell padding, container will handle it */
  background-color: rgba(255, 215, 0, 0.03); /* Very subtle gold tint */
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
  border-top: 1px solid rgba(255, 215, 0, 0.05); /* Separator from main row */
}

.AdminOverview_expandedContentContainer__59N9p {
  padding: 1.5rem;
  color: #e0e0e0; /* Light grey for text */
}

.AdminOverview_expandedHeader__6Po2P {
  color: #FFD700;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.AdminOverview_tokenBreakdownGrid__21hz1,
.AdminOverview_otherDetailsGrid__6iKGJ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.5rem; /* row-gap column-gap */
}

.AdminOverview_tokenDetailItem__X6Ov_,
.AdminOverview_detailItem__yac25 {
  background: rgba(10, 20, 10, 0.3); /* Darker item background */
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
  font-size: 0.9rem;
  border-left: 3px solid rgba(255, 215, 0, 0.3);
}

.AdminOverview_tokenDetailItem__X6Ov_ strong,
.AdminOverview_detailItem__yac25 strong {
  color: #FFD700; /* Lighter gold for labels */
  margin-right: 0.5em;
}

/* Style for rows indicating an active user (e.g., has logged in recently) */
.AdminOverview_activeUserRow__Zvi3i td {
  background-color: rgba(255, 215, 0, 0.08) !important; /* Subtle gold tint for the cells */
  /* Smart Contracts Page Styles */
.AdminOverview_typeBadge__SvYFq {
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.AdminOverview_typeBadge__SvYFq[data-type="token"] {
  background-color: rgba(255, 215, 0, 0.2);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.AdminOverview_typeBadge__SvYFq[data-type="presale"] {
  background-color: rgba(98, 169, 255, 0.2);
  color: #62a9ff;
  border: 1px solid rgba(98, 169, 255, 0.3);
}

.AdminOverview_typeBadge__SvYFq[data-type="staking"] {
  background-color: rgba(130, 71, 229, 0.2);
  color: #8247e5;
  border: 1px solid rgba(130, 71, 229, 0.3);
}

.AdminOverview_typeBadge__SvYFq[data-type="governance"] {
  background-color: rgba(247, 147, 26, 0.2);
  color: #f7931a;
  border: 1px solid rgba(247, 147, 26, 0.3);
}

.AdminOverview_typeBadge__SvYFq[data-type="other"] {
  background-color: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.3);
}

.AdminOverview_networkIcon__TvSwG {
  font-size: 1rem;
  color: #9ca3af;
}

.AdminOverview_actionButton__dgX9z {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 6px;
  color: #FFD700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.AdminOverview_actionButton__dgX9z:hover {
  background: rgba(255, 215, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.4);
  color: #FFD700;
  transform: translateY(-1px);
}

.AdminOverview_filterSelect__frT6_ {
  padding: 0.5rem 0.75rem;
  background: rgba(15, 15, 25, 0.5);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.AdminOverview_filterSelect__frT6_:focus {
  outline: none;
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.1);
}

.AdminOverview_filterSelect__frT6_ option {
  background: rgba(15, 15, 25, 0.95);
  color: #fff;
}

/* Real-time and Contract Management Styles */
.AdminOverview_activeToggle__k7wbH {
  background: linear-gradient(135deg, #FFD700, #B8860B);
  color: #000;
  border: 1px solid rgba(255, 215, 0, 0.5);
}

.AdminOverview_inactiveToggle__tNc85 {
  background: rgba(156, 163, 175, 0.2);
  color: #9ca3af;
  border: 1px solid rgba(156, 163, 175, 0.3);
}

.AdminOverview_modalOverlay__4Js2S {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.AdminOverview_modalContent__jMjss {
  background: rgba(15, 15, 25, 0.95);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 12px;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.AdminOverview_modalHeader__Mry2M {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AdminOverview_modalHeader__Mry2M h2 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}

.AdminOverview_closeButton__O9TIL {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.AdminOverview_closeButton__O9TIL:hover {
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
}

.AdminOverview_modalBody__rkJMk {
  padding: 1.5rem;
}

.AdminOverview_modalActions__m0LyZ {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.AdminOverview_cancelButton__JWSd5 {
  padding: 0.75rem 1.5rem;
  background: rgba(156, 163, 175, 0.2);
  border: 1px solid rgba(156, 163, 175, 0.3);
  border-radius: 6px;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.2s ease;
}

.AdminOverview_cancelButton__JWSd5:hover {
  background: rgba(156, 163, 175, 0.3);
  border-color: rgba(156, 163, 175, 0.5);
}

.AdminOverview_saveButton__AOFHL {
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #FFD700, #B8860B);
  border: 1px solid rgba(255, 215, 0, 0.5);
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.AdminOverview_saveButton__AOFHL:hover {
  background: linear-gradient(135deg, #B8860B, #FFD700);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

.AdminOverview_formGroup__Nw8i7 {
  margin-bottom: 1rem;
}

.AdminOverview_formGroup__Nw8i7 label {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 600;
}

.AdminOverview_formGroup__Nw8i7 input,
.AdminOverview_formGroup__Nw8i7 select,
.AdminOverview_formGroup__Nw8i7 textarea {
  width: 100%;
  padding: 0.75rem;
  background: rgba(15, 15, 25, 0.5);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.AdminOverview_formGroup__Nw8i7 input:focus,
.AdminOverview_formGroup__Nw8i7 select:focus,
.AdminOverview_formGroup__Nw8i7 textarea:focus {
  outline: none;
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.1);
}

.AdminOverview_formGroup__Nw8i7 textarea {
  resize: vertical;
  min-height: 80px;
}

/* Enhanced Action Buttons */
.AdminOverview_actionButton__dgX9z {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 6px;
  color: #FFD700;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.AdminOverview_actionButton__dgX9z:hover {
  background: rgba(255, 215, 0, 0.2);
  border-color: rgba(255, 215, 0, 0.4);
  color: #FFD700;
  transform: translateY(-1px);
}

.AdminOverview_actionButton__dgX9z:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Real-time indicator */
.AdminOverview_realTimeIndicator__ZGjhC {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
  color: #22c55e;
  font-size: 0.8rem;
  font-weight: 600;
}

.AdminOverview_realTimeIndicator__ZGjhC::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: AdminOverview_pulse__o7lZZ 2s infinite;
}

@keyframes AdminOverview_pulse__o7lZZ {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
}

.AdminOverview_activeUserRow__Zvi3i:hover td {
  background-color: rgba(255, 215, 0, 0.12) !important; /* Slightly more prominent on hover */
}

/* Sortable table headers */
.AdminOverview_sortableHeaderCell__HsnJw:hover {
  background: rgba(255, 215, 0, 0.05);
}

.AdminOverview_sortableHeaderContent__nwoqe {
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between; /* This will push the icon to the right */
  gap: 0.5rem;
  width: 100%; /* Ensure it takes full width of the cell */
}

.AdminOverview_sortIcon__Ygc6E {
  color: #6b7280;
  font-size: 0.8rem;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.AdminOverview_sortableHeaderContent__nwoqe:hover .AdminOverview_sortIcon__Ygc6E {
  opacity: 1;
}

.AdminOverview_sortIconActive___JUTQ {
  color: #FFD700;
  font-size: 0.8rem;
  opacity: 1;
} 
.ExportToCSVButton_exportButton__97wpk {
  padding: 0.7rem 1.6rem;
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.18);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ExportToCSVButton_exportButton__97wpk:hover {
  background: linear-gradient(45deg, #FFD700 0%, #FFA500 100%);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.28);
  transform: translateY(-2px) scale(1.03);
}

.ExportToCSVButton_exportButton__97wpk:active {
  transform: scale(0.98);
} 
.AdminLogin_loginContainer__xTcMK {
  background: rgba(15, 15, 25, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 2.5rem;
  max-width: 450px;
  margin: 5rem auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1),
              0 0 15px rgba(255, 215, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.AdminLogin_loginContainer__xTcMK::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 215, 0, 0.03) 0%,
    rgba(255, 215, 0, 0) 70%
  );
  z-index: -1;
  animation: AdminLogin_pulse__f_VYl 8s infinite ease-in-out;
}

@keyframes AdminLogin_pulse__f_VYl {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.AdminLogin_title__Lwr_d {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  background: linear-gradient(to right, #ffffff 0%, #FFD700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.AdminLogin_form__imv09 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.AdminLogin_formGroup__uOoqY {
  position: relative;
}

.AdminLogin_label__mq0nm {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.AdminLogin_input__wX_1W {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.AdminLogin_input__wX_1W:focus {
  outline: none;
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.AdminLogin_button__3T4jW {
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  color: white;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.AdminLogin_button__3T4jW:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.AdminLogin_button__3T4jW:disabled {
  background: rgba(255, 215, 0, 0.5);
  cursor: not-allowed;
  transform: none;
}

.AdminLogin_button__3T4jW::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.AdminLogin_button__3T4jW:hover::before {
  opacity: 0.15;
}

.AdminLogin_error__8Gf4r {
  background-color: rgba(255, 77, 77, 0.1);
  border-left: 4px solid #ff4d4d;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
  color: #ff4d4d;
}

.AdminLogin_securityIcon__KcA_Q {
  display: block;
  margin: 0 auto 1.5rem;
  font-size: 3rem;
  opacity: 0.8;
  color: #FFD700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

/* Brute force protection styles */
.AdminLogin_securityStatus__V9lwm {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 8px;
  animation: AdminLogin_slideIn__rGsgy 0.3s ease-out;
}

@keyframes AdminLogin_slideIn__rGsgy {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AdminLogin_lockoutWarning__56I73 {
  background: rgba(255, 77, 77, 0.1);
  border: 1px solid rgba(255, 77, 77, 0.3);
  color: #ff4d4d;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(255, 77, 77, 0.2);
}

.AdminLogin_lockoutWarning__56I73 p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.AdminLogin_attemptWarning__BYKm4 {
  background: rgba(255, 165, 0, 0.1);
  border: 1px solid rgba(255, 165, 0, 0.3);
  color: #ffa500;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(255, 165, 0, 0.2);
}

.AdminLogin_attemptWarning__BYKm4 p {
  margin: 0.25rem 0;
  font-weight: 500;
}

.AdminLogin_attemptWarning__BYKm4 p:first-child {
  font-weight: 600;
  font-size: 1rem;
}

/* Disabled state for locked form */
.AdminLogin_form__imv09:has(.AdminLogin_button__3T4jW:disabled) .AdminLogin_input__wX_1W {
  opacity: 0.6;
  cursor: not-allowed;
}

.AdminLogin_form__imv09:has(.AdminLogin_button__3T4jW:disabled) .AdminLogin_input__wX_1W:focus {
  border-color: rgba(255, 215, 0, 0.2);
  box-shadow: none;
}

/* 2FA specific styles */
.AdminLogin_twoFactorHelp__VR8Fe {
  color: #FFD700;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  opacity: 0.8;
  text-align: center;
} 
.Navbar_nav__Hy2dT {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}

.Navbar_navbar__vqhjI {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  text-transform: uppercase;
}

.Navbar_rightSection__jKum3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
}

.Navbar_logo__XaZAL,
.Navbar_clock__FojhI,
.Navbar_ctas__Dd1fK {
  flex: 1 1;
}

.Navbar_logo__XaZAL {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Navbar_logo__XaZAL img {
  width: 250px;
  height: 50px;
  margin-top: 20px;
  object-fit: contain;
}

.Navbar_ctas__Dd1fK {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.Navbar_buttonWrapper__jhXfn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex: 1 1;
}


.Navbar_sound__FBw31,
.Navbar_contact__je1ot,
.Navbar_menu__RevBt {
  flex: 1 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-text);
  border-radius: 50px;
  cursor: pointer;
  padding: 1em 0;
}

.Navbar_sound__FBw31 p,
.Navbar_contact__je1ot a,
.Navbar_menu__RevBt p {
  color: var(--color-bg);
}

.Navbar_menu__RevBt,
.Navbar_contact__je1ot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Navbar_menu__RevBt p,
.Navbar_contact__je1ot a {
  padding-right: 1em;
}

.Navbar_menuIcon__rueYj,
.Navbar_contactIcon__EmY_k {
  position: relative;
  left: 0.125em;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Navbar_contactIcon__EmY_k {
  color: var(--color-text);
  transform: rotate(0);
  left: 0.25em;
  font-size: 8px;
}

.Navbar_contact__je1ot {
  background: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color), #3d6300);
}

.Navbar_contact__je1ot a {
  color: var(--color-text);
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}

.Navbar_active__544om {
  background: var(--color-text);
}

.Navbar_active__544om p,
.Navbar_active__544om ion-icon {
  color: var(--color-bg);
}

.Navbar_active__544om .Navbar_menuIcon__rueYj {
  transform: rotate(270deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Mobile/Desktop visibility control */
@media (min-width: 901px) {
  .Navbar_mobileOnly__K4TpD {
    display: none;
  }
  
  .Navbar_buttonWrapper__jhXfn {
    justify-content: flex-end;
    max-width: 200px;
    position: relative;
    z-index: 20; /* Ensure button appears above menu */
  }
}

@media (max-width: 900px) {
  .Navbar_ctas__Dd1fK {
    position: fixed;
    left: 0;
    bottom: 1em;
    width: 100%;
    height: 60px;
    padding: 1em;
  }

  .Navbar_clock__FojhI {
    text-align: right;
  }

  .Navbar_buttonWrapper__jhXfn {
    justify-content: space-between;
   
  }

  .Navbar_menu__RevBt,
  .Navbar_contact__je1ot {
    padding: 1.4em 0em;
    flex: 1 1;
    
  }

  .Navbar_userSection__oAAKs {
    flex: 1 1;
    width: 50%;
    max-width: none;
    margin-right: 0;
    
  }

  .Navbar_menuIcon__rueYj {
    left: 0;
  }

  .Navbar_active__544om {
    background: var(--primary-color);
  }

  .Navbar_active__544om p,
  .Navbar_active__544om ion-icon {
    color: var(--color-text);
  }
} 
.Web3Button_web3button__PVrag {
  flex: 1 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  padding: 0 0;
  background: rgba(255, 215, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  font-family: inherit;
  color: var(--color-text);
  color: var(--primary-color);
  position: relative;
}

.Web3Button_buttonContainer__VrniT {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex: 1 1;
  height: 100%;
}

.Web3Button_walletIcon__AyBzF {
  position: relative;
  left: 0.125em;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Web3Button_web3button__PVrag p {
  padding-right: 0.75em;
}

.Web3Button_web3button__PVrag svg {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  font-size: 8px;
}

@media (max-width: 900px) {
  .Web3Button_web3button__PVrag {
    padding: 0.69em 0.5em;
    width: 100%;
    flex: 1 1;
  }
  
  .Web3Button_buttonContainer__VrniT {
    width: 100%;
  }
} 

.Web3Button_profileLink__ykJ_d {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: rgba(255, 215, 0, 0.08);
  border-radius: 50px;
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 100%;
}

.Web3Button_profileLink__ykJ_d:hover {
  background: rgba(255, 215, 0, 0.22);
}

.Web3Button_profileLink__ykJ_d svg {
  margin-right: 0.5rem;
}
.Menu_menuContainer__NTWQy {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  padding: 1em;
  display: flex;
  text-transform: uppercase;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}

.Menu_whitespace__OtZpC {
  pointer-events: none;
}

.Menu_whitespace__OtZpC,
.Menu_menuItems__scaZi {
  flex: 1 1;
  padding: 0.25em;
}

.Menu_menuItems__scaZi {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  background: rgba(0, 0, 0, 1);
  border-radius: 50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.Menu_menuItem__54qxO {
  position: relative;
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(250, 250, 250, 0.1);
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  
}

.Menu_menuItem__54qxO span {
  color: #fff;
}

/* Profile button styles */
.Menu_profileButton__9n0vF {
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(30, 30, 34, 0.9) !important;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.Menu_profileIcon__H38mH {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Menu_profileButton__9n0vF:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(54, 211, 0, 0.3);
}

.Menu_profileMenuButton__C9ip1 {
  background-color: rgba(30, 30, 34, 0.9) !important;
}

.Menu_mobileProfileIcon__FDtcN {
  margin-right: 8px;
}

.Menu_menuItemLabel__lVXIU {
  display: flex;
  align-items: center;
}

/* Desktop horizontal menu styles */
.Menu_desktopMenu__iuUPL {
  display: none;
  position: fixed;
  top: 0;
  right: 220px; /* Space for connect button */
  height: 70px;
  align-items: center;
  gap: 1.2em;
  text-transform: uppercase;
  z-index: 10;
  justify-content: flex-end;
  
}

.Menu_desktopMenuItem__N0AvO {
  color: var(--color-text);
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
  padding: 0.5em 1em;
  background-color: rgba(250, 250, 250, 0.1);
  border-radius: 50px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.Menu_desktopMenuItem__N0AvO:hover {
  opacity: 1;
  background-color: rgba(30, 30, 34, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/*.desktopMenuItem::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-text);
  transition: width 0.3s ease;
}*/

.Menu_desktopMenuItem__N0AvO:hover::after {
  width: 100%;
}

/* Media queries */
@media (min-width: 901px) {
  .Menu_menuContainer__NTWQy {
    display: none;
  }
  
  .Menu_desktopMenu__iuUPL {
    display: flex;
  }
}

@media (max-width: 900px) {
  .Menu_menuContainer__NTWQy {
    top: unset;
    bottom: calc(0px);
    padding: 0;
  }

  .Menu_menuItems__scaZi {
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 100px;
  }

  .Menu_whitespace__OtZpC {
    display: none;
  }
  
  .Menu_desktopMenu__iuUPL {
    display: none;
  }
} 

.SignInModal_overlay__gmCyX {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SignInModal_modal__tg_Ja {
  background: #181c24;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  min-width: 320px;
  color: #fff;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.SignInModal_closeButton__SaFhk {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.SignInModal_closeButton__SaFhk:hover {
  color: var(--primary-color);
}

.SignInModal_title__h2p2a {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.SignInModal_description__zJ0pi {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #b5b5b5;
  text-align: center;
}

.SignInModal_emailButton__TBGF4 {
  width: 100%;
  padding: 0.75rem;
  border-radius: 50px;
  background: var(--primary-color);
  color: #181c24;
  font-weight: 600;
  border: none;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.SignInModal_emailButton__TBGF4:hover {
  background: #2a7a00;
  color: #fff;
}

.SignInModal_walletButton__havUM {
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  background: #222;
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.SignInModal_walletButton__havUM:hover {
  background: var(--primary-color);
  color: #181c24;
  border: 1px solid #2a7a00;
}

.SignInModal_walletButtonContainer___8i4N {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SignInModal_form__zbOZy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.SignInModal_input__QUB0n {
  width: 100%;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #333;
  background: #23272f;
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  margin-bottom: 0.25rem;
  transition: border 0.2s, background 0.2s;
}
.SignInModal_input__QUB0n:focus {
  border: 1.5px solid var(--primary-color);
  background: #232f23;
  outline: none;
}

.SignInModal_error__RHBkE {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.SignInModal_separator__T8cwl {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.2rem 0 1.2rem 0;
  color: #b5b5b5;
  font-size: 1rem;
  font-weight: 500;
}
.SignInModal_separator__T8cwl::before,
.SignInModal_separator__T8cwl::after {
  content: '';
  flex: 1 1;
  border-bottom: 1px solid #333;
  margin: 0 0.75rem;
}
.SignInModal_separator__T8cwl span {
  white-space: nowrap;
  padding: 0 0.5rem;
  color: #b5b5b5;
  font-size: 0.95rem;
  font-weight: 500;
} 
.Footer_footer__4ngX1 {
  position: relative;
  width: 100%;
  background-color: var(--color-bg);
  padding: 3rem 1rem;
  color: var(--color-text);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.Footer_container__DuuQ8 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.Footer_logo__AHcLt {
  max-width: 240px;
}

.Footer_logo__AHcLt img {
  width: 100%;
}

.Footer_content__JKoHu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.Footer_disclaimer__Bjhsr {
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 1rem 0;
}

.Footer_disclaimerText__gfqbk {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  opacity: 0.8;
  margin: 0.5rem 0;
  text-align: center;
}

.Footer_copyright__pODhr {
  font-size: 0.9rem;
  opacity: 0.7;
}

.Footer_social__pBuIZ {
  display: flex;
  list-style: none;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.Footer_social__pBuIZ li {
  transition: transform 0.3s ease;
}

.Footer_social__pBuIZ li:hover {
  transform: translateY(-5px);
}

.Footer_social__pBuIZ a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Footer_social__pBuIZ svg {
  width: 24px;
  height: 24px;
}

.Footer_links__l6_6S {
  display: flex;
  gap: 1.5rem;
}

.Footer_links__l6_6S a {
  font-size: 14px;
  color: var(--color-text-secondary);
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.Footer_links__l6_6S a:hover {
  color: var(--color-text);
  transform: translateY(-2px);
}

.Footer_links__l6_6S a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-text);
  transition: width 0.3s ease;
}

.Footer_links__l6_6S a:hover::after {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .Footer_footer__4ngX1 {
    margin-bottom: 80px;
  }
  .Footer_logo__AHcLt img {
    width: 50%;
  }
  .Footer_content__JKoHu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .Footer_links__l6_6S {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .Footer_social__pBuIZ {
    justify-content: flex-start;
    width: 100%;
  }

  .Footer_disclaimer__Bjhsr {
    padding: 1rem 0;
  }

  .Footer_disclaimerText__gfqbk {
    font-size: 0.8rem;
    text-align: left;
  }
} 

/* Styles for ClientPurchaseModal component */

.ClientPurchaseModal_modalOverlay__TMV6i {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.ClientPurchaseModal_modalContent__bNAyh {
    background-color: rgba(17, 24, 39, 0.7); /* Match .purchaseContainer */
    color: var(--color-text);
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    position: relative;
    border: 1px solid rgba(75, 85, 99, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.ClientPurchaseModal_closeButton__DFpnM,
.ClientPurchaseModal_closeButtonTopRight__D0JDh {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.75rem;
    color: var(--color-text-secondary);
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem;
    transition: color 0.2s;
}
.ClientPurchaseModal_closeButton__DFpnM:hover,
.ClientPurchaseModal_closeButtonTopRight__D0JDh:hover {
    color: var(--color-text);
}

.ClientPurchaseModal_selectionContainer__Uv_EW {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.ClientPurchaseModal_selectionTitle__wcsCX {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text);
    text-align: center;
}

.ClientPurchaseModal_paymentMethodSelector__tNNzQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.ClientPurchaseModal_paymentButton__Aq9PS {
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(to right, var(--primary-color), #B8860B);
    color: var(--color-text);
    font-weight: 600;
    padding: 0.875rem 1.25rem;
    border-radius: 50px;
    border: none;
    margin-top: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}
.ClientPurchaseModal_paymentButton__Aq9PS:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s;
}
.ClientPurchaseModal_paymentButton__Aq9PS:hover {
    background: linear-gradient(to right, #B8860B, var(--primary-color));
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    transform: translateY(-2px);
}
.ClientPurchaseModal_paymentButton__Aq9PS:hover:before {
    left: 100%;
}
.ClientPurchaseModal_paymentButton__Aq9PS:disabled {
    background: rgba(107, 114, 128, 0.7);
    cursor: not-allowed;
    opacity: 0.7;
    transform: translateY(0);
    box-shadow: none;
}
.ClientPurchaseModal_paymentButton__Aq9PS:disabled:before {
    display: none;
}
.ClientPurchaseModal_paymentButton__Aq9PS .ClientPurchaseModal_spinner__rh7M0 {
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--color-text);
    animation: ClientPurchaseModal_spin__ilQrJ 1s linear infinite;
}

.ClientPurchaseModal_unavailableLabel__ZlBt3 {
    font-size: 0.75rem;
    color: var(--color-text-secondary);
    margin-left: 0.5rem;
    font-style: italic;
}

.ClientPurchaseModal_backButton__SfHhA {
    background: transparent;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-text-secondary);
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    align-self: flex-start;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ClientPurchaseModal_backButton__SfHhA:hover {
    background-color: rgba(75, 85, 99, 0.5);
    color: var(--color-text);
    border-color: var(--color-text);
}

.ClientPurchaseModal_globalErrorText__ysNDJ {
    color: #EF4444;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    text-align: center;
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.ClientPurchaseModal_loadingOverlayModalLevel__7UPrt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31, 41, 55, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1010;
    border-radius: 0.75rem;
}
.ClientPurchaseModal_loadingOverlayModalLevel__7UPrt .ClientPurchaseModal_spinner__rh7M0 {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: ClientPurchaseModal_spin__ilQrJ 1s linear infinite;
    margin-bottom: 1rem;
}
.ClientPurchaseModal_loadingOverlayModalLevel__7UPrt p {
    color: var(--color-text);
    font-size: 1rem;
}

@keyframes ClientPurchaseModal_spin__ilQrJ {
    to {
        transform: rotate(360deg);
    }
} 
/* Styles for CardPaymentFlow component - aligned with app's dark theme */

/* Stepper styles copied from PurchaseFlow.module.css for consistency */
.CardPaymentFlow_steps__OxzLS {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-evenly;
    position: relative;
}

.CardPaymentFlow_steps__OxzLS::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgba(75, 85, 99, 0.5);
    z-index: 0;
}

.CardPaymentFlow_step__6Xu6n {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1 1;
}

.CardPaymentFlow_stepCircle__QnuOZ {
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: var(--color-bg);
    border: 2px solid #4B5563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #9CA3AF;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.CardPaymentFlow_stepCircle__QnuOZ.CardPaymentFlow_active__cqq1M {
    background: linear-gradient(to right, var(--primary-color), #B8860B);
    border-color: var(--primary-color);
    color: var(--color-text);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.CardPaymentFlow_stepCircle__QnuOZ.CardPaymentFlow_completed__ijE36 {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--color-text);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.CardPaymentFlow_stepLabel__Vd59H {
    font-size: 0.75rem;
    color: #9CA3AF;
    text-align: center;
    max-width: 5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.CardPaymentFlow_stepLabel__Vd59H.CardPaymentFlow_active__cqq1M {
    color: var(--color-text);
    font-weight: 500;
}

.CardPaymentFlow_stepLabel__Vd59H.CardPaymentFlow_completed__ijE36 {
    color: var(--primary-color);
    font-weight: 500;
}

.CardPaymentFlow_cardFlowModalContainer__j8XQd {
    /* Styles for the main container of the card payment flow in the modal */
    /* This class is already present, we can enhance it if needed,
       but the primary content styling will go into cardFlowStepContainer. */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); /* Overlay background */
    z-index: 1000; /* Ensure it's on top */
}

.CardPaymentFlow_cardFlowStepContainer__jzD37 {
    background-color: rgba(17, 24, 39, 0.7);
    color: var(--color-text);
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(75, 85, 99, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    position: relative;
    animation: CardPaymentFlow_fadeIn__zcioL 0.3s ease-in-out;
}

.CardPaymentFlow_header__6THdD {
    color: var(--color-text);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.CardPaymentFlow_closeButton__a3R0F {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.75rem;
    color: var(--color-text-secondary);
    cursor: pointer;
    line-height: 1;
    padding: 0.25rem;
    transition: color 0.2s;
}

.CardPaymentFlow_closeButton__a3R0F:hover {
    color: var(--color-text);
}

.CardPaymentFlow_backButton__xYt6W {
    position: absolute;
    top: 1.25rem;
    left: 1rem;
    background: transparent;
    border: none;
    font-size: 1rem;
    color: var(--color-text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    transition: color 0.2s;
}

.CardPaymentFlow_backButton__xYt6W:hover {
    color: var(--color-text);
}

.CardPaymentFlow_inputLabel__vSF9u {
    display: block;
    color: var(--color-text-secondary);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.CardPaymentFlow_inputField__vZlUo {
    width: 100%;
    background-color: rgba(31, 41, 55, 0.5);
    border: 1px solid rgba(55, 65, 81, 0.6);
    color: var(--color-text);
    padding: 0.85rem 1rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 1rem;
}

.CardPaymentFlow_inputField__vZlUo:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(54, 211, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    background-color: rgba(31, 41, 55, 0.7);
}

.CardPaymentFlow_inputField__vZlUo::placeholder {
    color: rgba(156, 163, 175, 0.7);
}

.CardPaymentFlow_actionButton__IxVOH {
    width: 100%;
    background: linear-gradient(to right, var(--primary-color), #3d6300);
    color: var(--color-text);
    font-weight: 600;
    padding: 0.875rem 1.25rem;
    border-radius: 0.5rem;
    border: none;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.CardPaymentFlow_actionButton__IxVOH:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.7s;
}

.CardPaymentFlow_actionButton__IxVOH:hover:not(:disabled) {
    background: linear-gradient(to right, #3d6300, var(--primary-color));
    box-shadow: 0 0 20px rgba(54, 211, 0, 0.4);
    transform: translateY(-2px);
}

.CardPaymentFlow_actionButton__IxVOH:hover:not(:disabled):before {
    left: 100%;
}

.CardPaymentFlow_actionButton__IxVOH:disabled {
    background: rgba(107, 114, 128, 0.7);
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.CardPaymentFlow_actionButton__IxVOH:disabled:before {
    display: none;
}

.CardPaymentFlow_secondaryButton__CYNzN {
    background: transparent;
    color: var(--color-text-secondary);
    border: 1px solid rgba(75, 85, 99, 0.5);
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    margin-top: 0.75rem;
}

.CardPaymentFlow_secondaryButton__CYNzN:hover:not(:disabled) {
    background-color: rgba(75, 85, 99, 0.2);
    color: var(--color-text);
    border-color: var(--color-text);
}

.CardPaymentFlow_errorMessage___aUVL {
    color: #EF4444;
    font-size: 0.875rem;
    margin-top: 0.75rem;
    text-align: center;
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.CardPaymentFlow_textCenter__KtFaw {
    text-align: center;
}

.CardPaymentFlow_buttonGroup__MGb6I {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.CardPaymentFlow_confirmationText__5bGVk {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.CardPaymentFlow_accountInfo__ZRxXe {
    color: var(--color-text-secondary);
    font-size: 0.9rem;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 1rem;
    background-color: rgba(31, 41, 55, 0.7);
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(75, 85, 99, 0.3);
}

.CardPaymentFlow_priceDisplayContainer__BKG50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background-color: rgba(31, 41, 55, 0.3);
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(75, 85, 99, 0.2);
}

.CardPaymentFlow_priceDisplayLabel__URbj_ {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.CardPaymentFlow_priceDisplayValue__Gp6nA {
    font-size: 0.9rem;
    color: var(--color-text);
    font-weight: 600;
}

.CardPaymentFlow_estimatedTokens__KFwK6 {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: rgba(54, 211, 0, 0.05);
    border: 1px solid rgba(54, 211, 0, 0.15);
    border-radius: 0.375rem;
}

/* Additional style for the main container in CardPaymentFlow.tsx to have some padding if it's just wrapping the step container */
/* .cardFlowModalContainer is already defined above for the overlay */

/* Styling for specific step content if needed */
.CardPaymentFlow_accountForm__hdlUS, .CardPaymentFlow_amountForm__dhJPC, .CardPaymentFlow_confirmationView__QxMoj {
    display: flex;
    flex-direction: column;
}

/* Add other styles relevant to CardPaymentFlow.tsx inputs, buttons, error messages etc. */

@keyframes CardPaymentFlow_fadeIn__zcioL {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
} 
.UserOrdersOverTimeChart_chartWrapper__RKO2u {
  /* This outer wrapper can adopt the glassmorphism if the parent page uses it */
  /* For now, it's a simple container for the chart card */
  padding: 0; /* Adjust if needed based on page layout */
  margin-bottom: 2rem; /* Matches existing margin from profile page */
}

.UserOrdersOverTimeChart_chartCard__Ns8oM {
  height: 350px;
  width: 100%;
  
  border-radius: 12px; /* Slightly larger radius for a softer look */
  padding: 1.5rem;     /* Consistent padding */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* Adjusted shadow for dark theme */
  display: flex; /* To help center text if no chart */
  flex-direction: column; /* Stack chart/text vertically */
  justify-content: center; /* Center content if chart isn't full height */
}

.UserOrdersOverTimeChart_loadingText__0_iy6,
.UserOrdersOverTimeChart_errorText__wqCnR,
.UserOrdersOverTimeChart_noDataText__RQFBk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1; /* Allow text to take available space if chart isn't rendered */
  min-height: 150px;
  font-size: 1rem; /* Standardized font size */
  color: #A0AEC0; /* Light gray text (Tailwind gray-500) */
  text-align: center;
  padding: 1rem;
}

.UserOrdersOverTimeChart_errorText__wqCnR {
  color: #FEB2B2; /* Light red for errors (Tailwind red-300) */
  font-weight: 500;
}

/* Chart.js specific text styling will still be in the JS options object for canvas elements */ 
.UserReferralsOverTimeChart_chartWrapper__OYlIx {
  /* This outer wrapper can adopt the glassmorphism if the parent page uses it */
  /* For now, it's a simple container for the chart card */
  padding: 0; /* Adjust if needed based on page layout */
  margin-bottom: 2rem; /* Matches existing margin from profile page */
}

.UserReferralsOverTimeChart_chartCard__8LFpa {
  height: 350px;
  width: 100%;
  
  border-radius: 12px; /* Slightly larger radius for a softer look */
  padding: 1.5rem;     /* Consistent padding */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* Adjusted shadow for dark theme */
  display: flex; /* To help center text if no chart */
  flex-direction: column; /* Stack chart/text vertically */
  justify-content: center; /* Center content if chart isn't full height */
}

.UserReferralsOverTimeChart_loadingText__P2x6O,
.UserReferralsOverTimeChart_errorText__RtoDo,
.UserReferralsOverTimeChart_noDataText__5XaUf {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1; /* Allow text to take available space if chart isn't rendered */
  min-height: 150px;
  font-size: 1rem; /* Standardized font size */
  color: #A0AEC0; /* Light gray text (Tailwind gray-500) */
  text-align: center;
  padding: 1rem;
}

.UserReferralsOverTimeChart_errorText__RtoDo {
  color: #FEB2B2; /* Light red for errors (Tailwind red-300) */
  font-weight: 500;
}

/* Chart.js specific text styling will still be in the JS options object for canvas elements */ 
.ProfileTotals_profileTotalsContainer__aj6cM {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  /* Inherits .glassmorphism and .bentoItem from the component's className */
}

.ProfileTotals_statCard__yHnAJ {
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter than main glass for depth */
  padding: 1.25rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.ProfileTotals_statCard__yHnAJ:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.ProfileTotals_statTitle__C6xN_ {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.ProfileTotals_statValue__qgpAX {
  font-size: 2rem;
  font-weight: 700;
  color: #FFD700; /* Prominent gold for the value */
  margin: 0;
  line-height: 1.2;
}

.ProfileTotals_loadingSpinnerSmall__HpCty {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(54, 211, 0, 0.2);
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: ProfileTotals_spinner__Fzm1i 0.8s linear infinite;
  margin: 0.5rem auto 0; /* Centering the spinner when value is loading */
}

/* Responsive adjustments if needed, though grid should handle it well */
@media (max-width: 600px) {
  .ProfileTotals_profileTotalsContainer__aj6cM {
    grid-template-columns: repeat(3, 1fr); /* Keep all three boxes on one row */
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .ProfileTotals_statValue__qgpAX {
    font-size: 1.25rem; /* Slightly smaller to fit */
  }
  .ProfileTotals_statCard__yHnAJ {
    padding: 0.75rem;
  }
  .ProfileTotals_statTitle__C6xN_ {
    font-size: 0.75rem;
    letter-spacing: 0.6px;
  }
}

/* Re-using the main spinner animation */
@keyframes ProfileTotals_spinner__Fzm1i {
  to {
    transform: rotate(360deg);
  }
} 
.ReferAFriend_referFriendContainer__FLbMn {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://imagedelivery.net/LOBxX7gyPpyC22XVZKaoOw/8996c8c7-7fcd-40dc-cac1-929c57195c00/public') center center / cover no-repeat;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid rgba(255, 215, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.ReferAFriend_referFriendTitle__oMGt4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0.75rem;
  letter-spacing: 1px;
  text-align: left;
}

.ReferAFriend_referFriendDescription__sPM_v {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.ReferAFriend_referForm__3_62J {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ReferAFriend_referInput__gBsq4 {
  width: 100%;
  padding: 12px;
  border: 1px solid #4A4A4A;
  border-radius: 8px;
  background-color: #1E1E1E;
  color: #E0E0E0;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.ReferAFriend_referInput__gBsq4::placeholder {
  color: #ffffff;
}

.ReferAFriend_referInput__gBsq4:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(54, 211, 0, 0.2);
}

.ReferAFriend_referButton__Dh4eV {
  padding: 0.8rem 1.5rem;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ReferAFriend_referButton__Dh4eV:hover {
  background: #2aa000;
  transform: translateY(-2px);
}

.ReferAFriend_referButton__Dh4eV:disabled {
  background-color: #555;
  cursor: not-allowed;
  transform: none;
}

.ReferAFriend_message__4SnMQ {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  text-align: center;
}

.ReferAFriend_successMessage__gDJvm {
  background-color: rgba(54, 211, 0, 0.15);
  color: var(--primary-color);
  border: 1px solid rgba(54, 211, 0, 0.2);
}

.ReferAFriend_errorMessage__1bVNa {
  background-color: rgba(255, 77, 77, 0.15);
  color: #ff4d4d;
  border: 1px solid rgba(255, 77, 77, 0.2);
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .ReferAFriend_referForm__3_62J {
    flex-direction: row;
    align-items: center;
  }

  .ReferAFriend_referInput__gBsq4 {
    flex-grow: 1;
  }

  .ReferAFriend_referButton__Dh4eV {
    flex-shrink: 0; /* Prevent button from shrinking */
  }
} 
.MiniPresaleCTA_miniPresaleCta___bTzf {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://imagedelivery.net/LOBxX7gyPpyC22XVZKaoOw/8b411c5c-c42f-4b6f-27b4-fb098bc86f00/public') center center / cover no-repeat;
    border-radius: 12px;
    padding: 50px 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.MiniPresaleCTA_header__j9xKW {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.MiniPresaleCTA_icon__yfQER {
    width: 28px;
    height: 28px;
    opacity: 0.9;
}

.MiniPresaleCTA_title__RLP8o {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.MiniPresaleCTA_content__KuLMx {
    margin-bottom: 18px;
}

.MiniPresaleCTA_info__a0ROv {
    font-size: 0.95rem;
    color: #e0e0e0;
    margin-bottom: 8px;
}

.MiniPresaleCTA_price__dK6FQ {
    font-weight: 600;
    color: var(--primary-color); 
}

.MiniPresaleCTA_buyButton__fTI9Z {
  background: linear-gradient(45deg, #B8860B 0%, #FFD700 100%);
  border: 1px solid var(--primary-color);
  color: white;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;

  /* Kept for icon and text alignment */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.MiniPresaleCTA_buyButton__fTI9Z:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.MiniPresaleCTA_loadingContainer__yY6na,
.MiniPresaleCTA_errorContainer__KFepX {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100px;
    color: #ccc;
}

.MiniPresaleCTA_loadingSpinner__kSXeR {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left-color: var(--primary-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: MiniPresaleCTA_spin___GV3a 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes MiniPresaleCTA_spin___GV3a {
  to {
    transform: rotate(360deg);
  }
}

.MiniPresaleCTA_errorMessage__JIPbE {
    color: #ff8a8a;
}

.MiniPresaleCTA_buttonGlow__RVVKB {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.MiniPresaleCTA_buyButton__fTI9Z:hover .MiniPresaleCTA_buttonGlow__RVVKB {
  opacity: 0.15;
}

/* Specific styling for standalone bento item */
.MiniPresaleCTA_bentoItemStandalone__1rNFR {
    grid-column: 1 / -1; /* Make it span full width if in a grid */
} 

