:root {
  --mags-light-border: #e7e7e7;
  --mags-border-radius: 6px;
  --mags-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  --mags-primary: #573cba;
  --bg-1: #12021f;
  --bg-2: #24063f;
  --bg-3: #3a0b68;
  --surface-1: #170726;
  --surface-2: #231038;
  --card: rgba(255, 255, 255, 0.1);
  --card-2: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --sidebar-bg: linear-gradient(180deg, rgba(27, 12, 44, 0.94) 0%, rgba(18, 7, 31, 0.96) 100%);
  --sidebar-border: rgba(255, 255, 255, 0.1);
  --sidebar-text: rgba(255, 255, 255, 0.88);
  --sidebar-muted: rgba(255, 255, 255, 0.62);
  --sidebar-hover-bg: rgba(255, 255, 255, 0.08);
  --sidebar-active-bg: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  --gold-1: #ffd86b;
  --gold-2: #ffb300;
  --gold-3: #ff8a00;
  --purple-1: #6e1cff;
  --purple-2: #9f3bff;
  --green: #41d87c;
  --red: #ff5a78;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  --glow-gold: 0 0 30px rgba(255, 190, 40, 0.28);
  --glow-purple: 0 0 40px rgba(147, 55, 255, 0.25);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --bs-body-bg: var(--bg-1);
  --bs-body-color: var(--text);
  --bs-border-color: rgba(255, 255, 255, 0.12);

}
   body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background:
        radial-gradient(circle at 20% 15%, rgba(255, 193, 7, 0.14), transparent 18%),
        radial-gradient(circle at 80% 12%, rgba(162, 89, 255, 0.24), transparent 22%),
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.06), transparent 28%),
        linear-gradient(180deg, var(--bg-3) 0%, var(--bg-2) 34%, var(--bg-1) 100%);
      min-height: 100vh;
      font-size:14px;
      
   
    }


.dropdown-item i {
  width: 20px;
  text-align: center;
}

.btn {
  border-radius: 16px;
  white-space: nowrap;
  font-weight: 500;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* Bootstrap Theme Buttons */
.btn {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.btn:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
}

.btn-primary {
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  border-color: #01d651;
  color: #0a1911;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  background: linear-gradient(135deg, #1ae571 0%, #38c987 100%);
  border-color: #20d777;
  color: #07110c;
}

.btn-secondary {
  background: linear-gradient(135deg, #6e1cff 0%, #9f3bff 100%);
  border-color: #7c2bff;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  background: linear-gradient(135deg, #8240ff 0%, #b05cff 100%);
  border-color: #9050ff;
  color: #fff;
}

.btn-success {
  background: linear-gradient(135deg, #13c56b 0%, #28db83 100%);
  border-color: #18cb73;
  color: #06130d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  background: linear-gradient(135deg, #2bdc84 0%, #50e69b 100%);
  border-color: #2fdd86;
  color: #06110b;
}

.btn-danger {
  background: linear-gradient(135deg, #ff5a78 0%, #ff6f93 100%);
  border-color: #ff5a78;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  background: linear-gradient(135deg, #ff6e8d 0%, #ff82a2 100%);
  border-color: #ff6a87;
  color: #fff;
}

.btn-warning {
  background: linear-gradient(135deg, #ffd86b 0%, #ffb300 100%);
  border-color: #ffc545;
  color: #221506;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  background: linear-gradient(135deg, #ffe08a 0%, #ffbf2b 100%);
  border-color: #ffd26a;
  color: #1f1204;
}

.btn-info {
  background: linear-gradient(135deg, #5a8dff 0%, #7d6cff 100%);
  border-color: #647fff;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  background: linear-gradient(135deg, #719dff 0%, #9382ff 100%);
  border-color: #7f91ff;
  color: #fff;
}

.btn-light {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #f9f4ff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.btn-dark {
  background: #1b0f2c;
  border-color: #2e1848;
  color: #f7f1ff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  background: #2a1840;
  border-color: #3a235a;
  color: #ffffff;
}

.btn-link {
  color: #bda3ff;
}

.btn-link:hover,
.btn-link:focus {
  color: #d8c8ff;
}

.btn-outline-primary {
  color: #7dffb8;
  border-color: rgba(1, 214, 81, 0.7);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #07110c;
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  border-color: #01d651;
}

.btn-outline-secondary {
  color: #d9c4ff;
  border-color: rgba(159, 59, 255, 0.72);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background: linear-gradient(135deg, #6e1cff 0%, #9f3bff 100%);
  border-color: #8f44ff;
}

.btn-outline-success {
  color: #8cf7bc;
  border-color: rgba(19, 197, 107, 0.75);
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
  color: #06130d;
  background: linear-gradient(135deg, #13c56b 0%, #28db83 100%);
  border-color: #18cb73;
}

.btn-outline-danger {
  color: #ffb6c6;
  border-color: rgba(255, 90, 120, 0.72);
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background: linear-gradient(135deg, #ff5a78 0%, #ff6f93 100%);
  border-color: #ff5a78;
}

.btn-outline-warning {
  color: #ffe19a;
  border-color: rgba(255, 179, 0, 0.72);
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #241707;
  background: linear-gradient(135deg, #ffd86b 0%, #ffb300 100%);
  border-color: #ffc545;
}

.btn-outline-info {
  color: #c9d6ff;
  border-color: rgba(90, 141, 255, 0.72);
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background: linear-gradient(135deg, #5a8dff 0%, #7d6cff 100%);
  border-color: #647fff;
}

.btn-outline-light {
  color: #f3ecff;
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.show>.btn-outline-light.dropdown-toggle {
  color: #1d132e;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-outline-dark {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(41, 24, 64, 0.95);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background: #1b0f2c;
  border-color: #2e1848;
}

.btn-orchid {
  background: #573cba;
  color: white;
  border-color: #573cba;
}

.btn-orchid:hover {
  background: #573cba;
  color: white;
  border-color: #573cba;
}

.btn-light {
  border: 1px solid #efefef;
}

.btn-white {
  background: #fff;
  color: #000;
}

/* Sidebar */
.sidebar {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  min-height: 600px;
  background: var(--sidebar-bg);
  border-right: 1px solid var(--sidebar-border);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}

.sidebar .user-info {
  padding: 20px;
  color: var(--sidebar-text);
}

.sidebar .sidebar-toggle {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;

}

.sidebar .logo {
  padding: 20px;
}

.sidebar .logo img {
  max-width: 100%;
}

.sidebar .logo a {
  text-decoration: none;
}

.sidebar .logo .logo-text {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}

.sidebar .logo .logo-text img {
  display: inline-block;
  max-width: 30px;
}

.sidebar .menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.sidebar ul li .sidebar-title {
  font-weight: 600;
  padding: 10px 20px;
  color: var(--sidebar-muted);
  opacity: 1;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  letter-spacing: 0.06em;
}

.sidebar .menu ul li.divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 10px 0px;
}

.sidebar .menu ul li a {
  position: relative;
  display: block;
  margin: 0 20px 0 20px;
  padding: 11px 10px 10px 10px;
  font-weight: 500;
  border-radius: 16px;
  color: var(--sidebar-text);
  text-decoration: none;
  opacity: 1;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  /*
    background: #fafafa;
    opacity: 1;
    */
}

.sidebar .menu ul li a:hover,
.sidebar .menu ul li.active a {
  background: var(--sidebar-hover-bg);
  border-color: rgba(255, 255, 255, 0.14);
  opacity: 1;
}

.sidebar .menu ul li.active a {
  background: var(--sidebar-active-bg);
  opacity: 1;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 28px rgba(1, 214, 81, 0.28);
}


.sidebar .menu ul li a i {
  width: 25px;
  text-align: center;
  color: inherit;
}


/* Page Wrapper */
.page-wrapper {
  padding-left: 220px;
}

/* Header */


/* Footer */
.footer {
  text-align: center;
  margin-top: 40px;
  padding: 40px;
}

.footer b {
  color: var(--mags-primary);
}

.footer .footer-links a {
  color: #000;
  margin: 0px 5px;
  text-decoration: none;
}


/* Page Content */
.page-content {
  padding: 20px 40px;
}

.page-content h1 {
  font-size: 24px;
  color: var(--text);
}

.box-white {
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  border: none;
}

.page-content .toolbar {
  float: right;
}

/* Accounts List */
.accounts-list .account-row {
  cursor: pointer;
}

.intl-tel-input {
  width: 100%;
}

/* Transactions List */
.transactions-list {}


/* Dashboard */
.dashboard {}


/* Helpers */
.balance-text.credit {
  font-size: 24px;
  color: #28a745;
}

.balance-text.debit {
  font-size: 18px;
  color: #dc3545;
}

.mag-hide {
  display: none !important;
}

.page-not-found {}

.page-not-found .icon {
  font-size: 40px;
}


/* Currency Dropdown Accounts */
.currency-accounts-dropdown {}

.currency-accounts-dropdown button.name {
  font-weight: 500;
  vertical-align: middle;
}

.currency-accounts-dropdown button.name span,
.currency-accounts-dropdown button.name i {
  vertical-align: middle;
}

.currency-accounts-dropdown .options {
  width: 250px;
  padding: 0px;
}

.currency-accounts-dropdown .options .select-account {
  padding: 2px 5px;
}

.currency-accounts-dropdown .options .select-account.active {
  background: #efefef;
  color: #000;
}

.currency-accounts-dropdown .options .select-account>span {
  display: block;
}

.currency-accounts-dropdown .options .select-account .account {
  font-weight: 500;
}

.currency-accounts-dropdown .options .select-account .account-name {
  font-size: 10px;
}

.currency-accounts-dropdown .options .select-account .account-balance {
  font-size: 12px;
  color: green;
}

.currency-accounts-dropdown .options .select-account .account .currency-flag {
  float: right;
}



/* Transfers Info */
.internal-transfer-info .from,
.internal-transfer-info .to {
  font-weight: 700;
}

.transactions-list-new .transaction {
  padding: 14px 16px;
  border-left: 4px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(8, 3, 18, 0.24);
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.transactions-list-new .transaction:nth-child(odd) {
  background: rgba(255, 255, 255, 0.06);
}

.transactions-list-new .transaction:hover {
  background: rgba(255, 255, 255, 0.14);
  border-left-color: #01d651;
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

.transactions-list-new .transaction .date {
  font-weight: 500;
  font-size: 0.85rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
}

.transactions-list-new .transaction .description {
  font-weight: 600;
  font-size: 1rem;
  color: #f8f5ff;
  margin-bottom: 4px;
}

.transactions-list-new .transaction .amount {
  font-size: 1rem;
  font-weight: 600;
}

.transactions-list-new .transaction .amount.credit {
  color: #28a745;
}

.transactions-list-new .transaction .amount.debit {
  color: #dc3545;
}

.transactions-list-new .transaction .code {
  font-size: 0.75rem;
  color: #efe7ff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 4px 6px;
  border-radius: 999px;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.transactions-list-new .transaction .code:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.transactions-list-new .transaction .fee {
  font-size: 0.75rem;
  color: #dc3545;
  font-weight: 500;
  margin-top: 2px;
}

.transactions-list-new .transaction .vendor-name {
  font-size: 0.85rem;
  color: #d7c8ff;
  font-weight: 500;
}

.transactions-list-new .transaction .vendor-name:hover {
  color: #ffffff;
  text-decoration: underline;
}

.transaction-type-badge {
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 50rem;
  display: inline-block;
  margin-top: 4px;
}






/* Products */

.products {}

.products .product {

  border: 1px solid #efefef;
  margin-bottom: 10px;
}

.products .product .image img {
  max-width: 100%;
  height: auto;
}

.products .product .name {
  font-weight: 600;
}

.products .product .price {
  color: #dd4245;
  font-weight: 600;
  padding: 10px;
}



/* Product Info in Buy Now Modal */
.product-info {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

/* Product Title */
.product-info .product-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

/* Vendor Name */
.product-info .vendor-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 4px;
}

/* Price */
.product-info .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 6px;
}

.product-info .price span {
  color: #28a745;
}

/* Description */
.product-info .description {
  font-size: 0.95rem;
  color: #666;
  opacity: 0.9;
  margin-bottom: 8px;
}


/* Tickets */

.go-to-url {
  cursor: pointer;
}

/* Tickets System */
.ticket-message-page {}

.ticket-message-page .ticket-message {
  border-bottom: 1px dashed #ccc;
  padding: 20px 20px;
  background: #ffedeb;
}

.ticket-message-page .ticket-message.its-me {
  background: #fff;
}

.ticket-message-page .ticket-message .time {
  float: right;
}

.ticket-message-page .ticket-message .name {
  font-weight: 700;
}


.ticket-message-page .ticket-message .file {
  padding: 2px 4px;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
}

.ticket-message-page .ticket-form {
  border: 1px solid #ccc;
  padding: 10px;
}

.ticket-message-page .ticket-form textarea {
  margin-bottom: 10px;
}

/* Custom Simple Select */
.custom-simple-select input {
  display: none;
}

.custom-simple-select .select-file {
  padding: 4px;
  cursor: pointer;
}

/* Exchanges Design */
.currency-exchange-result,
.wire-transfer-result {
  padding: 10px;
  background: #efefef;
  border: 1px solid #efefef;
}



.content-custom-account {
  position: relative;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 193, 7, 0.14), transparent 28%),
    radial-gradient(circle at 84% 88%, rgba(1, 214, 81, 0.12), transparent 32%),
    linear-gradient(160deg, rgba(106, 35, 184, 0.45) 0%, rgba(52, 16, 90, 0.82) 56%, rgba(27, 8, 49, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(8, 3, 18, 0.45);


}

.content-custom-account::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.content-custom-account h5 {
  font-weight: 600;
  color: var(--text);
}

.content-custom-account.medium {

  max-width: 60%;
  margin: 0 auto;
}

.profile-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.balance-container {
  background:
    radial-gradient(circle at 85% 20%, rgba(1, 214, 81, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(8, 3, 18, 0.3);
  backdrop-filter: blur(8px);
  text-align: center;
  margin-top: 20px;
}

.balance-container h3 {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
}

.balance-container p {
  margin: 5px 0 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.balance-container h4 {
  margin: 0;
  font-size: 18px;
  color: #f3ecff;
}

.balance-positive {
  color: #28a745;
}

.heading-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.heading-custom .titles {}

.heading-custom .titles .title-main {
  font-size: 24px;
  color: var(--text);
  font-weight: 600;
}

.page-content h2 {
  font-size: 20px;
  color: var(--text);
}

.page-content h3 {
  font-size: 18px;
  color: var(--text);
}

.page-content h4 {
  font-size: 16px;
  color: var(--text);
}

.heading-custom .toolbar {}

body.body-account .form-group {
  margin-bottom: 1rem;
}

body.body-account .form-group:last-child {
  margin-bottom: 0;
}

body.body-account .form-group label {
  margin-bottom: 0.45rem;
}




/* Register + Login Pages */
.register-page,
.login-page {
  min-height: 100vh;
  padding: 56px 14px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 214, 95, 0.18), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(135, 57, 255, 0.22), transparent 25%),
    radial-gradient(circle at 48% 88%, rgba(255, 122, 18, 0.13), transparent 24%),
    linear-gradient(160deg, #13071e 0%, #20102f 48%, #08050d 100%);
  position: relative;
  overflow-x: hidden;
}

.register-page::before,
.login-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%);
}

.register-page .register-container,
.login-page .login-container {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(155deg, rgba(33, 18, 44, 0.94), rgba(11, 7, 18, 0.96));
  box-shadow: 0 30px 80px rgba(5, 2, 12, 0.64), 0 14px 34px rgba(255, 176, 46, 0.12);
  backdrop-filter: blur(10px);
}

.register-page .register-container .row,
.login-page .login-container .row {
 
}

.register-page h1,
.login-page h1 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f8f2ff;
}

.register-page h2,
.login-page h2 {
  font-size: 0.92rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.register-page .auth-heading,
.login-page .auth-heading {
  margin-bottom: 24px;
}

.register-page .auth-heading p,
.login-page .auth-heading p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.register-page .auth-kicker,
.login-page .auth-kicker,
.two-factor-page .auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #ffdb72;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.register-page .left-container,
.login-page .left-container {
  min-height: 100%;
  padding: 42px 32px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 218, 105, 0.25), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(123, 44, 191, 0.28), transparent 34%),
    linear-gradient(150deg, rgba(42, 25, 18, 0.9), rgba(60, 24, 95, 0.82));
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-page .left-container h2,
.login-page .left-container h2 {
  margin: 0 0 24px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
  color: #fff9ea;
  font-weight: 700;
}

.register-page .auth-highlights,
.login-page .auth-highlights {
  display: grid;
  gap: 12px;
}

.register-page .auth-highlights div,
.login-page .auth-highlights div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 5, 13, 0.32);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.register-page .auth-highlights i,
.login-page .auth-highlights i {
  color: #ffcf55;
  font-size: 1.05rem;
}

.register-page .right-container,
.login-page .right-container {
  padding: 42px 38px;
}

.register-page label,
.login-page label {
  color: #f2e8ff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.register-page .form-control,
.register-page .form-select,
.login-page .form-control,
.login-page .form-select {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  min-height: 48px;
  padding: 10px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.register-page .form-control::placeholder,
.login-page .form-control::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.register-page .form-control:focus,
.register-page .form-select:focus,
.login-page .form-control:focus,
.login-page .form-select:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 207, 85, 0.74);
  box-shadow: 0 0 0 0.2rem rgba(255, 207, 85, 0.18);
}

.register-page .form-text,
.login-page .form-text {
  color: rgba(255, 255, 255, 0.56) !important;
}

.register-page .auth-actions,
.login-page .auth-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.register-page .form-check,
.login-page .form-check {
  min-height: auto;
}

.register-page .form-check-input,
.login-page .form-check-input {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.register-page .form-check-input:checked,
.login-page .form-check-input:checked {
  background-color: #ffb12b;
  border-color: #ffb12b;
}

.register-page .auth-check label,
.login-page .auth-check label,
.register-page .form-check label,
.login-page .form-check label {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.register-page .btn,
.login-page .btn {
  border-radius: 999px;
  font-weight: 700;
  min-height: 46px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.register-page .btn-primary,
.login-page .btn-primary {
  background: linear-gradient(135deg, #ffe06f 0%, #ff8b16 100%);
  border: 0;
  color: #1d1004;
  box-shadow: 0 12px 28px rgba(255, 139, 22, 0.28);
}

.register-page .btn-primary:hover,
.login-page .btn-primary:hover {
  background: linear-gradient(135deg, #fff0a4 0%, #ffa12d 100%);
  color: #160d04;
  transform: translateY(-1px);
}

.register-page a,
.login-page a {
  color: #ffdf76;
}

.register-page a:hover,
.login-page a:hover {
  color: #fff0ad;
}

.register-page .auth-links,
.login-page .auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.register-page .auth-links a,
.login-page .auth-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}

.register-page .auth-switch,
.login-page .auth-switch {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.register-page .alert,
.login-page .alert {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
  .register-page,
  .login-page {
    padding: 24px 10px;
  }

  .register-page .left-container,
  .login-page .left-container {
    display: none;
  }

  .register-page .right-container,
  .login-page .right-container {
    padding: 24px 18px;
  }

  .register-page h1,
  .login-page h1 {
    font-size: 1.55rem;
  }

  .register-page .auth-actions,
  .login-page .auth-actions {
    align-items: stretch;
  }

  .register-page .auth-actions .btn,
  .login-page .auth-actions .btn {
    width: 100%;
  }
}



.header-mobile {
  position: relative;
  z-index: 400;
  padding: 12px 12px 6px;
  display: none;
}

.header-mobile .container-fluid {
  position: relative;
  background: linear-gradient(180deg, rgba(132, 63, 181, 0.94) 0%, rgba(107, 46, 161, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  box-shadow: 0 14px 34px rgba(18, 6, 36, 0.4);
  padding: 12px 14px;
  backdrop-filter: blur(10px);
  z-index: 401;
}

.header-mobile .dropdown {
  position: relative;
}

.header-mobile .dropdown-menu {
  z-index: 1200;
}

.header-mobile .logo img {
  max-width: 170px;
}

.header-mobile .logo .logo-text {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  vertical-align: middle;
}

.header-mobile .logo .logo-text img {
  display: inline-block;
  max-width: 30px;
}

.header-mobile .btn-link {
  color: #f2e9ff;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header-mobile .btn-link:hover,
.header-mobile .btn-link:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
}

.header-mobile .buttons {
  gap: 8px;
}

.header-mobile .sidebar-toggle .btn-link {
  font-size: 16px;

}

.header-mobile .user-icon .btn-link {
  overflow: hidden;

}

.header-mobile .user-icon .vendor-avatar {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  margin: 0;
}

.header-mobile .home-icon .btn-link {
  font-size: 16px;

}


.badge {
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Transaction Badge */
.transaction-badge {
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 20px;
  /* Rounded pill shape */
  padding: 4px 12px;
  text-transform: uppercase;
  color: #f5efff;
  /* Inherit text color */
  border: 1px solid transparent;
}

/* Pending Badge */
.transaction-badge.bg-pending {
  background: rgba(255, 216, 107, 0.18);
  border-color: rgba(255, 216, 107, 0.48);
  color: #ffe28f;
}

/* Completed Badge */
.transaction-badge.bg-completed {
  background: rgba(1, 214, 81, 0.18);
  border-color: rgba(1, 214, 81, 0.48);
  color: #95ffbf;
}

/* Declined Badge */
.transaction-badge.bg-declined {
  background: rgba(255, 90, 120, 0.16);
  border-color: rgba(255, 90, 120, 0.48);
  color: #ffb0c0;
}

/* Reversed Badge */
.transaction-badge.bg-reversed {
  background: rgba(159, 59, 255, 0.16);
  border-color: rgba(159, 59, 255, 0.42);
  color: #d9b2ff;
}




.inside-modal {
  width: 800px;
}


.fancybox__container {
  --fancybox-bg: rgb(173 173 173 / 62%);
  backdrop-filter: blur(5px);
}



.modal {
  z-index: 5000;
}

.modal-backdrop {
  z-index: 4990;

  background: rgb(173 173 173 / 62%);
  backdrop-filter: blur(5px) !important;
  --bs-backdrop-opacity: none;
}

body.modal-open .modal {
  position: fixed;
}

.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin)* 2);
}

.modal-header {
  border: none;
}

.modal-header .btn-close {
  --bs-btn-close-color: #01d651;
}

.modal-content {
  border-radius: 16px;
  border: 0px;
  box-shadow: 0 8px 32px rgba(87, 60, 186, 0.18), 0 2px 12px rgba(1, 214, 81, 0.10);
}


/* Compact & Modern Product Card */
.product-card {
  background: #18212f;
  /* Dark mode friendly */
  color: #ffffff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

/* Hover Interaction */
.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Product Title - Compact & Bold */
.product-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #f8f9fa;
}

/* Vendor Name */
.product-card .vendor-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  /* Subtle blue */
  margin-bottom: 4px;
}

.product-card .vendor-name a {
  color: #fff;
}


/* Product Price - Standout */
.product-card .price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #573cba;
  /* Neon green */
  margin-bottom: 8px;
}

/* Description - Subtle and Compact */
.product-card .description {
  font-size: 0.9rem;
  color: #e5e7eb;
  /* Light gray */
  opacity: 0.85;
  margin-bottom: 10px;
}

/* Buy Now Button - Compact & Stylish */
.product-card .buy-btn {
  background: linear-gradient(135deg, #573cba, #FF8C94);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
  text-align: center;
  transition: background 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.product-card .buy-btn:hover {
  background: linear-gradient(135deg, #573cba, #B65C94);
  transform: scale(1.05);
}


/* Base Badge Style */
.transaction-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  font-size: 0.75rem;
  /* Smaller font */
  font-weight: 600;
  border-radius: 20px;
  color: #ffffff;
  opacity: 0.85;
  /* Transparent effect */
  text-transform: capitalize;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out, transform 0.1s ease-in-out;
}

/* Hover Effect - Makes badge more visible */
.transaction-type-badge:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Buy Points Badge */
.transaction-type-badge.buy-points {
  background: #e8f5e9;
  /* Washed green */
  color: #2e7d32;
  /* Darker green */
  border: 1px solid #2e7d32;
  /* Green border */
}

/* Purchase Item Badge */
.transaction-type-badge.purchase-item {
  background: #e3f2fd;
  /* Washed blue */
  color: #1565c0;
  /* Darker blue */
  border: 1px solid #1565c0;
  /* Blue border */
}

/* Withdraw Badge */
.transaction-type-badge.withdraw {
  background: #ffebee;
  /* Washed red */
  color: #b71c1c;
  /* Darker red */
  border: 1px solid #b71c1c;
  /* Red border */
}

/* Transfer Badge */
.transaction-type-badge.transfer {
  background: #fff3e0;
  /* Washed orange */
  color: #e65100;
  /* Darker orange */
  border: 1px solid #e65100;
  /* Orange border */
}

/* Checkout Badge */
.transaction-type-badge.checkout {
  background: #f3e8ff;
  /* Washed purple */
  color: #7c3aed;
  /* Darker purple */
  border: 1px solid #7c3aed;
  /* Purple border */
}

/* Unknown Transaction Badge */
.transaction-type-badge.unknown {
  background: #eceff1;
  /* Washed slate blue */
  color: #37474f;
  /* Darker slate blue */
  border: 1px solid #37474f;
  /* Slate blue border */
}

/* FontAwesome Icons */
.transaction-type-badge i {
  font-size: 0.8rem;
  /* Smaller icon */
}

/* General Price Styling */
.general-price {
  font-size: 14 px;
  /* Slightly larger for better visibility */
  font-weight: 500;
  color: var(--mags-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease-in-out, transform 0.1s ease-in-out;
}

/* Currency Styling */
.general-price-container .currency {

  color: #080000;
  /* Neutral grey for better contrast */
  opacity: 0.9;
}

/* Discounted Price */
.general-price.discounted {
  color: #dc3545;
  /* Red for discount */
  text-decoration: line-through;
  font-weight: normal;
  opacity: 0.75;
  /* Slightly faded to indicate it's not active */
}

/* Highlighted Sale Price */
.general-price.sale {
  color: #28a745;
  /* Green for sale price */
  font-weight: 700;
}

/* Hover Effect - Slight Scale and Color Change */
.general-price:hover {
  color: #0056b3;
  transform: scale(1.05);
}

/* Price + Currency Container */
.general-price-container {
  display: flex-inline;
  align-items: center;
  gap: 6px;
}

/* Animated Price Change */
@keyframes priceChange {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.general-price.animated {
  animation: priceChange 0.3s ease-in-out;
}


.search-form {
  margin-bottom: 5px;
}


/* Dashboard Container */
.mags-dashboard {}

/* Overview Cards - Smooth Hover Effect */
.mags-dashboard .card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #fff;
  border-radius: 18px;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.mags-dashboard .card .text-muted {
  color: rgba(255, 255, 255, 0.72) !important;
}

.mags-dashboard .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(6, 2, 15, 0.35);
}

.nav-link-balance {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px !important;
  border-radius: 999px;
  color: #f3ecff !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(8, 3, 18, 0.25);
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}

.nav-link-balance i {
  color: #ffd86b;
}

.nav-link-balance:hover,
.nav-link-balance:focus {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  transform: translateY(-1px);
}


/* Table Mags */
.table-mags {
  color: #000;
}

.table-mags th {
  white-space: nowrap;
}

.select2-container {
  z-index: 99999;
}

/* Select2 Bootstrap 5.3 Styling */
.select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  /* Match Bootstrap input height */
  padding: 0.375rem 0.75rem;
  /* Match Bootstrap padding */
  font-size: 1rem;
  /* Match Bootstrap font size */
  line-height: 1.5;
  /* Match Bootstrap line height */
  color: #495057;
  /* Match Bootstrap text color */
  background-color: #fff;
  /* Match Bootstrap background color */
  border: 1px solid #ced4da;
  /* Match Bootstrap border color */
  border-radius: 0.375rem;
  /* Match Bootstrap border radius */
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
  /* Match Bootstrap box shadow */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  /* Remove extra padding */
  color: #495057;
  /* Match Bootstrap text color */
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  /* Match height */
  right: 0.75rem;
  /* Match Bootstrap padding */
}

.select2-container--default .select2-selection--single:focus {
  border-color: #86b7fe;
  /* Match Bootstrap focus border color */
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  /* Match Bootstrap focus shadow */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd;
  /* Match Bootstrap primary color */
  color: #fff;
  /* Match Bootstrap text color */
}

.select2-container--default .select2-selection--multiple {
  padding: 0.375rem 0.75rem;
  /* Match Bootstrap padding */
  border: 1px solid #ced4da;
  /* Match Bootstrap border color */
  border-radius: 0.375rem;
  /* Match Bootstrap border radius */
  background-color: #fff;
  /* Match Bootstrap background color */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0d6efd;
  /* Match Bootstrap primary color */
  border: none;
  /* Remove border */
  color: #fff;
  /* Match Bootstrap text color */
  padding: 0.25rem 0.5rem;
  /* Match Bootstrap badge padding */
  border-radius: 0.375rem;
  /* Match Bootstrap border radius */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  /* Match Bootstrap text color */
  margin-right: 0.25rem;
  /* Match Bootstrap spacing */
}

.select2-results__option--selectable{
  color:#000;
}

.ticket-view {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(1, 214, 81, 0.12), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 16px 34px rgba(8, 3, 18, 0.34);
  backdrop-filter: blur(8px);
}

.ticket-view::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.ticket-view .ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.ticket-view .ticket-info {
  font-size: 0.98rem;
}

.ticket-view .ticket-subject {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 5px;
  color: #f5efff;
}

.ticket-view .ticket-participant {
  color: rgba(255, 255, 255, 0.68);
}

.ticket-view .ticket-status .badge {
  margin-right: 5px;
  border-radius: 999px;
}

.ticket-view .ticket-messages {
  margin-bottom: 20px;
}

.ticket-view .ticket-message {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(8, 3, 18, 0.24);
}

.ticket-view .ticket-message.user {
  background: linear-gradient(145deg, rgba(159, 59, 255, 0.22), rgba(110, 28, 255, 0.16));
  border-color: rgba(159, 59, 255, 0.36);
  text-align: right;
}

.ticket-view .ticket-message.vendor {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.18);
  text-align: left;
}

.ticket-view .message-content {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 4px;
  color: #f4eeff;
  line-height: 1.55;
}

.ticket-view .message-attachment a {
  color: #a6ffd0;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ticket-view .message-attachment a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.ticket-view .message-sender {
  font-weight: 700;
  font-size: 12px;
  color: #ffe9a8;
}

.ticket-view .message-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.ticket-view .ticket-reply textarea {
  resize: none;
  min-height: 120px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ticket-view .ticket-reply textarea::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.ticket-view .ticket-reply textarea:focus {
  border-color: rgba(1, 214, 81, 0.68);
  box-shadow: 0 0 0 0.2rem rgba(1, 214, 81, 0.18);
  background: rgba(255, 255, 255, 0.12);
}

.ticket-view .ticket-reply button {
  border-radius: 999px;
  font-weight: 700;
  min-height: 42px;
}

.badge-count {
  display: inline-block;
  background-color: #dc3545;
  /* Red background */
  color: #fff;
  /* White text */
  font-size: 0.75rem;
  /* Small font size */
  font-weight: 700;
  padding: 4px 8px;
  /* Padding for size */
  border-radius: 12px;
  /* Rounded shape */
  min-width: 24px;
  /* Minimum width for alignment */
  text-align: center;
  /* Center the text */
  line-height: 1.2;
  /* Adjust line height */
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}

.vendor-circle {}


.vendor-card {
  position: relative;
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 88% 10%, rgba(1, 214, 81, 0.12), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 30px rgba(8, 3, 18, 0.3);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vendor-card .vendor-image {
  width: 100%;
  height: 210px;
  overflow: hidden;
  display: block;
  border-radius: 14px;
  background-position: center;
  ;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vendor-card .vendor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.vendor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(8, 3, 18, 0.42);
  border-color: rgba(255, 255, 255, 0.22);
}

.vendor-card:hover .vendor-image img {
  transform: scale(1.04);
}

.vendor-card .vendor-name {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #f5efff;
  line-height: 1.25;
}

.vendor-card .vendor-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
  line-height: 1.5;
}

.vendor-card .vendor-products {
  font-size: 0.82rem;
  color: #ffd86b;
  margin-bottom: 8px;
  font-weight: 600;
}

.fancybox__content {
  background: linear-gradient(160deg, rgba(44, 14, 78, 0.92) 0%, rgba(27, 8, 49, 0.96) 100%);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(8, 3, 18, 0.42), 0 6px 20px rgba(87, 60, 186, 0.24);
}

/* Disable expensive effects when closing */
.fancybox__container[aria-hidden="true"],
.fancybox__backdrop[aria-hidden="true"],
.fancybox__content[aria-hidden="true"] {
  transition: none !important;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
}

.fancybox__content>.f-button.is-close-btn {

  color: #01d651;
  /* Light text for contrast */
  background: None;
  border: none;
  /* Subtle border for visibility */
  top: 5px;
  right: 5px;
  font-weight: 600;
}

.code-red {
  color: #573cba;
  cursor: pointer;
}



.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.card-list .card-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card-list .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-list .card-item .card-details p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.card-list .card-item .card-actions {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.card-list .card-item .card-actions .btn {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}

.card-list .card-item .card-actions .btn-warning {
  background-color: #ffc107;
  color: #fff;
  border: none;
}

.card-list .card-item .card-actions .btn-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
}

.card-list .card-item .card-actions .btn:hover {
  opacity: 0.9;
}

.profile-page {}

.profile-page .user-profile-info {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(1, 214, 81, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(8, 3, 18, 0.34);
  backdrop-filter: blur(8px);
  padding: 26px 22px;
  margin-bottom: 24px;
  max-width: 680px;
}

.profile-page .user-profile-info::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;

}

.profile-page .user-profile-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.profile-page .user-profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(8, 3, 18, 0.28);
}

.profile-page .user-profile-details {
  flex: 1;
  min-width: 0;
}

.profile-page .user-profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f5efff;
  margin: 0 0 4px 0;
  word-break: break-word;
}

.profile-page .user-profile-code {
  font-size: 1rem;
  color: rgba(255, 216, 107, 0.92);
  margin: 0 0 8px 0;
  font-weight: 600;
}

.profile-page .user-profile-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  word-break: break-word;
}

.profile-page .info-list {
  list-style-type: none;
  margin-top: 20px;
  padding: 0px;
}

.profile-page .info-list li i {
  width: 20px;
  text-align: center;
}


.custom-filters input,
.custom-filters select {
  font-size: 0.85rem;
}

.custom-filters .btn {
  font-size: 0.75rem;
  padding: 4px 10px;
}


.vendor-search-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(1, 214, 81, 0.12), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8, 3, 18, 0.3);
  margin-bottom: 20px;
}

.vendor-search-section h1,
.vendor-search-section h2,
.vendor-search-section h3,
.vendor-search-section h4,
.vendor-search-section h5,
.vendor-search-section h6,
.vendor-search-section .title {
  color: #f5efff;
}

.vendor-search-section .form-control,
.vendor-search-section .form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f5efff;
  border-radius: 12px;
}

.vendor-search-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.vendor-search-section .form-control:focus,
.vendor-search-section .form-select:focus {
  border-color: rgba(1, 214, 81, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(1, 214, 81, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.vendor-search-section .btn {
  border-radius: 12px;
  font-weight: 600;
}



.front-theme .page-wrapper {

  padding: 20px;
}

.page-design {
  padding: 20px;
}

.page-design .page-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 32px 24px;
  margin: 32px auto 0 auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(155deg, rgba(39, 15, 69, 0.92), rgba(22, 9, 39, 0.94));
  box-shadow: 0 30px 80px rgba(5, 2, 12, 0.62), 0 14px 34px rgba(159, 59, 255, 0.2);
  backdrop-filter: blur(10px);


}

.page-design .page-container .page-heading {
  text-align: center;
}

.page-design .page-container .page-heading h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f8f2ff;
  margin: 0;
}

.page-design .page-container .page-content {}


.card-container-table-mobile .card:nth-child(odd) {
  background-color: rgba(39, 15, 69, 0.72);
}

.card-container-table-mobile .card:nth-child(even) {
  background-color: rgba(22, 9, 39, 0.82);
}

.card-container-table-mobile .card {
  border-color: rgba(255, 255, 255, 0.16);
  color: #f8f2ff;
}





.two-factor-page {
  min-height: 100vh;
  padding: 56px 14px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 214, 95, 0.18), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(135, 57, 255, 0.22), transparent 25%),
    linear-gradient(160deg, #13071e 0%, #20102f 48%, #08050d 100%);
}

.two-factor-container {
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(155deg, rgba(33, 18, 44, 0.94), rgba(11, 7, 18, 0.96));
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(5, 2, 12, 0.64);
}

.two-factor-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f8f2ff;
}

.two-factor-container p {
  font-size: 0.98rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
}


.form-label {
  font-weight: 600;
  color: #fff;
}

.compliance-page {
  padding: 40px 20px;
  background: #f8f9fa;
}


.compliance-page .compliance-step-1 {
  border-left: 4px solid #5a9bd5 !important;
  background-color: #f0f7fc !important;
  /* Soft blue background */
}

.compliance-page .compliance-step-2 {
  border-left: 4px solid #85c88a !important;
  background-color: #f3faf4 !important;
  /* Soft green background */
}

.compliance-page .compliance-step-3 {
  border-left: 4px solid #e6c76c !important;
  background-color: #fdf9f0 !important;
  /* Soft yellow background */
}

.compliance-page .compliance-step-4 {
  border-left: 4px solid #e28b8b !important;
  background-color: #fcf2f2 !important;
  /* Soft red background */
}

.vendor-handler {

  font-weight: 700;
  color: var(--mags-primary);
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}


.vendor-handler:hover {
  text-decoration: underline;
  color: #ff0099;
}


.checkout-page {
  max-width: 800px;
  background: linear-gradient(135deg, #fff 80%, #f8e8f7 100%);
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 8px 32px rgba(209, 107, 165, 0.10), 0 2px 12px rgba(80, 80, 80, 0.06);
  margin: 48px auto 0 auto;

  transition: box-shadow 0.2s, transform 0.2s;
}

.checkout-page .alert-warning {
  background: linear-gradient(90deg, #fffbe6 60%, #fff3cd 100%);
  border: 1px solid #ffe58f;
  color: #856404;
  border-radius: 6px;
  font-size: 0.95rem;
  padding: 8px 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(255, 243, 205, 0.10);

}

.checkout-page .checkout-logo {
  height: 50px;
}

.checkout-page .total-amount {
  font-size: 1.2rem;
  color: #333;
}

.checkout-page .card-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.checkout-page .card-text {
  font-size: 1rem;
  color: #555;
}

.checkout-page .btn i {
  margin-right: 8px;
}


.alert-sm {
  font-size: 0.85rem;
  padding: 8px 12px;
  border-radius: 4px;
}

.alert-xs {
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 4px;
}


.rewards-balance-container {

  padding: 20px;
  border-radius: 5px;

  margin-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rewards-balance-container h3 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.rewards-balance-container p {
  margin: 5px 0 0;
  font-size: 18px;
  color: #666;
}

.rewards-balance-container h4 {
  margin: 0;
  font-size: 18px;
  color: #007bff;
}

.rewards-positive {
  color: #28a745;
}


/*Transaction Card */
.transaction-cards {
  display: grid;
  gap: 12px;
}

.vendor-avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  text-decoration: none;
}

.vendor-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}



.transaction-filters {
  border: 1px solid #e9ecef;
  border-left: 4px solid #0d6efd;
  border-radius: 12px;
}


/* Magic Filters */
.magic-filters {
  border: 1px solid #e9ecef;
  border-left: 4px solid #0d6efd;
}

.magic-filters .quick-filters {
  padding-top: 10px;
}

.magic-filters .quick-filters .btn {
  border-radius: 10px;
  font-size: 0.8rem;
  padding: 2px 12px;
  margin-bottom: 4px;
}

.magic-filters .quick-filters .title {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}



.rewards-section .btn-pink {
  background-color: #573cba;
  color: #fff;
  border: none;
}

.rewards-section .btn-pink:hover {
  background-color: #b55391;
}

.rewards-section .card {
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.rewards-section .card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

.rewards-section .alert {
  border-radius: 10px;
}

.prizes-section {}

.prizes-section .prize-image {
  width: 150px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}

.prizes-section .prize-image .placeholder {
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #adb5bd;
}

.reward-inside {
  .reward-info {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;

    .reward-header {
      display: flex;
      align-items: center;
      margin-bottom: 16px;

      .reward-image {
        width: 64px;
        height: 64px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-right: 16px;
      }

      .reward-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
      }

      .description {
        font-size: 14px;
        color: #666;
        margin: 4px 0 0;
      }
    }

    .points-required,
    .stock {
      font-size: 14px;
      margin: 8px 0;

      span {
        font-weight: 700;
        color: #333;
      }
    }
  }
}

.cursor-pointer {
  cursor: pointer;
}

.transaction-option input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ced4da;
  border-radius: 4px;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
  display: inline-block;
  position: relative;

}

/* July Updates */


.bg-none {
  background: none !important;
  box-shadow: none;
}


.bg-light {
  color: #000;
}



.footer-mobile {

  position: fixed;
  bottom: 10px;
  left: 0px;
  width: 100%;
  background: transparent;
  z-index: 220;
  padding: 0 14px;
  display: none;

}

.footer-mobile .mobile-nav-links {
  max-width: 390px;
  margin: 0 auto;
  background: rgba(59, 46, 77, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  padding: 6px;
  box-shadow: 0 14px 30px rgba(10, 4, 21, 0.4);
  backdrop-filter: blur(10px);
}

.footer-mobile .mobile-nav-links a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  border-radius: 20px;
  padding: 8px 4px;
  min-height: 64px;
}

.footer-mobile .mobile-nav-links a:hover,
.footer-mobile .mobile-nav-links a.is-active {
  color: #17120e;
  background: linear-gradient(180deg, #ffd764 0%, #f7b625 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 8px 14px rgba(245, 185, 52, 0.34);
}

.footer-mobile .mobile-nav-links i {
  color: currentColor;
  font-size: 1rem;
  transition: transform 0.2s ease-in-out;
  font-weight: 500;
}

.footer-mobile .mobile-nav-links a:hover i,
.footer-mobile .mobile-nav-links a.is-active i {
  transform: translateY(-1px);
}

.footer-mobile .mobile-nav-links .nav-label {
  margin: 0;
  font-size: 0.72rem;
  color: currentColor;
  font-weight: 600;
  line-height: 1;
}

.footer-mobile .mobile-nav-links .mobile-credits .credits-value {
  display: block;
  max-width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: currentColor;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.footer-mobile .mobile-nav-links a.is-active .nav-label {
  color: #17120e;
}

@media (max-width: 991.98px) {
  .body-account {
    padding-bottom: 110px;
  }

  .sidebar,
  .sidebar.open {
    z-index: 520;
  }

  .footer-mobile {
    z-index: 220;
  }
}



/* New Transactions Design */
.transaction-card {
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 26px rgba(8, 3, 18, 0.32);
  backdrop-filter: blur(10px);
  padding: 2px;
}

.transaction-card:hover {
  box-shadow: 0 16px 34px rgba(8, 3, 18, 0.4);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
  transition: box-shadow 0.2s, transform 0.2s;
}

.transaction-card .transaction-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.transaction-card .transaction-avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.transaction-card .transaction-avatar .vendor-avatar {
  width: 100%;
  height: 100%;
}

.transaction-card .transaction-details {
  min-width: 0;
  flex-grow: 1;
}

.transaction-card .transaction-details .vendor-name a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
}

.transaction-card .transaction-details .description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
}

.transaction-card .transaction-meta {
  min-width: 150px;
  text-align: right;
}

.transaction-card .transaction-meta .amount.credit {
  color: #01d651;
  /* Bootstrap success green */
}

.transaction-card .transaction-meta .amount.debit {
  color: #dc3545;
  /* Bootstrap danger red */
}

.transaction-card .transaction-badge {
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
}

.transaction-card .transaction-sub-data {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;

}

.transaction-card .date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;

  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 4px 8px;
}

.transaction-card .code {
  font-weight: 600;
  color: #f3ebff;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
}

.transaction-card .transaction-type-badge {
  font-size: 12px;
  border: none;
  padding: 4px 8px;
  margin: 0px;
}

.transaction-card .transaction-code,
.transaction-card .code-red {
  color: #f3ebff;
}





/* Add Funds Modal */
.modal-size-500 {
  max-width: 540px;
}

.add-funds-modal {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 18%, rgba(1, 214, 81, 0.22), transparent 38%),
    radial-gradient(circle at 10% 0%, rgba(255, 216, 107, 0.18), transparent 32%),
    linear-gradient(150deg, rgba(89, 42, 167, 0.96) 0%, rgba(51, 23, 98, 0.96) 48%, rgba(22, 12, 44, 0.98) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(10, 4, 22, 0.55), 0 10px 24px rgba(1, 214, 81, 0.14);
}

.add-funds-modal::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.add-funds-modal .modal-header,
.add-funds-modal .modal-body,
.add-funds-modal .modal-footer {
  position: relative;
  z-index: 1;
}

.add-funds-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 18px;
}

.add-funds-modal .modal-body {
  padding: 20px 18px;
}

.add-funds-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 18px 18px;
}

.add-funds-modal a {
  color: #d9ffe8;
  text-decoration: none;
}

.add-funds-modal a:hover {
  color: #ffffff;
}

.add-funds-modal .form-label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.add-funds-modal h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.add-funds-modal .btn-close,
.add-funds-modal .close {
  border-radius: 999px;
  width: 34px;
  height: 34px;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  opacity: 1;
}

.add-funds-modal .btn-close:hover,
.add-funds-modal .close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.32);
}

.add-funds-modal .form-control,
.add-funds-modal .form-select,
.add-funds-modal .input-group-text {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  min-height: 46px;
}

.add-funds-modal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.add-funds-modal .form-control:focus,
.add-funds-modal .form-select:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(1, 214, 81, 0.76);
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(1, 214, 81, 0.2);
}

.add-funds-modal .form-select option {
  color: #1b1230;
}

.add-funds-form {
  display: grid;
  gap: 14px;
}

.add-funds-form .custom-points-input {
  color: #ffffff;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 16px 12px;
  margin-bottom: 0;
}

.add-funds-form .custom-points-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
  opacity: 1;
}

.add-funds-form .custom-points-input:focus {
  border-color: rgba(255, 216, 107, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(255, 216, 107, 0.2);
}

.add-funds-modal .btn {
  border-radius: 999px;
  min-height: 44px;
  font-weight: 700;
}

.add-funds-modal .btn-primary {
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  border: 0;
  color: #0f1c13;
  box-shadow: 0 10px 22px rgba(1, 214, 81, 0.28);
}

.add-funds-modal .btn-primary:hover {
  background: linear-gradient(135deg, #19e86f 0%, #2fc17b 100%);
  color: #0b160f;
}

.add-funds-modal .btn-light,
.add-funds-modal .btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.add-funds-modal .btn-light:hover,
.add-funds-modal .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}


.custom-points-input {
  width: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  background: none;
  border: none;
  text-align: center;
  display: block;

  padding: 15px 0px;
  margin-bottom: 10px;
}

.custom-points-input::placeholder {
  color: #ccc;
  opacity: 1;
}

.custom-points-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: inherit;
}

.bg-info {
  background-color: #7160b2 !important;
  color: #fff !important;
}

.btn-info {
  background-color: #7160b2 !important;
  border-color: #7160b2 !important;
  color: #fff !important;

}

.dashboard-welcome {
  display: flex;
  align-items: flex-start;
  /* Align top of avatar and text */
  gap: 1rem;


  border-radius: 12px;

  text-align: left;
  padding-bottom: 15px;
}

.dashboard-welcome .vendor-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #dee2e6;
  margin: 0px;
}

.dashboard-welcome .vendor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dashboard-welcome .welcome-text h2 {
  font-size: 1.5rem;
  margin: 0 0 0.25rem 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
}

.dashboard-welcome .welcome-text .welcome-kicker {
  color: #ffe389;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
}

.dashboard-welcome .welcome-text p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.dashboard-layout {
  display: grid;
  gap: 14px;
}

.dashboard-layout .dashboard-top {
  display: grid;
  gap: 12px;
}

.dashboard-layout .kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.dashboard-layout .kpi-grid .kpi-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(8, 3, 18, 0.25);
  backdrop-filter: blur(8px);
}

.dashboard-layout .kpi-grid .kpi-card .kpi-label {
  margin: 0 0 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.68);
}

.dashboard-layout .kpi-grid .kpi-card .kpi-value {
  margin: 0;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
}

.dashboard-layout .kpi-grid .kpi-card .kpi-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.dashboard-layout .dashboard-section .dashboard-section-head .btn {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.3);
  color: #f3ecff;
}

.dashboard-layout .dashboard-section .dashboard-section-head .btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.dashboard-layout .dashboard-section {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(8, 3, 18, 0.26);
}

.dashboard-layout .dashboard-section .dashboard-section-head {
  padding: 2px 6px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-layout .dashboard-section .dashboard-section-head p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.66);
  margin-top: 2px;
}

.dashboard-layout .dashboard-section .dashboard-section-head .badge {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #f5efff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.dashboard-layout .dashboard-section .transaction-empty-state {
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.dashboard-layout .dashboard-section .transaction-empty-state i {
  font-size: 1.8rem;
  color: #ffd86b;
}

.dashboard-layout .dashboard-section .transaction-empty-state p {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1199.98px) {
  .dashboard-layout .kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .dashboard-layout .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Style the dropdown wrapper */
.dropdown {
  position: relative;
}

/* Modern dropdown menu */
.dropdown .dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 0.5rem 0;
  min-width: 180px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  font-size: 0.95rem;
}

/* Dropdown items */
.dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  border-radius: 6px;
  color: #000;
}

/* Hover effect */
.dropdown .dropdown-item:hover {
  background-color: #f1f3f5;
  color: #212529;
}

/* Optional: divider */
.dropdown .dropdown-divider {
  margin: 0.25rem 0;
  border-color: #dee2e6;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zap-box-dashboard {
  background:
    radial-gradient(circle at 85% 95%, rgba(1, 214, 81, 0.35), transparent 45%),
    linear-gradient(135deg, rgba(124, 53, 210, 0.92) 0%, rgba(81, 52, 188, 0.88) 55%, rgba(39, 165, 128, 0.9) 100%);
  background-clip: padding-box;
  color: #fff;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 32px rgba(56, 13, 114, 0.35), 0 6px 18px rgba(1, 214, 81, 0.16);
  padding: 20px;
}

.zap-box-dashboard .zap-btn {
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  color: #211a2a;
  background: rgba(255, 255, 255, 0.88);
}

.zap-box-dashboard .zap-btn:hover {
  background: #ffffff;
  color: #111;
}


.last-vendors a {
  text-decoration: none;
}

.request-card {
  position: relative;
  border-radius: 18px;
  padding: 12px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 216, 107, 0.1), transparent 36%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(8, 3, 18, 0.28);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.request-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 34px rgba(8, 3, 18, 0.36);
}

.request-card .transaction-avatar {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.request-card .vendor-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 18px rgba(8, 3, 18, 0.28);
}

.request-card .amount {
  font-size: 1.12rem;
  font-weight: 700;
  color: #92ffbf;
  line-height: 1.1;

}

.request-card .amount.debit {
  color: #ff97ac;
}


.request-card .vendor-name a {
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  color: #f4eeff;
}

.request-card .vendor-name a:hover {
  color: #ffffff;
}

.request-card .date {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
}

.request-card .description {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}

.request-box-dashboard {
  background:linear-gradient(180deg, rgba(255, 227, 127, 0.92), rgba(255, 215, 76, 0.86));
  color: #f8f1de;
  border: 1px solid rgba(255, 216, 107, 0.45);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(255, 186, 67, 0.2), 0 8px 22px rgba(8, 3, 18, 0.24);
  overflow: hidden;
}

.content-custom-account .card-none h5 {
  color: #f3ecff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .content-custom-account {
    border-radius: 22px;
    padding: 18px;
  }

  .content-custom-account .card-none h5 {
    font-size: 1.9rem;
  }
}

/* ===== Pay Page ===== */
.pay-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 216, 107, 0.2), transparent 21%),
    radial-gradient(circle at 82% 8%, rgba(159, 59, 255, 0.22), transparent 24%),
    radial-gradient(circle at 56% 90%, rgba(1, 214, 81, 0.12), transparent 26%),
    linear-gradient(165deg, #1b0732 0%, #140624 48%, #0b0315 100%);
}

.pay-page .hero {
  padding: 34px 16px 110px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 560px;
  margin: 0 auto;
}

.pay-page .hero .pay-logo-inline {
  max-height: 34px;
  width: auto;
  opacity: 0.95;
  margin-top: 0;
  flex-shrink: 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
}

.pay-page .hero .avatar-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  box-shadow: 0 14px 34px rgba(8, 3, 18, 0.34);
}

.pay-page .hero .avatar-ring .avatar,
.pay-page .hero .avatar-ring img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover;
}

.pay-page .hero .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1;
}

.pay-page .hero .vendor-name {
  color: #f8f2ff;
  font-size: 1.84rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}

.pay-page .hero .vendor-handle {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  margin: 0;
}

.pay-page .hero .vendor-type {
  display: inline-block;
  background: rgba(1, 214, 81, 0.16);
  color: #9afac2;
  border: 1px solid rgba(1, 214, 81, 0.38);
  border-radius: 20px;
  padding: 3px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  margin: 0;
}

.pay-page .hero .vendor-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  margin: 8px 0 0;
  line-height: 1.5;
  text-align: left;
}

/* Floating card */
.pay-page .card-outer {
  margin-top: -80px;
  padding: 0 16px 64px;
}

.pay-page .card {
  position: relative;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 216, 107, 0.14), transparent 36%),
    linear-gradient(160deg, rgba(95, 39, 170, 0.42), rgba(33, 12, 59, 0.95));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(8, 3, 18, 0.56), 0 12px 30px rgba(87, 60, 186, 0.24);
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
}

.pay-page .card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.pay-page .card .card-head {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 26px 16px;
  color: #f5efff;
}

.pay-page .card .card-head h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: -0.2px;
}

.pay-page .card .card-head p {
  font-size: 0.8rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.pay-page .card .card-body {
  padding: 26px 26px 22px;
}

/* Amount presets */
.pay-page .presets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.pay-page .preset {
  flex: 1 1 calc(50% - 12px);
  min-width: calc(50% - 12px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 15px;
  padding: 15px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #1f1430;
  cursor: pointer;
  transition: all 0.17s ease;
  user-select: none;
  box-shadow: 0 12px 28px rgba(9, 10, 26, 0.14);
}

.pay-page .preset:hover {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 1);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(9, 10, 26, 0.18);
}

.pay-page .preset.active {
  background: linear-gradient(135deg, #ecfff4 0%, #dffbea 100%);
  border-color: rgba(1, 214, 81, 0.55);
  color: #0d6a3b;
  box-shadow: 0 14px 28px rgba(1, 214, 81, 0.2);
}

/* Field group */
.pay-page .field {
  margin-bottom: 16px;
}

.pay-page .field.amount-field {
  margin-bottom: 18px;
}

.pay-page .topup-amount-box {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 255, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(9, 10, 26, 0.2);
}

.pay-page .topup-amount-box .topup-amount-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: none;
  color: rgba(26, 18, 48, 0.6);
  margin-bottom: 9px;
}

.pay-page .field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.74);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.pay-page .field .form-control,
.pay-page .field .form-select {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 13px 16px;
  font-size: 0.97rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1230;
  transition: border-color 0.17s, box-shadow 0.17s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.pay-page .field .form-control::placeholder {
  color: rgba(26, 18, 48, 0.44);
}

.pay-page .field .form-control:focus,
.pay-page .field .form-select:focus {
  border-color: rgba(1, 214, 81, 0.72);
  box-shadow: 0 0 0 0.2rem rgba(1, 214, 81, 0.18);
  background: #ffffff;
  outline: none;
}

.pay-page .field .form-select option {
  color: #1a1230;
}

.pay-page .payment-method-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pay-page .payment-method-box {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.pay-page .payment-method-box .payment-method-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pay-page .payment-method-box .method-ui {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  padding: 12px 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1230;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(6, 10, 24, 0.12);
  transition: all 0.17s ease;
  text-align: center;
  text-transform: none;
}

.pay-page .payment-method-box .method-ui i {
  font-size: 1rem;
  color: #0a7b44;
}

.pay-page .payment-method-box .method-ui .method-icon{
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pay-page .payment-method-box:hover .method-ui {
  background: #ffffff;
  border-color: rgba(1, 214, 81, 0.55);
  transform: translateY(-1px);
}

.pay-page .payment-method-box .payment-method-radio:checked + .method-ui {
  background: linear-gradient(135deg, #ecfff4 0%, #dffbea 100%);
  border-color: rgba(1, 214, 81, 0.68);
  color: #0a7b44;
  box-shadow: 0 12px 26px rgba(1, 214, 81, 0.22);
}

.pay-page .payment-method-box .payment-method-radio:focus-visible + .method-ui {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(1, 214, 81, 0.22), 0 10px 24px rgba(6, 10, 24, 0.12);
}

.pay-page .field .amount-prefix {
  position: relative;
}

.pay-page .field .amount-prefix::before {
  content: '$';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(26, 18, 48, 0.65);
  pointer-events: none;
  z-index: 2;
}

.pay-page .field .amount-prefix .form-control {
  padding-left: 28px;
  min-height: 58px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  border-color: rgba(131, 144, 177, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

@media (max-width: 480px) {
  .pay-page .field .amount-prefix .form-control {
    font-size: 1.7rem;
  }
}

/* Logged-in banner */
.pay-page .user-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(1, 214, 81, 0.2), rgba(1, 214, 81, 0.1));
  border: 1px solid rgba(1, 214, 81, 0.42);
  border-radius: 11px;
  padding: 11px 14px;
  margin-bottom: 16px;
  font-size: 0.86rem;
  color: #b7ffd8;
  font-weight: 600;
}

.pay-page .user-banner i {
  font-size: 1rem;
  flex-shrink: 0;
}

/* Summary */
.pay-page .summary {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(241, 252, 246, 0.96));
  border: 1px solid rgba(1, 214, 81, 0.34);
  border-radius: 15px;
  padding: 16px 18px;
  margin-bottom: 22px;
  box-shadow: 0 14px 34px rgba(6, 10, 24, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.pay-page .summary .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 0.92rem;
  color: rgba(26, 18, 48, 0.74);
}

.pay-page .summary .row .lbl {
  font-weight: 500;
}

.pay-page .summary .row .val {
  font-weight: 700;
  color: #1b1230;
}

.pay-page .summary .sep {
  border: none;
  border-top: 1px solid rgba(26, 18, 48, 0.14);
  margin: 9px 0;
}

.pay-page .summary .row.total {
  font-size: 1.08rem;
  color: #0a7b44;
  padding: 8px 10px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(1, 214, 81, 0.12), rgba(16, 177, 104, 0.08));
}

.pay-page .summary .row.total .val {
  font-size: 1.24rem;
  color: #0a7b44;
}

/* Submit */
.pay-page .submit {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  border: none;
  color: #0a1911;
  transition: all 0.2s ease;
  box-shadow: 0 10px 26px rgba(1, 214, 81, 0.3);
  cursor: pointer;
}

.pay-page .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(1, 214, 81, 0.38);
  background: linear-gradient(135deg, #17e66f 0%, #33c580 100%);
  color: #07130c;
}

.pay-page .submit:active {
  transform: translateY(0);
}

.pay-page .submit i {
  margin-right: 6px;
}

/* Trust strip */
.pay-page .trust {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.pay-page .trust .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.pay-page .trust .item i {
  color: #9efcc6;
  font-size: 0.9rem;
}

/* Not-found */
.pay-page .notfound {
  text-align: center;
  padding: 80px 20px;
}

.pay-page .notfound i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 16px;
}

.pay-page .notfound p {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
  .pay-page .card .card-body {
    padding: 20px 18px;
  }

  .pay-page .payment-method-boxes {
    grid-template-columns: 1fr;
  }

  .pay-page .hero {
    padding: 36px 16px 100px;
    gap: 14px;
  }

  .pay-page .hero .avatar-ring {
    width: 80px;
    height: 80px;
  }

  .pay-page .preset {
    min-width: calc(33.33% - 8px);
  }

  .pay-page .hero .vendor-name {
    font-size: 1.4rem;
  }
}

/* Order confirmation (order/o/{code}) */
.public-order-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 216, 107, 0.18), transparent 22%),
    radial-gradient(circle at 82% 7%, rgba(159, 59, 255, 0.2), transparent 24%),
    linear-gradient(165deg, #19072f 0%, #120521 48%, #0a0313 100%);
}

.public-order-page .card-outer {
  margin-top: 12px;
  padding: 0 16px 64px;
}

.public-order-page .card {
  position: relative;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 216, 107, 0.12), transparent 36%),
    linear-gradient(160deg, rgba(90, 38, 164, 0.4), rgba(30, 11, 55, 0.95));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 66px rgba(8, 3, 18, 0.56), 0 10px 28px rgba(87, 60, 186, 0.24);
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
}

.public-order-page .card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.public-order-page .card .card-head {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 26px 16px;
  color: #f4eeff;
}

.public-order-page .card .card-head h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: -0.2px;
}

.public-order-page .card .card-head p {
  font-size: 0.8rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.public-order-page .card .card-body {
  padding: 26px 26px 22px;
}

.public-order-page .trust {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.public-order-page .trust .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.public-order-page .trust .item i {
  color: #9efcc6;
  font-size: 0.9rem;
}

.public-order-page .hero {
  padding: 34px 16px 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 560px;
  margin: 0 auto;
}

.public-order-page .hero .vendor-name {
  color: #f8f2ff;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}

.public-order-page .notfound {
  text-align: center;
  padding: 48px 20px;
}

.public-order-page .notfound i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.28);
  display: block;
  margin-bottom: 16px;
}

.public-order-page .notfound p {
  color: rgba(255, 255, 255, 0.7);
}

.public-order-page .order-page-top {
  max-width: 560px;
  margin: 0 auto;
  padding: 22px 16px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.public-order-page .order-page-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.public-order-page .order-page-logo {
  max-height: 34px;
  width: auto;
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.public-order-page .order-page-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.public-order-page .order-page-link-home {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.public-order-page .order-page-link-home:hover {
  color: #ffffff;
}

.public-order-page .order-page-btn-login,
.public-order-page .order-page-btn-account {

  align-items: center;
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.public-order-page .order-page-btn-login {
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  color: #0a1911;
  box-shadow: 0 10px 24px rgba(1, 214, 81, 0.28);
}

.public-order-page .order-page-btn-login:hover {
  color: #06120b;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(1, 214, 81, 0.34);
}

.public-order-page .order-page-btn-account {
  background: rgba(255, 255, 255, 0.12);
  color: #f7f1ff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.public-order-page .order-page-btn-account:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.public-order-page .order-alert {
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 600;
}

.public-order-page .order-alert--success {
  background: linear-gradient(135deg, rgba(1, 214, 81, 0.18), rgba(1, 214, 81, 0.1));
  border: 1px solid rgba(1, 214, 81, 0.42);
  color: #b7ffd8;
}

.public-order-page .order-alert--info {
  background: linear-gradient(135deg, rgba(125, 108, 255, 0.18), rgba(90, 141, 255, 0.12));
  border: 1px solid rgba(125, 108, 255, 0.42);
  color: #d8d0ff;
}

.public-order-page .order-alert--warning {
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.2), rgba(255, 179, 0, 0.12));
  border: 1px solid rgba(255, 216, 107, 0.42);
  color: #ffe8ae;
}

.public-order-page .order-detail-rows {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.public-order-page .order-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.public-order-page .order-detail-row:last-child {
  border-bottom: none;
}

.public-order-page .order-detail-row .od-lbl {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-shrink: 0;
  max-width: 46%;
}

.public-order-page .order-detail-row .od-val {
  color: #f4eeff;
  font-weight: 600;
  text-align: right;
  word-break: break-word;
}

.public-order-page .order-extra-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.public-order-page .order-extra-block .od-extra-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 8px;
}

.public-order-page .order-hint {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 20px auto 0;
  max-width: 500px;
  padding: 0 16px;
  text-align: center;
  line-height: 1.5;
}

.public-order-page .order-hint a {
  color: #9efcc6;
  font-weight: 600;
  text-decoration: none;
}

.public-order-page .order-hint a:hover {
  text-decoration: underline;
}

.public-order-page .order-page-submit {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: linear-gradient(135deg, #01d651 0%, #10b168 100%);
  border: none;
  color: #0a1911;
  transition: all 0.2s ease;
  box-shadow: 0 10px 24px rgba(1, 214, 81, 0.3);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.public-order-page .order-page-submit:hover {
  color: #06120b;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(1, 214, 81, 0.36);
}

@media (max-width: 480px) {
  .public-order-page .card .card-body {
    padding: 20px 18px;
  }

  .public-order-page .hero .vendor-name {
    font-size: 1.4rem;
  }
}


.public-order-page .badge.bg-pending {
  background: rgba(255, 216, 107, 0.18);
  border: 1px solid rgba(255, 216, 107, 0.5);
  color: #ffe4a1;
}

.public-order-page .badge.bg-completed {
  background: rgba(1, 214, 81, 0.18);
  border: 1px solid rgba(1, 214, 81, 0.5);
  color: #abffd1;
}


/* =============================================
   ADD FUNDS NEW — afn modal styles
   ============================================= */

.afn-modal .modal-content {
  border-radius: 24px;
  border: none;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.afn-modal .modal-body {
  padding: 0;
}

/* Inner card wrapper */
.afn-card {
  background: #fff;
  padding: 28px 28px 24px;
  position: relative;
}

/* Top bar: close + step */
.afn-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.afn-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #01d651;
  background: transparent;
  color: #01d651;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  line-height: 1;
}

.afn-close:hover {
  background: #01d651;
  color: #fff;
}

.afn-step {
  font-size: 0.8rem;
  font-weight: 600;
  color: #9ca3af;
  letter-spacing: 0.3px;
}

/* Title */
.afn-title {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 4px;
}

/* Normalize titles inside dark account containers */
.content-custom-account h1,
.content-custom-account h2,
.content-custom-account h3,
.content-custom-account h4,
.content-custom-account h5,
.content-custom-account h6,
.content-custom-account .title,
.content-custom-account .card-title,
.content-custom-account .product-title,
.content-custom-account .title-main {
  color: var(--text);
}

.afn-subtitle {
  font-size: 0.82rem;
  color: #9ca3af;
  margin: 0 0 18px;
}

/* Balance pill */
.afn-balance-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #edfdf5;
  border: 1px solid #bbf7d0;
  color: #059669;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 50rem;
  margin-bottom: 22px;
  text-align: center;
}

.afn-balance-pill i {
  font-size: 0.9rem;
  color: #01d651;
}

/* Vendor select row */
.afn-field-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #6b7280;
  margin-bottom: 6px;
}

.afn-vendor-row {
  margin-bottom: 14px;
}

/* Recent vendor chips */
.afn-recent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.afn-recent-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  width: 100%;
  margin-bottom: 2px;
}

.afn-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 50rem;
  padding: 5px 12px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.afn-chip:hover,
.afn-chip.active {
  background: #ecfdf5;
  border-color: #01d651;
  color: #059669;
}

/* Amount row: label + input + currency badge */
.afn-amount-row {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 6px;
  transition: border-color 0.2s;
}

.afn-amount-row:focus-within {
  border-color: #01d651;
}

.afn-amount-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.afn-amount-input {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  min-width: 0;
  width: 100%;
}

.afn-amount-input::placeholder {
  color: #d1d5db;
}

.afn-currency-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50rem;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  flex-shrink: 0;
}

.afn-currency-badge .flag {
  font-size: 1rem;
  line-height: 1;
}

/* Rate divider */
.afn-rate-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.afn-rate-divider .line {
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.afn-rate-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50rem;
  white-space: nowrap;
}

.afn-rate-pill i {
  font-size: 0.75rem;
}

/* Vendor receives row — computed, readonly look */
.afn-amount-row.afn-receives {
  background: #f3f4f6;
  border-color: #e5e7eb;
  opacity: 0.85;
}

.afn-amount-row.afn-receives .afn-amount-input {
  color: #6b7280;
}

/* Preset quick amounts */
.afn-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0;
}

.afn-preset-btn {
  background: #f9fafb;
  border: 1.5px solid #e5e7eb;
  border-radius: 50rem;
  padding: 5px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}

.afn-preset-btn:hover,
.afn-preset-btn.active {
  background: #ecfdf5;
  border-color: #01d651;
  color: #059669;
}

/* Payment method select */
.afn-method-row {
  margin: 14px 0;
}

/* Fee breakdown */
.afn-fee-box {
  background: #fef9f0;
  border: 1px solid #fde8c0;
  border-radius: 14px;
  padding: 14px 18px;
  margin: 16px 0;
}

.afn-fee-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 0.84rem;
}

.afn-fee-row+.afn-fee-row {
  border-top: 1px dashed #fde8c0;
  margin-top: 4px;
  padding-top: 8px;
}

.afn-fee-row .lbl {
  color: #92400e;
  font-weight: 500;
}

.afn-fee-row .val {
  font-weight: 600;
  color: #1f2937;
}

.afn-fee-row .val.instant {
  color: #059669;
}

.afn-fee-row.total-row .lbl,
.afn-fee-row.total-row .val {
  font-weight: 700;
  font-size: 0.9rem;
  color: #111827;
}

/* Terms */
.afn-terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 18px;
  font-size: 0.8rem;
  color: #6b7280;
}

.afn-terms input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #01d651;
}

.afn-terms a {
  color: #01d651;
  text-decoration: none;
  font-weight: 500;
}

/* Submit button */
.afn-submit {
  width: 100%;
  background: #01d651;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2px;
  border: none;
  border-radius: 50rem;
  padding: 15px;
  cursor: pointer;
  transition: background 0.2s, transform 0.12s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(1, 214, 81, 0.28);
}

.afn-submit:hover {
  background: #00ba46;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(1, 214, 81, 0.34);
}

.afn-submit:active {
  transform: translateY(0);
}

/* Add cards link */
.afn-add-card-link {
  display: block;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 8px;
  text-decoration: none;
}

.afn-add-card-link:hover {
  color: #01d651;
}

/* Select2 inside afn modal */
.afn-modal .select2-container--default .select2-selection--single {
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  height: 44px;
  display: flex;
  align-items: center;
  background: #f9fafb;
}

.afn-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 14px;
  color: #374151;
  font-size: 0.9rem;
}

.afn-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  right: 10px;
}

.afn-modal .form-select {
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  background-color: #f9fafb;
  color: #374151;
  font-size: 0.9rem;
  padding: 11px 14px;
  appearance: auto;
}

.afn-modal .form-select:focus {
  border-color: #01d651;
  box-shadow: 0 0 0 3px rgba(1, 214, 81, 0.12);
}

/* Responsive tweak */
@media (max-width: 576px) {
  .afn-card {
    padding: 20px 18px 20px;
  }

  .afn-amount-input {
    font-size: 1.5rem;
  }
}

.checkout-footer a{
  color: #1f5b89;
  text-decoration: none;
  font-weight: 600;
}

/* Omnisend Chat */
.omni-chat .omni-chat-layout {
  display: flex;
  gap: 16px;
  min-height: 560px;
  height: 560px;
}

.omni-chat.single-thread .omni-chat-layout {
  display: block;
}

.omni-chat.single-thread .omni-chat-main {
  height: 100%;
}

.omni-chat .omni-chat-sidebar {
  width: 320px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px;
  background: #0f141c;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.omni-chat .omni-chat-sidebar .omni-chat-sidebar-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.omni-chat .omni-chat-sidebar .omni-chat-sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.omni-chat .omni-chat-sidebar .omni-chat-sidebar-top .omni-chat-sidebar-title {
  margin-bottom: 0;
}

.omni-chat .omni-chat-sidebar .omni-chat-sidebar-close {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.omni-chat .omni-chat-mobile-toggle {
  display: none;
}

.omni-chat .omni-chat-mobile-backdrop {
  display: none;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact:hover {
  background: rgba(255, 255, 255, 0.08);
}

.omni-chat .omni-chat-sidebar .omni-chat-contact.is-selected {
  background: rgba(0, 123, 255, 0.22);
}

.omni-chat .omni-chat-sidebar .omni-chat-contact .avatar {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact .details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact .details .name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact .details .meta {
  font-size: 12px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omni-chat .omni-chat-sidebar .omni-chat-contact .details .preview {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.omni-chat .omni-chat-status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
}

.omni-chat .omni-chat-status-dot.on {
  background: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

.omni-chat .omni-chat-status-dot.off {
  background: #6c757d;
}

.omni-chat .omni-chat-main {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: #111827;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}

.omni-chat .omni-chat-main .omni-chat-header {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.omni-chat .omni-chat-main .omni-chat-header .avatar {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.omni-chat .omni-chat-main .omni-chat-header .name {
  font-weight: 700;
}

.omni-chat .omni-chat-main .omni-chat-header .meta {
  font-size: 12px;
  opacity: 0.75;
}

.omni-chat .omni-chat-main .omni-chat-messages {
  flex: 1;
  overflow: auto;
  min-height: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: smooth;
}

.omni-chat .omni-chat-main .omni-chat-empty {
  padding: 26px;
  color: #d5d9e0;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message {
  display: flex;
  flex-direction: column;
  max-width: 78%;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message.mine {
  align-self: flex-end;
  text-align: right;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message.theirs {
  align-self: flex-start;
  text-align: left;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message .bubble {
  border-radius: 12px;
  padding: 10px 12px;
  background: #243041;
  color: #fff;
  word-wrap: break-word;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message.mine .bubble {
  background: #0d6efd;
}
.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message.mine .bubble a{
  color: #a8d0ff;
  text-decoration: underline;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message .file .omni-chat-image-link {
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message .file .omni-chat-image-preview {
  display: block;
  max-width: 220px;
  max-height: 220px;
  width: auto;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  object-fit: cover;
}

.omni-chat .omni-chat-main .omni-chat-messages .omni-chat-message .meta {
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.72;
}

.omni-chat .omni-chat-main .omni-chat-form {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.omni-chat .omni-chat-main .omni-chat-form .omni-chat-attach-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.omni-chat .omni-chat-main .omni-chat-form .omni-chat-attach-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.omni-chat .omni-chat-main .omni-chat-form .omni-chat-attach-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.omni-chat .omni-chat-main .omni-chat-form .omni-chat-attach-name {
  font-size: 12px;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

@media (max-width: 991px) {
  body.omni-chat-mobile-lock {
    overflow: hidden;
  }

  .omni-chat .omni-chat-layout {
    flex-direction: row;
    min-height: auto;
    height: auto;
  }

  .omni-chat {
    position: relative;
  }

  .omni-chat .omni-chat-mobile-toggle {
    position: fixed;
    right: 14px;
    bottom: 118px;
    z-index: 1062;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(135deg, #6e1cff 0%, #9f3bff 100%);
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    box-shadow: 0 10px 24px rgba(8, 3, 18, 0.4);
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
  }

  .omni-chat .omni-chat-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1060;
    background: rgba(6, 3, 14, 0.62);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    display: block;
  }

  .omni-chat .omni-chat-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: min(84vw, 330px);
    height: 100dvh;
    min-height: 100dvh;
    z-index: 1061;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateX(105%);
    transition: transform 0.25s ease;
    box-shadow: -10px 0 28px rgba(0, 0, 0, 0.45);
  }

  .omni-chat .omni-chat-sidebar .omni-chat-sidebar-close {
    display: inline-flex;
  }

  .omni-chat.omni-chat-sidebar-open .omni-chat-sidebar {
    transform: translateX(0);
  }

  .omni-chat.omni-chat-sidebar-open .omni-chat-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .omni-chat .omni-chat-sidebar {
    max-width: 100%;
  }

  .omni-chat .omni-chat-main {
    height: 520px;
    min-height: 520px;
  }
}

/* Public game deposit portal */
.front-theme {
  background: #080b12;
  color: #f7f8fb;
  font-family: "Inter", "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.front-theme a {
  color: inherit;
}

.front-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 11, 18, 0.9);
  backdrop-filter: blur(16px);
}

.front-header .container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.front-header .brand,
.front-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  text-decoration: none;
  min-width: 0;
}

.front-header .brand .brand-mark,
.front-footer .brand .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #111827;
  background: linear-gradient(135deg, #f8d45b, #ff9e2c);
  box-shadow: 0 12px 34px rgba(248, 181, 44, 0.28);
}

.front-header .brand .brand-text,
.front-footer .brand .brand-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.front-header .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.front-header .nav-links a,
.front-footer .links a,
.front-footer .legal a {
  color: rgba(247, 248, 251, 0.76);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}

.front-header .nav-links a:hover,
.front-footer .links a:hover,
.front-footer .legal a:hover {
  color: #f8d45b;
}

.front-header .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.front-header .btn,
.front-home .btn {
  border-radius: 8px;
  font-weight: 700;
}

.front-home .hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 194, 64, 0.18), transparent 30%),
    linear-gradient(145deg, #0c101a 0%, #141923 44%, #230f2d 100%);
}

.front-home .hero .container {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: 44px;
  padding-top: 70px;
  padding-bottom: 52px;
}

.front-home .copy {
  max-width: 720px;
}

.front-home .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #f8d45b;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.front-home h1,
.front-home h2,
.front-home h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.front-home h1 {
  max-width: 680px;
  margin: 0;
  font-size: 5rem;
  line-height: 1.02;
  font-weight: 700;
}

.front-home .lead {
  max-width: 580px;
  margin: 20px 0 0;
  color: rgba(247, 248, 251, 0.78);
  font-size: 1.15rem;
  line-height: 1.65;
}

.front-home .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.front-home .wallet-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 32px;
}

.front-home .wallet-strip div {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.front-home .wallet-strip span {
  display: block;
  color: rgba(247, 248, 251, 0.62);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.front-home .wallet-strip strong {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 700;
}

.front-home .showcase {
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 14px;
}

.front-home .showcase .showcase-card {
  min-height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #171b24;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.38);
}

.front-home .showcase .showcase-card:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}

.front-home .showcase .showcase-card:nth-child(2) {
  grid-column: 5 / 7;
  grid-row: 1 / 3;
}

.front-home .showcase .showcase-card:nth-child(3) {
  grid-column: 4 / 7;
  grid-row: 3 / 6;
}

.front-home .showcase .showcase-card:nth-child(4) {
  grid-column: 1 / 4;
  grid-row: 4 / 7;
}

.front-home .showcase .showcase-card:nth-child(5) {
  grid-column: 4 / 7;
  grid-row: 6 / 7;
}

.front-home .showcase img,
.front-home .game-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.front-home .game-section,
.front-home .flow-section,
.front-home .support-section {
  padding: 84px 0;
}

.front-home .game-section {
  background: #0b0f17;
}

.front-home .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.front-home .section-head h2,
.front-home .support-section h2 {
  max-width: 780px;
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.12;
}

.front-home .section-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.front-home .game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.front-home .game-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #121722;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.front-home .game-card .media {
  display: block;
  aspect-ratio: 1 / 0.72;
  background: #1a202d;
}

.front-home .game-card .body {
  padding: 18px;
}

.front-home .game-card .body h3 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
}

.front-home .game-card .body p {
  min-height: 48px;
  margin: 9px 0 16px;
  color: rgba(247, 248, 251, 0.67);
  font-size: 0.94rem;
  line-height: 1.45;
}

.front-home .game-card .card-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.front-home .flow-section {
  background: linear-gradient(180deg, #0b0f17, #111823);
}

.front-home .flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.front-home .flow-item {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.front-home .flow-item span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #111827;
  background: #f8d45b;
  font-size: 1.35rem;
}

.front-home .flow-item h3 {
  margin: 20px 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
}

.front-home .flow-item p,
.front-home .support-section p {
  margin: 0;
  color: rgba(247, 248, 251, 0.7);
  line-height: 1.6;
}

.front-home .support-section {
  background: #080b12;
}

.front-home .support-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 212, 91, 0.12), rgba(33, 40, 55, 0.92));
}

.front-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #080b12;
}

.front-footer .container {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(170px, 0.5fr) minmax(210px, 0.7fr);
  gap: 28px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.front-footer .brand-area p {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(247, 248, 251, 0.66);
  line-height: 1.6;
}

.front-footer .links,
.front-footer .legal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.front-footer .legal span {
  color: rgba(247, 248, 251, 0.55);
  font-size: 0.92rem;
}

.checkout-footer a {
  color: #f8d45b;
}

@media (max-width: 1199px) {
  .front-home .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .front-header .container {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .front-header .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .front-home .hero .container {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .front-home h1 {
    font-size: 3.7rem;
  }

  .front-home .section-head h2,
  .front-home .support-section h2 {
    font-size: 2.3rem;
  }

  .front-home .showcase {
    min-height: 420px;
  }

  .front-home .game-grid,
  .front-home .flow-grid,
  .front-footer .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-home .section-head,
  .front-home .support-section .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .front-home .hero .container {
    padding-top: 42px;
  }

  .front-home .wallet-strip,
  .front-home .game-grid,
  .front-home .flow-grid,
  .front-footer .container {
    grid-template-columns: 1fr;
  }

  .front-home .showcase {
    min-height: 360px;
    gap: 10px;
  }

  .front-home .game-section,
  .front-home .flow-section,
  .front-home .support-section {
    padding: 54px 0;
  }
}

@media (max-width: 575px) {
  .front-header .container {
    gap: 12px;
  }

  .front-header .brand .brand-text {
    max-width: 140px;
  }

  .front-home h1 {
    font-size: 2.55rem;
  }

  .front-home .section-head h2,
  .front-home .support-section h2 {
    font-size: 1.85rem;
  }

  .front-header .nav-actions {
    width: 100%;
    justify-content: stretch;
  }

  .front-header .nav-actions .btn {
    flex: 1;
  }

  .front-home .actions,
  .front-home .section-actions,
  .front-home .game-card .card-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .front-home .support-section .container {
    padding: 24px;
  }
}

/* Design.html homepage recreation */
.front-design {
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 207, 56, 0.28), transparent 23%),
    radial-gradient(circle at 78% 0%, rgba(236, 72, 153, 0.28), transparent 25%),
    radial-gradient(circle at 50% 40%, rgba(124, 58, 237, 0.25), transparent 34%),
    linear-gradient(180deg, #070914 0%, #0d1020 55%, #070914 100%);
  font-family: "Inter", "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}

.front-design .page {
  overflow: hidden;
}

.front-design .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.front-design a {
  color: inherit;
  text-decoration: none;
}

.front-design .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(8, 10, 19, 0.76);
  backdrop-filter: blur(20px);
}

.front-design .nav .nav-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.front-design .brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.front-design .brand .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: conic-gradient(from 180deg, #ffcf38, #ff7a18, #ec4899, #7c3aed, #22d3ee, #ffcf38);
  box-shadow: 0 14px 45px rgba(255, 122, 24, 0.28);
  color: #09111f;
  font-weight: 700;
  font-size: 18px;
}

.front-design .brand .logo-mark {
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.front-design .brand .logo-mark img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 52px;
}

.front-design .brand strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.front-design .brand span {
  display: block;
  color: #a7b1c8;
  font-size: 12px;
  font-weight: 700;
}

.front-design .nav .nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #d8def0;
  font-weight: 700;
  font-size: 14px;
}

.front-design .nav .nav-links a:hover {
  color: #ffffff;
}

.front-design .nav .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.front-design .nav .nav-menu {
  display: none;
  margin-left: auto;
}

.front-design .nav .menu-toggle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border-color: rgba(255, 207, 56, 0.25);
  background:
    linear-gradient(135deg, rgba(255, 207, 56, 0.13), rgba(236, 72, 153, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.front-design .nav .menu-toggle::after {
  display: none;
}

.front-design .front-menu-dropdown {
  min-width: 250px;
  margin-top: 12px !important;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 207, 56, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(8, 10, 19, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.front-design .front-menu-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  color: #d8def0;
  font-weight: 700;
}

.front-design .front-menu-dropdown .dropdown-item i {
  width: 18px;
  color: #fde68a;
  text-align: center;
}

.front-design .front-menu-dropdown .dropdown-item:hover,
.front-design .front-menu-dropdown .dropdown-item:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.front-design .front-menu-dropdown .dropdown-item.is-primary {
  margin-top: 4px;
  color: #111827;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
}

.front-design .front-menu-dropdown .dropdown-item.is-primary i {
  color: #111827;
}

.front-design .front-menu-dropdown .dropdown-divider {
  margin: 8px 6px;
  border-color: rgba(255, 255, 255, 0.12);
}

.front-design .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: none;
  line-height: 1.2;
  text-align: center;
}

.front-design .btn i {
  color: currentColor;
  font-size: 0.95em;
}

.front-design .btn.primary {
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  color: #111827;
  box-shadow: 0 16px 40px rgba(255, 122, 24, 0.28);
  border: 0;
}

.front-design .btn.pink {
  background: linear-gradient(135deg, #ec4899, #7c3aed);
  border: 0;
}

.front-design .hero {
  position: relative;
  padding: 64px 0 28px;
}

.front-design .hero .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}

.front-design .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 207, 56, 0.35);
  background: rgba(255, 207, 56, 0.12);
  color: #fde68a;
  padding: 9px 13px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}

.front-design .badge i {
  color: #ffcf38;
}

.front-design h1 {
  font-size: 72px;
  line-height: 0.94;
  margin: 0 0 18px;
  max-width: 780px;
  font-weight: 700;
}

.front-design .register-page h1,
.front-design .login-page h1 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.16;
  margin-bottom: 10px;
}

.front-design .gradient-text {
  background: linear-gradient(135deg, #ffcf38, #ff7a18, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.front-design .hero .hero-copy {
  font-size: 18px;
  line-height: 1.7;
  color: #d6def2;
  max-width: 630px;
  margin: 0 0 28px;
}

.front-design .hero .hero-ctas,
.front-design .cta .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 24px;
}

.front-design .trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 700;
}

.front-design .trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.front-design .trust-row i {
  color: #fde68a;
}

.front-design .hero .hero-visual {
  position: relative;
  min-height: 560px;
}

.front-design .phone {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  margin-left: auto;
  border-radius: 38px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
}

.front-design .phone .phone-screen {
  border-radius: 30px;
  background: #090d19;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.front-design .phone .phone-top {
  padding: 18px;
  background: linear-gradient(135deg, rgba(255, 207, 56, 0.2), rgba(236, 72, 153, 0.12));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.front-design .phone .phone-title strong {
  display: block;
}

.front-design .phone .phone-title span {
  color: #a7b1c8;
  font-size: 12px;
  font-weight: 700;
}

.front-design .phone .credit-pill {
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.28);
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.front-design .phone .spin-card {
  margin: 16px;
  border-radius: 26px;
  min-height: 210px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 207, 56, 0.6), transparent 18%),
    conic-gradient(#ffcf38, #ec4899, #7c3aed, #22d3ee, #22c55e, #ff7a18, #ffcf38);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.11);
}

.front-design .phone .spin-card::after {
  content: "PLAY";
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: #0f172a;
  border: 8px solid rgba(255, 255, 255, 0.26);
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.4);
}

.front-design .phone .phone-list {
  padding: 0 16px 16px;
  display: grid;
  gap: 10px;
}

.front-design .phone .mini-row {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.front-design .phone .mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255, 207, 56, 0.2), rgba(236, 72, 153, 0.18));
  color: #fde68a;
  font-size: 15px;
  font-weight: 700;
}

.front-design .phone .mini-row strong {
  display: block;
  font-size: 13px;
}

.front-design .phone .mini-row span {
  color: #a7b1c8;
  font-size: 12px;
}

.front-design .phone .mini-row b {
  color: #fde68a;
  font-size: 13px;
}

.front-design .float-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(17, 24, 39, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  padding: 16px;
}

.front-design .float-card.one {
  left: -34px;
  top: 54px;
  width: 280px;
}

.front-design .float-card.two {
  right: 8px;
  bottom: 18px;
  width: 260px;
}

.front-design .float-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.front-design .float-card .leader {
  display: grid;
  gap: 9px;
}

.front-design .float-card .leader-row {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 8px;
  font-size: 13px;
  align-items: center;
}

.front-design .float-card .rank {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.front-design .float-card .amount {
  color: #86efac;
  font-weight: 700;
}

.front-design .float-card .hint {
  color: #a7b1c8;
  font-size: 13px;
  line-height: 1.5;
}

.front-design .section {
  padding: 40px 0;
}

.front-design .casino-home .casino-hero {
  padding: 22px 0 18px;
}

.front-design .casino-home .home-hero-copy {
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}

.front-design .casino-home .home-hero-copy h1 {
  max-width: 860px;
  margin: 0 auto 12px;
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  line-height: 0.98;
}

.front-design .casino-home .home-hero-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: #d6def2;
  font-size: 1.05rem;
  line-height: 1.6;
}

.front-design .casino-home .casino-search {
  position: relative;
  margin: 0 auto 22px;
  max-width: 860px;
}

.front-design .casino-home .casino-search i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #a7b1c8;
  transform: translateY(-50%);
}

.front-design .casino-home .casino-search .form-control {
  min-height: 50px;
  padding-left: 48px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.front-design .casino-home .hero-stage {
  display: grid;
  grid-template-columns: 0.72fr 1.56fr 0.72fr;
  gap: 22px;
  align-items: stretch;
}

.front-design .casino-home .hero-slide {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 300px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.front-design .casino-home .hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.front-design .casino-home .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(5, 8, 18, 0.88));
}

.front-design .casino-home .hero-slide span,
.front-design .casino-home .hero-slide em {
  position: relative;
  z-index: 1;
}

.front-design .casino-home .hero-slide span {
  max-width: 520px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}

.front-design .casino-home .hero-slide.featured span {
  font-size: 2.6rem;
}

.front-design .casino-home .hero-slide em {
  width: max-content;
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #111827;
  background: linear-gradient(135deg, #9af044, #37e7bb);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
}

.front-design .casino-home .mobile-auth-strip,
.front-design .casino-home .mobile-tabs {
  display: none;
}

.front-design .casino-home .casino-game-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.front-design .casino-home .casino-game-card {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.front-design .casino-home .casino-provider-card {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.front-design .casino-home .casino-provider-card:hover {
  transform: translateY(-3px);
  border-color: rgba(253, 230, 138, 0.45);
  background: linear-gradient(160deg, rgba(255, 207, 56, 0.13), rgba(124, 58, 237, 0.12));
}

.front-design .casino-home .casino-provider-card .provider-image {
  position: relative;
}

.front-design .casino-home .casino-game-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

.front-design .casino-home .casino-game-card strong {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-design .casino-home .casino-game-card span {
  color: #a7b1c8;
  font-size: 0.82rem;
}

.front-design .casino-home .front-game-empty {
  margin: 14px 0 0;
  color: #a7b1c8;
}

.front-design .casino-home .spin-grid,
.front-design .casino-home .why-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 18px;
  align-items: center;
}

.front-design .casino-home .spin-section {
  background: linear-gradient(135deg, rgba(255, 207, 56, 0.09), rgba(124, 58, 237, 0.12));
}

.front-design .casino-home .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #fde68a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-design .casino-home .spin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.front-design .casino-home .public-spin-machine {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.055);
}

.front-design .casino-home .spin-pointer {
  width: 0;
  height: 0;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 24px solid #ffffff;
}

.front-design .casino-home .spin-wheel,
.front-design .daily-spin-wheel,
body.body-account .daily-spin-wheel,
body.body-account .spin-wheel-small {
  border: 0;
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #111827 0 28%, transparent 29%),
    conic-gradient(#ffcf38 0 14%, #ec4899 14% 28%, #7c3aed 28% 42%, #22d3ee 42% 56%, #22c55e 56% 70%, #ff7a18 70% 84%, #fde68a 84% 100%);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.1), 0 20px 60px rgba(0, 0, 0, 0.32);
  transition: transform 10s cubic-bezier(0.08, 0.74, 0.18, 1);
}

.front-design .casino-home .public-spin-wheel {
  cursor: pointer;
}

.front-design .casino-home .public-spin-wheel:disabled {
  cursor: wait;
}

.front-design .casino-home .public-spin-wheel:focus-visible {
  outline: 3px solid rgba(253, 230, 138, 0.82);
  outline-offset: 5px;
}

.front-design .casino-home .spin-wheel.is-spinning {
  transform: rotate(4355deg);
}

body.body-account .daily-spin-wheel.is-spinning {
  transform: rotate(4355deg);
}

.front-design .casino-home .spin-wheel.is-prize span {
  color: #062314;
  background: linear-gradient(135deg, #9af044 0%, #22c55e 48%, #37e7bb 100%);
  box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.14), 0 18px 38px rgba(34, 197, 94, 0.34);
  animation: front-prize-slam 0.45s cubic-bezier(0.16, 1.28, 0.32, 1);
}

@keyframes front-prize-slam {
  0% {
    transform: scale(0.18);
    opacity: 0;
  }

  62% {
    transform: scale(1.18);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.front-design .casino-home .spin-wheel span,
body.body-account .daily-spin-wheel span,
body.body-account .spin-wheel-small span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  color: #111827;
  background: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

.front-design .casino-home .spin-result {
  color: #d6def2;
  font-weight: 700;
}

.front-design .casino-home .spin-machine-button {
  min-width: 170px;
  justify-content: center;
  text-transform: uppercase;
}

.front-design .casino-home .spin-result a,
.front-design .casino-home .spin-result strong {
  color: #fde68a;
}

.front-design .casino-home .support-panel {
  align-content: center;
  min-height: 260px;
  text-align: center;
}

.front-design .casino-home .support-panel i {
  color: #fde68a;
  font-size: 2.4rem;
}

.front-design .casino-home .support-panel strong {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}

.front-design .casino-home .support-panel span {
  max-width: 340px;
  color: #a7b1c8;
  line-height: 1.5;
}

.front-design .casino-home .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.front-design .casino-home .benefit-card {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 280px;
  padding: 24px 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.36), rgba(255, 255, 255, 0.055));
}

.front-design .casino-home .benefit-card i {
  margin-bottom: 14px;
  color: #a855f7;
  font-size: 2rem;
}

.front-design .casino-home .benefit-card h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}

.front-design .casino-home .benefit-card p {
  margin: 0 0 18px;
  color: #a7b1c8;
  line-height: 1.55;
}

.front-design .casino-home .benefit-card .btn {
  align-self: end;
  padding: 10px 14px;
  font-size: 0.88rem;
}

.front-design .casino-home .why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.front-design .casino-home .why-card,
.front-design .casino-home .why-feature {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.front-design .casino-home .why-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.front-design .casino-home .why-card i,
.front-design .casino-home .why-feature i {
  color: #a855f7;
  font-size: 2rem;
}

.front-design .casino-home .why-card strong {
  margin-top: 10px;
  font-weight: 700;
}

.front-design .casino-home .why-card span,
.front-design .casino-home .why-feature p {
  color: #a7b1c8;
}

.front-design .casino-home .why-feature {
  grid-row: span 2;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.45), rgba(255, 255, 255, 0.06));
}

.front-design .casino-home .winner-ticker {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.front-design .casino-home .winner-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: front-winner-marquee 32s linear infinite;
  transform: translateX(calc(-50% - 6px));
}

.front-design .casino-home .winner-ticker:hover .winner-track {
  animation-play-state: paused;
}

.front-design .casino-home .winner-item {
  flex: 0 0 230px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.front-design .casino-home .winner-item strong,
.front-design .casino-home .winner-item span,
.front-design .casino-home .winner-item em {
  display: block;
}

.front-design .casino-home .winner-item strong {
  color: #fff;
  font-weight: 700;
}

.front-design .casino-home .winner-item span {
  margin-top: 4px;
  color: #a7b1c8;
  font-size: 0.82rem;
}

.front-design .casino-home .winner-item em {
  margin-top: 7px;
  color: #67e8f9;
  font-style: normal;
  font-weight: 700;
}

.front-design .casino-home .trustpilot-panel {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 26px 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: #151515;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.front-design .casino-home .trustpilot-summary h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}

.front-design .casino-home .trustpilot-stars {
  display: flex;
  gap: 4px;
}

.front-design .casino-home .trustpilot-stars span {
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #00b67a;
}

.front-design .casino-home .trustpilot-stars.large span {
  width: 38px;
  height: 38px;
  font-size: 1.35rem;
}

.front-design .casino-home .trustpilot-stars.small span {
  width: 28px;
  height: 28px;
  font-size: 0.9rem;
}

.front-design .casino-home .trustpilot-summary p {
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.front-design .casino-home .trustpilot-summary a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.front-design .casino-home .trustpilot-summary strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 700;
}

.front-design .casino-home .trustpilot-summary strong i {
  color: #00b67a;
}

.front-design .casino-home .trustpilot-carousel {
  padding: 0 34px;
}

.front-design .casino-home .trustpilot-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.front-design .casino-home .trustpilot-review {
  min-height: 142px;
}

.front-design .casino-home .trustpilot-review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.front-design .casino-home .verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.front-design .casino-home .verified i {
  color: rgba(255, 255, 255, 0.82);
}

.front-design .casino-home .trustpilot-review h3 {
  overflow: hidden;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-design .casino-home .trustpilot-review p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  margin: 0 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.35;
}

.front-design .casino-home .trustpilot-review em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-style: normal;
}

.front-design .casino-home .trustpilot-review em strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.front-design .casino-home .trustpilot-carousel .carousel-control-prev,
.front-design .casino-home .trustpilot-carousel .carousel-control-next {
  width: 34px;
  opacity: 1;
}

.front-design .casino-home .trustpilot-carousel .carousel-control-prev {
  left: -4px;
}

.front-design .casino-home .trustpilot-carousel .carousel-control-next {
  right: -4px;
}

.front-design .casino-home .trustpilot-carousel .carousel-control-prev span,
.front-design .casino-home .trustpilot-carousel .carousel-control-next span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

@keyframes front-winner-marquee {
  from {
    transform: translateX(calc(-50% - 6px));
  }

  to {
    transform: translateX(0);
  }
}

.front-design .casino-home .homepage-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.front-design .casino-home .homepage-faq-list div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.front-design .casino-home .homepage-faq-list h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.front-design .casino-home .homepage-faq-list p {
  margin: 0;
  color: #a7b1c8;
  line-height: 1.6;
}

.front-design .section .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.front-design .section h2,
.front-design .cta h2 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
}

.front-design .section p.lead {
  margin: 8px 0 0;
  color: #a7b1c8;
  line-height: 1.6;
  max-width: 620px;
}

.front-design .game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.front-design .game-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  transition: 0.22s ease;
}

.front-design .game-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 207, 56, 0.4);
}

.front-design .game-card .game-art {
  height: 180px;
  display: block;
  background: linear-gradient(135deg, #1f2937, #111827);
}

.front-design .game-card .game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.front-design .game-card .game-info {
  padding: 17px;
}

.front-design .game-card .game-info h3 {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 700;
}

.front-design .game-card .game-info p {
  min-height: 38px;
  margin: 0 0 14px;
  color: #a7b1c8;
  font-size: 13px;
  line-height: 1.45;
}

.front-design .game-card .pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.13);
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
}

.front-design .game-card .pill i,
.front-design .status.filled i {
  font-size: 0.62rem;
}

.front-design .game-seo-page .game-hero {
  padding: 58px 0 34px;
}

.front-design .game-seo-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 28px;
  align-items: center;
}

.front-design .game-seo-page .hero-copy h1 {
  max-width: 820px;
}

.front-design .game-seo-page .hero-copy p {
  max-width: 690px;
  color: #d6def2;
  font-size: 18px;
  line-height: 1.65;
}

.front-design .game-seo-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.front-design .game-seo-page .btn.subtle {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.front-design .game-seo-page .hero-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.front-design .game-seo-page .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}

.front-design .game-seo-page .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(4, 6, 12, 0.86));
}

.front-design .game-seo-page .media-panel {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(4, 6, 12, 0.78);
  backdrop-filter: blur(12px);
}

.front-design .game-seo-page .media-panel span,
.front-design .game-seo-page .flow-grid span {
  display: block;
  margin-bottom: 5px;
  color: #ffe36d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-design .game-seo-page .media-panel strong {
  display: block;
  font-size: 25px;
  font-weight: 700;
}

.front-design .game-seo-page .media-panel small {
  color: #a7b1c8;
}

.front-design .game-seo-page .game-flow,
.front-design .game-seo-page .game-content,
.front-design .game-seo-page .game-faq {
  padding: 34px 0;
}

.front-design .game-seo-page .flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.front-design .game-seo-page .flow-grid div,
.front-design .game-seo-page .faq-list div {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.front-design .game-seo-page .flow-grid h2,
.front-design .game-seo-page .faq-list h3,
.front-design .game-seo-page .content-side h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.front-design .game-seo-page .flow-grid p,
.front-design .game-seo-page .faq-list p {
  margin: 0;
  color: #a7b1c8;
  line-height: 1.6;
}

.front-design .game-seo-page .game-content .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 22px;
  align-items: start;
}

.front-design .game-seo-page .content-body {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
  padding: 28px;
  color: #d6def2;
  line-height: 1.75;
}

.front-design .game-seo-page .content-body h2,
.front-design .game-seo-page .content-body h3 {
  margin: 24px 0 10px;
  color: #ffffff;
  font-weight: 700;
}

.front-design .game-seo-page .content-body h2:first-child,
.front-design .game-seo-page .content-body h3:first-child {
  margin-top: 0;
}

.front-design .game-seo-page .content-body p,
.front-design .game-seo-page .content-body ul,
.front-design .game-seo-page .content-body ol {
  margin-bottom: 16px;
}

.front-design .game-seo-page .content-body a {
  color: #ffe36d;
}

.front-design .game-seo-page .content-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(255, 207, 56, 0.16), rgba(124, 58, 237, 0.18), rgba(255, 255, 255, 0.045));
  padding: 20px;
}

.front-design .game-seo-page .content-side a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(4, 6, 12, 0.56);
  color: #ffffff;
  font-weight: 700;
}

.front-design .game-seo-page .content-side a i {
  color: #ffe36d;
}

.front-design .game-seo-page .faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.front-design .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.front-design .step {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.front-design .step::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  font-size: 58px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
}

.front-design .step .step-icon {
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  color: #111827;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}

.front-design .step h3 {
  margin: 0 0 8px;
  font-weight: 700;
}

.front-design .step p {
  margin: 0;
  color: #a7b1c8;
  line-height: 1.6;
}

.front-design .dashboard-preview {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.front-design .panel {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: rgba(17, 24, 39, 0.78);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.front-design .panel .panel-head {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.front-design .panel .panel-head h3 {
  margin: 0;
  font-weight: 700;
}

.front-design .panel .panel-head h3,
.front-design .stat span,
.front-design .order strong,
.front-design .status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.front-design .panel .panel-head h3 i,
.front-design .stat span i,
.front-design .order strong i {
  color: #fde68a;
}

.front-design .panel .panel-body {
  padding: 18px 20px;
}

.front-design .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.front-design .stat {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  padding: 16px;
}

.front-design .stat span {
  display: block;
  color: #a7b1c8;
  font-size: 12px;
  font-weight: 700;
}

.front-design .stat strong {
  display: block;
  font-size: 24px;
  margin-top: 6px;
}

.front-design .order {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.front-design .order:last-child {
  border-bottom: 0;
}

.front-design .order strong {
  display: block;
  margin-bottom: 4px;
}

.front-design .order span {
  color: #a7b1c8;
  font-size: 13px;
}

.front-design .status {
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 10px;
  height: max-content;
}

.front-design .status.pending {
  background: rgba(245, 158, 11, 0.14);
  color: #fde68a;
}

.front-design .status.filled {
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
}

.front-design .status.review {
  background: rgba(34, 211, 238, 0.14);
  color: #67e8f9;
}

.front-design .form-grid {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px;
  margin-bottom: 12px;
}

.front-design .message-grid {
  margin-top: 14px;
}

.front-design .input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-radius: 16px;
  padding: 13px;
  outline: none;
}

.front-design .chat {
  display: grid;
  gap: 11px;
}

.front-design .bubble {
  max-width: 86%;
  padding: 13px 15px;
  border-radius: 18px;
  line-height: 1.45;
  font-size: 14px;
}

.front-design .bubble.staff {
  background: rgba(255, 255, 255, 0.08);
}

.front-design .bubble.user {
  background: linear-gradient(135deg, #ec4899, #7c3aed);
  margin-left: auto;
}

.front-design .cta {
  padding: 54px 0 70px;
}

.front-design .cta .cta-box {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  padding: 34px;
  background: linear-gradient(135deg, rgba(255, 207, 56, 0.18), rgba(236, 72, 153, 0.16), rgba(34, 211, 238, 0.1));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.front-design .cta h2 {
  font-size: 40px;
  margin: 0 0 8px;
}

.front-design .cta p {
  margin: 0;
  color: #d6def2;
  line-height: 1.6;
}

.front-design .cta .action-row {
  margin: 0;
}

.front-design footer {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 36px 0 28px;
  color: #a7b1c8;
  font-size: 13px;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(22, 6, 43, 0.92), #020203 34%, #000000 100%);
}

.front-design footer .footer-stack {
  display: grid;
  gap: 28px;
}

.front-design footer .payments-accepted {
  display: flex;
  justify-content: center;
}

.front-design footer .payment-icons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  min-height: 58px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: #000000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.front-design footer .payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 48px;
  height: 34px;
}

.front-design footer .payment-icon img {
  display: block;
  max-width: 82px;
  max-height: 24px;
  object-fit: contain;
}

.front-design footer .footer-disclaimer {
  display: grid;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #000000;
}

.front-design footer .footer-brand-lockup {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.front-design footer .footer-brand-lockup strong {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
}

.front-design footer .footer-brand-lockup span {
  color: #858b98;
}

.front-design footer .responsible-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.front-design footer .responsible-row h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 700;
}

.front-design footer .responsible-row p,
.front-design footer .footer-legal-copy {
  margin: 0;
  color: #858b98;
  line-height: 1.55;
}

.front-design footer .responsible-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.front-design footer .responsible-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #16d177, #08a85c);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-transform: uppercase;
}

.front-design footer .age-pill {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
}

.front-design footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.front-design footer .footer-inner div:last-child,
.front-design footer .footer-inner a,
.front-design footer .footer-inner span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.front-design footer .footer-inner i {
  color: #fde68a;
}

.front-design footer .footer-inner a:hover {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .front-design .nav .nav-links,
  .front-design .nav .nav-actions {
    display: none;
  }

  .front-design .nav .nav-menu {
    display: block;
  }

  .front-design .hero .hero-grid,
  .front-design .dashboard-preview,
  .front-design .cta .cta-box,
  .front-design .game-seo-page .hero-grid,
  .front-design .game-seo-page .game-content .container,
  .front-design .casino-home .spin-grid,
  .front-design .casino-home .why-grid,
  .front-design .casino-home .benefit-grid {
    grid-template-columns: 1fr;
  }

  .front-design .casino-home .hero-stage {
    grid-template-columns: 1fr;
  }

  .front-design .casino-home .hero-slide {
    min-height: 230px;
  }

  .front-design .casino-home .hero-slide:not(.featured) {
    display: none;
  }

  .front-design .casino-home .hero-slide.featured span {
    font-size: 1.8rem;
  }

  .front-design .casino-home .benefit-card {
    min-height: 220px;
  }

  .front-design .casino-home .mobile-auth-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .front-design .casino-home .mobile-auth-strip .btn {
    min-height: 44px;
    padding: 10px 12px;
  }

  .front-design .casino-home .mobile-auth-strip .btn.green {
    color: #101827;
    border: 0;
    background: linear-gradient(135deg, #9af044, #37e7bb);
  }

  .front-design .casino-home .mobile-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-top: 10px;
    padding-bottom: 4px;
  }

  .front-design .casino-home .mobile-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    color: #d6def2;
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    font-weight: 700;
  }

  .front-design .casino-home .mobile-tabs a.active {
    color: #111827;
    background: linear-gradient(135deg, #ffcf38, #ff7a18);
  }

  .front-design .casino-home .casino-game-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .front-design .casino-home .casino-game-card {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }

  .front-design .casino-home .winner-ticker {
    margin-inline: -10px;
    padding: 4px 10px;
  }

  .front-design .casino-home .winner-track {
    animation-duration: 26s;
  }

  .front-design .casino-home .winner-item {
    flex-basis: 190px;
    padding: 10px 12px;
  }

  .front-design .casino-home .trustpilot-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .front-design .casino-home .trustpilot-summary h2 {
    font-size: 1.6rem;
  }

  .front-design .casino-home .trustpilot-stars.large span {
    width: 32px;
    height: 32px;
    font-size: 1.08rem;
  }

  .front-design .casino-home .trustpilot-carousel {
    padding: 0 30px;
  }

  .front-design .casino-home .trustpilot-review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .front-design .casino-home .trustpilot-review {
    min-height: 0;
  }

  .front-design .casino-home .trustpilot-review:not(:first-child) {
    display: none;
  }

  .front-design .casino-home .homepage-faq-list {
    grid-template-columns: 1fr;
  }

  .front-design footer .payments-accepted {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .front-design footer .payment-icons {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    min-height: 52px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 9px 14px;
    border-radius: 14px;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent);
  }

  .front-design footer .payment-icons::-webkit-scrollbar {
    display: none;
  }

  .front-design footer .payment-icon {
    flex: 0 0 auto;
    min-width: 72px;
    height: 34px;
    scroll-snap-align: start;
  }

  .front-design footer .payment-icon img {
    max-width: 82px;
    max-height: 24px;
  }

  .front-design footer .footer-disclaimer {
    gap: 16px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .front-design footer .footer-brand-lockup strong {
    font-size: 1.05rem;
  }

  .front-design footer .footer-brand-lockup span {
    max-width: 280px;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .front-design footer .responsible-row {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .front-design footer .responsible-row h3 {
    font-size: 1rem;
  }

  .front-design footer .responsible-row p,
  .front-design footer .footer-legal-copy {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .front-design footer .responsible-actions {
    justify-content: center;
    gap: 10px;
  }

  .front-design footer .responsible-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.7rem;
  }

  .front-design footer .age-pill {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .front-design footer .footer-inner {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding-top: 14px;
    text-align: center;
  }

  .front-design footer .footer-inner div:last-child {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 0.78rem;
  }

  .front-design .hero .hero-visual {
    min-height: auto;
  }

  .front-design .phone {
    margin: 0 auto;
  }

  .front-design .float-card {
    position: static;
    margin: 14px auto 0;
    width: min(390px, 100%);
  }

  .front-design .game-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .front-design .casino-home .casino-search {
    margin-bottom: 12px;
  }

  .front-design .steps {
    grid-template-columns: 1fr;
  }

  .front-design .game-seo-page .flow-grid,
  .front-design .game-seo-page .faq-list {
    grid-template-columns: 1fr;
  }

  .front-design .game-seo-page .content-side {
    position: static;
  }

  .front-design .stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .front-design h1 {
    font-size: 56px;
  }
}

@media (max-width: 640px) {
  .front-design .container {
    width: min(100% - 24px, 1180px);
  }

  .front-design .nav .nav-inner {
    height: auto;
    padding: 14px 0;
    align-items: center;
  }

  .front-design .brand span {
    display: none;
  }

  .front-design h1 {
    font-size: 42px;
  }

  .front-design .register-page h1,
  .front-design .login-page h1 {
    font-size: 1.55rem;
  }

  .front-design .hero {
    padding-top: 34px;
  }

  .front-design .hero .hero-copy {
    font-size: 16px;
  }

  .front-design .game-grid,
  .front-design .stats {
    grid-template-columns: 1fr;
  }

  .front-design .casino-home .casino-hero {
    padding-top: 12px;
  }

  .front-design .casino-home .spin-wheel {
    width: 186px;
    height: 186px;
  }

  .front-design .section .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .front-design .section h2,
  .front-design .cta h2 {
    font-size: 30px;
  }

  .front-design .form-grid {
    grid-template-columns: 1fr;
  }

  .front-design .phone {
    transform: none;
  }

  .front-design .phone .spin-card {
    min-height: 180px;
  }
}

/* Account color refresh to match landing */
body.body-account {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 207, 56, 0.22), transparent 23%),
    radial-gradient(circle at 78% 0%, rgba(236, 72, 153, 0.22), transparent 25%),
    radial-gradient(circle at 50% 40%, rgba(124, 58, 237, 0.2), transparent 34%),
    linear-gradient(180deg, #070914 0%, #0d1020 55%, #070914 100%);
  font-family: "Inter", "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.body-account .wrapper {
  min-height: 100vh;
}

body.body-account .game-manager-form .game-manager-seo {
  margin: 8px 0 20px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 106, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 207, 56, 0.08), rgba(124, 58, 237, 0.08));
}

body.body-account .game-manager-form .section-mini-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

body.body-account .game-manager-form .section-mini-title span,
body.body-account .game-manager-form .section-mini-title a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

body.body-account .game-manager-form .section-mini-title span {
  color: #ffd86a;
}

body.body-account .game-manager-form .section-mini-title a {
  color: #d9d1ff;
  font-size: 0.88rem;
}

body.body-account .daily-spin-mini,
body.body-account .daily-spin-page .daily-spin-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 107, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 215, 107, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.92), rgba(42, 20, 74, 0.88));
}

body.body-account .daily-spin-mini h2,
body.body-account .daily-spin-page h3 {
  margin: 4px 0;
  color: #ffffff;
  font-weight: 700;
}

body.body-account .daily-spin-mini p,
body.body-account .daily-spin-page p {
  margin: 0;
  color: #aeb2c4;
}

body.body-account .spin-wheel-small {
  width: 82px;
  height: 82px;
}

body.body-account .spin-wheel-small span {
  width: 42px;
  height: 42px;
  font-size: 0.74rem;
}

body.body-account .daily-spin-page .daily-spin-card {
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 360px;
}

body.body-account .daily-spin-page .daily-spin-copy span {
  color: #ffd76b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .daily-spin-page .daily-spin-copy h3 {
  font-size: 2rem;
}

body.body-account .sidebar {
  background: rgba(8, 10, 19, 0.86);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 20px 0 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(20px);
}

body.body-account .sidebar .logo {
  padding: 22px 20px 18px;
}

body.body-account .sidebar .user-info {
  color: #d8def0;
}

body.body-account .sidebar ul li .sidebar-title {
  color: #a7b1c8;
  border-color: rgba(255, 255, 255, 0.11);
}

body.body-account .sidebar .menu ul li.divider {
  border-color: rgba(255, 255, 255, 0.11);
}

body.body-account .sidebar .menu ul li a {
  color: #d8def0;
  border-radius: 18px;
  font-weight: 700;
}

body.body-account .sidebar .menu ul li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

body.body-account .sidebar .menu ul li.active a {
  color: #111827;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(255, 122, 24, 0.28);
}

body.body-account .page-wrapper {
  background: transparent;
}

body.body-account .page-content {
  position: relative;
  z-index: auto;
  padding: 24px 34px;
}

body.body-account .header-main {
  position: relative;
  z-index: 3000;
  padding: 18px 34px 0;
}

body.body-account .header-main .navbar {
  position: relative;
  z-index: 3001;
  overflow: visible;
  min-height: 64px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(8, 10, 19, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}

body.body-account .header-main .navbar .nav-link {
  color: #d8def0;
  font-weight: 700;
}

body.body-account .header-main .navbar .nav-link:hover,
body.body-account .header-main .navbar .nav-link:focus {
  color: #ffffff;
}

body.body-account .header-main .navbar .nav-link-balance {
  color: #d8def0 !important;
  background:
    linear-gradient(145deg, rgba(5, 7, 14, 0.82), rgba(15, 12, 24, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 26px rgba(0, 0, 0, 0.26);
}

body.body-account .header-main .navbar .nav-link-balance i {
  color: rgba(255, 216, 107, 0.86);
}

body.body-account .header-main .navbar .nav-link-balance:hover,
body.body-account .header-main .navbar .nav-link-balance:focus {
  color: #ffffff !important;
  border-color: rgba(255, 216, 107, 0.22);
  background:
    linear-gradient(145deg, rgba(8, 10, 18, 0.9), rgba(24, 18, 35, 0.8));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.32);
}

body.body-account .header-main .dropdown-menu,
body.body-account .header-mobile .dropdown-menu {
  z-index: 3200;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(17, 24, 39, 0.96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

body.body-account .header-main .dropdown-menu .dropdown-item,
body.body-account .header-mobile .dropdown-menu .dropdown-item {
  color: #d8def0;
  font-weight: 700;
}

body.body-account .header-main .dropdown-menu .dropdown-item:hover,
body.body-account .header-mobile .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

body.body-account .header-main .dropdown-divider,
body.body-account .header-mobile .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.11);
}

body.body-account .header-mobile {
  padding: 12px 12px 6px;
}

body.body-account .header-mobile .container-fluid {
  background: rgba(8, 10, 19, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

body.body-account .header-mobile .btn-link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

body.body-account .header-mobile .btn-link:hover,
body.body-account .header-mobile .btn-link:focus {
  color: #111827;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  border-color: transparent;
}

body.body-account .footer-mobile .mobile-nav-links {
  background: rgba(8, 10, 19, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
}

body.body-account .footer-mobile .mobile-nav-links a {
  color: #a7b1c8;
  font-weight: 700;
}

body.body-account .footer-mobile .mobile-nav-links .mobile-credits .credits-value {
  color: #ffd766;
}

body.body-account .footer-mobile .mobile-nav-links a:hover,
body.body-account .footer-mobile .mobile-nav-links a.is-active {
  color: #111827;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  box-shadow: 0 12px 30px rgba(255, 122, 24, 0.26);
}

body.body-account .footer-mobile .mobile-nav-links a.is-active .nav-label {
  color: #111827;
}

body.body-account .content-custom-account,
body.body-account .dashboard-layout .dashboard-section,
body.body-account .transaction-card,
body.body-account .request-card,
body.body-account .panel,
body.body-account .card:not(.game-card) {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(17, 24, 39, 0.78);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

body.body-account .content-custom-account {
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 207, 56, 0.18), transparent 23%),
    radial-gradient(circle at 82% 10%, rgba(236, 72, 153, 0.14), transparent 25%),
    linear-gradient(145deg, rgba(17, 24, 39, 0.88), rgba(9, 13, 25, 0.9));
  backdrop-filter: none;
}

body.body-account .zap-box-dashboard {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 207, 56, 0.28), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(236, 72, 153, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(17, 24, 39, 0.92));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

body.body-account .zap-box-dashboard .zap-btn,
body.body-account .btn-primary {
  color: #111827;
  border-color: transparent;
  background: linear-gradient(135deg, #ffcf38, #ff7a18);
  box-shadow: 0 12px 30px rgba(255, 122, 24, 0.24);
}

body.body-account .zap-box-dashboard .zap-btn:hover,
body.body-account .btn-primary:hover {
  color: #111827;
  background: linear-gradient(135deg, #ffe077, #ff8d32);
}

body.body-account .btn-info,
body.body-account .bg-info {
  background: linear-gradient(135deg, #ec4899, #7c3aed) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

body.body-account .form-control,
body.body-account .form-select,
body.body-account .input,
body.body-account textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.06);
}

body.body-account .form-control:focus,
body.body-account .form-select:focus,
body.body-account textarea:focus {
  color: #ffffff;
  border-color: rgba(255, 207, 56, 0.72);
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 0.2rem rgba(255, 207, 56, 0.18);
}

body.body-account .text-muted,
body.body-account .form-text {
  color: #a7b1c8 !important;
}

body.body-account .footer {
  color: #a7b1c8;
}

body.body-account .footer b {
  color: #ffcf38;
}

body.body-account .player-dashboard {
  --dash-black: #07070d;
  --dash-ink: #0d0b14;
  --dash-panel: rgba(12, 10, 18, 0.78);
  --dash-panel-strong: rgba(18, 14, 26, 0.92);
  --dash-line: rgba(255, 214, 110, 0.18);
  --dash-line-soft: rgba(255, 255, 255, 0.1);
  --dash-gold: #ffd76b;
  --dash-amber: #ff9d18;
  --dash-orange: #ff6417;
  --dash-purple: #8b34ff;
  --dash-pink: #e64bba;
  --dash-muted: #aeb2c4;
  display: grid;
  gap: 18px;
}

body.body-account .player-dashboard .hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--dash-line);
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 215, 107, 0.24), transparent 24%),
    radial-gradient(circle at 78% 6%, rgba(139, 52, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(14, 10, 18, 0.98), rgba(5, 5, 10, 0.94));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.body-account .player-dashboard .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 215, 107, 0.12), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 38%);
  opacity: 0.7;
}

body.body-account .player-dashboard .hero-main,
body.body-account .player-dashboard .hero-side,
body.body-account .player-dashboard .panel,
body.body-account .player-dashboard .metric,
body.body-account .player-dashboard .notice {
  position: relative;
  z-index: 1;
}

body.body-account .player-dashboard .player {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.body-account .player-dashboard .avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 215, 107, 0.44);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 38px rgba(255, 157, 24, 0.18);
}

body.body-account .player-dashboard .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-account .player-dashboard .eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--dash-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .player-dashboard h1,
body.body-account .player-dashboard h2,
body.body-account .player-dashboard p {
  margin: 0;
}

body.body-account .player-dashboard h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.08;
  font-weight: 700;
}

body.body-account .player-dashboard h2 {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 700;
}

body.body-account .player-dashboard .player p {
  margin-top: 8px;
  color: var(--dash-muted);
  font-size: 0.96rem;
}

body.body-account .player-dashboard .balance {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 30px 0 22px;
}

body.body-account .player-dashboard .balance span,
body.body-account .player-dashboard .balance em {
  color: var(--dash-muted);
  font-style: normal;
  font-weight: 700;
}

body.body-account .player-dashboard .balance span {
  align-self: center;
}

body.body-account .player-dashboard .balance strong {
  color: var(--dash-gold);
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 0.86;
  text-shadow: 0 0 28px rgba(255, 157, 24, 0.34);
}

body.body-account .player-dashboard .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.body-account .player-dashboard .btn,
body.body-account .player-dashboard .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

body.body-account .player-dashboard .btn.primary {
  color: #140d05;
  border: 1px solid rgba(255, 215, 107, 0.7);
  background: linear-gradient(135deg, var(--dash-gold), var(--dash-amber) 55%, var(--dash-orange));
  box-shadow: 0 18px 38px rgba(255, 120, 24, 0.26);
}

body.body-account .player-dashboard .btn.ghost {
  color: #fff7da;
  border: 1px solid rgba(255, 215, 107, 0.23);
  background: rgba(255, 255, 255, 0.08);
}

body.body-account .player-dashboard .btn.icon {
  position: relative;
  width: 48px;
  padding: 0;
  color: #ffffff;
  border: 1px solid rgba(139, 52, 255, 0.46);
  background: rgba(139, 52, 255, 0.18);
}

body.body-account .player-dashboard .btn.icon span,
body.body-account .player-dashboard .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--dash-pink), var(--dash-purple));
  font-size: 0.72rem;
  font-weight: 700;
}

body.body-account .player-dashboard .btn.icon span {
  position: absolute;
  top: -8px;
  right: -8px;
}

body.body-account .player-dashboard .btn.full {
  width: 100%;
}

body.body-account .player-dashboard .hero-side {
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--dash-line-soft);
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 215, 107, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

body.body-account .player-dashboard .orb {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 8px;
  border: 1px solid rgba(255, 215, 107, 0.5);
  border-radius: 50%;
  color: var(--dash-gold);
  background: radial-gradient(circle, rgba(255, 157, 24, 0.24), rgba(139, 52, 255, 0.1) 58%, rgba(0, 0, 0, 0.24));
  box-shadow: 0 0 50px rgba(255, 157, 24, 0.28);
  font-size: 2rem;
}

body.body-account .player-dashboard .pulse-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .player-dashboard .pulse-row span {
  color: var(--dash-muted);
}

body.body-account .player-dashboard .pulse-row strong {
  color: var(--dash-gold);
  font-weight: 700;
}

body.body-account .player-dashboard .notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 215, 107, 0.3);
  border-radius: 20px;
  background: rgba(255, 157, 24, 0.12);
}

body.body-account .player-dashboard .notice div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff6d8;
}

body.body-account .player-dashboard .notice a,
body.body-account .player-dashboard .link {
  color: var(--dash-gold);
}

body.body-account .player-dashboard .metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.body-account .player-dashboard .metric {
  min-height: 132px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid var(--dash-line-soft);
  border-radius: 22px;
  color: #ffffff;
  text-decoration: none;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 215, 107, 0.16), transparent 32%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
}

body.body-account .player-dashboard .metric span,
body.body-account .player-dashboard .metric em {
  display: block;
  color: var(--dash-muted);
  font-style: normal;
}

body.body-account .player-dashboard .metric strong {
  display: block;
  margin: 8px 0 4px;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
}

body.body-account .player-dashboard .metric i {
  float: right;
  margin-top: -28px;
  color: rgba(255, 215, 107, 0.72);
  font-size: 1.5rem;
}

body.body-account .player-dashboard .grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
}

body.body-account .player-dashboard .panel {
  border: 1px solid var(--dash-line-soft);
  border-radius: 24px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.15), transparent 34%),
    linear-gradient(160deg, var(--dash-panel), rgba(8, 8, 14, 0.82));
  box-shadow: 0 26px 75px rgba(0, 0, 0, 0.26);
}

body.body-account .player-dashboard .panel.wide {
  grid-column: span 1;
}

body.body-account .player-dashboard .panel.full {
  grid-column: 1 / -1;
}

body.body-account .player-dashboard .panel.tall {
  align-self: stretch;
}

body.body-account .player-dashboard .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

body.body-account .player-dashboard .games {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.body-account .player-dashboard .game {
  position: relative;
  display: grid;
  min-height: 182px;
  overflow: hidden;
  align-content: end;
  padding: 12px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  background: #08080d;
}

body.body-account .player-dashboard .game img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.body-account .player-dashboard .game::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.82));
}

body.body-account .player-dashboard .game span,
body.body-account .player-dashboard .game em {
  position: relative;
  z-index: 1;
}

body.body-account .player-dashboard .game span {
  font-size: 1rem;
  font-weight: 700;
}

body.body-account .player-dashboard .game em {
  color: var(--dash-gold);
  font-size: 0.78rem;
  font-style: normal;
}

body.body-account .player-dashboard .game:hover img {
  transform: scale(1.06);
}

body.body-account .player-dashboard .order {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 215, 107, 0.2);
  border-radius: 18px;
  background: rgba(255, 215, 107, 0.08);
}

body.body-account .player-dashboard .order span,
body.body-account .player-dashboard .order em {
  color: var(--dash-muted);
  font-style: normal;
}

body.body-account .player-dashboard .order strong {
  color: var(--dash-gold);
  font-size: 1.5rem;
  font-weight: 700;
}

body.body-account .player-dashboard .chat-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

body.body-account .player-dashboard .bubble {
  padding: 12px 14px;
  border-radius: 18px;
  color: #ffffff;
}

body.body-account .player-dashboard .bubble.staff {
  background: rgba(255, 215, 107, 0.13);
  border: 1px solid rgba(255, 215, 107, 0.2);
}

body.body-account .player-dashboard .bubble.player {
  background: rgba(139, 52, 255, 0.2);
  border: 1px solid rgba(139, 52, 255, 0.28);
}

body.body-account .player-dashboard .transactions .transaction-card {
  margin-bottom: 10px !important;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
}

body.body-account .player-dashboard .withdrawals {
  display: grid;
  gap: 10px;
}

body.body-account .player-dashboard .withdrawal {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .player-dashboard .withdrawal strong,
body.body-account .player-dashboard .withdrawal span {
  display: block;
}

body.body-account .player-dashboard .withdrawal strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .player-dashboard .withdrawal span,
body.body-account .player-dashboard .withdrawal em {
  color: var(--dash-muted);
  font-size: 0.82rem;
  font-style: normal;
}

body.body-account .player-dashboard .empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 16px;
  border: 1px dashed rgba(255, 215, 107, 0.24);
  border-radius: 18px;
  color: var(--dash-muted);
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
}

body.body-account .player-dashboard .empty.compact {
  padding: 18px 14px;
}

body.body-account .player-dashboard .empty i {
  color: var(--dash-gold);
  font-size: 1.7rem;
}

body.body-account .my-games-page {
  --games-gold: #ffd76b;
  --games-amber: #ff9d18;
  --games-orange: #ff6417;
  --games-purple: #8b34ff;
  --games-muted: #aeb2c4;
}

body.body-account .my-games-page .my-games-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 107, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 215, 107, 0.24), transparent 24%),
    radial-gradient(circle at 86% 0%, rgba(139, 52, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.96), rgba(5, 5, 10, 0.9));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

body.body-account .my-games-page .my-games-hero span,
body.body-account .my-games-page .library-head span,
body.body-account .my-games-page .my-game-title span {
  display: block;
  color: var(--games-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .my-games-page .my-games-hero strong {
  display: block;
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 0.9;
  font-weight: 700;
}

body.body-account .my-games-page .my-games-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--games-muted);
}

body.body-account .my-games-page .my-games-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.body-account .my-games-page .my-games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.body-account .my-games-page .my-game-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.13), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.9));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

body.body-account .my-games-page .my-game-art {
  position: relative;
  min-height: 260px;
  background: #07070d;
}

body.body-account .my-games-page .my-game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body-account .my-games-page .my-game-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.72));
}

body.body-account .my-games-page .my-game-art span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  color: #160e04;
  background: linear-gradient(135deg, var(--games-gold), var(--games-amber));
  font-size: 0.78rem;
  font-weight: 700;
}

body.body-account .my-games-page .my-game-body {
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
}

body.body-account .my-games-page .my-game-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.body-account .my-games-page .my-game-title h3,
body.body-account .my-games-page .library-head h3,
body.body-account .my-games-page .my-games-empty h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

body.body-account .my-games-page .my-game-title small {
  display: block;
  margin-top: 4px;
  color: var(--games-gold);
  font-size: 0.78rem;
  font-weight: 600;
}

body.body-account .my-games-page .my-game-title i {
  color: rgba(255, 215, 107, 0.72);
  font-size: 1.4rem;
}

body.body-account .my-games-page .credential-list {
  display: grid;
  gap: 10px;
}

body.body-account .my-games-page .credential {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .my-games-page .credential label {
  display: block;
  margin-bottom: 6px;
  color: var(--games-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.body-account .my-games-page .credential div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

body.body-account .my-games-page .credential .copy-text {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-weight: 700;
}

body.body-account .my-games-page .credential .credential-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

body.body-account .my-games-page .credential .copy-button,
body.body-account .my-games-page .credential .secret-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 12px;
  color: #160e04;
  background: linear-gradient(135deg, var(--games-gold), var(--games-amber));
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

body.body-account .my-games-page .credential .secret-toggle {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.09);
}

body.body-account .my-games-page .credential .copy-message {
  display: block;
  min-height: 16px;
  margin-top: 4px;
  color: var(--games-gold);
}

body.body-account .my-games-page .my-game-note {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(139, 52, 255, 0.24);
  border-radius: 16px;
  color: var(--games-muted);
  background: rgba(139, 52, 255, 0.12);
}

body.body-account .my-games-page .my-game-note i {
  color: var(--games-gold);
  margin-top: 2px;
}

body.body-account .my-games-page .my-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.body-account .my-games-page .my-game-actions .btn {
  flex: 1 1 auto;
}

body.body-account .my-games-page .my-games-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 38px 18px;
  border: 1px dashed rgba(255, 215, 107, 0.28);
  border-radius: 24px;
  color: var(--games-muted);
  text-align: center;
  background: rgba(0, 0, 0, 0.14);
}

body.body-account .my-games-page .my-games-empty p {
  max-width: 620px;
  margin: 0;
}

body.body-account .my-games-page .empty-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 215, 107, 0.35);
  border-radius: 20px;
  color: var(--games-gold);
  background: rgba(255, 215, 107, 0.1);
  font-size: 1.8rem;
}

body.body-account .my-games-page .my-games-library {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.16);
}

body.body-account .my-games-page .library-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

body.body-account .my-games-page .library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.body-account .my-games-page .library-game {
  position: relative;
  display: grid;
  min-height: 132px;
  overflow: hidden;
  align-content: end;
  padding: 10px;
  border: 1px solid rgba(255, 215, 107, 0.16);
  border-radius: 18px;
  color: #ffffff;
  text-decoration: none;
  background: #07070d;
}

body.body-account .my-games-page .library-game img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

body.body-account .my-games-page .library-game::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.8));
}

body.body-account .my-games-page .library-game span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

body.body-account .my-games-page .library-game em {
  position: relative;
  z-index: 1;
  color: var(--games-gold);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
}

body.body-account .my-games-page .library-game:hover img {
  transform: scale(1.06);
}

body.body-account .deposit-page {
  --deposit-gold: #ffd76b;
  --deposit-amber: #ff9d18;
  --deposit-orange: #ff6417;
  --deposit-purple: #8b34ff;
  --deposit-muted: #aeb2c4;
}

body.body-account .deposit-page .deposit-heading-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

body.body-account .deposit-page .deposit-heading-actions .btn {
  min-height: 36px;
  border-radius: 999px;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-heading-actions .btn-light {
  border: 1px solid rgba(255, 215, 107, 0.18);
  color: #fff7da;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .deposit-page .deposit-heading-actions .btn-light:hover,
body.body-account .deposit-page .deposit-heading-actions .btn-light.active {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
  box-shadow: 0 12px 28px rgba(255, 157, 24, 0.16);
}

body.body-account .deposit-page .deposit-heading-balance {
  display: grid;
  gap: 1px;
  min-height: 36px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .deposit-page .deposit-heading-balance em {
  color: var(--deposit-muted);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

body.body-account .deposit-page .deposit-heading-balance strong {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.05;
}

body.body-account .deposit-page .deposit-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 215, 107, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 215, 107, 0.26), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(139, 52, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.97), rgba(5, 5, 10, 0.92));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

body.body-account .deposit-page .deposit-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.16);
}

body.body-account .deposit-page .deposit-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff7da;
  text-decoration: none;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-tabs a:hover,
body.body-account .deposit-page .deposit-tabs a.active {
  color: #160e04;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
  box-shadow: 0 14px 32px rgba(255, 157, 24, 0.2);
}

body.body-account .deposit-page .deposit-mode-tabs {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 18px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .deposit-page .deposit-mode-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff7da;
  background: transparent;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-mode-tabs button.active {
  color: #160e04;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
  box-shadow: 0 12px 28px rgba(255, 157, 24, 0.2);
}

body.body-account .deposit-page .deposit-mode-panel {
  display: none;
}

body.body-account .deposit-page .deposit-mode-panel.active {
  display: block;
}

body.body-account .deposit-page .deposit-quick-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  gap: 12px;
  align-items: start;
}

body.body-account .deposit-page .deposit-quick-games {
  display: none;
}

body.body-account .deposit-page .deposit-quick-card {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.92), rgba(8, 8, 14, 0.96));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

body.body-account .deposit-page .quick-selected-game {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

body.body-account .deposit-page .quick-selected-game img {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  object-fit: cover;
  background: #07070d;
}

body.body-account .deposit-page .quick-selected-game span {
  display: block;
  color: var(--deposit-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .deposit-page .quick-selected-game strong,
body.body-account .deposit-page .quick-selected-game em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.body-account .deposit-page .quick-selected-game strong {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

body.body-account .deposit-page .quick-selected-game em {
  color: var(--deposit-muted);
  font-style: normal;
}

body.body-account .deposit-page .quick-card-picks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.body-account .deposit-page .quick-card-picks > span {
  grid-column: 1 / -1;
}

body.body-account .deposit-page .quick-amount-wrap {
  margin-top: 0;
}

body.body-account .deposit-page .deposit-quick-card .quick-amount-wrap {
  display: flex;
  width: 100%;
}

body.body-account .deposit-page .deposit-quick-card textarea {
  width: 100%;
  min-height: 82px;
}

body.body-account .deposit-page .deposit-quick-submit {
  min-height: 46px;
}

body.body-account .deposit-page .multi-search {
  margin-bottom: 18px;
}

body.body-account .deposit-page .deposit-hero span,
body.body-account .deposit-page .summary-kicker,
body.body-account .deposit-page .orders-head span {
  display: block;
  color: var(--deposit-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .deposit-page .deposit-hero strong {
  color: #ffffff;
  font-size: 3.4rem;
  line-height: 0.9;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-hero em {
  color: var(--deposit-muted);
  font-style: normal;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.body-account .deposit-page .deposit-fast {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding: 14px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 215, 107, 0.14), transparent 28%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.92));
}

body.body-account .deposit-page .fast-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

body.body-account .deposit-page .fast-head span {
  display: block;
  color: var(--deposit-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .deposit-page .fast-head h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

body.body-account .deposit-page .quick-select-wrap {
  position: relative;
  display: block;
  margin: 0;
}

body.body-account .deposit-page .quick-select-wrap i {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  color: var(--deposit-gold);
  transform: translateY(-50%);
}

body.body-account .deposit-page .quick-select-wrap .form-control {
  min-height: 46px;
  padding-left: 40px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.24);
}

body.body-account .deposit-page .fast-search {
  position: relative;
  flex: 0 1 360px;
  margin: 0;
}

body.body-account .deposit-page .fast-search i {
  position: absolute;
  top: 50%;
  left: 14px;
  color: var(--deposit-gold);
  transform: translateY(-50%);
}

body.body-account .deposit-page .fast-search .form-control {
  min-height: 44px;
  padding-left: 40px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.24);
}

body.body-account .deposit-page .fast-games {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.body-account .deposit-page .fast-games.deposit-quick-games {
  display: none;
}

body.body-account .deposit-page .fast-game {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.body-account .deposit-page .fast-game:hover,
body.body-account .deposit-page .fast-game.is-active {
  border-color: rgba(255, 215, 107, 0.46);
  background: rgba(255, 215, 107, 0.11);
  transform: translateY(-1px);
}

body.body-account .deposit-page .fast-game img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
}

body.body-account .deposit-page .fast-game strong,
body.body-account .deposit-page .fast-game em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.body-account .deposit-page .fast-game strong {
  font-weight: 700;
}

body.body-account .deposit-page .fast-game em {
  color: var(--deposit-muted);
  font-size: 0.78rem;
  font-style: normal;
}

body.body-account .deposit-page .deposit-filter-empty {
  margin: 0;
  padding: 10px 12px;
  border: 1px dashed rgba(255, 215, 107, 0.24);
  border-radius: 14px;
  color: var(--deposit-muted);
}

body.body-account .deposit-page .deposit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

body.body-account .deposit-page .deposit-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(340px, 420px);
  gap: 14px;
  align-items: start;
}

body.body-account .deposit-page .deposit-builder-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 215, 107, 0.14), transparent 28%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.92));
}

body.body-account .deposit-page .deposit-builder-panel h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

body.body-account .deposit-page .multi-builder-picks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

body.body-account .deposit-page .multi-builder-picks > span {
  grid-column: 1 / -1;
}

body.body-account .deposit-page .multi-builder-amount {
  grid-column: auto;
  width: 100%;
  margin-top: 0;
}

body.body-account .deposit-page .deposit-builder-list {
  display: grid;
  gap: 8px;
}

body.body-account .deposit-page .deposit-builder-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

body.body-account .deposit-page .deposit-builder-item img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  background: #07070d;
}

body.body-account .deposit-page .deposit-builder-item strong,
body.body-account .deposit-page .deposit-builder-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.body-account .deposit-page .deposit-builder-item strong {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-builder-item span {
  color: var(--deposit-muted);
  font-size: 0.78rem;
}

body.body-account .deposit-page .deposit-builder-item em {
  color: var(--deposit-gold);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

body.body-account .deposit-page .deposit-builder-remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffd8df;
  background: rgba(255, 90, 120, 0.1);
}

body.body-account .deposit-page .deposit-builder-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px;
  border: 1px dashed rgba(255, 215, 107, 0.22);
  border-radius: 16px;
  color: var(--deposit-muted);
  text-align: center;
}

body.body-account .deposit-page .deposit-builder-empty i {
  color: var(--deposit-gold);
  font-size: 1.5rem;
}

body.body-account .deposit-page .deposit-builder-empty p {
  margin: 0;
  font-size: 0.86rem;
}

body.body-account .deposit-page .deposit-games {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.body-account .deposit-page .deposit-game {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  min-height: 170px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.14), transparent 36%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.92));
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.body-account .deposit-page .deposit-game:hover,
body.body-account .deposit-page .deposit-game.is-selected,
body.body-account .deposit-page .deposit-game:has(input[type="checkbox"]:checked),
body.body-account .deposit-page .deposit-game.deposit-focus {
  border-color: rgba(255, 215, 107, 0.44);
  box-shadow: 0 20px 52px rgba(255, 157, 24, 0.14);
  transform: translateY(-1px);
}

body.body-account .deposit-page .deposit-game input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.body-account .deposit-page .game-check {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: transparent;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .deposit-page .deposit-game.is-selected .game-check,
body.body-account .deposit-page .deposit-game:has(input[type="checkbox"]:checked) .game-check {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
}

body.body-account .deposit-page .game-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #07070d;
}

body.body-account .deposit-page .game-image img {
  width: 100%;
  height: 100%;
  min-height: 146px;
  object-fit: cover;
}

body.body-account .deposit-page .game-content {
  display: grid;
  align-content: start;
  gap: 6px;
  padding-right: 28px;
}

body.body-account .deposit-page .game-name {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

body.body-account .deposit-page .game-meta,
body.body-account .deposit-page .game-limits {
  color: var(--deposit-muted);
  font-size: 0.82rem;
}

body.body-account .deposit-page .needs-account .game-meta {
  color: var(--deposit-gold);
}

body.body-account .deposit-page .quick-picks {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: auto;
}

body.body-account .deposit-page .quick-picks > span {
  flex: 0 0 100%;
  color: var(--deposit-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.body-account .deposit-page .quick-pick {
  height: 32px;
  min-width: 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 215, 107, 0.22);
  border-radius: 999px;
  color: #fff7da;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.body-account .deposit-page .quick-pick:hover,
body.body-account .deposit-page .quick-pick.is-active {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
  transform: translateY(-1px);
}

body.body-account .deposit-page .amount-wrap {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .deposit-page .amount-wrap span {
  color: var(--deposit-gold);
  font-weight: 700;
}

body.body-account .deposit-page .amount-wrap .form-control {
  height: 34px;
  min-height: 34px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.body-account .deposit-page .deposit-summary {
  position: sticky;
  top: 96px;
}

body.body-account .deposit-page .summary-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.92), rgba(8, 8, 14, 0.96));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

body.body-account .deposit-page .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.body-account .deposit-page .summary-row span {
  color: var(--deposit-muted);
}

body.body-account .deposit-page .summary-row strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .deposit-page .summary-row.total strong {
  color: var(--deposit-gold);
}

body.body-account .deposit-page .summary-note {
  margin: 0;
  color: var(--deposit-muted);
  font-size: 0.84rem;
}

body.body-account .deposit-page .summary-warning {
  display: block;
  margin: -4px 0 0;
  padding: 9px 11px;
  border: 1px solid rgba(255, 90, 120, 0.32);
  border-radius: 14px;
  color: #ffd8df;
  background: rgba(255, 90, 120, 0.12);
  font-size: 0.84rem;
}

body.body-account .deposit-page .deposit-submit:disabled,
body.body-account .deposit-page .deposit-submit.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

body.body-account .deposit-page .deposit-summary.over-balance .summary-row:nth-child(4) strong {
  color: #ff6f93;
}

body.body-account .deposit-page .deposit-orders {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.16);
}

body.body-account .deposit-page .orders-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

body.body-account .deposit-page .orders-head h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

body.body-account .deposit-page .order-list {
  display: grid;
  gap: 10px;
}

body.body-account .deposit-page .deposit-order {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .deposit-page .deposit-order strong,
body.body-account .deposit-page .deposit-order span,
body.body-account .deposit-page .deposit-order em {
  display: block;
}

body.body-account .deposit-page .deposit-order strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .deposit-page .deposit-order span,
body.body-account .deposit-page .deposit-order em {
  color: var(--deposit-muted);
  font-size: 0.82rem;
  font-style: normal;
}

body.body-account .deposit-page .deposit-empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 26px 16px;
  border: 1px dashed rgba(255, 215, 107, 0.24);
  border-radius: 18px;
  color: var(--deposit-muted);
  text-align: center;
}

body.body-account .deposit-page .deposit-empty i {
  color: var(--deposit-gold);
  font-size: 1.8rem;
}

body.body-account .cash-out-page {
  --cash-gold: #ffd76b;
  --cash-amber: #ff9d18;
  --cash-purple: #8b34ff;
  --cash-muted: #aeb2c4;
}

body.body-account .cash-out-page .cash-out-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

body.body-account .cash-out-page .cash-out-form-panel,
body.body-account .cash-out-page .cash-out-history {
  padding: 20px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 215, 107, 0.16), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.92), rgba(8, 8, 14, 0.96));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

body.body-account .cash-out-page .cash-out-history {
  position: sticky;
  top: 96px;
}

body.body-account .cash-out-page .cash-out-panel-head {
  margin-bottom: 18px;
}

body.body-account .cash-out-page .cash-out-panel-head span {
  display: block;
  color: var(--cash-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .cash-out-page .cash-out-panel-head h3 {
  margin: 5px 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
}

body.body-account .cash-out-page .cash-out-panel-head p {
  margin: 0;
  color: var(--cash-muted);
  line-height: 1.55;
}

body.body-account .cash-out-page .cash-out-amount {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 215, 107, 0.22);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

body.body-account .cash-out-page .cash-out-amount .form-control {
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-size: 1.8rem;
  font-weight: 700;
}

body.body-account .cash-out-page .cash-out-amount span {
  color: var(--cash-gold);
  font-weight: 700;
}

body.body-account .cash-out-page .cash-out-games {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.body-account .cash-out-page .cash-out-game {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  min-height: 96px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.body-account .cash-out-page .cash-out-game:hover,
body.body-account .cash-out-page .cash-out-game:has(input[type="radio"]:checked) {
  border-color: rgba(255, 215, 107, 0.44);
  box-shadow: 0 18px 42px rgba(255, 157, 24, 0.12);
  transform: translateY(-1px);
}

body.body-account .cash-out-page .cash-out-game input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.body-account .cash-out-page .game-check {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  color: transparent;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .cash-out-page .cash-out-game:has(input[type="radio"]:checked) .game-check {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--cash-gold), var(--cash-amber));
}

body.body-account .cash-out-page .game-image {
  overflow: hidden;
  border-radius: 14px;
  background: #07070d;
}

body.body-account .cash-out-page .game-image img {
  width: 100%;
  height: 100%;
  min-height: 76px;
  object-fit: cover;
}

body.body-account .cash-out-page .cash-out-game strong,
body.body-account .cash-out-page .cash-out-game em {
  display: block;
}

body.body-account .cash-out-page .cash-out-game strong {
  padding-right: 24px;
  color: #ffffff;
  font-weight: 700;
}

body.body-account .cash-out-page .cash-out-game em {
  color: var(--cash-muted);
  font-size: 0.84rem;
  font-style: normal;
}

body.body-account .cash-out-page .cash-out-list {
  display: grid;
  gap: 10px;
}

body.body-account .cash-out-page .cash-out-request {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .cash-out-page .cash-out-request span,
body.body-account .cash-out-page .cash-out-request strong,
body.body-account .cash-out-page .cash-out-request em {
  display: block;
}

body.body-account .cash-out-page .cash-out-request span,
body.body-account .cash-out-page .cash-out-request em {
  color: var(--cash-muted);
  font-size: 0.82rem;
  font-style: normal;
}

body.body-account .cash-out-page .cash-out-request strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .cash-out-page .cash-out-request b {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffe9aa;
  background: rgba(255, 215, 107, 0.12);
  font-size: 0.76rem;
}

body.body-account .cash-out-page .cash-out-request b.status-1 {
  color: #9ff0c4;
  background: rgba(34, 197, 94, 0.14);
}

body.body-account .cash-out-page .cash-out-request b.status-2 {
  color: #ffd0d8;
  background: rgba(255, 90, 120, 0.14);
}

body.body-account .cash-out-page .cash-out-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 26px 16px;
  border: 1px dashed rgba(255, 215, 107, 0.24);
  border-radius: 18px;
  color: var(--cash-muted);
  text-align: center;
}

body.body-account .cash-out-page .cash-out-empty.compact {
  padding: 20px 12px;
}

body.body-account .cash-out-page .cash-out-empty i {
  color: var(--cash-gold);
  font-size: 1.8rem;
}

body.body-account .admin-cash-out-request {
  display: grid;
  gap: 4px;
}

body.body-account .admin-cash-out-request strong,
body.body-account .admin-cash-out-request span,
body.body-account .admin-cash-out-request small,
body.body-account .admin-cash-out-request a {
  display: block;
}

body.body-account .admin-cash-out-request strong {
  color: #ffd76b;
  font-weight: 700;
}

body.body-account .admin-cash-out-request small {
  color: #aeb2c4;
}

body.body-account .deposit-page .deposit-orders-page {
  display: grid;
  gap: 16px;
}

body.body-account .deposit-page .orders-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 215, 107, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 215, 107, 0.2), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(139, 52, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.96), rgba(5, 5, 10, 0.9));
}

body.body-account .deposit-page .orders-summary span,
body.body-account .deposit-page .my-order-head span {
  display: block;
  color: var(--deposit-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .deposit-page .orders-summary strong {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: 700;
}

body.body-account .deposit-page .orders-summary p,
body.body-account .deposit-page .my-order-head p {
  margin: 6px 0 0;
  color: var(--deposit-muted);
}

body.body-account .deposit-page .my-orders-list {
  display: grid;
  gap: 14px;
}

body.body-account .deposit-page .my-order-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.13), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.92));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.2);
}

body.body-account .deposit-page .my-order-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

body.body-account .deposit-page .my-order-head h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
}

body.body-account .deposit-page .order-status {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: #160e04;
  background: linear-gradient(135deg, var(--deposit-gold), var(--deposit-amber));
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

body.body-account .deposit-page .order-status.status-1 {
  color: #06130d;
  background: linear-gradient(135deg, #13c56b, #50e69b);
}

body.body-account .deposit-page .order-status.status-2,
body.body-account .deposit-page .order-status.status-3 {
  color: #ffffff;
  background: linear-gradient(135deg, #ff5a78, #ff82a2);
}

body.body-account .deposit-page .my-order-items {
  display: grid;
  gap: 10px;
}

body.body-account .deposit-page .my-order-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

body.body-account .deposit-page .my-order-item img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
}

body.body-account .deposit-page .my-order-item strong,
body.body-account .deposit-page .my-order-item span,
body.body-account .deposit-page .my-order-item em {
  display: block;
}

body.body-account .deposit-page .my-order-item strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .deposit-page .my-order-item span,
body.body-account .deposit-page .my-order-item em {
  color: var(--deposit-muted);
  font-size: 0.82rem;
  font-style: normal;
}

body.body-account .deposit-page .my-order-note {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(139, 52, 255, 0.24);
  border-radius: 16px;
  color: var(--deposit-muted);
  background: rgba(139, 52, 255, 0.12);
}

body.body-account .add-funds-page {
  --funds-gold: #ffd76b;
  --funds-amber: #ff9d18;
  --funds-orange: #ff6417;
  --funds-purple: #8b34ff;
  --funds-muted: #aeb2c4;
}

body.body-account .add-funds-page .add-funds-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 215, 107, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 215, 107, 0.26), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(139, 52, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.97), rgba(5, 5, 10, 0.92));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

body.body-account .add-funds-page .add-funds-hero span,
body.body-account .add-funds-page .section-label span,
body.body-account .add-funds-page .summary-kicker {
  display: block;
  color: var(--funds-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .add-funds-page .add-funds-hero > div:first-child > strong {
  display: block;
  color: #ffffff;
  font-size: 3.35rem;
  line-height: 0.95;
  font-weight: 700;
}

body.body-account .add-funds-page .add-funds-hero em {
  color: var(--funds-muted);
  font-style: normal;
  font-weight: 700;
}

body.body-account .add-funds-page .add-funds-limit {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: min(520px, 100%);
}

body.body-account .add-funds-page .add-funds-limit div {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
}

body.body-account .add-funds-page .add-funds-limit strong {
  font-size: 1rem;
  line-height: 1.2;
}

body.body-account .add-funds-page .add-funds-panel {
  margin-bottom: 18px;
}

body.body-account .add-funds-page .add-funds-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

body.body-account .add-funds-page .add-funds-main {
  display: grid;
  gap: 14px;
}

body.body-account .add-funds-page .add-funds-section,
body.body-account .add-funds-page .add-funds-notice {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.13), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.82), rgba(8, 8, 14, 0.92));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.2);
}

body.body-account .add-funds-page .section-label {
  margin-bottom: 14px;
}

body.body-account .add-funds-page .section-label h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
}

body.body-account .add-funds-page .credit-input-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 215, 107, 0.2);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .add-funds-page .credit-input-wrap span {
  color: var(--funds-gold);
  font-weight: 700;
}

body.body-account .add-funds-page .custom-points-input {
  width: 100%;
  height: 46px;
  border: 0;
  color: #ffffff;
  background: transparent;
  box-shadow: none;
  font-size: 1.7rem;
  font-weight: 700;
  outline: none;
}

body.body-account .add-funds-page .custom-points-input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

body.body-account .add-funds-page .credit-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.body-account .add-funds-page .add-funds-or {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  color: var(--funds-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.body-account .add-funds-page .add-funds-or::before,
body.body-account .add-funds-page .add-funds-or::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
}

body.body-account .add-funds-page .select-package {
  display: grid;
  justify-items: start;
  gap: 3px;
  min-height: 74px;
  padding: 13px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 18px;
  color: #fff7da;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.13), transparent 38%),
    rgba(255, 255, 255, 0.07);
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.body-account .add-funds-page .select-package:hover,
body.body-account .add-funds-page .select-package.is-active {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--funds-gold), var(--funds-amber));
  box-shadow: 0 18px 42px rgba(255, 157, 24, 0.18);
  transform: translateY(-1px);
}

body.body-account .add-funds-page .select-package strong {
  font-size: 1.1rem;
  font-weight: 700;
}

body.body-account .add-funds-page .select-package span {
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.82;
}

body.body-account .add-funds-page .form-select {
  min-height: 48px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.24);
}

body.body-account .add-funds-page .payment-method-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body.body-account .add-funds-page .payment-method-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.body-account .add-funds-page .payment-method-box {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 13px;
  border: 1px solid rgba(255, 215, 107, 0.16);
  border-radius: 18px;
  color: #fff7da;
  background:
    radial-gradient(circle at 100% 0%, rgba(139, 52, 255, 0.13), transparent 36%),
    rgba(255, 255, 255, 0.07);
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.body-account .add-funds-page .payment-method-box:hover,
body.body-account .add-funds-page .payment-method-box.is-active {
  border-color: rgba(255, 215, 107, 0.46);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 42px rgba(255, 157, 24, 0.14);
  transform: translateY(-1px);
}

body.body-account .add-funds-page .payment-method-icon,
body.body-account .add-funds-page .payment-method-check {
  display: grid;
  place-items: center;
  border-radius: 14px;
}

body.body-account .add-funds-page .payment-method-icon {
  width: 44px;
  height: 44px;
  color: #160e04;
  background: linear-gradient(135deg, var(--funds-gold), var(--funds-amber));
  font-size: 1.1rem;
}

body.body-account .add-funds-page .payment-method-text {
  min-width: 0;
}

body.body-account .add-funds-page .payment-method-text strong,
body.body-account .add-funds-page .payment-method-text em {
  display: block;
}

body.body-account .add-funds-page .payment-method-text strong {
  overflow: hidden;
  color: #ffffff;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.body-account .add-funds-page .payment-method-text em {
  margin-top: 2px;
  color: var(--funds-muted);
  font-size: 0.8rem;
  font-style: normal;
}

body.body-account .add-funds-page .payment-method-check {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: transparent;
  background: rgba(0, 0, 0, 0.22);
}

body.body-account .add-funds-page .payment-method-box.is-active .payment-method-check {
  color: #160e04;
  border-color: transparent;
  background: linear-gradient(135deg, var(--funds-gold), var(--funds-amber));
}

body.body-account .add-funds-page .add-funds-summary {
  position: sticky;
  top: 96px;
}

body.body-account .add-funds-page .summary-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.92), rgba(8, 8, 14, 0.96));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

body.body-account .add-funds-page .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

body.body-account .add-funds-page .summary-row span {
  color: var(--funds-muted);
}

body.body-account .add-funds-page .summary-row strong {
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}

body.body-account .add-funds-page .terms-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--funds-muted);
  font-size: 0.9rem;
}

body.body-account .add-funds-page .terms-row a {
  color: var(--funds-gold);
}

body.body-account .add-funds-page .summary-note {
  margin: 0;
  color: var(--funds-muted);
  font-size: 0.84rem;
  text-align: center;
}

body.body-account .add-funds-page .add-funds-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
  border-color: rgba(255, 215, 107, 0.18);
}

body.body-account .add-funds-page .add-funds-notice i {
  color: var(--funds-gold);
  font-size: 1.5rem;
}

body.body-account .add-funds-page .add-funds-notice strong {
  color: #ffffff;
  font-weight: 700;
}

body.body-account .add-funds-page .add-funds-notice p {
  margin: 3px 0 0;
  color: var(--funds-muted);
}

body.body-account .add-funds-page .table-responsive-old {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.16);
}

body.body-account .withdraw-page {
  --withdraw-gold: #ffd76b;
  --withdraw-amber: #ff9d18;
  --withdraw-purple: #8b34ff;
  --withdraw-muted: #aeb2c4;
}

body.body-account .withdraw-page .withdraw-balance-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 18px 0;
  padding: 20px;
  border: 1px solid rgba(255, 215, 107, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 215, 107, 0.24), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(139, 52, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(12, 10, 18, 0.97), rgba(5, 5, 10, 0.92));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

body.body-account .withdraw-page .withdraw-balance-main span,
body.body-account .withdraw-page .withdraw-balance-side span,
body.body-account .withdraw-page .withdraw-modal-balance span {
  display: block;
  color: var(--withdraw-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.body-account .withdraw-page .withdraw-balance-main strong {
  display: block;
  color: #ffffff;
  font-size: 3.35rem;
  line-height: 0.95;
  font-weight: 700;
}

body.body-account .withdraw-page .withdraw-balance-main em {
  color: var(--withdraw-muted);
  font-style: normal;
  font-weight: 700;
}

body.body-account .withdraw-page .withdraw-balance-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: min(470px, 100%);
}

body.body-account .withdraw-page .withdraw-balance-side div {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.2);
}

body.body-account .withdraw-page .withdraw-balance-side strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

body.body-account .withdraw-page .withdraw-modal-balance {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 215, 107, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 215, 107, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(12, 10, 18, 0.92), rgba(8, 8, 14, 0.96));
}

body.body-account .withdraw-page .withdraw-modal-balance strong {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 700;
}

body.body-account .withdraw-page .withdraw-modal-balance em {
  color: var(--withdraw-muted);
  font-style: normal;
}

@media (max-width: 1199.98px) {
  body.body-account .deposit-page .deposit-grid,
  body.body-account .deposit-page .deposit-quick-grid,
  body.body-account .deposit-page .deposit-builder-grid,
  body.body-account .cash-out-page .cash-out-grid {
    grid-template-columns: 1fr;
  }

  body.body-account .deposit-page .deposit-summary,
  body.body-account .deposit-page .deposit-quick-card,
  body.body-account .add-funds-page .add-funds-summary,
  body.body-account .cash-out-page .cash-out-history {
    position: static;
  }

  body.body-account .add-funds-page .add-funds-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  body.body-account .deposit-page .deposit-games,
  body.body-account .cash-out-page .cash-out-games {
    grid-template-columns: 1fr;
  }

  body.body-account .deposit-page .fast-games {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.body-account .deposit-page .deposit-quick-games {
    max-height: none;
  }

  body.body-account .add-funds-page .add-funds-hero {
    display: grid;
  }

  body.body-account .withdraw-page .withdraw-balance-card {
    display: grid;
  }

  body.body-account .add-funds-page .add-funds-limit {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  body.body-account .daily-spin-mini,
  body.body-account .daily-spin-page .daily-spin-card {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 14px;
    border-radius: 18px;
  }

  body.body-account .daily-spin-page .daily-spin-wheel {
    width: 190px;
    height: 190px;
  }

  body.body-account .deposit-page .deposit-hero,
  body.body-account .deposit-page .fast-head,
  body.body-account .deposit-page .orders-summary,
  body.body-account .deposit-page .orders-head,
  body.body-account .cash-out-page .cash-out-request {
    display: grid;
  }

  body.body-account .deposit-page .heading-custom {
    gap: 8px;
    margin-bottom: 10px;
  }

  body.body-account .deposit-page .heading-custom .title-main {
    font-size: 1.45rem;
  }

  body.body-account .deposit-page .heading-custom .subtitle-main {
    margin-bottom: 0 !important;
    font-size: 0.86rem;
    line-height: 1.3;
  }

  body.body-account .deposit-page .heading-custom .toolbar {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  body.body-account .deposit-page .deposit-heading-actions {
    gap: 6px;
  }

  body.body-account .deposit-page .deposit-heading-actions .btn {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 0.78rem;
  }

  body.body-account .deposit-page .deposit-heading-balance {
    order: -1;
    width: 100%;
    min-height: 34px;
    margin-bottom: 4px;
    border-radius: 14px;
  }

  body.body-account .deposit-page .deposit-heading-balance strong {
    font-size: 0.86rem;
  }

  body.body-account .deposit-page .deposit-tabs {
    gap: 6px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 16px;
  }

  body.body-account .deposit-page .deposit-tabs a {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.82rem;
  }

  body.body-account .deposit-page .deposit-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  body.body-account .deposit-page .deposit-hero span,
  body.body-account .deposit-page .summary-kicker,
  body.body-account .deposit-page .orders-head span {
    font-size: 0.66rem;
  }

  body.body-account .deposit-page .deposit-hero strong {
    font-size: 2rem;
    line-height: 1;
  }

  body.body-account .deposit-page .deposit-hero-actions {
    display: flex;
    gap: 8px;
  }

  body.body-account .deposit-page .deposit-hero-actions .btn {
    min-height: 36px;
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  body.body-account .deposit-page .deposit-hero-actions .btn-light {
    display: none;
  }

  body.body-account .deposit-page .deposit-game,
  body.body-account .cash-out-page .cash-out-game {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  body.body-account .deposit-page .game-image img,
  body.body-account .cash-out-page .game-image img {
    min-height: 132px;
  }

  body.body-account .deposit-page .fast-search {
    flex: auto;
    width: 100%;
  }

  body.body-account .deposit-page .fast-games {
    grid-template-columns: 1fr;
  }

  body.body-account .deposit-page .deposit-mode-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 16px;
  }

  body.body-account .deposit-page .deposit-mode-tabs button {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 0.82rem;
  }

  body.body-account .deposit-page .deposit-quick-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.body-account .deposit-page .deposit-fast,
  body.body-account .deposit-page .deposit-quick-card,
  body.body-account .deposit-page .deposit-builder-panel,
  body.body-account .deposit-page .summary-card {
    padding: 12px;
    border-radius: 18px;
  }

  body.body-account .deposit-page .deposit-mode-panel[data-deposit-mode-panel="quick"] .deposit-fast .fast-head {
    display: none;
  }

  body.body-account .deposit-page .fast-head h3 {
    margin-top: 2px;
    font-size: 1rem;
  }

  body.body-account .deposit-page .fast-head span,
  body.body-account .deposit-page .quick-selected-game span,
  body.body-account .deposit-page .quick-picks > span {
    font-size: 0.66rem;
  }

  body.body-account .deposit-page .quick-select-wrap .form-control {
    min-height: 42px;
    font-size: 0.9rem;
  }

  body.body-account .deposit-page .quick-selected-game {
    display: none;
  }

  body.body-account .deposit-page .quick-card-picks {
    gap: 6px;
  }

  body.body-account .deposit-page .multi-builder-picks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  body.body-account .deposit-page .deposit-builder-grid {
    gap: 10px;
  }

  body.body-account .deposit-page .deposit-builder-panel h3 {
    font-size: 1rem;
  }

  body.body-account .deposit-page .deposit-builder-item {
    grid-template-columns: 38px minmax(0, 1fr) auto 28px;
    gap: 7px;
    padding: 7px;
    border-radius: 14px;
  }

  body.body-account .deposit-page .deposit-builder-item img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  body.body-account .deposit-page .deposit-builder-item strong {
    font-size: 0.86rem;
  }

  body.body-account .deposit-page .deposit-builder-item span,
  body.body-account .deposit-page .deposit-builder-empty p {
    font-size: 0.76rem;
  }

  body.body-account .deposit-page .deposit-builder-item em {
    font-size: 0.82rem;
  }

  body.body-account .deposit-page .deposit-builder-remove {
    width: 28px;
    height: 28px;
  }

  body.body-account .deposit-page .quick-pick {
    height: 30px;
    padding: 0 6px;
    font-size: 0.82rem;
  }

  body.body-account .deposit-page .quick-amount-wrap {
    padding: 7px 9px;
  }

  body.body-account .deposit-page .deposit-quick-card textarea {
    min-height: 48px;
    font-size: 0.88rem;
  }

  body.body-account .deposit-page .deposit-quick-submit {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  body.body-account .deposit-page .summary-note,
  body.body-account .deposit-page .summary-warning {
    font-size: 0.78rem;
  }

  body.body-account .deposit-page .deposit-quick-card .summary-note {
    display: none;
  }

  body.body-account .cash-out-page .cash-out-form-panel,
  body.body-account .cash-out-page .cash-out-history {
    padding: 14px;
    border-radius: 18px;
  }

  body.body-account .cash-out-page .cash-out-amount .form-control {
    font-size: 1.35rem;
  }

  body.body-account .deposit-page .amount-wrap {
    grid-column: 1 / -1;
  }

  body.body-account .deposit-page .quick-picks {
    grid-column: 1 / -1;
  }

  body.body-account .deposit-page .my-order-head,
  body.body-account .deposit-page .my-order-item {
    grid-template-columns: 1fr;
  }

  body.body-account .deposit-page .my-order-head {
    display: grid;
  }

  body.body-account .add-funds-page .heading-custom {
    gap: 10px;
    margin-bottom: 14px;
  }

  body.body-account .add-funds-page .heading-custom .title-main {
    font-size: 1.55rem;
  }

  body.body-account .add-funds-page .heading-custom .subtitle-main {
    margin-bottom: 0 !important;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  body.body-account .add-funds-page .heading-custom .toolbar {
    display: none;
  }

  body.body-account .add-funds-page .add-funds-hero {
    gap: 10px;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  body.body-account .add-funds-page .add-funds-hero > div:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 3px 10px;
  }

  body.body-account .add-funds-page .add-funds-hero > div:first-child span,
  body.body-account .add-funds-page .add-funds-hero > div:first-child em {
    grid-column: 1 / -1;
  }

  body.body-account .add-funds-page .add-funds-hero > div:first-child > strong {
    font-size: 2rem;
  }

  body.body-account .add-funds-page .add-funds-limit {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  body.body-account .add-funds-page .add-funds-limit div {
    gap: 2px;
    min-width: 0;
    padding: 8px 6px;
    border-radius: 12px;
  }

  body.body-account .add-funds-page .add-funds-limit span {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  body.body-account .add-funds-page .add-funds-limit strong {
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.body-account .add-funds-page .credit-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.body-account .add-funds-page .select-package {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  body.body-account .add-funds-page .select-package strong {
    font-size: 0.98rem;
  }

  body.body-account .add-funds-page .select-package span {
    font-size: 0.72rem;
  }

  body.body-account .add-funds-page .payment-method-boxes {
    grid-template-columns: 1fr;
  }

  body.body-account .add-funds-page .summary-row,
  body.body-account .add-funds-page .add-funds-notice,
  body.body-account .withdraw-page .withdraw-balance-side {
    display: grid;
  }

  body.body-account .withdraw-page .withdraw-balance-card {
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
  }

  body.body-account .withdraw-page .withdraw-balance-main strong {
    font-size: 2rem;
  }

  body.body-account .withdraw-page .withdraw-balance-side {
    gap: 6px;
    min-width: 0;
  }

  body.body-account .withdraw-page .withdraw-balance-side div {
    padding: 10px;
    border-radius: 12px;
  }
}

@media (max-width: 1199.98px) {
  body.body-account .my-games-page .my-games-grid,
  body.body-account .my-games-page .library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.body-account .my-games-page .my-game-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  body.body-account .my-games-page .my-games-hero,
  body.body-account .my-games-page .library-head {
    display: grid;
  }

  body.body-account .my-games-page .my-games-grid,
  body.body-account .my-games-page .library-grid {
    grid-template-columns: 1fr;
  }

  body.body-account .my-games-page .my-game-card {
    grid-template-columns: 1fr;
  }

  body.body-account .my-games-page .my-game-art {
    min-height: 190px;
  }
}

@media (max-width: 1199.98px) {
  body.body-account .player-dashboard .hero,
  body.body-account .player-dashboard .grid {
    grid-template-columns: 1fr;
  }

  body.body-account .player-dashboard .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.body-account .player-dashboard .hero {
    padding: 14px;
    border-radius: 18px;
  }

  body.body-account .player-dashboard .player {
    align-items: flex-start;
    gap: 12px;
  }

  body.body-account .player-dashboard .avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body.body-account .player-dashboard .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  body.body-account .player-dashboard h1 {
    font-size: 1.16rem;
    line-height: 1.12;
  }

  body.body-account .player-dashboard .player p {
    margin-top: 6px;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  body.body-account .player-dashboard .balance {
    display: grid;
    gap: 2px;
    margin: 16px 0 14px;
  }

  body.body-account .player-dashboard .balance span,
  body.body-account .player-dashboard .balance em {
    font-size: 0.78rem;
  }

  body.body-account .player-dashboard .balance strong {
    font-size: 2rem;
    line-height: 0.95;
  }

  body.body-account .player-dashboard .actions {
    gap: 8px;
  }

  body.body-account .player-dashboard .btn,
  body.body-account .player-dashboard .link {
    min-height: 38px;
    gap: 6px;
    font-size: 0.86rem;
  }

  body.body-account .player-dashboard .actions .btn:not(.icon) {
    flex: 1 1 calc(50% - 8px);
    padding-right: 10px;
    padding-left: 10px;
  }

  body.body-account .player-dashboard .btn.icon {
    width: 42px;
    height: 42px;
    min-height: 42px;
  }

  body.body-account .player-dashboard .metrics,
  body.body-account .player-dashboard .games,
  body.body-account .player-dashboard .chat-preview {
    grid-template-columns: 1fr;
  }

  body.body-account .player-dashboard .game {
    min-height: 156px;
  }

  body.body-account .player-dashboard .head {
    align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  body.body-account .page-content {
    padding: 18px 14px;
  }

  body.body-account .sidebar {
    background: rgba(8, 10, 19, 0.96);
    box-shadow: 24px 0 80px rgba(0, 0, 0, 0.48);
  }
}
